gst/playback/gstdecodebin.c: We need to set up delayed-linking whenever the caps...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2
3         * gst/playback/gstdecodebin.c: (close_pad_link):
4         We need to set up delayed-linking whenever the caps are non-fixed,
5         not just when there are multiple types - use gst_pad_is_fixed()
6         to test.
7
8 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
9
10         * gst-libs/gst/pbutils/missing-plugins.c:
11           (gst_missing_plugin_message_get_installer_detail):
12           Add missing separator in PID fallback case.
13
14 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15
16         * ext/alsa/Makefile.am:
17         There is no GST_PLUGINS_BASE_LIBS defined.
18         
19         * ext/alsa/gstalsa.c:
20         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
21         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
22         Add support for ALSA 24-bit formats.
23         snd_pcm_delay can return an error code, especially
24         during XRUNS. In that case, the best we can do is assume
25         delay = 0.
26
27         * gst/audioconvert/Makefile.am:
28         Add flags from -base before any more-remote dependencies.
29
30 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
31
32         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
33
34         * gst/volume/gstvolume.c: (volume_choose_func),
35         (volume_update_real_volume), (gst_volume_set_volume),
36         (gst_volume_init), (volume_process_int32),
37         (volume_process_int32_clamp), (volume_process_int24),
38         (volume_process_int24_clamp), (volume_process_int16),
39         (volume_process_int16_clamp), (volume_process_int8),
40         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
41         * gst/volume/gstvolume.h:
42         Add support for int32, int24 and int8 to the volume element.
43         Fixes #445529.
44
45 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
46
47         * tests/examples/Makefile.am:
48           Fix even more.
49
50 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
51
52         * configure.ac:
53         * docs/libs/Makefile.am:
54         * docs/libs/gst-plugins-base-libs-docs.sgml:
55         * docs/libs/gst-plugins-base-libs-sections.txt:
56         * ext/gnomevfs/gstgnomevfssrc.c:
57         * ext/gnomevfs/gstgnomevfssrc.h:
58         * gst-libs/gst/Makefile.am:
59         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
60         * pkgconfig/gstreamer-plugins-base.pc.in:
61         * sys/v4l/v4lsrc_calls.c:
62         * tests/examples/Makefile.am:
63         * win32/common/config.h:
64           Revert unwanted commit. many thanks to moap. I want a fix for 
65           https://thomas.apestaart.org/moap/trac/ticket/239
66
67 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
68
69         * gst/volume/gstvolume.c:
70           Move passthrough below gst_object_sync_values(). Fixes #442654.
71
72 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
73
74         * gst-libs/gst/audio/audio.c:
75         Clarify the docs a little.
76
77 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
78
79         * gst/volume/gstvolume.c:
80           Enable liboil for float and add more details about problems with
81           int16.
82
83 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
84
85         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
86         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
87
88 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
89
90         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
91         When calculating the first timestamp of the buffers, don't go below 0
92         and clip the samples because the offset was on the eos page.
93         Fixes #466717.
94
95 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
96
97         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
98         (gst_ogg_demux_collect_chain_info):
99         Also submit the eos page when trying to find the first timestamp.
100         See #466717.
101
102 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
103
104         * gst-libs/gst/audio/audio.h:
105         Use gst_util_uint64_scale() instead of doing the math
106         with double for GST_FRAMES_TO_CLOCK_TIME() and
107         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
108         prevents rounding errors. Fixes #467667.
109
110 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
111
112         * gst-libs/gst/rtsp/gstrtspconnection.c:
113         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
114         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
115         * gst-libs/gst/rtsp/gstrtspconnection.h:
116         Small cleanups.
117         On shutdown, don't read the control socket yet.
118         Set timeout value correctly in all cases.
119         Add function to check if the server accepts reads or writes.
120         API: gst_rtsp_connection_poll()
121
122         * gst-libs/gst/rtsp/gstrtspdefs.h:
123         Fix compilation with -pedantic.
124         Add enum for _poll.
125
126 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
127
128         Patch by: Olivier Crete  <tester at tester ca>
129
130         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
131         (gst_basertppayload_getcaps):
132         * gst-libs/gst/rtp/gstbasertppayload.h:
133         Add getcaps vfunc to basertppayload. See #465146.
134
135 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
136
137         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
138         Only post buffering messages when we are a stream.
139
140 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
141
142         * gst-libs/gst/pbutils/install-plugins.c:
143         * gst-libs/gst/pbutils/missing-plugins.c:
144           Small docs fix and addition.
145
146 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
147
148         * tests/icles/.cvsignore:
149         * tests/icles/Makefile.am:
150         * tests/icles/test-textoverlay.c:
151           Add a dumb little test for textoverlay alignments.
152
153 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
154
155         Patch by: Dan Williams  <dcbw redhat com>
156
157         * ext/pango/gsttextoverlay.c:
158         * ext/pango/gsttextoverlay.h:
159           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
160           "silent" property so there's a Since tag in the API reference.
161
162 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
163
164         * gst-libs/gst/rtp/gstbasertppayload.c:
165         (gst_basertppayload_set_outcaps):
166         * gst-libs/gst/rtp/gstbasertppayload.h:
167         Improve caps negotiation so that downstream elements can confiure
168         certain RTP properties by fixing them on the caps. See #465146.
169         Add docs.
170
171 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
172
173         * docs/libs/gst-plugins-base-libs-sections.txt:
174         * gst-libs/gst/rtp/gstbasertpdepayload.c:
175         * gst-libs/gst/rtp/gstbasertpdepayload.h:
176           Mark as deprecated some macros which were presumably meant to be
177           private API and accidentally exposed in the public header file.
178           Also actually _init() lock (only works at the moment because the
179           struct is zeroed out when created and the initial values in the
180           mutex struct are zeroes too). (#459585)
181
182 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
183
184         * docs/libs/Makefile.am:
185           Remove cruft and do some cleanups.
186
187         * docs/libs/gst-plugins-base-libs-docs.sgml:
188           Prepare for comming gtkdoc features (rebase against online docs).
189
190 2007-08-10  Michael Smith <msmith@fluendo.com>
191
192         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
193           Debug output fixes.
194         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
195         (GST_START_TEST):
196           Change the number of buffers used; 500 is too many and leads to
197           timeouts.
198
199 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
200
201         * gst/playback/gstqueue2.c:
202         * gst/videorate/gstvideorate.c:
203           Printf format fixes (#465028).
204
205 2007-08-09  Michael Smith <msmith@fluendo.com>
206
207         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
208           If we have a large (> 1 second) discontinuity, push a series of
209           smaller buffers rather than a single very large buffer. Avoids
210           unreasonably large single buffer allocations when encountering a
211           large gap.
212         * tests/check/elements/audiorate.c: (GST_START_TEST),
213         (audiorate_suite):
214           Add a test for this.
215
216 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
217
218         * gst/playback/gstplaybasebin.c: (group_commit),
219         (queue_remove_probe), (queue_threshold_reached):
220
221         Patch by: Josep Torra Valles <josep@fluendo.com>
222         Fixes: #465015
223         Make sure we remove the check_queues buffer probe from the 
224         correct queue to avoid racily going back to "buffering 99%" when
225         buffering is actually complete.
226
227         Also, fix the spelling of Josep's surname in the ChangeLog.
228
229 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
230
231         * ext/ogg/gstoggmux.c:
232           Do not leak oggmux instance.
233         
234         * ext/vorbis/vorbisenc.c:
235           Also log values.
236
237 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
238
239         * po/hu.po:
240         * po/it.po:
241         * po/nl.po:
242         * po/uk.po:
243         * po/vi.po:
244           Updated translations.
245
246 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
247
248         patch by: Yang Hong <hongyang@redflag-linux.com>
249
250         * ext/pango/gsttextoverlay.c:
251         * ext/pango/gsttextoverlay.h:
252           Add 'silent' property to GstTimeOverlay. Fixes #462979
253
254 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
255
256         Patch by: Josep Torra Valles <josep@fluendo.com>
257
258         * docs/plugins/gst-plugins-base-plugins.args:
259         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
260         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
261         (gst_uri_decode_bin_get_property), (gen_source_element):
262         Add connection-speed property. Fixes #464690.
263
264 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
265
266         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
267
268         * configure.ac:
269         * gst-libs/gst/rtsp/Makefile.am:
270         * gst-libs/gst/rtsp/gstrtspconnection.c:
271         (gst_rtsp_connection_connect):
272         Fix compilation on windows. Fixes #464320.
273
274 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
275
276         Patch by: Josep Torra Valles <josep@fluendo.com>
277
278         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
279         (gst_play_base_bin_init), (queue_threshold_reached),
280         (gen_source_element), (setup_substreams),
281         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
282         (gst_play_base_bin_get_streaminfo_value_array):
283         * gst/playback/gstplaybasebin.h:
284         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
285         (gst_play_bin_set_property), (gst_play_bin_get_property),
286         (gst_play_bin_handle_redirect_message):
287         Move connection-speed property from playbin to playbasebin so that we
288         can also configure it in source elements that have the connection-speed
289         property. Fixes #464028.
290         Add some debug info here and there.
291
292 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
293
294         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
295         Properly respond to conversion queries. Fixes #464079.
296
297 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
298
299         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
300         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
301         (gst_audio_test_src_init_sine_table),
302         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
303         * gst/audiotestsrc/gstaudiotestsrc.h:
304         Add float/double and int32 support to audiotestsrc. Fixes #460422.
305         Also set the default volume to the default value specified in the
306         GParamSpec.
307
308 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
309
310         Patch by: Jens Granseuer <jensgr at gmx dot net>
311
312         * gst/audioconvert/gstaudioquantize.c:
313         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
314
315 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
316
317         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
318         Add rdt manager for rdt transport.
319         Fix parsing of RDT transport.
320
321 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
322
323         * configure.ac:
324         Back to CVS
325
326 === release 0.10.14 ===
327
328 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
329
330         * configure.ac:
331           releasing 0.10.14, "Light Years Ahead"
332
333 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
334
335         * tests/check/libs/audio.c: (GST_START_TEST):
336         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
337
338 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
339
340         * gst-libs/gst/audio/audio.c:
341         When clipping a buffer with no timestamp, assume it is
342         within the segment without warnings.
343
344         Fixes: #460978
345
346 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
347
348         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
349         Fire the signal on the object, not the interface.
350
351 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
352
353         * gst-libs/gst/rtsp/.cvsignore:
354         Ber. Don't include the full path, idiot.
355
356 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
357
358         * gst-libs/gst/rtsp/.cvsignore:
359         Ignore generated files.
360
361 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
362
363         * gst-libs/gst/interfaces/Makefile.am:
364         * gst-libs/gst/interfaces/interfaces-marshal.list:
365         * gst-libs/gst/interfaces/rtspextension.c:
366         * gst-libs/gst/interfaces/rtspextension.h:
367         * gst-libs/gst/rtsp/Makefile.am:
368         * gst-libs/gst/rtsp/gstrtsp.h:
369         * gst-libs/gst/rtsp/gstrtspextension.c:
370         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
371         (gst_rtsp_extension_detect_server),
372         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
373         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
374         (gst_rtsp_extension_configure_stream),
375         (gst_rtsp_extension_get_transports),
376         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
377         * gst-libs/gst/rtsp/gstrtspextension.h:
378         * gst-libs/gst/rtsp/rtsp-marshal.list:
379         Move the rtspextension.h interface into gstrtspextension.h
380         as part of libgstrtsp instead of libgstinterfaces, because it's
381         only for use within plugins, not applications. 
382         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
383         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
384         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
385         is abstract.
386
387 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
388
389         * gst-libs/gst/interfaces/Makefile.am:
390         * gst-libs/gst/interfaces/interfaces-marshal.list:
391         * gst-libs/gst/interfaces/rtspextension.c:
392         (gst_rtsp_extension_iface_init),
393         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
394         * gst-libs/gst/interfaces/rtspextension.h:
395         Fix marshaller for the send signal.
396         Add URL to stream selection interface method.
397
398 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
399
400         * gst-libs/gst/riff/Makefile.am:
401         Pull in our dependencies from -base before those from outside.
402
403 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
404
405         * docs/libs/gst-plugins-base-libs-sections.txt:
406         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
407         * gst-libs/gst/rtsp/gstrtspbase64.h:
408         API: gst_rtsp_base64_decode_ip()
409         Added function to decode Base64 in-place.
410
411 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
412
413         * tests/check/libs/.cvsignore:
414         Ignore the mixer test binary.
415
416 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
417
418         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
419         Gratuitous comment change to trigger a rebuild on the buildbots.
420
421 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
422
423         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
424         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
425         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
426         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
427         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
428         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
429         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
430         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
431         (gst_sdp_media_get_attribute_val):
432         * gst-libs/gst/sdp/gstsdpmessage.h:
433         Constify args where we can.
434
435 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
436
437         * gst-libs/gst/interfaces/Makefile.am:
438         * gst-libs/gst/interfaces/rtspextension.c:
439         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
440         (gst_rtsp_extension_detect_server),
441         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
442         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
443         (gst_rtsp_extension_configure_stream),
444         (gst_rtsp_extension_get_transports),
445         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
446         * gst-libs/gst/interfaces/rtspextension.h:
447         Move interface for RTSP extensions from -good to here.
448         Added helper methods to invoke interface methods.
449
450 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
451
452         * docs/libs/gst-plugins-base-libs-sections.txt:
453         * gst-libs/gst/rtsp/gstrtspdefs.h:
454         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
455         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
456         (gst_rtsp_message_init_response),
457         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
458         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
459         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
460         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
461         (gst_rtsp_message_get_body), (dump_key_value):
462         * gst-libs/gst/rtsp/gstrtspmessage.h:
463         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
464         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
465         (gst_rtsp_range_parse):
466         * gst-libs/gst/rtsp/gstrtsprange.h:
467         * gst-libs/gst/rtsp/gstrtsptransport.c:
468         * gst-libs/gst/rtsp/gstrtspurl.c:
469         Fix some more RTSP docs.
470         Add some missing methods for dealing with messages.
471
472 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
473
474         * docs/libs/gst-plugins-base-libs-docs.sgml:
475         * docs/libs/gst-plugins-base-libs-sections.txt:
476         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
477         * gst-libs/gst/rtsp/gstrtspbase64.h:
478         * gst-libs/gst/rtsp/gstrtspconnection.c:
479         (gst_rtsp_connection_connect), (add_auth_header),
480         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
481         (read_body), (gst_rtsp_connection_receive),
482         (gst_rtsp_connection_next_timeout),
483         (gst_rtsp_connection_reset_timeout),
484         (gst_rtsp_connection_set_auth):
485         * gst-libs/gst/rtsp/gstrtspconnection.h:
486         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
487         * gst-libs/gst/rtsp/gstrtspdefs.h:
488         * gst-libs/gst/rtsp/gstrtspmessage.h:
489         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
490         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
491         (gst_rtsp_range_parse):
492         * gst-libs/gst/rtsp/gstrtspurl.h:
493         Added beginnings of RTSP documentation.
494
495 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
496
497         * docs/libs/Makefile.am:
498         * docs/libs/gst-plugins-base-libs-docs.sgml:
499         * docs/libs/gst-plugins-base-libs-sections.txt:
500         * gst-libs/gst/sdp/gstsdp.h:
501         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
502         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
503         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
504         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
505         (gst_sdp_message_get_attribute_val),
506         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
507         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
508         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
509         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
510         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
511         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
512         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
513         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
514         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
515         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
516         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
517         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
518         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
519         (gst_sdp_media_get_attribute_val_n),
520         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
521         (print_media), (gst_sdp_message_dump):
522         * gst-libs/gst/sdp/gstsdpmessage.h:
523         Document the SDP library.
524         Add some of the missing SDPMedia methods.
525
526 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
527
528         * configure.ac:
529         * gst-libs/gst/Makefile.am:
530         * gst-libs/gst/rtsp/Makefile.am:
531         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
532         * gst-libs/gst/rtsp/gstrtspbase64.h:
533         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
534         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
535         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
536         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
537         (parse_response_status), (parse_request_line), (parse_line),
538         (gst_rtsp_connection_read), (read_body),
539         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
540         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
541         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
542         (gst_rtsp_connection_set_auth):
543         * gst-libs/gst/rtsp/gstrtspconnection.h:
544         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
545         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
546         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
547         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
548         (gst_rtsp_find_method):
549         * gst-libs/gst/rtsp/gstrtspdefs.h:
550         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
551         (gst_rtsp_message_new), (gst_rtsp_message_init),
552         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
553         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
554         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
555         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
556         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
557         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
558         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
559         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
560         (gst_rtsp_message_dump):
561         * gst-libs/gst/rtsp/gstrtspmessage.h:
562         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
563         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
564         (gst_rtsp_range_parse), (gst_rtsp_range_free):
565         * gst-libs/gst/rtsp/gstrtsprange.h:
566         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
567         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
568         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
569         (range_as_text), (rtsp_transport_mode_as_text),
570         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
571         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
572         (gst_rtsp_transport_free):
573         * gst-libs/gst/rtsp/gstrtsptransport.h:
574         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
575         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
576         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
577         * gst-libs/gst/rtsp/gstrtspurl.h:
578         * gst-libs/gst/sdp/Makefile.am:
579         * gst-libs/gst/sdp/gstsdp.h:
580         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
581         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
582         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
583         (gst_sdp_attribute_init), (gst_sdp_message_new),
584         (gst_sdp_message_init), (gst_sdp_message_uninit),
585         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
586         (gst_sdp_media_uninit), (gst_sdp_media_free),
587         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
588         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
589         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
590         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
591         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
592         (gst_sdp_message_get_attribute_val),
593         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
594         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
595         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
596         (gst_sdp_media_get_attribute_val_n),
597         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
598         (read_string), (read_string_del), (gst_sdp_parse_line),
599         (gst_sdp_message_parse_buffer), (print_media),
600         (gst_sdp_message_dump):
601         * gst-libs/gst/sdp/gstsdpmessage.h:
602         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
603         Move SDP and RTSP from helper objects in -good to a reusable library.
604         Use a proper gst_ namespace.
605
606 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
607
608         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
609         (vorbis_dec_flush_decode):
610         Use the new buffer clipping function from gstaudio here.
611
612 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
613
614         * docs/libs/gst-plugins-base-libs-sections.txt:
615         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
616         * gst-libs/gst/audio/audio.h:
617         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
618         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
619         Also add deprecation guards for gst_audio_structure_set_int() to the
620         header.
621
622 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
623
624         * docs/libs/gst-plugins-base-libs-sections.txt:
625           Cleanup the docs.
626
627 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
628
629         Patch by: Dan Williams <dcbw at redhat dot com>
630
631         * gst/playback/gstplaybasebin.c:
632         (gst_play_base_bin_get_streaminfo_value_array):
633         Don't return NULL when querying the stream info value array but instead
634         return an empty array. Fixes #459204.
635
636 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
637
638         * gst/playback/gsturidecodebin.c:
639           Init debug category before using it.
640
641 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
642
643         * gst-libs/gst/interfaces/mixer.h:
644         Add padding vars in place of the signal pointers
645         when building with DISABLE_DEPRECATED so that the
646         interface structure doesn't change size.
647
648 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
649
650         * docs/libs/gst-plugins-base-libs-sections.txt:
651         * ext/alsa/gstalsamixer.c:
652         * ext/alsa/gstalsamixer.h:
653         * ext/alsa/gstalsamixerelement.c:
654         * ext/alsa/gstalsamixertrack.c:
655         * gst-libs/gst/interfaces/mixer.c:
656         * gst-libs/gst/interfaces/mixer.h:
657         * gst-libs/gst/interfaces/mixeroptions.c:
658         * gst-libs/gst/interfaces/mixeroptions.h:
659         * gst-libs/gst/interfaces/mixertrack.c:
660         * gst-libs/gst/interfaces/mixertrack.h:
661         * tests/check/Makefile.am:
662         * tests/check/libs/mixer.c:
663
664         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
665         Fixes: #152864 
666
667         Add support for notifying mixer changes on the message bus, and
668         implement it in alsamixer.
669
670         API: gst_mixer_get_mixer_flags
671         API: gst_mixer_message_parse_mute_toggled
672         API: gst_mixer_message_parse_record_toggled
673         API: gst_mixer_message_parse_volume_changed
674         API: gst_mixer_message_parse_option_changed
675         API: GstMixerMessageType
676         API: GstMixerFlags
677
678 2007-07-20  Michael Smith <msmith@fluendo.com>
679
680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
681         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
682           xcontext->im_format is only for testing XShm support (as the header
683           file comments document). Use xvimage->im_format for everything else.
684           Avoids spurious warnings on buffer allocation before setcaps.
685
686 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
687
688         * tests/examples/volume/Makefile.am:
689         * tests/icles/Makefile.am:
690           We should use $(LIBM).
691
692 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
693
694         * tests/icles/Makefile.am:
695           This needs -lm.
696
697 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
698
699         * gst-libs/gst/rtp/gstbasertppayload.c:
700         (gst_basertppayload_class_init), (gst_basertppayload_init),
701         (gst_basertppayload_set_property),
702         (gst_basertppayload_get_property):
703         Don't break ABI, restore previous ranges. Keep the default random
704         selection of timestamp and seqnum offset but as soon as the app sets a
705         specific value, use that one.
706
707 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
708
709         Patch by: Bastien Nocera <hadess at hadess dot net>
710
711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
712         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
713         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
714         * sys/xvimage/xvimagesink.h:
715         Add option to turn off double-buffering for debugging purposes.
716         Fixes #437169.
717
718 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
719
720         Patch by: Jorn Baayen <jorn at openedhand dot com>
721
722         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
723         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
724         (gst_ximagesink_init), (gst_ximagesink_class_init):
725         * sys/ximage/ximagesink.h:
726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
727         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
728         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
729         * sys/xvimage/xvimagesink.h:
730         add 'handle-expose' property. Useful for video widgets which may want to
731         be in control of Expose behaviour. Fixes #380625
732
733 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
734
735         * gst-libs/gst/rtp/gstbasertppayload.c:
736         (gst_basertppayload_class_init), (gst_basertppayload_init),
737         (gst_basertppayload_event), (gst_basertppayload_push),
738         (gst_basertppayload_set_property),
739         (gst_basertppayload_get_property),
740         (gst_basertppayload_change_state):
741         * gst-libs/gst/rtp/gstbasertppayload.h:
742         Fix ranges of rtp payloader properties so that the full range can be
743         used in addition to -1 (random).
744         Fix wrong seqnum reporting in caps.
745         Fixes #420326.
746
747 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
748
749         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
750         (gst_video_rate_query):
751         Use boilerplate.
752         Add latency query, might not be perfect yet but already works a lot
753         better. Fixes #442557.
754
755 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
756
757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
758         (gst_xvimagesink_setcaps):
759         * sys/xvimage/xvimagesink.h:
760         After a caps change, redraw our borders to avoid garbage left there
761         when the image format changes to a smaller size, like 16:9 -> 4:3
762         Also, hold the flow_lock a bit longer in the set_caps while we're
763         fiddling with the xcontext.
764
765 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
766
767         * Makefile.am:
768         * configure.ac:
769         * tests/Makefile.am:
770         Remove bogus check for libcheck, since we check for
771         gstreamer-check and it pulls in the required info from there, and we
772         weren't actually _using_ the information for libcheck ourselves
773         anyway.
774
775 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
776
777         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
778         (gst_ffmpeg_caps_to_pixfmt):
779         Fix the r_mask test for RGBA32 on little-endian.
780         Fix a stupid typo that would have obviously broken 
781         compilation on big-endian, if anyone was testing.
782
783 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
784
785         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
786         (paint_hline_str4):
787         * gst/videotestsrc/videotestsrc.h:
788         Add alpha to the color struct.
789         Use a default alpha value of 255 instead of 128.
790
791 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
792
793         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
794         (setup_source):
795         Clear the dynamic pads counter when starting a new uri. This makes
796         reusing playbin work again.
797         Fixes #454264.
798
799 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
800
801         * configure.ac:
802           Use pkg-config to locate check.
803
804 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
805
806         * configure.ac:
807         * tests/check/elements/volume.c: (GST_START_TEST):
808           Fix 'make check' build against core CVS.
809
810 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
811
812         * gst-libs/gst/interfaces/propertyprobe.c:
813         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
814         * gst-libs/gst/tag/gstvorbistag.c:
815           Make gtk-doc happy.
816
817 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
818
819         * gst-libs/gst/audio/gstbaseaudiosink.c:
820         (gst_base_audio_sink_callback):
821           Quick hack to make audiosinks stop at EOS when operating in
822           pull-mode; needs to be fixed properly some day.
823
824 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
825
826         * docs/libs/gst-plugins-base-libs-sections.txt:
827           Fix location of includes in the docs.
828
829 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
830
831         * gst/ffmpegcolorspace/avcodec.h:
832         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
833         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
834         (gst_ffmpegcsp_avpicture_fill):
835         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
836         (img_get_alpha_info):
837         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
838         of the existing BGRA32 and RGBA32 formats with the alpha at the other
839         end of the word. Partially fixes #451908
840
841 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
842
843         * docs/libs/Makefile.am:
844         * docs/plugins/Makefile.am:
845           Simplify --extra-dir as gtkdoc scans recursively.
846
847 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
848
849         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
850         (gst_adder_request_new_pad):
851         Make getcaps more robust by not using the proxycaps function. This makes
852         sure that we don't end up recursively calling getcaps upstream.
853         See #316248.
854
855 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
856
857         * gst/audioconvert/audioconvert.c:
858         Include math.h to fix compilation.
859
860 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
861
862         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
863         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
864         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
865         format, as produced by some dc1394 cameras like the iSight.
866         See http://www.fourcc.org/yuv.php#IYU1
867
868 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
869
870         * gst/audioconvert/Makefile.am:
871         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
872         (check_default), (audio_convert_prepare_context),
873         (audio_convert_clean_context), (audio_convert_convert):
874         * gst/audioconvert/audioconvert.h:
875         * gst/audioconvert/gstaudioconvert.c:
876         (gst_audio_convert_dithering_get_type),
877         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
878         (gst_audio_convert_init), (gst_audio_convert_set_caps),
879         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
880         * gst/audioconvert/gstaudioconvert.h:
881         * gst/audioconvert/gstaudioquantize.c:
882         (gst_audio_quantize_setup_noise_shaping),
883         (gst_audio_quantize_free_noise_shaping),
884         (gst_audio_quantize_setup_dither),
885         (gst_audio_quantize_free_dither),
886         (gst_audio_quantize_setup_quantize_func),
887         (gst_audio_quantize_setup), (gst_audio_quantize_free):
888         * gst/audioconvert/gstaudioquantize.h:
889         Implement dithering and noise shaping in audioconvert. By default now
890         TPDF dithering (and no noise shaping) will be used when converting
891         from a higher bit depth to 20 bit depth or smaller, otherwise
892         everything will be as it is now.
893         For the last audioconvert in a pipeline it would make sense to
894         use some kind of noise shaping, enabling it by default for all
895         conversions would give undesired results though. Fixes #360246.
896         * tests/check/elements/audioconvert.c: (setup_audioconvert),
897         (GST_START_TEST):
898         Adjust unit test for the new audioconvert.
899
900 2007-06-28  Wim Taymans  <wim@fluendo.com>
901
902         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
903         Use other metrics as well when estimating the buffer level.
904
905 2007-06-28  Wim Taymans  <wim@fluendo.com>
906
907         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
908         Small debug improvement.
909
910         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
911         (plugin_init):
912         Tweak the rate estimation period.
913         When calculating the buffer filledness in rate estimation mode, don't
914         mix it with other metrics.
915
916 2007-06-28  Wim Taymans  <wim@fluendo.com>
917
918         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
919         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
920         When creating the groups, allow for a 5 second, unlimited buffers
921         preroll phase after which we expose the group.
922         When the group is exposed, use a small number of buffers up to a 2
923         second limit. Also disconnect the overrun signal from multiqueue when we
924         exposed the group because it is not needed anymore.
925
926 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
927
928         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
929           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
930           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
931           (#451707); also, output some debugging info when dealing with
932           freeform strings.
933
934         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
935           Add unit test for the above.
936
937 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
938
939         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
940           Add description for Windows Media RTP caps.
941
942         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
943           Remove RTP fields that don't define the format from caps.
944
945 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
946
947         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
948           Skip empty buffers, but not empty header buffers. That way the original
949           vorbisdec unit test still passes (#451145); also, take into account
950           that those empty packets might carry a granulepos.
951
952         * tests/check/Makefile.am:
953         * tests/check/elements/vorbisdec.c:
954         (_create_codebook_header_buffer), (_create_audio_buffer),
955         (GST_START_TEST), (vorbisdec_suite):
956           Add unit test that sends an empty packet.
957
958 2007-06-27  Wim Taymans  <wim@fluendo.com>
959
960         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
961         Don't error out on 0-sized packets, just emit a warning because this is
962         not a fatal error. Fixes #451145.
963
964 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
965
966         * docs/plugins/gst-plugins-base-plugins.args:
967         * docs/plugins/gst-plugins-base-plugins.signals:
968         * docs/plugins/inspect/plugin-adder.xml:
969         * docs/plugins/inspect/plugin-alsa.xml:
970         * docs/plugins/inspect/plugin-audioconvert.xml:
971         * docs/plugins/inspect/plugin-audiorate.xml:
972         * docs/plugins/inspect/plugin-audioresample.xml:
973         * docs/plugins/inspect/plugin-audiotestsrc.xml:
974         * docs/plugins/inspect/plugin-cdparanoia.xml:
975         * docs/plugins/inspect/plugin-decodebin.xml:
976         * docs/plugins/inspect/plugin-decodebin2.xml:
977         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
978         * docs/plugins/inspect/plugin-gdp.xml:
979         * docs/plugins/inspect/plugin-gnomevfs.xml:
980         * docs/plugins/inspect/plugin-libvisual.xml:
981         * docs/plugins/inspect/plugin-ogg.xml:
982         * docs/plugins/inspect/plugin-pango.xml:
983         * docs/plugins/inspect/plugin-playbin.xml:
984         * docs/plugins/inspect/plugin-subparse.xml:
985         * docs/plugins/inspect/plugin-tcp.xml:
986         * docs/plugins/inspect/plugin-theora.xml:
987         * docs/plugins/inspect/plugin-typefindfunctions.xml:
988         * docs/plugins/inspect/plugin-video4linux.xml:
989         * docs/plugins/inspect/plugin-videorate.xml:
990         * docs/plugins/inspect/plugin-videoscale.xml:
991         * docs/plugins/inspect/plugin-videotestsrc.xml:
992         * docs/plugins/inspect/plugin-volume.xml:
993         * docs/plugins/inspect/plugin-vorbis.xml:
994         * docs/plugins/inspect/plugin-ximagesink.xml:
995         * docs/plugins/inspect/plugin-xvimagesink.xml:
996           Update docs with caps info.
997
998 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
999
1000         * po/POTFILES.in:
1001           Add more files with translatable strings (#450875).
1002
1003 2007-06-23  Edward Hervey  <edward@fluendo.com>
1004
1005         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1006         The chain should be freed if we error out here, else it will leak.
1007         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1008         (cleanup_decodebin):
1009         Don't forget to *properly* remove the signals, else it will leak.
1010
1011 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1012
1013         * MAINTAINERS:
1014         Updating all the maintainers files
1015
1016 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1017
1018         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1019         (main):
1020           Destroy and recreate parse-launch based pipeline after stop to be able
1021           to play again. Reorder some code and add more comments.
1022
1023 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1024
1025         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1026         When handling a delayed-caps notification case, mark
1027         the group as dynamic so that the nbdynamic count is
1028         incremented and decremented correctly. Fixes: #449156
1029         Patch by: Wim Taymans <wim@fluendo.com>
1030
1031 2007-06-19  Andy Wingo  <wingo@pobox.com>
1032
1033         * gst-libs/gst/audio/gstbaseaudiosink.c
1034         (gst_base_audio_sink_init): Enable pull-mode operation.
1035
1036 2007-06-19  Michael Smith <msmith@fluendo.com>
1037
1038         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1039           Change minimum rate back to 1000 to allow low-sample-rate wav files
1040           to play back.
1041
1042 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1043
1044         * po/vi.po:
1045           Update translations.
1046
1047 2007-06-15  David Schleef  <ds@schleef.org>
1048
1049         * gst/playback/gstqueue2.c:
1050           Fix compile error from ignored return value.
1051
1052 2007-06-15  Michael Smith <msmith@fluendo.com>
1053
1054         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1055           Update tmpbuf for all neccesary rows, not just one, as is required
1056           when downscaling.
1057           Fixes #402076.
1058
1059 2007-06-15  Michael Smith <msmith@fluendo.com>
1060
1061         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1062         (eos_buffer_probe):
1063           Add a test that ensures we set DELTA_UNIT on all non-header,
1064           non-video buffers, if we have a video stream.
1065         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1066         (gst_ogg_mux_process_best_pad):
1067           Move setting delta_pad to earlier, where we inspect all pads, so
1068           that leading audio pages don't get DELTA_UNIT unset if they come
1069           before the first DELTA_UNIT from video pages. Fixes the newly-added
1070           test. Fixes #385527.
1071
1072 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1073
1074         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1075           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1076           fails on the p5-ppc64 build bot and the failure looks like it is due
1077           to the same issue as #348114, ie. a compiler bug.
1078
1079 2007-06-13  Edward Hervey  <edward@fluendo.com>
1080
1081         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1082         Fix build on MacOSX.
1083
1084 2007-06-13  Wim Taymans  <wim@fluendo.com>
1085
1086         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1087         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1088         Fix compilation on mingw. Fixes #446972.
1089
1090 2007-06-12  Wim Taymans  <wim@fluendo.com>
1091
1092         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1093
1094         * gst/playback/gstqueue2.c: (update_buffering),
1095         (gst_queue_locked_enqueue):
1096         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1097         also update the buffering status when receiving events. Fixes #446551.
1098
1099 2007-06-11  Wim Taymans  <wim@fluendo.com>
1100
1101         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1102
1103         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1104         (gst_queue_handle_src_query):
1105         Wait for preroll before attempting to forward a duration query upstream.
1106         Fixes #445505.
1107
1108 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1109
1110         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1111         (gst_base_rtp_depayload_set_gst_timestamp):
1112         Use G_GINT64_CONSTANT macro for int64 constant.
1113         * win32/common/libgstinterfaces.def:
1114         * win32/common/libgsttag.def:
1115         Add new exported functions.
1116
1117 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1118
1119         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1120           The BOS page of the first Dirac video stream needs to come before
1121           the BOS page of any Vorbis streams or other audio streams, just like
1122           it is with Theora.
1123
1124 2007-06-07  Wim Taymans  <wim@fluendo.com>
1125
1126         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1127         Fix compilation.
1128
1129 2007-06-06  Wim Taymans  <wim@fluendo.com>
1130
1131         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1132
1133         * gst/playback/gstqueue2.c: (gst_queue_init),
1134         (gst_queue_handle_sink_event), (gst_queue_chain),
1135         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1136         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1137         (gst_queue_src_activate_pull):
1138         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1139         Does not yet completely work because duration queries upstream won't
1140         block yet.
1141
1142 2007-06-06  Wim Taymans  <wim@fluendo.com>
1143
1144         * configure.ac:
1145         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1146         Some more fseeko checks.
1147
1148 2007-06-06  Wim Taymans  <wim@fluendo.com>
1149
1150         * configure.ac:
1151         check for large file support.
1152
1153 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1154
1155         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1156
1157         * gst/subparse/gstsubparse.c: (parse_subrip),
1158         (subviewer_unescape_newlines), (parse_subviewer),
1159         (gst_sub_parse_data_format_autodetect),
1160         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1161         * gst/subparse/gstsubparse.h:
1162         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1163         * tests/check/elements/subparse.c: (GST_START_TEST),
1164         (subparse_suite):
1165         Add a unit test for both SubViewer formats.
1166
1167 2007-06-01  Michael Smith <msmith@fluendo.com>
1168
1169         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1170           Don't overflow intermediate values when seeking to large time values
1171           in audiotestsrc.
1172
1173 2007-06-05  Wim Taymans  <wim@fluendo.com>
1174
1175         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1176         (gst_queue_create_read), (gst_queue_read_item_from_file),
1177         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1178         Include stdio to define fseeko.
1179
1180 2007-06-05  Wim Taymans  <wim@fluendo.com>
1181
1182         Patch by: Edward Hervey  <edward@fluendo.com>
1183
1184         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1185         (gst_v4lsrc_query):
1186         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1187
1188 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1189
1190         * gst-libs/gst/riff/Makefile.am:
1191         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1192           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1193           our own implementation.
1194
1195 2007-06-05  Wim Taymans  <wim@fluendo.com>
1196
1197         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1198         (gst_base_rtp_depayload_setcaps),
1199         (gst_base_rtp_depayload_set_gst_timestamp),
1200         (gst_base_rtp_depayload_change_state):
1201         Handle timestamp wraparound.
1202
1203 2007-06-05  Wim Taymans  <wim@fluendo.com>
1204
1205         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1206         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1207         (gst_uri_decode_bin_change_state):
1208         Make sure we name srcpads uniquely even when using different internal
1209         decodebins.
1210         Signal no-more-pads when no more dynamic elements exist.
1211         Remove pads on cleanup.
1212
1213 2007-06-05  Wim Taymans  <wim@fluendo.com>
1214
1215         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1216
1217         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1218         (gst_queue_init), (gst_queue_finalize),
1219         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1220         (gst_queue_create_read), (gst_queue_read_item_from_file),
1221         (gst_queue_open_temp_location_file),
1222         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1223         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1224         (gst_queue_is_empty), (gst_queue_is_filled),
1225         (gst_queue_change_state), (gst_queue_set_temp_location),
1226         (gst_queue_set_property):
1227         Add support for filebased buffering. Fixes #441264.
1228
1229 2007-06-05  Wim Taymans  <wim@fluendo.com>
1230
1231         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1232         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1233         (caps_notify_group_cb), (gst_decode_group_new),
1234         (gst_decode_group_free):
1235         Add support for delayed caps fixation when autoplugging.
1236         Optimize cases where a multiqueue is not needed/wanted, like right after
1237         anything that is not a demuxer.
1238
1239 2007-06-05  Wim Taymans  <wim@fluendo.com>
1240
1241         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1242         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1243         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1244         consideratly speedup ogg chain detection by not trying to find a base
1245         timestamp for skeleton streams. 
1246
1247 2007-06-05  Wim Taymans  <wim@fluendo.com>
1248
1249         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1250         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1251         (gst_multi_fd_sink_remove_flush),
1252         (gst_multi_fd_sink_remove_client_link),
1253         (gst_multi_fd_sink_handle_client_write),
1254         (gst_multi_fd_sink_handle_clients):
1255         * gst/tcp/gstmultifdsink.h:
1256         Add support for remove_flush.
1257
1258 2007-06-05  Wim Taymans  <wim@fluendo.com>
1259
1260         * docs/design/draft-keyframe-force.txt:
1261         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1262         (theora_enc_chain):
1263         Add draft design for forcing keyframes in encoders and implement in
1264         theoraenc.
1265
1266 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1267
1268         * configure.ac:
1269           Back to CVS
1270
1271 === release 0.10.13 ===
1272
1273 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1274
1275         * configure.ac:
1276           releasing 0.10.13, "What's Going on?"
1277
1278 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1279
1280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1281         In riff, the depth is stored in the size field but it just means that
1282         the least significant bits are cleared. We can therefore just play
1283         the sample as if it had a depth == width. Fixes: #440997
1284
1285         Patch by: Wim Taymans <wim@fluendo.com> 
1286         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1287
1288 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1289
1290         * gst-libs/gst/floatcast/floatcast.h:
1291         Define inline when needed on win32 builds. Fixes: #441295
1292         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1293
1294 2007-05-29  Wim Taymans  <wim@fluendo.com>
1295
1296         * gst/playback/gstplaybasebin.c: (queue_overrun),
1297         (no_more_pads_full):
1298         Stop buffering when the group is commited because the queues filled up.
1299         Fixes #442024.
1300
1301 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1302
1303         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1304         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1305         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1306         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1307         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1308         * ext/alsa/gstalsamixer.h:
1309         * ext/alsa/gstalsamixerelement.c:
1310         (gst_alsa_mixer_element_interface_supported),
1311         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1312         (gst_alsa_mixer_element_set_property),
1313         (gst_alsa_mixer_element_get_property),
1314         (gst_alsa_mixer_element_change_state):
1315         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1316         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1317         (gst_mixer_option_changed):
1318         * gst-libs/gst/interfaces/mixer.h:
1319         Revert commits towards #152864 made so far. We'll pick it up again
1320         after the 0.10.13 release.
1321
1322 2007-05-24  Wim Taymans  <wim@fluendo.com>
1323
1324         * gst-libs/gst/audio/gstbaseaudiosink.c:
1325         (gst_base_audio_sink_render):
1326         After an interrupt (PAUSED/flush) assume that the next sample should not
1327         be aligned to the previous sample. Fixes #417992.
1328
1329 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1330
1331         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1332           Don't add channels and rate fields to the template caps for
1333           audio/x-dts, as wavparse might not always be able to set them,
1334           which would then lead to 'caps are not a real subset of the
1335           template caps' warnings.
1336
1337 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1338
1339         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1340         Handle unknown or invalid pads without crashing, as might occur if
1341         a media file like an mp3 is specified as a subtitle file.
1342         Fixes: #410039
1343
1344 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1345
1346         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1347         (setup_sinks):
1348         Block the subtitle bin output queue before ghosting it and linking,
1349         then unblock after. This avoids spurious not-linked errors caused 
1350         by the queue starting up (because it gets linked when it is ghosted). 
1351         Fixes: #350299
1352
1353 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1354
1355         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1356         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1357         file. Avoids flukes where the input gets typefound to some valid but
1358         useless type.
1359
1360 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1361
1362         * tests/check/Makefile.am:
1363         * tests/check/elements/.cvsignore:
1364         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1365         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1366           Add unit test for gnomevfssink seeking and position reporting for
1367           file:// URIs.
1368
1369 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1370
1371         Patch by: Mark Nauwelaerts <manauw at skynet be>
1372
1373         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1374         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1375         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1376         * ext/gnomevfs/gstgnomevfssink.h:
1377           Fix position reporting, especially after a seek (from upstream),
1378           see #412648.
1379
1380 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1381
1382         * ext/cdparanoia/gstcdparanoiasrc.c:
1383           Repair umlaut.
1384
1385 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1386
1387         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1388         Specify the full valid range for MP3 samplerates. Fixes a regression
1389         caused by extra header checks since the last release.
1390
1391 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1392
1393         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1395         Fix a locking-order bug I introduced with my changes the other day.
1396         Patch by Mike Smith.
1397
1398 2007-05-21  Michael Smith <msmith@fluendo.com>
1399
1400         * ext/theora/theoradec.c: (theora_handle_data_packet):
1401           Don't look inside 0-length packets (which indicate duplicated
1402           frames)
1403
1404 2007-05-21  Wim Taymans  <wim@fluendo.com>
1405
1406         * ext/cdparanoia/gstcdparanoiasrc.c:
1407         (gst_cd_paranoia_src_read_sector):
1408         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1409         (gst_base_audio_src_create):
1410         Small cleanups.
1411
1412         * ext/theora/theoradec.c: (theora_dec_sink_event):
1413         Fix typo.
1414
1415         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1416         (gst_base_rtp_depayload_set_gst_timestamp):
1417         Add some FIXME
1418
1419         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1420         And some debug info when a FIXME path is hit.
1421
1422 2007-05-21  Wim Taymans  <wim@fluendo.com>
1423
1424         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1425         (gst_base_rtp_audio_payload_class_init),
1426         (gst_base_rtp_audio_payload_init),
1427         (gst_base_rtp_audio_payload_finalize),
1428         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1429         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1430         (gst_base_rtp_payload_audio_handle_event):
1431         Some cleanups, remove minptime property as it is now in the parent
1432         class.
1433         Override parent class event function.
1434
1435         * gst-libs/gst/rtp/gstbasertppayload.c:
1436         (gst_basertppayload_class_init), (gst_basertppayload_init),
1437         (gst_basertppayload_event), (gst_basertppayload_set_property),
1438         (gst_basertppayload_get_property):
1439         * gst-libs/gst/rtp/gstbasertppayload.h:
1440         Add min-ptime property.
1441         Add handle-event vmethod. Fixes #415001.
1442
1443 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1444
1445         * gst-libs/gst/audio/gstbaseaudiosink.c
1446           (gst_base_audio_sink_change_state):
1447           Fix typo in comment.
1448
1449         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1450           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1451           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1452           close_link):
1453         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1454           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1455           Remove trailing whitespaces in comments.
1456
1457         * gst/volume/Makefile.am:
1458           Fix tabs.
1459
1460 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1461
1462         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1463
1464         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1465           set_option, get_option, _gst_reserved):
1466           Revert reordering functions (keep ABI).
1467
1468 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1469
1470         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1471         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1472         (gst_ximagesink_show_frame):
1473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1474         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1475         (gst_xvimagesink_show_frame):
1476         When we create our own window, indicate that we handle the 
1477         WM_DELETE client message from the window manager, so that it won't 
1478         kill our window (and our app) along with it. Handle ClientMessage,
1479         post an error on the bus, and close the window. Further buffers
1480         arriving will result in a FlowError because the window has been
1481         destroyed.
1482
1483         Fixes: #393975
1484
1485         Clean up the X event handling loop and make them the same for
1486         both xvimagesink and ximagesink while I'm at it.
1487
1488 2007-05-17  Wim Taymans  <wim@fluendo.com>
1489
1490         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1491         Make decodebin2 autoplug depayloaders too.
1492
1493         * gst/playback/gsturidecodebin.c: (source_new_pad):
1494         Set the newly created decoder in a usable state when autoplugging a
1495         dynamic source such as RTSP.
1496
1497 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1498
1499         * gst/playback/gststreaminfo.c: (cb_probe):
1500           Ignore video-codec tag for audio streams and ignore audio-codec tags
1501           for video streams. Should make codec name collection a bit more
1502           robust against sloppy demuxers that send tag events containing both
1503           tags down each pad.
1504
1505 2007-05-17  Wim Taymans  <wim@fluendo.com>
1506
1507         * gst/playback/gstqueue2.c: (update_rates):
1508         Tweak the buffering thresholds a little.
1509         Update the buffer size with the previously calculate rate instead of
1510         only when we calculate a new rate so that we get smoother buffering
1511         updates.
1512
1513         * gst/playback/Makefile.am:
1514         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
1515         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1516         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1517         (gst_uri_decode_bin_get_property), (unknown_type),
1518         (add_element_stream), (no_more_pads_full), (no_more_pads),
1519         (source_no_more_pads), (new_decoded_pad), (array_has_value),
1520         (gen_source_element), (has_all_raw_caps), (analyse_source),
1521         (remove_decoders), (make_decoder), (remove_source),
1522         (source_new_pad), (setup_source), (decoder_query_init),
1523         (decoder_query_duration_fold), (decoder_query_duration_done),
1524         (decoder_query_position_fold), (decoder_query_position_done),
1525         (decoder_query_latency_fold), (decoder_query_latency_done),
1526         (decoder_query_seeking_fold), (decoder_query_seeking_done),
1527         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
1528         (gst_uri_decode_bin_change_state), (plugin_init):
1529         New element that intergrates a source, optional buffering element and
1530         decodebin.
1531
1532 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1533
1534         * configure.ac:
1535           Bump libtheora requirement to 1.0alpha5 for the pixformat check
1536           (also has a .pc file, so we don't need the fallback check any
1537           longer). Fixes #438840.
1538
1539 2007-05-17  Wim Taymans  <wim@fluendo.com>
1540
1541         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1542         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
1543         (apply_segment), (apply_buffer), (update_buffering),
1544         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
1545         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1546         (gst_queue_handle_sink_event), (gst_queue_is_filled),
1547         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
1548         (plugin_init):
1549         fix build.
1550
1551 2007-05-17  Wim Taymans  <wim@fluendo.com>
1552
1553         * gst/playback/Makefile.am:
1554         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1555         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
1556         (gst_queue_getcaps), (gst_queue_bufferalloc),
1557         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
1558         (apply_buffer), (update_buffering), (reset_rate_timer),
1559         (update_rates), (gst_queue_locked_flush),
1560         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1561         (gst_queue_handle_sink_event), (gst_queue_is_empty),
1562         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
1563         (gst_queue_loop), (gst_queue_handle_src_event),
1564         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
1565         (gst_queue_src_activate_push), (gst_queue_change_state),
1566         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
1567         On our way to playbin2 this is the new network queue that does buffering
1568         all by itself using high and low watermarks. It can also measure up and
1569         downstream bandwidth to optimally size the queue.
1570
1571 2007-05-17  Michael Smith <msmith@fluendo.com>
1572
1573         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1574         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
1575           Use the segment->last_stop value to calculate the next timestamp to
1576           generate after a seek; not the segment->start value.
1577
1578 2007-05-15  David Schleef  <ds@schleef.org>
1579
1580         * docs/Makefile.am: Install docs even when --disable-gtk-doc
1581           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
1582
1583 2007-05-15  Wim Taymans  <wim@fluendo.com>
1584
1585         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1586         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1587         Some more chained streaming ogg timestamp fixes.
1588
1589 2007-05-15  Wim Taymans  <wim@fluendo.com>
1590
1591         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1592         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1593         (gst_ogg_demux_handle_page):
1594         Add some FIXMEs.
1595         Fix chain start/stop segment handling based on patch by
1596         <ahalda at cs dot mcgill dot ca> see #320984.
1597
1598 2007-05-15  Michael Smith <msmith@fluendo.com>
1599
1600         * configure.ac:
1601           We don't require a C++ compiler. So don't require one.
1602
1603 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1604
1605         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
1606           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1607           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
1608           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1609           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
1610           gst_alsa_mixer_update_track):
1611           Apply some of the cleanup Tim suggested in #152864 afterwards.
1612
1613 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1614
1615         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1616
1617         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
1618           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
1619           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
1620           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1621           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
1622           gst_alsa_mixer_handle_source_callback,
1623           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1624           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
1625           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
1626           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
1627           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
1628           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
1629         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
1630         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
1631           gst_alsa_mixer_element_interface_supported,
1632           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
1633           gst_alsa_mixer_element_set_property,
1634           gst_alsa_mixer_element_get_property,
1635           gst_alsa_mixer_element_change_state):
1636         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
1637         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
1638           gst_mixer_option_changed):
1639         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
1640           volume_changed, option_changed, _gst_reserved):
1641           Implement notification for alsamixer. Fixes #152864
1642
1643 2007-05-14  David Schleef  <ds@schleef.org>
1644
1645         * gst/videotestsrc/videotestsrc.c:
1646         * gst/videotestsrc/videotestsrc.h:
1647           Add support for video/x-raw-bayer.
1648
1649 2007-05-12  David Schleef  <ds@schleef.org>
1650
1651         * sys/xvimage/xvimagesink.c:
1652           Add some sanity checking for the XVImage size returned by X.
1653           Related to #377400.
1654
1655 2007-05-12  Wim Taymans  <wim@fluendo.com>
1656
1657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1658         (gst_base_rtp_depayload_setcaps),
1659         (gst_base_rtp_depayload_set_gst_timestamp):
1660         Parse and use additional caps fields as described in updated
1661         application/x-rtp caps spec.
1662
1663 2007-05-12  Wim Taymans  <wim@fluendo.com>
1664
1665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1666         (gst_ogg_demux_collect_chain_info):
1667         If there is a stream in a chain without any data packets, ignore the
1668         stream in the total length calculations. Might be related to #436820.
1669
1670 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
1671
1672         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
1673         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
1674         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1675         (mpeg_video_type_find), (mpeg_video_stream_type_find),
1676         (plugin_init):
1677
1678         Consolidate and re-work our mpeg system stream detection to probe
1679         more packets and produce a higher confidence result. Fixes a
1680         regression caused by lowering the typefind probability last year
1681         - related to bug #397810. Remove the redundant MPEG-1 specific 
1682         typefind function, as the new one detects both MPEG-1 & MPEG-2
1683         happily.
1684
1685         Also cleanup the MPEG elementary and MPEG-TS detection functions a
1686         little. 
1687
1688         Tested against my media test directory, with some improvements and
1689         no regressions.
1690
1691 2007-05-10  Wim Taymans  <wim@fluendo.com>
1692
1693         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
1694         (queue_out_of_data):
1695         Connect to the new queue "pushing" signal instead of the broken
1696         "running" one.
1697
1698 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
1699
1700         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1701         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
1702         Move variable declaration before the first instruction.
1703         * gst/videotestsrc/videotestsrc.c:
1704         Define M_PI if it's not defined yet.
1705         * win32/common/libgstrtp.def:
1706         Add new exported functions.
1707
1708 2007-05-09  Michael Smith <msmith@fluendo.com>
1709
1710         * ext/theora/theoradec.c: (theora_handle_type_packet):
1711           gst_pad_push_event() does not return a GstFlowReturn!
1712
1713 2007-05-09  Wim Taymans  <wim@fluendo.com>
1714
1715         * tests/examples/seek/scrubby.c: (stop_cb), (main):
1716         * tests/examples/seek/seek.c: (do_seek):
1717         Some small cosmetic changes.
1718
1719 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
1720
1721         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
1722           gst_adder_change_state):
1723         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
1724           segment_pending, segment_position, segment_rate):
1725           Handle playback-rate on adder.
1726
1727 2007-05-07  Michael Smith <msmith@fluendo.com>
1728
1729         * ext/theora/gsttheoradec.h:
1730         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1731         (theora_dec_sink_event), (theora_handle_comment_packet),
1732         (theora_handle_type_packet), (theora_dec_change_state):
1733           Don't push events (newsegment, tags) before initialising the
1734           decoder.
1735           This is neccesary for seeking to work correctly in gnonlin.
1736
1737 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1738
1739         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1740         * gst/adder/gstadder.c:
1741         * gst/audiotestsrc/gstaudiotestsrc.c
1742           (gst_audio_test_src_create_white_noise):
1743         * gst/videotestsrc/gstvideotestsrc.c:
1744         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
1745           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
1746           volume_sink_template, volume_src_template, gst_volume_init,
1747           volume_process_double, volume_process_int16,
1748           volume_process_int16_clamp):
1749           Doc fixes and formatting.
1750
1751 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1752
1753         * tests/check/Makefile.am:
1754         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1755           Minimal check for volume's GstController usability; also another
1756           test for #422295.
1757
1758 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1759
1760         * gst-libs/gst/cdda/gstcddabasesrc.c:
1761         (gst_cdda_base_src_add_track):
1762           Fix it so that it (a) makes sense and (b) doesn't break
1763           everything cdda-related including the unit test.
1764
1765 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1766
1767         * gst-libs/gst/cdda/gstcddabasesrc.c:
1768         (gst_cdda_base_src_add_track):
1769           Fix build when disabling asserts.
1770
1771 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
1772
1773         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
1774           When XShm is not available, we might get row strides that are not
1775           rounded up to multiples of four; this is bad, because virtually
1776           every RGB-processing element in GStreamer assumes rowstrides are
1777           rounded up to multiples of four, so let's allocate at least enough
1778           memory to avoid crashes in this case. The image will still be
1779           displayed distorted though if this happens, so that still needs
1780           fixing (maybe by allocating a bigger image with an 'even' width
1781           and then clipping it appropriately when rendering - something for
1782           Xlib aficionados in any case).
1783
1784 2007-05-03  Michael Smith <msmith@fluendo.com>
1785
1786         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1787           If a buffer doesn't have a timestamp, assume it's contiguous with
1788           the previous buffer, and synthesise timestamps appropriately.
1789
1790 2007-05-03  Edward Hervey  <edward@fluendo.com>
1791
1792         * tests/check/elements/videorate.c: (GST_START_TEST):
1793         Set buffer timestamp to a valid value in order to test the buffer
1794         really does stay in videorate.
1795
1796 2007-05-03  Edward Hervey  <edward@fluendo.com>
1797
1798         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1799         There is no sensible way to handle incoming buffers which don't have a
1800         valid timestamp. We therefore discard them and wait for the next one.
1801
1802 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1803
1804         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
1805         * gst/playback/gstdecodebin2.c: (plugin_init):
1806           Better error message for text files.
1807
1808 2007-04-29  Wim Taymans  <wim@fluendo.com>
1809
1810         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
1811         Fix offset bug in generation RR packets.
1812
1813 2007-04-27  Julien MOUTTE  <julien@moutte.net>
1814
1815         * ext/theora/theoradec.c: (_theora_granule_time),
1816         (theora_dec_push_forward), (theora_handle_data_packet),
1817         (theora_dec_decode_buffer): Calculate buffer duration correctly
1818         to generate a perfect stream (#433888).
1819         * gst/audioresample/gstaudioresample.c:
1820         (audioresample_check_discont): Glib provides ABS.
1821
1822 2007-04-27  Wim Taymans  <wim@fluendo.com>
1823
1824         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1825         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
1826         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
1827         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
1828         (gst_rtcp_packet_bye_set_reason):
1829         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1830         Fix RB block parsing and writing.
1831         Add support for constructing BYE packets.
1832
1833 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1834
1835         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
1836         (gst_base_audio_src_create):
1837         * po/POTFILES.in:
1838           When posting a warning message because samples were dropped, post
1839           something more intelligible than he default error message for clock
1840           errors which is just confusing in this context (#432984).
1841
1842 2007-04-25  Wim Taymans  <wim@fluendo.com>
1843
1844         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
1845         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
1846         (read_packet_header), (gst_rtcp_packet_move_to_next),
1847         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
1848         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
1849         (gst_rtcp_packet_sdes_get_item_count),
1850         (gst_rtcp_packet_sdes_first_item),
1851         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
1852         (gst_rtcp_packet_sdes_first_entry),
1853         (gst_rtcp_packet_sdes_next_entry),
1854         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
1855         (gst_rtcp_packet_sdes_add_entry):
1856         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1857         Implement code to write SR, RR and SDES packets.
1858
1859 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1860
1861         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
1862
1863         * sys/ximage/ximagesink.c:
1864           Fix build if XShm is not available (#432362).
1865
1866 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
1867
1868         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
1869         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
1870         pointers to random memory which are passed to g_free() when
1871         audio_convert_prepare_context() is called the first time.
1872
1873 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1874
1875         Patch by: Dan Williams <dcbw redhat com>
1876
1877         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1878           Don't leak incoming buffer if gst_pad_push() returns a
1879           non-OK flow. Fixes #432755.
1880          
1881         * tests/check/elements/videorate.c: (GST_START_TEST),
1882         (videorate_suite):
1883           Unit test for the above by Yours Truly.
1884
1885 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
1886
1887         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1888         (gst_adder_sink_event), (gst_adder_collected):
1889           Fix non-flushing segmented seeks, Fixes #340060 for me
1890
1891 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1892
1893         Patch by: Olivier Crete  <tester at tester ca>
1894
1895         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1896         (gst_base_rtp_audio_payload_class_init),
1897         (gst_base_rtp_audio_payload_init),
1898         (gst_base_rtp_audio_payload_dispose):
1899           Chain up to parent class in dispose function; get rid of
1900           unnecessary 'diposed' flag in private structure (#415001).
1901
1902 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1903
1904         * docs/libs/gst-plugins-base-libs.types:
1905         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1906         (gst_base_rtp_audio_payload_class_init):
1907         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1908         * gst-libs/gst/rtp/gstbasertppayload.c:
1909           Some minor docs fixes and additions; also add missing 'Since' bits.
1910
1911 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1912
1913         Patch by: Zeeshan Ali  <zeenix gmail com>
1914
1915         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1916         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1917         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1918         (gst_base_rtp_audio_payload_push):
1919         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1920           The recently-added gst_base_rtp_audio_payload_push() should take an
1921           object of type GstBaseRTPAudioPayload as first argument (#431672).
1922
1923 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1924
1925         * gst/audioresample/gstaudioresample.c:
1926           Make more functions static, just because we can.
1927
1928 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1929
1930         * tests/check/elements/audioresample.c:
1931           Add unit test for audioresample shutdown crasher (#420106).
1932
1933 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
1934
1935         * gst/subparse/gstsubparse.c:
1936         * gst/subparse/samiparse.c:
1937           Use GST_DISABLE_XML here
1938
1939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1940         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
1941         (gst_xvimagesink_buffer_alloc),
1942         (gst_xvimagesink_navigation_send_event):
1943         * sys/xvimage/xvimagesink.h:
1944           Include stdlib.h when using atoi.
1945           
1946         * tests/check/elements/playbin.c: (playbin_suite):
1947           Use GST_DISABLE_REGISTRY here
1948
1949 2007-04-19  Michael Smith  <msmith@fluendo.com>
1950
1951         * ext/theora/gsttheoraenc.h:
1952         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
1953         (theora_enc_sink_event), (theora_enc_change_state):
1954           Track initialisation state; don't try to use encoder state if we're
1955           not initialised (it'll segfault).
1956
1957 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
1958
1959         * tests/check/pipelines/.cvsignore:
1960         Fix build.
1961
1962 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1963
1964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1965         Allow random depths between 1 and 32 instead of only multiplies of 8.
1966
1967 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1968
1969         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1970         Set the maximum number of channels for PCM and float in the correct
1971         place to have it also used when creating the template caps.
1972
1973 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1974
1975         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1976         Correctly support 4, 6 and 8 channels with normal PCM and float
1977         wav files.
1978
1979         Fix the depth and signedness calculation in extensible wav files and
1980         also handle 1, 2, 4, 6, 8 channels here when a file without channel
1981         mask is found.
1982
1983         Add support for float, alaw and mulaw in extensible wav files.
1984
1985         This allows correct playback of all but 5 files from
1986         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
1987         
1988         (gst_riff_create_audio_template_caps):
1989         Add voxware and float formats to the template caps.     
1990
1991 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1992
1993         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
1994
1995         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1996         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
1997
1998         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1999         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2000         Use the correct format strings for integer formats.
2001
2002 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2003
2004         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2005           Don't use pad_alloc_buffer_and_set_caps to create a small header
2006           packet, or, worse, to create a big temporary video buffer using the
2007           src pad.
2008
2009 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2010
2011         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2012         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2013           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2014           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2015
2016 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2017
2018         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2019           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2020           streamheader_suite):
2021           Add another test set up for failure
2022
2023 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2024
2025         * tests/check/Makefile.am:
2026         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2027           GST_START_TEST, streamheader_suite, main):
2028           Add a test for the streamheader bug Wim fixed.
2029
2030 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2031
2032         * ext/theora/theoradec.c: (theora_dec_sink_event):
2033         Fix misleading comment.
2034
2035 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2036
2037         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2038           More sanity checks for the header fields.
2039
2040 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2041
2042         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2043           Try encodings from all environment variables, not just those in the
2044           first environment variable that is set.
2045
2046 2007-04-12  Wim Taymans  <wim@fluendo.com>
2047
2048         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2049         (gst_video_rate_chain):
2050         Add some debug.
2051
2052         * tests/check/elements/videorate.c: (GST_START_TEST),
2053         (videorate_suite):
2054         Added check for videorate changing caps handling. Closes #421834.
2055
2056 2007-04-12  Michael Smith  <msmith@fluendo.com>
2057
2058         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2059           Use scale functions to avoid overflow when calculating duration of 
2060           vorbis buffers.
2061
2062 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2063
2064         * docs/libs/gst-plugins-base-libs-sections.txt:
2065         * gst-libs/gst/tag/tag.h:
2066         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2067           API: add gst_tag_freeform_string_to_utf8() (#405072).
2068
2069         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2070           Use gst_tag_freeform_string_to_utf8() here.
2071
2072 2007-04-12  Wim Taymans  <wim@fluendo.com>
2073
2074         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2075         (gst_gdp_pay_sink_event):
2076         Make sure we set the IN_CAPS flag correctly.
2077
2078         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2079         Get the IN_CAPS flag before we call functions that mess with the flags.
2080
2081 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2082
2083         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2084           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2085           Only stamp buffers with offset/offset_end right before they get
2086           pushed.  This ensures offset continuity, which was not the case
2087           before as shown by
2088           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2089
2090 2007-04-06  Wim Taymans  <wim@fluendo.com>
2091
2092         * gst/playback/gstplaybin.c: (add_sink),
2093         (gst_play_bin_change_state):
2094         Activate sync in playbin, we are ready to handle it for live streams.
2095
2096 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2097
2098         * tests/check/elements/playbin.c:
2099         (test_sink_usage_video_only_stream), (playbin_suite):
2100           Add small test for stream-info-value-array code paths.
2101
2102 2007-04-05  Wim Taymans  <wim@fluendo.com>
2103
2104         * gst-libs/gst/audio/gstbaseaudiosink.c:
2105         (gst_base_audio_sink_skew_slaving):
2106         Don't try to create invalid calibration parameters by making the
2107         internal time go backwards, instead make external time go forward.
2108
2109 2007-04-05  Wim Taymans  <wim@fluendo.com>
2110
2111         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2112
2113         * gst/playback/gstplaybasebin.c: (add_stream):
2114         Fix leak in add_stream(), when g_value_set_object() increases the
2115         refcount of streaminfo object. Fixes #426250.
2116
2117 2007-04-03  David Schleef  <ds@schleef.org>
2118
2119         * gst/videotestsrc/gstvideotestsrc.c:
2120         * gst/videotestsrc/gstvideotestsrc.h:
2121         * gst/videotestsrc/videotestsrc.c:
2122         * gst/videotestsrc/videotestsrc.h:
2123           Add a test pattern called "circular", which has concentric
2124           rings with varying radial frequency.  The main purpose of this
2125           pattern is to test fidelity loss in a filter or scaler element.
2126           Notably, this pattern is scale invariant, and is optimally viewed
2127           with a width (and height) of 400.
2128
2129 2007-04-03  Wim Taymans  <wim@fluendo.com>
2130
2131         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2132
2133         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2134         (deactivate_free_recursive):
2135         Decodebin2 doesn't unref pads it obtains in some occasions:
2136         - multiqueue src pads, when either connecting further or exposing
2137         - sink pads of new autoplugged elements
2138         - peer pads when recursively freeing elements
2139         Fixes #425455.
2140
2141 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2142
2143         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2144         Add audio/x-raw-float support, now that audioconvert support
2145         non-native endianness floats.
2146
2147 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2148
2149         * docs/libs/gst-plugins-base-libs-docs.sgml:
2150           gstreamer-plugins-base.pc doesn't exist, it's
2151           gstreamer-plugins-base-0.10.pc.
2152
2153 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2154
2155         Patch by: René Stadler <mail at renestadler dot de>
2156         with some minor changes
2157
2158         * gst-libs/gst/floatcast/floatcast.h:
2159         Use more efficient float endianness conversion functions that don't
2160         involve 2 function calls per value.
2161         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2162         (check_default), (audio_convert_prepare_context):
2163         * gst/audioconvert/gstaudioconvert.c:
2164         (gst_audio_convert_parse_caps), (make_lossless_changes):
2165         Support non-native endianness floats as input and output.
2166         Fixes #339838.
2167         * tests/check/elements/audioconvert.c: (verify_convert),
2168         (GST_START_TEST):
2169         Add unit tests for the non-native endianness float conversions.
2170
2171 2007-03-29  Wim Taymans  <wim@fluendo.com>
2172
2173         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2174         (gst_base_rtp_depayload_base_init),
2175         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2176         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2177         (gst_base_rtp_depayload_set_gst_timestamp),
2178         (gst_base_rtp_depayload_change_state),
2179         (gst_base_rtp_depayload_set_property),
2180         (gst_base_rtp_depayload_get_property):
2181         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2182         Add Private structure.
2183         Bring element code to 2007.
2184         Parse clock-base caps param and use it when generating the
2185         newsegment.
2186         Reset variables before going to PAUSED.
2187         Fix some docs.
2188
2189 2007-03-29  Wim Taymans  <wim@fluendo.com>
2190
2191         * docs/libs/gst-plugins-base-libs-docs.sgml:
2192         * docs/libs/gst-plugins-base-libs-sections.txt:
2193         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2194         (gst_base_rtp_audio_payload_get_adapter):
2195         Add RTCP docs.
2196         Fix some more docs.
2197
2198         * gst-libs/gst/rtp/Makefile.am:
2199         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2200         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2201         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2202         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2203         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2204         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2205         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2206         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2207         (gst_rtcp_packet_sr_get_sender_info),
2208         (gst_rtcp_packet_sr_set_sender_info),
2209         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2210         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2211         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2212         (gst_rtcp_packet_sdes_get_chunk_count),
2213         (gst_rtcp_packet_sdes_first_chunk),
2214         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2215         (gst_rtcp_packet_sdes_first_item),
2216         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2217         (gst_rtcp_packet_bye_get_ssrc_count),
2218         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2219         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2220         (gst_rtcp_packet_bye_get_reason_len),
2221         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2222         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2223         Add new helper object for parsing and creating RTCP messages.
2224
2225 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2226
2227         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2228         PCM samples with width=8 must be always unsigned, no matter what
2229         depth they have.
2230
2231 2007-03-29  Andy Wingo  <wingo@pobox.com>
2232
2233         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2234         perfect offsets also, not just timestamps.
2235
2236         * tests/check/elements/videorate.c (test_more): Test that given
2237         any incoming offsets, that videorate produces perfect offsets.
2238
2239 2007-03-29  Wim Taymans  <wim@fluendo.com>
2240
2241         * gst-libs/gst/riff/riff-ids.h:
2242         Add some more RIFF formats.
2243
2244 2007-03-29  Wim Taymans  <wim@fluendo.com>
2245
2246         * gst-libs/gst/rtp/gstrtpbuffer.c:
2247         (gst_rtp_buffer_default_clock_rate):
2248         * gst-libs/gst/rtp/gstrtpbuffer.h:
2249         Fix fixed payload names and docs.
2250         Added method to get the default clock rates of fixed payload types.
2251         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2252
2253 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2254
2255         * tests/check/pipelines/.cvsignore:
2256         Add new vorbisdec test to cvsignore.
2257
2258 2007-03-28  Wim Taymans  <wim@fluendo.com>
2259
2260         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2261         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2262         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2263         (gst_base_audio_sink_set_property),
2264         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2265         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2266         (gst_base_audio_sink_skew_slaving),
2267         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2268         (gst_base_audio_sink_async_play):
2269         * gst-libs/gst/audio/gstbaseaudiosink.h:
2270         Store private stuff in GstBaseAudioSinkPrivate.
2271         Add configurable clock slaving modes property.
2272         API:: GstBaseAudioSink::slave-method property
2273         Some more latency reporting tweaks.
2274         Added skew based clock slaving correction and make it the default until
2275         the resampling method is more robust.
2276
2277 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2278
2279         * gst/audioconvert/audioconvert.c:
2280         Add docs to the integer pack functions and implement proper
2281         rounding. Before we had rounding towards negative infinity, i.e.
2282         always the smaller number was taken. Now we use natural rounding,
2283         i.e. rounding to the nearest integer and to the one with the largest
2284         absolute value for X.5. The old rounding introduced some minor
2285         distortions. Fixes #420079
2286         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2287         Fix one unit test that assumed the old rounding and added unit tests
2288         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2289         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2290         rounding from signed int32 to signed/unsigned int16.
2291
2292 2007-03-27  Michael Smith  <msmith@fluendo.com>
2293
2294         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2295         (gst_audio_convert_transform_caps):
2296           Fix typo in debug line introduced recently, as pointed out on irc.
2297
2298 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2299
2300         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2301         * tests/check/libs/tag.c: (GST_START_TEST):
2302           Make sure we parse floating-point numbers in vorbis comments
2303           correctly with either '.' or ',' as separator, no matter what
2304           the current locale is. Add unit test for this too.
2305
2306 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2307
2308         Patch by: René Stadler  <mail at renestadler de>
2309
2310         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2311           When writing out floating-point numbers to vorbis comment tags, always
2312           use the same character as separator no matter what the current locale is
2313           (fixes #423051).
2314
2315         * tests/check/libs/tag.c: (GST_START_TEST):
2316           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2317
2318 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2319
2320         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2321           vorbis_handle_data_packet):
2322           Correctly set DURATION to generate a timestamp-continuous stream.
2323           One bug left at the end; see
2324           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2325         * tests/check/Makefile.am:
2326         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2327           Add a test to check this.  Without the above patch this test fails.
2328
2329 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2330
2331         * gst-libs/gst/rtp/Makefile.am:
2332         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2333
2334 2007-03-23  Michael Smith  <msmith@fluendo.com>
2335
2336         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2337         (gst_video_rate_reset), (gst_video_rate_chain):
2338           If videorate changes caps, we can no longer use the old buffer
2339           (which may have a different size, incompatible with our caps).
2340           So don't do that; just duplicate the new frame more times.
2341
2342 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2343
2344         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2345         Remove playbin's override of the set_clock vmethod. It's irrelevant
2346         after Wim's commit on the 19th.
2347
2348 2007-03-22  Wim Taymans  <wim@fluendo.com>
2349
2350         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2351         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2352         * ext/gnomevfs/gstgnomevfssrc.h:
2353         Don't cache file sizes. Fixes #341078.
2354
2355 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2356
2357         * gst/playback/gstplaybin.c: (add_sink):
2358           Use GST_PTR_FORMAT to log caps. 
2359
2360 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2361
2362         Patch by: Young-Ho Cha <ganadist at chollian net>
2363
2364         * gst/subparse/samiparse.c: (handle_start_font):
2365           Special-case some more colour names that pango doesn't handle by
2366           default. Fixes #420578.
2367
2368 2007-03-20  Michael Smith  <msmith@fluendo.com>
2369
2370         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2371           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2372           that marks EOS internally. After that, libvorbis will buffer all
2373           input data, and encode none of it, eventually leading to memory
2374           exhaustion.
2375
2376 2007-03-19  Wim Taymans  <wim@fluendo.com>
2377
2378         * gst/playback/gstdecodebin.c: (remove_fakesink):
2379         Don't post STATE_DIRTY anymore.
2380
2381         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2382         (gst_play_bin_change_state):
2383         Remove stream_time reset in seek handling, core does that now.
2384         Disable clocking for live pipelines by forcing a NULL clock to the
2385         complete pipeline, core is too smart now for our previous hack.
2386         We can always autoplug in PAUSED now.
2387
2388 2007-03-17  David Schleef  <ds@schleef.org>
2389
2390         * REQUIREMENTS:  Update this file, change the formatting to make
2391         it more consistent, plus more machine readable.
2392
2393 2007-03-16  Michael Smith  <msmith@fluendo.com>
2394
2395         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2396         (strip_width_64), (append_with_other_format):
2397           Previous fix was too simplistic, and broke the tests. Use a better
2398           approach; only strip 64 from widths for integer audio.
2399
2400 2007-03-16  Michael Smith  <msmith@fluendo.com>
2401
2402         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2403         (gst_audio_convert_transform_caps):
2404           We don't support 64 bit integer audio, so don't try to claim we can.
2405           Stops us producing caps don't match our template caps.
2406           Update comments.
2407
2408 2007-03-15  Michael Smith  <msmith@fluendo.com>
2409
2410         * gst/audioresample/gstaudioresample.c:
2411         (audioresample_check_discont), (audioresample_transform):
2412           Don't trigger discontinuities for very small imperfections; a filter
2413           flush will sound bad, and many plugins have rounding errors leading
2414           to these.
2415
2416 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2417
2418         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
2419
2420         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2421         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2422         API: add "min-ptime" property to RTP base audio payloader.
2423         API: add gst_base_rtp_audio_payload_push().
2424         API: add gst_base_rtp_audio_payload_get_adapter().
2425         Fixes #415001
2426         Indentation/whitespace/documentation fixes.
2427
2428 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2429
2430         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2431         (audioresample_transform_size), (audioresample_do_output),
2432         (audioresample_transform), (audioresample_pushthrough): Handle
2433         discontinuous streams.
2434         * gst/audioresample/gstaudioresample.h:
2435         * tests/check/elements/audioresample.c:
2436         (test_discont_stream_instance), (GST_START_TEST),
2437         (audioresample_suite): Add a test for discontinuous streams.
2438         * win32/common/config.h: Updated.
2439
2440 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2441
2442         * po/af.po:
2443         * po/az.po:
2444         * po/cs.po:
2445         * po/en_GB.po:
2446         * po/it.po:
2447         * po/nb.po:
2448         * po/nl.po:
2449         * po/or.po:
2450         * po/sq.po:
2451         * po/sr.po:
2452         * po/sv.po:
2453         * po/uk.po:
2454         * po/vi.po:
2455           Update translations from translation project.
2456
2457 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2458
2459         * gst/audioresample/debug.h:
2460         * gst/audioresample/resample.c: (resample_init):
2461           Since I really am not interested in a debug line for each sample
2462           being processed, move the library's debugging to its own category,
2463           libaudioresample
2464
2465 2007-03-13  Michael Smith  <msmith@fluendo.com>
2466
2467         * ext/theora/theoradec.c: (theora_handle_type_packet):
2468           Since the plugin doesn't support anything other than 4:2:0 right
2469           now, post an error and fail if we get something else. Won't matter
2470           until libtheora supports the other pixel formats, but hopefully
2471           that'll be soon...
2472
2473 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2474
2475         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2476         Use gst_guint64_to_gdouble for conversion.
2477         * win32/MANIFEST:
2478         Add new files to the win32 MANIFEST.
2479         * win32/common/libgstaudio.def:
2480         * win32/common/libgstpbutils.def:
2481         Add new exported functions.
2482         * win32/vs6/gst_plugins_base.dsw:
2483         * win32/vs6/libgstdecodebin.dsp:
2484         * win32/vs6/libgstplaybin.dsp:
2485         Change the link to libgstpbutils.lib.
2486         * win32/vs6/libgstdecodebin2.dsp:
2487         Add a new project for decodebin2.
2488         * win32/vs6/libgstpbutils.dsp:
2489         Add a new project for pbutils.
2490
2491 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2492
2493         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2494           Also accept partial dates with only year and month,
2495           like 1999-12-00 (fixes #410396 even more).
2496
2497         * tests/check/libs/tag.c: (GST_START_TEST):
2498           Add unit test for the above.
2499
2500 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2501
2502         * tests/check/elements/subparse.c: (GST_START_TEST),
2503         (subparse_suite):
2504           Add unit test for MPL2 subtitle format (#413799).
2505
2506 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2507
2508         Patch by: Kamil Pawlowski  <kamilpe gmail com>
2509
2510         * gst/subparse/Makefile.am:
2511         * gst/subparse/gstsubparse.c:
2512         (gst_sub_parse_data_format_autodetect),
2513         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
2514         (gst_subparse_type_find):
2515         * gst/subparse/gstsubparse.h:
2516         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
2517         * gst/subparse/mpl2parse.h:
2518           Add support for MPL2 subtitle format (#413799).
2519
2520 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2521
2522         * configure.ac:
2523           We require core CVS for the new buffer metadata copy functions.
2524
2525 2007-03-09  Wim Taymans  <wim@fluendo.com>
2526
2527         * gst-libs/gst/tag/gstid3tag.c:
2528         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2529         Fixes #414496.
2530
2531         Patch by: Alex Lancaster <alexl at users sourceforge net>
2532
2533 2007-03-09  Wim Taymans  <wim@fluendo.com>
2534
2535         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
2536         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
2537         Improve adapter usage and comments.
2538
2539 2007-03-09  Wim Taymans  <wim@fluendo.com>
2540
2541         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2542         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
2543         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
2544         Use new metadata copy function.
2545
2546         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2547         (gst_ffmpegcsp_transform):
2548         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2549         Basetransform copied the metadata for us.
2550
2551 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2552
2553         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2554         (gst_text_overlay_video_event):
2555           Some more logging. Only accept newsegment events in TIME format and
2556           send a WARNING message if they are not in TIME format.
2557
2558         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2559         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
2560         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
2561         * gst/subparse/gstsubparse.h:
2562           No need to allocate GstSegment structure dynamically, just put it
2563           into the instance structure; ignore newsegment events in BYTE
2564           format and in particular don't let it overwrite our saved TIME
2565           segment from the last seek.
2566
2567 2007-03-09  Michael Smith  <msmith@fluendo.com>
2568
2569         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
2570           Replace AC3 typefinder with one that isn't terrible, and actually
2571           works usefully.
2572
2573 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2574
2575         * gst/audioconvert/gstaudioconvert.c:
2576         (gst_audio_convert_transform):
2577           fix error category and translatable string
2578           
2579
2580 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2581
2582         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2583         * pkgconfig/gstreamer-plugins-base.pc.in:
2584           Fix up utils => pbutils here too.
2585
2586 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2587
2588         * gst/subparse/gstsubparse.c: (handle_buffer):
2589           Break out of loop in chain function as soon as possible if we get
2590           a non-OK flow return.
2591
2592 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2593
2594         * tests/check/elements/alsa.c: (GST_START_TEST):
2595         Unref the mixer if the state change fails too (if the
2596         alsa devices are inaccessible, for example)
2597
2598 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2599
2600         * tests/check/Makefile.am:
2601         Don't test libvisual elements in the states check, because libvisual
2602         seems to leak internally.
2603
2604         Re-enable the alsa and states tests now that there's new suppressions
2605         in gst.supp.
2606
2607         * tests/check/elements/alsa.c: (GST_START_TEST):
2608         Don't leak the alsamixer we instantiated.
2609
2610 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2611
2612         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
2613         (gst_ximagesink_change_state), (gst_ximagesink_reset),
2614         (gst_ximagesink_finalize):
2615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
2616         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
2617         Move some cleanup stuff from the state change handler into a _reset()
2618         function that can be called from _finalize(). This ensures that things
2619         get freed even if (for some reason) the NULL->READY state transition
2620         fails in the parent class.
2621         Even if a parent state change fails, process our downward state change
2622         logic instead of bailing out early.
2623         Free the correct xcontext pointer in ximagesink's xcontext_clear.
2624
2625 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2626
2627         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2628         Extra log line.
2629
2630         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
2631         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
2632         Use pango_font_description_set_family_static instead of 
2633         pango_font_description_set_family to save a string copy (it was
2634         leaking due to the strdup anyway)
2635
2636         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
2637         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
2638         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
2639         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
2640         Chain up in finalize.
2641
2642 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2643
2644         * gst-libs/gst/interfaces/mixertrack.c:
2645         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2646         (gst_mixer_track_set_property):
2647           API: add "untranslated-label" property which should be set by
2648           implementations at construct time (#414645).
2649
2650         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2651         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2652           Set "untranslated-label" when constructing mixer track objects.
2653
2654         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
2655           Unit test to check the above.
2656
2657 2007-03-07  Wim Taymans  <wim@fluendo.com>
2658
2659         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
2660         Fix confusing debug message.
2661
2662 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2663
2664         * gst-plugins-base.doap:
2665         update doap file with new version
2666
2667 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2668
2669         * configure.ac:
2670         Back to CVS
2671
2672 === release 0.10.12 ===
2673
2674 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
2675
2676         * configure.ac:
2677           releasing 0.10.12, "Zombie Horde"
2678
2679 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
2680
2681         * configure.ac:
2682         Bump version to 0.10.11.4 pre-release
2683
2684 2007-03-06  Wim Taymans  <wim@fluendo.com>
2685
2686         * gst-libs/gst/audio/gstbaseaudiosink.c:
2687         (gst_base_audio_sink_async_play):
2688         Fix regression that made GStreamer skip the first samples of audio.
2689         Fixes #414684.
2690
2691 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
2692
2693         * configure.ac:
2694         Bump version to 0.10.11.3 pre-release
2695
2696 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
2697
2698         * po/POTFILES.in:
2699           Update paths for the rename from utils to pbutils to fix the build.
2700
2701 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2702
2703         * gst-libs/gst/pbutils/Makefile.am:
2704           Change directory to install headers in from gst/utils to gst/pbutils
2705           as well.
2706
2707 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2708
2709         * configure.ac:
2710         * docs/libs/gst-plugins-base-libs-docs.sgml:
2711         * docs/libs/gst-plugins-base-libs-sections.txt:
2712         * gst-libs/gst/Makefile.am:
2713         * gst-libs/gst/interfaces/mixer.c:
2714         * gst-libs/gst/pbutils/Makefile.am:
2715         * gst-libs/gst/pbutils/descriptions.c:
2716         (gst_pb_utils_get_source_description),
2717         (gst_pb_utils_get_sink_description),
2718         (gst_pb_utils_get_decoder_description),
2719         (gst_pb_utils_get_encoder_description),
2720         (gst_pb_utils_get_element_description),
2721         (gst_pb_utils_add_codec_description_to_tag_list),
2722         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
2723         * gst-libs/gst/pbutils/descriptions.h:
2724         * gst-libs/gst/pbutils/install-plugins.c:
2725         * gst-libs/gst/pbutils/install-plugins.h:
2726         * gst-libs/gst/pbutils/missing-plugins.c:
2727         (gst_missing_uri_source_message_new),
2728         (gst_missing_uri_sink_message_new),
2729         (gst_missing_element_message_new),
2730         (gst_missing_decoder_message_new),
2731         (gst_missing_encoder_message_new),
2732         (gst_missing_plugin_message_get_description):
2733         * gst-libs/gst/pbutils/missing-plugins.h:
2734         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
2735         * gst-libs/gst/pbutils/pbutils.h:
2736         * gst-libs/gst/utils/Makefile.am:
2737         * gst-libs/gst/utils/base-utils.c:
2738         * gst-libs/gst/utils/base-utils.h:
2739         * gst-libs/gst/utils/descriptions.c:
2740         * gst-libs/gst/utils/descriptions.h:
2741         * gst-libs/gst/utils/install-plugins.c:
2742         * gst-libs/gst/utils/install-plugins.h:
2743         * gst-libs/gst/utils/missing-plugins.c:
2744         * gst-libs/gst/utils/missing-plugins.h:
2745         * gst-plugins-base.spec.in:
2746         * gst/playback/Makefile.am:
2747         * gst/playback/gstdecodebin.c:
2748         * gst/playback/gstdecodebin2.c:
2749         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2750         (gen_source_element):
2751         * gst/playback/gstplaybin.c: (plugin_init):
2752         * tests/check/Makefile.am:
2753         * tests/check/libs/pbutils.c: (GST_START_TEST),
2754         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
2755         * tests/check/libs/utils.c:
2756           rename utils to pbutils
2757
2758 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
2759
2760         * docs/plugins/Makefile.am:
2761         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2762         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2763         * docs/plugins/inspect/plugin-decodebin2.xml:
2764         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2765         Add documentation for decodebin2 that indicates that the API
2766         is still unstable.
2767
2768 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
2769
2770         * configure.ac:
2771         Update to 0.10.11.2 (0.10.12 pre-release)
2772
2773 2007-03-01  Wim Taymans  <wim@fluendo.com>
2774
2775         * gst-libs/gst/audio/gstbaseaudiosink.c:
2776         (gst_base_audio_sink_async_play):
2777         base time is irrelevant here.
2778
2779 2007-03-01  Wim Taymans  <wim@fluendo.com>
2780
2781         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2782         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2783         Improve debugging.
2784
2785         * gst-libs/gst/audio/gstbaseaudiosink.c:
2786         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
2787         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2788         Improve latency and clock slaving calculations.
2789         Improve slave clock calibration.
2790
2791         * gst-libs/gst/audio/gstringbuffer.c:
2792         (gst_ring_buffer_commit_full):
2793         When we are asked to render N sample to 0 bytes, return N.
2794
2795 2007-03-01  Wim Taymans  <wim@fluendo.com>
2796
2797         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2798         (gst_alsasink_write), (gst_alsasink_reset):
2799         * ext/alsa/gstalsasink.h:
2800         Remove unused dispose function.
2801         Rename lock to not interfere with alsasrc lock.
2802
2803         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
2804         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
2805         (gst_alsasrc_read), (gst_alsasrc_reset):
2806         * ext/alsa/gstalsasrc.h:
2807         Implement finalize function.
2808         Use lock to protect alsa access.
2809         Implement _reset.
2810         Fine tune sw params.
2811
2812 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2813
2814         * configure.ac:
2815           Convert to new AG_GST style.
2816
2817 2007-02-28  Wim Taymans  <wim@fluendo.com>
2818
2819         Patch by: Ed Catmur <ed at catmur dot co dot uk>
2820
2821         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
2822         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
2823         Fix race condition when rapidly switching visualisations in playbin.
2824         Fixes #401029.
2825
2826 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
2827
2828         * tests/check/Makefile.am:
2829         Include local stuff before system installed things in LDFLAGS and
2830         CFLAGS.
2831
2832 2007-02-28  Wim Taymans  <wim@fluendo.com>
2833
2834         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
2835         Improve debugging.
2836
2837 2007-02-28  Wim Taymans  <wim@fluendo.com>
2838
2839         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2840         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
2841         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2842         Fix duration and timestamping, taking latency into account.
2843         Implement latency query.
2844
2845 2007-02-28  Wim Taymans  <wim@fluendo.com>
2846
2847         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2848         (gst_audio_clock_new):
2849         Fix clock name.
2850
2851         * gst-libs/gst/audio/gstbaseaudiosink.c:
2852         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
2853         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2854         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
2855         (gst_base_audio_src_create):
2856         Improve latency query code.
2857         Use proper clock names.
2858
2859 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2860
2861         * tests/check/generic/states.c: (GST_START_TEST):
2862           Copy the states.c test from core again
2863         * tests/check/Makefile.am:
2864           ignore cdio and cdparanoiasrc
2865
2866 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2867
2868         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2869         (double_hq), (audio_convert_get_func_index), (check_default),
2870         (audio_convert_prepare_context), (audio_convert_convert):
2871           Also make valgrind happy and avoid copying data in some cases.
2872
2873 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2874
2875         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2876         (double_hq), (audio_convert_get_func_index),
2877         (audio_convert_prepare_context), (audio_convert_convert):
2878         * gst/audioconvert/gstaudioconvert.c:
2879         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
2880         (gst_audio_convert_transform_caps):
2881         * tests/check/elements/audioconvert.c: (GST_START_TEST),
2882         (audioconvert_suite):
2883           Don't run inplace if that overwrites source data as we go. Add more
2884           tests. Fixes #339837 even more.
2885
2886 2007-02-27  Julien MOUTTE  <julien@moutte.net>
2887
2888         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
2889         (msg_segment_done): Fix various seeking bugs (Slider was not
2890         updating when doing a non flushing seek, Reverse playback 
2891         on segment seek was wrong).
2892
2893 2007-02-26  Wim Taymans  <wim@fluendo.com>
2894
2895         * tests/examples/seek/seek.c: (stop_seek):
2896         When we stop scrubbing, don't leave the pipeline PLAYING when we
2897         requested a PAUSED state.
2898
2899 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
2900
2901         Patch by: René Stadler <mail at renestadler de>
2902
2903         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2904           Parse date strings in vorbis comments that have an invalid (zero)
2905           month or day (#410396).
2906
2907         * tests/check/libs/tag.c: (GST_START_TEST):
2908           Test case for the above.
2909
2910 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2911
2912         Patch by: Loïc Minier <lool+gnome at via ecp fr>
2913
2914         * configure.ac:
2915         * ext/alsa/Makefile.am:
2916         * gst/audiotestsrc/Makefile.am:
2917           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
2918
2919 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2920
2921         * gst/playback/gstplaybin.c:
2922           Improve docs: point out that the application needs to assist playbin
2923           with buffering.
2924
2925 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2926
2927         * gst-libs/gst/utils/install-plugins.c:
2928         * gst-libs/gst/utils/missing-plugins.c:
2929         * tests/check/libs/utils.c: (missing_msg_check_getters):
2930           Change GStreamer marker prefix in detail string from 'gstreamer.net'
2931           to just 'gstreamer'. Document the caps string component of the
2932           decoder/encoder detail a bit better, since not everyone will be
2933           familiar with the GStreamer media type/caps system (but they better
2934           enjoy nested itemized lists).
2935
2936 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
2937
2938         * gst-libs/gst/netbuffer/gstnetbuffer.c:
2939         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
2940           Fix copying of GstNetBuffer (would crash before, or at least lead to
2941           invalid memory access, #410772), for now by copying the GstBuffer copy
2942           code from the core over here so we can copy the GstBuffer fields on a
2943           provided buffer instance (of type GstNetBuffer in this case). Would be
2944           better to fix this with some support by the core though (and in the long
2945           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
2946
2947         * tests/check/Makefile.am:
2948           Enable unit test for GstNetBuffer.
2949
2950 2007-02-22  Andy Wingo  <wingo@pobox.com>
2951
2952         * gst-libs/gst/audio/gstbaseaudiosink.c
2953         (gst_base_audio_sink_init): Disable pull-mode activation until we
2954         figure out how to make audio sinks go to PLAYING.
2955
2956 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
2957
2958         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2959         (double_hq), (audio_convert_get_func_index),
2960         (audio_convert_prepare_context), (audio_convert_convert):
2961         * gst/audioconvert/audioconvert.h:
2962         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
2963         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
2964         * gst/audioconvert/gstchannelmix.h:
2965         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2966           Add float as an intermediate format, as well as float mixing. Enable
2967           test that was failing before. Fixes #339837
2968
2969 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
2970
2971         * tests/examples/seek/seek.c: (do_seek):
2972         Undo the previous commit: -1 as a stop time implies that the stop
2973         time is the end of file, clearing any previously configured segment.
2974
2975 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
2976
2977         * tests/examples/seek/seek.c: (do_seek):
2978         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
2979
2980 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2981
2982         * gst/volume/gstvolume.c: (volume_process_int16),
2983         (volume_process_int16_clamp), (volume_set_caps):
2984           Unbreak volume, value remains gint.
2985
2986 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
2987
2988         * gst/volume/gstvolume.c: (volume_choose_func),
2989         (volume_update_real_volume), (gst_volume_set_volume),
2990         (gst_volume_init), (volume_process_double), (volume_process_float),
2991         (volume_process_int16), (volume_process_int16_clamp),
2992         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
2993         * gst/volume/gstvolume.h:
2994           Extend float audio support (double) and some int->uint cleanups.
2995
2996 2007-02-20  Edward Hervey  <edward@fluendo.com>
2997
2998         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
2999         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3000         (sort_end_pads), (gst_decode_group_expose),
3001         (gst_decode_group_hide):
3002         Don't free groups from the streaming threads. Just put them aside and
3003         free them in dispose.
3004
3005 2007-02-20  Edward Hervey  <edward@fluendo.com>
3006
3007         * gst/playback/gstdecodebin2.c: (connect_element),
3008         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3009         (sort_end_pads), (gst_decode_group_expose):
3010         Handle dynamic pads within groups.
3011         Sort pads before exposing them in order to make playbin happy.
3012         There still is a race with the multiqueue filling up. This should be
3013         solved separately.
3014         Fixes #398721
3015
3016 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3017
3018         * gst-libs/gst/utils/base-utils.c:
3019         * gst-libs/gst/utils/descriptions.c:
3020         * gst-libs/gst/utils/install-plugins.c:
3021         * gst-libs/gst/utils/missing-plugins.c:
3022           Some more docs (and descriptions for two subtitle formats).
3023
3024 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3025
3026         * gst-libs/gst/audio/audio.c:
3027           Fix documentation.
3028
3029 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3030
3031         Patch by: Yves Lefebvre  <ivanohe abacom com>
3032
3033         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3034           Don't leak caps. Fixes #408278.
3035
3036 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3037
3038         * ext/cdparanoia/gstcdparanoiasrc.h:
3039         * ext/ogg/gstoggdemux.h:
3040         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3041         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3042         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3043         * gst-libs/gst/audio/audio.h:
3044         * gst-libs/gst/audio/gstaudiofilter.h:
3045         * gst-libs/gst/interfaces/videoorientation.h:
3046         * gst/adder/gstadder.h:
3047           More docs coverage and some ChangeLog surgery (add missing names)
3048
3049 2007-02-15  Wim Taymans  <wim@fluendo.com>
3050
3051         * sys/ximage/ximagesink.c:
3052         (gst_ximagesink_calculate_pixel_aspect_ratio):
3053         * sys/xvimage/xvimagesink.c:
3054         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3055         Small constifications.
3056
3057 2007-02-15  Wim Taymans  <wim@fluendo.com>
3058
3059         * gst-libs/gst/audio/gstbaseaudiosink.c:
3060         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3061         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3062         (gst_base_audio_sink_async_play),
3063         (gst_base_audio_sink_change_state):
3064         Answer latency query.
3065         Use configured latency when syncing.
3066         Fix clock slaving.
3067
3068         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3069         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3070         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3071         Fix possible memleak.
3072         Implement latency query.
3073         Small cleanups.
3074
3075 2007-02-15  Wim Taymans  <wim@fluendo.com>
3076
3077         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3078         Ignore errors in reset, these are not fatal. They also grab the element
3079         lock which is already taking when this function is called. Fixes
3080         #405451.
3081
3082 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3083
3084         * configure.ac:
3085           Remove 'tests/examples/xerror/Makefile' from output files again.
3086
3087 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3088
3089         * configure.ac:
3090         * docs/plugins/Makefile.am:
3091           Also crossref against gst-plugins-base-libs.
3092
3093 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3094
3095         * configure.ac:
3096         * docs/libs/Makefile.am:
3097         * docs/plugins/Makefile.am:
3098           Add crossreferences to glib/gobject/gstream docs.
3099
3100         * gst-libs/gst/audio/audio.h:
3101           Source formatting.
3102
3103         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3104           Add own debug category.
3105
3106 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3107
3108         Patch by: René Stadler <mail at renestadler de>
3109
3110         * gst-libs/gst/tag/gstvorbistag.c:
3111           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3112           (#403597).
3113
3114 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3115
3116         * gst/playback/gstplaybasebin.c: (setup_source):
3117           When we have external subtitles and wait for the subtitle decodebin
3118           to get up and running, we set up a (sync) bus handler for the
3119           subtitle decodebin, so we can stop waiting when it posts an error
3120           message. However, we should do that before we set the subtitle
3121           decodebin's state to playing, otherwise things are racy and we might
3122           miss error messages posted before we had a chance to set up the bus.
3123           This should finally fix totem hanging on .txt pseudo-subtitle files.
3124           
3125 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3126
3127         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3128           Use gst_gdouble_to_guint64 for conversions.
3129         * win32/common/config.h.in:
3130           Add a define for GST_INSTALL_PLUGINS_HELPER
3131         * win32/common/libgstaudio.def:
3132         * win32/common/libgstcdda.def:
3133         * win32/common/libgstnetbuffer.def:
3134         * win32/common/libgstrtp.def:
3135         * win32/common/libgutils.def:
3136           Add new exported functions.
3137         * win32/vs6/gst_plugins_base.dsw:
3138         * win32/vs6/libgstdecodebin.dsp:
3139         * win32/vs6/libgstnetbuffer.dsp:
3140         * win32/vs6/libgstplaybin.dsp:
3141         * win32/vs6/libgstrtp.dsp:
3142         * win32/vs6/libgstvorbis.dsp:
3143         * win32/vs6/libgstcdda.dsp:
3144         * win32/vs6/libgstgdp.dsp:
3145         * win32/vs6/libgstutils.dsp:
3146           Update and add new project files.
3147
3148 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3149
3150         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3151         (subrip_remove_unhandled_tags), (parse_subrip):
3152           For SubRip (.srt) subtitles, ignore all markup tags we don't
3153           handle (like font tags, for example).
3154
3155         * tests/check/elements/subparse.c:
3156           Add test for this.
3157
3158 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3159
3160         * gst/playback/gstdecodebin.c: (add_fakesink),
3161         (gst_decode_bin_change_state):
3162         * gst/playback/gstdecodebin2.c: (add_fakesink),
3163         (gst_decode_bin_change_state):
3164           Don't error out if there is no fakesink in the NULL to READY state
3165           change, since when decodebin is re-used, we're only adding the
3166           fakesink element in READY to PAUSED.
3167
3168         * tests/check/elements/decodebin.c:
3169         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3170         (decodebin_suite):
3171           Minimal unit test to make sure we can use the same decodebin
3172           instance twice (at least with audiotestsrc input).
3173
3174 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3175
3176         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3177           Try to get devic-name from device string first, and from handle only
3178           as fallback (seems to yield better results and is more robust
3179           against buggy probing code on the application side).
3180
3181 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3182
3183         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3184
3185         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3186         (gst_alsa_find_device_name):
3187         * ext/alsa/gstalsa.h:
3188         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3189         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3190           Improve device-name detection a bit, especially in the case where
3191           the device is not actually open (#405020, #405024). Move common code
3192           into gstalsa.c instead of duplicating it.
3193
3194 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3195
3196         * gst/audioconvert/gstaudioconvert.c:
3197           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3198
3199 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3200
3201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3202         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3203         (gst_xvimagesink_interface_supported),
3204         (gst_xvimagesink_probe_get_properties),
3205         (gst_xvimagesink_probe_probe_property),
3206         (gst_xvimagesink_probe_needs_probe),
3207         (gst_xvimagesink_probe_get_values),
3208         (gst_xvimagesink_property_probe_interface_init),
3209         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3210         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3211         (gst_xvimagesink_get_type):
3212         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3213         for XVAdaptors so that one can choose the adaptor to use with 
3214         gstreamer-properties.
3215
3216 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3217
3218         * gst/audioconvert/gstaudioconvert.c:
3219           Also mention that a conversion from double to float is suboptimal still.
3220
3221 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3222
3223         * gst-libs/gst/audio/gstaudiofilter.c:
3224         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3225           Clear our formats structure and free the caps contained in it when
3226           shutting down.
3227
3228 2007-02-05  Andy Wingo  <wingo@pobox.com>
3229
3230         * gst-libs/gst/audio/gstbaseaudiosink.c
3231         (gst_base_audio_sink_callback): Update basesink->offset so that we
3232         pull monotonically increasing offsets instead of, um, seeking back
3233         to 0 each time. Fixes alsasrc ! alsasink!
3234
3235 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3236
3237         * gst/videoscale/gstvideoscale.c:
3238           A width and height of 1 makes us crash, so increase minimum size to
3239           2x2 pixels until someone feels like fixing this (#404512).
3240
3241 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3242
3243         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3244           Add small test to make sure request pads are cleaned up properly
3245           even if oggmux never changes state out of NULL.
3246
3247 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3248
3249         * tests/check/libs/utils.c: (GST_START_TEST):
3250           Fix unit test. Turns out things work much better when you
3251           NULL-terminate string arrays. Should make p5 build bot happy again.
3252
3253 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3254
3255         * gst-libs/gst/audio/Makefile.am:
3256         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3257         (gst_audio_filter_template_base_init),
3258         (gst_audio_filter_template_class_init),
3259         (gst_audio_filter_template_init),
3260         (gst_audio_filter_template_set_property),
3261         (gst_audio_filter_template_get_property),
3262         (gst_audio_filter_template_setup),
3263         (gst_audio_filter_template_filter),
3264         (gst_audio_filter_template_filter_inplace), (plugin_init):
3265           Oops, forgot to commit fixed-up example.
3266
3267 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3268
3269         * docs/libs/gst-plugins-base-libs-sections.txt:
3270         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3271         (gst_audio_filter_class_init), (gst_audio_filter_init),
3272         (gst_audio_filter_set_caps),
3273         (gst_audio_filter_class_add_pad_templates):
3274         * gst-libs/gst/audio/gstaudiofilter.h:
3275           Port GstAudioFilter to 0.10. This change technically breaks
3276           API and ABI (and thus also every library developer's heart),
3277           but seems justifiable on the grounds that the base class was
3278           completely unusable before (ie. would crash immediately when
3279           actually used). Fixes #403963 (and eventually also #403572).
3280           Also document all of this a bit.
3281
3282 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3283
3284         * gst-libs/gst/utils/install-plugins.c:
3285         (gst_install_plugins_spawn_child):
3286         * tests/check/libs/utils.c:
3287         (test_base_utils_install_plugins_do_callout):
3288           Lowering log level to see why things fail on the p5 build bot;
3289           fix some typos in unit test messages.
3290
3291 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3292
3293         * tests/check/libs/utils.c:
3294         (test_base_utils_install_plugins_do_callout):
3295           Don't hard-code temp directory for test helper; use GLib functions
3296           to write out file and do error checking etc.
3297
3298 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3299
3300         * gst-libs/gst/utils/Makefile.am:
3301         * gst-libs/gst/utils/base-utils.h:
3302         * gst-libs/gst/utils/install-plugins.c:
3303         (gst_install_plugins_context_set_xid),
3304         (gst_install_plugins_context_new),
3305         (gst_install_plugins_context_free),
3306         (gst_install_plugins_get_helper),
3307         (gst_install_plugins_spawn_child),
3308         (gst_install_plugins_return_from_status),
3309         (gst_install_plugins_installer_exited),
3310         (gst_install_plugins_async), (gst_install_plugins_sync),
3311         (gst_install_plugins_return_get_name),
3312         (gst_install_plugins_installation_in_progress):
3313         * gst-libs/gst/utils/install-plugins.h:
3314           API: add API for applications to initiate installation of missing
3315           plugins, ie. gst_install_plugins_async() primarily.
3316           Based on libgimme-codec by Ryan Lortie.
3317
3318         * configure.ac:
3319           Add --with-install-plugins-helper configure option so distros can specify
3320           the path of the helper script or program to call when plugin installation
3321           is requested (distros: please do any argument munging in this helper
3322           script instead of patching GStreamer to pass arguments differently
3323           to another program directly).
3324
3325         * docs/libs/gst-plugins-base-libs-docs.sgml:
3326         * docs/libs/gst-plugins-base-libs-sections.txt:
3327           Build and document new API.
3328
3329         * tests/check/libs/utils.c: (result_cb),
3330         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3331         (libgstbaseutils_suite):
3332           Some simple checks for the new API.
3333
3334 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3335
3336         * tests/check/elements/audioconvert.c: (test_float_conversion):
3337           Add small test for 32bit float <=> 64bit float conversion (works
3338           only one way so far, 32=>64 produces structured noise).
3339
3340 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3341
3342         * gst/audioconvert/gstaudioconvert.c:
3343         (set_structure_widths_32_and_64), (make_lossless_changes):
3344           We don't support floats with a width of 40, 48 or 56 bits.
3345
3346 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3347
3348         * gst/audioconvert/audioconvert.c: (float), (double),
3349         (audio_convert_get_func_index):
3350         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3351         (make_lossless_changes):
3352           Support for 64-bit float audio in audioconvert (#339837)
3353
3354 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3355
3356         Patch by: Holger Wansing  <linux wansing-online de>
3357
3358         * po/LINGUAS:
3359         * po/de.po:
3360           Add German translation (#352069).
3361
3362 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3363
3364         reviewed by: Wim Taymans <wim@fluendo.com>
3365
3366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3367         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3368         Use newly added GstCollectPads API to free the allocated resources in
3369         the GstOggPad structures (#402393).
3370
3371 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3372
3373         * gst/playback/gstplaybin.c: (gen_vis_element):
3374           Add audioresample+audioconvert in front of the visualisation
3375           element, so that elements like libvisual 0.4 that don't support all
3376           samplerates can work.
3377
3378           Fixes: #402505
3379
3380 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3381
3382         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3383         (gst_play_base_bin_get_streaminfo_value_array):
3384           Take some locks and make a copy of the streaminfo value array we
3385           maintain while holding the lock, so that the application can
3386           retrieve the stream-info as a value array in a thread-safe way.
3387
3388 2007-01-30  Wim Taymans  <wim@fluendo.com>
3389
3390         * gst/audioconvert/gstaudioconvert.c:
3391         Don't fail on 0 sized buffers. Fixes #396835.
3392
3393 2007-01-29  David Schleef  <ds@schleef.org>
3394
3395         * gst/typefind/gsttypefindfunctions.c:
3396           Detect BBCD as video/x-dirac, so we can play raw dirac
3397           streams.
3398
3399 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3400
3401         * ext/theora/theoraenc.c: (theora_enc_chain):
3402           Check return value of theora_encode_header(), or we might try to
3403           allocate a random number of bytes. theora_encode_header() can fail
3404           if libtheora has been compiled with encoding support disabled.
3405           Fixes #398110.
3406
3407 2007-01-29  Wim Taymans  <wim@fluendo.com>
3408
3409         * tests/check/gst/.cvsignore:
3410         Do as buildbot says.
3411
3412 2007-01-29  Wim Taymans  <wim@fluendo.com>
3413
3414         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3415         Fix strides in libvisual. Gst uses X strides.
3416         Inspired by: <ed at catmur dot co dot uk> and 
3417         <tim at centricular dot net>
3418         Fixes #401118.
3419
3420 2007-01-27  Wim Taymans  <wim@fluendo.com>
3421
3422         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3423         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3424         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3425         (gst_ogg_demux_perform_seek),
3426         (gst_ogg_demux_bisect_forward_serialno),
3427         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3428         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3429         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3430         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3431         * ext/ogg/gstoggdemux.h:
3432         Properly propagate streaming errors when we are scanning the file for
3433         chains so that we don't crash when shut down. Might fix some crashers
3434         when quickly switching oggs in RB such as #332503 and #378436.
3435
3436 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3437
3438         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3439           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3440           error code as well.
3441
3442 2007-01-25  Wim Taymans  <wim@fluendo.com>
3443
3444         * gst/playback/gstplaybasebin.c: (remove_source):
3445         Don't try to disconnect a signal from a finalized object.
3446
3447 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3448
3449         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3450           Cast lock macro parameters to make sure we're actually accessing the
3451           lock member at the right class level. Free list itself in _dispose()
3452           as well and NULL it in case dispose gets called multiple times.
3453
3454 2007-01-25  Edward Hervey  <edward@fluendo.com>
3455
3456         * gst/playback/gstdecodebin2.c:
3457         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3458         Free GstDecodeGroups no longer used.
3459         (gst_decode_group_expose):
3460         Don't unlock too many times !
3461         (deactivate_free_recursive):
3462         Free iterator once we're done with it.
3463         Fix for recursively deactivating elements (stop at ghostpads).
3464
3465 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3466
3467         * gst/playback/gstplaybin.c: (handoff):
3468           Fix up caps on the frame buffer before we save it and potentially
3469           make it accessible to other threads via g_object_get; also use
3470           gst_buffer_replace() instead of gst_mini_object_replace().
3471
3472 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3473
3474         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3475           Make getting the current frame thread-safe.
3476
3477 2007-01-25  Edward Hervey  <edward@fluendo.com>
3478
3479         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3480         (gst_decode_group_new), (gst_decode_group_free):
3481         Set queues to bigger sizes to cope with HD contents.
3482         Fix some mutex freeing and add comment about MT safe methods.
3483
3484 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3485
3486         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3487         (gst_text_overlay_text_event):
3488           Don't unnecessarily ref (and then leak) upstream events if the text
3489           pad is not linked. Fixes #399948.
3490
3491         * tests/check/gst-plugins-base.supp:
3492           Add suppression for pango on edgy/x86 for textoverlay test.
3493
3494 2007-01-24  Wim Taymans  <wim@fluendo.com>
3495
3496         * gst-libs/gst/rtp/gstrtpbuffer.h:
3497         Add some more fixed payloads.
3498
3499 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3500
3501         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3502           Error out properly if we get an error from libogg while reading the
3503           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
3504
3505 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3506
3507         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
3508           Don't leak mutex.
3509
3510         * tests/check/elements/playbin.c:
3511         (test_sink_usage_video_only_stream),
3512         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3513         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
3514         (test_missing_suburisource_handler),
3515         (test_missing_primary_decoder), (playbin_suite):
3516           Run all tests once with decodebin and once with decodebin2.
3517           One test does not pass yet with decodebin2.
3518
3519 2007-01-23  Edward Hervey  <edward@fluendo.com>
3520
3521         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
3522         Fix the cases where oggmux doesn't properly figure out that all
3523         sinkpads have gone EOS, and therefore doesn't push out the remaining
3524         buffers and the final EOS event.
3525         Fixes #363379
3526
3527 2007-01-23  Julien MOUTTE  <julien@moutte.net>
3528
3529         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3531         Don't lock on navigation event push, just on keysym to string.
3532         Fixes #397673 again.
3533
3534 2007-01-22  Edward Hervey  <edward@fluendo.com>
3535
3536         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3537         (get_current_group), (group_demuxer_event_probe),
3538         (gst_decode_group_expose), (deactivate_free_recursive),
3539         (gst_decode_group_free):
3540         Cleanups.
3541         Don't forget to emit 'no-more-pads' once a group is exposed.
3542         Cleanup elements from a DecodeGroup once we remove it.
3543         Protect call to gst_decode_group_expose() with the decodebin lock.
3544
3545 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3546
3547         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3549         Looking at Xorg code i can't figure out if that XKeysymToString
3550         function is thread sensible or not. Lock it just in case as
3551         recommended by Radek Doulik <rodo at ximian dot com>.
3552
3553 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3554
3555         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3557         Lock that X Call as well. Fixes #397673.
3558
3559 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3560
3561         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
3562           Don't go into an endless loop if the file starts with 00 00 01 2X,
3563           like quicktime redirect files might. Fixes #396042.
3564
3565         * tests/check/Makefile.am:
3566         * tests/check/gst/.cvsignore:
3567         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
3568         (typefindfunctions_suite):
3569           Add unit test for the above.
3570
3571 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3572
3573         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3574           On second thought, use "depth" field rather than "bpp" field.
3575
3576 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3577
3578         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3579           Camtasia caps apparently need a bpp field (#398875).
3580
3581 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3582
3583         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3584         (gen_source_element), (gst_play_base_bin_change_state):
3585           Attempt at a better error message in case we don't have the required
3586           URI handler installed; post missing-plugin message also when we're
3587           missing an URI handler for the subtitle URI; clean up properly also
3588           when an error occurs and we never made it to PAUSED state.
3589
3590         * tests/check/elements/playbin.c: (GST_START_TEST),
3591         (playbin_suite):
3592           Check that we're also getting a missing-plugin messsage for a
3593           missing subtitle URI handler (and clean up properly).
3594
3595 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3596
3597         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
3598           Plug a few reference leaks.
3599
3600 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3601
3602         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3603           Lower probability a bit if the marker isn't right at the start,
3604           to decrease the chance of false positives.
3605
3606 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3607
3608         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3609           Small mpeg2 system stream typefinding improvement: make typefinder
3610           probe a bit into the stream instead of just looking for a marker
3611           at the beginning. Fixes #397810.
3612
3613 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
3614
3615         * gst/audioconvert/gstchannelmix.c:
3616           Remove compatibility cruft for prehistoric GLib versions.
3617
3618 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
3619
3620         * gst/playback/Makefile.am:
3621         * gst/playback/gstdecodebin.c: (close_pad_link):
3622         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3623         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3624         (gst_play_base_bin_handle_message_func), (unknown_type):
3625           Let decodebin be the element to post missing-plugin messages for
3626           missing decoders (rather than playbin); make playbin implement
3627           GstBin::handle_message so we can suppress missing-plugin messages
3628           for types we're not handling on purpose (don't want to bring up an
3629           installer in those cases).
3630
3631 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3632
3633         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3634         * gst-libs/gst/tag/gstvorbistag.c:
3635         (gst_tag_list_to_vorbiscomment_buffer):
3636         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
3637           Fix potentially unaligned access (#397207).
3638
3639 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3640
3641         * tests/examples/seek/seek.c: (set_scale), (update_scale),
3642         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
3643         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
3644         (main):
3645           Allow to toggle looping while it plays. Fix callback prototype. Clean
3646           up code a bit more. Add copyright header.
3647
3648 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3649
3650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3651           Red and blue mask was swapped (spotted by Dan Williams).
3652
3653 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
3654
3655         * gst-libs/gst/tag/gstid3tag.c:
3656         * gst-libs/gst/tag/gstvorbistag.c:
3657           Use new beats-per-minute tag from core.
3658
3659 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
3660
3661         * po/POTFILES.in:
3662           Add new files with translatable strings, so they actually make it
3663           into the template file one day.
3664
3665 2007-01-12  Andy Wingo  <wingo@pobox.com>
3666
3667         * gst-libs/gst/audio/gstbaseaudiosink.c
3668         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
3669         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
3670         stuff, as the base class handles this now. Actually tell the ring
3671         buffer to start.
3672         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
3673         How did this work before? Maybe I'm not as awesome a programmer as
3674         I think.
3675
3676         * gst-libs/gst/audio/gstbaseaudiosrc.c
3677         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
3678         of a pad function.
3679
3680 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3681
3682         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
3683           Remove more fields so that the application can better blacklist
3684           formats that have been tried before.
3685
3686 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3687
3688         * gst-libs/gst/audio/mixerutils.h:
3689           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
3690           used when compiling with c++ compilers as well.
3691
3692 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3693
3694         * gst/typefind/gsttypefindfunctions.c:
3695           Fix comment.
3696
3697 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
3698
3699         * gst/playback/gstplaybin.c: (post_missing_element_message),
3700         (gen_video_element), (gen_text_element), (gen_audio_element),
3701         (gen_vis_element):
3702           Post missing-plugin messages also when we error out because
3703           converters, textoverlay or auto*sinks are missing (#161922).
3704
3705 2007-01-10  Wim Taymans  <wim@fluendo.com>
3706
3707         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
3708         (is_demuxer_element), (new_caps):
3709         * gst/playback/gstplaybasebin.c: (source_new_pad):
3710         Fix the case where we try to ref a NULL element when we delay a link
3711         because of unfixed caps.
3712         Set the state of autoplugged decodebins to PAUSED.
3713         RTSP now works in playbin, we can remove it from the blacklist.
3714
3715 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3716
3717         * gst/playback/Makefile.am:
3718         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
3719         (unknown_type), (setup_subtitle), (gen_source_element):
3720         * gst/playback/gstplaybin.c: (plugin_init):
3721           Post missing-plugin messages on the bus for missing sources and
3722           missing decoders/demuxers/depayloaders; fix error code used when
3723           we're missing an URI handler source; for media types that we are not
3724           handling on purpose at the moment, don't print "don't know how to
3725           handle xyz" messages to the terminal or post missing-plugin
3726           messages on the bus.
3727
3728         * tests/check/elements/playbin.c: (create_playbin),
3729         (GST_START_TEST), (gst_codec_src_uri_get_type),
3730         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
3731         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
3732         (gst_codec_src_init_type), (gst_codec_src_base_init),
3733         (gst_codec_src_create), (gst_codec_src_class_init),
3734         (gst_codec_src_init), (plugin_init), (playbin_suite):
3735           Add some tests for the missing-plugin stuff.
3736
3737 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3738
3739         * configure.ac:
3740         * gst-libs/gst/Makefile.am:
3741         * gst-libs/gst/utils/Makefile.am:
3742         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
3743         * gst-libs/gst/utils/base-utils.h:
3744         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
3745         (find_format_info), (caps_are_rtp_caps),
3746         (gst_base_utils_get_source_description),
3747         (gst_base_utils_get_sink_description),
3748         (gst_base_utils_get_decoder_description),
3749         (gst_base_utils_get_encoder_description),
3750         (gst_base_utils_get_element_description),
3751         (gst_base_utils_add_codec_description_to_tag_list),
3752         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
3753         * gst-libs/gst/utils/descriptions.h:
3754         * gst-libs/gst/utils/missing-plugins.c:
3755         (missing_structure_get_type), (copy_and_clean_caps),
3756         (gst_missing_uri_source_message_new),
3757         (gst_missing_uri_sink_message_new),
3758         (gst_missing_element_message_new),
3759         (gst_missing_decoder_message_new),
3760         (gst_missing_encoder_message_new),
3761         (missing_structure_get_string_detail),
3762         (missing_structure_get_caps_detail),
3763         (gst_missing_plugin_message_get_installer_detail),
3764         (gst_missing_plugin_message_get_description),
3765         (gst_is_missing_plugin_message):
3766         * gst-libs/gst/utils/missing-plugins.h:
3767           API: add new libgstbaseutils library with functions
3768           - to create and parse missing-plugins messages
3769           - that provide (translated) descriptions for caps/decoders/sources/etc.
3770           Closes #392393.
3771
3772         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3773         * pkgconfig/gstreamer-plugins-base.pc.in:
3774           Add new lib.
3775
3776         * docs/libs/gst-plugins-base-libs-docs.sgml:
3777         * docs/libs/gst-plugins-base-libs-sections.txt:
3778           Generate docs for new lib and API.
3779
3780         * tests/check/Makefile.am:
3781         * tests/check/libs/.cvsignore:
3782         * tests/check/libs/utils.c: (missing_msg_check_getters),
3783         (GST_START_TEST), (libgstbaseutils_suite):
3784           Add some basic unit tests.
3785
3786 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3787
3788         * ext/ogg/Makefile.am:
3789           Dist gstoggdemux.h to fix 'make distcheck'.
3790
3791         * sys/v4l/Makefile.am:
3792           Fix 'make distcheck' even more.
3793
3794 2007-01-09  Wim Taymans  <wim@fluendo.com>
3795
3796         * docs/plugins/Makefile.am:
3797         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3798         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3799         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
3800         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
3801         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
3802         (gst_ogg_demux_perform_seek):
3803         * ext/ogg/gstoggdemux.h:
3804         Added docs.
3805         Add some more comments.
3806         Small cleanups.
3807
3808 2007-01-09  Wim Taymans  <wim@fluendo.com>
3809
3810         * ext/theora/theoradec.c:
3811         * ext/vorbis/vorbisdec.c:
3812         * gst-libs/gst/audio/gstringbuffer.c:
3813         (gst_ring_buffer_commit_full):
3814         * gst-libs/gst/audio/gstringbuffer.h:
3815         * gst-libs/gst/rtp/gstrtpbuffer.c:
3816         * gst-libs/gst/tag/gstvorbistag.c:
3817         Small documentation updates/fixes
3818
3819 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3820
3821         * configure.ac:
3822           Require core CVS HEAD for Andy's basesrc/sink API additions.
3823
3824 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3825
3826         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
3827
3828         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
3829         (plugin_init):
3830           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
3831           on flac.sf.net (there appear to be other versions of the first
3832           ogg page in the wild) (#391365).
3833
3834 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3835
3836         * configure.ac:
3837           Check if localtime_r() is available.
3838
3839         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
3840           If localtime_r() is not available, fall back to localtime(). Should
3841           fix build on MingW (#393310).
3842
3843 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3846         * gst/subparse/gstsubparse.h:
3847           Remove spurious 1000 subtrahend when calculating the timestamp from
3848           the frame number and the frame rate . Also, use the frames/second
3849           value specified in the first line of the file, if one is specified
3850           there. Should fix #357503.
3851
3852         * tests/check/elements/subparse.c: (do_test),
3853         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
3854         (subparse_suite):
3855           Add some basic unit tests for the microdvd subtitle format.
3856
3857 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3858
3859         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3860
3861         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3862         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
3863         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
3864         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
3865         (gst_xvimagesink_set_xwindow_id),
3866         (gst_xvimagesink_set_event_handling),
3867         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3868         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3869         Fixes: #390076.
3870         Add an adaptor property to select a specific XV adaptor.
3871         * sys/xvimage/xvimagesink.h:
3872
3873 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3874
3875         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3876         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
3877         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
3878         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
3879         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
3880         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
3881         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3882         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
3883         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3884         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
3885         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
3886         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
3887         Use flow_lock much more to protect every access to xwindow.
3888         Try to catch erros while creating images in case some drivers are
3889         just generating an XError when the requested image is too big.
3890         Should fix : #354698, #384008, #384060.
3891         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
3892         Implement some stress testing of setting window xid.
3893
3894 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
3895
3896         * win32/common/libgsaudio.def:
3897           Add new exported function.
3898         * win32/common/libgstogg.dsp:
3899           Add gstoggaviparse.c to the build.
3900         * win32/common/libgstvideoscale.dsp:
3901           Add vs_4tap.c to the build.
3902         * win32/common/libgstvorbis.dsp:
3903           Add vorbistag.c to the build.
3904         
3905 2007-01-06  Andy Wingo  <wingo@pobox.com>
3906
3907         * gst-libs/gst/audio/gstbaseaudiosink.c
3908         (gst_base_audio_sink_class_init)
3909         (gst_base_audio_sink_init): 
3910         (gst_base_audio_sink_activate_pull): Add an activate_pull function
3911         to baseaudiosink, and tell basesink that we can work in pull mode.
3912         This way the ring buffer thread drives the pipeline directly, if
3913         pull mode is possible. There is some lingering nastiness regarding
3914         capsnego, however.
3915         (gst_base_audio_sink_callback): Implement the callback to pull
3916         data. This interface is a bit light, though -- it should get a
3917         GstFlowReturn return value at least.
3918
3919 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3920
3921         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
3922         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3923         * gst/playback/gstdecodebin2.c:
3924         (gst_decode_group_check_if_blocked):
3925           Printf format and missing argument fixes.
3926
3927 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
3928
3929         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
3930         (gst_ogm_parse_change_state):
3931         Activate pads before adding them to the element.
3932
3933 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3934
3935         * tests/examples/seek/scrubby.c: (main):
3936         * tests/examples/seek/seek.c: (main):
3937           Call g_thread_init() first thing in main() (see #391278).
3938
3939 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3940
3941         * tests/check/Makefile.am:
3942         * tests/check/libs/.cvsignore:
3943         * tests/check/libs/netbuffer.c: (GST_START_TEST),
3944         (netbuffer_suite):
3945           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
3946           for the time being, since it's broken, see #393099.
3947
3948 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3949
3950         * tests/check/Makefile.am:
3951           Update to use GST_PLUGINS_BASE_CFLAGS as well.
3952
3953 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3954
3955         * configure.ac:
3956           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
3957           so that GST_BASE_CFLAGS can go inbetween them, making sure
3958           we use uninstalled gst-libs headers
3959         * docs/libs/Makefile.am:
3960         * ext/alsa/Makefile.am:
3961         * ext/cdparanoia/Makefile.am:
3962         * ext/gnomevfs/Makefile.am:
3963         * ext/libvisual/Makefile.am:
3964         * ext/ogg/Makefile.am:
3965         * ext/theora/Makefile.am:
3966         * ext/vorbis/Makefile.am:
3967         * gst-libs/gst/audio/Makefile.am:
3968         * gst-libs/gst/cdda/Makefile.am:
3969         * gst-libs/gst/interfaces/Makefile.am:
3970         * gst-libs/gst/riff/Makefile.am:
3971         * gst-libs/gst/rtp/Makefile.am:
3972         * gst-libs/gst/tag/Makefile.am:
3973         * gst/adder/Makefile.am:
3974         * gst/audioconvert/Makefile.am:
3975         * gst/audiorate/Makefile.am:
3976         * gst/audioresample/Makefile.am:
3977         * gst/playback/Makefile.am:
3978         * gst/tcp/Makefile.am:
3979         * gst/videoscale/Makefile.am:
3980         * gst/volume/Makefile.am:
3981         * sys/ximage/Makefile.am:
3982         * sys/xvimage/Makefile.am:
3983         * tests/icles/Makefile.am:
3984           adapt
3985
3986 2007-01-04  Julien MOUTTE  <julien@moutte.net>
3987
3988         * gst-libs/gst/interfaces/xoverlay.c:
3989         (gst_x_overlay_handle_events):
3990         * gst-libs/gst/interfaces/xoverlay.h:
3991         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3992         (gst_ximagesink_set_xwindow_id),
3993         (gst_ximagesink_set_event_handling),
3994         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
3995         (gst_ximagesink_get_property), (gst_ximagesink_init),
3996         (gst_ximagesink_class_init):
3997         * sys/ximage/ximagesink.h:
3998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
3999         (gst_xvimagesink_set_xwindow_id),
4000         (gst_xvimagesink_set_event_handling),
4001         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4002         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4003         (gst_xvimagesink_class_init):
4004         * sys/xvimage/xvimagesink.h:
4005         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4006         Add a method to the XOverlay interface to allow disabling of 
4007         event handling in x[v]imagesink elements. This will let X events
4008         propagate to parent windows which can be usefull in some cases.
4009         Be carefull that the application is then responsible of pushing
4010         navigation events and expose events to the video sink.
4011         Fixes: #387138.
4012
4013 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4014
4015         * gst-libs/gst/tag/gstvorbistag.c:
4016         * tests/check/libs/tag.c: (GST_START_TEST):
4017           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4018           (fixes #392070).
4019
4020 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4021
4022         * configure.ac:
4023         * docs/Makefile.am:
4024         * docs/design/Makefile.am:
4025           Dist design docs.
4026
4027 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4028
4029         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4030         typo. Fixes: #390063.
4031
4032 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4033
4034         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4036         caps leak.
4037         * win32/common/config.h: Updated.
4038
4039 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4040
4041         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4042         (setup_gdpdepay_streamheader):
4043         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4044         (setup_gdppay_streamheader):
4045           Fix the dp tests, but activating the pads for the streamheader tests
4046           too and cleaning up conditionaly
4047
4048 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4049
4050         * gst/ffmpegcolorspace/avcodec.h:
4051         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4052         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4053         (gst_ffmpegcsp_avpicture_fill):
4054         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4055         (img_get_alpha_info):
4056         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4057         other end of the word. Fixes: #387073.
4058
4059         Add some inconsequential branch hints in a couple of places.
4060
4061 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4062
4063         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4064         (gst_ffmpeg_caps_to_smpfmt):
4065           The "signed" field in raw audio caps is of boolean type, trying to
4066           extract the value with _get_int() will fail (fix to keep in sync with
4067           the copy in gst-ffmpeg)
4068
4069 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4070
4071         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4072         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4073         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4074         (cleanup_gdpdepay):
4075         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4076         * tests/check/elements/subparse.c: (teardown_subparse):
4077         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4078         * tests/check/elements/videorate.c: (cleanup_videorate):
4079         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4080         * tests/check/elements/volume.c: (cleanup_volume):
4081         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4082         (cleanup_vorbisdec):
4083         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4084         (cleanup_vorbistag):
4085           consistent pad (de)activation
4086
4087 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4088
4089         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4090           Forgot to register the extensions.
4091
4092 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4093
4094         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4095         (plugin_init):
4096           Add typefinder for VIVO files (my christmas present to the 90s).
4097
4098 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4099
4100         * gst/playback/gstdecodebin.c: (type_found):
4101           Special-case the text/plain media type: we only want to recognise it
4102           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4103           parser, but not if the entire stream is of text/plain type. If the
4104           entire stream is text/plain, we should just error out.
4105
4106           This fixes playback of audio files with lyrics in totem. Totem can't
4107           distinguish between text files and subtitle files and passes any
4108           .txt file with the same basename as the main file to playbin as
4109           suburi, and playbin will then throw a 'subtitle found, but no video
4110           stream' error, which isn't entirely helpful. See #380342.
4111
4112           Also, with this change we'll show a slightly more correct error
4113           message in case totem passes a playlist file to us (although a
4114           custom error message wording instead of the default text would
4115           probably not be a bad idea either).
4116
4117           Same problem also needs to be fixed for playbin+decodebin2.
4118
4119         * tests/check/Makefile.am:
4120         * tests/check/elements/decodebin.c: (src_handoff_cb),
4121         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4122         (decodebin_suite):
4123           Add simple unit test for decodebin for the above.
4124
4125 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4126
4127         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4128         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4129           Refuse to change state to READY when we failed to create any of the
4130           required elements in our instance init function.
4131
4132 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4133
4134         * docs/libs/gst-plugins-base-libs-sections.txt:
4135           Small docs fixes/updates.
4136
4137         * gst-libs/gst/video/gstvideosink.h:
4138           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4139           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4140           removed from the base sink API between 0.9.6 and 0.9.7).
4141           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4142           accessor macros, so we don't do a runtime GObject type check every
4143           time we use them.
4144
4145 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4146
4147         * Makefile.am:
4148         * gst-plugins-base.doap:
4149         * gst-plugins-base.spec.in:
4150           add doap file
4151
4152 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4153
4154         Patch by: Jens Granseuer <jensgr at gmx net>
4155
4156         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4157         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4158         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4159         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4160         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4161           Declare variables at the beginning of a block. Fixes #383195.
4162
4163 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4164
4165         * configure.ac:
4166         Bump version nano - back to CVS.
4167
4168
4169 === release 0.10.11 ===
4170
4171 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4172
4173         * configure.ac:
4174           releasing 0.10.11, "Dumb things"
4175
4176 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4177
4178         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4179         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4180         Handle the case where an element has multiple pads with 
4181         unfixed caps as well as still possibly producing more dynamic 
4182         pads by storing each case as a distinct entry in the dynamic list.
4183         Fixes #38223 again.
4184
4185 2006-12-04  Wim Taymans  <wim@fluendo.com>
4186
4187         * gst/playback/gstdecodebin.c: (close_pad_link):
4188         Fix #382223, add more dynamic caps handling.
4189
4190 2006-12-04  Wim Taymans  <wim@fluendo.com>
4191
4192         reviewed by: <delete if not using a buddy>
4193
4194         * gst-libs/gst/audio/gstringbuffer.h:
4195         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4196         (gst_netaddress_set_ip4_interface),
4197         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4198         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4199         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4200         (gst_netaddress_get_ttl):
4201         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4202         * gst/playback/gstdecodebin.c: (close_pad_link):
4203         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4204         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4205         * win32/common/config.h:
4206
4207 2006-12-01  Michael Smith  <msmith@fluendo.com>
4208
4209         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4210           Delete bad debug code.
4211           Fixes #381219
4212
4213 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4214
4215         * gst/videoscale/vs_4tap.c:
4216         * win32/MANIFEST:
4217         * win32/common/config.h:
4218         * win32/vs8/libgstvideoscale.vcproj:
4219         Fix compilation on win32 under VS8
4220         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4221         Partially fixes #381175
4222
4223 2006-11-30  Michael Smith  <msmith@fluendo.com>
4224
4225         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4226         (GST_START_TEST):
4227           It would be very bad if, after a discont buffer, we thought every
4228           single following buffer was also discont. So, add to the test to
4229           ensure that this isn't the case.
4230           
4231         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4232           ... it was the case. So fix it.
4233
4234 2006-11-28  Wim Taymans  <wim@fluendo.com>
4235
4236         * gst/playback/gstplaybasebin.c: (check_queue_event):
4237         Improve debug.
4238
4239         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4240         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4241         padtemplate caps. Refixes #357577.
4242
4243 2006-11-28  Wim Taymans  <wim@fluendo.com>
4244
4245         * gst/playback/gstplaybasebin.c: (check_queue_event),
4246         (queue_threshold_reached), (queue_out_of_data),
4247         (gen_preroll_element):
4248         Add event probe to see when EOS is in a queue and we can disable the
4249         underrun signals. Fixes #357577.
4250
4251 2006-11-28  Edward Hervey  <edward@fluendo.com>
4252
4253         * gst/playback/Makefile.am:
4254         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4255         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4256         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4257         (gst_decode_bin_init), (gst_decode_bin_dispose),
4258         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4259         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4260         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4261         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4262         (connect_element), (expose_pad), (type_found),
4263         (pad_added_group_cb), (pad_removed_group_cb),
4264         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4265         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4266         (are_raw_caps), (multi_queue_overrun_cb),
4267         (multi_queue_underrun_cb), (gst_decode_group_new),
4268         (get_current_group), (group_demuxer_event_probe),
4269         (gst_decode_group_control_demuxer_pad),
4270         (gst_decode_group_control_source_pad),
4271         (gst_decode_group_check_if_blocked),
4272         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4273         (gst_decode_group_hide), (gst_decode_group_free),
4274         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4275         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4276         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4277         (plugin_init):
4278         New decodebin2 element.
4279         Closes #370092
4280         * gst/playback/gstplay-marshal.list:
4281         Added marshallers for new signals in decodebin2
4282         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4283         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4284         is set.
4285
4286 2006-11-28  Wim Taymans  <wim@fluendo.com>
4287
4288         * gst/playback/gstplaybasebin.c: (setup_source),
4289         (gst_play_base_bin_change_state):
4290         Disable rtsp:// uris for the release, it's not good enough yet.
4291         Remove unused var.
4292
4293 2006-11-26  Wim Taymans  <wim@fluendo.com>
4294
4295         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4296         (theora_dec_push_forward), (theora_dec_push_reverse),
4297         (theora_handle_data_packet), (theora_dec_decode_buffer),
4298         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4299         (theora_dec_chain_forward), (theora_dec_chain):
4300         Implement reverse playback.
4301
4302         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4303         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4304         (vorbis_dec_chain_forward):
4305         Clear buffers used for reverse playback in _reset.
4306         No need to set the eos flag, we clip samples using the segment.
4307
4308 2006-11-24  Wim Taymans  <wim@fluendo.com>
4309
4310         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4311         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4312         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4313         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4314         Some cleanups.
4315         Handle continued pages in reverse mode.
4316
4317 2006-11-24  Wim Taymans  <wim@fluendo.com>
4318
4319         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4320         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4321         (vorbis_dec_flush_decode):
4322         Small cleanups.
4323         Don't try to add invalid timestamps.
4324         Clipping will unref the buffer.
4325
4326 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4327
4328         * gst/adder/gstadder.h:
4329         * gst/audiotestsrc/gstaudiotestsrc.h:
4330           remove obsolete _factory_init protos
4331
4332 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4333
4334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4335           Fix spacing in debug message.
4336
4337 2006-11-23  Wim Taymans  <wim@fluendo.com>
4338
4339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4340         (gst_ogg_demux_chain):
4341         Don't just ignore return values from _pad_push().
4342         Small debug improvements.
4343
4344 2006-11-23  Michael Smith  <msmith@fluendo.com>
4345
4346         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4347           If our incoming buffer is marked as DISCONT, then increment the page
4348           number (so that the discontinuity is marked in the final ogg
4349           bitstream) and flush the previous page.
4350
4351 2006-11-22  Michael Smith  <msmith@fluendo.com>
4352
4353         * ext/theora/gsttheoraenc.h:
4354         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4355         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4356         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4357         (theora_enc_chain), (theora_enc_change_state):
4358           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4359
4360         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4361         (GST_START_TEST), (theoraenc_suite):
4362           Enable discontinuity test, fix it.
4363
4364 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4365
4366         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4367         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4368         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4369         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4370         (gst_text_overlay_change_state):
4371         * ext/pango/gsttextoverlay.h:
4372           Some textoverlay fixes: for one, in the video chain function,
4373           actually wait for a text buffer to come in if there is none at the
4374           moment and there should be one; also, deal more gracefully with
4375           incoming buffers that do not have a timestamp or duration; discard
4376           text buffer when not needed any longer. Fixes #341681.
4377
4378         * tests/check/Makefile.am:
4379         * tests/check/elements/.cvsignore:
4380         * tests/check/elements/textoverlay.c:
4381         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4382         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4383         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4384         (test_video_waits_for_text_send_text_newsegment_thread),
4385         (test_video_waits_for_text_shutdown_element),
4386         (test_render_continuity_push_video_buffers_thread),
4387         (textoverlay_suite):
4388           Add some unit tests for textoverlay.
4389
4390 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4391
4392         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4393           Avoid integer underflow when the found probability for mp3 is
4394           smaller than the 'penalty' we subtract if there's not a clean
4395           mp3 header sync at offset 0.
4396
4397 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4398
4399         * docs/libs/gst-plugins-base-libs-sections.txt:
4400           Add some new symbols to the docs
4401
4402 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4403
4404         * tests/check/Makefile.am:
4405         * tests/check/elements/ffmpegcolorspace.c:
4406         (ffmpegcolorspace_suite):
4407           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4408           (for now not for valgrinding though, since it takes too long).
4409
4410 2006-11-20  Wim Taymans  <wim@fluendo.com>
4411
4412         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4413         (gst_ffmpeg_pixfmt_to_caps):
4414         Fix RGBA32 caps. Fixes #357038.
4415
4416 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4417
4418         * gst-libs/gst/interfaces/mixertrack.h:
4419           Add FIXME so we can add some padding here in 0.11
4420
4421 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4424           Fix GstBaseRTPAudioPayload structure so the whole GObject
4425           inheritance business actually works (parent class instance structure
4426           must always come first in the derived class instance structure).
4427
4428 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4429
4430         * gst/videotestsrc/Makefile.am:
4431         * tests/check/Makefile.am:
4432           Make sure our checks and the videotestsrc plugin link against the
4433           local uninstalled gst libs and not any installed gst libs that
4434           might happen to exist as well.
4435
4436         * tests/check/elements/adder.c: (message_received),
4437         (test_event_message_received), (test_play_twice_message_received):
4438         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4439           Fix compiler warnings when compiling against core with disabled
4440           debugging system.
4441
4442 2006-11-16  Michael Smith  <msmith@fluendo.com>
4443
4444         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4445         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4446           Fix audiorate, so that it accurately sets offsets and timestamps.
4447           Doesn't change the fundamental algorithmic decisions; so should be
4448           safe.
4449
4450         * tests/check/Makefile.am:
4451           Enable audiorate test now that it passes.
4452
4453 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4454
4455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4456           clear xv when going to NULL, remove // commented non-existant proto
4457
4458         * tests/examples/seek/seek.c: (main):
4459           add missing tooltip description for scrub and play_scrub
4460
4461 2006-11-14  David Schleef  <ds@schleef.org>
4462
4463         * configure.ac:
4464           Bump liboil requirement to 0.3.8.
4465         * gst-libs/gst/riff/riff-media.c:
4466           Add Dirac fourcc.
4467         * gst/videoscale/vs_image.h:
4468         * gst/videoscale/vs_scanline.h:
4469           Use liboil's stdint.h.
4470         * gst/videotestsrc/videotestsrc.c:
4471           Remove liboil related ifdef's, since they aren't needed now, and
4472           won't work with future versions.
4473
4474 2006-11-14  David Schleef  <ds@schleef.org>
4475
4476         * gst/videoscale/Makefile.am:
4477         * gst/videoscale/gstvideoscale.c:
4478         * gst/videoscale/gstvideoscale.h:
4479         * gst/videoscale/vs_4tap.c:
4480         * gst/videoscale/vs_4tap.h:
4481         * gst/videoscale/vs_image.c:
4482         * gst/videoscale/vs_image.h:
4483         * gst/videoscale/vs_scanline.c:
4484         * gst/videoscale/vs_scanline.h:
4485           Add a 4-tap image scaler.  Theoretically looks much prettier.
4486           The tap calculation could use some improvement.
4487
4488 2006-11-14  Wim Taymans  <wim@fluendo.com>
4489
4490         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4491
4492         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4493         (gst_riff_parse_strf_iavs):
4494         * gst/subparse/gstsubparse.c: (convert_encoding):
4495         * gst/tcp/gstmultifdsink.c:
4496         (gst_multi_fd_sink_handle_client_write):
4497         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4498         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
4499         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4500         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
4501         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4502         (gst_ximagesink_ximage_new):
4503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4504         Various gsize and gssize printf fixes. Fixes #372507.
4505
4506 2006-11-13  Wim Taymans  <wim@fluendo.com>
4507
4508         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4509         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
4510         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4511         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
4512         (vorbis_dec_chain_forward), (vorbis_dec_chain):
4513         * ext/vorbis/vorbisdec.h:
4514         First stab at vorbis reverse playback.
4515
4516 2006-11-13  Wim Taymans  <wim@fluendo.com>
4517
4518         * gst-libs/gst/audio/gstbaseaudiosink.c:
4519         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4520         * gst-libs/gst/audio/gstbaseaudiosink.h:
4521         Make the clock sync code more accurate wrt resampling and playback
4522         at different rates.
4523         
4524         * gst-libs/gst/audio/gstringbuffer.c:
4525         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
4526         * gst-libs/gst/audio/gstringbuffer.h:
4527         Use better algorithm to interpolate sample rates. 
4528
4529 2006-11-13  Michael Smith  <msmith@fluendo.com>
4530
4531         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
4532           Improve a debug line slightly.
4533
4534         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
4535           Call gst_riff_init() in plugin_init, to avoid getting errors from
4536           the debug system (unrelated changes to another plugin made this turn
4537           up; not sure why).
4538
4539 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4540
4541         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
4542
4543         * win32/common/libgsttag.def:
4544           Add missing symbol (#366492).
4545
4546 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4547
4548         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
4549           Don't unref a NULL pad.
4550
4551 2006-11-09  Wim Taymans  <wim@fluendo.com>
4552
4553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4554         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
4555         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
4556         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
4557         (gst_ogg_demux_loop):
4558         Implement first stab at reverse playback.
4559
4560 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
4561
4562         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4563         (gst_riff_create_video_template_caps):
4564           add h263/h264 variants to the caps, Fixes #363118
4565
4566 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4567
4568         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4569         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4570           Use g_strerror instead of strerror so we get UTF-8.
4571
4572 2006-11-03  David Schleef  <ds@schleef.org>
4573
4574         * ext/ogg/gstoggdemux.c:
4575         * ext/ogg/gstoggmux.c:
4576           Add/remove KW-DIRAC header here, since it is ogg-specific.
4577
4578 2006-11-03  Michael Smith  <msmith@fluendo.com>
4579
4580         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4581           Recognise more mpeg4 elementary video streams.
4582
4583 2006-11-02  Edward Hervey  <edward@fluendo.com>
4584
4585         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4586         Lower the probability of mp3 typefinding functions if we don't find a
4587         valid mp3 header at the start of the file.
4588         Closes #369482
4589
4590 2006-11-02  Wim Taymans  <wim@fluendo.com>
4591
4592         * ext/theora/gsttheoradec.h:
4593         * ext/theora/theoradec.c: (gst_theora_dec_init),
4594         (theora_dec_sink_event), (theora_dec_chain_forward),
4595         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4596         (theora_dec_chain):
4597         Document and partially implement an algorithm for doing reverse playback
4598         of theora video.
4599
4600 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4601
4602         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
4603
4604         * win32/common/config.h:
4605         * win32/common/interfaces-enumtypes.c:
4606         * win32/common/libgsttag.def:
4607         * win32/vs8/gst-plugins-base.sln:
4608         * win32/vs8/libgstaudioresample.vcproj:
4609         * win32/vs8/libgstinterfaces.vcproj:
4610         * win32/vs8/libgstogg.vcproj:
4611         * win32/vs8/libgstriff.vcproj:
4612         * win32/vs8/libgsttag.vcproj:
4613         * win32/vs8/libgsttheora.vcproj:
4614         * win32/vs8/libgstvideoscale.vcproj:
4615         * win32/vs8/libgstvorbis.vcproj:
4616           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
4617           to libgsttag.def; add missing dependencies for some vs8 projects;
4618           re-arrange placement of .def files in vs8 projects (#366334).
4619
4620 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4621
4622         * ext/ogg/gstogg.c:
4623           Remove unused variable.
4624
4625         * ext/ogg/gstoggdemux.c:
4626           Fix Wim's surname in plugin description.
4627
4628 2006-10-31  Wim Taymans  <wim@fluendo.com>
4629
4630         * gst-plugins-base.spec.in:
4631         spec new .h file. Fixes #368310.
4632
4633 2006-10-31  Michael Smith  <msmith@fluendo.com>
4634
4635         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4636         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4637         (gst_multi_fd_sink_get_stats),
4638         (gst_multi_fd_sink_remove_client_link),
4639         (gst_multi_fd_sink_queue_buffer),
4640         (gst_multi_fd_sink_handle_clients):
4641         * gst/tcp/gstmultifdsink.h:
4642           Make using the remove or clear signals threadsafe.
4643           Make calling get-stats with an invalid fd not segfault.
4644           Fixes 368273.
4645
4646 2006-10-31  Wim Taymans  <wim@fluendo.com>
4647
4648         * gst-libs/gst/rtp/Makefile.am:
4649         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4650         (gst_base_rtp_audio_payload_init):
4651         Fix and activate base audio payloader.
4652
4653 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4654
4655         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
4656         (plugin_init):
4657           Add typefinder for QuickTime Image Files (see #366156).
4658
4659 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4660
4661         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
4662           Another typo fix (#366212).
4663
4664 2006-10-27  Wim Taymans  <wim@fluendo.com>
4665
4666         * gst/volume/gstvolume.c: (volume_transform_ip):
4667         Use stream time to synchronize volume property instead of rather random
4668         timestamps. This is needed when gnonlin does its time shifting.
4669
4670 2006-10-27  Wim Taymans  <wim@fluendo.com>
4671
4672         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4673
4674         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
4675         Remove the pad from the element in release_pad. Fixes #364812.
4676
4677 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4678
4679         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
4680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
4681           Explicitly create our custom buffer classes at a thread-safe
4682           location as well, since g_type_class_ref() doesn't seem to be
4683           entirely thread-safe either (#365501; also see #349410).
4684
4685 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4686
4687         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
4688         (gst_riff_parse_info):
4689           If strings in INFO chunk are not UTF-8, do something similar to
4690           what we do for ID3v1 tags: check a number of environment variables
4691           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
4692           character sets to try, otherwise try the current locale and/or fall
4693           back on ISO-8859-1. Fixes #360552.
4694
4695 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4696
4697         * gst/videotestsrc/gstvideotestsrc.c:
4698         (gst_video_test_src_pattern_get_type),
4699         (gst_video_test_src_set_pattern):
4700         * gst/videotestsrc/gstvideotestsrc.h:
4701         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
4702         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
4703         (gst_video_test_src_checkers8):
4704         * gst/videotestsrc/videotestsrc.h:
4705           Add a bunch of exciting new checkers patterns.
4706
4707 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4708
4709         * gst/subparse/Makefile.am:
4710         * gst/subparse/gstsubparse.c:
4711         (gst_sub_parse_data_format_autodetect),
4712         (gst_sub_parse_format_autodetect), (handle_buffer),
4713         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
4714         * gst/subparse/gstsubparse.h:
4715         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
4716         (parse_tmplayer):
4717         * gst/subparse/tmplayerparse.h:
4718           Add support for TMPlayer-type subtitles (#362845).
4719
4720         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
4721         (GST_START_TEST), (subparse_suite):
4722           Add some basic unit tests for the above.
4723
4724 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4725
4726         * tests/check/elements/audiorate.c: (test_injector_base_init),
4727         (test_injector_class_init), (test_injector_chain),
4728         (test_injector_init), (probe_cb), (do_perfect_stream_test),
4729         (GST_START_TEST), (audiorate_suite):
4730           More tests for audiorate: inject buffers to check behaviour when
4731           buffers overlap.
4732
4733 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
4734
4735         * tests/check/Makefile.am:
4736         * tests/check/elements/.cvsignore:
4737         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
4738         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
4739           Add some basic unit tests for audiorate. Disabled at the moment
4740           since it doesn't pass yet (see bug #363119).
4741
4742 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4743
4744         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
4745         (parse_subrip), (handle_buffer):
4746           Add missing closing tags for markup and fix broken markup,
4747           otherwise pango won't render anything (fixes #357531). Also,
4748           make sure the text we send out is always NUL-terminated
4749           (better safe than sorry etc.).
4750
4751         * tests/check/elements/subparse.c: (test_srt_do_test),
4752         (test_srt):
4753           Some more tests for .srt incl. tests for the above stuff.
4754
4755 2006-10-20  Julien MOUTTE  <julien@moutte.net>
4756
4757         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
4758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4759         Patch by: Stefan Kost  <ensonic@users.sf.net>
4760         Try to redraw borders only when needed. Apparently this consumes
4761         resources on small devices... :-O (#363607)
4762
4763 2006-10-20  Michael Smith  <msmith@fluendo.com>
4764
4765         * gst/tcp/gstmultifdsink.c:
4766         (gst_multi_fd_sink_client_queue_buffer):
4767           If caps change, then update the client's idea of the caps so that we
4768           don't end up re-sending streamheaders for every single buffer after
4769           the caps change.
4770
4771 2006-10-20  Michael Smith  <msmith@fluendo.com>
4772
4773         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
4774         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
4775           Set caps on pushed buffers; fix up refcounting of caps objects.
4776
4777 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4778
4779         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
4780         (plugin_init):
4781           Typefind mmsh header data packet to application/x-mmsh (#362625).
4782
4783 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4784
4785         * tests/check/Makefile.am:
4786         * tests/check/elements/.cvsignore:
4787         * tests/check/elements/subparse.c: (buffer_from_static_string),
4788         (setup_subparse), (teardown_subparse), (test_srt_do_test),
4789         (GST_START_TEST), (subparse_suite):
4790           Add very simple unit test for subparse.
4791
4792 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4793
4794         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
4795         (parse_subrip):
4796           Strip trailing newlines from subtitle text output.
4797
4798 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4799
4800         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4801         (gst_sub_parse_change_state):
4802           Fix memleak; clear subparse->textbuf n state change function.
4803
4804 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4805
4806         * gst/subparse/gstsubparse.c:
4807         (gst_sub_parse_data_format_autodetect):
4808           Don't require subrip (.srt) files to start with a chunk number of 1.
4809
4810 2006-10-18  Wim Taymans  <wim@fluendo.com>
4811
4812         * gst-libs/gst/audio/gstbaseaudiosink.c:
4813         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4814         * gst-libs/gst/audio/gstbaseaudiosink.h:
4815         Extract rate from the NEWSEGMENT event.
4816         Use commit_full to also take rate adjustment into account when writing
4817         samples to the ringbuffer.
4818         
4819         * gst-libs/gst/audio/gstringbuffer.c:
4820         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
4821         (gst_ring_buffer_read):
4822         * gst-libs/gst/audio/gstringbuffer.h:
4823         Added _commit_full() to also take rate into account.
4824         Use simple interpolation algorithm to resample audio.
4825         API: gst_ring_buffer_commit_full()
4826
4827         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
4828         * tests/examples/seek/seek.c: (segment_done):
4829         Don't try to seek with 0.0 rate, just pause instead.
4830         Remove bogus debug line.
4831
4832 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4833
4834         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
4835         (setup_source):
4836           Catch async errors when starting up the subtitle bin, so we can
4837           stop waiting and continue with the main film instead of hanging
4838           forever. Fixes #339366.
4839
4840         * tests/check/elements/playbin.c: (playbin_suite):
4841           Enable unit test for the above.
4842
4843 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4844
4845         * tests/check/Makefile.am:
4846         * tests/check/elements/.cvsignore:
4847         * tests/check/elements/playbin.c: (GST_START_TEST),
4848         (gst_red_video_src_uri_get_type),
4849         (gst_red_video_src_uri_get_protocols),
4850         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
4851         (gst_red_video_src_uri_handler_init),
4852         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
4853         (gst_red_video_src_create), (gst_red_video_src_class_init),
4854         (gst_red_video_src_init), (plugin_init), (playbin_suite):
4855           Some small and basic unit tests for playbin; not very useful yet,
4856           but at least a start.
4857
4858 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4859
4860         * gst/playback/gstplaybin.c: (setup_sinks):
4861           The old pad activation spiel.
4862
4863 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4864
4865         * gst/playback/gstplaybasebin.c: (setup_source):
4866           Don't hang forever if the subbin already fails to start up in 
4867           the state change to PAUSED (#339366).
4868
4869 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
4870
4871         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
4872         (gst_tuner_set_channel), (gst_tuner_get_channel),
4873         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
4874         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
4875         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
4876         (gst_tuner_find_channel_by_name):
4877           Fix some function guards, add some more function guards.
4878
4879 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
4880
4881         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
4882         (remove_element_chain):
4883         Don't return a pad from get_our_ghost_pad unless it is actually the
4884         one we want.
4885         Change a cast in remove_element_chain slightly.
4886
4887 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4888
4889         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4890         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
4891         Segment seeking needs to use the rate and set stop to -1.
4892
4893 2006-10-13  Wim Taymans  <wim@fluendo.com>
4894
4895         * gst-libs/gst/audio/gstbaseaudiosink.c:
4896         (gst_base_audio_sink_setcaps):
4897         Don't crash when ringbuffer is not yet created.
4898         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
4899         Fixes #361634.
4900
4901         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
4902         * gst/playback/gststreamselector.c:
4903         (gst_stream_selector_request_new_pad):
4904         Activate pads befre adding them to running elements.
4905
4906 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4907
4908         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4909         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
4910         updater when we start grabing the slider. Don't wait for the
4911         pipeline to be PAUSED.
4912
4913 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4914
4915         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
4916         (gst_mixer_set_volume), (gst_mixer_get_volume),
4917         (gst_mixer_set_mute), (gst_mixer_set_option),
4918         (gst_mixer_get_option), (gst_mixer_mute_toggled),
4919         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
4920         (gst_mixer_option_changed):
4921           Guard mixer interface functions against bogus arguments.
4922
4923 2006-10-12  Julien MOUTTE  <julien@moutte.net>
4924
4925         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4926         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
4927         (msg_state_changed), (main): Use state-changed messages to trigger
4928         start/stop of scale update timer. Indeed the scale slider was
4929         jumping here and there because the update timer was activated 
4930         before seek completed. This fixes instant applying of rate changes
4931         by pressing the spinbutton like a crazy man !
4932
4933 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
4934
4935         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
4936
4937         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4938         (gst_basertppayload_finalize):
4939           Fix two small memory leaks (#361456).
4940
4941 2006-10-10  Julien MOUTTE  <julien@moutte.net>
4942
4943         * tests/examples/seek/seek.c: (do_seek),
4944         (rate_spinbutton_changed_cb): When changing spinbutton we try
4945         to change the rate on the fly.
4946
4947 2006-10-10  Wim Taymans  <wim@fluendo.com>
4948
4949         * gst-libs/gst/riff/riff-ids.h:
4950         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4951         (gst_riff_create_audio_template_caps):
4952         Add WMS caps.
4953
4954 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4955
4956         Patch by: Josep Torra Valles <josep@fluendo.com>
4957
4958         * ext/gnomevfs/gstgnomevfssink.c:
4959         * ext/gnomevfs/gstgnomevfssrc.c:
4960         Fix URI interface implementation return type.
4961         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
4962         Fix what looks like a copy/paste issue when assigning values.
4963         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4964         (gst_audio_filter_template_get_type):
4965         Cast to prevent Forte warnings.
4966         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4967         Fix URI interface implementation return type.
4968         gst_pad_query_position requires a signed integer pointer as
4969         3rd parameter, GstClockTime is unsigned.
4970         * gst/audioconvert/audioconvert.c:
4971         Fix integer overflow when treated as signed.
4972         * gst/audioresample/resample.c: (resample_add_input_data):
4973         Cast to prevent warnings on Forte.
4974         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
4975         Fix integer overflow when treated as signed.
4976         * gst/ffmpegcolorspace/imgconvert_template.h:
4977         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
4978         * gst/playback/gstdecodebin.c: (queue_filled_cb),
4979         (cleanup_decodebin):
4980         Who initialises a guint to -1!
4981         Cast function pointers to prevent warnings on Forte.
4982         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
4983         (queue_threshold_reached):
4984         Cast function pointers correctly to prevent warnings on Forte.
4985         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
4986         Cast function pointers correctly to prevent warnings on Forte.
4987         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
4988         Obvious change to unsigned, 0xEF > max signed char.
4989         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
4990         GstClockTime is unsigned, initialise correctly.
4991         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
4992         Cast so pointer arithemetic doesn't cause warnings on Forte.
4993         * gst/videorate/gstvideorate.c:
4994         Use correct return value.
4995         * tests/examples/seek/scrubby.c:
4996         GstClockTime is unsigned, initialise correctly.
4997
4998 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
4999
5000         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5001
5002         * gst/typefind/gsttypefindfunctions.c:
5003           Recognise XML files and XML-like files shorter than 256 bytes as
5004           well (fixes #359237).
5005
5006 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5007
5008         Patch by: Renato Filho <renato.filho@indt.org.br>
5009         
5010         * gst/typefind/gsttypefindfunctions.c:
5011         Added typefind functions to video/x-nuv media.
5012         
5013 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5014
5015         * gst-libs/gst/interfaces/xoverlay.c:
5016         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5017           Some more guards against invalid input.
5018
5019 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5020
5021         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5022         Useless goto.
5023         * tests/examples/seek/seek.c: (do_seek),
5024         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5025         seek example to experiment with rates != 1.0 (reverse playback !)
5026
5027 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5028
5029         * gst-libs/gst/interfaces/xoverlay.c:
5030           Unref message in doc-example (spotted by Robert McQueen)
5031
5032 2006-10-06  Wim Taymans  <wim@fluendo.com>
5033
5034         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5035         (mpeg1_parse_header), (mpeg1_sys_type_find):
5036         printf fix.
5037
5038 2006-10-06  Wim Taymans  <wim@fluendo.com>
5039
5040         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5041         (close_pad_link):
5042         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5043         Activate dynamic pads before adding them to the element.
5044
5045 2006-10-06  Michael Smith  <msmith@fluendo.com>
5046
5047         * gst-libs/gst/floatcast/floatcast.h:
5048           Fix obviously-bogus macros; use the correct types.
5049
5050 2006-10-06  Wim Taymans  <wim@fluendo.com>
5051
5052         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5053         (gst_base_rtp_depayload_change_state):
5054         Also call parent state change function to activate pads.
5055
5056         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5057         (mpeg1_parse_header), (mpeg1_sys_type_find):
5058         Add some more debug info in mpeg typefinding.
5059
5060 2006-10-06  Michael Smith  <msmith@fluendo.com>
5061
5062         * ext/theora/theoradec.c: (theora_dec_chain):
5063           Zero byte theora packets are valid and well-defined; don't warn on
5064           them.
5065
5066 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5067
5068         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5069         (gst_multi_fd_sink_get_stats), (find_limits),
5070         (gst_multi_fd_sink_queue_buffer):
5071           API: add dropped_buffers to the get-stats GValueArray
5072
5073 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5074
5075         * ext/alsa/gstalsadeviceprobe.c:
5076         (gst_alsa_device_property_probe_get_values):
5077         * ext/alsa/gstalsasink.c: (set_hwparams):
5078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5079         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5081         (gst_ogg_mux_process_best_pad):
5082         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5083         (gst_ogg_parse_chain):
5084         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5085         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5086         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5087         (gst_vorbis_enc_buffer_check_discontinuous):
5088         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5089         * gst-libs/gst/audio/gstbaseaudiosink.c:
5090         (gst_base_audio_sink_render):
5091         * gst-libs/gst/cdda/gstcddabasesrc.c:
5092         (gst_cdda_base_src_handle_track_seek):
5093         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5094         (gst_base_rtp_depayload_push_full):
5095         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5096         * gst/audioresample/resample.c: (resample_input_pushthrough):
5097         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5098         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5099         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5100         (wavpack_type_find):
5101         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5102         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5103         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5104         * tests/check/elements/volume.c: (GST_START_TEST):
5105           Printf format fixes.
5106
5107 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5108
5109         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5110           Fix a simple mistake (see the docs)
5111           Fixes #359580
5112
5113 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5114
5115         * docs/plugins/Makefile.am:
5116         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5117         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5118         * docs/plugins/gst-plugins-base-plugins.args:
5119         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5120         * docs/plugins/inspect/plugin-adder.xml:
5121         * docs/plugins/inspect/plugin-alsa.xml:
5122         * docs/plugins/inspect/plugin-audioconvert.xml:
5123         * docs/plugins/inspect/plugin-audiorate.xml:
5124         * docs/plugins/inspect/plugin-audioresample.xml:
5125         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5126         * docs/plugins/inspect/plugin-cdparanoia.xml:
5127         * docs/plugins/inspect/plugin-decodebin.xml:
5128         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5129         * docs/plugins/inspect/plugin-gdp.xml:
5130         * docs/plugins/inspect/plugin-gnomevfs.xml:
5131         * docs/plugins/inspect/plugin-libvisual.xml:
5132         * docs/plugins/inspect/plugin-ogg.xml:
5133         * docs/plugins/inspect/plugin-pango.xml:
5134         * docs/plugins/inspect/plugin-playbin.xml:
5135         * docs/plugins/inspect/plugin-subparse.xml:
5136         * docs/plugins/inspect/plugin-tcp.xml:
5137         * docs/plugins/inspect/plugin-theora.xml:
5138         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5139         * docs/plugins/inspect/plugin-video4linux.xml:
5140         * docs/plugins/inspect/plugin-videorate.xml:
5141         * docs/plugins/inspect/plugin-videoscale.xml:
5142         * docs/plugins/inspect/plugin-videotestsrc.xml:
5143         * docs/plugins/inspect/plugin-volume.xml:
5144         * docs/plugins/inspect/plugin-vorbis.xml:
5145         * docs/plugins/inspect/plugin-ximagesink.xml:
5146         * docs/plugins/inspect/plugin-xvimagesink.xml:
5147           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5148
5149 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5150
5151         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5152
5153         * ext/vorbis/Makefile.am:
5154         * ext/vorbis/vorbis.c: (plugin_init):
5155         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5156         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5157         * ext/vorbis/vorbisparse.h:
5158         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5159         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5160         (gst_vorbis_tag_parse_packet):
5161         * ext/vorbis/vorbistag.h:
5162           Add new vorbistag element which derives from vorbisparse
5163           and is essentially the same as well, only that it implements
5164           the GstTagSetter interface and can modify the stream's
5165           vorbiscomment on the fly (#335635).
5166
5167         * tests/check/Makefile.am:
5168         * tests/check/elements/.cvsignore:
5169         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5170         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5171         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5172         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5173           Add unit test for new vorbistag element.
5174
5175 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5176
5177         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5178         (vorbis_parse_push_headers), (vorbis_parse_chain):
5179           Set BOS flag in packet structure to fix 'jump depends
5180           on unitialized value' errors in valgrind; various minor
5181           clean-ups.
5182
5183 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5184
5185         * gst/playback/gstdecodebin.c: (close_pad_link):
5186         Fix typo in a debug statement.
5187
5188         * gst/playback/gstplaybasebin.c: (probe_triggered),
5189         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5190         (gen_source_element), (source_new_pad), (analyse_source),
5191         (setup_source):
5192         When handling no_more_pads in new_decoded_pad, make sure to treat
5193         subtitle pads correctly. Fixes playback with subtitle files.
5194
5195         Move a recurring message to LOG level.
5196
5197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5198         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5199         which ends up as -1 when cast to an int. Make the logic handle the
5200         max value as an unsigned mask and only change the colorkey when it's
5201         a value we recognise.
5202
5203 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5204
5205         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5206         Removed empty * between paragraphs
5207
5208 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5209
5210         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5211         * gst-libs/gst/rtp/README:
5212         Moved some documentation into .c file
5213
5214 2006-09-29  Wim Taymans  <wim@fluendo.com>
5215
5216         * gst/playback/gstdecodebin.c: (no_more_pads):
5217         Fix compilation.
5218
5219 2006-09-29  Wim Taymans  <wim@fluendo.com>
5220
5221         * gst/playback/gstdecodebin.c: (new_caps):
5222         Remove g_print
5223
5224         * gst/playback/gstplaybin.c:
5225         Add some docs.
5226
5227 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5228
5229         * tests/check/Makefile.am:
5230           Re-enable cddabasesrc test to see if it works again
5231           now.
5232
5233 2006-09-29  Wim Taymans  <wim@fluendo.com>
5234
5235         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5236         (gen_source_element):
5237         Handle invalid URIs a bit more gracefully.
5238
5239 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5240
5241         * tests/check/pipelines/oggmux.c:
5242           Remove obsolete comment.
5243
5244 2006-09-29  Michael Smith  <msmith@fluendo.com>
5245
5246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5247         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5248         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5249         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5250         (gst_ogg_mux_collected):
5251           Commit patch from James "Doc" Livingston, adds proper EOS handling
5252           in oggmux. GStreamer can, for the first time ever, create a valid
5253           Ogg file! Yay!
5254
5255         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5256         (oggmux_suite):
5257           Reenable tests now that they pass.
5258
5259 2006-09-29  Wim Taymans  <wim@fluendo.com>
5260
5261         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5262         Stop reading commands when EOF (we read 0) as well.
5263
5264 2006-09-28  Wim Taymans  <wim@fluendo.com>
5265
5266         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5267         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5268         (find_dynamic), (unlinked), (close_link):
5269         Implement delayed caps linking needed for element with a lot of
5270         different caps on the src pads that get fixed at runtime.
5271         Improve management of dynamic elements.
5272
5273         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5274         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5275         (gen_preroll_element), (remove_groups), (unknown_type),
5276         (add_element_stream), (no_more_pads_full), (no_more_pads),
5277         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5278         (new_decoded_pad), (setup_subtitle), (array_has_value),
5279         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5280         (analyse_source), (remove_decoders), (make_decoder),
5281         (remove_source), (setup_source), (finish_source), (prepare_output),
5282         (gst_play_base_bin_change_state):
5283         * gst/playback/gstplaybasebin.h:
5284         Use more _CAST instead of full type checking casts.
5285         Small cleanups, plug some leaks.
5286         Handle dynamic sources.
5287         Add some helper functions to create lists of strings used for
5288         blacklisting and other stuff.
5289         Refactor some code dealing with analysing the source.
5290         Re-enable sources without pads (like cd:// or other selfcontained
5291         elements).
5292
5293 2006-09-28  Wim Taymans  <wim@fluendo.com>
5294
5295         * gst-libs/gst/audio/gstbaseaudiosink.c:
5296         (gst_base_audio_sink_render):
5297         When we have a timestamp, we can still perform clipping.
5298         When we have no clock, we must play the sample ASAP.
5299
5300 2006-09-28  Wim Taymans  <wim@fluendo.com>
5301
5302         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5303         Set caps on outgoing buffers.
5304
5305         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5306         (gst_video_rate_event), (gst_video_rate_chain):
5307         * gst/videorate/gstvideorate.h:
5308         Fix videorate some more. Fixes #357977
5309
5310 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5311
5312         * tests/check/elements/adder.c: (adder_suite):
5313           Don't set timeout to 6 seconds when we're running
5314           in valgrind ... (and how is 6 seconds longer than
5315           the default anyway?)
5316
5317 2006-09-28  Wim Taymans  <wim@fluendo.com>
5318
5319         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5320         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5321         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5322         Keep sink and src segment to keep track of time and support more
5323         input formats.
5324         Fix bogus next_offset and run_time calculation, don't understand how
5325         this could have worked before. Fixes #357976.
5326         Remove some unneeded vars.
5327
5328 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5329
5330         * gst/playback/gstplaybin.c: (remove_sinks):
5331           Only remove visualisation from visbin if there is a visbin (or:
5332           don't throw warnings when closing totem without playing a file).
5333
5334 2006-09-27  Wim Taymans  <wim@fluendo.com>
5335
5336         * gst-libs/gst/audio/gstbaseaudiosink.c:
5337         (gst_base_audio_sink_render):
5338         Add some more info in a WARNING.
5339
5340         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5341         (gst_base_audio_src_create):
5342         Handle PAUSE in create function, use new -core addition to
5343         wait for playing. Fixes pausing and resuming capture from an
5344         audiosrc.
5345
5346         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5347         (gst_ring_buffer_read):
5348         Constify some more.
5349         Caller supports interrupted reads now.
5350
5351 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5352
5353         * tests/check/Makefile.am:
5354           Another attempt to make the gen64 buildbot happy.
5355
5356 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5357
5358         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5359
5360         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5361         (gst_visual_chain), (gst_visual_change_state):
5362           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5363           correctly. Fixes #357800
5364
5365 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5366
5367         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5368           Add timeout to _get_state() so we see which pipeline it is
5369           that causes trouble on the gen64 build bot.
5370
5371 2006-09-27  Wim Taymans  <wim@fluendo.com>
5372
5373         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5374         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5375         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5376         (gst_base_rtp_depayload_set_gst_timestamp):
5377         the source pad always uses fixed caps.
5378
5379 2006-09-27  Wim Taymans  <wim@fluendo.com>
5380
5381         * docs/libs/gst-plugins-base-libs-docs.sgml:
5382         * docs/libs/gst-plugins-base-libs-sections.txt:
5383         * gst-libs/gst/audio/gstaudioclock.c:
5384         * gst-libs/gst/audio/gstaudioclock.h:
5385         * gst-libs/gst/audio/gstaudiosink.c:
5386         * gst-libs/gst/audio/gstaudiosink.h:
5387         * gst-libs/gst/audio/gstaudiosrc.c:
5388         * gst-libs/gst/audio/gstbaseaudiosink.c:
5389         (gst_base_audio_sink_render):
5390         * gst-libs/gst/audio/gstbaseaudiosink.h:
5391         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5392         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5393         * gst-libs/gst/audio/gstringbuffer.h:
5394         Added docs for the audio libs.
5395
5396 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5397
5398         * tests/check/Makefile.am:
5399           Temporarily disable test that fails on the bots for unknown reasons.
5400
5401 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5402
5403         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5404         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5405         Moved AudioCodecType into priv
5406         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5407
5408 2006-09-25  Wim Taymans  <wim@fluendo.com>
5409
5410         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5411         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5412         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5413         (new_pad):
5414         Cleanups and small leak fixes.
5415         Added Depayloaders to valid list of autopluggable elements.
5416
5417 2006-09-25  Wim Taymans  <wim@fluendo.com>
5418
5419         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5420         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5421         (gen_video_element), (gen_text_element), (gen_audio_element),
5422         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5423         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5424         Detect NO_PREROLL state change returns and disable clock distribution to
5425         the sinks so that sync is disabled.
5426         Avoid some type checking and do simple casts instead.
5427         Small cleanups, fix some FIXMEs.
5428         Be more robust when linking user specified elements, catch an report
5429         errors. Fixes #357404.
5430         Fix some leaks in the error paths.
5431
5432 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5433
5434         * ChangeLog:
5435           ChangeLog surgery for missing bug-number
5436
5437 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5438
5439         Patch by: Peter Kjellerstedt  <pkj at axis com>
5440
5441         * gst/playback/test.c:
5442           Fix compilation with uClibc and -Werror (#357591).
5443
5444 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5445
5446         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5447           Parse dates that are followed by a time as well (#357532).
5448
5449         * tests/check/libs/tag.c: (test_vorbis_tags):
5450           Add unit test for this.
5451
5452 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5453
5454         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5455         (gst_audio_convert_transform_caps):
5456         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5457         * gst/videotestsrc/videotestsrc.h:
5458           A few array const-ifications.
5459
5460 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5461
5462         * tests/check/Makefile.am:
5463           See if this makes the build bots happy.
5464
5465         * tests/check/libs/cddabasesrc.c:
5466           UTF8-ise my name.
5467
5468 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5469
5470         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5471
5472         * gst/subparse/samiparse.c: (handle_start_font),
5473         (fix_invalid_entities):
5474           More case-insensitivity for certain tags; recognise entities with
5475           decimal codes as special entities as well (#357330).
5476
5477 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5478
5479         * gst-libs/gst/Makefile.am:
5480           Need to build tag directory before cdda.
5481
5482 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5483
5484         * docs/libs/gst-plugins-base-libs-sections.txt:
5485         * gst-libs/gst/cdda/Makefile.am:
5486         * gst-libs/gst/cdda/gstcddabasesrc.c:
5487         (gst_cdda_base_src_base_init):
5488         * gst-libs/gst/cdda/gstcddabasesrc.h:
5489         * gst-libs/gst/tag/tag.h:
5490         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5491         (gst_tag_register_musicbrainz_tags):
5492           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5493           depend on libgsttag. This is required so we can extract/read tags like
5494           DISCID without depending on libgstcddabasesrc (which used to register
5495           them).
5496
5497         * gst-libs/gst/tag/gstvorbistag.c:
5498           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
5499           tags (also see #347848).
5500
5501         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
5502           Log vorbis comments we are actually writing. Const-ify array.
5503
5504 2006-09-23  Wim Taymans  <wim@fluendo.com>
5505
5506         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5507         Improve buffering a bit by avoiding a deadlock because we cannot assume
5508         the underrun is always called.
5509
5510 2006-09-23  Wim Taymans  <wim@fluendo.com>
5511
5512         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5513
5514         * gst-libs/gst/riff/riff-ids.h:
5515         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5516         (gst_riff_create_audio_template_caps):
5517         Added MPEG-4 AAC and id and caps. Fixes #357289
5518         Added WMA9 Lossless id.
5519
5520 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5521
5522         * ext/gnomevfs/gstgnomevfssrc.c:
5523           Fix misleading docs addition.
5524
5525         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5526           Get rid of compiler warning the right way.
5527
5528 2006-09-22  Wim Taymans  <wim@fluendo.com>
5529
5530         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5531         (gst_base_rtp_depayload_finalize),
5532         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5533         (gst_base_rtp_depayload_push_full),
5534         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
5535         (gst_base_rtp_depayload_process),
5536         (gst_base_rtp_depayload_set_gst_timestamp),
5537         (gst_base_rtp_depayload_queue_release):
5538         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5539         Small cleanups.
5540         Fix some leaks.
5541         Refactored the process method and added methods to push from the process
5542         vmethod.
5543         Use _scale functions.
5544         API: gst_base_rtp_depayload_push_ts
5545         API: gst_base_rtp_depayload_push
5546
5547         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5548         timestamps are uint.
5549
5550 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
5551
5552         * gst-libs/gst/interfaces/xoverlay.c:
5553           Remove unused statement from doc example.
5554
5555 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
5556
5557         * gst-libs/gst/interfaces/videoorientation.c:
5558         (gst_video_orientation_iface_init),
5559         (gst_video_orientation_get_hflip),
5560         (gst_video_orientation_get_vflip),
5561         (gst_video_orientation_get_hcenter),
5562         (gst_video_orientation_get_vcenter),
5563         (gst_video_orientation_set_hflip),
5564         (gst_video_orientation_set_vflip),
5565         (gst_video_orientation_set_hcenter),
5566         (gst_video_orientation_set_vcenter):
5567           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
5568           in ChangeLog)
5569
5570 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
5571
5572         * tests/check/Makefile.am:
5573         * tests/check/elements/.cvsignore:
5574         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
5575         (create_rgb_conversions), (rgb_conversion_free),
5576         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
5577         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
5578           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
5579           but disable for now since it doesn't pass (something wrong with
5580           RGBA somewhere).
5581
5582 2006-09-21  Wim Taymans  <wim@fluendo.com>
5583
5584         * gst/playback/gstplaybasebin.c: (group_commit),
5585         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
5586         (queue_out_of_data), (gen_preroll_element),
5587         (preroll_remove_overrun), (probe_triggered):
5588         Refactor handling of overrun detection.
5589         Separate handling of group completion and deadlock detection when doing
5590         network buffering. This should fix some deadlocks that were not detected
5591         because the group was completed.
5592         Add more comments, improve debugging.
5593
5594 2006-09-21  Wim Taymans  <wim@fluendo.com>
5595
5596         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5597         * tests/check/libs/audio.c:
5598         Some more compilation fixes.
5599
5600 2006-09-21  Wim Taymans  <wim@fluendo.com>
5601
5602         * gst-libs/gst/audio/gstringbuffer.c:
5603         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5604         (gst_ring_buffer_read):
5605         Early morning compilation fix.
5606
5607 2006-09-20  Wim Taymans  <wim@fluendo.com>
5608
5609         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5610         * tests/check/elements/multifdsink.c: (GST_START_TEST):
5611         * tests/check/elements/videorate.c: (GST_START_TEST):
5612         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5613         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
5614         Fix some warnings.
5615
5616 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5617
5618         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5619         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5620         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5621           Handcrafted merge to help CVS understanding what I changed and what
5622           not.
5623
5624 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5625
5626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5627         (gst_xvimagesink_get_times):
5628           change colorkey behaviour back according to #354773 comment 6/7
5629
5630 2006-09-19  Michael Smith  <msmith@fluendo.com>
5631
5632         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5633         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
5634         (gst_multi_fd_sink_recover_client),
5635         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
5636         (gst_multi_fd_sink_get_property):
5637         * gst/tcp/gstmultifdsink.h:
5638           Implement stubbed out properties unit-type, units-soft-max,
5639           units-max, to allow specifying maximum sizes in units other than
5640           buffers.
5641           Fixes #355935
5642
5643 2006-09-19  Wim Taymans  <wim@fluendo.com>
5644
5645         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5646         (gst_riff_create_audio_template_caps):
5647         Reorder the audio formats a bit for clarity.
5648         Detect and create caps for MSGSM and MSN (WAV49).
5649         Fixes #356596.
5650
5651         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5652         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5653         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5654         Small cleanups, move error handling out of normal flow for clarity.
5655
5656 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5657
5658         * docs/libs/gst-plugins-base-libs-docs.sgml:
5659         * docs/libs/gst-plugins-base-libs.types:
5660         * gst-libs/gst/interfaces/Makefile.am:
5661         * gst-libs/gst/interfaces/videoorientation.c:
5662         (gst_video_orientation_get_type),
5663         (gst_video_orientation_iface_init),
5664         (gst_video_orientation_get_hflip),
5665         (gst_video_orientation_get_vflip),
5666         (gst_video_orientation_get_hcenter),
5667         (gst_video_orientation_get_vcenter),
5668         (gst_video_orientation_set_hflip),
5669         (gst_video_orientation_set_vflip),
5670         (gst_video_orientation_set_hcenter),
5671         (gst_video_orientation_set_vcenter):
5672         * gst-libs/gst/interfaces/videoorientation.h:
5673           API: Add new interface to control video orientation (fixes #354908)
5674
5675 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5676
5677         * gst/videotestsrc/gstvideotestsrc.c:
5678           Use G_UNLIKELY in _create and log one more detail.
5679           
5680         (gst_video_test_src_get_times), (gst_video_test_src_create):
5681         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5682           Use gst_util_uint64_scale_int in _get_times().
5683
5684 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5685
5686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
5687           Give better warning message (add object and detail).
5688
5689 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5690
5691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5692         (gst_xvimagesink_get_times):
5693           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
5694           #354773), use gst_util_uint64_scale_int in _get_times()
5695
5696 2006-09-18  Michael Smith  <msmith@fluendo.com>
5697
5698         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
5699           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
5700           always true, leading to dropping all timestamps.
5701
5702 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5703
5704         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
5705         (gst_visual_chain), (gst_visual_change_state):
5706           update to work also with libvisual 0.4 API, fix double unref (#355914)
5707           
5708         * tools/gst-launch-ext.1.in:
5709         * tools/gst-visualise.1.in:
5710           remove references to old man-pages
5711
5712         * tests/examples/seek/seek.c: (main):
5713           add real meadi-buttons, add tool-tips for the seek-options, arrange
5714           seek options in a table
5715
5716 2006-09-18  Michael Smith  <msmith@fluendo.com>
5717
5718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
5719         (gst_ogg_mux_push_buffer):
5720           Don't generate out-of-order timestamps from oggmux, instead clamp
5721           output timestamps to be >= the previously output ts.
5722           Fixes #355595
5723
5724 2006-09-18  Michael Smith  <msmith@fluendo.com>
5725
5726         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5727         (gst_multi_fd_sink_class_init):
5728           Updates, fixes, and typo corrections for multifdsink. No functional
5729           changes.
5730
5731 2006-09-17  Michael Smith  <msmith@fluendo.com>
5732
5733         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
5734           Don't crash on truncated files - check that we got an 8 byte buffer
5735           before trying to memcmp it.
5736
5737 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5738
5739         * gst/playback/gstplaybasebin.c: (get_active_source):
5740           Make stream-switching appear instant to the application
5741           (ie. make sure that a g_object_get on 'current-foo' returns
5742           the stream previously set with g_object_set(). Totem needs
5743           this to update stream-related meta-info (like audio-codec)
5744           correctly when switching streams.
5745
5746 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5747
5748         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
5749         (gst_alsa_mixer_ensure_track_list):
5750           Try harder to guess which mixer track is the master mixer
5751           track (instead of just taking the first one that has a pvolume).
5752           Fixes #342228.
5753
5754 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5755
5756         reviewed by: <delete if not using a buddy>
5757
5758         * gst-libs/gst/audio/audio.h:
5759         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5760
5761 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5762
5763         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5764         (gst_audio_convert_transform_caps):
5765           Get structure-name just once.
5766
5767 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5768
5769         * tests/check/elements/audioresample.c: (GST_START_TEST):
5770         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5771         * tests/check/elements/volume.c: (GST_START_TEST):
5772         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
5773         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
5774         (test_pipeline), (GST_START_TEST):
5775         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
5776         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5777           Fix big batch of compiler warnings.
5778
5779 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5780
5781         * ext/gnomevfs/gstgnomevfssrc.c:
5782           Add docs about icydemux usage in connection with gnomevfssrc
5783
5784         * ext/libvisual/visual.c:
5785         * ext/ogg/gstoggaviparse.c:
5786         * ext/ogg/gstoggdemux.c:
5787         * ext/ogg/gstoggmux.c:
5788         * ext/ogg/gstoggparse.c:
5789         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5790         * gst-libs/gst/audio/gstaudiosink.c:
5791         * gst-libs/gst/audio/gstaudiosrc.c:
5792         * gst/audiorate/gstaudiorate.c:
5793           More G_OBJECT macro fixing.
5794
5795         * gst/audiotestsrc/gstaudiotestsrc.h:
5796           Fix wrong info in header due to copy & paste
5797
5798 2006-09-15  Wim Taymans  <wim@fluendo.com>
5799
5800         * gst-libs/gst/audio/gstbaseaudiosink.c:
5801         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
5802         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5803         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
5804         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
5805         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5806         Do the delay calculation in the source/sink base classes as this is
5807         specific for the capture/playback mode.
5808         Try to fixate a bit better, like round depth up to a multiple of 8
5809         bigger than width.
5810         Handle underruns correctly by marking DISCONT on buffers and adjusting
5811         timestamps to handle the gap.
5812         Set offset/offset_end correctly on buffers.
5813
5814         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
5815         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5816         (gst_ring_buffer_read):
5817         Remove resync and underrun recovery from the ringbuffer.
5818         Fix ringbuffer read code on under/overrun.
5819
5820 2006-09-15  Wim Taymans  <wim@fluendo.com>
5821
5822         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5823         (gst_play_base_bin_init), (fill_buffer), (check_queue),
5824         (queue_threshold_reached), (gst_play_base_bin_set_property),
5825         (gst_play_base_bin_get_property):
5826         * gst/playback/gstplaybasebin.h:
5827         Don't use a 0 low watermark when buffering, it is catching starvation
5828         way too late. Instead, use a 3 second queue with 30 and 95
5829         percent low/high watermarks. 
5830         Added queue-min-threshold property to configure low watermark.
5831         Use new _buffering message API.
5832         Make queue_threshold variable big enough to store a uint64 time value.
5833         API: playbin::queue-min-threshold property.
5834
5835 2006-09-15  Wim Taymans  <wim@fluendo.com>
5836
5837         * configure.ac:
5838         We require 0.10.10.1 now because of _wait_preroll().
5839
5840         * gst-libs/gst/audio/gstbaseaudiosink.c:
5841         (gst_base_audio_sink_render):
5842         Use gst_base_sink_wait_preroll().
5843
5844 2006-09-15  Wim Taymans  <wim@fluendo.com>
5845
5846         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
5847         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
5848         Use DEBUG_OBJECT more.
5849
5850 === release 0.10.10 ===
5851
5852 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5853
5854         patch by: Michael Smith <msmith at fluendo dot com>
5855
5856         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
5857         (gst_multi_fd_sink_client_queue_buffer),
5858         (gst_multi_fd_sink_new_client):
5859         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5860         (multifdsink_suite):
5861           Fix implementation of sync-method 'next-keyframe'
5862           Closes #354594
5863
5864 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5865
5866         patch by: Wim Taymans <wim at fluendo dot com>
5867
5868         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5869         This patch removes the RANDOM flag that was incorrectly introduced with
5870         revision 1.91.  Fixes #354590
5871
5872 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5873
5874         * tests/check/Makefile.am:
5875           Random variation in Makefile line to see if it makes the
5876           gen64-base-full bot any happier.
5877
5878 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5879
5880         * tests/check/pipelines/oggmux.c: (oggmux_suite):
5881           Disable test that fails at the moment (killed after timeout).
5882
5883 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5884
5885         Patch by: James Livingston  <doclivingston at gmail.com>
5886
5887         * tests/check/Makefile.am:
5888         * tests/check/pipelines/.cvsignore:
5889         * tests/check/pipelines/oggmux.c: (get_page_codec),
5890         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
5891         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
5892         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
5893         (test_theora_vorbis), (oggmux_suite):
5894           Add simple unit test for oggmux from #337026 with checking for the
5895           EOS flags disabled for the time being.
5896
5897 2006-09-04  Wim Taymans  <wim@fluendo.com>
5898
5899         patch by: Alessandro Dessina <alessandro nnva org>
5900
5901         * ext/ogg/gstoggmux.c:
5902         Add cmml caps to oggmux. Fixes #353912
5903
5904 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5905
5906         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5907           Returning a return value often helps. In this case, we
5908           don't need the return value anyway, so just get rid of it.
5909           Should make build bots much happier.
5910
5911 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5912
5913         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
5914         (paint_get_structure), (gst_video_test_src_get_size),
5915         (gst_video_test_src_smpte), (gst_video_test_src_snow),
5916         (gst_video_test_src_unicolor), (paint_setup_AYUV),
5917         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
5918         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
5919         * gst/videotestsrc/videotestsrc.h:
5920           Add support for AYUV and the various RGBA formats. Initialise
5921           fields of paintinfo structs allocated on the stack.
5922
5923         * tests/check/elements/videotestsrc.c: (right_shift_colour),
5924         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
5925         (check_rgb_buf), (videotestsrc_suite):
5926           Add unit tests for videotestsrc's RGB output.
5927
5928 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5929
5930         * gst/videotestsrc/gstvideotestsrc.c:
5931         (gst_video_test_src_pattern_get_type),
5932         (gst_video_test_src_set_pattern):
5933         * gst/videotestsrc/gstvideotestsrc.h:
5934         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
5935         (gst_video_test_src_black), (gst_video_test_src_white),
5936         (gst_video_test_src_red), (gst_video_test_src_green),
5937         (gst_video_test_src_blue):
5938         * gst/videotestsrc/videotestsrc.h:
5939           Add more uni-colour patterns ("white", "red", "green", and "blue").
5940
5941 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5942
5943         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
5944           Fix stride for YVYU, should be word-aligned (#353658).
5945
5946 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
5947
5948         * gst/adder/gstadder.c: (gst_adder_src_event):
5949           Fix build.
5950
5951 2006-08-31  Edward Hervey  <edward@fluendo.com>
5952
5953         * gst/adder/gstadder.c: (forward_event_func),
5954         (gst_adder_src_event), (gst_adder_collected),
5955         (gst_adder_change_state):
5956         * gst/adder/gstadder.h:
5957         Remember the start position asked in the incoming seeks, so we can
5958         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
5959         of assuming it will always be 0).
5960
5961 2006-08-31  Edward Hervey  <edward@fluendo.com>
5962
5963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
5964         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
5965         (gst_ogg_demux_loop):
5966         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
5967
5968 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
5969
5970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5971         (gst_ffmpegcsp_get_unit_size):
5972           Return FALSE instead of returning a random false unit
5973           size when the format isn't known/supported (even if
5974           this shouldn't happen under normal circumstances).
5975
5976 2006-08-29  Wim Taymans  <wim@fluendo.com>
5977
5978         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5979
5980         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
5981         (gst_gnome_vfs_src_start):
5982         Try harder to get the size from a uri by using _info_uri() when
5983         _info_from_handle() does not give us enough info. 
5984         Also follow symlinks when getting the size.
5985         Partially Fixes #332864.
5986
5987 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
5988
5989         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
5990
5991         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
5992         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
5993         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
5994         (gst_alsa_mixer_set_record):
5995         * ext/alsa/gstalsamixertrack.c:
5996         (gst_alsa_mixer_track_update_alsa_capabilities),
5997         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
5998         (gst_alsa_mixer_track_update):
5999         * ext/alsa/gstalsamixertrack.h:
6000           Improve and fix mixer track handling, in particular better handling
6001           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6002           separate track objects for tracks that have both capture and playback
6003           volume (and label them differently as well so they're not mistakenly
6004           assumed to be duplicates); classify mixer tracks that only affect
6005           the audible volume of something (rather than the capture volume)
6006           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6007           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6008           (following the meaning documented in the mixer interface header
6009           file); add support for alsa's exclusive cswitch groups; update/sync
6010           state/flags better if mixer settings are changed by another
6011           application. Fixes #336075.
6012
6013 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6014
6015         * gst/playback/gstplaybin.c:
6016           Improve docs: add section about BUFFERING messages sent by playbin.
6017
6018 2006-08-29  Michael Smith  <msmith@fluendo.com>
6019
6020         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6021         (gst_vorbis_enc_buffer_check_discontinuous),
6022         (gst_vorbis_enc_chain):
6023           Ignore explicit DISCONT marked on buffers (which is often spurious,
6024           particularly when using multiple segments), in favour of solely
6025           using the timestamps/durations.
6026
6027 2006-08-29  Edward Hervey  <edward@fluendo.com>
6028
6029         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6030         Don't rely on incoming buffers offset anymore, since it is completely
6031         broken when using multiple segments.
6032         Instead convert the incoming buffers timestamp to running time, and
6033         then convert that value to the offsets.
6034         Also inform GstSegment of the last outputted stop position, which is
6035         needed if we received several segments with an unknown stop value.
6036
6037 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6038
6039         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6040           fix buffer unreffing on a header push failure
6041
6042 2006-08-28  Wim Taymans  <wim@fluendo.com>
6043
6044         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6045         (gst_audio_rate_chain):
6046         Make the metadata of the buffer writable before changing its
6047         flags.
6048
6049 2006-08-28  Wim Taymans  <wim@fluendo.com>
6050
6051         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6052         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6053         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6054         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6055         Fix audiorate some more.
6056         Reset and resync counters on flush and READY.
6057         Handle the DISCONT flag correctly.
6058         Use GstSegment to track position.
6059         Fail when not negotiated.
6060         Fixes #353234.
6061
6062 2006-08-25  Michael Smith  <msmith@fluendo.com>
6063
6064         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6065           Fix spelling.
6066           Remove accidently included debug line.
6067
6068 2006-08-25  Wim Taymans  <wim@fluendo.com>
6069
6070         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6071         Small cleanups.
6072         If a buffer is received with no caps, make the buffer metadata
6073         writable and set the caps, making sure that we don't screw up the
6074         refcounts.
6075
6076 2006-08-25  Michael Smith  <msmith@fluendo.com>
6077
6078         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6079         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6080           Fix memory leaks and misleading debug messages, add a couple of
6081           comments.
6082
6083         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6084         (gst_multi_fd_sink_render):
6085           Do not use gst_buffer_make_writable() in a basesink render method,
6086           as it may incorrectly unref the buffer. Instead, use convoluted
6087           dance to avoid copying the buffer except when we need to.
6088
6089 2006-08-25  Michael Smith  <msmith@fluendo.com>
6090
6091         * ext/vorbis/vorbisenc.c:
6092         (gst_vorbis_enc_buffer_check_discontinuous):
6093           Allow very small discontinuities in the timestamps. These we can't
6094           do anything useful with anyway (because vorbis's timestamps have
6095           only sample granularity), and are commonly produced by elements with
6096           minor bugs. Allow up to 1/2 a sample out.
6097           Fixes #351742.
6098
6099 2006-08-24  Wim Taymans  <wim@fluendo.com>
6100
6101         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6102         (play_scrub_toggle_cb), (main):
6103         Add a checkbox to enable play scrubbing. Makes it possible to disable
6104         normal scrubbing.
6105
6106 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6107
6108         * tests/check/elements/.cvsignore:
6109           make buildbot happy
6110
6111 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6112
6113         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6114         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6115         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6116         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6117         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6118         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6119         (gst_ogm_text_parse_strip_trailing_zeroes),
6120         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6121         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6122           Refactor ogm parse, do better input checking, misc. clean-ups.
6123           Cache incoming events and push them once the source pad has
6124           been created. Don't pass unterminated strings to sscanf().
6125           Strip trailing zeroes from subtitle text output, since they
6126           are not valid UTF-8. Don't push vorbiscomment packets on
6127           the subtitle text pad. Output perfect streams if possible.
6128
6129 2006-08-23  Wim Taymans  <wim@fluendo.com>
6130
6131         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6132         Waits for tasks to settle down so that we clean up correctly for 
6133         valgrind.
6134
6135 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6136
6137         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6138           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6139           actually return return value in taglists_are_equal.
6140
6141 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6142
6143         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6144           Fix crash due to broken bitstream parsing on x86-64: can't make
6145           any assumptions about sizeof(struct) due to alignment/packing
6146           differences on different architectures. Fixes #351790.
6147
6148 2006-08-22  Wim Taymans  <wim@fluendo.com>
6149
6150         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6151         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6152         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6153         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6154         (gst_riff_parse_info):
6155         Protect public functions against bad input.
6156         Do some cleanups.
6157         Fix documentation.
6158
6159 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6160
6161         * gst-libs/gst/riff/riff-ids.h:
6162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6163           Add voxware audio IDs (even if we can't play it) (#351795).
6164
6165 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6166
6167         * gst-libs/gst/riff/riff-media.c:
6168         (gst_riff_create_video_template_caps),
6169         (gst_riff_create_audio_template_caps),
6170         (gst_riff_create_iavs_template_caps):
6171           Const-ify some arrays and use G_N_ELEMENTS instead
6172           of wasting oodles of RAM on terminator bits.
6173
6174 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6175
6176         * gst-libs/gst/tag/gstvorbistag.c:
6177         (gst_tag_list_to_vorbiscomment_buffer):
6178         * tests/check/libs/tag.c: (GST_START_TEST):
6179           And the same for _to_vorbiscomment_buffer(): allow
6180           id_data_len == 0 for speex.
6181
6182 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6183
6184         * configure.ac:
6185         * docs/plugins/Makefile.am:
6186         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6187         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6188         * docs/plugins/inspect/plugin-gdp.xml:
6189         * gst/gdp/Makefile.am:
6190         * tests/check/Makefile.am:
6191           Move GDP plugin to -base from -bad.  Closes #347783.
6192
6193 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6194
6195         * gst-libs/gst/tag/gstvorbistag.c:
6196         (gst_tag_list_from_vorbiscomment_buffer):
6197           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6198           Also add some checks to make sure we don't memcmp() beyond the end of
6199           vorbiscomment buffer if the ID to check for is larger than the buffer.
6200
6201         * tests/check/libs/tag.c: (GST_START_TEST):
6202           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6203
6204 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6205
6206         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6207         (gst_vorbis_enc_set_metadata):
6208           Use vorbis comment utility functions from libgsttag
6209           instead of re-inventing the wheel (partially fixes #347091).
6210
6211 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6212
6213         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6214         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6215         as some that won't.
6216
6217 2006-08-21  Wim Taymans  <wim@fluendo.com>
6218
6219         * docs/libs/Makefile.am:
6220         * docs/libs/gst-plugins-base-libs-sections.txt:
6221         * docs/libs/gst-plugins-base-libs.types:
6222         Don't try to GObject scan the netbuffer as it's not a GObject.
6223         Fixes #351308.
6224
6225         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6226         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6227         Document GstNetBuffer.
6228
6229 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6230
6231         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6232         (audioconvert_suite):
6233           Add testcase for caps-size-explosion
6234
6235 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6236
6237         * gst/audioconvert/gstaudioconvert.c:
6238         (gst_audio_convert_get_unit_size), (set_structure_widths):
6239           Lower debug, use g_assert in _get_unit_size
6240
6241         * gst/audioresample/gstaudioresample.c:
6242         (audioresample_get_unit_size):
6243         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6244         (gst_ffmpegcsp_get_unit_size):
6245         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6246           use g_assert in _get_unit_size
6247
6248 2006-08-18  Wim Taymans  <wim@fluendo.com>
6249
6250         * docs/libs/gst-plugins-base-libs-sections.txt:
6251         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6252         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6253         (gst_rtp_buffer_get_payload_buffer):
6254         * gst-libs/gst/rtp/gstrtpbuffer.h:
6255         Document GstRTPBuffer.
6256         Added function to efficiently strip payload headers.
6257         API: gst_rtp_buffer_get_payload_subbuffer()
6258
6259 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6260
6261         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6262         (gst_tag_to_vorbis_comments):
6263           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6264           tags and deserialise them properly as well (#347091).
6265           Add some more gtk-doc blurbs and also some g_return_if_fail().
6266
6267         * tests/check/libs/tag.c: (GST_START_TEST),
6268         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6269           More tests.
6270
6271 2006-08-17  Wim Taymans  <wim@fluendo.com>
6272
6273         * ext/ogg/Makefile.am:
6274         * ext/ogg/gstogg.c: (plugin_init):
6275         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6276         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6277         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6278         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6279         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6280         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6281         Added ogg-in-avi parser element. Fixes #140139.
6282
6283         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6284         Fixed a bug in oggdemux debug code.
6285
6286         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6287         (gst_riff_create_audio_template_caps):
6288         Recognise Ogg in the AVI extensible wave format.
6289
6290 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6291
6292         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6293           Make buffer durations add up (duration should be next_ts-ts for
6294           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6295           from CVS.
6296
6297         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6298         (test_buffer_timestamps), (cddabasesrc_suite):
6299           Add unit test for the above.
6300
6301         * tests/check/Makefile.am:
6302           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6303           to see what happens.
6304
6305 2006-08-16  Wim Taymans  <wim@fluendo.com>
6306
6307         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6308         (gst_alsasink_open):
6309         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6310         (gst_alsasrc_open):
6311         Avoid setting and using a NULL device name.
6312         Print more info when we fail to open a device.
6313
6314 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6315
6316         * docs/libs/gst-plugins-base-libs-sections.txt:
6317         * gst-libs/gst/tag/tag.h:
6318         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6319           API: add gst_tag_parse_extended_comment() (#351426).
6320
6321         * tests/check/Makefile.am:
6322         * tests/check/libs/.cvsignore:
6323         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6324           Add unit test for gst_tag_parse_extended_comment().
6325
6326 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6327
6328         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6330           Fix leak (#351502).
6331
6332 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6333
6334         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6335         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6336         * docs/plugins/gst-plugins-base-plugins.args:
6337         * gst/playback/gstplaybin.c:
6338           Document playbin.
6339           
6340         * docs/plugins/inspect/plugin-adder.xml:
6341         * docs/plugins/inspect/plugin-alsa.xml:
6342         * docs/plugins/inspect/plugin-audioconvert.xml:
6343         * docs/plugins/inspect/plugin-audiorate.xml:
6344         * docs/plugins/inspect/plugin-audioresample.xml:
6345         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6346         * docs/plugins/inspect/plugin-cdparanoia.xml:
6347         * docs/plugins/inspect/plugin-decodebin.xml:
6348         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6349         * docs/plugins/inspect/plugin-gnomevfs.xml:
6350         * docs/plugins/inspect/plugin-ogg.xml:
6351         * docs/plugins/inspect/plugin-pango.xml:
6352         * docs/plugins/inspect/plugin-playbin.xml:
6353         * docs/plugins/inspect/plugin-subparse.xml:
6354         * docs/plugins/inspect/plugin-tcp.xml:
6355         * docs/plugins/inspect/plugin-theora.xml:
6356         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6357         * docs/plugins/inspect/plugin-video4linux.xml:
6358         * docs/plugins/inspect/plugin-videorate.xml:
6359         * docs/plugins/inspect/plugin-videoscale.xml:
6360         * docs/plugins/inspect/plugin-videotestsrc.xml:
6361         * docs/plugins/inspect/plugin-volume.xml:
6362         * docs/plugins/inspect/plugin-vorbis.xml:
6363         * docs/plugins/inspect/plugin-ximagesink.xml:
6364         * docs/plugins/inspect/plugin-xvimagesink.xml:
6365           Update to CVS version.
6366
6367 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6368
6369         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6370         (gst_play_bin_set_property), (gst_play_bin_get_property),
6371         (value_list_append_structure_list),
6372         (gst_play_bin_handle_redirect_message),
6373         (gst_play_bin_handle_message):
6374           API: GstPlayBin::connection-speed
6375           Add "connection-speed" property; re-order redirect messages with
6376           multiple redirect locations depending on the minimum bitrate if
6377           that information is available and a connection speed is set
6378           (#350399).
6379
6380 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6381
6382         * gst/playback/gstplaybin.c:
6383           Update max volume to the same value that the volume element uses.
6384
6385 2006-08-14  Wim Taymans  <wim@fluendo.com>
6386
6387         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6388         Less uglyness..
6389
6390 2006-08-14  Wim Taymans  <wim@fluendo.com>
6391
6392         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6393         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6394         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6395         Add some more debug info.
6396         Don't crash when a seek failed.
6397         Actually return the result of the seek instead of TRUE.
6398         Ignore multiple BOS pages with the same serial so that we don't create
6399         the same stream multiple times.
6400         Post an error when we fail to do the initial seek.
6401
6402 2006-08-13  Wim Taymans  <wim@fluendo.com>
6403
6404         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6405         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6406         Small code cleanup.
6407
6408         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6409         (gst_alsa_mixer_new):
6410         Remove hack that always set the device to hw:0*.
6411         Properly find the card name for whatever device was configured.
6412         Do some better debugging.
6413         Fixes #350784.
6414
6415         * ext/alsa/gstalsamixerelement.c:
6416         (gst_alsa_mixer_element_set_property),
6417         (gst_alsa_mixer_element_change_state):
6418         Cleanups.
6419         Handle setting of a NULL device name better.
6420
6421 2006-08-11  Wim Taymans  <wim@fluendo.com>
6422
6423         * gst/adder/gstadder.c:
6424         Don't clip float values. Fixes #350900.
6425
6426 2006-08-11  Andy Wingo  <wingo@pobox.com>
6427
6428         * gst/tcp/gsttcp.c: Really fix the build?
6429
6430         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6431         fixes the build.
6432
6433 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6434
6435         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6436           Float caps shouldn't have a "signed" field.
6437
6438 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6439
6440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6441           Implement SEEKING query in its most basic form, so that we can
6442           at least check if we're seekable or not (#350655).
6443
6444 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6445
6446         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6447           The checks here are not even close to anything that would
6448           justify MAXIMUM probability, lowering to POSSIBLE until someone
6449           fixes the checks (case at hand: quicktime redirection files
6450           might start with 00 00 01 XX and pass the checks here just
6451           fine, see #350399).
6452
6453 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6454
6455         Patch by: Sjoerd Simons  <sjoerd at luon net>
6456
6457         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6458           Better detection for multipart/x-mixed-replace: accept leading
6459           whitespaces before the boundary marker as well (as our very own
6460           multipartmux used to produce) (#349068).
6461
6462 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6463
6464         Patch by: Young-Ho Cha  <ganadist at chollian net>
6465
6466         * gst-libs/gst/riff/riff-ids.h:
6467         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6468         (gst_riff_create_audio_template_caps):
6469           Detect DTS audio streams (#350157).
6470
6471 2006-08-05  Andy Wingo  <wingo@pobox.com>
6472
6473         * ext/theora/gsttheoraparse.h:
6474         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6475         (theora_parse_dispose, theora_parse_set_property)
6476         (theora_parse_get_property, theora_parse_munge_granulepos)
6477         (theora_parse_push_buffer, theora_parse_change_state):
6478         API: GstTheoraParse::synchronization-points
6479         Add a property 'synchronization-points' to fix badly synchronized oggs.
6480
6481 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6482
6483         * tests/check/Makefile.am:
6484         * tests/check/libs/.cvsignore:
6485         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6486         (fixed_caps_have_channel_positions), (GST_START_TEST),
6487         (audio_suite), (main):
6488           Add a few tests for the channel position stuff in libgstaudio.
6489
6490 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6493         (gst_alsa_detect_channels):
6494         * ext/alsa/gstalsasink.c:
6495           Add support for cards that (only) do more than 8 channels,
6496           like the Delta 44 (#345188).
6497
6498         * gst-libs/gst/audio/multichannel.c:
6499         (gst_audio_check_channel_positions):
6500         * gst-libs/gst/audio/multichannel.h:
6501           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
6502           unspecified channel position and cannot be combined with any
6503           of the other audio channel positions; adjust position layout
6504           checks accordingly (#345188).
6505
6506 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6507
6508         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6509           Recognise ancient RealAudio files (see #349779).
6510
6511 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6512
6513         Patch by: Jens Granseuer  <jensgr at gmx net>
6514
6515         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6516           Add typefinder for Interplay's MVE format (#348973).
6517
6518 2006-08-02  Wim Taymans  <wim@fluendo.com>
6519
6520         Patch by: Marcel Moreaux <marcelm at luon dot net>
6521
6522         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6523         (gst_base_rtp_depayload_add_to_queue):
6524         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6525         Handle RTP sequence number rollover.
6526         Disable jitterbuffer by default.
6527
6528 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6529
6530         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
6531         (audioresample_set_caps):
6532         Don't leak references to the incoming caps. Clean them up when
6533         stopping.
6534
6535         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6536         (gst_video_scale_finalize):
6537         Don't leak our temporary pixel buffer.
6538
6539         * tests/check/Makefile.am:
6540         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
6541         (GST_START_TEST), (simple_launch_lines_suite):
6542
6543         Fix leaks and re-enable the test for valgrind checking.
6544
6545 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         Patch by: Sjoerd Simons  <sjoerd at luon net>
6548
6549         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
6550         (plugin_init):
6551           Add typefind function for multipart/x-mixed-replace (#348916).
6552
6553 2006-07-28  Wim Taymans  <wim@fluendo.com>
6554
6555         * gst/adder/gstadder.c: (gst_adder_setcaps),
6556         (gst_adder_query_duration):
6557         Fix leak in duration query.
6558         Reflow some docs and notes.
6559
6560 2006-07-28  Michael Smith  <msmith@fluendo.com>
6561
6562         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
6563         (vorbisenc_suite):
6564           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
6565           aspect of it.
6566
6567 2006-07-28  Michael Smith  <msmith@fluendo.com>
6568
6569         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
6570         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
6571         (gst_vorbis_enc_push_buffer),
6572         (gst_vorbis_enc_buffer_check_discontinuous),
6573         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
6574         * ext/vorbis/vorbisenc.h:
6575           Handle discontinuities in the input vorbis stream correctly,
6576           so that the output is properly timestamped (and has good granulepos
6577           values). Needs some oggmux fixes too.
6578
6579 2006-07-27  Wim Taymans  <wim@fluendo.com>
6580
6581         patch by: Kai Vehmanen <kv2004 eca cx>
6582
6583         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6584         (gst_base_rtp_depayload_chain),
6585         (gst_base_rtp_depayload_handle_sink_event),
6586         (gst_base_rtp_depayload_change_state):
6587         Don't send multiple newsegments with different formats.
6588         Fixes #348677.
6589
6590 2006-07-26  Wim Taymans  <wim@fluendo.com>
6591
6592         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6593         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
6594         Make seeking in ogg more accurate again by doing the more correct
6595         granuletime to stream time conversion.
6596
6597 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6598
6599         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6600         (gst_multi_fd_sink_new_client):
6601           debug a little more understandably
6602           do not use goto as a substitute for break, especially if
6603           break is also being used
6604
6605 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6606
6607         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6608         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6609           Remove GLib-2.6 compatibility cruft.
6610
6611 2006-07-24  Wim Taymans  <wim@fluendo.com>
6612
6613         * gst-libs/gst/audio/gstbaseaudiosink.c:
6614         (gst_base_audio_sink_render):
6615         Don't try to align a sample to an unknown value.
6616
6617 2006-07-24  Wim Taymans  <wim@fluendo.com>
6618
6619         * gst-libs/gst/audio/gstbaseaudiosink.c:
6620         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6621         When the audio clock is slaved to another clock, never try to align
6622         samples but trust the rate interpolation algorithm.
6623
6624 2006-07-24  Wim Taymans  <wim@fluendo.com>
6625
6626         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6627         Don't try to calculate silence samples, base class does this much
6628         better now.
6629
6630         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6631         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
6632         (gst_ring_buffer_acquire):
6633         Calculate silence samples correctly.
6634
6635         * gst-libs/gst/audio/gstringbuffer.h:
6636         Add _CAST macro.
6637
6638 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
6639
6640         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
6641           Limit search for the first markup tag to the first few kB of
6642           the file. If we don't find one there, it's highly unlikely that
6643           this is an XML(-ish) file.
6644
6645 2006-07-21  Andy Wingo  <wingo@pobox.com>
6646
6647         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
6648         test to the one in vorbisenc. Also commented out.
6649
6650         * tests/check/pipelines/vorbisenc.c: 
6651         (test_discontinuity): New test, commented out until Mike lands
6652         some elite vorbisenc patches.
6653
6654         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
6655         Bufferstraw was actually factored out of these tests. Now we share
6656         code yay.
6657
6658         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
6659         for bufferstraw addition to gstcheck.
6660
6661 2006-07-21  Wim Taymans  <wim@fluendo.com>
6662
6663         * ext/theora/theoradec.c: (clip_buffer):
6664         Better clipping.
6665
6666 2006-07-21  Wim Taymans  <wim@fluendo.com>
6667
6668         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
6669         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6670         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
6671         Fix leak.
6672         Avoid type casting when we can.
6673
6674         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
6675         Fix mem leak.
6676
6677 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
6678
6679         * ext/alsa/gstalsamixerelement.c:
6680         (gst_alsa_mixer_element_change_state):
6681           Make state change fail if the specified device can't be opened
6682           for some reason.
6683
6684 2006-07-20  Wim Taymans  <wim@fluendo.com>
6685
6686         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
6687         (cb_newpad), (main):
6688         Example of a small audio/video player using decodebin.
6689
6690 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
6691
6692         * gst-libs/gst/riff/riff-ids.h:
6693           Add 'fact' chunk id
6694
6695 2006-07-19  Wim Taymans  <wim@fluendo.com>
6696
6697         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6698         (gst_base_rtp_depayload_chain),
6699         (gst_base_rtp_depayload_change_state):
6700         Don't assert when not negotiated but post a meaningfull 
6701         error message. Fixes #347918.
6702
6703         * gst-libs/gst/rtp/gstbasertppayload.c:
6704         Add comment about better default MTU size.
6705
6706         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6707         Small cleanups, start docs.
6708
6709 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6710
6711         Patch by: Martin Szulecki
6712
6713         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
6714           If "device-name" is requested and the device is not
6715           open, try to temporarily open it to obtain this
6716           information (#342494).
6717
6718 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6719
6720         * gst-libs/gst/tag/gstid3tag.c:
6721           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
6722
6723         * gst-libs/gst/tag/gsttageditingprivate.h:
6724         * gst-libs/gst/tag/gstvorbistag.c:
6725           Some more random const-ifications.
6726
6727 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
6728
6729         * gst-libs/gst/riff/riff-ids.h:
6730         * gst-libs/gst/riff/riff-media.c:
6731         (gst_riff_create_video_template_caps):
6732           Add more FOURCCs (sort list to make stuff easier to find),
6733           add comment what those 16 bytes in struct _gst_riff_strh according to
6734           one avi-dumper are
6735
6736 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6737
6738         * gst-libs/gst/audio/multichannel.c:
6739         (gst_audio_check_channel_positions),
6740         (gst_audio_fixate_channel_positions):
6741           Const-ify two arrays.
6742
6743 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6744
6745         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
6746           Fix typo, so that alsasink also advertises 8 channels
6747           if that's supported (tags: can, worms, open, alsa, ph34r).
6748
6749 2006-07-17  Wim Taymans  <wim@fluendo.com>
6750
6751         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6752         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
6753         *sigh*, when is the compiler going to warn when the comments
6754         are out-of-sync with the code.. Refix case of busted theora
6755         headers with 0 granule pos.
6756
6757 2006-07-14  Wim Taymans  <wim@fluendo.com>
6758
6759         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6760         (gst_base_rtp_depayload_wait),
6761         (gst_base_rtp_depayload_change_state),
6762         (gst_base_rtp_depayload_set_property),
6763         (gst_base_rtp_depayload_get_property):
6764         Fix 99% cpu load by waiting for absolute times on the
6765         clock. Fixes #347300.
6766
6767 2006-07-14  Andy Wingo  <wingo@pobox.com>
6768
6769         * ext/theora/gsttheoraparse.h: 
6770         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
6771         (theora_parse_push_headers, theora_parse_clear_queue)
6772         (theora_parse_drain_queue_prematurely, )
6773         (theora_parse_sink_event, theora_parse_change_state): Queue events
6774         until we initialized our state, like in vorbisparse.
6775
6776         * ext/vorbis/vorbisparse.h: 
6777         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
6778         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6779         (vorbis_parse_drain_queue_prematurely, )
6780         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
6781         until we have initialized our state. Fixes seeking after an
6782         initial pad block.
6783
6784 2006-07-14  Andy Wingo  <wingo@pobox.com>
6785
6786         Patch by: Iain Holmes <iaingnome@gmail.com>
6787         
6788         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
6789
6790 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
6791
6792         * configure.ac:
6793         Bump nano back to CVS
6794
6795 === release 0.10.9 ===
6796
6797 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
6798
6799         * configure.ac:
6800           releasing 0.10.9, "I walk the line"
6801
6802 2006-07-14  Michael Smith  <msmith@fluendo.com>
6803
6804         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
6805           Move a g_cond_signal to earlier to avoid sometimes deadlocking
6806           (commonly happens when running this test under valgrind) when trying
6807           to remove the buffer probe.
6808
6809 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6810
6811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6812         Fix missing g_unlock from the previous commit
6813
6814 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6815
6816         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6817         (gst_ximagesink_change_state):
6818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6819         (gst_xvimagesink_change_state):
6820         Implement a locking order to ensure we always take the object lock
6821         before the x_lock and never vice-versa.
6822
6823 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6824
6825         * gst/playback/gstdecodebin.c: (find_compatibles):
6826         Fix a caps leak when linking (#347304)
6827
6828         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6829         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
6830         (gst_ximagesink_change_state):
6831         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6832         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
6833         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6834         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
6835         Don't leak shared memory resources. Use the object lock to protect
6836         against the xcontext disappearing while returning a buffer from the
6837         pipeline. (#347304)
6838
6839 2006-07-12  Edward Hervey  <edward@fluendo.com>
6840
6841         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
6842         (vorbis_handle_comment_packet):
6843         gst_tag_list_merge() returns a new object. Take that into account when
6844         using it. This avoids memleak.
6845         Revert previous commit which is not needed.
6846
6847 2006-07-12  Edward Hervey  <edward@fluendo.com>
6848
6849         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
6850         Reset the decoder in finalize so that all fields get cleared.
6851
6852 2006-07-12  Wim Taymans  <wim@fluendo.com>
6853
6854         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6855         (gst_base_audio_src_set_clock),
6856         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
6857         Don't try to post an error message when setting the clock fails
6858         as this can happen when adding an element to a bin which will then
6859         deadlock. Fixes #347296.
6860
6861 2006-07-12  Edward Hervey  <edward@fluendo.com>
6862
6863         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6864         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6865         (vorbis_handle_type_packet):
6866         Post tag messages on the bus even if we're not initialized.
6867         If we're not initialized, we still postpone the event pushing of tags.
6868
6869 2006-07-12  Wim Taymans  <wim@fluendo.com>
6870
6871         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6872         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6873         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6874         Revert last two changes that broke the freeze.
6875
6876 2006-07-12  Wim Taymans  <wim@fluendo.com>
6877
6878         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6879         basesink calculates silence sample correctly for us.
6880
6881 2006-07-12  Wim Taymans  <wim@fluendo.com>
6882
6883         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6884         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6885         Calculate correct silence samples so we don't fill our ringbuffer
6886         with noise.
6887
6888 2006-07-12  Edward Hervey  <edward@fluendo.com>
6889
6890         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6891         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
6892         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
6893         * ext/vorbis/vorbisdec.h:
6894         Delay sending events (newsegment, tags) until the decoder is properly
6895         initialized.
6896         Fixes #347295
6897
6898 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
6899
6900         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
6901         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
6902           Patch from #347221 adding a test for audioconvert
6903           channel remappings.
6904
6905 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
6906
6907         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
6908         (gst_ssa_parse_parse_line):
6909           Don't include the terminating NUL in the buffer size,
6910           it's only there for extra paranoia (would add random
6911           '*' characters at the end of each subtitle since the
6912           terminator itself is not valid UTF-8 technically).
6913           Also fix indenting after boilerplate macro.
6914
6915 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
6916
6917         * gst/playback/gstdecodebin.c: (close_pad_link):
6918           Also emit 'unknown-type' signal (which should really be
6919           called unhandled-type) if we found potential decoders/demuxers
6920           in the registry but none of them worked in the end (as in the
6921           case where the plugins don't exist any longer but are still
6922           listed in the registry). Fixes #329798.
6923
6924 2006-07-08  Andy Wingo  <wingo@pobox.com>
6925
6926         * theoraparse.c (theora_parse_push_buffer)
6927         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
6928         Add some more debugging. Fix granulepos reconstruction in the face
6929         of discontinuities.
6930
6931 2006-07-06  Wim Taymans  <wim@fluendo.com>
6932
6933         * gst-libs/gst/audio/gstbaseaudiosink.c:
6934         (gst_base_audio_sink_class_init),
6935         (gst_base_audio_sink_provide_clock):
6936         Use gobject_class instead of G_OBJECT_CLASS (klass)
6937
6938         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6939         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6940         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
6941         (gst_base_audio_src_get_time),
6942         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
6943         (gst_base_audio_src_create_ringbuffer):
6944         Fix latency and buffer-time constants and properties ala basesink.
6945         Implement pull based scheduling. Fixes #346527.
6946         Set default blocksize in GstBaseSrc to 0, we default to pushing out
6947         one segment.
6948         Refuse slaving to another clock instead of silently not working.
6949         Only provide a clock when we are actually able to do so.
6950         Various small cleanups and compiler hints.
6951
6952 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         Patch by: Lutz Mueller <lutz at topfrose de>
6955
6956         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
6957         (plugin_init):
6958           Add typefinding for text/html (#346581).
6959
6960 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6961
6962         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6963         (xml_check_first_element), (xml_type_find), (smil_type_find):
6964           Fix SMIL typefinding, make xml_check_first_element() more
6965           useful.
6966
6967 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6968
6969         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6970         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
6971         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
6972         * gst/playback/gstplaybasebin.h:
6973           Protect list of elements with a subtitle-encoding property and
6974           the subtitle encoding member itself with a lock of their own
6975           instead of using the object lock. This prevents a dead-lock in
6976           the element-remove callback in some circumstances when shutting
6977           down playbin.
6978
6979 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
6980
6981         * win32/common/libgsttag.def:
6982         Export some new functions.
6983         * win32/vs6/libgstogg.dsp:
6984         Add a link to libgsttag-0.10.lib.
6985
6986 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
6987
6988         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
6989           Some const-ification.
6990
6991 2006-07-04  Wim Taymans  <wim@fluendo.com>
6992
6993         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
6994         Improve checking if we are dealing with a stream. Added some
6995         more uris that need buffering.
6996
6997 2006-07-03  Edward Hervey  <edward@fluendo.com>
6998
6999         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7000         Remove unused variable.
7001
7002 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7003
7004         * Makefile.am:
7005           include lcov.mak
7006         * configure.ac:
7007           add GCOV_LIBS to GST_LIBS
7008
7009 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7010
7011         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7012
7013         * ext/alsa/gstalsasrc.c:
7014           Add 32 bps to template caps and increase channels range
7015           from [1,2] to [1,MAX]. See #346326.
7016
7017 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7018
7019         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7020           Recognise 'WMVA' video codec fourcc (#345879).
7021           
7022 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7023          
7024         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7025           Fixed nasty memory leak
7026
7027 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7028
7029         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7030         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7031           fix logging
7032
7033 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7034
7035         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7036         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7037         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7038         Protect remove_fakesink using a mutex, so that we don't try and
7039         remove the fakesink simultaneously from multiple threads.
7040
7041         When going from READY to PAUSED, restore the fakesink, so that
7042         it is there when decodebin gets reused.
7043
7044 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7045
7046         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7047         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7048         * gst-libs/gst/rtp/gstbasertppayload.c:
7049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7050         * gst/tcp/gstmultifdsink.c:
7051         * gst/tcp/gsttcpclientsink.c:
7052         * gst/tcp/gsttcpclientsrc.c:
7053         * gst/tcp/gsttcpserversink.c:
7054         * gst/tcp/gsttcpserversrc.c:
7055         * gst/videorate/gstvideorate.c:
7056         * gst/videotestsrc/gstvideotestsrc.c:
7057         * sys/v4l/gstv4ljpegsrc.c:
7058         * sys/v4l/gstv4lmjpegsink.c:
7059         * sys/v4l/gstv4lsrc.c:
7060         * tests/examples/seek/scrubby.c:
7061         * tests/examples/seek/seek.c:
7062           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7063
7064 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7065
7066         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7067           Second field in GEnumValue shouldn't be a description,
7068           but a stringified version of the enum value.
7069
7070 2006-06-22  Wim Taymans  <wim@fluendo.com>
7071
7072         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7073         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7074         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7075         Avoid type checking in buffer casts.
7076         Avoid caps copy in buffer_alloc when we can.
7077         Use pad_peer_accept.
7078
7079 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7080
7081         * gst-libs/gst/tag/tag.h:
7082           Oops, make that 'Since: 0.10.9'.
7083
7084 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7085
7086         * docs/libs/gst-plugins-base-libs-sections.txt:
7087         * gst-libs/gst/tag/tag.h:
7088         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7089         (gst_tag_image_type_get_type):
7090           API: add GstTagImageType enum to describe images contained
7091           in image tags (#345641).
7092
7093 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7094
7095         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7096           Fix warnings with gst-inspect: "buffers-min" property
7097           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7098           typo in property description.
7099
7100 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7101
7102         Patch by: Cody Russell <bratsche at gnome org>
7103
7104         * gst/audioresample/gstaudioresample.c:
7105         (gst_audioresample_class_init):
7106         * gst/playback/gststreamselector.c:
7107         (gst_stream_selector_class_init):
7108         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7109         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7110         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7111         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7112         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7113         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7114         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7115         * gst/videotestsrc/gstvideotestsrc.c:
7116         (gst_video_test_src_class_init):
7117         * gst/volume/gstvolume.c: (gst_volume_class_init):
7118           Avoid unnecessary class cast check in class_init
7119           functions (#337747).
7120
7121 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7122
7123         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7124         (gst_text_overlay_video_chain):
7125           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7126           and doesn't validate its input either (and neither did
7127           textoverlay it seems). Let's do that then and fix #345206.
7128
7129 2006-06-19  Wim Taymans  <wim@fluendo.com>
7130
7131         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7132         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7133         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7134         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7135         (find_syncframe), (find_limits), (assign_value),
7136         (count_burst_unit), (gst_multi_fd_sink_new_client),
7137         (gst_multi_fd_sink_handle_client_write),
7138         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7139         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7140         (gst_multi_fd_sink_change_state):
7141         * gst/tcp/gstmultifdsink.h:
7142         Added shiny new burst-on-connect methods.
7143         Add properties to control the minimal amount of data queued.
7144         Small cleanups.
7145         API: bytes-min property
7146         API: time-min property
7147         API: buffers-min property
7148         API: burst-unit property
7149         API: burst-value property
7150         API: add-full signal
7151
7152         * gst/tcp/gsttcp-marshal.list:
7153         Added new marshaller code for the new signal.
7154
7155         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7156         (multifdsink_suite):
7157         Added testcases for new burst methods.
7158
7159 2006-06-19  Edward Hervey  <edward@fluendo.com>
7160
7161         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7162         Implement clipping for accurate seeking.
7163         Closes #345225
7164
7165 2006-06-19  Wim Taymans  <wim@fluendo.com>
7166
7167         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7168
7169         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7170         (gst_video_scale_transform):
7171         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7172
7173 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7174
7175         * configure.ac:
7176           Fix --disable-external (can't set conditionals conditionally,
7177           #343602).
7178
7179 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7180
7181         * tests/check/elements/audioresample.c: (test_reuse),
7182         (audioresample_suite):
7183           Add test case for bug #342789 fixed below.
7184
7185 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7186
7187         * gst/audioresample/gstaudioresample.c:
7188         (gst_audioresample_class_init), (gst_audioresample_init),
7189         (audioresample_start), (audioresample_stop),
7190         (gst_audioresample_set_property), (gst_audioresample_get_property):
7191           Implement GstBaseTransform::start and ::stop so that audioresample
7192           can clear its internal state properly and be reused instead of
7193           causing non-negotiated errors with playbin under some circumstances
7194           (#342789).
7195
7196         * tests/check/elements/audioresample.c: (setup_audioresample),
7197         (cleanup_audioresample):
7198           Need to set element state here so that ::start and ::stop are
7199           called.
7200
7201 2006-06-16  Wim Taymans  <wim@fluendo.com>
7202
7203         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7204
7205         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7206         Parse extra data better, apparently it's right behind
7207         the normal strf header size. Fixes #343500.
7208
7209 2006-06-16  Wim Taymans  <wim@fluendo.com>
7210
7211         * ext/alsa/gstalsasink.c: (set_hwparams):
7212         If we fail to set the buffer_time and period_time alsa
7213         parameters, post a warning and leave alsa select a 
7214         default instead of failing. Fixes #342085
7215
7216 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7217
7218         * docs/libs/gst-plugins-base-libs-sections.txt:
7219         * gst-libs/gst/cdda/gstcddabasesrc.h:
7220           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7221           out in the header file and shouldn't be listed in the docs.
7222
7223         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7224           Must dereference pointer to fourcc in the debug statement.
7225
7226 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7227
7228         * docs/libs/Makefile.am:
7229         * docs/libs/gst-plugins-base-libs-docs.sgml:
7230         * docs/libs/gst-plugins-base-libs-sections.txt:
7231         * docs/libs/gst-plugins-base-libs.types:
7232         add remaining symbols into correct setions
7233         
7234         * gst-libs/gst/audio/gstringbuffer.c:
7235         fix incomplete docs
7236         
7237         * gst-libs/gst/audio/gstringbuffer.h:
7238         comment out not yet implemented function
7239         
7240         
7241         * gst-libs/gst/floatcast/floatcast.h:
7242         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7243         add short descriptions
7244         
7245         
7246         * gst-libs/gst/interfaces/propertyprobe.c:
7247         fix return value docs   
7248         
7249         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7250         simplify debug logging
7251         
7252         * gst-libs/gst/riff/riff-read.h:
7253         sync function prototype and docs
7254         
7255         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7256         remove left over symbol
7257
7258 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7259
7260         * autogen.sh:
7261         * configure.ac:
7262         * docs/Makefile.am:
7263           Use GST_PLUGIN_DOCS macro in configure.ac, add
7264           --enable-plugin-docs default to autogen.sh and use
7265           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7266
7267 2006-06-15  Wim Taymans  <wim@fluendo.com>
7268
7269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7270         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7271         (gst_ogg_demux_loop):
7272         Combine GstFlowReturn from the source pads to give a
7273         meaningfull result to the upstream peer or to stop the
7274         processing task in case of errors.
7275
7276 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7277
7278         * gst/playback/gststreaminfo.c: (cb_probe):
7279           Try GST_TAG_CODEC as fallback when extracting the
7280           codec name; more debug info.
7281
7282 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7283
7284         * ext/ogg/Makefile.am:
7285         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7286           Extract language tags from ogm subtitle streams, so that
7287           the subtitle menu choices are labelled correctly in
7288           Totem (fixes #344708).
7289
7290 2006-06-14  Wim Taymans  <wim@fluendo.com>
7291
7292         Patch by: Alessandro Decina <alessandro at nnva dot org>
7293
7294         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7295         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7296         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7297         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7298         Fix various leaks. Fixes #343699.
7299         Add x-smoke mime type.
7300
7301 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7302
7303         * gst-libs/gst/riff/riff-ids.h:
7304           Add IDs for 'bext' chunks (see #343837).
7305
7306 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7307
7308         Patch by: Young-Ho Cha  <ganadist at chollian net>
7309
7310         * gst/subparse/samiparse.c: (sami_context_pop_state),
7311         (handle_start_font), (end_sami_element):
7312           Honour font face tags in SAMI subtitles (#344503).
7313
7314 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7315
7316         * po/POTFILES.in:
7317           add missing files containing translatable strings
7318
7319 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7320
7321         * docs/libs/tmpl/.cvsignore:
7322           we don't want those *.sgml files in CVS either
7323
7324 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7325
7326         * docs/libs/.cvsignore:
7327         * tests/check/elements/.cvsignore:
7328         * tests/check/libs/.cvsignore:
7329           ignore more
7330
7331 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7332
7333         * docs/libs/Makefile.am:
7334           also commiting the changed Makefile.am (added more libs to the
7335           doc-build)
7336
7337 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7338
7339         * docs/libs/gst-plugins-base-libs-docs.sgml:
7340         * docs/libs/gst-plugins-base-libs-sections.txt:
7341         * docs/libs/gst-plugins-base-libs.types:
7342           first batch of reordering things, add index & hierarchy
7343
7344 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7345
7346         * configure.ac:
7347           use GST_PKG_CHECK_MODULES, cleans up output
7348
7349 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7350
7351         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7352           Add support for burn:// URIs (#343385); const-ify things a bit,
7353           use G_N_ELEMENTS instead of hard-coded array size.
7354
7355 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7356
7357         Patch by: Young-Ho Cha  <ganadist at chollian net>
7358
7359         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7360           Fix up broken entities before passing them to libxml *sigh*.
7361           (#343303).
7362           
7363 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7364
7365         * configure.ac:
7366           back to TRUNK
7367
7368 === release 0.10.8 ===
7369
7370 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7371
7372         * configure.ac:
7373           releasing 0.10.8, "Moar gij ziet mij nie"
7374
7375 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7376
7377         * configure.ac:
7378         * po/af.po:
7379         * po/az.po:
7380         * po/cs.po:
7381         * po/en_GB.po:
7382         * po/hu.po:
7383         * po/it.po:
7384         * po/nb.po:
7385         * po/nl.po:
7386         * po/or.po:
7387         * po/sq.po:
7388         * po/sr.po:
7389         * po/sv.po:
7390         * po/uk.po:
7391         * po/vi.po:
7392         * win32/common/config.h:
7393           0.10.7.2 prerelease
7394
7395 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7396
7397         * docs/libs/tmpl/gstaudio.sgml:
7398         * docs/libs/tmpl/gstcolorbalance.sgml:
7399         * docs/libs/tmpl/gstmixer.sgml:
7400         * docs/libs/tmpl/gstringbuffer.sgml:
7401         * docs/libs/tmpl/gsttuner.sgml:
7402         * docs/libs/tmpl/gstxoverlay.sgml:
7403         * gst-libs/gst/audio/audio.c:
7404         * gst-libs/gst/audio/gstringbuffer.c:
7405         * gst-libs/gst/interfaces/colorbalance.c:
7406         * gst-libs/gst/interfaces/mixer.c:
7407         * gst-libs/gst/interfaces/tuner.c:
7408         * gst-libs/gst/interfaces/xoverlay.c:
7409           move last template doc snippets to source code and delete them
7410
7411 2006-06-06  Michael Smith  <msmith@fluendo.com>
7412
7413         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7414         (theora_parse_drain_queue):
7415           Mark DELTA_UNIT on non-keyframes.
7416
7417 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7418
7419         * gst-libs/gst/audio/gstbaseaudiosink.c:
7420         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7421         * gst-libs/gst/audio/gstbaseaudiosink.h:
7422         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7423         (gst_ring_buffer_samples_done):
7424         * gst-libs/gst/audio/gstringbuffer.h:
7425         Document better the fact that latency_time and buffer_time are values
7426         stored in microseconds, and not the usual GStreamer nanoseconds.
7427         Change the variables (compatibly) that store them from GstClockTime 
7428         to guint64 to make it more clear that they're not storing clock times.
7429         Also, remove the bogus property description that says the user can
7430         specify -1 to get the default value, since that's never been the case.
7431
7432         When computing the default segment size for the ring buffer, make it
7433         an integer number of samples.
7434
7435         When the sub-class indicates a delay greater than the number of
7436         samples we've written return 0 from the audio sink get_time method.
7437
7438 2006-06-02  Michael Smith  <msmith@fluendo.com>
7439
7440         * tests/check/elements/audioconvert.c: (set_channel_positions),
7441         (get_float_mc_caps), (get_int_mc_caps):
7442         * tests/check/elements/audioresample.c:
7443         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7444         * tests/check/elements/videorate.c:
7445         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7446         * tests/check/elements/volume.c:
7447         * tests/check/elements/vorbisdec.c:
7448         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7449           Don't busy-wait in tests; this was causing test timeouts very
7450           frequently when running under valgrind.
7451
7452 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7453
7454         * gst/tcp/README:
7455         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7456         (gst_multi_fd_sink_remove_client_link),
7457         (gst_multi_fd_sink_client_queue_caps),
7458         (gst_multi_fd_sink_client_queue_buffer),
7459         (gst_multi_fd_sink_handle_client_write),
7460         (gst_multi_fd_sink_render):
7461         * gst/tcp/gstmultifdsink.h:
7462           make multifdsink properly deal with streamheader:
7463           - streamheader is taken from caps
7464           - buffers marked with IN_CAPS are not sent
7465           - streamheaders are sent, on connection, from the caps of the
7466             buffer where the client gets positioned to
7467           - further streamheader changes are done every time the client
7468             will receive a buffer with different caps
7469         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7470         (gst_multifdsink_create_streamheader):
7471           add tests for this
7472
7473 2006-06-02  Michael Smith  <msmith@fluendo.com>
7474
7475         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7476           Reinstate limit on channel count. Vorbis does not define the meaning
7477           of > 6 channels, so they're just independent channels. Gstreamer
7478           currently has no mechanism to represent N independent channels.
7479
7480 2006-06-02  Michael Smith  <msmith@fluendo.com>
7481
7482         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7483           Don't arbitrarily restrict channel counts and rate in vorbis.
7484           In terms of effects likely on real-world files, this fixes 96kHz
7485           playback of vorbis.
7486
7487 2006-06-02  Michael Smith  <msmith@fluendo.com>
7488
7489         * gst/audioconvert/audioconvert.c: (float):
7490           More correct float->int conversion.
7491
7492 2006-06-02  Michael Smith  <msmith@fluendo.com>
7493
7494         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7495           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7496           value. Fixes g-critical on trying to play back ogg containing
7497           unknown codec.
7498
7499 2006-06-02  Wim Taymans  <wim@fluendo.com>
7500
7501         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
7502         (setup_source):
7503         * gst/playback/gstplaybasebin.h:
7504         Make the subtitle detection work from any thread so we don't
7505         deadlock. Fixes #343397.
7506
7507 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7508
7509         * gst/volume/Makefile.am:
7510           Seriously, it's not *that* hard to get compilation right.  Even
7511           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
7512
7513 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7514
7515         * gst/volume/gstvolume.c: (volume_choose_func),
7516         (volume_update_real_volume), (gst_volume_class_init),
7517         (gst_volume_init), (volume_process_float), (volume_process_int16),
7518         (volume_process_int16_clamp), (volume_set_caps),
7519         (volume_transform_ip), (plugin_init):
7520         * gst/volume/gstvolume.h:
7521         rewrite the passthrough check, split _int16 and _int16_clamp, fix
7522         another property desc., remove unused param from process function
7523         
7524         * tests/check/elements/volume.c: (volume_suite):
7525         reactivate the passthrough test
7526
7527 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7528
7529         * ext/alsa/gstalsamixerelement.h:
7530         * ext/alsa/gstalsamixeroptions.h:
7531         * ext/alsa/gstalsamixertrack.h:
7532         * ext/gnomevfs/gstgnomevfssink.h:
7533         * ext/gnomevfs/gstgnomevfssrc.h:
7534         * ext/theora/gsttheoradec.h:
7535         * ext/theora/gsttheoraenc.h:
7536         * ext/theora/gsttheoraparse.h:
7537         * ext/vorbis/vorbisparse.h:
7538         * gst-libs/gst/audio/gstaudioclock.h:
7539         * gst-libs/gst/audio/gstaudiofilter.h:
7540         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7541         * gst/audioconvert/gstaudioconvert.h:
7542         * gst/audioresample/gstaudioresample.h:
7543         * gst/audiotestsrc/gstaudiotestsrc.h:
7544         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7545         * gst/playback/gststreamselector.h:
7546         * gst/tcp/gstmultifdsink.h:
7547         * gst/tcp/gsttcpclientsink.h:
7548         * gst/tcp/gsttcpclientsrc.h:
7549         * gst/tcp/gsttcpserversink.h:
7550         * gst/tcp/gsttcpserversrc.h:
7551         * gst/videorate/gstvideorate.h:
7552         * gst/videoscale/gstvideoscale.h:
7553         * gst/videotestsrc/gstvideotestsrc.h:
7554         * gst/volume/gstvolume.h:
7555         * sys/v4l/gstv4ljpegsrc.h:
7556         * sys/v4l/gstv4lmjpegsink.h:
7557         * sys/v4l/gstv4lmjpegsrc.h:
7558         * sys/v4l/gstv4lsrc.h:
7559         * sys/ximage/ximagesink.h:
7560         * sys/xvimage/xvimagesink.h:
7561         * tests/old/testsuite/alsa/sinesrc.h:
7562         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
7563
7564 2006-05-31  Wim Taymans  <wim@fluendo.com>
7565
7566         * ext/libvisual/visual.c: (gst_visual_reset),
7567         (gst_visual_sink_setcaps), (gst_visual_sink_event),
7568         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
7569         Handle DISCONT.
7570         Use running time before doing QoS.
7571         Handle mono too.
7572
7573 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7574
7575         * docs/libs/Makefile.am:
7576           set a magic variable to indicate we know the docs are incomplete
7577
7578 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
7579
7580         * win32/common/libgstvideo.def:
7581           export gst_video_calculate_display_ratio
7582         * win32/vs6/libgstvideoscale.dsp:
7583           add link to libgstvideo-0.10.lib
7584
7585 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7586
7587         * gst/playback/gstplaybasebin.c: (gen_source_element):
7588           Throw a more comprehensible error for rtsp:// URIs (rather
7589           than erroring out with a negotiation error later on) until
7590           we fix playbin to handle rtspsrc etc.
7591
7592 2006-05-30  Wim Taymans  <wim@fluendo.com>
7593
7594         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
7595         (gst_text_overlay_text_event):
7596         Added some FIXMEs.
7597
7598 2006-05-30  Wim Taymans  <wim@fluendo.com>
7599
7600         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
7601         (gst_adder_request_new_pad), (gst_adder_release_pad):
7602         * gst/adder/gstadder.h:
7603         Implement release_request_pad.
7604         Make padcounter atomic.
7605
7606         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
7607         Added check for release_pad in adder.
7608
7609 2006-05-30  Wim Taymans  <wim@fluendo.com>
7610
7611         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
7612         Fix build again.
7613
7614 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7615
7616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7617         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7618         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7619         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
7620         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
7621         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
7622         (gst_ogg_demux_bisect_forward_serialno),
7623         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
7624         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7625           add more debugging
7626           clean up printf formats for granulepos and serialno
7627
7628 2006-05-30  Michael Smith  <msmith@fluendo.com>
7629
7630         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
7631         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
7632         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
7633         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
7634         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7635         * ext/vorbis/vorbisenc.h:
7636           Multi-channel caps negotiation, so we can do proper multichannel
7637           vorbis encoding, negotiated through audioconvert.
7638
7639 2006-05-30  Wim Taymans  <wim@fluendo.com>
7640
7641         * tests/check/elements/adder.c: (test_event_message_received),
7642         (test_play_twice_message_received), (GST_START_TEST),
7643         (adder_suite):
7644         Added check to show that #339935 is fixed with ongoing
7645         adder and collectpads fixes.
7646
7647 2006-05-29  Wim Taymans  <wim@fluendo.com>
7648
7649         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
7650         Don't leak pad name.
7651
7652 2006-05-29  Wim Taymans  <wim@fluendo.com>
7653
7654         * gst/adder/gstadder.c: (gst_adder_query_duration),
7655         (forward_event_func), (forward_event), (gst_adder_src_event):
7656         Fix adder seeking.
7657         Make query/seeking code threadsafe.
7658
7659         * tests/check/Makefile.am:
7660         * tests/check/elements/adder.c: (test_event_message_received),
7661         (GST_START_TEST), (test_play_twice_message_received):
7662         Fix adder test case.
7663
7664 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
7665
7666         Patch by: Young-Ho Cha  <ganadist at chollian net>
7667
7668         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7669         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7670         (set_encoding_element), (decodebin_element_added_cb),
7671         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
7672         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7673         * gst/playback/gstplaybasebin.h:
7674           Add 'subtitle-encoding' property to playbin, so applications can
7675           force a subtitle encoding for non-UTF8 subtitles (#342268).
7676
7677         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
7678         (gst_sub_parse_set_property):
7679           Rename recently-added 'encoding' property to 'subtitle-encoding'
7680           (so it can be proxied by playbin/decodebin in a generic way
7681           with less danger of false positives).
7682
7683 2006-05-29  Michael Smith  <msmith@fluendo.com>
7684
7685         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7686         (append_with_other_format), (set_structure_widths),
7687         (gst_audio_convert_transform_caps):
7688           Patch from #341562: give more specific audio caps in get_caps, so
7689           that basetransform  can make better decisions on what caps to
7690           negotiate.
7691
7692 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7693
7694         * tests/check/elements/volume.c:
7695         make it compile again
7696
7697 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7698
7699         * tests/check/elements/volume.c: (volume_suite):
7700         disable test until #343196 gets resolved
7701
7702 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7703
7704         * gst/adder/gstadder.c: (gst_adder_get_type):
7705         Make it easier to copy&paste
7706         
7707         * gst/volume/Makefile.am:
7708         * gst/volume/gstvolume.c: (volume_update_real_volume),
7709         (gst_volume_set_volume), (gst_volume_set_mute),
7710         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
7711         (volume_transform_ip), (volume_update_mute),
7712         (volume_update_volume):
7713         * gst/volume/gstvolume.h:
7714         Add own debug category, move duplicate code to helper function, fix
7715         property texts, add more comments and prepare ffor liboil-goodness
7716         
7717         * tests/check/Makefile.am:
7718         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7719         add test for mute and passtrough case, be a bit more verbose to track
7720         failure
7721         
7722         * tests/check/generic/states.c: (GST_START_TEST):
7723         catch elements that fail to instantiate
7724
7725 2006-05-28  Edward Hervey  <edward@fluendo.com>
7726
7727         * tests/check/pipelines/simple-launch-lines.c:
7728         * tests/check/pipelines/theoraenc.c:
7729         * tests/check/pipelines/vorbisenc.c:
7730         Comment out tests using parse_launch() if core was built without
7731         parsing capabilities.
7732
7733 2006-05-27  Edward Hervey  <edward@fluendo.com>
7734
7735         * tests/check/Makefile.am:
7736         Extra bonus points for whoever explains to ensonic that you are meant
7737         to test unit tests thoroughly before commiting them, especially if
7738         you know it's going to break.
7739         De-activated element/adder tests.
7740
7741 2006-05-27  Edward Hervey  <edward@fluendo.com>
7742
7743         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7744         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
7745         Marking caps conversion issues as GST_WARNING is way too verbose,
7746         Moving them to GST_LOG.
7747
7748 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
7749
7750         * README:
7751           Replace current README (containing the release notes from
7752           some 0.9.x version) with a proper README taken from the core.
7753
7754 2006-05-26  Wim Taymans  <wim@fluendo.com>
7755
7756         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7757         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
7758         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
7759         (vorbis_dec_change_state):
7760         Small cleanups.
7761         Add some FIXMEs
7762         Clip output samples to segment boundaries.
7763
7764 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7765
7766         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7767         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
7768         Improve the errors produced on bad output, including some human
7769         readable description strings.
7770         Handle the (theoretical for ximagesink) case where the XServer 
7771         has a different idea about the size required for a particular 
7772         frame and gives us too small a memory allocation.
7773
7774 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7775
7776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7777         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
7778         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
7779         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7780         Improve the errors produced on bad output, including some human 
7781         readable description strings.
7782         Handle RGB Xv formats properly by transforming them into our 
7783         big-endian caps description.
7784         Use gst_caps_truncate to ensure that we never try and choose a
7785         non-fixed caps in buffer_alloc.
7786         Handle the case where the XServer has a different idea about the size
7787         required for a particular frame and gives us too small a memory
7788         allocation.
7789         Use -1 to indicate 'no image format', because 0 is a valid XServer
7790         image format number.
7791         Put RGB Xv formats at the end of the caps, so that we always prefer
7792         YUV format frames.
7793         Iterate the available Xv Encodings to determine the maximum width and
7794         height, and then return that in our caps.
7795         (Closes #315312, #337544)
7796
7797 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7798
7799         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
7800         When there is only one unfinished pad and it receives an event that
7801         doesn't match our requirements, we need to set alldone=FALSE so that
7802         the fakesink is not removed yet.
7803
7804 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7805
7806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7807           Use gst_type_find_helper_for_buffer() to find the type
7808           of stream from the first packet.
7809
7810         * configure.ac:
7811           Bump requirements to core CVS (needed for vorbis
7812           typefinding to work).
7813
7814 2006-05-24  Edward Hervey  <edward@fluendo.com>
7815
7816         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
7817         Added the 'prfl' atom type which MQV (no, it's not a typo) files
7818         contain.  Else they play perfectly fine with qtdemux.
7819
7820 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
7821
7822         * ext/theora/theoradec.c:
7823         * ext/theora/theoraenc.c:
7824         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
7825         * gst/audiorate/gstaudiorate.c:
7826           make more debug catagories static
7827         
7828         * tests/check/Makefile.am:
7829         * tests/check/elements/adder.c: (message_received),
7830         (test_event_message_received), (GST_START_TEST),
7831         (test_play_twice_message_received), (adder_suite):
7832           added test case for using element twice, extra bonus points for anyone
7833           who can make these test run reliably
7834
7835 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
7836
7837         * ext/theora/theoradec.c: (theora_dec_chain):
7838           Make work with time-stamped input buffers that do not
7839           have a granulepos in BUFFER_OFFSET_END (like theora
7840           buffers coming from matroskademux). Fixes #342448.
7841
7842 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7843
7844         Patch by: Peter Kjellerstedt  <pkj at axis com>
7845
7846         * gst/tcp/Makefile.am:
7847           fdstresstest doesn't need Gtk+, fix compilation if 
7848           gtk is not available (#342566).
7849
7850 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7851          
7852         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7853           80 line columns
7854           Removed redundant floor()
7855
7856 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7857
7858         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7859           On second thought, just skip JUNK chunks automatically, so
7860           the caller doesn't have to handle this. Fixes #342345.
7861           Also, return GST_FLOW_UNEXPECTED if we get a short read,
7862           not GST_FLOW_ERROR.
7863
7864 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7865
7866         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7867           Don't bail out on JUNK chunks with a size of 0 (would try to
7868           pull_range 0 bytes before, which sources don't like too much).
7869           See #342345.
7870
7871 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7872
7873         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7875         Use the gstutil scaling function to preserve 64 bits while calculating
7876         output width and height from the display-aspect-ratio. (A continuation
7877         of #341542)
7878
7879 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7880
7881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
7882         (gst_xvimagesink_buffer_alloc):
7883         * sys/xvimage/xvimagesink.h:
7884         When performing buffer allocations, remember the caps and image format
7885         we return so that if the same caps are asked for next time we can
7886         return them immediately without doing any caps intersections.
7887
7888 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7889          
7890         * gst-libs/gst/rtp/README:
7891           Some new documentation
7892         * gst-libs/gst/rtp/gstrtpbuffer.h:       
7893           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
7894         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7895         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
7896           New RTP audio base payloader class. Supports frame or sample based
7897           codecs.  Not enabled in Makefile.am until approved.
7898
7899 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7900
7901         * tests/check/elements/alsa.c: (test_device_property_probe):
7902           Fix test case: don't try to free NULL GValueArray when there
7903           are no devices.
7904
7905 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7906
7907         * tests/check/Makefile.am:
7908         * tests/check/elements/alsa.c: (test_device_property_probe),
7909         (alsa_suite), (main):
7910           Add simple test that runs a device property probe on alsasrc,
7911           alsasink and alsamixer. Disable valgrind check for now (too
7912           many leaks in libasound, and valgrind ignored my suppressions
7913           additions).
7914
7915 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7916
7917         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
7918         (gst_alsa_device_property_probe_probe_property),
7919         (gst_alsa_device_property_probe_needs_probe),
7920         (gst_alsa_device_property_probe_get_values),
7921         (gst_alsa_type_add_device_property_probe_interface):
7922         * ext/alsa/gstalsadeviceprobe.h:
7923         * ext/alsa/gstalsamixerelement.c:
7924         (gst_alsa_mixer_element_init_interfaces):
7925         * ext/alsa/gstalsamixerelement.h:
7926           Clean up and simplify alsa device probing. Make it actually work
7927           for multiple classes. Don't cache results any longer.
7928
7929         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
7930         (gst_alsasink_init):
7931         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
7932         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
7933         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
7934           Make alsasink and alsasrc implement the GstPropertyProbe interface
7935           for device probing (#342181).
7936           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
7937
7938 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7939
7940         * gst/subparse/samiparse.c: (handle_start_font):
7941           Don't ignore return value of strtol (++compiler_happiness).
7942
7943 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
7944
7945         Patch by: Young-Ho Cha  <ganadist chollian net>
7946
7947         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7948         (gst_sub_parse_class_init), (gst_sub_parse_init),
7949         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
7950         (convert_encoding):
7951         * gst/subparse/gstsubparse.h:
7952           Add 'encoding' property (#341681).
7953
7954         * gst/subparse/samiparse.c: (characters_sami):
7955           Output is pango markup, so we need to escape text
7956           between tags (#342143).
7957
7958 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
7959
7960         * gst-libs/gst/audio/multichannel.c:
7961         (gst_audio_check_channel_positions):
7962           It's okay to have caps with channels=1 and a channel position
7963           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
7964           (deinterleavers might want to keep the position in the caps,
7965           so that they can be re-interleaved again properly later).
7966           Leave check for unexpected 2-channel layouts intact for now.
7967
7968 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7969
7970         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
7971         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
7972         basesrc can do its job correctly.
7973
7974 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
7975
7976         * ext/alsa/Makefile.am:
7977         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
7978         (gst_alsa_detect_formats), (get_channel_free_structure),
7979         (caps_add_channel_configuration), (gst_alsa_detect_channels),
7980         (gst_alsa_probe_supported_formats):
7981         * ext/alsa/gstalsa.h:
7982         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7983           Refactor and improve caps probing code: probe signedness
7984           when we probe the supported formats/widths; set endianness
7985           to the one we actually probed for (ie. cpu endianness).
7986           
7987         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
7988         (gst_alsasrc_close):
7989         * ext/alsa/gstalsasrc.h:
7990           Implement caps probing for alsasrc.
7991
7992 2006-05-15  Wim Taymans  <wim@fluendo.com>
7993
7994         * ext/theora/theoradec.c: (gst_theora_dec_reset),
7995         (theora_dec_src_query), (theora_dec_src_event),
7996         (theora_dec_sink_event), (theora_handle_comment_packet),
7997         (theora_handle_data_packet), (theora_dec_change_state):
7998         Cleanups, add some G_LIKELY.
7999         Use segment helpers instead of our own wrong code.
8000         Clear queued buffers on seek and READY.
8001
8002         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8003         (vorbis_dec_convert), (vorbis_dec_src_query),
8004         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8005         (vorbis_handle_comment_packet), (vorbis_dec_push),
8006         (vorbis_handle_data_packet), (vorbis_dec_chain),
8007         (vorbis_dec_change_state):
8008         * ext/vorbis/vorbisdec.h:
8009         Remove old useless packetno variable.
8010         Do position query properly.
8011         Add some G_LIKELY.
8012         Do cleanup of queued buffers in new helper function
8013         and use it.
8014
8015 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8016
8017         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8018           Query supported sample rates. Fixes #341732.
8019
8020 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8021
8022         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8023         (gst_decode_bin_change_state): Make decodebin reusable
8024         when going from PAUSE_TO_READY and then back to PAUSED.
8025         Fixes #331678.
8026
8027 2006-05-15  Wim Taymans  <wim@fluendo.com>
8028
8029         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8030         (vorbis_dec_convert), (vorbis_dec_src_query),
8031         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8032         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8033         (vorbis_dec_clean_queued), (vorbis_dec_push),
8034         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8035         Cleanups. Use refcounting and DEBUG_OBJECT.
8036         Reset segment on flush, use code methods instead of our
8037         own wrong version.
8038         Fix potential memleak.
8039
8040 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8041
8042         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8043         (gst_alsasink_init):
8044         * ext/alsa/gstalsasink.h:
8045           Don't leak allocated snd_output_t structure if there's
8046           more than one alsasink instance at a time (#341873).
8047           Also fix GObject macros in header file.
8048           
8049 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8050
8051         * gst/subparse/gstsubparse.c:
8052         (gst_sub_parse_data_format_autodetect):
8053           Don't use libxml functions in the typefinding code.
8054
8055 2006-05-15  Wim Taymans  <wim@fluendo.com>
8056
8057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8058         Fix seeking performance in the case where a non-header 
8059         packet has a 0 granulepos (busted theora case). 
8060         Fixes #341719
8061         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8062          the first place, you limelight stealer you)
8063
8064 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8065
8066         * gst/subparse/gstsubparse.c:
8067         (gst_sub_parse_data_format_autodetect):
8068           Improve SAMI typefinding: handle case where there are
8069           whitespaces or newlines in front of the first <SAMI>
8070           tag (#169936).
8071
8072 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8073
8074         * configure.ac:
8075           Build video4linux plugin even if there's no XVIDEO, just
8076           without implementing the GstXOverlay interface (#334002).
8077          
8078 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8079
8080         * configure.ac:
8081         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8082         (plugin_init):
8083           Add tentative support for libvisual-0.4 (#336881).
8084
8085 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8086
8087         Patch by: Young-Ho Cha <ganadist at chollian net>
8088
8089         * gst/subparse/samiparse.c: (handle_start_font):
8090           Need to map "silver" colour explicitly (#169936).
8091
8092 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8093
8094         Patch by: Young-Ho Cha  <ganadist at chollian net>
8095
8096         * gst/subparse/Makefile.am:
8097         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8098         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8099         (gst_sub_parse_format_autodetect), (feed_textbuf),
8100         (gst_subparse_type_find), (plugin_init):
8101         * gst/subparse/gstsubparse.h:
8102         * gst/subparse/samiparse.c:
8103         * gst/subparse/samiparse.h:
8104           Add support for SAMI subtitles (#169936).
8105
8106 2006-05-14  Michael Smith  <msmith@fluendo.com>
8107
8108         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8109           Fix #341696: crash when mixing L+R+C to mono or stereo.
8110         * tests/check/Makefile.am:
8111         * tests/check/elements/audioconvert.c: (set_channel_positions),
8112         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8113         (audioconvert_suite):
8114           Add test for the above, including some generic framework bits for
8115           testing multichannel things.
8116
8117 === release 0.10.7 ===
8118
8119 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8120
8121         * configure.ac:
8122           releasing 0.10.7, "Leave the gun"
8123
8124 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8125
8126         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8128         Fix the build.
8129
8130 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8131
8132         * docs/libs/gst-plugins-base-libs-docs.sgml:
8133         * docs/libs/gst-plugins-base-libs-sections.txt:
8134         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8135         * gst-libs/gst/video/video.h:
8136         * gst/videoscale/Makefile.am:
8137         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8139         * tests/check/Makefile.am:
8140         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8141         (main):
8142           Fix integer overflow problem with pixel-aspect-ratio calculations
8143           in videoscale and xvimagesink (#341542)
8144
8145 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8146
8147         * gst-libs/gst/tag/gstid3tag.c:
8148           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8149
8150 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8151
8152         * win32/MANIFEST:
8153           update win32 files listing
8154
8155 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8156
8157         patch by: Sjoerd Simons (sjoerd@luon.net)
8158
8159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8160         (group_create), (group_destroy), (add_stream),
8161         (gst_play_base_bin_get_property),
8162         (gst_play_base_bin_get_streaminfo_value_array):
8163         * gst/playback/gstplaybasebin.h:
8164           API: GstPlayBaseBin::stream-info-value-array property
8165           use a more bindings-friendly way of exposing streaminfo
8166           using a GValueArray.  Tested in ipython.
8167           Closes #341114
8168
8169 2006-05-11  Wim Taymans  <wim@fluendo.com>
8170
8171         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8172         (queue_underrun_cb), (queue_filled_cb):
8173         Also catch queue underruns but don't do anything yet.
8174         Refactor and comment queue enlarging code a bit.
8175
8176         * gst/playback/gstplaybasebin.c: (queue_overrun),
8177         (queue_threshold_reached), (queue_out_of_data),
8178         (gen_preroll_element):
8179         If a queue over/underruns check that we don't create nasty
8180         deadlocks when the min-threshold is not reached but the
8181         max-bytes is. In those cases disable max-bytes when we
8182         know that the queue is fed timed data.
8183         Add more comments.
8184
8185 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8186
8187         * gst/playback/gstplaybin.c: (gen_audio_element):
8188           Make playbin automatically plug an 'audioresample'
8189           element before the audio sink as well. This solves
8190           problems with sinks that only accept a very specific
8191           sample rate, like esdsink (e.g. #340379).
8192
8193 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8194
8195         * gst/playback/gstplaybasebin.c: (gen_source_element):
8196           Make http sources send special headers so that we receive
8197           icecast metadata if the http stream is an icecast stream
8198           (otherwise the server will just ignore them). This also
8199           means that from now on users will need the 'icydemux'
8200           element from gst-plugins-good installed if they want to
8201           listen to icecast radio streams. (#341432, #333657).
8202
8203 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8204
8205         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8206         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8207           remove stupid example from docs - it should come with a simple
8208           C program instead.
8209           Clean up/fix docs
8210         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8211         (fail_if_can_read), (GST_START_TEST),
8212         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8213           add a test for changing streamheader which exposes a bug in
8214           multifdsink
8215
8216 2006-05-11  Michael Smith  <msmith@fluendo.com>
8217
8218         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8219         (gst_gnome_vfs_src_received_headers_callback):
8220         * ext/gnomevfs/gstgnomevfssrc.h:
8221           Don't set icy-caps unless we have a sane interval value. Move
8222           interval to a local variable; we never use it outside this function.
8223
8224 2006-05-11  Wim Taymans  <wim@fluendo.com>
8225
8226         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8228         Register special buffer types along with the objects so
8229         that they are not registered at runtime from N different
8230         streaming threads since they are not threadsafe.
8231
8232 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8233
8234         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8235         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8236           add two more tests, one doing streamheader
8237
8238 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8239
8240         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8241           clean up the bufqueue when shutting down
8242         * tests/check/Makefile.am:
8243         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8244         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8245         (main):
8246           add a test for the leak that was just fixed
8247
8248 2006-05-10  Wim Taymans  <wim@fluendo.com>
8249
8250         * gst/adder/gstadder.c: (gst_adder_setcaps),
8251         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8252         (gst_adder_src_event), (gst_adder_sink_event),
8253         (gst_adder_class_init), (gst_adder_finalize),
8254         (gst_adder_request_new_pad), (gst_adder_collected):
8255         * gst/adder/gstadder.h:
8256         Updated some docs. Added comments and FIXMEs all over the place.
8257         Improve debugging info.
8258         Fix leak on finalize by not calling the parent.
8259         Implement duration query.
8260         Make event forwarding threadsafe.
8261         Correctly send NEWSEGMENT at start and after flush.
8262         Handle EOS correctly.
8263         Post error when not negotiated.
8264
8265         * tests/check/elements/adder.c: (GST_START_TEST):
8266         Added FIXME in the test.
8267
8268 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8269
8270         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8271         (gst_text_overlay_halign_get_type),
8272         (gst_text_overlay_wrap_mode_get_type):
8273         * ext/theora/theoradec.c: (theora_handle_type_packet),
8274         (theora_handle_data_packet):
8275         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8276         (theora_enc_sink_setcaps), (theora_enc_chain):
8277         * gst-libs/gst/cdda/gstcddabasesrc.c:
8278         (gst_cdda_base_src_mode_get_type):
8279         * gst/audiotestsrc/gstaudiotestsrc.c:
8280         (gst_audiostestsrc_wave_get_type):
8281         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8282         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8283         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8284         (gst_sync_method_get_type), (gst_unit_type_get_type),
8285         (gst_client_status_get_type):
8286         * gst/videoscale/gstvideoscale.c:
8287         (gst_video_scale_method_get_type):
8288         * gst/videotestsrc/gstvideotestsrc.c:
8289         (gst_video_test_src_pattern_get_type):
8290         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8291         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8292         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8293         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8294         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8295         (paint_setup_RGB565), (paint_setup_xRGB1555):
8296           Const-ify GEnumValue and GFlagsValue arrays. Use
8297           GST_ROUND_UP_* macros instead of home-made ones.
8298
8299 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8300
8301         * configure.ac:
8302           Require core CVS for the new newsegment stuff.
8303
8304 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8305
8306         Patch by: Sjoerd Simons  <sjoerd at luon net>
8307
8308         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8309           Register nick for enum value (#341160).
8310
8311 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8312
8313         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8314         (plugin_init):
8315          backout typefind patch #340375
8316          
8317         * tests/check/elements/adder.c: (message_received),
8318         (GST_START_TEST), (adder_suite):
8319           redo, signal-handling of test
8320
8321 2006-05-09  Wim Taymans  <wim@fluendo.com>
8322
8323         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8324         (gst_adder_collected):
8325         * gst/adder/gstadder.h:
8326         Remove bogus segment merging and forwarding, we don't
8327         care about timestamps anyway and we just produce a
8328         continuous stream. 
8329         Also create a nice NEWSEGMENT event when we start.
8330         Use _scale_int some more.
8331
8332 2006-05-09  Edward Hervey  <edward@fluendo.com>
8333
8334         * tests/icles/stress-xoverlay.c:
8335         Fix if core was built without parsing support.
8336
8337 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8338
8339         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8340           Add SEDG (Samsung MPEG-4) fourcc.
8341
8342 2006-05-09  Edward Hervey  <edward@fluendo.com>
8343
8344         * tests/icles/stress-xoverlay.c:
8345         * tests/examples/volume/volume.c:
8346         Fix if core was built without parsing support.
8347
8348         * tests/examples/seek/seek.c:
8349         Disable the parse_launch example if core was built without parsing
8350         support.
8351
8352 2006-05-08  Edward Hervey  <edward@fluendo.com>
8353
8354         * autogen.sh: (CONFIGURE_DEF_OPT): 
8355         libtoolize on Darwin/MacOSX is called glibtoolize
8356
8357 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8358
8359         * tests/check/Makefile.am:
8360         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8361           Disable the adder test, until the build-slaves posses the kindness to 
8362           either like it or to give valid reason for not doing so 
8363
8364 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8365
8366         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8367         (adder_suite):
8368           Shuffle NULL state change around and raise timeout more
8369
8370 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8371
8372         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8373         (mp4_type_find), (plugin_init):
8374           Add typefind to distinguish between "audio/x-m4a" and new type
8375           "video/mp4". Fixes #340375
8376
8377         * tests/check/elements/adder.c: (adder_suite):
8378           Raise timeout to make buildbot happy
8379
8380 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8381
8382         * gst/adder/gstadder.c: (gst_adder_sink_event),
8383         (gst_adder_request_new_pad), (gst_adder_change_state):
8384         * gst/adder/gstadder.h:
8385         * tests/check/Makefile.am:
8386         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8387         (adder_suite), (main):
8388           Add sink-event handling to adder. It tries to merge incomming
8389           newsegment-events. Added test to check if segment_done is comming
8390           through. Fixes #340060
8391
8392 2006-05-05  Andy Wingo  <wingo@pobox.com>
8393
8394         * ext/theora/theoraparse.c (gst_theora_parse_init)
8395         (theora_parse_src_convert, theora_parse_src_query):
8396         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8397         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8398         query functions on the source pads of the theora and vorbis parse
8399         elements. Fixes position querying when doing a remux.
8400
8401 2006-05-05  Michael Smith  <msmith@fluendo.com>
8402
8403         * ext/theora/theoraparse.c: (parse_granulepos),
8404         (theora_parse_drain_queue_prematurely),
8405         (theora_parse_queue_buffer), (theora_parse_sink_event):
8406           Fix flushing.
8407           Fix invalid granulepos outputs when starting with a non-keyframe.
8408
8409 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8410
8411         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8412         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8413         Rearrange MPEG system stream detection, fixing some memleaks in the
8414         process.
8415         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8416         they clean up their data correctly.
8417         Remove unused ogganx caps and move the 'is_annodex' check to inside
8418         the 'is_ogg' if statement.
8419
8420 2006-05-05  Wim Taymans  <wim@fluendo.com>
8421
8422         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8423         Properly remove ghostpads. Fixes #340392
8424
8425 2006-05-04  David Schleef  <ds@schleef.org>
8426
8427         * gst/typefind/gsttypefindfunctions.c:
8428
8429 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8430
8431         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8432         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8433
8434         When typefinding an MP3 in push-based mode, don't penalise the
8435         probability down to 74% when we found 5 valid frames just because we
8436         can't peek the end of the file.
8437
8438         Make the probability for detecting MPEG Transport Streams based on the
8439         number of sequential headers we successfully detected.
8440
8441 2006-05-03  Wim Taymans  <wim@fluendo.com>
8442
8443         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8444         (vorbis_dec_push), (vorbis_dec_chain):
8445         Still produce an error when we receive an empty packet.
8446
8447 2006-05-03  Wim Taymans  <wim@fluendo.com>
8448
8449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8450         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8451         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8452         Mark buffers with DISCONT after seek and after activating new
8453         chains.
8454
8455         * ext/theora/gsttheoradec.h:
8456         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8457         (theora_get_query_types), (theora_dec_sink_event),
8458         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8459         (theora_dec_change_state):
8460         Fix frame counter.
8461         Detect and mark DISCONT buffers.
8462
8463         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8464         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8465         (vorbis_dec_change_state):
8466         * ext/vorbis/vorbisdec.h:
8467         Use GstSegment.
8468         Detect and mark DISCONT buffers.
8469         Don't crash on 0 sized buffers.
8470
8471 2006-05-03  Wim Taymans  <wim@fluendo.com>
8472
8473         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8474         (volume_transform_ip):
8475         Increase "volume" property to 10.0. Fixes #340369.
8476         Set the process function to NULL when capsnego fails so that
8477         we properly error out.
8478
8479 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8480
8481         * gst/playback/gstplaybin.c: (add_sink):
8482         * gst/playback/test.c: (main):
8483         * gst/playback/test5.c: (dump_element_stats):
8484         * gst/playback/test6.c: (main):
8485           free caps using gst_caps_unref, don't leak caps-strings
8486
8487 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8488
8489         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8490         (plugin_init):
8491           Refine musepack typefinding a bit. Return MAXIMUM
8492           probability when we detect stream version 7 to make
8493           sure the mpeg audio typefinder doesn't trump us.
8494
8495 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8496
8497         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8498           Protect against unexpected NULL strf_data buffer.
8499
8500 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8501
8502         * tests/check/elements/audioconvert.c: (verify_convert),
8503         (GST_START_TEST):
8504           interpret the out[] buffer in the order the bytes are actually
8505           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
8506           Other tests should use BYTE_ORDER since the array is filled in
8507           with actual values
8508
8509 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8510
8511         * tests/check/elements/audioconvert.c: (verify_convert),
8512         (GST_START_TEST):
8513           when a test fails, give an indication of which it is
8514
8515 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8516
8517         * gst-libs/gst/cdda/gstcddabasesrc.c:
8518           compile fix; strtol() needs <stdlib.h>
8519
8520 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8521
8522         * ext/alsa/gstalsamixerelement.c:
8523         * ext/alsa/gstalsasrc.c:
8524         * ext/cdparanoia/gstcdparanoiasrc.c:
8525         * ext/gnomevfs/gstgnomevfssink.c:
8526         * ext/gnomevfs/gstgnomevfssrc.c:
8527         * ext/ogg/gstoggdemux.c:
8528         * ext/ogg/gstoggmux.c:
8529         * ext/ogg/gstoggparse.c:
8530         * ext/ogg/gstogmparse.c:
8531         * ext/pango/gstclockoverlay.c:
8532         * ext/pango/gsttextoverlay.c:
8533         * ext/pango/gsttextrender.c:
8534         * ext/pango/gsttimeoverlay.c:
8535         * ext/theora/theoradec.c:
8536         * ext/theora/theoraenc.c:
8537         * ext/vorbis/vorbisdec.c:
8538         * ext/vorbis/vorbisenc.c:
8539         * gst-libs/gst/audio/gstaudiofilter.c:
8540         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8541         * gst/audioconvert/gstaudioconvert.c:
8542         * gst/audiorate/gstaudiorate.c:
8543         * gst/audioresample/gstaudioresample.c:
8544         * gst/audiotestsrc/gstaudiotestsrc.c:
8545         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8546         * gst/playback/gstdecodebin.c:
8547         * gst/playback/gstplaybin.c:
8548         * gst/playback/gststreamselector.c:
8549         * gst/subparse/gstsubparse.c:
8550         * gst/tcp/gstmultifdsink.c:
8551         * gst/tcp/gsttcpclientsink.c:
8552         * gst/tcp/gsttcpclientsrc.c:
8553         * gst/tcp/gsttcpserversink.c:
8554         * gst/tcp/gsttcpserversrc.c:
8555         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8556         * gst/videorate/gstvideorate.c:
8557         * gst/videoscale/gstvideoscale.c:
8558         * gst/videotestsrc/gstvideotestsrc.c:
8559         * gst/volume/gstvolume.c:
8560         * sys/v4l/gstv4ljpegsrc.c:
8561         * sys/v4l/gstv4lmjpegsink.c:
8562         * sys/v4l/gstv4lmjpegsrc.c:
8563         * sys/v4l/gstv4lsrc.c:
8564         * sys/ximage/ximagesink.c:
8565         * sys/xvimage/xvimagesink.c:
8566         * tests/check/libs/cddabasesrc.c:
8567           make GstElementDetails const
8568
8569 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8570
8571         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8572         (gst_adder_init):
8573           send events from src-pad to all sink-pads fixes #338657
8574
8575 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8576
8577         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
8578         (alsasink_parse_spec):
8579           query width capabilities from alsa, fixes #338919
8580
8581 2006-04-28  Wim Taymans  <wim@fluendo.com>
8582
8583         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
8584         (gst_multi_fd_sink_remove_client_link):
8585         * gst/tcp/gstmultifdsink.h:
8586         Fix race condition in multifdsink that can lead to spurious 
8587         duplicate clients. this patch adds a new signal that is fired when
8588         multifdsink has removed all references to the fd.
8589         Fixes #339574.
8590         Updated documentation.
8591         API: client-fd-removed signal added
8592
8593 2006-04-28  Michael Smith  <msmith@fluendo.com>
8594
8595         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
8596           When asking g_value_array_new to prealloc elements, we may as well
8597           ask for the right number of elements.
8598
8599 2006-04-28  Wim Taymans  <wim@fluendo.com>
8600
8601         * gst-libs/gst/audio/gstbaseaudiosink.c:
8602         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
8603         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8604         patch to make timestamp checking more tollerant to rounding 
8605         errors given that real discontinuities are to be marked on
8606         buffers. Fixes some asf files and #338778.
8607         Also avoid some crashers when we receive an event in the 
8608         NULL state.
8609
8610 2006-04-28  Michael Smith  <msmith@fluendo.com>
8611
8612         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
8613         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8614         (gst_gnome_vfs_src_get_property),
8615         (gst_gnome_vfs_src_send_additional_headers_callback),
8616         (gst_gnome_vfs_src_received_headers_callback),
8617         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
8618         (gst_gnome_vfs_src_stop):
8619         * ext/gnomevfs/gstgnomevfssrc.h:
8620           Remove ICY handling (mostly) from gnomevfssrc, in favour of
8621           proper shared support within icydemux.
8622
8623 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8624
8625         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
8626         (gst_video_rate_swap_prev), (gst_video_rate_chain):
8627           fix up docs
8628           fix a leak when no caps negotiated
8629           fix counting of input frames
8630         * tests/check/elements/.cvsignore:
8631         * tests/check/elements/videorate.c: (assert_videorate_stats),
8632         (GST_START_TEST), (videorate_suite):
8633           add tests for these
8634
8635 2006-04-28  Wim Taymans  <wim@fluendo.com>
8636
8637         * gst-libs/gst/audio/gstringbuffer.c:
8638         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
8639         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
8640         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8641         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8642         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8643         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8644         (gst_ring_buffer_commit), (gst_ring_buffer_read),
8645         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
8646         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
8647         Check arguments passed to public functions instead of
8648         crashing.
8649
8650 2006-04-28  Wim Taymans  <wim@fluendo.com>
8651
8652         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8653         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8654         GstBaseAudioSrc must be live or it does not work.
8655
8656         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
8657         Don't set live to TRUE as this is the default in the parentclass.
8658
8659 2006-04-28  Wim Taymans  <wim@fluendo.com>
8660
8661         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
8662         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
8663         Videoscale doesn't pass on pixel-aspect ratio. Handle all
8664         fixation cases better. Fixes #338991
8665
8666 2006-04-28  Wim Taymans  <wim@fluendo.com>
8667
8668         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
8669         Handle 0/1 framerate correctly Fixes #331901.
8670
8671 2006-04-28  Wim Taymans  <wim@fluendo.com>
8672
8673         * tests/check/elements/audioconvert.c: (get_float_caps),
8674         (GST_START_TEST), (audioconvert_suite):
8675         Added check for correct clipping when doing float samples
8676         in audioconvert.
8677
8678 2006-04-28  Wim Taymans  <wim@fluendo.com>
8679
8680         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
8681         (gst_video_rate_chain):
8682         Print more debugging info.
8683
8684 2006-04-28  Wim Taymans  <wim@fluendo.com>
8685
8686         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
8687         (resample_set_state_from_caps):
8688         Add support for other formats audioresample can handle such as
8689         32 bits in and float and 64 bits float. Fixes #301759
8690
8691 2006-04-28  Wim Taymans  <wim@fluendo.com>
8692
8693         * gst/audioconvert/audioconvert.c: (float):
8694         correctly clip float samples > 1.0. Fixes #338718
8695
8696 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8697
8698         Patch by: Young-Ho Cha  <ganadist at chollian net>
8699
8700         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8701         (gst_text_overlay_render_text):
8702           Don't strip newlines from the text. Also, center lines
8703           within multi-line paragraphs (#339405).
8704
8705 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8706
8707         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
8708           Fix wavpack typefinding to work in more cases (don't peek
8709           for chunks of multiple hundred kBs at once, but process
8710           things step-by-step in smaller units). Fixes #339786.
8711
8712 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8713
8714         * configure.ac:
8715           back to HEAD
8716
8717 === release 0.10.6 ===
8718
8719 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
8720
8721         * configure.ac:
8722           releasing 0.10.6, "Chao"
8723
8724 2006-04-26  David Schleef  <ds@schleef.org>
8725
8726         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
8727           Fixes #338897.
8728
8729 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8730
8731         * configure.ac:
8732         * win32/common/config.h:
8733           new prerelease
8734
8735 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8736
8737         patch by: Wim Taymans
8738
8739         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8740         (gst_ogg_demux_perform_seek):
8741           make sure correct newsegments are sent, so that the decoder
8742           and the demuxer agree on timestamps.  Fixes playback of a lot
8743           of Ogg files that do not start from 0.  Fixes #339833.
8744
8745 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8746
8747         Patch by: Edward Hervey  <edward@fluendo.com>
8748
8749         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8750         * tests/check/Makefile.am:
8751         * tests/check/elements/videorate.c: (assert_videorate_stats),
8752         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
8753         (videorate_suite), (main):
8754           Fix an infinite loop if frames are passed in with wrongly ordered
8755           timestamps.  Fixes #339013.
8756
8757 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8758
8759         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8760
8761         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8762           fix typefinding on some ISO files.  Fixes #339212.
8763
8764 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8765
8766         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8767
8768         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8769           add another H264 fourcc.  Fixes #339047.
8770
8771 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8772
8773         Patch by: Jan Schmidt
8774
8775         * gst/playback/gststreamselector.c:
8776         (gst_stream_selector_bufferalloc):
8777           Restore old StreamSelector behaviour.
8778           Fixes #338419.
8779
8780 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8781
8782         * configure.ac:
8783         * win32/common/config.h:
8784           prerelease
8785
8786 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
8789
8790         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8791         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
8792           Fix some memory leaks: on finalize, free buffers left in the queue
8793           before destroying the queue; in _push(), unref rtp_buf even if
8794           the process vfunc returned a NULL buffer as output buffer (#337548);
8795           demote some recuring debug messages to LOG level.
8796
8797 2006-04-11  Wim Taymans  <wim@fluendo.com>
8798
8799         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8800         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8801         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
8802         (gst_ogg_demux_loop):
8803         More cleanups.
8804         Respect segment stop when emiting EOS or SEGMENT_DONE.
8805         Fixes (#337945).
8806
8807 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8808
8809         * gst/playback/gststreamselector.c:
8810         (gst_stream_selector_get_property):
8811           Don't leak pad name.
8812
8813 2006-04-10  Michael Smith  <msmith@fluendo.com>
8814
8815         * tests/check/Makefile.am:
8816         * tests/check/gst-plugins-base.supp:
8817           Suppress an old libtheora bug (fixed in more recent versions), so 
8818           that FC4 buildslaves can pass.
8819
8820 2006-04-10  Wim Taymans  <wim@fluendo.com>
8821
8822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8823         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8824         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
8825         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
8826         (gst_ogg_demux_loop):
8827         Don't leak events.
8828         Remember what error we got when finding chains, if we
8829         were shutdown, that would not be an error.
8830
8831 2006-04-10  Wim Taymans  <wim@fluendo.com>
8832
8833         * gst-libs/gst/audio/gstbaseaudiosink.c:
8834         (gst_base_audio_sink_event):
8835         Starting the ringbuffer when we did not acquire it can cause
8836         a deadlock, is pointless and causes nasty things for
8837         subclasses. 
8838         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
8839
8840 2006-04-10  Wim Taymans  <wim@fluendo.com>
8841
8842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8843         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8844         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8845         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8846         (gst_ogg_demux_deactivate_current_chain),
8847         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8848         (gst_ogg_demux_bisect_forward_serialno),
8849         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
8850         Add some more debugging.
8851
8852 2006-04-10  Wim Taymans  <wim@fluendo.com>
8853
8854         * ext/theora/theoradec.c: (theora_dec_src_event),
8855         (theora_handle_data_packet):
8856         Some more debug info.
8857
8858         * tests/examples/seek/seek.c: (start_seek), (main):
8859         Print element messages too.
8860
8861 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
8862
8863         * gst/audioresample/debug.h:
8864           replace debug macros with variable number of parameters
8865           by a simple alias to gstreamer standard debug macros 
8866          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
8867           supported by MSVC 6.0 and 7.1)
8868         * gst/audioresample/resample.h:
8869           define M_PI and rint for WIN32
8870         * win32/common/libgstaudio.def:
8871         * win32/common/libgstriff.def:
8872         * win32/common/libgsttag.def:
8873         * win32/common/libgstvideo.def:
8874           add new exported functions
8875         * win32/vs6:
8876           update project files
8877
8878 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8879
8880         * ext/alsa/gstalsamixeroptions.c:
8881         (gst_alsa_mixer_options_class_init):
8882         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
8883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
8884         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
8885         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
8886         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
8887         * gst-libs/gst/audio/gstaudiofilter.c:
8888         (gst_audio_filter_class_init):
8889         * gst-libs/gst/audio/gstaudiosink.c:
8890         (gst_audioringbuffer_class_init):
8891         * gst-libs/gst/audio/gstaudiosrc.c:
8892         (gst_audioringbuffer_class_init):
8893         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
8894         * gst-libs/gst/interfaces/colorbalancechannel.c:
8895         (gst_color_balance_channel_class_init):
8896         * gst-libs/gst/interfaces/mixeroptions.c:
8897         (gst_mixer_options_class_init):
8898         * gst-libs/gst/interfaces/mixertrack.c:
8899         (gst_mixer_track_class_init):
8900         * gst-libs/gst/interfaces/tunerchannel.c:
8901         (gst_tuner_channel_class_init):
8902         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
8903         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8904         (gst_netbuffer_class_init):
8905         * gst-libs/gst/rtp/gstbasertppayload.c:
8906         (gst_basertppayload_class_init):
8907         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8908         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
8909         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8910         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
8911         * gst/playback/gststreamselector.c:
8912         (gst_stream_selector_class_init):
8913         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
8914         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
8915         * sys/v4l/gstv4lcolorbalance.c:
8916         (gst_v4l_color_balance_channel_class_init):
8917         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
8918         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8919         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8920         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
8921         (gst_v4l_tuner_norm_class_init):
8922         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
8923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
8924         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
8925         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
8926
8927 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8928
8929         * ext/pango/gsttextrender.h:
8930         * gst-libs/gst/audio/gstaudiosink.h:
8931         * gst-libs/gst/audio/gstaudiosrc.h:
8932         * gst-libs/gst/audio/gstbaseaudiosink.h:
8933         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8934         * gst-libs/gst/audio/gstringbuffer.h:
8935         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8936         * gst-libs/gst/rtp/gstbasertppayload.h:
8937         * gst-libs/gst/video/gstvideofilter.h:
8938         * gst-libs/gst/video/gstvideosink.h:
8939         * gst/playback/gstplaybasebin.h:
8940         * gst/tcp/gstmultifdsink.h:
8941         * sys/v4l/gstv4lelement.h:
8942         Fix broken GObject macros
8943
8944 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8945
8946         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
8947         More debug to trace why my USB headset is not working with gst
8948
8949 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
8950
8951         * gst/playback/gstplaybasebin.c: (group_destroy):
8952         Clean up our group elements properly in the case where it never 
8953         got committed - it still got added unconditionally to the bin.
8954
8955 2006-04-07  Wim Taymans  <wim@fluendo.com>
8956
8957         * ext/theora/theoradec.c: (theora_dec_sink_event),
8958         (theora_handle_data_packet), (theora_dec_chain):
8959         Unref unhandled events.
8960         Protect against empty buffers.
8961         Perform QoS on running time.
8962
8963 2006-04-07  Michael Smith  <msmith@fluendo.com>
8964
8965         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
8966         (gst_vorbis_enc_chain):
8967           Remove leaks from vorbisenc.
8968           Mostly minor changes, the only significant one is that now the
8969           buffers we set as 'streamheader' on the caps are copies of the
8970           original buffers, to avoid circular refcounting problems.
8971
8972 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
8973
8974         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
8975           Don't remove our mute-probe if someone else already did so.
8976           Don't set a 2nd one if there is already one pending on the pad.
8977
8978         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
8979         (do_playbin_seek):
8980           When a seek fails, ensure that playbin is still set back to playing.
8981           
8982         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
8983         (mpeg_ts_type_find), (plugin_init):
8984           Add a typefind function for mpeg-ts streams. (Closes: #336617)
8985
8986 2006-04-06  Andy Wingo  <wingo@pobox.com>
8987
8988         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
8989         (gst_video_rate_init): Caps-related parameters should not be reset
8990         by a flush -- move their inits to the instance init function.
8991         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
8992         is not OK, just return the result.
8993
8994         * gst/audiotestsrc/gstaudiotestsrc.c
8995         (gst_audio_test_src_class_init)
8996         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
8997         broken by Stefan's commit on 24 March.
8998
8999         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9000         buffers being pushed out. Fixes oggmux ! multifdsink.
9001
9002 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9003
9004         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9005         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9006         * ext/vorbis/vorbisdec.h:
9007         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9008         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9009         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9010         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9011         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9012         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9013         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9014         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9015         (gst_vorbis_enc_buffer_from_packet),
9016         (gst_vorbis_enc_buffer_from_header_packet),
9017         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9018         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9019         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9020         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9021         (gst_vorbis_enc_change_state):
9022         * ext/vorbis/vorbisenc.h:
9023           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9024           vorbisenc adhere to the official nomenclature; use boilerplate
9025           macro.
9026
9027 2006-04-04  Andy Wingo  <wingo@pobox.com>
9028
9029         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9030         Whoops, fix bug introduced. Bad hacker!
9031         
9032         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9033         Properly handle the case where you get EOS before any buffers are
9034         received. Use gst_buffer_make_metadata_writable where appropriate.
9035
9036         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9037         is often negative -- make it signed so as not to wrap around.
9038         Fixes segfaults introduced on 9 March.
9039
9040 2006-04-03  Wim Taymans  <wim@fluendo.com>
9041
9042         * ext/theora/gsttheoradec.h:
9043         * ext/theora/theoradec.c: (theora_dec_src_event):
9044         Don't try to store a gdouble in a gboolean.
9045         Small cleanups.
9046
9047 2006-04-03  Michael Smith  <msmith@fluendo.com>
9048
9049         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9050           Oggmux sucks.
9051           Make it suck slightly less by writing out the final page.
9052           Still can't encode a vorbis-in-ogg file correctly, though.
9053
9054 2006-04-03  Andy Wingo  <wingo@pobox.com>
9055
9056         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9057         a g_print.
9058
9059         * ext/theora/theora.c (plugin_init): Register theoraparse.
9060
9061         * ext/theora/gsttheoraparse.h: 
9062         * ext/theora/theoraparse.c: New files implementing a theora
9063         parser. Now we can properly remux ogg/theora+vorbis, yay.
9064
9065         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9066
9067 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9068
9069         * gst/audiotestsrc/gstaudiotestsrc.c:
9070           Fixed the sample pipeline (see #323798)
9071
9072 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9073
9074         * configure.ac:
9075         * win32/common/config.h:
9076         * win32/common/config.h.in:
9077           use AS_VERSION and AS_NANO
9078           more cleanups
9079
9080 2006-03-31  Andy Wingo  <wingo@pobox.com>
9081
9082         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9083         uninitialized variable return that would happen.
9084         
9085         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9086         uninitialized variable return that would never happen.
9087
9088         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9089         (vorbis_parse_sink_event): Add an event function to flush our
9090         state on a seek, and to drain buffers on a premature EOS.
9091         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9092         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9093         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9094         (vorbis_parse_drain_queue): Queue up buffers until we can set
9095         their timestamps and granulepos values.
9096
9097         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9098         and keep track of data needed for deriving granulepos and
9099         timestamps for buffers.
9100
9101 2006-03-29  Wim Taymans  <wim@fluendo.com>
9102
9103         Patch by: j^ <j at bootlab dot org>
9104
9105         * ext/alsa/gstalsamixerelement.c:
9106         (gst_alsa_mixer_element_class_init):
9107         * ext/alsa/gstalsasink.c:
9108         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9109         * ext/ogg/gstoggdemux.c:
9110         * ext/ogg/gstoggmux.c:
9111         * ext/ogg/gstoggparse.c:
9112         * ext/pango/gstclockoverlay.c:
9113         * ext/pango/gsttextoverlay.c:
9114         * ext/pango/gsttextrender.c:
9115         * ext/pango/gsttimeoverlay.c:
9116         * ext/theora/theoradec.c:
9117         * ext/theora/theoraenc.c:
9118         * ext/vorbis/vorbisdec.c:
9119         * ext/vorbis/vorbisenc.c:
9120         * gst/audioconvert/gstaudioconvert.c:
9121         * gst/subparse/gstsubparse.c:
9122         * gst/tcp/gstmultifdsink.c:
9123         * gst/tcp/gsttcpclientsink.c:
9124         * gst/tcp/gsttcpclientsrc.c:
9125         * gst/tcp/gsttcpserversink.c:
9126         * gst/tcp/gsttcpserversrc.c:
9127           better/unified long descriptions
9128           Fixes #336477
9129
9130 2006-03-29  Wim Taymans  <wim@fluendo.com>
9131
9132         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9133         (stop_seek):
9134         Don't let double and triple clicks mess up our state.
9135
9136 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9137
9138         * gst/playback/gstplaybin.c: (gen_video_element),
9139         (gen_text_element), (gen_audio_element), (gen_vis_element):
9140           Error out gracefully when we can't create any of the usual
9141           conversion elements for some reason. Also, don't try to
9142           create an audioscale (sic) element that's not used anyway.
9143
9144 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9145
9146         * gst/playback/gstplaybasebin.c: (setup_source):
9147           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9148           element for a particular protocol, that's confusing for users.
9149           Instead, post a RESOURCE_FAILED error, so that our own error
9150           message is actually shown in totem etc. (#336303).
9151
9152 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9153
9154         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9155
9156         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9157         (gst_gnome_vfs_src_get_icy_metadata):
9158           Fix some minor memory leaks (#336194).
9159
9160 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9161
9162         * ext/gnomevfs/gstgnomevfs.c:
9163         (gst_gnome_vfs_location_to_uri_string):
9164         * ext/gnomevfs/gstgnomevfs.h:
9165         * ext/gnomevfs/gstgnomevfssink.c:
9166         (gst_gnome_vfs_sink_set_property):
9167         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9168           Make gnomevfssink accept filenames as well as URIs for the
9169           "location" property, just like gnomevfssrc does (and
9170           filesrc/filesink do) (#336190).
9171
9172 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9173
9174         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9175           set to NULL before unreffing, fixes a valgrind leak.
9176           Why was this not triggering the error that an object needs to
9177           be NULL before unreffing ?
9178         * win32/common/config.h:
9179           update
9180
9181 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * gst/subparse/gstsubparse.c: (convert_encoding),
9184         (gst_sub_parse_change_state):
9185         * gst/subparse/gstsubparse.h:
9186           Text subtitle files may or may not be UTF-8. If it's not, we
9187           don't really want to see '?' characters in place of non-ASCII
9188           characters like accented characters. So let's assume the input
9189           is UTF-8 until we come across text that is clearly not. If it's
9190           not UTF-8, we don't really know what it is, so try the following:
9191           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9192           is set; if not, check (b) if the current locale encoding is
9193           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9194           the current locale encoding is UTF-8 and the environment variable
9195           was not set to any particular encoding. Not perfect, but better
9196           than nothing (and better than before, I think) (fixes #172848).
9197
9198 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9199
9200         * configure.ac:
9201           update core requirement to 0.10.4.1 because of async_playback
9202           vmethod on GstBaseSink
9203
9204 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9205
9206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9207         * gst/adder/gstadder.c: (gst_adder_init):
9208         use DEBUG_FUNCPTR for collectpads
9209
9210 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9211
9212         * docs/plugins/Makefile.am:
9213         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9214         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9215         * ext/cdparanoia/gstcdparanoiasrc.c:
9216         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9217         (gst_gnome_vfs_sink_class_init):
9218         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9219         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9220         * ext/ogg/gstoggmux.c:
9221         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9222         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9223         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9224         * ext/pango/gsttextoverlay.c:
9225         * ext/pango/gsttextrender.c:
9226         * ext/theora/theoradec.c:
9227         * ext/theora/theoraenc.c:
9228         * ext/vorbis/vorbisdec.c:
9229         * ext/vorbis/vorbisenc.c:
9230         * gst-libs/gst/audio/gstaudiofilter.c:
9231         (gst_audio_filter_base_init):
9232         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9233         (gst_audio_filter_template_base_init):
9234         * gst/adder/gstadder.c: (gst_adder_get_type):
9235         * gst/adder/gstadder.h:
9236         * gst/audioconvert/gstaudioconvert.c:
9237         * gst/audiotestsrc/gstaudiotestsrc.c:
9238         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9239         (gst_audio_test_src_create):
9240         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9241         * gst/playback/gstdecodebin.c:
9242         * gst/playback/gstplaybin.c:
9243         * gst/playback/gststreamselector.c:
9244         (gst_stream_selector_base_init):
9245         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9246         * gst/volume/gstvolume.c:
9247         * sys/v4l/gstv4lmjpegsink.c:
9248         * sys/v4l/gstv4lmjpegsrc.c:
9249         * tests/check/libs/cddabasesrc.c:
9250         * tests/old/examples/gob/gst-identity2.gob:
9251           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9252           define GstElementDetails at the top
9253
9254 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9255
9256         * win32/common/libgstinterfaces.def:
9257         Add a lot of export functions for gst-python
9258         * win32/vs6/libgstinterfaces.dsp:
9259         Add a missing include folder in the project configuration
9260         
9261 2006-03-23  Wim Taymans  <wim@fluendo.com>
9262
9263         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9264         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9265         (gst_base_audio_src_change_state):
9266         Fix audio sources, forgot to make the ringbuffer
9267         startable...
9268
9269 2006-03-23  Wim Taymans  <wim@fluendo.com>
9270
9271         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9272         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9273         (gst_base_audio_src_change_state):
9274         unparent instead of unref the ringbuffer.
9275
9276 2006-03-23  Wim Taymans  <wim@fluendo.com>
9277
9278         * gst-libs/gst/audio/gstbaseaudiosink.c:
9279         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9280         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9281         Implement new async_play vmethod to start slaving and allow
9282         playback start in case of async PLAY state changes. 
9283
9284         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9285         Enable QoS with new method in base class.
9286
9287 2006-03-23  Wim Taymans  <wim@fluendo.com>
9288
9289         Patch by: Julien MOUTTE <julien at moutte dot net>
9290
9291         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9292         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9293         Partially handle 0 framerate, only EOS after the first frame
9294         is missing.
9295
9296 2006-03-23  Wim Taymans  <wim@fluendo.com>
9297
9298         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9299
9300         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9301         (gst_riff_create_video_template_caps):
9302         * gst/ffmpegcolorspace/avcodec.h:
9303         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9304         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9305         (gst_ffmpegcsp_avpicture_fill):
9306         * gst/ffmpegcolorspace/imgconvert.c:
9307         Patch for support of YVU9 AVI files (#334822)
9308
9309 2006-03-22  Edward Hervey  <edward@fluendo.com>
9310
9311         * docs/design/design-decodebin.txt:
9312         Added design document for new decodebin
9313         (Target Caps): text/x-pango-markup is also a default target caps.
9314
9315 2006-03-22  Wim Taymans  <wim@fluendo.com>
9316
9317         * gst-libs/gst/audio/gstbaseaudiosink.c:
9318         (gst_base_audio_sink_dispose):
9319         Since we _parent the ringbuffer, we also need to
9320         _unparent instead of a plain _unref.
9321
9322 2006-03-22  Wim Taymans  <wim@fluendo.com>
9323
9324         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9325         (stop_seek), (scrub_toggle_cb), (main):
9326         Add scrub checkbox.
9327
9328 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9329
9330         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9331         (gst_ogg_parse_chain):
9332           Fix very inefficient usage of linked lists (#335365).
9333
9334 2006-03-21  Edward Hervey  <edward@fluendo.com>
9335
9336         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9337         * gst/playback/gstplaybin.c: (handoff):
9338         * gst/playback/gststreamselector.c:
9339         (gst_stream_selector_set_property):
9340         gcc 4.1 unreferenced pointer fixes.
9341         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9343         gst_buffer_ref() now takes a GstBuffer*.
9344
9345 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9346
9347         * sys/xvimage/xvimagesink.c:
9348         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9349         by Jan Schmidt.
9350
9351 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9352
9353         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9354         (id3v1_type_find), (apetag_type_find), (plugin_init):
9355           Can't do tag preferences via probability, as tags would then
9356           lose against types that are recognised with MAXIMUM probability
9357           (like .wav); so let all tag typefinders return MAXIMUM themselves
9358           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9359           that we can prefer APE to ID3v1 (fixes #335028).
9360           
9361 2006-03-17  Wim Taymans  <wim@fluendo.com>
9362
9363         * gst-libs/gst/audio/gstbaseaudiosink.c:
9364         (gst_base_audio_sink_change_state):
9365         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9366         (gst_ring_buffer_may_start):
9367         * gst-libs/gst/audio/gstringbuffer.h:
9368         Only start playback if we are playing.
9369         should fix #330748.
9370
9371 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9372
9373         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9374         * win32/common/config.h:
9375           Revert accidental commits to these files.
9376
9377 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9378
9379         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9380
9381         * tests/Makefile.am:
9382           Don't try to build tests in tests/icles if we
9383           don't have X (#323852)
9384
9385 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9386
9387         * gst-libs/gst/tag/gstid3tag.c:
9388           Add TXXX frame identifiers for replaygain stuff as used
9389           by some taggers (see #323721).
9390
9391 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9392
9393         * gst/playback/gststreamselector.c:
9394         (gst_stream_selector_set_property),
9395         (gst_stream_selector_bufferalloc):
9396           Preserve the existing buggy streamselector behaviour by performing
9397           a fallback buffer allocation when downstream isn't linked yet.
9398           This should really be fixed in playbin by blocking pads until it's
9399           linked them.
9400           Also, use gst_pad_alloc_buffer instead of
9401           gst_pad_alloc_buffer_and_set.
9402
9403 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9404
9405         * gst-libs/gst/tag/gstid3tag.c:
9406           Don't crash on unknown ID3v2 TXXX frames.
9407           
9408 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9409
9410         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9411           Chain up to the parent finalize method.
9412           Add 32-bit sample size to the template caps.
9413
9414         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9415         (gst_riff_create_video_template_caps):
9416           Add the fourcc that the VMWare codec uses.
9417           
9418         * gst/playback/gststreamselector.c:
9419         (gst_stream_selector_set_property),
9420         (gst_stream_selector_bufferalloc),
9421         (gst_stream_selector_request_new_pad):
9422           For the active pad, forward buffer-alloc requests, otherwise
9423           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9424           having to memcpy every frame when used by playbin.
9425
9426         * gst/tcp/gstmultifdsink.c:
9427         (gst_multi_fd_sink_handle_client_write):
9428           Get negotiated caps from the sink pad, rather than the sink
9429           pad's peer.
9430
9431 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9432
9433         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9434         
9435         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9436           Don't forget to set src->callbacks_pushed to FALSE again when
9437           popping them, otherwise re-activation in a different mode won't
9438           work (#334620).
9439
9440 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9441
9442         Patch by: Sebastien Moutte  <sebastien moutte net>
9443
9444         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9445         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9446         (gst_ffmpeg_smpfmt_to_caps):
9447           Replace __VA_ARGS__ caps creation macros with varargs functions.
9448           Makes things compile on MSVC (#320765), looks nicer, and we can
9449           tell the compiler to check for the NULL terminator.
9450
9451 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9452
9453         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9454
9455         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9456           Make sure the buffer we copy into is really always big
9457           enough, this time for real (#333488).
9458           
9459 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9460
9461         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9462           Add support for 24bpp DIB (#305279).
9463
9464 2006-03-14  Wim Taymans  <wim@fluendo.com>
9465
9466         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9467         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9468         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9469         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9470         (gst_video_scale_init), (gst_video_scale_src_event):
9471         Re-enable QoS after the release.
9472         Rework videoscale to use the base class src_event handler.
9473
9474 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9475
9476         * configure.ac:
9477           back to CVS.
9478
9479 === release 0.10.5 ===
9480
9481 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9482
9483         * configure.ac:
9484           releasing 0.10.5, "Net"
9485
9486 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9487
9488         * docs/plugins/Makefile.am:
9489           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9490           
9491 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9492
9493         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9494         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9495         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9496           Add cdparanoiasrc to docs.
9497
9498         * gst-libs/gst/cdda/gstcddabasesrc.c:
9499           More GstCddaBaseSrc docs.
9500
9501 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9502
9503         * docs/libs/gst-plugins-base-libs-sections.txt:
9504         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
9505         * gst-libs/gst/tag/tag.h:
9506           API: libgsttag: new method gst_tag_from_id3_user_tag().
9507
9508 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9509
9510         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9511           NULL-terminate array of mpeg4 video file extensions.
9512           Fixes crash on PPC (#334226).
9513
9514 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9515
9516         * ext/gnomevfs/gstgnomevfssrc.c:
9517         (gst_gnome_vfs_src_check_get_range):
9518           gnome_vfs_uri_is_local() alone is not a good indicator
9519           whether we can operate in pull-mode with a specific URI,
9520           as it returns FALSE for file:// URIs that point to an
9521           NFS-mounted path. Be more conservative here: whitelist
9522           local files, blacklist http URIs and use the old
9523           mechanism for anything else (fixes #334216).
9524
9525 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9526
9527         * configure.ac:
9528           back to trunk
9529
9530 === release 0.10.4 ===
9531
9532 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
9533
9534         * configure.ac:
9535           releasing 0.10.4, "Power"
9536
9537 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9538
9539         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9540         Disable max-lateness by setting it to -1 for now, so that 
9541         we can bed QoS stuff in thoroughly between now and the next
9542         release.
9543
9544 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9545
9546         Patch by: Fabrizio Gennari
9547
9548         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9549           Make sure we don't read beyond the palette buffer in case of
9550           broken or manipulated files (#333488)
9551
9552 2006-03-10  Edward Hervey  <edward@fluendo.com>
9553
9554         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9555         Fix for variable not initialized.
9556
9557 2006-03-09  Wim Taymans  <wim@fluendo.com>
9558
9559         * ext/libvisual/visual.c: (gst_visual_get_type),
9560         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
9561         (gst_visual_chain):
9562         Small cleanups.
9563
9564         * ext/theora/gsttheoradec.h:
9565         * ext/theora/theoradec.c: (gst_theora_dec_init),
9566         (gst_theora_dec_reset), (_theora_granule_time),
9567         (theora_dec_src_convert), (theora_dec_sink_convert),
9568         (theora_dec_src_query), (theora_dec_src_event),
9569         (theora_dec_sink_event), (theora_handle_comment_packet),
9570         (theora_handle_header_packet), (theora_dec_push),
9571         (theora_handle_data_packet), (theora_dec_chain),
9572         (theora_dec_change_state):
9573         Add simple QoS.
9574
9575 2006-03-09  Wim Taymans  <wim@fluendo.com>
9576
9577         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9578         (audiocast_register_listener), (gst_gnome_vfs_src_start):
9579         Some cleanups.
9580
9581 2006-03-09  Wim Taymans  <wim@fluendo.com>
9582
9583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9584         Don't try to activate NULL chains.
9585
9586 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9587
9588         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9589           Fix invalid memory access to region before peek'd data (#332964).
9590
9591 2006-03-09  Wim Taymans  <wim@fluendo.com>
9592
9593         Patch by: Christophe Fergeau
9594
9595         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
9596         * ext/pango/gsttextrender.c: (gst_text_render_init):
9597         * gst/adder/gstadder.c: (gst_adder_init):
9598         Don't leak padtemplates, closes #333510.
9599
9600 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9601
9602         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
9603           Fix invalid memory access: make sure string passed to
9604           regexec() is NUL-termianted.
9605
9606 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9607
9608         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9609         (mp3_type_find):
9610           Refactor mpeg/audio typefinding to make it more maintainable
9611           and easier to fine-tune. Make probing into middle of the file
9612           work properly (fixes #333900, also see #152688).
9613
9614 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9615
9616         * gst/typefind/gsttypefindfunctions.c:
9617         (utf8_type_find_have_valid_utf8_at_offset):
9618           Remove part from previous commit that was bogus:
9619           g_utf8_validate() does in fact not accept embedded
9620           zeroes, so we don't need to check for those (thanks
9621           to Mike for the hint).
9622
9623 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9624
9625         * gst/typefind/gsttypefindfunctions.c:
9626         (utf8_type_find_count_embedded_zeroes),
9627         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
9628           Make plain/text typefinder more conservative: firstly, check
9629           for embedded zeroes, which are perfectly valid UTF-8 characters,
9630           but also a fairly good sign that something is not a plain text
9631           file; secondly, probe into the middle of the file if possible.
9632           If we can't probe into the middle, limit the probability value
9633           to be returned to TYPE_FIND_POSSIBLE (see #333900).
9634
9635 2006-03-08  Michael Smith  <msmith@fluendo.com>
9636
9637         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9638           Make typefind function name for mpeg4 video unique.
9639
9640 2006-03-08  Wim Taymans  <wim@fluendo.com>
9641
9642         * ext/libvisual/visual.c: (gst_visual_init),
9643         (gst_visual_clear_actors), (gst_visual_dispose),
9644         (gst_visual_reset), (gst_visual_src_setcaps),
9645         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
9646         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
9647         (gst_visual_chain), (gst_visual_change_state):
9648         Cleanups, post nice errors.
9649         Handle sink and src events.
9650         Implement simple QoS.
9651
9652         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9653         Use new basesink methods to configure max-lateness.
9654         Small doc update.
9655
9656         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9657         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
9658         Debug statement cleanups.
9659
9660         * gst/volume/gstvolume.c: (gst_volume_class_init):
9661         Simple cleanup.
9662
9663 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9664
9665         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
9666         (gst_text_overlay_init), (gst_text_overlay_set_property),
9667         (gst_text_overlay_get_property):
9668           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
9669           as string type properties, but mark them deprecated. Add
9670           'halignment' and 'valignment' properties that use enums
9671           instead of strings.
9672
9673 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9674
9675         Patch by: Fabrizio Gennari
9676
9677         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9678           Allow palettes with less than 256 colours in AVI files
9679           (#333488)
9680
9681 2006-03-07  Julien MOUTTE  <julien@moutte.net>
9682
9683         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9684         (gst_text_overlay_video_event): Fix wrong EOS handling on text
9685         pad. We were releasing the queued text buffer when we should keep
9686         it until video pad gets EOS or discard the text buffer because it's
9687         too old. That was eating the last subtitle buffer. Add some more
9688         debug.
9689
9690 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9691
9692         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
9693         (gst_text_overlay_video_chain):
9694           Fix invalid memory access (we can't access a buffer after it's been
9695           pushed downstream without taking a reference); fix memory leak (if
9696           there's no text to render, bail out before allocating stuff).
9697
9698 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9699
9700         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9701         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
9702         * ext/pango/gsttextoverlay.h:
9703           If input is plain text, escape it before passing it to
9704           pango_layout_set_markup().
9705
9706 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9707
9708         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
9709           Don't ignore flow return from gst_pad_push().
9710
9711 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9712
9713         Patch by: Fabrizio Gennari
9714
9715         * ext/libvisual/visual.c: (gst_visual_getcaps),
9716         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
9717         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
9718         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
9719         (gst_vorbisenc_convert_sink):
9720         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9721         (gst_audio_duration_from_pad_buffer):
9722         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
9723         (gst_audio_filter_chain):
9724         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9725         (gst_base_rtp_depayload_setcaps):
9726         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
9727         (gst_video_get_size):
9728         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9729           Don't leak references returned by gst_pad_get_parent()
9730           (#333663)
9731
9732 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
9733
9734         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
9735           change location param details
9736         * gst/volume/gstvolume.c: (plugin_init):
9737           correct plugin description
9738
9739 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9740
9741         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9742         (gst_gnome_vfs_src_check_get_range):
9743           Override GstBaseSrc::check_get_range() in order to avoid opening
9744           the resource just to check whether we can operate in pull-mode or
9745           not - we can predict that pretty well from the URI alone. Should
9746           fix problems with last.fm (#331690). (Requires latest core CVS).
9747
9748 2006-03-06  Wim Taymans  <wim@fluendo.com>
9749
9750         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9751         (gst_video_sink_class_init):
9752         Throw away frames that are later than 20 ms.
9753
9754 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9755
9756         Patch by: Fabrizio Gennari
9757
9758         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9759           Set depth on WMA caps (#333545)
9760
9761 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9762
9763         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9764         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
9765           put Theora BOS pages before others.  This hardcodes
9766           the Ogg/Theora I profile, but hey.
9767
9768 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9769
9770         * ext/ogg/README:
9771           updated with some examples
9772         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
9773         (granulepos_add), (theora_buffer_from_packet):
9774         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
9775         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
9776         (gst_vorbisenc_chain):
9777           implement strategy from ext/ogg/README
9778         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9779         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
9780         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
9781         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
9782           Fix muxer so that oggz-validate is happy with all streams;
9783           except for no eos mark, and the BOS page ordering
9784         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9785         (check_buffer_granulepos):
9786         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
9787           update tests to check for OFFSET being set as requested
9788           fixed type of granulepos, it's not a ClockTime
9789
9790 2006-03-05  Julien MOUTTE  <julien@moutte.net>
9791
9792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9793         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9794         Check that the xvimage we are creating has a correct size
9795         before returning it. (#314897)
9796
9797 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9798
9799         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9800           Give id3 and ape tag typefinders a rank slightly higher
9801           than PRIMARY to ensure they're always run before any of
9802           the other typefinders (in particular wav and mp3) (#324186).
9803
9804 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9807           Add support for '3IVD' fourcc (#333403).
9808
9809 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9810
9811         * configure.ac:
9812           Bump requirements to GStreamer CVS for the new error enum.
9813
9814         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
9815           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
9816           space left on the device (fixes #333352).
9817
9818 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
9819
9820         * win32/vs6:
9821           add a project file for libgstvolume
9822           update the workspace
9823
9824 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9825
9826         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9827         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9828         (GST_START_TEST):
9829           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
9830           Set IN_CAPS on header buffers
9831
9832 2006-03-02  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         Add audioresample to docs.
9838
9839         * gst/audioconvert/gstaudioconvert.c:
9840         Add revision date.
9841
9842         * gst/audioresample/gstaudioresample.c:
9843         (gst_audioresample_base_init), (gst_audioresample_class_init),
9844         (gst_audioresample_init), (gst_audioresample_dispose),
9845         (audioresample_get_unit_size), (audioresample_transform_caps),
9846         (resample_set_state_from_caps), (audioresample_transform_size),
9847         (audioresample_set_caps), (audioresample_event),
9848         (audioresample_do_output), (audioresample_transform),
9849         (audioresample_pushthrough), (gst_audioresample_set_property),
9850         (gst_audioresample_get_property), (plugin_init):
9851         * gst/audioresample/gstaudioresample.h:
9852         Added docs.
9853         Small code cleanups.
9854
9855 2006-03-02  Wim Taymans  <wim@fluendo.com>
9856
9857         * docs/plugins/Makefile.am:
9858         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9859         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9860         Added videoscale to docs.
9861
9862         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
9863         (gst_video_rate_swap_prev), (gst_video_rate_event),
9864         (gst_video_rate_chain):
9865         Fix typo in docs.
9866
9867         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9868         (gst_video_scale_init), (gst_video_scale_prepare_size),
9869         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9870         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
9871         * gst/videoscale/gstvideoscale.h:
9872         Added docs, examples.
9873         Some code cleanups.
9874         Post errors instead of g_warning.
9875
9876 2006-03-02  Wim Taymans  <wim@fluendo.com>
9877
9878         * docs/libs/gst-plugins-base-libs-docs.sgml:
9879         * docs/libs/gst-plugins-base-libs-sections.txt:
9880         * docs/libs/gst-plugins-base-libs.types:
9881         * docs/plugins/Makefile.am:
9882         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9883         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9884         Added some more docs to libs and plugins.
9885
9886         * gst-libs/gst/audio/gstringbuffer.c:
9887         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
9888         * gst-libs/gst/audio/gstringbuffer.h:
9889         Document ringbuffer some more.
9890
9891         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
9892         (gst_video_rate_setcaps), (gst_video_rate_reset),
9893         (gst_video_rate_init), (gst_video_rate_flush_prev),
9894         (gst_video_rate_swap_prev), (gst_video_rate_event),
9895         (gst_video_rate_chain), (gst_video_rate_change_state):
9896         * gst/videorate/gstvideorate.h:
9897         Fix videorate to use segments.
9898         Make it work with 0/1 framerates (closes #331903)
9899         Handle EOS correctly.
9900         Added docs.
9901
9902 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9903
9904         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
9905         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
9906         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
9907           In state change function, first chain up to parent class,
9908           then handle downwards state change stuff. Remove some
9909           commented out cruft from 0.8 code.
9910
9911 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9912
9913         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
9914         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9915         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
9916         (gst_ogm_parse_chain):
9917           Don't remove/re-add source pad if the new caps are the same as
9918           the old caps anyway (#333042). When removing source pad, don't
9919           unref it afterwards - we didn't ref it when adding. Sprinkle some
9920           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
9921           after using gst_pad_get_parent(). Return downstream flow return
9922           value in chain function.
9923
9924 2006-03-02  Wim Taymans  <wim@fluendo.com>
9925
9926         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9927         * docs/plugins/gst-plugins-base-plugins.args:
9928         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9929         * docs/plugins/gst-plugins-base-plugins.interfaces:
9930         * docs/plugins/gst-plugins-base-plugins.signals:
9931         Fix hierarchy, added some more elements to the docs.
9932
9933         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9934         (gst_ffmpegcsp_get_type):
9935         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9936         Fix docs for ffmpegcolorspace.
9937
9938 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
9939
9940         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
9941         (apetag_type_find), (ape_type_find), (plugin_init):
9942           Some typefinding fine-tuning:
9943           - rank ID3/APE tags in order of preference via probabilities, so that
9944             ID3v2 > APEv2 > APEv1 > ID3v1.
9945           - three or four bytes don't really justify MAXIMUM probability,
9946             change those to 'very likely' (musepack and monkeysaudio).
9947
9948 2006-03-01  Wim Taymans  <wim@fluendo.com>
9949
9950         * docs/plugins/Makefile.am:
9951         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9952         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9953         * ext/alsa/gstalsamixer.c:
9954         * ext/alsa/gstalsamixer.h:
9955         * ext/alsa/gstalsamixerelement.c:
9956         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
9957         * ext/alsa/gstalsamixerelement.h:
9958         * ext/alsa/gstalsasink.c:
9959         * ext/alsa/gstalsasink.h:
9960         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
9961         (gst_alsasrc_init):
9962         * ext/alsa/gstalsasrc.h:
9963         Added alsa docs.
9964         Small code cleanups.
9965
9966 2006-03-01  Wim Taymans  <wim@fluendo.com>
9967
9968         * ext/theora/Makefile.am:
9969         Dist new header too,
9970
9971 2006-03-01  Wim Taymans  <wim@fluendo.com>
9972
9973         * docs/plugins/Makefile.am:
9974         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9975         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9976         * ext/gnomevfs/gstgnomevfssink.h:
9977         * ext/gnomevfs/gstgnomevfssrc.h:
9978         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9979         * ext/vorbis/vorbisdec.h:
9980         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
9981         * ext/vorbis/vorbisenc.h:
9982         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
9983         (vorbis_parse_chain), (vorbis_parse_change_state):
9984         * ext/vorbis/vorbisparse.h:
9985         * gst/audioconvert/gstaudioconvert.h:
9986         * gst/tcp/gsttcpserversink.h:
9987         * gst/videotestsrc/gstvideotestsrc.c:
9988         * gst/videotestsrc/gstvideotestsrc.h:
9989         * gst/volume/gstvolume.c:
9990         * gst/volume/gstvolume.h:
9991         Fix some more docs.
9992         Added docs for vorbisdec and vorbisparse.
9993         Fix vorbisparse.
9994
9995 2006-03-01  Wim Taymans  <wim@fluendo.com>
9996
9997         * docs/plugins/Makefile.am:
9998         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9999         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10000         * ext/pango/gstclockoverlay.h:
10001         * ext/pango/gsttextoverlay.h:
10002         * ext/pango/gsttextrender.h:
10003         * ext/pango/gsttimeoverlay.h:
10004         * ext/theora/gsttheoradec.h:
10005         * ext/theora/gsttheoraenc.h:
10006         * ext/theora/theoradec.c:
10007         * ext/theora/theoraenc.c:
10008         * gst/audioconvert/gstaudioconvert.h:
10009         * gst/audiotestsrc/gstaudiotestsrc.h:
10010         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10011         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10012         * gst/tcp/gstmultifdsink.h:
10013         Updated/added documentation.
10014
10015         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10016         (gst_text_overlay_halign_get_type),
10017         (gst_text_overlay_wrap_mode_get_type),
10018         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10019         (gst_text_overlay_init), (gst_text_overlay_set_property),
10020         (gst_text_overlay_get_property):
10021         Fix up properties to be enums instead of string to make bindings,
10022         introspection and automatic GUI creation possible.
10023         Add getters for the properties.
10024
10025 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10026
10027         * gst/audiotestsrc/gstaudiotestsrc.c:
10028           added defines of M_PI and M_PI_2
10029         * gst/ffmpegcolorspace/avcodec.h:
10030           removed #include "stdint.h" for win32 as _stdint.h is 
10031           autogenerated to win32/common
10032         * win32/common/libgstaudio.def:
10033         * win32/common/libgsttag.def:
10034           added some exports
10035         * win32/vs6:
10036           some project files bugs corrected
10037         * win32/vs7:
10038           project files are reset to the default vs7 configuration 
10039           (they link to msvcr71.dll using default optimizations)
10040           
10041 2006-02-28  Wim Taymans  <wim@fluendo.com>
10042
10043         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10044         Fix some docs.
10045
10046 2006-02-28  Edward Hervey  <edward@fluendo.com>
10047
10048         * ext/alsa/gstalsasrc.c:
10049         Set proper class on the ElementDetails:
10050         Source/Audio instead of Src/Audio/
10051
10052 2006-02-28  Edward Hervey  <edward@fluendo.com>
10053
10054         * gst/videoscale/vs_scanline.c:
10055         (vs_scanline_resample_nearest_RGBA):
10056         Revert optimization in videoscale. It should go in liboil and have
10057         an appropriate liboil function.
10058
10059 2006-02-28  Wim Taymans  <wim@fluendo.com>
10060
10061         * gst-libs/gst/audio/gstbaseaudiosink.c:
10062         (gst_base_audio_sink_provide_clock):
10063         Don't try to provide a clock in the NULL state.
10064
10065 2006-02-28  Wim Taymans  <wim@fluendo.com>
10066
10067         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10068         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10069         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10070         (gst_ogg_demux_deactivate_current_chain),
10071         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10072         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10073         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10074         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10075         Use GstSegment infrastructure to remove duplicated code
10076         and handle more seek cases correctly.
10077
10078 2006-02-28  Wim Taymans  <wim@fluendo.com>
10079
10080         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10081         (gst_ffmpegcsp_transform):
10082         Don't ignore return code from ffmpeg convert function.
10083
10084         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10085         Split out some long statements to ease debugging.
10086
10087 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10088
10089         * ext/libvisual/visual.c: (gst_visual_init),
10090         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10091         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10092         being able to renegotiate the size. Instead, use the negotiation
10093         algorithm from the goom plugin to pick an initial output caps. 
10094
10095         Also, allow theoretical libvisual plugins that might support non-GL 
10096         output even if they also do GL.
10097
10098 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10099
10100         * ext/libvisual/visual.c: (gst_visual_init),
10101         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10102         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10103         possible negotiation issues.
10104
10105 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10106
10107         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10108
10109 2006-02-24  Michael Smith  <msmith@fluendo.com>
10110
10111         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10112         (cmml_type_find), (plugin_init):
10113           Fix CMML type find function to not require a specific minor version
10114           of the CMML header.
10115
10116           Add an MPEG4 video elementary stream typefind function.
10117
10118 2006-02-04  Michael Smith  <msmith@fluendo.com>
10119
10120         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10121         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10122         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10123         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10124         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10125         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10126           Annodex support in ogg demuxer. Doesn't do very much without the
10127           other annodex patches (to come).
10128
10129 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10130
10131         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10132
10133         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10134           Pick up palette for MS video v1 (#327028)
10135
10136 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10137
10138         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10139         (gst_ffmpegcsp_caps_remove_format_info),
10140         (gst_ffmpegcsp_get_unit_size):
10141           The 'palette_data' field from incoming RGB caps shouldn't be
10142           proxied on outgoing YUV caps; also, restrict unit size
10143           adjustment in case of paletted data only to the unit that
10144           actually has a palette. Fixes #330711.
10145
10146 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10147
10148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10149         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10150         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10151         (gst_ffmpegcsp_get_unit_size):
10152           Plug some memory leaks.
10153
10154 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10155
10156         * sys/ximage/Makefile.am:
10157         * sys/xvimage/Makefile.am:
10158           Add some _CFLAGS and _LIBS that seem to be missing
10159           and/or required for Cygwin (see #317048).
10160
10161 2006-02-22  Wim Taymans  <wim@fluendo.com>
10162
10163         * ext/alsa/gstalsasrc.c:
10164         Fix description as pointed out by caugier.
10165
10166 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10167
10168         Reviewed by : Edward Hervey  <edward@fluendo.com>
10169
10170         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10171         (qt_type_find):
10172         Better 3gp typefinding (#331526).
10173
10174 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10175
10176         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10177           Don't send EOS event here, the base class will send one for us.
10178
10179         * gst/playback/gstplaybasebin.c: (prepare_output):
10180           Subpictures without video stream aren't allowed either.
10181         
10182         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10183           Fix debug statement copy'n'paste-o.
10184
10185 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10186
10187         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10188           Fix issues with mixer keeping state when muting/unmuting
10189           and when changing the volume whilst muted (see #331763
10190           and #331765).
10191
10192 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10193
10194         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10195         (parse_subrip), (gst_sub_parse_format_autodetect):
10196           Set right caps given that we send escaped text. Also,
10197           honour <i></i>, <b></b> and <u></u> markers that can be found
10198           in .srt files (fixes #310202).
10199
10200 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10201
10202         * gst-libs/gst/audio/mixerutils.c:
10203         (element_factory_rank_compare_func):
10204           Make order in which elements are tried more determinable.
10205
10206 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10207
10208         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10209         (remove_element_chain), (cleanup_decodebin),
10210         (gst_decode_bin_change_state): Make decodebin reusable by
10211         fixing remove_element_chain first and then introduce a
10212         cleaner in state change to ->NULL. (Closes #331678)
10213
10214 2006-02-19  Wim Taymans  <wim@fluendo.com>
10215
10216         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10217         use 0666 mask when creating files so umask gets applied
10218         correctly. Fixes #331295.
10219
10220 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10221
10222         * gst/subparse/Makefile.am:
10223         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10224         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10225         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10226         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10227         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10228         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10229         * gst/subparse/gstssaparse.h:
10230         * gst/subparse/gstsubparse.c: (plugin_init):
10231           Add very basic parser for SSA subtitle streams (as often
10232           found in matroska files).
10233
10234 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10235
10236         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10237           That should be text/x-pango-markup, not text/x-pango-layout.
10238
10239 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10240
10241         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10242         Polishing.
10243
10244 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10245
10246         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10247         (gst_text_overlay_finalize), (gst_text_overlay_init),
10248         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10249         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10250         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10251         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10252         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10253         Fix state change deadlock.
10254
10255 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10256
10257         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10258         (gst_text_overlay_finalize), (gst_text_overlay_init),
10259         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10260         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10261         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10262         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10263         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10264         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10265         and subtitles files.
10266
10267 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10268
10269         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10270         should be considered as raw.
10271
10272 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10273
10274         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10275         (cb_probe):
10276         * gst/playback/gststreaminfo.h: Introduce language informations.
10277
10278 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10279
10280         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10281         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10282         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10283         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10284         Set shared memory segments to be deleted as soon as we have attached,
10285         that way they get cleaned up automatically if we crash.
10286
10287 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10288
10289         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10290         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10291         functions are called with lock held.
10292
10293 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10294
10295         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10296         (gst_text_overlay_finalize), (gst_text_overlay_init),
10297         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10298         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10299         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10300         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10301         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10302         (gst_text_overlay_change_state): Refactoring of textoverlay
10303         without collectpads. This now supports sparse subtitles coming
10304         from a demuxer instead of a sub file. Seeking is still broken 
10305         though. Need to discuss with wtay some more on how to handle
10306         seeking correctly.
10307         * ext/pango/gsttextoverlay.h:
10308         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10309         subtitles coming from the demuxer.
10310
10311 2006-02-17  Wim Taymans  <wim@fluendo.com>
10312
10313         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10314         (gst_vorbisenc_convert_sink):
10315         Use some more scaling functions.
10316
10317 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10318
10319         * ext/cdparanoia/gstcdparanoiasrc.c:
10320         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10321         (gst_cd_paranoia_paranoia_callback),
10322         (gst_cd_paranoia_src_signal_is_being_watched),
10323         (gst_cd_paranoia_src_read_sector):
10324         * ext/cdparanoia/gstcdparanoiasrc.h:
10325           Add back 'transport-error' and 'uncorrected-error' signals and
10326           make them actually be fired when bad stuff happens (#319340).
10327
10328 2006-02-17  Wim Taymans  <wim@fluendo.com>
10329
10330         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10331         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10332         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10333         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10334         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10335         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10336         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10337         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10338         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10339         (gst_ring_buffer_clear):
10340         Small cleanups.
10341         Added some G_LIKELY.
10342
10343 2006-02-17  Wim Taymans  <wim@fluendo.com>
10344
10345         * gst-libs/gst/audio/TODO:
10346         Update TODO
10347
10348         * gst-libs/gst/audio/gstbaseaudiosink.c:
10349         (gst_base_audio_sink_get_offset):
10350         When trying to play samples ASAP and we don't have a
10351         previous sample, try to play at position 0 instead of
10352         an invalid position.
10353
10354 2006-02-17  Wim Taymans  <wim@fluendo.com>
10355
10356         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10357         (gst_alsasink_reset):
10358         Also release lock when we get an error in _reset();
10359         fix an error message.
10360
10361 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10362
10363         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10364         (gst_alsasink_init), (get_channel_free_structure),
10365         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10366         (gst_alsasink_close):
10367         * ext/alsa/gstalsasink.h:
10368           Add support for more than 2 channels (#326720).
10369
10370 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10371
10372         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10373           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10374           with 4 or 6 channels, assume a default channel layout to make things
10375           work (not sure there's anything else we can do in those cases).
10376
10377 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10378
10379         * gst-libs/gst/audio/multichannel.c:
10380           Minor docs fix.
10381
10382         * gst-libs/gst/riff/Makefile.am:
10383         * gst-libs/gst/riff/riff-ids.h:
10384         * gst-libs/gst/riff/riff-media.c:
10385         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10386           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10387           channels and a channel layout map.
10388           
10389 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10390
10391         Reviewed by Edward Hervey  <edward@fluendo.com>
10392
10393         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10394         C-level optimization of the RGBA nearest neighbour function.
10395         Eventually this might end up in liboil with vectorized versions.
10396
10397 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10398
10399         * gst-libs/gst/audio/multichannel.c:
10400         (gst_audio_get_channel_positions):
10401           When we have more than 2 channels, but no channel layout is
10402           specified in the caps, return some default channel layout
10403           to the caller and warn about about a possibly buggy element
10404           (could be buggy filtercaps as well of course) (#317038).
10405
10406 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10407
10408         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10409           Add gst-libs/gst/cdda to list of lib search paths.
10410
10411 2006-02-15  Andy Wingo  <wingo@pobox.com>
10412
10413         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10414         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10415         to the Lord Jesus that I do not have to touch the ogg muxer ever
10416         again.
10417
10418 2006-02-15  Edward Hervey  <edward@fluendo.com>
10419
10420         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10421         quicktime movie files can also contain 'uuid' atoms.
10422
10423 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10424
10425         * gst/audioconvert/plugin.c: (plugin_init):
10426           Register the GstAudioChannelPosition enum type with the type
10427           system in the plugin_init function, so that it is known before
10428           any element actually makes use of multi-channel stuff. This is
10429           required for example if one wants to be able to deserialise/use
10430           a caps string with channel positions before any pipeline has
10431           been setup and started, like with gst-launch.
10432
10433 2006-02-14  Wim Taymans  <wim@fluendo.com>
10434
10435         * gst-libs/gst/audio/gstringbuffer.c:
10436         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10437         (gst_ring_buffer_samples_done), (wait_segment),
10438         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10439         Add some compiler G_(UN_)LIKELY help.
10440         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10441         make sure they can exit their functions. Should fix #330748
10442
10443 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10444
10445         * Makefile.am:
10446         * configure.ac:
10447         * win32/MANIFEST:
10448         * win32/common/_stdint.h:
10449           Windows does not have long long; copy the generated _stdint.h
10450         * win32/common/interfaces-enumtypes.c:
10451         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10452         (gst_mixer_track_flags_get_type),
10453         (gst_tuner_channel_flags_get_type):
10454         * win32/common/multichannel-enumtypes.c:
10455         (gst_audio_channel_position_get_type):
10456           update
10457
10458 2006-02-13  Wim Taymans  <wim@fluendo.com>
10459
10460         * gst-libs/gst/audio/gstbaseaudiosink.c:
10461         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10462         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10463         Always sync on first sample we receive when starting.
10464
10465 2006-02-13  Wim Taymans  <wim@fluendo.com>
10466
10467         * gst/playback/gstplaybin.c: (gen_vis_element):
10468         Update vis bin docs.
10469         Move queue after tee so we don't queue video buffers but
10470         audio samples instead. Fixes problems where the video queue
10471         is filled and the audio queue empty.
10472
10473 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10474
10475         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10476           No need to push an EOS event here, GstBaseSrc will do that for us
10477           when we return FLOW_UNEXPECTED.
10478           
10479 2006-02-12  Wim Taymans  <wim@fluendo.com>
10480
10481         * gst-libs/gst/audio/gstbaseaudiosink.c:
10482         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10483         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10484         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10485         Use scale functions when possible.
10486         Fix error messages.
10487         Free clockid when after waiting for EOS.
10488         Use G_(UN_)LIKLY when it makes sense.
10489         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10490
10491 2006-02-12  Edward Hervey  <edward@fluendo.com>
10492
10493         * gst/playback/gstplaybasebin.c: (prepare_output): 
10494         Remove stray semi-colon (fixes #330888).
10495
10496 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
10497
10498         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
10500         Fix up the XShm call testing so that we catch errors, and don't
10501         cause new ones by attempting to detach from a segment we failed
10502         to attach to. Fixes #312439.
10503
10504 2006-02-10  Edward Hervey  <edward@fluendo.com>
10505
10506         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10507         Added flv file typefind (video/x-flv).
10508
10509 2006-02-10  Edward Hervey  <edward@fluendo.com>
10510
10511         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10512         (gst_riff_create_video_template_caps):
10513         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
10514         Also added the caps to the default set of riff video caps.
10515
10516 2006-02-09  Andy Wingo  <wingo@pobox.com>
10517
10518         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
10519         time and the end time of the last packet in the page.
10520         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
10521         on the pages in our queue, set the duration as well. Reflow a
10522         debug statement.
10523         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
10524         Fixes bad muxing order.
10525
10526 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10527
10528         * gst-libs/gst/rtp/gstbasertppayload.c:
10529         (gst_basertppayload_setcaps), (gst_basertppayload_push):
10530           update seqnum before setting it on the packet; this makes sure
10531           that the timestamp and seqnum properties match after pushing
10532           a buffer
10533
10534 2006-02-09  Andy Wingo  <wingo@pobox.com>
10535
10536         * gst-libs/gst/audio/gstringbuffer.c
10537         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
10538         overflow after 13.5 hours of recording. Kapow!
10539
10540         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
10541         the buffer size -- we don't care about underrun/overrun reporting
10542         right now, just need to return a useful value.
10543
10544 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
10545
10546         * configure.ac:
10547           Back to CVS
10548
10549 === release 0.10.3 ===
10550
10551 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
10552
10553         * configure.ac:
10554           releasing 0.10.3, "Under Pressure"
10555
10556 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10557
10558         * configure.ac:
10559         Drat. Bump libtool version number for new API.
10560         Prelease 0.10.2.3 (of 0.10.3)
10561
10562 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10563
10564         * configure.ac:
10565         * win32/common/config.h:
10566         0.10.2.2 prerelease (of 0.10.3).
10567
10568 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10569
10570         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
10571           Revert Andy's newsegment change pending a more correct
10572           fix.
10573
10574 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10575
10576         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10577         (qt_type_find), (plugin_init):
10578           detect more files as 3gp
10579           group and reorder the iso file formats
10580
10581 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10582
10583         * ext/vorbis/vorbis.c: (plugin_init):
10584           Register musicbrainz tags, so apps don't have to.
10585
10586 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10587
10588         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
10589         (gst_tag_to_vorbis_tag):
10590           Make sure we called gst_tag_register_musicbrainz_tags()
10591           before possibly mapping a vorbiscomment string from/to a
10592           musicbrainz tag.
10593
10594 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10595
10596         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10597           In case we can't find the required number of consecutive
10598           mpeg audio frames to positively identify an MPEG audio
10599           stream, check if there's at least a valid mpeg audio
10600           frame right at offset 0 and if so suggest mpeg/audio
10601           caps with a very low probability (#153004).
10602
10603 2006-02-07  Andy Wingo  <wingo@pobox.com>
10604
10605         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
10606         a TIME segment if we get timestamped buffers. Requires recent
10607         fixes in core to work properly.
10608
10609 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10610
10611         * gst/playback/gstplaybasebin.c: (prepare_output):
10612           Don't print the URI as part of the error message, it
10613           makes error dialogs look rather ugly, especially if
10614           the URI is very long or has characters in it that
10615           need escaping.
10616
10617 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10618
10619         * gst/playback/gstplaybasebin.c: (prepare_output):
10620           Error out if we have only text or subtitles, but nothing
10621           else. Also error out if we have subtitles but no video
10622           stream.
10623
10624 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10625
10626         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10627           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
10628           Post an error message on the bus when we encounter an
10629           error, which will hopefully be more meaningful than the
10630           'Internal Flow Error' message users get to see if we
10631           just return GST_FLOW_ERROR.
10632
10633 2006-02-07  Andy Wingo  <wingo@pobox.com>
10634
10635         * configure.ac (GST_MAJORMINOR): Update core version req to
10636         0.10.2.2, for the collectpads API addition (#330244).
10637
10638 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10641           Return FALSE from plugin_init() when GnomeVFS can't
10642           be initialised for some reason (#328423).
10643
10644 2006-02-06  Julien MOUTTE  <julien@moutte.net>
10645
10646         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
10647         Stick to seeking theory until i find the bug.
10648         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
10649
10650 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10651
10652         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10653         (theora_enc_finalize), (theora_enc_sink_setcaps),
10654         (theora_set_header_on_caps), (theora_enc_chain),
10655         (theora_enc_change_state):
10656         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
10657           Make theoraenc and the tests leak free. Like, really.
10658
10659 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10660
10661         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10662         (theora_enc_finalize), (theora_enc_sink_setcaps):
10663           Add a finalize method to ensure we clean up state even if
10664           someone omitted the state change back to NULL.
10665
10666         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
10667         (gst_vorbisenc_chain):
10668           Free some more leaked bits.
10669
10670         * tests/check/pipelines/theoraenc.c: (start_pipeline),
10671         (stop_pipeline):
10672           Wait for state changes to happen if they're ASYNC.
10673
10674           This ought to teach those fancy pants buildbots a lesson.
10675
10676 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10677
10678         * gst-libs/gst/tag/gstid3tag.c:
10679           Add mapping for ID3 International Standard Recording Code
10680           tag "TSRC"
10681
10682 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10683
10684         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
10685           Don't leak tag names.
10686
10687 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10688
10689         * docs/libs/gst-plugins-base-libs-docs.sgml:
10690         * docs/libs/gst-plugins-base-libs-sections.txt:
10691         * gst-libs/gst/tag/gstid3tag.c:
10692         * gst-libs/gst/tag/gstvorbistag.c:
10693         * gst-libs/gst/tag/tags.c:
10694           Split libgsttag docs into multiple sections.
10695
10696 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10697
10698         * docs/libs/Makefile.am:
10699         * docs/libs/gst-plugins-base-libs-docs.sgml:
10700         * docs/libs/gst-plugins-base-libs-sections.txt:
10701         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
10702         * gst-libs/gst/tag/gstvorbistag.c:
10703         * gst-libs/gst/tag/tag.h:
10704         * gst-libs/gst/tag/tags.c:
10705           Add libgsttag to the docs.
10706
10707 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10708
10709         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
10710         (gst_text_overlay_init), (gst_text_overlay_src_event),
10711         (gst_text_overlay_collected): Fix clockoverlay.
10712
10713 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10714
10715         * docs/libs/compiling.sgml:
10716           Fix typo: it's pkg-config, not pkg-gconfig
10717
10718         * docs/libs/gst-plugins-base-libs-docs.sgml:
10719         * docs/libs/gst-plugins-base-libs-sections.txt:
10720         * docs/libs/tmpl/gstgconf.sgml:
10721           There is no libgstgconf in 0.10, remove it
10722           from the docs.
10723
10724 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10725
10726         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
10727         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10728         (gst_text_overlay_src_event), (gst_text_overlay_collected):
10729         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10730         (gst_sub_parse_class_init), (gst_sub_parse_init),
10731         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
10732         (parse_mpsub), (parser_state_init), (handle_buffer),
10733         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
10734         * gst/subparse/gstsubparse.h: Introduce seeking code.
10735
10736 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10737
10738         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10739           Add comment about LANGUAGE tag inconsistency (we want
10740           ISO-639-1, but extract three-letter identifiers?)
10741
10742         * po/POTFILES.in:
10743           Add two translatable files.
10744
10745 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10746
10747         * gst-libs/gst/tag/Makefile.am:
10748         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10749         * gst-libs/gst/tag/tag.h:
10750         * gst-libs/gst/tag/tags.c:
10751         (gst_tag_register_musicbrainz_tags_internal),
10752         (gst_tag_register_musicbrainz_tags):
10753           Forward-port some tags stuff from the 0.8 branch. This is
10754           mostly the addition of musicbrainz tags and their mapping
10755           to vorbistags, and a vorbistag mapping of the language tag.
10756
10757 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10758
10759         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
10760         refactoring.
10761
10762 2006-02-04  David Schleef  <ds@schleef.org>
10763
10764         * ext/ogg/gstoggmux.c:
10765         * gst/typefind/gsttypefindfunctions.c:
10766           Add Dirac typefinding and add dirac format to oggmux.
10767
10768 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10769
10770         * gst/playback/gstdecodebin.c: (try_to_link_1):
10771           Don't put essential function call into
10772           g_return_*() macro, otherwise it'll all be
10773           replaced by NOOPs when compiling with
10774           G_DISABLE_CHECKS defined.
10775
10776 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
10777
10778         * ext/ogg/gstoggdemux.c:
10779         * ext/ogg/gstoggparse.c:
10780         * gst/tcp/gsttcpserversink.c:
10781         * sys/v4l/v4lsrc_calls.c:
10782         * sys/v4l/v4lsrc_calls.h:
10783         Just make it compile with --disable-gst-debug.
10784
10785 2006-02-03  Wim Taymans  <wim@fluendo.com>
10786
10787         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10788         (gst_alsasink_class_init), (gst_alsasink_init),
10789         (gst_alsasink_write), (gst_alsasink_reset):
10790         * ext/alsa/gstalsasink.h:
10791         Add lock to protect alsa calls.
10792         Implement reset to flush samples ASAP, does not work
10793         with dmix though.
10794
10795 2006-02-02  Wim Taymans  <wim@fluendo.com>
10796
10797         * gst-libs/gst/audio/gstbaseaudiosink.c:
10798         (gst_base_audio_sink_provide_clock):
10799         Ugh.. getting late I guess...
10800
10801 2006-02-02  Wim Taymans  <wim@fluendo.com>
10802
10803         * gst-libs/gst/audio/gstbaseaudiosink.c:
10804         (gst_base_audio_sink_provide_clock),
10805         (gst_base_audio_sink_set_property),
10806         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
10807         Don't try to provide a clock when we are not negotiated since
10808         we might not be able to make it run.
10809
10810 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10811
10812         * gst/playback/gstdecodebin.c: (try_to_link_1):
10813           Unlinking two source pads is ... hard.
10814
10815 2006-02-02  Wim Taymans  <wim@fluendo.com>
10816
10817         * gst-libs/gst/audio/TODO:
10818         Updated.
10819
10820         * gst-libs/gst/audio/gstbaseaudiosink.c:
10821         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
10822         On EOS, wait till the last sample is played before posting EOS.
10823
10824 2006-02-01  Philippe Kalaf <burger at speedy dot org>
10825
10826         Patch by: Kai Vehmanen
10827         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10828           Adds ability to enable newsegment bypass by setting queue_delay to
10829           zero. Also avoid thread being started if queue_delay is zero.
10830
10831 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10832
10833         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
10834           Make test work again by connecting fakesinks to each decoded pad,
10835           which makes the pipeline wait until each fakesink has a buffer
10836           queued before going to PAUSED state. At that point we know the
10837           decodebin pads are negotiated.
10838
10839 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10840
10841         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
10842         (gst_cdda_base_src_handle_event):
10843         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
10844           Pass unhandled queries to the parent class's query function.
10845
10846 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10847
10848         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
10849         (gst_ogg_pad_src_query):
10850         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
10851         * ext/theora/theoradec.c: (theora_dec_src_query),
10852         (theora_dec_sink_query):
10853         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10854         (vorbis_dec_sink_query):
10855         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10856         (gst_vorbisenc_sink_query):
10857         * gst/adder/gstadder.c: (gst_adder_query):
10858           Pass unhandled queries upstream instead of just
10859           dropping them (#326447). Also, fix supported
10860           query types list for some elements.
10861
10862 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
10865         (paris_type_find), (ilbc_type_find), (plugin_init):
10866           Fix typefinding for audio/x-au, audio/x-paris and
10867           audio/iLBC-sh. We cannot use the START_WITH macros
10868           here, because there can only be one typefind factory
10869           with the same name (caps), so the second one would
10870           replace the first one and the first one would never
10871           be called when doing typefinding (see #161712).
10872           
10873
10874 2006-01-31  Wim Taymans  <wim@fluendo.com>
10875
10876         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10877         (vorbis_handle_header_packet), (vorbis_dec_push),
10878         (vorbis_handle_data_packet):
10879         Use scale_int when we can, add some more scaling.
10880         Check packettype before parsing it.
10881
10882 2006-01-31  Wim Taymans  <wim@fluendo.com>
10883
10884         * ext/theora/theoradec.c: (_theora_granule_time),
10885         (theora_dec_src_convert), (theora_dec_sink_convert):
10886         Call right _scale functions.
10887         Use parameter instead of some other random value.
10888
10889 2006-01-31  Wim Taymans  <wim@fluendo.com>
10890
10891         * ext/theora/theoradec.c: (_theora_granule_frame),
10892         (_theora_granule_time), (_inc_granulepos),
10893         (theora_dec_src_convert), (theora_dec_sink_convert),
10894         (theora_handle_type_packet), (theora_handle_data_packet),
10895         (theora_dec_chain):
10896         Use higher precision timestamps calculation.
10897         Convert some other conversions to _scale.
10898
10899 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
10900
10901         * gst/audiotestsrc/gstaudiotestsrc.c:
10902         (gst_audio_test_src_create_sine_table), (plugin_init):
10903         * gst/volume/gstvolume.c: (plugin_init):
10904           initialize gst_controller before using
10905
10906 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10907
10908         * tests/check/pipelines/theoraenc.c:
10909         * tests/check/pipelines/vorbisenc.c:
10910         Define constant using G_GINT64_CONSTANT to avoid errors when
10911         passing it around - otherwise it gets truncated to 32 bits.
10912
10913         Fixes failing tests.
10914
10915 2006-01-31  Andy Wingo  <wingo@pobox.com>
10916
10917         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
10918         caps being set doesn't have a framerate value. Basically a stopgap
10919         measure.
10920
10921         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
10922         technically correct enough to put into core though.
10923         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
10924         DURATION. Fixes theoraenc ! oggmux.
10925
10926         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
10927         fraction, not double.
10928
10929 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
10930
10931         * win32/vs7:
10932         add vs7 project files created by Sergey Scobich
10933
10934 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
10935
10936         * win32/vs8:
10937         add vs8 project files created by Sergey Scobich
10938         
10939 2006-01-30  Andy Wingo  <wingo@pobox.com>
10940
10941         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
10942         timestamp + duration, not just timestamp -- ogg pages should be
10943         ordered by stop time. Necessary fix given the change in vorbis
10944         timestamps.
10945
10946         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
10947         (gst_theora_enc_init): Pull the granule shift out of the encoder.
10948         (granulepos_add): New function, handles the messiness of adjusting
10949         granulepos values.
10950         (theora_buffer_from_packet):
10951         (theora_enc_chain):
10952         (theora_enc_sink_event): Use granulepos_add, not +.
10953
10954         * tests/check/pipelines/theoraenc.c
10955         (check_buffer_granulepos_from_starttime): Just check the frame
10956         count, not the actual granulepos -- we can't dictate to the
10957         encoder when it should be placing keyframes.
10958
10959 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10960
10961         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10962           SERVICE_NOT_AVAILABLE happens for example when you're trying to
10963           play an http:// stream from a server that's not serving
10964
10965 2006-01-30  Andy Wingo  <wingo@pobox.com>
10966
10967         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
10968         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
10969         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
10970         available.
10971
10972         * ext/theora/gsttheoraenc.h:
10973         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
10974         although theoraenc was timestamping correctly. Added handling of
10975         streams that start with nonzero timestamps.
10976
10977         * tests/check/Makefile.am:
10978         * tests/check/pipelines/theoraenc.c: New file, basically does same
10979         tests as vorbisenc.
10980
10981         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
10982
10983 2006-01-30  Wim Taymans  <wim@fluendo.com>
10984
10985         * gst-libs/gst/audio/gstaudiosink.c:
10986         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
10987         (gst_audioringbuffer_pause):
10988         Implement pause that does not wait for completion.
10989
10990         * gst-libs/gst/audio/gstbaseaudiosink.c:
10991         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10992         Don't drop buffers when going to PAUSED but perform preroll on
10993         remaining samples now that core base class supports this.
10994
10995         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
10996         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
10997         (gst_ring_buffer_commit):
10998         Pause should not signal waiters.
10999         Implement return value of _commit correctly.
11000
11001 2006-01-30  Andy Wingo  <wingo@pobox.com>
11002
11003         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11004
11005         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11006         updated to timestamp from the first sample, not the last.
11007         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11008         special care of granulepos and timestamp for header packets.
11009         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11010         when the first buffer has a nonzero timestamp.
11011
11012         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11013         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11014         case when the first audio buffer we get has a nonzero timestamp.
11015         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11016         properly timestamp vorbis buffers with the time of the first
11017         sample, not the last.
11018         
11019         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11020         vorbis_granule_time_copy -- now it takes the granule/subgranule
11021         offset into account.
11022
11023         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11024         timestamps, durations, and granulepos on buffers produced by
11025         vorbisenc.
11026
11027 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11028
11029         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11030         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11031           Patch from Eric Jonas to support conversions to/from UYVY 
11032           (Fixes: #324626)
11033
11034 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11035
11036         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11037         (setup_subtitle), (setup_source), (set_active_source):
11038         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11039         (gen_text_element), (gen_audio_element), (gen_vis_element),
11040         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11041
11042 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11043
11044         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11045         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11046                 use gst_guint64_to_gdouble to be compliant with vs6
11047         * gst/playback/gstdecodebin.c: (try_to_link_1)
11048         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11049                 use G_GINT64_CONSTANT for int64 constants
11050         * win32/common/libgstinterfaces.def:
11051                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11052         * win32/vs6:
11053                 update and add new project files
11054                 
11055 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11056
11057         * Makefile.am:
11058         * win32/MANIFEST:
11059         * win32/common/interfaces-enumtypes.c:
11060         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11061         (gst_mixer_track_flags_get_type),
11062         (gst_tuner_channel_flags_get_type):
11063         * win32/common/interfaces-enumtypes.h:
11064         * win32/common/multichannel-enumtypes.c:
11065         (gst_audio_channel_position_get_type):
11066         * win32/common/multichannel-enumtypes.h:
11067           add a win32-update rule like in core, and copy over enumtypes files
11068
11069 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11070
11071         * win32/MANIFEST:
11072         * win32/common/config.h:
11073         * win32/common/config.h.in:
11074           add config files just like in core
11075
11076 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11077
11078         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11079           Make gcc-4.1 happy (part of #327357).
11080
11081 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11082
11083         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11084         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11085         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11086         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11087         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11088         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11089           Update all error messages.  All of them should either use
11090           the default translated message, or actually provide a
11091           translatable string.
11092           Make the string for channel count problems meaningful.
11093
11094 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11095
11096         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11097           check for and throw RESOURCE_BUSY
11098
11099 2006-01-27  David Schleef  <ds@schleef.org>
11100
11101         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11102           checked in this change -- it requires liboil features not
11103           in 0.3.6.  Revert parts.
11104
11105 2006-01-27  David Schleef  <ds@schleef.org>
11106
11107         * REQUIREMENTS:
11108         * configure.ac: update liboil requirement to 0.3.6
11109         * gst/videoscale/Makefile.am:
11110         * gst/videoscale/vs_scanline.c: liboilify
11111
11112 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11113
11114         * ext/libvisual/visual.c: (get_buffer):
11115           When pad_alloc returns a GstFlowReturn other
11116           than GST_FLOW_OK, make sure it is passed upstream.
11117
11118 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11119
11120         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11121         (gst_alsasink_class_init):
11122           Free the device name string.
11123
11124         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11125         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11126         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11127           Don't remove a pad from the collectpads structure until it
11128           is released - it's a request pad, and may receive data again
11129           if the element gets moved back to PLAYING state.
11130
11131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11132           Ensure we turn on double buffering on the Xv port, and
11133           set the colour key to something dark and mysterious that
11134           isn't black.
11135
11136 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11137
11138         * ext/alsa/gstalsaplugin.c: (plugin_init):
11139         * ext/cdparanoia/gstcdparanoiasrc.c:
11140         (gst_cd_paranoia_src_base_init), (plugin_init):
11141         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11143           - a library should not call setlocale. see "Libraries" node in
11144             gettext manual
11145           - make sure all plugins that use translation do bindtextdomain
11146             to point to the localedir
11147         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11148         (setup_sinks), (plugin_init):
11149           all this, and check for NULL when creating sinks
11150
11151 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11152
11153         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11154         (plugin_init): Make typefinding of subtitles work again.
11155
11156 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11157
11158         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11159         (mp3_type_frame_length_from_header), (mp3_type_find),
11160         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11161         (plugin_init):
11162           Backport a bunch of typefinding fixes from the 0.8 branch.
11163           Also, improve wavpack typefinding: if we can't peek the
11164           entire wavpack block, try to parse the bits we can get and
11165           see if we find what we're looking for in those.
11166
11167 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11168
11169         * sys/ximage/ximagesink.c:
11170         (gst_ximagesink_calculate_pixel_aspect_ratio):
11171         * sys/xvimage/xvimagesink.c:
11172         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11173         more cases of pixel aspect ratio.
11174
11175 2006-01-26  Edward Hervey  <edward@fluendo.com>
11176
11177         * gst/playback/gstdecodebin.c: (pad_probe):
11178         Also consider the flush-start and tag events as unblockers
11179         for the pad probes.
11180
11181 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11182
11183         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11184         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11185         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11186         On the fly visualisation switch, works disabling, enabling as
11187         well but it won't be able to enable vis in a playbin that was
11188         created with no visualisation.
11189
11190 2006-01-25  Wim Taymans  <wim@fluendo.com>
11191
11192         * gst-libs/gst/audio/gstbaseaudiosink.c:
11193         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11194         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11195         resume after pause.
11196
11197 2006-01-25  Wim Taymans  <wim@fluendo.com>
11198
11199         * gst-libs/gst/audio/gstbaseaudiosink.c:
11200         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11201         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11202         Improve debugging.
11203         Post error when caps cannot be parsed.
11204         Resync on discontinuity in the stream.
11205         Clip samples to segment boundaries.
11206         return WRONG_STATE sooner when we are flushing.
11207
11208         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11209         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11210         Make audiosrc operate in TIME.
11211         Set TIMESTAMP and DURATION on buffers.
11212
11213 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11214
11215         * tests/examples/seek/seek.c: (main):
11216           Output tag messages as well.
11217
11218 2006-01-23  Edward Hervey  <edward@fluendo.com>
11219
11220         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11221         (free_pad_probes), (remove_fakesink), (pad_probe),
11222         (close_pad_link), (gst_decode_bin_change_state):
11223         Replace GstPadBlockCallback with pad probes that detect
11224         first buffer AND eos before removing fakesink.
11225         Fixes hang with demuxers doing EOS while pre-rolling.
11226         Solves #328279
11227
11228 2006-01-23  Andy Wingo  <wingo@pobox.com>
11229
11230         * ext/alsa/gstalsasink.c:
11231         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11232         (gst_base_rtp_depayload_setcaps),
11233         (gst_base_rtp_depayload_add_to_queue),
11234         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11235         
11236         Patch by: Jens Granseuer <jensgr at gmx dot net>
11237
11238 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11239
11240         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11241         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11242         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11243         frames. We might get a frame destroyed after changing state to
11244         NULL, adding a safety check on xcontext.
11245
11246 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11247
11248         * gst-libs/gst/interfaces/xoverlay.c:
11249           Fix prepare-xwindow-id code example in the docs - we need to
11250           ignore all messages that aren't element messages as well.
11251           
11252 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11253
11254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11255           I think one day i'll completely undestand how caps negotiation
11256           is supposed to work. This refactoring handles buffer_alloc
11257           called with caps we can't handle. We definitely don't want a
11258           set_caps with those caps, so we define and allocate a buffer
11259           we would like to receive.
11260
11261 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11262
11263         * gst/playback/gstplaybasebin.c: (setup_source):
11264           Free iterator when done.
11265
11266 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11267
11268         * gst-libs/gst/audio/gstbaseaudiosink.c:
11269         (gst_base_audio_sink_render):
11270           Fix playback of non-synchronised streams by assuming a rate
11271           of 1.0 instead of a random one.
11272
11273           Makes this work again:
11274
11275           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11276           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11277           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11278           audioresample ! alsasink
11279
11280 === release 0.10.2 ===
11281
11282 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11283
11284         * configure.ac:
11285           releasing 0.10.2, "Then the devil is six"
11286
11287 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11288
11289         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11290         * gst/playback/gststreamselector.c:
11291         (gst_stream_selector_set_property):
11292           Comment out broken code that connects to the state-changed signal.
11293           At this point, changing current stream selection is broken, but 
11294           stuff like gst-launch playbin current-audio=1 works and filters
11295           to the chosen stream.
11296
11297 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11298
11299         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11300           Fix #327216 (null dereference in vorbisdec)
11301
11302 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11303
11304         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11305           Post taglist actually on bus instead of just freeing it
11306           (fixes #327114 and totem bug #327080).
11307
11308         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11309           Use gst_element_found_tags_for_pad(), so that the tags
11310           are sent downstream as an event as well.
11311
11312 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11313
11314         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11315         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11316         (gst_ximagesink_buffer_alloc):
11317         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11318         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11319         (gst_xvimagesink_buffer_alloc):
11320           move all regularly occurring messages to GST_LOG level
11321           add some more object logs
11322
11323 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11324
11325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11326           fix a silly segfault
11327
11328 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         * docs/libs/gst-plugins-base-libs-docs.sgml:
11331         * docs/libs/gst-plugins-base-libs-sections.txt:
11332         * gst-libs/gst/audio/mixerutils.c:
11333         * gst-libs/gst/audio/mixerutils.h:
11334           Add docs for mixerutils stuff.
11335
11336 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11337
11338         * gst/playback/gstplaybasebin.c: (setup_source):
11339           Fix playback for sources that emit raw audio or
11340           raw video streams (e.g.: cd audio sources) (#325984).
11341
11342 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11343
11344         * gst-libs/gst/audio/mixerutils.c:
11345         (gst_audio_mixer_filter_do_filter):
11346           actually save the element we create
11347
11348 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11349
11350         * gst-libs/gst/cdda/gstcddabasesrc.c:
11351         (gst_cdda_base_src_handle_track_seek):
11352           No need to post a tag message on the bus when seeking
11353           within the same track, only post it when the current
11354           track changes.
11355
11356 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11357
11358         * gst/playback/gstplaybasebin.c: (group_destroy),
11359         (probe_triggered), (new_decoded_pad), (mute_group_type),
11360         (set_active_source):
11361         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11362         * gst/playback/gststreamselector.c:
11363         (gst_stream_selector_base_init),
11364         (gst_stream_selector_set_property),
11365         (gst_stream_selector_request_new_pad):
11366           Reenable stream selection. These mechanisms need a complete overhaul
11367           in the face of 0.8->0.10 changes though.
11368
11369 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11370
11371         * ext/ogg/gstoggdemux.c:
11372           Change the pad template to src_%d to match the pads that 
11373           are created from it. decodebin needs this information in order
11374           to decide that oggdemux is capable of producing multiple pads
11375           (and hence needs queues inserted).
11376
11377         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11378         (gst_ogg_mux_collected):
11379           Make debug output more useful by using GST_PTR_FORMAT.
11380
11381 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11382
11383         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11384
11385         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11386           Set depth and width for alaw/mulaw (fixes #326601).
11387
11388 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11389
11390         * tests/icles/Makefile.am:
11391           don't build the tests if we don't have the libs
11392
11393 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11394
11395         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11396         (gst_cd_paranoia_paranoia_callback):
11397           Don't try to free NULL pointers.
11398
11399 2006-01-10  Edward Hervey  <edward@fluendo.com>
11400
11401         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11402         (gst_audio_rate_change_state), (plugin_init):
11403         Add debugging category.
11404         Fix type issues.
11405         Add case for incoming buffers without valid offset/offset_end.
11406
11407 2006-01-10  Michael Smith  <msmith@fluendo.com>
11408
11409         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11410           Don't leak GCond in audio sources.
11411
11412 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11413
11414         * gst/playback/gstplaybin.c: (gen_audio_element):
11415           Don't leak an autoaudiosink/alsasink when we generate
11416           a new audio element. (old code, I guess)
11417
11418 2006-01-10  Michael Smith  <msmith@fluendo.com>
11419
11420         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11421           Support float audio in audiorate.
11422           Use width rather than depth for selecting sample width.
11423
11424 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         * gst/videotestsrc/videotestsrc.h:
11427           Use GLib types here (that way we don't have to include the
11428           generated _stdint.h header, which makes life easier for win32
11429           folks that don't use autotools for the build) (#325990, patch
11430           by: Sergey Scobich).
11431
11432 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11433
11434         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11435         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11436         (gst_ring_buffer_pause), (wait_segment):
11437         * gst-libs/gst/audio/gstringbuffer.h:
11438           Name (private) union, makes Forte compiler happy (this time
11439           for real) (#324900).
11440
11441 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11442
11443         * gst-libs/gst/audio/Makefile.am:
11444           Link against libgstinterfaces, needed for mixer
11445           and property probe stuff.
11446
11447 2006-01-09  Edward Hervey  <edward@fluendo.com>
11448
11449         * gst-libs/gst/Makefile.am:
11450
11451 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11452
11453         * gst-libs/gst/audio/Makefile.am:
11454         * gst-libs/gst/audio/mixerutils.c:
11455         (gst_audio_mixer_filter_do_filter),
11456         (gst_audio_mixer_filter_check_element),
11457         (gst_audio_mixer_filter_probe_feature),
11458         (element_factory_rank_compare_func),
11459         (gst_audio_default_registry_mixer_filter):
11460         * gst-libs/gst/audio/mixerutils.h:
11461           Add gst_audio_default_registry_mixer_filter() utility
11462           function.
11463
11464 2006-01-03  Michael Smith  <msmith@fluendo.com>
11465
11466         * gst/audioresample/resample.h:
11467           As before, but for o_buf
11468
11469 2006-01-03  Michael Smith  <msmith@fluendo.com>
11470
11471         * gst/audioresample/resample.h:
11472           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11473           since we do arithmetic on it.
11474
11475 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11476
11477         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11478         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11479         (gst_ring_buffer_pause), (wait_segment):
11480         * gst-libs/gst/audio/gstringbuffer.h:
11481           Sun's Forte compiler doesn't seem to like anonymous structs,
11482           so use same setup as in GstBaseSrc (fixes #324900).
11483
11484 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11485
11486         * configure.ac:
11487         * gst/volume/Makefile.am:
11488         * gst/volume/demo.c:
11489           move old example to tests/examples/volume/volune.c
11490         * tests/examples/Makefile.am:
11491         * tests/examples/seek/seek.c: (main):
11492           change window-close event from "delete-event" to "destroy"
11493         * tests/examples/volume/Makefile.am:
11494         * tests/examples/volume/volume.c: (value_changed_callback),
11495         (setup_gui), (message_received), (eos_message_received), (main):
11496           fix event handling and bus usage
11497
11498 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
11499
11500         * gst/audiotestsrc/gstaudiotestsrc.c:
11501         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11502         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
11503         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
11504         (gst_audio_test_src_create_square),
11505         (gst_audio_test_src_create_saw),
11506         (gst_audio_test_src_create_triangle),
11507         (gst_audio_test_src_create_silence),
11508         (gst_audio_test_src_create_white_noise),
11509         (gst_audio_test_src_create_pink_noise),
11510         (gst_audio_test_src_init_sine_table),
11511         (gst_audio_test_src_create_sine_table),
11512         (gst_audio_test_src_change_wave),
11513         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
11514         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
11515         * gst/audiotestsrc/gstaudiotestsrc.h:
11516           update to basesrc changes, implement segmented seeking and eos
11517           handling, add a 'sine-tab' waveform for performance critical playback
11518
11519 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11520
11521         * po/POTFILES.in:
11522           ... and this time the other modified file that I missed last time.
11523
11524 2005-12-29  Michael Smith  <msmith@fluendo.com>
11525
11526         * gst/playback/gstdecodebin.c: (new_pad):
11527           Fix non-C89 variable declaration not at the start of a block. Should
11528           help some compilers.
11529
11530 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11531
11532         * tests/check/Makefile.am:
11533           And now fix 'make distcheck' (builddir != srcdir)
11534
11535 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11536
11537         * configure.ac:
11538         * ext/cdparanoia/Makefile.am:
11539         * ext/cdparanoia/gstcdparanoia.c:
11540         * ext/cdparanoia/gstcdparanoia.h:
11541         * ext/cdparanoia/gstcdparanoiasrc.c:
11542         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
11543         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
11544         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
11545         (gst_cd_paranoia_paranoia_callback),
11546         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
11547         (gst_cd_paranoia_src_set_property),
11548         (gst_cd_paranoia_src_get_property), (plugin_init):
11549         * ext/cdparanoia/gstcdparanoiasrc.h:
11550           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
11551           plugin again (there are still fixes required to playbin to make
11552           cdda:// uris work there).
11553
11554 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11555
11556         * tests/check/Makefile.am:
11557           Fix test case compilation.
11558
11559 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11560
11561         * gst-libs/gst/cdda/gstcddabasesrc.c:
11562         (gst_cdda_base_src_update_duration),
11563         (gst_cdda_base_src_calculate_cddb_id):
11564           An integer is not a string. Fix access to uninitialised variable.
11565
11566         * tests/check/Makefile.am:
11567           Add cddabasesrc unit test; also actually enable the vorbis test.
11568
11569         * tests/check/generic/states.c:
11570           Blacklist new cd audio elements as well.
11571
11572         * tests/check/libs/cddabasesrc.c:
11573           Unit test for GstCddaBaseSrc (discid calculation mostly).
11574
11575 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11576
11577         * docs/libs/Makefile.am:
11578         * docs/libs/gst-plugins-base-libs-docs.sgml:
11579         * docs/libs/gst-plugins-base-libs-sections.txt:
11580         * docs/libs/gst-plugins-base-libs.types:
11581           Add docs for libgstcdda/GstCddaBaseSrc.
11582
11583         * gst-libs/gst/interfaces/mixertrack.h:
11584           Do one struct member per line with a semicolon at the end, that way
11585           even gtk-doc might parse it without complaining.
11586
11587 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11588
11589         * configure.ac:
11590         * gst-libs/gst/Makefile.am:
11591         * gst-libs/gst/cdda/Makefile.am:
11592         * gst-libs/gst/cdda/base64.c:
11593         * gst-libs/gst/cdda/base64.h:
11594         * gst-libs/gst/cdda/gstcddabasesrc.c:
11595         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
11596         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
11597         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
11598         (gst_cdda_base_src_get_property),
11599         (gst_cdda_base_src_get_track_from_sector),
11600         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
11601         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
11602         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
11603         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
11604         (gst_cdda_base_src_uri_get_protocols),
11605         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
11606         (gst_cdda_base_src_uri_handler_init),
11607         (gst_cdda_base_src_setup_interfaces),
11608         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
11609         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
11610         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
11611         (gst_cdda_base_src_add_tags),
11612         (gst_cdda_base_src_add_index_associations),
11613         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
11614         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
11615         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
11616         (gst_cdda_base_src_create):
11617         * gst-libs/gst/cdda/gstcddabasesrc.h:
11618         * gst-libs/gst/cdda/sha1.c:
11619         * gst-libs/gst/cdda/sha1.h:
11620           Add new libgstcdda with GstCddaBaseSrc class.
11621
11622 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11623
11624         * ext/gnomevfs/gstgnomevfssink.h:
11625           Use GstBaseSinkClass as parent_class member for class struct, not
11626           GstBaseSink.
11627
11628 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11629
11630         Patch by: Michael Benes
11631
11632         * gst/videotestsrc/gstvideotestsrc.c:
11633         (gst_video_test_src_class_init), (gst_video_test_src_start):
11634           Add start method to reset running time and number of frames sent
11635           when starting up (fixes #324696)
11636
11637 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11638
11639         * docs/plugins/Makefile.am:
11640         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11641         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11642         * docs/plugins/gst-plugins-base-plugins.args:
11643         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11644         * docs/plugins/gst-plugins-base-plugins.signals:
11645           Add docs stuff for gnomevfssrc and gnomevfssink.
11646
11647         * ext/gnomevfs/gstgnomevfssrc.c:
11648           Fix example pipeline in gtk-doc blurb.
11649
11650 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11651
11652         * ext/gnomevfs/Makefile.am:
11653         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
11654         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
11655         (gst_gnome_vfs_handle_get_type), (plugin_init):
11656         * ext/gnomevfs/gstgnomevfs.h:
11657         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
11658         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
11659         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
11660         (gst_gnome_vfs_sink_set_property),
11661         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
11662         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
11663         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
11664         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
11665         (gst_gnome_vfs_sink_uri_get_type),
11666         (gst_gnome_vfs_sink_uri_get_protocols),
11667         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
11668         (gst_gnome_vfs_sink_uri_handler_init):
11669         * ext/gnomevfs/gstgnomevfssink.h:
11670           Port gnomevfssink; add gtk-doc blurb.
11671
11672         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
11673         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
11674         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
11675         (gst_gnome_vfs_src_uri_get_type),
11676         (gst_gnome_vfs_src_uri_get_protocols),
11677         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
11678         (gst_gnome_vfs_src_uri_handler_init),
11679         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
11680         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
11681         (gst_gnome_vfs_src_send_additional_headers_callback),
11682         (gst_gnome_vfs_src_received_headers_callback),
11683         (gst_gnome_vfs_src_push_callbacks),
11684         (gst_gnome_vfs_src_pop_callbacks),
11685         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
11686         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
11687         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
11688         * ext/gnomevfs/gstgnomevfssrc.h:
11689           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
11690           file; add gtk-doc blurb with example pipelines.
11691
11692 === release 0.10.1 ===
11693
11694 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
11695
11696         * configure.ac:
11697           releasing 0.10.1, "Dobro Dedek"
11698
11699 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
11700
11701         * gst/typefind/gsttypefindfunctions.c:
11702         iLBC30 and iLBC20 added to typefind.
11703
11704 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11705
11706         * gst-libs/gst/audio/gstbaseaudiosink.c:
11707         (gst_base_audio_sink_class_init):
11708         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11709         (gst_base_audio_src_class_init):
11710           update strings, values are in microseconds
11711           change the default sink buffer time to something that is smaller
11712           (to help software volume mixing have a slightly lower delay) but
11713           still be acceptable on Wim's laptop
11714
11715 2005-12-20  Edward Hervey  <edward@fluendo.com>
11716
11717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
11718         Made a quack, forgot to add DUCK to the riff video template.
11719
11720 2005-12-19  Edward Hervey  <edward@fluendo.com>
11721
11722         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
11723         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
11724         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11725         (gst_ogm_parse_chain):
11726         Make sure pads are initialized correctly.
11727         * gst-libs/gst/riff/riff-ids.h:
11728         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11729         (gst_riff_create_video_template_caps):
11730         Add a whole bunch of FOURCC <=> MimeType.
11731         Extend the riff video pad template to support the newly added fourcc.
11732
11733 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11734
11735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
11736         (gst_ogg_demux_activate_chain):
11737           Extra debug output when activating/deactivating chains.
11738
11739         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11740         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
11741         (unlinked):
11742           Remove a queue from our list when it becomes unlinked.
11743           Don't add queues to elements in class 'Demux' if they
11744           can only produce one pad 
11745
11746 2005-12-18  Julien MOUTTE  <julien@moutte.net>
11747
11748         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
11749         (gst_video_sink_get_type): Add a debug category.
11750
11751 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11752
11753         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11754         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
11755           Handle downstream newsegment by sending our own newsegment before the
11756           next buffer to be released. (#323900)
11757
11758 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11759
11760         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11761         (gst_base_rtp_depayload_set_gst_timestamp):
11762           add queue delay to new segment as well (as opposed to just the first
11763           buffer). (bug #322347)
11764
11765 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
11766
11767         * ext/libvisual/visual.c: (make_valid_name):
11768           change some char* into char[]
11769         * gst/audiotestsrc/gstaudiotestsrc.c:
11770         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
11771         (gst_audio_test_src_create):
11772         * gst/audiotestsrc/gstaudiotestsrc.h:
11773           prepare to handle EOS and SEGMENT_DONE
11774
11775 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11776
11777         * tests/check/generic/states.c: (GST_START_TEST):
11778           Blacklist cdparanoia element in state test.
11779
11780 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11781
11782           Patch by: Benjamin Pineau
11783
11784         * gst/tcp/gsttcp.c:
11785         * gst/tcp/gsttcpclientsink.c:
11786         * gst/tcp/gsttcpserversink.c:
11787         * gst/tcp/gsttcpserversrc.c:
11788           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
11789
11790 2005-12-15  Michael Smith  <msmith@fluendo.com>
11791
11792         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
11793         (gst_video_rate_chain):
11794           Fix timestamping for videorate when the first buffer it sees has a
11795           non-zero timestamp. Fix some misleading debug output.
11796
11797 2005-12-15  Michael Smith  <msmith@fluendo.com>
11798
11799         * gst/audioresample/gstaudioresample.c:
11800           Don't leak all input buffers to audioresample.
11801
11802 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11803
11804         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
11805           Don't operate on empty text buffers. Strip newlines and
11806           tabs only from the end of the text, but leave them intact
11807           in the middle. Fix typo in gtk-doc description.
11808
11809 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11810
11811         * gst/playback/gstplaybasebin.c:
11812         * gst/playback/gstplaybin.c: (handoff):
11813           Make sure the video frame buffer we return to apps via the
11814           "frame" property always has caps set on it. Modify
11815           _gst_gvalue_set_object() macro to handle NULL objects
11816           gracefully too.
11817
11818 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
11819
11820         * gst/audiotestsrc/gstaudiotestsrc.c:
11821         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
11822         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
11823         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
11824         (gst_audio_test_src_create):
11825         * gst/audiotestsrc/gstaudiotestsrc.h:
11826         Adjust to some recent api changes and add wtays new cool seeking
11827         capabillities
11828
11829 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11830
11831         * ext/alsa/Makefile.am:
11832         * ext/alsa/gstalsadeviceprobe.c:
11833         * ext/alsa/gstalsadeviceprobe.h:
11834           Helper functions to add device probing via the GstPropertyProbe
11835           interface to a class.
11836
11837         * ext/alsa/gstalsamixer.h:
11838           Comment out GST_ALSA_MIXER, it returns a struct that's not
11839           used.
11840
11841         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
11842           Add some debug info. 
11843
11844         * ext/alsa/gstalsamixerelement.c:
11845         (gst_alsa_mixer_element_interface_supported),
11846         (gst_implements_interface_init),
11847         (gst_alsa_mixer_element_init_interfaces),
11848         (gst_alsa_mixer_element_class_init),
11849         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
11850         (gst_alsa_mixer_element_set_property),
11851         (gst_alsa_mixer_element_get_property),
11852         (gst_alsa_mixer_element_change_state):
11853         * ext/alsa/gstalsamixerelement.h:
11854           Add 'device' and 'device-name' properties. Add GstPropertyProbe
11855           for device handling (gnome-volume-control will need that).
11856
11857 2005-12-12  Christian Schaller  <uraeus@gnome.org>
11858
11859         * ext/Makefile.am: fix cdparanoia entry
11860         * gst-plugins-base.spec.in: add cdparanoia
11861
11862 2005-12-12  Michael Smith  <msmith@fluendo.com>
11863
11864         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11865           Use the correct function to free list of typefind factories.
11866
11867 2005-12-12  Wim Taymans  <wim@fluendo.com>
11868
11869         * gst/videotestsrc/gstvideotestsrc.c:
11870         (gst_video_test_src_class_init), (gst_video_test_src_init),
11871         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
11872         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
11873         (gst_video_test_src_create):
11874         * gst/videotestsrc/gstvideotestsrc.h:
11875         Implement seeking in videotestsrc.
11876         Small cleanups.
11877
11878 2005-12-12  Wim Taymans  <wim@fluendo.com>
11879
11880         * ext/cdparanoia/Makefile.am:
11881         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
11882         (gst_paranoia_endian_get_type), (_do_init),
11883         (cdparanoia_class_init), (cdparanoia_init),
11884         (cdparanoia_set_property), (cdparanoia_get_property),
11885         (cdparanoia_do_seek), (cdparanoia_is_seekable),
11886         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
11887         (cdparanoia_convert), (cdparanoia_get_query_types),
11888         (cdparanoia_query), (cdparanoia_set_index),
11889         (cdparanoia_uri_set_uri):
11890         * ext/cdparanoia/gstcdparanoia.h:
11891         Partially ported cdparanoia now that basesrc can support a
11892         plugin like this..
11893
11894 2005-12-12  Wim Taymans  <wim@fluendo.com>
11895
11896         * tests/examples/seek/scrubby.c: (main):
11897         Set higher priority for bus events so they don't get reordered with
11898         gtk gui events.
11899
11900         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11901         (flush_toggle_cb), (main):
11902         Added checkbox to disable flushing seeks. 
11903         Disable scrubbing when doing non flushing seeks.
11904
11905 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11906
11907         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
11908         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
11909         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
11910         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
11911           Implement some sort of event handling that doesn't rely on
11912           g_return_if_fail; make sure we always push the last chunk of an 
11913           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
11914           state change function; remove some old cruft. Seeking is still
11915           rather unlikely to work though.
11916
11917         * tools/.cvsignore:
11918           Ignore more.
11919
11920 2005-12-11  Julien MOUTTE  <julien@moutte.net>
11921
11922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
11923         Fixed a leak of the current image reference when cleaning up.
11924         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
11925
11926 2005-12-09  Michael Smith  <msmith@fluendo.com>
11927
11928         * tools/Makefile.am:
11929         * tools/gst-launch-ext-m.m:
11930           Remove gst-launch-ext. It doesn't work, and is no longer
11931           particularly useful.
11932
11933 2005-12-08  Luca Ognibene  <luogni@tin.it>
11934
11935         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11936           don't pass random values to ogmparse convert function.
11937           Make seeking possible in the exile1.ogm file.
11938
11939 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
11940
11941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
11942         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11943           Work around refcount problem with g_value_set_object() that occur
11944           if the core has been compiled against GLib-2.6 (g_value_set_object()
11945           will only g_object_ref() the element, but the caller will
11946           gst_object_unref() it and bad things will happen due to the way
11947           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
11948           totem for people on FC4 using Thomas's 0.10 RPMs.
11949           
11950 2005-12-07  Edward Hervey  <edward@fluendo.com>
11951
11952         Time to welcome ogm to 0.10 :)
11953         
11954         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
11955         (gst_ogg_pad_typefind):
11956         Oggdemux can now properly typefind elements with dynamic pads.
11957         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11958         Properly set caps on src pad, and set caps on outgoing buffers.
11959
11960 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11961
11962         * ext/alsa/gstalsamixer.h:
11963         * ext/alsa/gstalsamixerelement.h:
11964         * ext/alsa/gstalsamixeroptions.h:
11965         * ext/alsa/gstalsamixertrack.h:
11966         * ext/alsa/gstalsasink.c:
11967         * ext/alsa/gstalsasink.h:
11968         * ext/alsa/gstalsasrc.c:
11969         * ext/alsa/gstalsasrc.h:
11970         * ext/cdparanoia/gstcdparanoia.h:
11971         * ext/gnomevfs/gstgnomevfsuri.h:
11972         * ext/ogg/gstoggdemux.c:
11973         * ext/ogg/gstoggmux.c:
11974         * ext/pango/gsttextoverlay.h:
11975         * ext/theora/theoradec.c:
11976         * ext/theora/theoraenc.c:
11977         * ext/vorbis/vorbisdec.h:
11978         * ext/vorbis/vorbisenc.c:
11979         * ext/vorbis/vorbisenc.h:
11980         * ext/vorbis/vorbisparse.h:
11981         * gst-libs/gst/audio/gstaudioclock.h:
11982         * gst-libs/gst/audio/gstaudiosink.c:
11983         * gst-libs/gst/audio/gstaudiosink.h:
11984         * gst-libs/gst/audio/gstaudiosrc.c:
11985         * gst-libs/gst/audio/gstaudiosrc.h:
11986         * gst-libs/gst/audio/gstbaseaudiosink.c:
11987         * gst-libs/gst/audio/gstbaseaudiosink.h:
11988         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11989         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11990         * gst-libs/gst/audio/gstringbuffer.h:
11991         * gst-libs/gst/audio/multichannel.h:
11992         * gst-libs/gst/floatcast/floatcast.h:
11993         * gst-libs/gst/interfaces/colorbalance.c:
11994         * gst-libs/gst/interfaces/colorbalance.h:
11995         * gst-libs/gst/interfaces/colorbalancechannel.h:
11996         * gst-libs/gst/interfaces/mixer.h:
11997         * gst-libs/gst/interfaces/mixeroptions.h:
11998         * gst-libs/gst/interfaces/mixertrack.h:
11999         * gst-libs/gst/interfaces/navigation.h:
12000         * gst-libs/gst/interfaces/propertyprobe.h:
12001         * gst-libs/gst/interfaces/tuner.h:
12002         * gst-libs/gst/interfaces/tunerchannel.h:
12003         * gst-libs/gst/interfaces/tunernorm.h:
12004         * gst-libs/gst/interfaces/xoverlay.h:
12005         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12006         * gst-libs/gst/riff/riff-ids.h:
12007         * gst-libs/gst/riff/riff-media.h:
12008         * gst-libs/gst/riff/riff-read.h:
12009         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12010         * gst-libs/gst/rtp/gstbasertppayload.c:
12011         * gst-libs/gst/rtp/gstbasertppayload.h:
12012         * gst-libs/gst/rtp/gstrtpbuffer.c:
12013         * gst-libs/gst/rtp/gstrtpbuffer.h:
12014         * gst-libs/gst/tag/gsttageditingprivate.h:
12015         * gst-libs/gst/tag/gstvorbistag.c:
12016         (gst_tag_list_from_vorbiscomment_buffer):
12017         * gst-libs/gst/tag/tag.h:
12018         * gst-libs/gst/video/video.h:
12019         * gst/adder/gstadder.c:
12020         * gst/adder/gstadder.h:
12021         * gst/audioconvert/audioconvert.c:
12022         * gst/audioconvert/audioconvert.h:
12023         * gst/audioconvert/gstaudioconvert.c:
12024         * gst/audioconvert/gstchannelmix.c:
12025         * gst/audioconvert/gstchannelmix.h:
12026         * gst/audiorate/gstaudiorate.c:
12027         * gst/audioresample/buffer.h:
12028         * gst/audioresample/functable.h:
12029         * gst/audioresample/gstaudioresample.c:
12030         * gst/audioresample/resample.h:
12031         * gst/ffmpegcolorspace/avcodec.h:
12032         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12033         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12034         * gst/ffmpegcolorspace/imgconvert.c:
12035         * gst/ffmpegcolorspace/imgconvert_template.h:
12036         * gst/playback/gstdecodebin.c:
12037         * gst/playback/gstplaybasebin.h:
12038         * gst/playback/gstplaybin.c:
12039         * gst/playback/gststreaminfo.h:
12040         * gst/tcp/gstfdset.c:
12041         * gst/tcp/gstfdset.h:
12042         * gst/tcp/gstmultifdsink.c:
12043         * gst/tcp/gstmultifdsink.h:
12044         * gst/tcp/gsttcp.h:
12045         * gst/tcp/gsttcpclientsrc.c:
12046         * gst/tcp/gsttcpclientsrc.h:
12047         * gst/tcp/gsttcpplugin.h:
12048         * gst/tcp/gsttcpserversink.c:
12049         * gst/tcp/gsttcpserversrc.c:
12050         * gst/typefind/gsttypefindfunctions.c:
12051         * gst/videorate/gstvideorate.c:
12052         * gst/videotestsrc/gstvideotestsrc.h:
12053         * gst/videotestsrc/videotestsrc.h:
12054         * sys/v4l/gstv4lcolorbalance.h:
12055         * sys/v4l/gstv4ltuner.h:
12056         * sys/v4l/gstv4lxoverlay.h:
12057         * sys/v4l/v4l_calls.h:
12058         * sys/v4l/videodev_mjpeg.h:
12059         * tests/check/elements/audioconvert.c:
12060         * tests/check/elements/audioresample.c:
12061         * tests/check/elements/audiotestsrc.c:
12062         * tests/check/elements/videotestsrc.c:
12063         * tests/check/elements/volume.c:
12064         * tests/examples/seek/scrubby.c:
12065         * tests/examples/seek/seek.c:
12066           expand tabs
12067
12068 === release 0.10.0 ===
12069
12070 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12071
12072         * configure.ac:
12073           releasing 0.10.0, "Mont-d'or"
12074
12075 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12076
12077         * tests/examples/seek/Makefile.am:
12078         Build fix for when gtk is not available.
12079
12080 2005-12-05  Andy Wingo  <wingo@pobox.com>
12081
12082         * ext/libvisual/visual.c: (get_buffer):
12083         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12084         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12085         * ext/theora/theoradec.c: (theora_handle_data_packet):
12086         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12087         (theora_enc_chain):
12088         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12089         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12090         Update for alloc_buffer changes.
12091
12092 2005-12-05  Andy Wingo  <wingo@pobox.com>
12093
12094         patch by: Kai Vehmanen <kv2004 eca cx>
12095         
12096         * gst-libs/gst/rtp/gstbasertpdepayload.c
12097         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12098
12099 2005-12-04  Andy Wingo  <wingo@pobox.com>
12100
12101         patch by: Sebastien Cote <sebas642 yahoo ca>
12102         
12103         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12104         Fixes #319172.
12105
12106 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12107
12108         * docs/plugins/Makefile.am:
12109         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12110         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12111         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12112         * ext/pango/gstclockoverlay.c:
12113         * ext/pango/gsttextoverlay.c: 
12114         * ext/pango/gsttextrender.c:
12115         * ext/pango/gsttimeoverlay.c:
12116           Add gtk-doc blurbs to pango elements.
12117
12118 2005-12-02  Wim Taymans  <wim@fluendo.com>
12119
12120         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12121         * gst/audioresample/buffer.h:
12122         * gst/audioresample/gstaudioresample.c:
12123         * gst/audioresample/gstaudioresample.h:
12124         * gst/audioresample/resample.c: (resample_input_flush),
12125         (resample_input_pushthrough), (resample_input_eos),
12126         (resample_get_output_size_for_input),
12127         (resample_get_input_size_for_output), (resample_get_output_size),
12128         (resample_get_output_data):
12129         * gst/audioresample/resample.h:
12130         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12131         Fix audioresample, seek torture, new segments, reverse negotiation
12132         etc.. work fine.
12133
12134 2005-12-02  Wim Taymans  <wim@fluendo.com>
12135
12136         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12137         Small cleanups.
12138
12139 2005-12-02  Wim Taymans  <wim@fluendo.com>
12140
12141         * gst/audioconvert/gstaudioconvert.c:
12142         (gst_audio_convert_transform):
12143         Post errors.
12144
12145 === release 0.9.7 ===
12146
12147 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12148
12149         * configure.ac:
12150           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12151
12152 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12153
12154         * Makefile.am:
12155         * po/hu.po:
12156         * win32/MANIFEST:
12157         * win32/gst.sln:
12158           add win32 MANIFEST file
12159           do something to the hungarian translation
12160
12161 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12162
12163         * ext/Makefile.am:
12164           Add $(PANGO_DIR) to SUBDIRS
12165
12166         * ext/pango/gstclockoverlay.c:
12167         * ext/pango/gsttimeoverlay.c:
12168           Fix and improve element descriptions.
12169
12170 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12171
12172         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12173         * docs/plugins/inspect/plugin-libvisual.xml:
12174         * docs/plugins/inspect/plugin-pango.xml:
12175           add pango plugin to docs
12176
12177 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12178
12179         * configure.ac:
12180         * ext/Makefile.am:
12181           moved pango to base
12182
12183 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12184
12185         * configure.ac:
12186         * tests/Makefile.am:
12187         * tests/icles/.cvsignore:
12188         * tests/icles/Makefile.am:
12189         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12190         (close_display), (resize_window), (move_window), (create_window),
12191         (terminate_playback), (pause_playback), (start_playback), (main):
12192           add stress test for xoverlay from Julien
12193
12194 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12195
12196         * docs/libs/tmpl/gstcolorbalance.sgml:
12197         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12198         * gst-libs/gst/rtp/gstbasertppayload.c:
12199         * gst-libs/gst/rtp/gstrtpbuffer.c:
12200         * gst-libs/gst/rtp/gstrtpbuffer.h:
12201           Do burger's rename for rtp payloaders and depayloaders
12202
12203 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12204
12205         * win32/:
12206           add Visual Studio 6 build files
12207
12208 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12209
12210         * docs/libs/gst-plugins-base-libs-docs.sgml:
12211         * docs/libs/gst-plugins-base-libs-sections.txt:
12212         * docs/libs/tmpl/gstaudio.sgml:
12213         * docs/libs/tmpl/gstringbuffer.sgml:
12214         * gst-libs/gst/interfaces/xoverlay.c:
12215         * gst-libs/gst/video/gstvideofilter.c:
12216         * gst-libs/gst/video/gstvideosink.c:
12217           update documentation
12218
12219 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12220
12221         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12222         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12223         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12224         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12225         (gst_multi_fd_sink_get_stats),
12226         (gst_multi_fd_sink_remove_client_link),
12227         (gst_multi_fd_sink_handle_client_read),
12228         (gst_multi_fd_sink_client_queue_data),
12229         (gst_multi_fd_sink_client_queue_caps),
12230         (gst_multi_fd_sink_client_queue_buffer),
12231         (gst_multi_fd_sink_new_client),
12232         (gst_multi_fd_sink_handle_client_write),
12233         (gst_multi_fd_sink_recover_client),
12234         (gst_multi_fd_sink_queue_buffer),
12235         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12236         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12237         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12238         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12239         * gst/tcp/gstmultifdsink.h:
12240         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12241         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12242         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12243         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12244         (gst_tcp_client_sink_set_property),
12245         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12246         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12247         * gst/tcp/gsttcpclientsink.h:
12248         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12249         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12250         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12251         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12252         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12253         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12254         * gst/tcp/gsttcpclientsrc.h:
12255         * gst/tcp/gsttcpplugin.c: (plugin_init):
12256         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12257         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12258         (gst_tcp_server_sink_finalize),
12259         (gst_tcp_server_sink_handle_server_read),
12260         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12261         (gst_tcp_server_sink_set_property),
12262         (gst_tcp_server_sink_get_property),
12263         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12264         * gst/tcp/gsttcpserversink.h:
12265         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12266         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12267         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12268         (gst_tcp_server_src_set_property),
12269         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12270         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12271         * gst/tcp/gsttcpserversrc.h:
12272           more borgifying
12273
12274 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12275
12276         * docs/plugins/Makefile.am:
12277         * docs/plugins/gst-plugins-base-plugins.args:
12278         * docs/plugins/inspect/plugin-libvisual.xml:
12279         * gst/audioconvert/plugin.h:
12280         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12281         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12282         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12283         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12284         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12285         (plugin_init):
12286         * gst/audiotestsrc/gstaudiotestsrc.c:
12287         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12288         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12289         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12290         (gst_audio_test_src_get_query_types),
12291         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12292         (gst_audio_test_src_create_square),
12293         (gst_audio_test_src_create_saw),
12294         (gst_audio_test_src_create_triangle),
12295         (gst_audio_test_src_create_silence),
12296         (gst_audio_test_src_create_white_noise),
12297         (gst_audio_test_src_init_pink_noise),
12298         (gst_audio_test_src_generate_pink_noise_value),
12299         (gst_audio_test_src_create_pink_noise),
12300         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12301         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12302         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12303         (plugin_init):
12304         * gst/audiotestsrc/gstaudiotestsrc.h:
12305         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12306         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12307         (gst_sub_parse_init), (gst_sub_parse_formats),
12308         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12309         (convert_encoding), (get_next_line),
12310         (gst_sub_parse_data_format_autodetect),
12311         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12312         (gst_sub_parse_loop), (gst_sub_parse_chain),
12313         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12314         (plugin_init):
12315         * gst/subparse/gstsubparse.h:
12316         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12317         (gst_video_rate_base_init), (gst_video_rate_class_init),
12318         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12319         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12320         (gst_video_rate_init), (gst_video_rate_event),
12321         (gst_video_rate_chain), (gst_video_rate_set_property),
12322         (gst_video_rate_get_property), (gst_video_rate_change_state),
12323         (plugin_init):
12324         * gst/videoscale/gstvideoscale.c:
12325         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12326         (gst_video_scale_src_template_factory),
12327         (gst_video_scale_sink_template_factory),
12328         (gst_video_scale_get_type), (gst_video_scale_base_init),
12329         (gst_video_scale_class_init), (gst_video_scale_init),
12330         (gst_video_scale_set_property), (gst_video_scale_get_property),
12331         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12332         (gst_video_scale_prepare_size), (parse_caps),
12333         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12334         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12335         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12336         (plugin_init):
12337         * gst/videoscale/gstvideoscale.h:
12338         * gst/videotestsrc/gstvideotestsrc.c:
12339         (gst_video_test_src_pattern_get_type),
12340         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12341         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12342         (gst_video_test_src_set_pattern),
12343         (gst_video_test_src_set_property),
12344         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12345         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12346         (gst_video_test_src_event), (gst_video_test_src_get_times),
12347         (gst_video_test_src_create), (plugin_init):
12348         * gst/videotestsrc/gstvideotestsrc.h:
12349         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12350         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12351         (gst_video_test_src_black):
12352         * gst/videotestsrc/videotestsrc.h:
12353           borgify further
12354           clean up docs a little
12355
12356 2005-11-30  Wim Taymans  <wim@fluendo.com>
12357
12358         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12359         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12360         (gst_basertppayload_event), (gst_basertppayload_push),
12361         (gst_basertppayload_change_state):
12362         * gst-libs/gst/rtp/gstbasertppayload.h:
12363         closed #320644.
12364
12365 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12366
12367         * docs/libs/gst-plugins-base-libs-docs.sgml:
12368         * docs/libs/gst-plugins-base-libs-sections.txt:
12369         * gst-libs/gst/video/gstvideofilter.c:
12370         * gst-libs/gst/video/gstvideosink.c:
12371         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12372
12373 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12374
12375         * LICENSE:
12376           move
12377         * po/af.po:
12378         * po/az.po:
12379         * po/cs.po:
12380         * po/en_GB.po:
12381         * po/hu.po:
12382         * po/it.po:
12383         * po/nb.po:
12384         * po/nl.po:
12385         * po/or.po:
12386         * po/sq.po:
12387         * po/sr.po:
12388         * po/sv.po:
12389         * po/uk.po:
12390         * po/vi.po:
12391         * Makefile.am:
12392           update
12393         * scripts/autoplugins.sh:
12394           remove
12395
12396 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12397
12398         * Makefile.am:
12399         * configure.ac:
12400         * examples/Makefile.am:
12401         * examples/capsfilter/Makefile.am:
12402         * examples/capsfilter/capsfilter1.c:
12403         * examples/gob/Makefile.am:
12404         * examples/gob/gst-identity2.gob:
12405         * examples/indexing/.cvsignore:
12406         * examples/indexing/Makefile.am:
12407         * examples/indexing/indexmpeg.c:
12408         * examples/seeking/.cvsignore:
12409         * examples/seeking/Makefile.am:
12410         * examples/seeking/cdparanoia.c:
12411         * examples/seeking/cdplayer.c:
12412         * examples/seeking/chained.c:
12413         * examples/seeking/scrubby.c:
12414         * examples/seeking/seek.c:
12415         * examples/stats/Makefile.am:
12416         * examples/stats/mp2ogg.c:
12417         * examples/switch/.cvsignore:
12418         * examples/switch/Makefile.am:
12419         * examples/switch/switcher.c:
12420         * tests/Makefile.am:
12421         * tests/check/generic/.cvsignore:
12422         * tests/check/pipelines/.cvsignore:
12423         * tests/examples/Makefile.am:
12424         * tests/examples/seek/Makefile.am:
12425           reorganize stuff under tests/
12426
12427 2005-11-30  Edward Hervey  <edward@fluendo.com>
12428
12429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12430         Go away you stupid GstStaticPadTemplate memleak.
12431
12432 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12433
12434         * gst-libs/gst/net/Makefile.am:
12435         * gst-libs/gst/net/README:
12436         * gst-libs/gst/net/gstnetbuffer.c:
12437         * gst-libs/gst/net/gstnetbuffer.h:
12438           this was moved to "netbuffer"
12439
12440 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12441
12442         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12443         (gst_video_filter_class_init), (gst_video_filter_init):
12444         * gst-libs/gst/video/gstvideofilter.h:
12445           borgify name to bring in line with other classes
12446
12447 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12448
12449         * gst/audioscale/.cvsignore:
12450         * gst/audioscale/Makefile.am:
12451         * gst/audioscale/README:
12452         * gst/audioscale/audioscale.vcproj:
12453         * gst/audioscale/dtof.c:
12454         * gst/audioscale/dtos.c:
12455         * gst/audioscale/functable.c:
12456         * gst/audioscale/gstaudioscale.c:
12457         * gst/audioscale/gstaudioscale.h:
12458         * gst/audioscale/private.h:
12459         * gst/audioscale/resample.c:
12460         * gst/audioscale/resample.h:
12461         * gst/audioscale/test.c:
12462           remove
12463
12464 2005-11-30  Edward Hervey  <edward@fluendo.com>
12465
12466         * gst-libs/gst/netbuffer/Makefile.am:
12467         really, really tired
12468
12469 2005-11-30  Edward Hervey  <edward@fluendo.com>
12470
12471         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12472         Update for new GstTypeFindFactory _register()
12473
12474 2005-11-30  Edward Hervey  <edward@fluendo.com>
12475
12476         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12477         Let's not override libgstnet from core for no reason...
12478         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12479         Ok, maybe not so quick next time.
12480
12481 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12482
12483         * configure.ac:
12484         * gst-libs/gst/Makefile.am:
12485           moved gst-libs/gst/net to netbuffer through CVS surgery
12486           remove old directory
12487           updating build to accomodate
12488           (#322257)
12489
12490 2005-11-29  Andy Wingo  <wingo@pobox.com>
12491
12492         * pkgconfig/gstreamer-plugins-base.pc.in:
12493         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12494         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12495         (#322257).
12496
12497 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12498
12499         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12500         3rd time's the charm. Correct ref-counting for discarded buffers.
12501
12502 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12503
12504         * gst/playback/gststreamselector.c:
12505         (gst_stream_selector_class_init),
12506         (gst_stream_selector_set_property),
12507         (gst_stream_selector_get_property),
12508         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12509         Fix ref-counting
12510
12511 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12512
12513         * gst/subparse/gstsubparse.c: (feed_textbuf):
12514           Don't access already unref'ed buffer.
12515
12516 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12517
12518         * gst/playback/gststreamselector.c:
12519         (gst_stream_selector_class_init), (gst_stream_selector_init),
12520         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
12521         (gst_stream_selector_get_property),
12522         (gst_stream_selector_get_linked_pad),
12523         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12524         * gst/playback/gststreamselector.h:
12525         Add the active-pad property for playbin to use shortly. Ignore buffers
12526         from any other pad, returning GST_FLOW_NOT_LINKED
12527
12528 2005-11-29  Julien MOUTTE  <julien@moutte.net>
12529
12530         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
12531         patch from bug #322704 (Alessandro Decina).
12532
12533 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12534
12535         * gst-libs/gst/audio/Makefile.am:
12536           folded audiofilter into the audio library
12537
12538 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12539
12540         * gst/videoscale/gstvideoscale.h:
12541         * gst/videoscale/gstvideoscale.c:
12542           remove unimplemented scale methods
12543
12544 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
12545
12546         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
12547           Don't leak caps.
12548
12549 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12550
12551         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12552         (gst_ximagesink_setcaps):
12553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12554         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
12555         happens (only visible on ximagesink but bug is in xv too) set_caps was
12556         destroying the internal x[v]image used to memcpy non locally alloced
12557         buffers so that it got renewed on next _chain. The issue is that 
12558         _expose will try to put that image as it reffed it in _put.
12559         Using gst_buffer_unref instead of destroy fixes it !
12560
12561 2005-11-28  Edward Hervey  <edward@fluendo.com>
12562
12563         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12564         (try_to_link_1), (queue_filled_cb):
12565         Better use of the queues. Start with a small size queue and only increase
12566         the size of the queues when the other queues are empty.
12567
12568 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12569
12570         * gst-libs/gst/video/Makefile.am:
12571           compile in copied-over videofilter into the video library
12572         * gst-libs/gst/video/videosink.h:
12573           rename the header to gstvideosink.h since it's a base GstObject class
12574         * sys/ximage/ximagesink.h:
12575         * sys/xvimage/xvimagesink.h:
12576           use the new header
12577
12578 2005-11-28  Wim Taymans  <wim@fluendo.com>
12579
12580         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
12581         * gst/playback/gstplaybasebin.h:
12582         Prepare to handle errors betters.
12583
12584         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12585         Set sinks to PAUSED first before adding and linking them so that
12586         we don't interrupt dataflow.
12587
12588 2005-11-28  Wim Taymans  <wim@fluendo.com>
12589
12590         * gst-libs/gst/audio/TODO:
12591         Updated TODO
12592
12593         * gst-libs/gst/audio/gstaudiosink.c:
12594         (gst_audioringbuffer_open_device),
12595         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
12596         (gst_audioringbuffer_release):
12597         Small cleanups.
12598
12599         * gst-libs/gst/audio/gstbaseaudiosink.c:
12600         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
12601         (gst_base_audio_sink_change_state):
12602         Slave to the master clock when going to PLAYING and unslave when
12603         going to PAUSED.
12604
12605         * gst-libs/gst/audio/gstringbuffer.c:
12606         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12607         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12608         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
12609         (gst_ring_buffer_clear_all), (wait_segment),
12610         (gst_ring_buffer_commit), (gst_ring_buffer_read),
12611         (gst_ring_buffer_advance):
12612         * gst-libs/gst/audio/gstringbuffer.h:
12613         Add some docs and cleanups.
12614
12615 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12616
12617         * sys/xvimage/xvimagesink.c:
12618         (gst_xvimagesink_navigation_send_event): Fix navigation events
12619         coordinates translation with pixel aspect ratios.
12620
12621 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12622
12623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12624         Use calculated video geometry from _setcaps instead of buffer
12625         caps to respect pixel aspect ratio. (fixes #322388)
12626
12627 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12628
12629         * docs/libs/tmpl/gstcolorbalance.sgml:
12630         * docs/libs/tmpl/gstmixer.sgml:
12631         * docs/libs/tmpl/gstxoverlay.sgml:
12632         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
12633         interface.
12634
12635 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12636
12637         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12638         Refuse to create an XvImage if we can't find the format.
12639
12640 2005-11-28  Edward Hervey  <edward@fluendo.com>
12641
12642         * gst-libs/gst/riff/riff-media.c:
12643         (gst_riff_create_audio_template_caps):
12644         Add ATRAC3 to the list of riff-possible audio caps.
12645         I know we still don't have a plugin for atrac3, but it's saner to output
12646         that than a cryptic mimetype.
12647
12648 2005-11-27  Edward Hervey  <edward@fluendo.com>
12649
12650         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
12651         Don't try to create a zero-sized subbuffer.
12652
12653 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12654
12655         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
12656         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
12657         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
12658         (gst_ximagesink_expose): Fixed a tricky race.
12659         * sys/ximage/ximagesink.h:
12660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12661         (gst_xvimagesink_expose): Fixed a tricky race.
12662         * sys/xvimage/xvimagesink.h:
12663
12664 2005-11-27  Edward Hervey  <edward@fluendo.com>
12665
12666         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12667         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
12668         Remove unused properties, and add queues between demuxers and decoders
12669         so that a lot more files can preroll properly.
12670
12671 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12672
12673         * gst-libs/gst/net/Makefile.am:
12674         * gst-libs/gst/rtp/Makefile.am:
12675         * gst-libs/gst/tag/Makefile.am:
12676           remove silly include
12677         * gst/tags/Makefile.am:
12678         * gst/tags/gsttagediting.c:
12679         * gst/tags/gsttageditingprivate.h:
12680         * gst/tags/tagedit.vcproj:
12681           remove directory, is as good as empty
12682
12683 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12684
12685         * configure.ac:
12686           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
12687         * gst-libs/Makefile.am:
12688         * gst-libs/gst/audio/Makefile.am:
12689         * gst-libs/gst/interfaces/Makefile.am:
12690         * gst-libs/gst/net/Makefile.am:
12691         * gst-libs/gst/riff/Makefile.am:
12692         * gst-libs/gst/rtp/Makefile.am:
12693         * gst-libs/gst/tag/Makefile.am:
12694         * gst-libs/gst/video/Makefile.am:
12695           and use them
12696
12697 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12698
12699         * docs/libs/tmpl/gstcolorbalance.sgml:
12700         * docs/libs/tmpl/gstmixer.sgml:
12701         * docs/libs/tmpl/gstxoverlay.sgml:
12702         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
12703         * sys/ximage/ximagesink.h:
12704         * sys/xvimage/xvimagesink.h: More and more documentation.
12705
12706 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12707
12708         * docs/libs/gst-plugins-base-libs-docs.sgml:
12709         * docs/libs/gst-plugins-base-libs-sections.txt:
12710         * docs/libs/tmpl/gstcolorbalance.sgml:
12711         * docs/libs/tmpl/gstmixer.sgml:
12712         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
12713         to documentation.
12714
12715 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12716
12717         * docs/plugins/Makefile.am:
12718         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12719         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12720         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
12721
12722 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12723
12724         * docs/plugins/Makefile.am:
12725         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12726         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12727         * docs/plugins/inspect/plugin-adder.xml:
12728         * docs/plugins/inspect/plugin-alsa.xml:
12729         * docs/plugins/inspect/plugin-audioconvert.xml:
12730         * docs/plugins/inspect/plugin-audiorate.xml:
12731         * docs/plugins/inspect/plugin-audioresample.xml:
12732         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12733         * docs/plugins/inspect/plugin-decodebin.xml:
12734         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12735         * docs/plugins/inspect/plugin-gnomevfs.xml:
12736         * docs/plugins/inspect/plugin-ogg.xml:
12737         * docs/plugins/inspect/plugin-playbin.xml:
12738         * docs/plugins/inspect/plugin-subparse.xml:
12739         * docs/plugins/inspect/plugin-tcp.xml:
12740         * docs/plugins/inspect/plugin-theora.xml:
12741         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12742         * docs/plugins/inspect/plugin-video4linux.xml:
12743         * docs/plugins/inspect/plugin-videorate.xml:
12744         * docs/plugins/inspect/plugin-videoscale.xml:
12745         * docs/plugins/inspect/plugin-videotestsrc.xml:
12746         * docs/plugins/inspect/plugin-volume.xml:
12747         * docs/plugins/inspect/plugin-vorbis.xml:
12748         * docs/plugins/inspect/plugin-ximagesink.xml:
12749         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
12750         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
12751
12752 2005-11-26  Edward Hervey  <edward@fluendo.com>
12753
12754         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
12755         Properly return GstFlowReturn from gst_pad_push in chain functions.
12756
12757 2005-11-25  Michael Smith  <msmith@fluendo.com>
12758
12759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
12760         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
12761         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
12762         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
12763           Handle various conditions better when we don't understand a stream.
12764           Removes a heap of CRITICALs on ogg streams containing unknown data.
12765
12766 2005-11-24  Andy Wingo  <wingo@pobox.com>
12767
12768         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
12769         Be threadsafe.
12770
12771 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12772
12773         * configure.ac: back to HEAD
12774
12775 === release 0.9.6 ===
12776
12777 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
12778
12779         * configure.ac:
12780           releasing 0.9.6, "White Eight"
12781
12782 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12783
12784         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12785         * docs/plugins/inspect/plugin-sine.xml:
12786           remove sinesrc some more
12787
12788 2005-11-23  Wim Taymans  <wim@fluendo.com>
12789
12790         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12791         If we are reading too slowly, jump forward in the ringbuffer
12792         instead of blocking.
12793
12794 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12795
12796         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12797         (gst_visual_chain):
12798         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
12799         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
12800         (gst_videorate_chain):
12801         * gst/videotestsrc/gstvideotestsrc.c:
12802         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
12803         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
12804         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
12805         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
12806         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12807         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12808           Updates for API changes
12809
12810 2005-11-23  Wim Taymans  <wim@fluendo.com>
12811
12812         * gst-libs/gst/audio/gstbaseaudiosink.c:
12813         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12814         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12815         Fix for calibration API change.
12816
12817 2005-11-23  Michael Smith <msmith@fluendo.com>
12818
12819         * gst-libs/gst/audio/multichannel.c:
12820         (gst_audio_get_channel_positions),
12821         (gst_audio_set_channel_positions),
12822         (gst_audio_set_structure_channel_positions_list),
12823         (gst_audio_fixate_channel_positions):
12824           Use gst_value_array_*() functions on value arrays, not
12825           gst_value_list_*().
12826
12827 2005-11-23  Edward Hervey  <edward@fluendo.com>
12828
12829         * autogen.sh:
12830         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
12831         Fixes autogen
12832
12833 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12834
12835         * check/Makefile.am:
12836         * check/elements/videotestsrc.c: (setup_videotestsrc),
12837         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
12838         (main):
12839           add a test for videotestsrc
12840
12841 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12842
12843         * gst/sine/.cvsignore:
12844         * gst/sine/Makefile.am:
12845         * gst/sine/gstsinesrc.c:
12846         * gst/sine/gstsinesrc.h:
12847         * gst/sine/sinesrc.vcproj:
12848           and remove sinesrc from the repository.  Closes #321446
12849
12850 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12851
12852         * configure.ac:
12853         * gst-plugins-base.spec.in:
12854           remove sinesrc from the build
12855
12856 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12857
12858         * check/Makefile.am:
12859         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
12860         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
12861         (main):
12862           add a test for audiotestsrc, testing all waves.  Even seems
12863           leak-free at first glance, nice job Stefan
12864
12865 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12866
12867         * po/af.po:
12868         * po/az.po:
12869         * po/cs.po:
12870         * po/en_GB.po:
12871         * po/hu.po:
12872         * po/it.po:
12873         * po/nb.po:
12874         * po/nl.po:
12875         * po/or.po:
12876         * po/sq.po:
12877         * po/sr.po:
12878         * po/sv.po:
12879         * po/uk.po:
12880         * po/vi.po:
12881           Translation string updates
12882
12883         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12884         (gst_v4lsrc_set_caps):
12885         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12886         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12887         * sys/v4l/v4lsrc_calls.h:
12888           Improve v4lsrc, by making it work again.
12889
12890 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12891
12892         * ext/libvisual/visual.c: (gst_visual_chain):
12893           Fix the fps calculations.
12894
12895         * gst/ffmpegcolorspace/avcodec.h:
12896           Move structure element for clarity
12897
12898         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
12899         * gst-libs/gst/interfaces/tunernorm.h:
12900         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
12901         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12902         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12903         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
12904         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
12905         (gst_v4lmjpegsrc_getcaps):
12906         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12907         (gst_v4lsrc_set_caps):
12908         * sys/v4l/gstv4lsrc.h:
12909         * sys/v4l/v4l_calls.c: (gst_v4l_open):
12910         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12911         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12912         * sys/v4l/v4lsrc_calls.h:
12913           Fractional framerates...
12914
12915 2005-11-22  Wim Taymans  <wim@fluendo.com>
12916
12917         * gst-libs/gst/audio/gstbaseaudiosink.c:
12918         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12919         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12920         And we provide a clock by default, of course...
12921
12922 2005-11-22  Wim Taymans  <wim@fluendo.com>
12923
12924         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
12925         This clock can be slaved to a master clock now.
12926
12927         * gst-libs/gst/audio/gstbaseaudiosink.c:
12928         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
12929         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
12930         (gst_base_audio_sink_set_clock),
12931         (gst_base_audio_sink_set_property),
12932         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
12933         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12934         * gst-libs/gst/audio/gstbaseaudiosink.h:
12935         Handle slaving the internal clock to the clock selected in the
12936         pipeline.
12937         Add property to make the basesink not provide a clock.
12938
12939         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12940         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
12941         (gst_base_rtp_depayload_wait):
12942         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12943         We can use the clock in GstElement, no need to store it ourselves.
12944
12945 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12946
12947         * docs/libs/tmpl/gstaudio.sgml:
12948           update
12949         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12950         (gst_paranoia_endian_get_type):
12951         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
12952         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12953         * gst/audiotestsrc/gstaudiotestsrc.c:
12954         (gst_audiostestsrc_wave_get_type):
12955         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
12956         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12957         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12958         (gst_sync_method_get_type), (gst_unit_type_get_type),
12959         (gst_client_status_get_type), (gst_multifdsink_class_init),
12960         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
12961         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
12962         (gst_multifdsink_get_property):
12963         * gst/tcp/gstmultifdsink.h:
12964         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
12965         * gst/videotestsrc/gstvideotestsrc.c:
12966         (gst_videotestsrc_pattern_get_type):
12967           remove deprecated properties
12968           fix up enums to correctly have short lowercase dashed nicks
12969
12970 2005-11-22  Michael Smith <msmith@fluendo.com>
12971
12972         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12973         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12974           Add underscore.
12975
12976 2005-11-22  Michael Smith <msmith@fluendo.com>
12977
12978         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12979         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12980           Use utility method for scaling clocktime for fractional framerates.
12981
12982 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
12983
12984         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12985         (gst_visual_chain):
12986         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12987         * ext/theora/theoradec.c: (theora_handle_type_packet):
12988         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
12989         (theora_enc_chain):
12990         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
12991         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
12992         * gst-libs/gst/video/video.h:
12993         * gst/ffmpegcolorspace/avcodec.h:
12994         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12995         (gst_ffmpeg_caps_to_pixfmt):
12996         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12997         (gst_ffmpegcsp_set_caps):
12998         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
12999         (gst_videorate_setcaps), (gst_videorate_blank_data),
13000         (gst_videorate_chain):
13001         * gst/videotestsrc/gstvideotestsrc.c:
13002         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13003         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13004         (gst_videotestsrc_event), (gst_videotestsrc_create):
13005         * gst/videotestsrc/gstvideotestsrc.h:
13006         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13007         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13008         (gst_ximagesink_get_times), (gst_ximagesink_init):
13009         * sys/ximage/ximagesink.h:
13010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13011         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13012         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13013         * sys/xvimage/xvimagesink.h:
13014           Convert elements to use fractions for their framerate.
13015           V4L elements to come later tonight.
13016
13017 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13018
13019         * gst-libs/gst/audio/audio.c:
13020         * gst-libs/gst/audio/audio.h:
13021           remove some deprecated functions
13022
13023 2005-11-22  Andy Wingo  <wingo@pobox.com>
13024
13025         * Update for gst_tag_setter API changes.
13026
13027 2005-11-22  Andy Wingo  <wingo@pobox.com>
13028
13029         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13030         (gst_ogg_demux_perform_seek):
13031         * ext/theora/theoradec.c (theora_dec_sink_event):
13032         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13033         update-funcnames.
13034
13035 2005-11-22  Wim Taymans  <wim@fluendo.com>
13036
13037         * examples/seeking/seek.c: (main):
13038         Give higher priority to bus signals than the gtk events
13039         to fix a race condition in the segment looping.
13040
13041 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13042
13043         * ext/theora/Makefile.am:
13044         * ext/vorbis/Makefile.am:
13045         * gst-libs/gst/tag/Makefile.am:
13046         * gst-plugins-base.spec.in:
13047           Rename libgsttagedit to libgsttag (#322117).
13048
13049 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13050
13051         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13053           Call gst_x_overlay_prepare_xwindow_id() to give applications
13054           a final chance to set their own xwindow id before the video
13055           sink creates its own window.
13056
13057 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13058
13059         * sys/xvimage/xvimagesink.c:
13060         (gst_xvimagesink_navigation_send_event): Handle navigation
13061         events correcly with borders if applicable.
13062
13063 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13064
13065         Patch by: Luca Ognibene
13066
13067         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13068         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13069         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13070         (gst_ffmpegcsp_caps_remove_format_info):
13071         * gst/ffmpegcolorspace/imgconvert.c:
13072         * gst/ffmpegcolorspace/imgconvert_template.h:
13073           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13074           #318353); use gst_structure_has_name().
13075
13076 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13077
13078         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13079         (gst_ximagesink_class_init): Add debug macros on functions.
13080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13081         (gst_xvimagesink_xwindow_draw_borders),
13082         (gst_xvimagesink_xvimage_put),
13083         (gst_xvimagesink_xwindow_update_geometry),
13084         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13085         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13086         (gst_xvimagesink_xcontext_clear),
13087         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13088         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13089         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13090         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13091         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13092         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13093         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13094         expose while being PAUSED, out of data flow navigation events, etc..
13095
13096 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13097
13098         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13099         * gst-libs/gst/audio/audio.h:
13100           fix prototype - wondering why the test worked regardless
13101
13102 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13103
13104         * check/Makefile.am:
13105         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13106         * gst-libs/gst/audio/audio.h:
13107           add a method that returns a proper GstClockTime
13108
13109 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13110
13111         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13112         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13113         * gst-libs/gst/interfaces/xoverlay.h:
13114           Remove everything having to do with the desired size; add 
13115           gst_x_overlay_prepare_xwindow_id() function; remove the
13116           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13117           post a message on the bus instead (#321816).
13118
13119         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13121         (gst_xvimagesink_xoverlay_init):
13122           Remove desired size stuff (#321816).
13123
13124 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13125
13126         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13127         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13128         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13129           Terminate vararg functions with NULL instead of 0 to 
13130           make gcc4 happy.
13131
13132 2005-11-21  Andy Wingo  <wingo@pobox.com>
13133
13134         patch by: Sebastien Cote <sebas642@yahoo.ca>
13135         
13136         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13137         * gst-libs/gst/rtp/gstrtpbuffer.c
13138         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13139
13140 2005-11-21  Andy Wingo  <wingo@pobox.com>
13141
13142         * gst/playback/gstplaybin.c (gen_audio_element) 
13143         (gen_video_element): Use the new MISSING_PLUGIN core error
13144         category. Closes #320060.
13145
13146         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13147         * gst/videorate/gstvideorate.c (gst_videorate_event):
13148         * ext/theora/theoradec.c (theora_dec_sink_event): 
13149         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13150         stream lock.
13151
13152         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13153         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13154         stream lock changes.
13155
13156 2005-11-21  Wim Taymans  <wim@fluendo.com>
13157
13158         * gst-libs/gst/audio/gstbaseaudiosink.c:
13159         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13160         (gst_base_audio_sink_provide_clock),
13161         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13162         (gst_base_audio_sink_change_state):
13163         * gst/audioresample/gstaudioresample.c:
13164         Segment update fix.
13165
13166 2005-11-21  Andy Wingo  <wingo@pobox.com>
13167
13168         * *.h:
13169         * *.c: Ran scripts/update-macros. Oh yes.
13170
13171 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13172
13173         * sys/ximage/Makefile.am:
13174         * sys/ximage/ximage.c:
13175           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13176           remove your old libgstximage.* manually if necessary).
13177
13178 2005-11-21  Michael Smith <msmith@fluendo.com>
13179
13180         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13181           Minimal fix for bug #320200: set the min/max bitrate in the correct
13182           units. A better fix would be to upgrade to the RATEMANAGE2
13183           interface, rather than using the deprecated interface used here, but
13184           that would require an update in our libvorbis dependency (to 1.1),
13185           which is probably undesirable.
13186
13187 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13188
13189         * ext/libvisual/visual.c: (get_buffer):
13190         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13191         (gst_base_audio_src_fixate):
13192         * gst/audioconvert/gstaudioconvert.c:
13193         (gst_audio_convert_fixate_caps):
13194         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13195         * gst/audiotestsrc/gstaudiotestsrc.c:
13196         (gst_audiotestsrc_src_fixate):
13197         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13198         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13199         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13200         * gst/videotestsrc/gstvideotestsrc.c:
13201         (gst_videotestsrc_src_fixate):
13202         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13204           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13205           (#322027)
13206
13207
13208 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13209
13210         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13211         (gst_riff_create_iavs_caps):
13212         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13213         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13214         (gst_riff_parse_info):
13215         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13216         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13218           Fixes for GST_FOURCC_FORMAT API change.
13219
13220 2005-11-21  Andy Wingo  <wingo@pobox.com>
13221
13222         patch by: Alessandro Dessina <alessandro nnva org>
13223
13224         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13225         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13226         (gst_ogg_parse_chain):
13227         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13228         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13229         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13230         gst_value_list calls on arrays. Fixes #321962.
13231
13232 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13233
13234         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13235         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13236         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13237         * gst/adder/gstadder.c: (gst_adder_init),
13238         (gst_adder_request_new_pad), (gst_adder_collected),
13239         (gst_adder_change_state):
13240           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13241           API change.
13242
13243 2005-11-21  Michael Smith <msmith@fluendo.com>
13244
13245         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13246         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13247           Properly handle pad_push return values.
13248
13249 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13250
13251         * gst-libs/gst/tag/Makefile.am:
13252         * gst-libs/gst/tag/gstvorbistag.c:
13253         (gst_tag_list_to_vorbiscomment_buffer):
13254           Remove obsolete vorbistag element and debug category.
13255
13256         * gst/playback/gstplaybasebin.c: (check_queue):
13257           Don't divide by 0 when queue-threshold is 0.
13258
13259         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13260           Don't modify an existing pixel-aspect-ratio if we fail to read
13261           a new one.
13262
13263 2005-11-20  Wim Taymans  <wim@fluendo.com>
13264
13265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13266         (gst_vorbisenc_push_packet):
13267         GST_PAD_IS_USABLE is gone, use the return value of
13268         the push or pad_alloc_buffer instead.
13269
13270 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13271
13272         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13273         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13274         (gst_ximagesink_ximage_destroy),
13275         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13276         (gst_ximagesink_xwindow_new),
13277         (gst_ximagesink_xwindow_update_geometry),
13278         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13279         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13280         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13281         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13282         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13283         (gst_ximagesink_navigation_send_event),
13284         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13285         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13286         (gst_ximagesink_finalize), (gst_ximagesink_init),
13287         (gst_ximagesink_class_init):
13288         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13289         This new version brings correct software scaling, non flickering
13290         window while resizing, pixel aspect ratio handling, usage of
13291         hardware buffer pools, out of data flow event thread for 
13292         navigation and handling of expose events even when being PAUSED,
13293         a new property to keep video aspect ratio when resizing, etc...
13294
13295 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13296
13297         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13298         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13299         handling of PAR.
13300
13301 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13302
13303         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13304         Unsetting IS_SINK flag from the fakesink, so decodebin
13305         never behaves as a sink.
13306
13307 2005-11-17  Wim Taymans  <wim@fluendo.com>
13308
13309         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13310         (gst_base_audio_src_change_state):
13311         Fix the audiosrc base class again, we did not unflush.
13312
13313 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13314
13315         * examples/seeking/seek.c: (make_dv_pipeline),
13316         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13317         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13318         to ogg/vorbis/theora pipeline.
13319
13320 2005-11-17  Wim Taymans  <wim@fluendo.com>
13321
13322         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13323         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13324         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13325         Fix EOS on multiple streams.
13326         More debugging.
13327
13328 2005-11-16  Wim Taymans  <wim@fluendo.com>
13329
13330         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13331         (gst_ogg_demux_perform_seek):
13332         Segment done must include stream time.
13333
13334         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13335         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13336         (gst_ogg_mux_change_state):
13337         Fix ogg muxer again.
13338
13339 2005-11-16  Wim Taymans  <wim@fluendo.com>
13340
13341         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13342         Fix compile again.
13343
13344 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13345
13346         * ext/libvisual/visual.c: (gst_visual_init):
13347         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13348         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13349         (gst_ogg_parse_chain):
13350         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13351         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13352         * ext/theora/theoradec.c: (gst_theora_dec_init):
13353         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13354         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13355         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13356         * gst/adder/gstadder.c: (gst_adder_class_init),
13357         (gst_adder_dispose):
13358         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13359         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13360         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13361           Fix a whole set of pad template leaks
13362
13363 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13364
13365         * check/generic/states.c: (GST_START_TEST):
13366           fix the test so that it only checks for elements that are part of
13367           this source module
13368
13369 2005-11-16  Michael Smith <msmith@fluendo.com>
13370
13371         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13372         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13373         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13374         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13375         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13376         (gst_ogg_mux_change_state):
13377           Fix leaking collectpads.
13378
13379 2005-11-16  Edward Hervey  <edward@fluendo.com>
13380
13381         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13382         (gst_videorate_event), (gst_videorate_chain):
13383         Handle segment seeks
13384
13385 2005-11-16  Wim Taymans  <wim@fluendo.com>
13386
13387         * gst-libs/gst/audio/gstbaseaudiosink.c:
13388         (gst_base_audio_sink_provide_clock),
13389         (gst_base_audio_sink_change_state):
13390         Set ringbuffer to non-flushing when going to PAUSED, set to
13391         flushing again when going to READY.
13392
13393         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13394         (gst_ring_buffer_stop):
13395         Start in flushing mode by default.
13396         Don't set flushing in the _stop method, let the app call
13397         this explicitly.
13398
13399 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13400
13401         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13402         * gst-libs/gst/video/videosink.h: Add helper function needed
13403         for video sinks.
13404
13405 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13406
13407         * gst/videoscale/gstvideoscale.c:
13408         (gst_videoscale_handle_src_event):
13409           Don't leak reference to pad parent.
13410
13411 2005-11-16  Wim Taymans  <wim@fluendo.com>
13412
13413         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13414         Set ringbuffer to flushing when stopping so that we don't
13415         block on wait_segment anymore and livelock.
13416
13417 2005-11-16  Wim Taymans  <wim@fluendo.com>
13418
13419         * examples/seeking/seek.c: (send_event), (do_seek),
13420         (loop_toggle_cb), (segment_done), (main):
13421         Added looping checkbox.
13422
13423 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13424
13425         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13426         (gst_ogg_demux_init):
13427         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13428         (gst_vorbis_dec_init):
13429           revert unrefs, they don't pass make check
13430
13431 2005-11-15  Johan Dahlin  <johan@gnome.org>
13432
13433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13434         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13435         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13436         (gst_vorbis_dec_init):
13437         Fix pad template leaks. 
13438
13439 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13440
13441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13442           Make state change function thread safe.
13443
13444 2005-11-15  Edward Hervey  <edward@fluendo.com>
13445
13446         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13447         (gst_ogg_demux_class_init):
13448         Implement GstElement::send_event, so we can send seek events
13449         in GST_STATE_READY
13450
13451 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13452
13453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13454         Discovered how to take away flickering while resizing the
13455         window. Please don't put that in ximagesink, refactoring in
13456         progress.
13457
13458 2005-11-14  Michael Smith <msmith@fluendo.com>
13459
13460         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13461         (gst_multifdsink_render):
13462           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13463
13464 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13465
13466         * gst/playback/gstplaybin.c: (gen_audio_element):
13467           Use autoaudiosink, it tends to be more widely available than
13468           autoaudiiosink.
13469           
13470 2005-11-14  Andy Wingo  <wingo@pobox.com>
13471
13472         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13473         as well if it is available. Fixes #316442.
13474
13475 2005-11-14  Michael Smith <msmith@fluendo.com>
13476
13477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13478         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13479         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13480         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13481         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13482         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13483         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13484         (gst_vorbisenc_change_state):
13485           Fix a small memory leak in vorbisenc.
13486           Fix large memory leaks in oggmux, also fix lots of state change
13487           bugs in oggmux.
13488
13489 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13490
13491         * gst/videotestsrc/gstvideotestsrc.c:
13492         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13493         (gst_videotestsrc_src_fixate):
13494           move fixation to a fixate function
13495           remove negotiate function, basesrc's is good enough
13496           fixes a bug for check when using the element alone
13497
13498 2005-11-13  Edward Hervey  <edward@fluendo.com>
13499
13500         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
13501         (key_toggle_cb), (main):
13502         Added checkboxes for adding/removing the accurate and key_unit seek
13503         flags.
13504
13505 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13506
13507         * configure.ac: back to HEAD
13508
13509 === release 0.9.5 ===
13510
13511 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13512
13513         * configure.ac:
13514           releasing 0.9.5, "No No Kia"
13515
13516 2005-11-11  Edward Hervey  <edward@fluendo.com>
13517
13518         * examples/seeking/seek.c: (make_parselaunch_pipeline):
13519         Added parse-launch syntax seeking mode for the seeking example.
13520         This should help stress-test even more cases.
13521         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
13522
13523 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13524
13525         * sys/xvimage/xvimagesink.c:
13526         (gst_xvimagesink_navigation_send_event):
13527           Check whether peer pad exists before sending navigation events
13528           to it.
13529
13530 2005-11-11  Michael Smith <msmith@fluendo.com>
13531
13532         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
13533         (gst_vorbisenc_buffer_from_packet):
13534         * ext/vorbis/vorbisenc.h:
13535           Set duration on encoded buffers. This allows oggmux's
13536           max_page_delay parameter to actually work.
13537
13538 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13539
13540         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13541         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13542         (gst_ffmpegcsp_avpicture_fill):
13543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13544         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
13545           Make palettes work again (see #132341). Use our own macros
13546           for rounding up.
13547
13548 2005-11-10  Andy Wingo  <wingo@pobox.com>
13549
13550         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
13551         string doober.
13552
13553 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13554
13555         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13556         (gst_ffmpegcsp_transform_caps):
13557           Prefer passthrough in transform_caps
13558
13559 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13560
13561         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13562           check for ALSA errors properly, instead of relying on ALSA's
13563           error strings to serve to the user.
13564
13565 2005-11-10  Wim Taymans  <wim@fluendo.com>
13566
13567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
13568         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
13569         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
13570         Modernise the seek code.
13571
13572 2005-11-10  Michael Smith <msmith@fluendo.com>
13573         
13574         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
13575         (setup_substreams), (set_active_source):
13576           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
13577           trying to go to NULL if we failed to read a file.
13578
13579 2005-11-10  Wim Taymans  <wim@fluendo.com>
13580
13581         * gst/audiotestsrc/gstaudiotestsrc.c:
13582         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
13583         (gst_audiotestsrc_create):
13584         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13585         (gst_sinesrc_get_times), (gst_sinesrc_create):
13586         * gst/videotestsrc/gstvideotestsrc.c:
13587         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
13588         (gst_videotestsrc_create):
13589         The base class can now sync for us.
13590
13591 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13592
13593         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
13594           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
13595           name=source autoprobe=false autoprobe-fps=false copy-mode=1
13596           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
13597           format=(fourcc)I420" ! xvimagesink
13598
13599 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13600
13601         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13602         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
13603         (gst_sinesrc_newsegment):
13604           Send newsegment event in TIME format, set duration if
13605           num-buffers is set, fix duration querying.
13606
13607 2005-11-10  Michael Smith <msmith@fluendo.com>
13608
13609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13610         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13611         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13612         (gst_ogg_mux_collected):
13613          Fix EOS handling, partially. Now forwarding an EOS event once we have
13614          EOS on all pads works correctly. However, we still don't properly set
13615          EOS on the actual ogg stream pages.
13616
13617 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
13618
13619         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
13620           Set elements to NULL state before disposing of them.
13621
13622 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
13623
13624         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13625
13626         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13627         (gst_base_rtp_depayload_init),
13628         (gst_base_rtp_depayload_set_gst_timestamp):
13629         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13630           We need to send a newsegment event for each instance, not
13631           just for the first instance of this class (get rid of
13632           static variable in function). (#321011).
13633           
13634 2005-11-08  Michael Smith <msmith@fluendo.com>
13635
13636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13637         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
13638         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
13639         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
13640           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
13641           This makes us mux things correctly according to the ogg muxing
13642           rules. Still not handling EOS correctly right now, though.
13643
13644 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13645
13646         * gst/audioconvert/gstaudioconvert.c:
13647           Fix typo in docs. 
13648
13649 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13650
13651         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13652         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
13653           Initialise segment_stop to GST_CLOCK_TIME_NONE when
13654           creating a new chain; should fix live streaming. Also
13655           add more debug output and fix a typo.
13656
13657 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
13658
13659         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13660
13661         * gst/volume/gstvolume.c: (volume_set_caps):
13662           Fix compilation on Solaris with Forte. (#320923)
13663
13664 2005-11-08  Wim Taymans  <wim@fluendo.com>
13665
13666         * gst-libs/gst/audio/gstbaseaudiosink.c:
13667         (gst_base_audio_sink_render):
13668         No need to do a typecheck.
13669
13670 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13671
13672         * ext/alsa/gstalsa.h:
13673           We register a debug category, so let's use it.
13674
13675 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13676
13677         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13678         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
13679         Fixed a small problem.
13680
13681 2005-11-04  Wim Taymans  <wim@fluendo.com>
13682
13683         * examples/seeking/Makefile.am:
13684         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
13685         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
13686         (make_playerbin_pipeline), (format_value), (update_scale),
13687         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
13688         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
13689         (print_usage), (main):
13690         Added app for playback speed testing.
13691
13692         * examples/seeking/seek.c: (dynamic_link),
13693         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
13694         (make_mpeg_pipeline), (do_seek), (set_update_scale),
13695         (message_received), (main):
13696         Updated seek example.
13697
13698 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13699
13700         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13701         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13702         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
13703         (gst_base_rtp_depayload_set_clock):
13704         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13705         Don't sleep on the bench (system clock) when you have a nice 
13706         comfortable bed (Gstreamer clock) to sleep on.
13707
13708 2005-11-03  Wim Taymans  <wim@fluendo.com>
13709
13710         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13711         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
13712         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
13713         Handle the case where a pad_block failed.
13714
13715 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
13716
13717         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
13718
13719         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13720         (gst_base_rtp_depayload_add_to_queue),
13721         (gst_base_rtp_depayload_push),
13722         (gst_base_rtp_depayload_set_gst_timestamp),
13723         (gst_base_rtp_depayload_queue_release):
13724           Fixes some bugs in the depayloader's queuing/de-queueing code.
13725
13726 2005-10-31  Michael Smith <msmith@fluendo.com>
13727
13728         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
13729         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13730         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
13731           Patch from Alessandro Decina <alessandro@nnva.org>.
13732           Make oggdemux only find the final time in a chain, not per-pad,
13733           since the per-pad information can be very expensive to locate, and
13734           it isn't used anywhere. This makes reading a file containing
13735           OggSkeleton reasonably fast.
13736           Also, make chain finding work when there are logical bitstreams that
13737           can't be decoded. Fixes #319110.
13738
13739 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13740
13741         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13742         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13743         (gst_base_rtp_depayload_chain),
13744         (gst_base_rtp_depayload_add_to_queue),
13745         (gst_base_rtp_depayload_push),
13746         (gst_base_rtp_depayload_set_gst_timestamp),
13747         (gst_base_rtp_depayload_queue_release),
13748         (gst_base_rtp_depayload_start_thread),
13749         (gst_base_rtp_depayload_set_property),
13750         (gst_base_rtp_depayload_get_property):
13751         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13752         Some random fixes, to fullfill the desires of thomas.
13753
13754 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13755
13756         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13757         (gst_base_rtp_depayload_add_to_queue),
13758         (gst_base_rtp_depayload_push):
13759         Fixed the queueing algorithm.
13760
13761 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13762
13763         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13764         (gst_base_rtp_depayload_push):
13765         A small fix
13766
13767 2005-10-31  Wim Taymans  <wim@fluendo.com>
13768
13769         * gst-libs/gst/audio/gstringbuffer.h:
13770         Don't break ABI.
13771
13772         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13773         (gst_ffmpeg_caps_to_pixfmt):
13774         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13775         (gst_ffmpegcsp_set_caps):
13776         Some more comments.
13777         Handle missing required caps fields better.
13778
13779 2005-10-31  Wim Taymans  <wim@fluendo.com>
13780
13781         * gst-libs/gst/audio/gstbaseaudiosink.c:
13782         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
13783         (gst_base_audio_sink_render):
13784         * gst-libs/gst/audio/gstringbuffer.c:
13785         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13786         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13787         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
13788         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
13789         (gst_ring_buffer_read):
13790         * gst-libs/gst/audio/gstringbuffer.h:
13791         Add flushing mode to the ringbuffer so that it in all cases does
13792         not try to handle more audio. This makes sure it does not try to
13793         block anymore when flushing and fixes a livelock.
13794
13795 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
13796
13797         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13798         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13799         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
13800           Explicitly check for -1 values before doing a conversion
13801           and always map them to -1. (#315545)
13802
13803 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13804
13805         * gst/playback/gstplaybin.c: (gen_video_element):
13806           first try autovideosink, then xvimagesink, then error out
13807         * po/POTFILES.in:
13808           add translatable file
13809         * po/af.po:
13810         * po/az.po:
13811         * po/cs.po:
13812         * po/en_GB.po:
13813         * po/hu.po:
13814         * po/it.po:
13815         * po/nb.po:
13816         * po/nl.po:
13817         * po/or.po:
13818         * po/sq.po:
13819         * po/sr.po:
13820         * po/sv.po:
13821         * po/uk.po:
13822         * po/vi.po:
13823           update translations
13824
13825 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
13826
13827         * gst-libs/gst/rtp/gstbasedepayload.c:
13828         * gst-libs/gst/rtp/gstbasedepayload.h:
13829           Minor cleanups
13830
13831 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
13832
13833         * gst/playback/.cvsignore:
13834         * gst/playback/decodetest.c:
13835         * gst/playback/test3.c:
13836           Port these two tests as well.
13837
13838 2005-10-27  Wim Taymans  <wim@fluendo.com>
13839
13840         * ext/theora/theoradec.c: (theora_dec_src_query),
13841         (theora_dec_sink_event):
13842         * ext/theora/theoraenc.c: (theora_enc_sink_event),
13843         (theora_enc_change_state):
13844         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13845         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
13846         Take proper locks when handling events.
13847
13848 2005-10-27  Wim Taymans  <wim@fluendo.com>
13849
13850         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
13851         (gst_adder_change_state):
13852         Fix timestamps and fix deadlock when stopping the collectpads.
13853
13854 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
13855
13856         * gst-libs/gst/rtp/gstrtpbuffer.h:
13857         Declaring the payload types as strings too so that they can be used
13858         in the padtemplate inialization.
13859
13860 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
13861
13862         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
13863
13864         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13865         (gst_base_rtp_depayload_class_init):
13866         Fixes a small but nasty bug. The derived elements no longer segfaults
13867         on finalization.
13868
13869 2005-10-26  Michael Smith <msmith@fluendo.com>
13870
13871         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
13872           When clearing an audioconvert context, set tmpbufsize to zero, so
13873           we'll allocate it again later if required.
13874           This fixes audioconvert re-negotiating formats, which previously
13875           segfaulted with a NULL destination buffer.
13876
13877 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
13878
13879         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13880         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
13881         (gst_base_rtp_depayload_set_gst_timestamp),
13882         (gst_base_rtp_depayload_queue_release):
13883         Fixed a smalll memleak.
13884
13885 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
13886         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13887         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
13888         (gst_base_rtp_depayload_finalize),
13889         (gst_base_rtp_depayload_setcaps),
13890         (gst_base_rtp_depayload_add_to_queue),
13891         (gst_base_rtp_depayload_push),
13892         (gst_base_rtp_depayload_set_gst_timestamp),
13893         (gst_base_rtp_depayload_queue_release),
13894         (gst_base_rtp_depayload_thread),
13895         (gst_base_rtp_depayload_change_state):
13896         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13897         Changed the C++ comments to C comments
13898
13899 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
13900
13901         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
13902         * gst/tcp/gsttcpclientsrc.h:
13903         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
13904         * gst/tcp/gsttcpserversrc.h:
13905           Remove unused 'curoffset' structure member.
13906
13907 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
13908
13909         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13910         (gst_base_rtp_depayload_base_init),
13911         (gst_base_rtp_depayload_finalize):
13912         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13913         * gst-libs/gst/rtp/gstbasertppayload.h:
13914           The pad-template on the sinkpad should be set by the derived classes.
13915           Also added some useful macros.
13916
13917 2005-10-24  Wim Taymans  <wim@fluendo.com>
13918
13919         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
13920         Correctly flush decoder samples even if we could not
13921         copy them to an output buffer. Fixes #319618.
13922
13923 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13924
13925         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
13927         the caps against our xcontext caps.
13928
13929 2005-10-24  Wim Taymans  <wim@fluendo.com>
13930
13931         * gst-libs/gst/audio/gstbaseaudiosink.c:
13932         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13933         Remove g_print
13934         Use sync property from baseclass to disable sync.
13935
13936 2005-10-24  Wim Taymans  <wim@fluendo.com>
13937
13938         * gst-libs/gst/audio/gstbaseaudiosink.c:
13939         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13940         Buffers with no timestamps get aligned with previous buffers or
13941         on underrun, played ASAP.
13942
13943 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13944
13945         * gst-libs/gst/video/video.h:
13946         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13947         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
13949         here comes my change on caps for framerate and geometry range.
13950         We are now accepting 1 to MAXINT for width and height, and from
13951         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
13952         to be blended correctly in videomixer.
13953
13954 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13955
13956         * configure.ac:
13957           back to HEAD
13958
13959 === release 0.9.4 ===
13960
13961 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13962
13963         * NEWS:
13964         * RELEASE:
13965         * configure.ac:
13966           releasing 0.9.4, "Velociraptor"
13967
13968 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13969
13970         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
13971         * po/POTFILES.in:
13972           STOPPED -> FAILED
13973
13974 2005-10-21  Wim Taymans  <wim@fluendo.com>
13975
13976         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13977         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
13978         (pad_blocked), (close_pad_link), (new_pad):
13979         Don't try to remove elements twice.
13980
13981 2005-10-21  Wim Taymans  <wim@fluendo.com>
13982
13983         * ext/theora/theoradec.c: (theora_dec_src_query),
13984         (theora_dec_sink_event):
13985         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13986         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
13987         (vorbis_handle_data_packet):
13988         * ext/vorbis/vorbisdec.h:
13989         Fix old naming.
13990
13991         * gst-libs/gst/audio/gstbaseaudiosink.c:
13992         (gst_base_audio_sink_render):
13993         Don't try to sync on buffers without a timestamp.
13994
13995 2005-10-21  Wim Taymans  <wim@fluendo.com>
13996
13997         * ext/theora/theoradec.c: (theora_dec_src_query),
13998         (theora_dec_sink_event):
13999         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14000         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14001         (vorbis_handle_data_packet):
14002         * ext/vorbis/vorbisdec.h:
14003         Fix old naming.
14004
14005 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14006
14007         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14008         (gst_vorbisenc_src_query):
14009           Implement position and duration queries.
14010
14011         * gst/playback/test3.c: (update_scale), (main):
14012           Fix for async state changes and print nicer output.
14013
14014 2005-10-20  Wim Taymans  <wim@fluendo.com>
14015
14016         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14017         (dump_element_stats), (main):
14018         * gst/playback/test6.c: (main):
14019         Fix tests again
14020
14021 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14022
14023         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14024         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14025           Don't use functions for position queries when handling
14026           duration queries.
14027
14028 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14029
14030         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14031         (vorbis_handle_data_packet), (vorbis_dec_chain),
14032         (vorbis_dec_change_state):
14033         * ext/vorbis/vorbisdec.h:
14034           Vorbis streams can be embedded in other container formats
14035           than ogg, container formats where the demuxer might set 
14036           timestamps on encoded vorbis buffers instead of those silly 
14037           granulepos thingies. In short: make vorbisdec handle 
14038           timestamps on incoming buffers as well.
14039
14040 2005-10-20  Wim Taymans  <wim@fluendo.com>
14041
14042         * gst/playback/gstplaybasebin.c: (group_destroy),
14043         (gst_play_base_bin_change_state):
14044         Fix leak.
14045         Handle case where playbasebin is now ASYNC because
14046         decodebin is.
14047
14048 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14049
14050         * gst/audioconvert/Makefile.am:
14051         * gst/audioconvert/bufferframesconvert.c:
14052         * gst/audioconvert/plugin.c: (plugin_init):
14053         * gst/audioconvert/plugin.h:
14054           And bye bye buffer-frames-convert
14055
14056 2005-10-19  Wim Taymans  <wim@fluendo.com>
14057
14058         * check/elements/audioconvert.c:
14059         * docs/libs/tmpl/gstaudio.sgml:
14060         * docs/libs/tmpl/gstcolorbalance.sgml:
14061         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14062         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14063         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14064         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14065         * gst-libs/gst/audio/audio.h:
14066         * gst/audioconvert/audioconvert.h:
14067         * gst/audioconvert/gstaudioconvert.c:
14068         (gst_audio_convert_parse_caps):
14069         * gst/volume/gstvolume.c:
14070         Bye bye buffer-frames.
14071
14072 2005-10-19  Wim Taymans  <wim@fluendo.com>
14073
14074         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14075         (query_positions_elems), (query_positions_pads), (update_scale),
14076         (do_seek), (set_update_scale), (message_received), (main):
14077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14078         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14079         (gst_ogg_demux_loop):
14080         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14081         * ext/theora/theoradec.c: (theora_dec_src_query),
14082         (theora_dec_sink_event):
14083         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14084         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14085         * gst/adder/gstadder.c: (gst_adder_query):
14086         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14087         * gst/playback/test3.c: (update_scale):
14088         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14089         (dump_element_stats), (main):
14090         * gst/playback/test6.c: (main):
14091         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14092         Query API update.
14093
14094 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14095
14096         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14097         (xml_check_first_element), (xml_type_find), (smil_type_find),
14098         (plugin_init):
14099           Add typefinding for SMIL and for generic XML. Based on patch by
14100           Akos Maroy (#308663).
14101
14102 2005-10-18  Wim Taymans  <wim@fluendo.com>
14103
14104         * gst/playback/Makefile.am:
14105         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14106         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14107         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14108         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14109         (gst_decode_bin_change_state):
14110         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14111         (gst_play_bin_send_event_to_sink):
14112         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14113         (dump_element_stats), (main):
14114         * gst/playback/test6.c: (main):
14115         Make playbin async, it'll commit state to paused when all streams
14116         are detected.
14117         Remove ugly hack.
14118         Added test6.c to show async behaviour.
14119
14120 2005-10-18  Wim Taymans  <wim@fluendo.com>
14121
14122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14123         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14124         Fix for segment-start/stop API change.
14125
14126 2005-10-18  Wim Taymans  <wim@fluendo.com>
14127
14128         * check/Makefile.am:
14129         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14130         (main):
14131         Add future test for clock selection.
14132
14133 2005-10-18  Wim Taymans  <wim@fluendo.com>
14134
14135         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14136         (gst_alsasink_close):
14137         Set handle to NULL.
14138
14139         * gst-libs/gst/audio/gstringbuffer.c:
14140         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14141         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14142         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14143         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14144         (gst_ring_buffer_read):
14145         More debug info.
14146
14147 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14148
14149         * gst/audiotestsrc/Makefile.am:
14150         * gst/sine/Makefile.am:
14151         * gst/volume/Makefile.am:
14152           fix broken build of controllerized plugins
14153
14154 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14155
14156         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14157
14158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14159         (gst_riff_create_video_template_caps):
14160           Add support for Indeo-3 (IV32).
14161
14162 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14163
14164         * configure.ac:
14165           rewrite
14166
14167 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14168
14169         * gst-libs/gst/video/video.c: (gst_video_get_size):
14170         * gst/audiotestsrc/gstaudiotestsrc.c:
14171           doc updates
14172
14173 2005-10-17  Andy Wingo  <wingo@pobox.com>
14174
14175         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14176         with the collectpads change.
14177         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14178
14179         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14180
14181         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14182
14183         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14184         alloc_buffer flow return to callers.
14185         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14186         change. Fix some memleaks in theoraenc.
14187
14188         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14189         in strange circumstance.
14190
14191 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14192
14193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14194         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14195         from caps, let's use the caps...
14196
14197 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14198
14199         * configure.ac:
14200           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14201
14202 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14203
14204         * gst-libs/gst/interfaces/Makefile.am:
14205           fix silly typo
14206
14207 2005-10-16  Andy Wingo  <wingo@pobox.com>
14208
14209         * gst/playback/gstdecodebin.c
14210         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14211         function!
14212         (try_to_link_1): Increase kraziness level.
14213
14214 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14215
14216         * configure.ac:
14217           restructure like the core one
14218         * gst-libs/gst/audio/Makefile.am:
14219         * gst-libs/gst/interfaces/Makefile.am:
14220         * gst-libs/gst/net/Makefile.am:
14221         * gst-libs/gst/riff/Makefile.am:
14222         * gst-libs/gst/rtp/Makefile.am:
14223         * gst-libs/gst/tag/Makefile.am:
14224         * gst-libs/gst/video/Makefile.am:
14225           use correct linker flags, now the libs are properly versioned
14226         * check/elements/audioconvert.c: (verify_convert):
14227         * ext/alsa/gstalsaplugin.c:
14228         * ext/cdparanoia/gstcdparanoia.c:
14229         * ext/gnomevfs/gstgnomevfs.c:
14230         * ext/libvisual/visual.c:
14231         * ext/ogg/gstogg.c:
14232         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14233         * ext/theora/theora.c:
14234         * ext/vorbis/vorbis.c:
14235         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14236         * gst-libs/gst/tag/gsttagediting.c:
14237         * gst-libs/gst/video/video.c:
14238         * gst/adder/gstadder.c:
14239         * gst/audioconvert/plugin.c:
14240         * gst/audiorate/gstaudiorate.c:
14241         * gst/audioresample/gstaudioresample.c:
14242         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14243         * gst/audioscale/gstaudioscale.c:
14244         * gst/audioscale/resample.c:
14245         * gst/audiotestsrc/gstaudiotestsrc.c:
14246         * gst/ffmpegcolorspace/gstffmpeg.c:
14247         * gst/playback/gstdecodebin.c: (close_pad_link):
14248         * gst/playback/gstplaybin.c: (gen_video_element),
14249         (gen_audio_element):
14250         * gst/sine/gstsinesrc.c:
14251         * gst/subparse/gstsubparse.c:
14252         * gst/tags/gsttagediting.c:
14253         * gst/tcp/gsttcpplugin.c:
14254         * gst/typefind/gsttypefindfunctions.c:
14255         * gst/videorate/gstvideorate.c:
14256         * gst/videoscale/gstvideoscale.c:
14257         * gst/videotestsrc/gstvideotestsrc.c:
14258         * gst/volume/gstvolume.c:
14259         * sys/v4l/gstv4l.c:
14260         * sys/ximage/ximage.c:
14261         * sys/xvimage/xvimagesink.c:
14262           fix up defines
14263
14264 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14265
14266         * ext/vorbis/vorbisenc.c:
14267         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14268         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14269         (gst_tag_to_vorbis_comments):
14270           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14271
14272 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14273
14274         * examples/stats/mp2ogg.c:
14275         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14276           typo fixes
14277
14278 2005-10-13  Michael Smith <msmith@fluendo.com>
14279
14280         * ext/ogg/gstoggmux.c:
14281           Use magic glib macros to define constants as 64 bit, to ensure
14282           appropriate vararg passing.
14283
14284 2005-10-13  Michael Smith <msmith@fluendo.com>
14285
14286         * ext/ogg/gstoggmux.c:
14287         * gst/audioconvert/audioconvert.c: (float):
14288           Don't use LL suffix, as it's not portable, and neither of these
14289           uses required it anyway.
14290
14291 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14292
14293         * examples/indexing/indexmpeg.c: (main):
14294         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14295         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14296         (cdparanoia_convert), (cdparanoia_query):
14297         * ext/cdparanoia/gstcdparanoia.h:
14298         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14299         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14300         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14301         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14302         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14303         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14304         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14305         (gst_multifdsink_render), (gst_multifdsink_start),
14306         (gst_multifdsink_stop):
14307         * gst/tcp/gstmultifdsink.h:
14308         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14309         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14310         (gst_tcpclientsink_stop):
14311         * gst/tcp/gsttcpclientsink.h:
14312         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14313         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14314         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14315         * gst/tcp/gsttcpclientsrc.h:
14316         * gst/tcp/gsttcpserversink.h:
14317         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14318         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14319         (gst_tcpserversrc_stop):
14320         * gst/tcp/gsttcpserversrc.h:
14321         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14322         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14323         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14324           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14325           moved bitshift from macro to enum definition
14326
14327 2005-10-12  Wim Taymans  <wim@fluendo.com>
14328
14329         * examples/seeking/Makefile.am:
14330         Oops.
14331
14332 2005-10-12  Wim Taymans  <wim@fluendo.com>
14333
14334         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14335         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14336         Don't assert on normal stuff.
14337
14338         * gst/playback/gstplaybin.c: (do_playbin_seek):
14339         API fix.
14340
14341 2005-10-12  Wim Taymans  <wim@fluendo.com>
14342
14343         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14344         * examples/seeking/Makefile.am:
14345         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14346         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14347         (do_seek), (set_update_scale), (message_received), (main):
14348         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14349         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14350         Update for _get_state() API change.
14351
14352 2005-10-11  Wim Taymans  <wim@fluendo.com>
14353
14354         * gst-libs/gst/audio/gstbaseaudiosink.c:
14355         (gst_base_audio_sink_render):
14356         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14357         (gst_base_audio_src_create):
14358         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14359         (gst_ring_buffer_read):
14360         Cleanups.
14361         Commit and read from ringbuffer in samples rather than bytes.
14362
14363 2005-10-11  Wim Taymans  <wim@fluendo.com>
14364
14365         * gst-libs/gst/audio/gstbaseaudiosink.c:
14366         (gst_base_audio_sink_render):
14367         Respect segment rate and accum when scheduling samples.
14368
14369 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14370
14371         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14372         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14373         EOS correctly, that needs more work.
14374
14375 2005-10-11  Wim Taymans  <wim@fluendo.com>
14376
14377         * check/generic/states.c: (GST_START_TEST):
14378         remove old property.
14379
14380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14381         (gst_ogg_demux_perform_seek):
14382         * ext/theora/theoradec.c: (theora_dec_sink_event):
14383         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14384         (vorbis_handle_data_packet):
14385         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14386         (gst_base_rtp_depayload_set_gst_timestamp):
14387         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14388         Update for newsegment API change.
14389
14390 2005-10-11  Michael Smith <msmith@fluendo.com>
14391
14392         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14393         (do_playbin_seek), (gst_play_bin_send_event):
14394           Override send_event differently, so that we can takes bits of
14395           functionality from GstPipeline (special handling for seeks,
14396           including pausing/resuming, and resetting stream time) and still get
14397           the appropriate behaviour of only forwarding event to a single sink,
14398           rather than all of them.
14399           Unfortunately requires a lot of code duplication, but the
14400           alternatives are equally ugly in the end.
14401
14402 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14403
14404         * check/elements/audioconvert.c: (setup_audioconvert),
14405         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14406         (GST_START_TEST), (audioconvert_suite):
14407           clean up tests a little, fix some leaks.
14408
14409 2005-10-10  Wim Taymans  <wim@fluendo.com>
14410
14411         * ext/alsa/gstalsasink.c:
14412         Also allow unsigned int.
14413
14414         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14415         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14416         Small cleanup
14417
14418 2005-10-10  Wim Taymans  <wim@fluendo.com>
14419
14420         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14421         Small update, use API as stated in design docs.
14422
14423         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14424         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14425         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14426         (message_received), (main):
14427         Updated seek example for GOption. Some usability improvements.
14428
14429 2005-10-10  Wim Taymans  <wim@fluendo.com>
14430
14431         * gst/audioconvert/audioconvert.h:
14432         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14433         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14434         Alloc temp storage somewhere else where we can do it more
14435         portable.
14436
14437 2005-10-10  Wim Taymans  <wim@fluendo.com>
14438
14439         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14440         (gst_tcpserversrc_start):
14441         Don't block in accept while doing the state change, move
14442         to poll and make cancellable.
14443
14444 2005-10-09  Philippe Khalaf <burger@speedy.org>
14445
14446         * gst-libs/gst/rtp/rtpbasedepayload.c:
14447         Set timestamp and add queue delay to timestamp
14448         * gst-libs/gst/rtp/rtpbuffer.h:
14449         Set correct payload type for h263
14450
14451 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14452
14453         * gst/audiotestsrc/gstaudiotestsrc.c:
14454         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14455         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14456         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14457         (gst_audiotestsrc_create_triangle),
14458         (gst_audiotestsrc_create_silence),
14459         (gst_audiotestsrc_create_white_noise),
14460         (gst_audiotestsrc_init_pink_noise),
14461         (gst_audiotestsrc_generate_pink_noise_value),
14462         (gst_audiotestsrc_create_pink_noise),
14463         (gst_audiotestsrc_change_wave):
14464         * gst/audiotestsrc/gstaudiotestsrc.h:
14465           fixed typo, added pink noise
14466
14467 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14468
14469         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14470         (plugin_init):
14471           Add wavpack and spc typefind functions from 0.8 branch.
14472
14473 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14474
14475         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14476         (ar_type_find), (msdos_type_find), (plugin_init):
14477           Add typefind functions for tar archives, ar archives,
14478           RAR archives, and msdos-executables (dlls, exe, etc.).
14479           Some of those would be wrongly identified as mpeg
14480           streams of some sort before (#315550).
14481
14482 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14483
14484         * configure.ac:
14485         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14486         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14487         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14488         * gst/audiotestsrc/Makefile.am:
14489         * gst/audiotestsrc/gstaudiotestsrc.c:
14490         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14491         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14492         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14493         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14494         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14495         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14496         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
14497         (gst_audiotestsrc_create_silence),
14498         (gst_audiotestsrc_create_white_noise),
14499         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
14500         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
14501         (gst_audiotestsrc_start), (plugin_init):
14502         * gst/audiotestsrc/gstaudiotestsrc.h:
14503           add new plugin and element
14504         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
14505           use gobject_class
14506
14507 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14508
14509         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
14510         (gst_adder_init), (gst_adder_request_new_pad),
14511         (gst_adder_change_state):
14512           Add query function to source pad, so adder reports the correct
14513           time/sample position when queried (#315457); fix state change
14514           function; use GST_DEBUG_FUNCPTR() for pad functions.
14515
14516 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14517
14518         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
14519           Fix leaks in typefind registration
14520           Clean up the gratuitous commenting and whitespacing a little
14521
14522 2005-10-08  Wim Taymans  <wim@fluendo.com>
14523
14524         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
14525         Only actually wait for the thread to be stopped if it's 
14526         running.
14527
14528 2005-10-08  Wim Taymans  <wim@fluendo.com>
14529
14530         * gst-libs/gst/audio/gstbaseaudiosink.c:
14531         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14532         If we receive EOS we can start playback of what we had.
14533
14534 2005-10-08  Wim Taymans  <wim@fluendo.com>
14535
14536         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14537         (gst_multifdsink_finalize), (multifdsink_hash_remove),
14538         (gst_multifdsink_stop):
14539         Fix crasher when going to NULL multiple times.
14540
14541 2005-10-06  Wim Taymans  <wim@fluendo.com>
14542
14543         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
14544         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14545         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14546         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14547         patch from Edgard Lima <edgard.lima@indt.org.br>
14548         Fixed gstbaseaudiosrc adding ring buffer sync to it.
14549
14550 2005-10-06  Wim Taymans  <wim@fluendo.com>
14551
14552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14553         Report the FLOW_RETURN as string in the error message.
14554
14555         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
14556         Don't assert when clearing an unnegotiated buffer.
14557
14558 2005-10-04  Michael Smith <msmith@fluendo.com>
14559
14560         * gst/playback/gstplaybasebin.c: (group_destroy),
14561         (gen_preroll_element), (remove_groups), (setup_source):
14562         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
14563         (setup_sinks), (gst_play_bin_send_event),
14564         (gst_play_bin_change_state):
14565           Set state to NULL before removing from bin. Fix refcounting.
14566
14567 2005-10-04  Michael Smith <msmith@fluendo.com>
14568
14569         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14570           Correct refcounting in send_event() function. Previously was wrong
14571           if the first sink was unable to handle the event.
14572
14573 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14574
14575         * configure.ac:
14576           back to development
14577
14578 === release 0.9.3 ===
14579
14580 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14581
14582         * configure.ac:
14583           Releasing 0.9.3, "De Facto"
14584
14585 2005-10-03  Andy Wingo  <wingo@pobox.com>
14586
14587         * gst/playback/gstdecodebin.c (try_to_link_1)
14588         (remove_element_chain): set element to NULL before removing it.
14589
14590 2005-10-02  Johan Dahlin  <johan@gnome.org>
14591
14592         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
14593         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
14594         MT safe.
14595
14596 2005-10-02  Andy Wingo  <wingo@pobox.com>
14597
14598         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
14599         (gst_ring_buffer_prepare_read): 
14600         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
14601         Demote to LOG.
14602
14603 2005-09-29  Wim Taymans  <wim@fluendo.com>
14604
14605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14606         * ext/theora/theoradec.c: (theora_handle_data_packet):
14607         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14608         Propagate error codes from alloc_buffer too.
14609
14610 2005-09-29  Wim Taymans  <wim@fluendo.com>
14611
14612         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14613         We use fixed caps.
14614
14615         * gst/playback/Makefile.am:
14616         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14617         (dump_element_stats), (main):
14618         Added example stream introspection code.
14619
14620 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
14621
14622         * gst/adder/gstadder.c: (gst_adder_collected):
14623           fix adder for float elements
14624
14625 2005-09-28  Wim Taymans  <wim@fluendo.com>
14626
14627         * gst-libs/gst/audio/gstbaseaudiosink.c:
14628         (gst_base_audio_sink_class_init),
14629         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14630         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14631         (gst_base_audio_src_class_init),
14632         (gst_base_audio_src_provide_clock):
14633         get_clock -> provide_clock
14634
14635 2005-09-28  Andy Wingo  <wingo@pobox.com>
14636
14637         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
14638         and unlocking.
14639
14640         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
14641         unlocking.
14642
14643         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
14644         Actually add the pad template.
14645         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
14646
14647         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
14648         I'm at it...
14649
14650         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
14651         from fdsrc. Get caps in create() instead of start() so it can be
14652         interrupted. Interruption somewhat untested.
14653
14654         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
14655         Proper EOS handling.
14656
14657 2005-09-27  Andy Wingo  <wingo@pobox.com>
14658
14659         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
14660
14661         * gst/tcp/gsttcpserversrc.c: Cleaned up.
14662
14663         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
14664
14665         * gst/tcp/gsttcp.h: 
14666         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
14667         out of tcpclientsrc.c. Cancellable.
14668         (gst_tcp_socket_read): Made private, cancellable, with better
14669         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
14670         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
14671         whole buffer, and better diagnostics.
14672         (gst_tcp_gdp_read_caps): Same.
14673
14674         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
14675
14676 2005-09-26  Andy Wingo  <wingo@pobox.com>
14677
14678         * gst/sine/gstsinesrc.h:
14679         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
14680         change the 'sync' property to 'is-live' and implement it halfway,
14681         update for controller api change.
14682
14683         * gst/volume/gstvolume.c (volume_transform_ip): Update for
14684         controller api change.
14685
14686 2005-09-24  Wim Taymans  <wim@fluendo.com>
14687
14688         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
14689         * gst-libs/gst/audio/gstaudiosink.c:
14690         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14691         (gst_audioringbuffer_stop):
14692         * gst-libs/gst/audio/gstbaseaudiosink.c:
14693         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
14694         (gst_base_audio_sink_change_state):
14695         * gst-libs/gst/audio/gstbaseaudiosink.h:
14696         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
14697         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14698         (gst_ring_buffer_commit), (gst_ring_buffer_read):
14699         * gst-libs/gst/audio/gstringbuffer.h:
14700         Fix sync again. Moved sample alignment to basesink.
14701
14702 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14703
14704         * docs/plugins/Makefile.am:
14705         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14706         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14707         * gst/volume/gstvolume.c:
14708           add/fix docs
14709         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
14710         * gst-libs/gst/audio/audio.h:
14711           add conversion macros for frames <-> clocktime
14712
14713 2005-09-23  David Schleef  <ds@schleef.org>
14714
14715         * gst/audioresample/Makefile.am:
14716         * gst/audioresample/debug.h:
14717         * gst/audioresample/gstaudioresample.c:
14718         * gst/audioresample/resample.c: Convert to using gst debugging
14719
14720 2005-09-22  Wim Taymans  <wim@fluendo.com>
14721
14722         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14723         (gst_play_bin_send_event):
14724         Only seek on one sink, the first one that succeeds.
14725
14726 2005-09-22  Michael Smith <msmith@fluendo.com>
14727
14728         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
14729         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14730         Don't flush encoder state unless we have an initialised encoder.
14731         Clear out encoder state on PAUSED_TO_READY.
14732
14733 2005-09-22  Wim Taymans  <wim@fluendo.com>
14734
14735         * gst-libs/gst/rtp/gstbasertppayload.c:
14736         (gst_basertppayload_class_init), (gst_basertppayload_init),
14737         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14738         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14739         (gst_basertppayload_is_filled), (gst_basertppayload_push),
14740         (gst_basertppayload_set_property),
14741         (gst_basertppayload_get_property),
14742         (gst_basertppayload_change_state):
14743         * gst-libs/gst/rtp/gstbasertppayload.h:
14744         Added max-ptime to control amount of data in the rtp packets.
14745
14746 2005-09-21  Andy Wingo  <wingo@pobox.com>
14747
14748         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
14749         thingies.
14750
14751         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
14752         can be called multiple times, dogs.
14753
14754 2005-09-21  Wim Taymans  <wim@fluendo.com>
14755
14756         * gst-libs/gst/rtp/gstbasertppayload.c:
14757         (gst_basertppayload_class_init), (gst_basertppayload_init),
14758         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14759         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14760         (gst_basertppayload_push), (gst_basertppayload_get_property),
14761         (gst_basertppayload_change_state):
14762         Allow 0 ssrc too.
14763
14764 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
14765
14766         * docs/libs/compiling.sgml:
14767           fixing typos
14768
14769 2005-09-20  Wim Taymans  <wim@fluendo.com>
14770
14771         * gst-libs/gst/rtp/gstbasertppayload.c:
14772         (gst_basertppayload_class_init), (gst_basertppayload_init),
14773         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14774         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14775         (gst_basertppayload_push), (gst_basertppayload_set_property),
14776         (gst_basertppayload_get_property),
14777         (gst_basertppayload_change_state):
14778         * gst-libs/gst/rtp/gstbasertppayload.h:
14779         Added property to configure sequence number offsets.
14780
14781 2005-09-20  Wim Taymans  <wim@fluendo.com>
14782
14783         * gst-libs/gst/rtp/gstbasertppayload.c:
14784         (gst_basertppayload_class_init), (gst_basertppayload_init),
14785         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14786         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14787         (gst_basertppayload_push), (gst_basertppayload_set_property),
14788         (gst_basertppayload_get_property),
14789         (gst_basertppayload_change_state):
14790         * gst-libs/gst/rtp/gstbasertppayload.h:
14791         Make timestamp offset configurable.
14792
14793 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14794
14795         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14796           fix wrong pop/unref
14797
14798 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
14799
14800         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14801
14802         * gst-libs/gst/interfaces/propertyprobe.c:
14803         (gst_property_probe_probe_property_name),
14804         (gst_property_probe_needs_probe_name),
14805         (gst_property_probe_get_values_name),
14806         (gst_property_probe_probe_and_get_values_name):
14807           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
14808           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
14809
14810 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14811
14812         * check/Makefile.am:
14813           have some tests be disabled for valgrinding
14814         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
14815         (GST_START_TEST):
14816         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
14817           Fix A Leak.  Chain To Parent Finalize.
14818
14819 2005-09-19  Wim Taymans  <wim@fluendo.com>
14820
14821         * examples/seeking/seek.c: (make_wav_pipeline), (main):
14822         Fixed wav pipeline.
14823
14824 2005-09-19  Wim Taymans  <wim@fluendo.com>
14825
14826         * gst-libs/gst/rtp/gstbasertppayload.c:
14827         (gst_basertppayload_class_init), (gst_basertppayload_init),
14828         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14829         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14830         (gst_basertppayload_push), (gst_basertppayload_get_property),
14831         (gst_basertppayload_change_state):
14832         Posting ERROR and WARNING messages is good.
14833
14834 2005-09-19  Wim Taymans  <wim@fluendo.com>
14835
14836         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14837         (gst_base_rtp_depayload_add_to_queue),
14838         (gst_base_rtp_depayload_push),
14839         (gst_base_rtp_depayload_set_gst_timestamp),
14840         (gst_base_rtp_depayload_queue_release):
14841         This one was not supposed to go in.
14842
14843 2005-09-19  Wim Taymans  <wim@fluendo.com>
14844
14845         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14846         Fix for bus API.
14847
14848         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14849         (gst_base_rtp_depayload_chain),
14850         (gst_base_rtp_depayload_add_to_queue),
14851         (gst_base_rtp_depayload_push),
14852         (gst_base_rtp_depayload_set_gst_timestamp),
14853         (gst_base_rtp_depayload_queue_release):
14854         Some cleanups.
14855
14856         * gst-libs/gst/rtp/gstbasertppayload.c:
14857         (gst_basertppayload_class_init), (gst_basertppayload_init),
14858         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
14859         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14860         (gst_basertppayload_get_property),
14861         (gst_basertppayload_change_state):
14862         Added debugging category.
14863
14864 2005-09-18  David Schleef  <ds@schleef.org>
14865
14866         * gst/playback/gstdecodebin.c: free plugin list correctly
14867         * gst/playback/gstplaybin.c: emit warning if autovideosink
14868           and autoaudiosink can't be found (instead of segfaulting)
14869
14870 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14871
14872         * check/elements/audioconvert.c: (GST_START_TEST):
14873           try out 24 bit conversion
14874
14875 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14876
14877         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14878         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
14879         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
14880         * ext/vorbis/vorbisenc.h:
14881           Fix EOS handling.  Still needs a fix in the ogg muxer to
14882           mark the last page as eos.
14883
14884 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14885
14886         * common/gtk-doc-plugins.mak:
14887         * docs/plugins/Makefile.am:
14888         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14889         * gst/ffmpegcolorspace/Makefile.am:
14890         * gst/ffmpegcolorspace/avcodec.h:
14891         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14892         * gst/tcp/gstmultifdsink.c:
14893           fix up ffmpegcolorspace docs; extract header
14894
14895 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14896
14897         * common/gtk-doc-plugins.mak:
14898         * docs/plugins/Makefile.am:
14899         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14900         * ext/theora/Makefile.am:
14901         * ext/theora/gsttheoraenc.h:
14902         * ext/theora/theoraenc.c:
14903         * ext/vorbis/vorbisenc.c:
14904           pick up signals and args for vorbis; add some docs for vorbis
14905
14906 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14907
14908         * common/gstdoc-scangobj:
14909         * common/gtk-doc-plugins.mak:
14910         * docs/libs/Makefile.am:
14911         * docs/plugins/gst-plugins-base-plugins.args:
14912         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14913         * docs/plugins/gst-plugins-base-plugins.interfaces:
14914         * docs/plugins/gst-plugins-base-plugins.prerequisites:
14915         * docs/plugins/gst-plugins-base-plugins.signals:
14916           only scanobj stuff from our source module.  Not sure yet
14917           if that's correct, given the hierarchy stuff :)
14918
14919 2005-09-15  Wim Taymans  <wim@fluendo.com>
14920
14921         * gst/audioconvert/gstaudioconvert.c:
14922         And enable 24 bits mode as well..
14923
14924 2005-09-15  Wim Taymans  <wim@fluendo.com>
14925
14926         * gst-libs/gst/rtp/Makefile.am:
14927         * gst-libs/gst/rtp/gstbasertppayload.c:
14928         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
14929         (gst_basertppayload_class_init), (gst_basertppayload_init),
14930         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
14931         (gst_basertppayload_chain), (gst_basertppayload_set_options),
14932         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14933         (gst_basertppayload_set_property),
14934         (gst_basertppayload_get_property),
14935         (gst_basertppayload_change_state):
14936         * gst-libs/gst/rtp/gstbasertppayload.h:
14937         Added rtp payloader base class.
14938
14939 2005-09-15  Andy Wingo  <wingo@pobox.com>
14940
14941         * configure.ac (plugindir): Remove the EOL matcher from the
14942         regexp, as it causes me problems. Libtool? Make? Who knows?
14943
14944 2005-09-14  David Schleef  <ds@schleef.org>
14945
14946         * check/generic/states.c: 
14947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14948         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14949           Fixes for changes in registry API.
14950
14951         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
14952           to GST_PLUGIN_LDFLAGS.
14953         * ext/libvisual/visual.c: Make the library shut up.
14954         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
14955         * gst-libs/gst/audio/gstaudiofilter.c: same
14956
14957 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14958
14959         * docs/plugins/Makefile.am:
14960         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14961         * docs/plugins/inspect/plugin-libvisual.xml:
14962         * docs/plugins/tmpl/element-tcpserversink.sgml:
14963         * ext/theora/theoraenc.c:
14964           add libvisual plugin and theoraenc element to docs
14965
14966 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14967
14968         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14969         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14970         * ext/theora/theoraenc.c:
14971           add theoraenc
14972
14973 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
14974
14975         * gst/audioconvert/Makefile.am:
14976           Audioconvert derives from GstBaseTransform and should
14977           link to the library with our base elements to avoid
14978           unresolved symbols. Makes things work with MinGW (#316160)
14979
14980         * gst/playback/test4.c: (main):
14981           Fix MinGW build problem and use g_usleep() instead of 
14982           sleep() (#316162)
14983
14984 2005-09-12  Wim Taymans  <wim@fluendo.com>
14985
14986         * gst/audioconvert/audioconvert.c: (float),
14987         (audio_convert_prepare_context), (audio_convert_convert):
14988         * gst/audioconvert/audioconvert.h:
14989         Cleanups, speedups, simplifications, added back support
14990         for 24 bits.
14991
14992 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14993
14994         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14995         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14996         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14997         * docs/plugins/tmpl/element-tcpserversink.sgml:
14998         * gst/ffmpegcolorspace/gstffmpeg.c:
14999         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15000         * gst/videotestsrc/gstvideotestsrc.c:
15001         * gst/volume/gstvolume.c:
15002           add more elements to the docs
15003
15004 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15005
15006         * check/Makefile.am:
15007         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15008         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15009           Add extra tests for basetransform based components. 
15010           Comment out the test_element_negotiation test until we decide
15011           if it's testing correct behaviour.
15012         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15013         (gst_visual_chain), (gst_visual_change_state):
15014           Slightly more correct but still bogus timestamping.
15015           Fix state change function.
15016         * gst/audioconvert/gstaudioconvert.c:
15017         (gst_audio_convert_class_init):
15018         * gst/audioresample/gstaudioresample.c:
15019         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15020         (gst_ffmpegcsp_class_init):
15021         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15022         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15023         (gst_videoscale_prepare_image):
15024         * gst/volume/gstvolume.c: (gst_volume_class_init),
15025         (volume_transform_ip):
15026           Basetransform updates. Enable passthrough modes.
15027         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15028         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15029         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15030           Negotiation fix that allows the window to return to the original
15031           size and renegotiate passthrough upstream. Extra debug output.
15032
15033 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15034
15035         * gst/sine/gstsinesrc.c:
15036         * gst/volume/gstvolume.c:
15037           fix up header include
15038
15039 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15040
15041         * gst-libs/gst/audio/gstbaseaudiosink.c:
15042         (gst_base_audio_sink_render):
15043         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15044         * gst/volume/gstvolume.c: (gst_volume_class_init),
15045         (volume_transform):
15046           fixing lost sync, some more debugging
15047
15048 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15049
15050         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15051         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15052         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15053         (gst_xvimagesink_check_xshm_calls):
15054           Fix compilation when XShm is not available.
15055
15056 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15057
15058         * ext/libvisual/visual.c: (gst_visual_dispose),
15059         (gst_visual_getcaps), (gst_visual_src_setcaps),
15060         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15061         (gst_visual_change_state):
15062           Finish fixing up libvisual plugin so that it runs. 
15063
15064 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15065
15066         * ext/vorbis/vorbisenc.c:
15067         * gst-libs/gst/tag/gstvorbistag.c:
15068           gsttaginterface.h -> gsttagsetter.h
15069
15070 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15071
15072         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15073           added another test that failes for me (test is not active by default)
15074
15075 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15076
15077         * configure.ac:
15078           v4l2 is no longer in gst-plugins-base
15079
15080 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15081
15082         * configure.ac:
15083           In the output at the end, don't show the first plugin on the same
15084           line as "Core plug-ins, always built:".
15085           Indent the output as for other plugin categories
15086         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15087           #define that can be used to not use peer buffer_alloc functions for
15088           test purposes.
15089         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15090         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15091         (gst_ximagesink_show_frame):
15092         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15093         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15094         (gst_xvimagesink_show_frame):
15095           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15096           fails gracefully instead of XError aborting or deadlocking.
15097
15098 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15099
15100         * ext/libvisual/Makefile.am:
15101           link against gst-base-libs
15102
15103 2005-09-06  David Schleef  <ds@schleef.org>
15104
15105         * configure.ac: Enable libvisual plugin.
15106         * ext/libvisual/Makefile.am:
15107         * ext/libvisual/visual.c: Fixes to make it compile.
15108
15109 === release 0.9.2 ===
15110
15111 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15112
15113         * NEWS:
15114         * RELEASE:
15115         * configure.ac:
15116         * docs/random/ChangeLog-0.8:
15117           releasing 0.9.2, "Spoon"
15118
15119 2005-09-05  Michael Smith <msmith@fluendo.com>
15120
15121         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15122           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15123           that in the vorbisenc element.
15124
15125 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15126
15127         * common/gtk-doc-plugins.mak:
15128         * docs/plugins/Makefile.am:
15129           fix distcheck
15130         * gst/audioresample/resample.c:
15131           fix wrong docstring
15132
15133 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15134
15135         * common/gst-xmlinspect.py:
15136         * common/gtk-doc-plugins.mak:
15137           only inspect plugins for this given package
15138           require gst-python 0.9
15139
15140 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15141
15142         * Makefile.am:
15143         * autogen.sh:
15144         * common/gst-xmlinspect.py:
15145         * configure.ac:
15146         * docs/Makefile.am:
15147         * docs/plugins/inspect/plugin-alsa.xml:
15148         * docs/plugins/inspect/plugin-audioresample.xml:
15149         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15150         * docs/plugins/inspect/plugin-ogg.xml:
15151         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15152         * docs/plugins/tmpl/element-multifdsink.sgml:
15153         * docs/plugins/tmpl/element-tcpserversink.sgml:
15154         * docs/plugins/tmpl/element-vorbisenc.sgml:
15155         * gst-plugins-base.spec.in:
15156           various doc-related updates
15157
15158 2005-08-31  Wim Taymans  <wim@fluendo.com>
15159
15160         * gst-libs/gst/audio/gstbaseaudiosink.c:
15161         (gst_base_audio_sink_render):
15162         Resync if the buffer timestamps drift more than a 10th 
15163         of a second.
15164
15165 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15166
15167         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15168         (gst_v4lsrc_get_property):
15169           The 'timestamp-offset' property is registered as an int64, so
15170           let's use g_value_{set|get}_int64() in our setter and getter
15171           functions (makes it work and fixes warnings with gst-inspect).
15172
15173 2005-08-30  Wim Taymans  <wim@fluendo.com>
15174
15175         * check/elements/audioconvert.c: (setup_audioconvert):
15176         * check/elements/audioresample.c: (setup_audioresample):
15177         * check/elements/volume.c: (setup_volume):
15178         Fix checks.
15179
15180 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15181
15182         * common/gtk-doc-plugins.mak:
15183         * common/plugins.xsl:
15184         * docs/plugins/Makefile.am:
15185           make module a param
15186
15187 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15188
15189         * examples/seeking/seek.c: (make_mp3_pipeline),
15190         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15191         (play_cb), (pause_cb), (stop_cb):
15192           update the example
15193
15194 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15195
15196         * gst/volume/gstvolume.c: (gst_volume_class_init),
15197         (volume_transform):
15198           do not update controlled params, if buffer has no timestamp
15199
15200 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15201
15202         * configure.ac:
15203         * gst/sine/Makefile.am:
15204         * gst/volume/Makefile.am:
15205           controllerized elements also need to link against controller-libs ;)
15206
15207 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15208
15209         * docs/libs/tmpl/gstcolorbalance.sgml:
15210         * docs/libs/tmpl/gstgconf.sgml:
15211         * docs/libs/tmpl/gstmixer.sgml:
15212         * docs/libs/tmpl/gstringbuffer.sgml:
15213         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15214         (gst_sinesrc_create):
15215         * gst/volume/gstvolume.c: (gst_volume_class_init),
15216         (volume_transform):
15217           controllerized two audio plugins
15218
15219 2005-08-29  Andy Wingo  <wingo@pobox.com>
15220
15221         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15222         (vorbis_handle_data_packet): Fix some int overflow errors.
15223
15224         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15225         -1.
15226         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15227         valid.
15228         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15229         if it's valid. Fixed streaming-mode playback.
15230
15231         * check/elements/volume.c (cleanup_volume): Fix for running
15232         CK_FORK=no.
15233
15234         * check/elements/audioconvert.c: Convert from native endian, not
15235         little endian.
15236
15237 2005-08-29  Michael Smith <msmith@fluendo.com>
15238
15239         * ext/ogg/Makefile.am:
15240         * ext/ogg/gstogg.c: (plugin_init):
15241         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15242         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15243         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15244         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15245         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15246         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15247         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15248         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15249         Add an ogg parser element.
15250
15251 2005-08-28  Andy Wingo  <wingo@pobox.com>
15252
15253         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15254
15255 2005-08-26  Wim Taymans  <wim@fluendo.com>
15256
15257         * gst/audioconvert/audioconvert.c: (if), (float),
15258         (audio_convert_get_func_index), (check_default),
15259         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15260         (audio_convert_clean_context), (audio_convert_get_sizes),
15261         (audio_convert_convert):
15262         Cleanups.
15263
15264 2005-08-26  Wim Taymans  <wim@fluendo.com>
15265
15266         * gst/audioconvert/audioconvert.c: (if), (float),
15267         (audio_convert_get_func_index), (check_default),
15268         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15269         (audio_convert_clean_context), (audio_convert_get_sizes),
15270         (audio_convert_convert):
15271         More elegant and working temp buffer selection algo.
15272
15273 2005-08-26  Wim Taymans  <wim@fluendo.com>
15274
15275         * gst/audioconvert/audioconvert.c: (if), (float),
15276         (audio_convert_get_func_index), (check_default),
15277         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15278         (audio_convert_clean_context), (audio_convert_get_sizes),
15279         (get_temp_buffer), (audio_convert_convert):
15280         Use realloc else we lose our original data.
15281
15282 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15283
15284         * gst/audioresample/gstaudioresample.c:
15285           use base class' newsegment to properly timestamp
15286
15287 2005-08-26  Wim Taymans  <wim@fluendo.com>
15288
15289         * gst/audioconvert/audioconvert.c: (if), (float),
15290         (audio_convert_get_func_index), (check_default),
15291         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15292         (audio_convert_clean_context), (audio_convert_get_sizes),
15293         (get_temp_buffer), (audio_convert_convert):
15294         * gst/audioconvert/gstaudioconvert.c:
15295         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15296         (gst_audio_convert_transform_caps),
15297         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15298         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15299         Oops, allocate enough space to perform the channel mix.
15300
15301 2005-08-26  Wim Taymans  <wim@fluendo.com>
15302
15303         * gst/audioconvert/Makefile.am:
15304         * gst/audioconvert/audioconvert.c: (if), (float),
15305         (audio_convert_get_func_index), (check_default),
15306         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15307         (audio_convert_clean_context), (audio_convert_get_sizes),
15308         (get_temp_buffer), (audio_convert_convert):
15309         * gst/audioconvert/audioconvert.h:
15310         * gst/audioconvert/gstaudioconvert.c:
15311         (gst_audio_convert_class_init), (gst_audio_convert_init),
15312         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15313         (gst_audio_convert_get_unit_size),
15314         (gst_audio_convert_transform_caps),
15315         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15316         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15317         * gst/audioconvert/gstaudioconvert.h:
15318         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15319         (gst_channel_mix_fill_identical),
15320         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15321         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15322         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15323         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15324         (gst_channel_mix_mix):
15325         * gst/audioconvert/gstchannelmix.h:
15326         Cleanups, librarify a bit, optimize, better negotiation and more.
15327
15328 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15329
15330         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15331         Another from MikeS:
15332         During typefinding, don't support negative offsets
15333         (offsets from the end of the stream) in our typefind->peek() function
15334         - nothing embedded in ogg ever needs them. However, we need to recognise
15335         those requests and reject them, otherwise we return invalid pointers.
15336
15337 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15338
15339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15340         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15341         (vorbisdec_finalize), (vorbis_handle_type_packet):
15342           Big shout-out to MikeS for fixing this giant memory leak.
15343           Huzzah!
15344
15345 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15346
15347         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15348         (audio_convert_get_unit_size):
15349           plug some leaks
15350
15351 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15352
15353         * check/Makefile.am:
15354         * check/elements/audioconvert.c: (setup_audioconvert),
15355         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15356         (GST_START_TEST), (audioconvert_suite), (main):
15357           add a test for audioconvert
15358         * gst/audioresample/gstaudioresample.c:
15359         * gst/audioresample/gstaudioresample.h:
15360           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15361           note that for buffers of 1/3 sec this means DURATION(c) is 
15362           one nanosecond more than for a and b
15363
15364 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15365
15366         * check/Makefile.am:
15367         * check/elements/audioresample.c: (setup_audioresample),
15368         (cleanup_audioresample), (fail_unless_perfect_stream),
15369         (test_perfect_stream_instance), (GST_START_TEST),
15370           add a check for audioresample
15371         (audioresample_suite), (main):
15372         * check/elements/volume.c: (GST_START_TEST):
15373           remove unused method
15374         * gst/audioresample/gstaudioresample.c:
15375           set correct buffer parameters since we're changing them
15376         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15377           add some debug
15378
15379 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15380
15381         * gst/audioresample/debug.c:
15382         * gst/audioresample/gstaudioresample.c:
15383           add room for extra overlap samples when asked to transform size
15384           protect against possible mem corruption and check for discrepancies
15385           between written size and outbuffer's size so we can warn for
15386           potential problems
15387         * gst/audioresample/resample.c: (resample_init),
15388         (resample_get_output_size_for_input), (resample_get_output_size),
15389         (resample_set_n_channels), (resample_set_format):
15390           set debug level based on RESAMPLE_DEBUG env var
15391           make sure that get_output_size* returns a whole number of
15392           sample_size
15393           set sample_size each time either channel or format is set
15394         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15395         * gst/audioresample/resample_functable.c:
15396         (resample_scale_functable):
15397         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15398           remove r->sample_size, it's done in resample.c now
15399           add some debugging to the ref implementation
15400           make sure we only give back bytes that are wholes of the sample
15401           size
15402
15403 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15404         * gst/playback/gstplaybasebin.c: (fill_buffer):
15405         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15406
15407 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15408
15409         * gst/volume/gstvolume.c:
15410           made set_caps function static
15411
15412 2005-08-24  Wim Taymans  <wim@fluendo.com>
15413
15414         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15415         (gst_vorbisenc_change_state):
15416         Stop leaking taglists.
15417
15418 2005-08-24  Wim Taymans  <wim@fluendo.com>
15419
15420         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15421         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15422         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15423         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15424         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15425         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15426         Parse seeking events better.
15427         Unref static caps.
15428         Generate correct newsegment events, fixes seeking in live oggs.
15429
15430         * ext/theora/theoradec.c: (theora_dec_src_query),
15431         (theora_dec_src_event), (theora_dec_src_getcaps),
15432         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15433         Use newsegment values to report correct play time.
15434
15435         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15436         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15437         * ext/vorbis/vorbisdec.h:
15438         Parse and use newsegment values to report correct play time.
15439
15440         * gst-libs/gst/audio/gstbaseaudiosink.c:
15441         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15442         Clear ringbuffer on flush.
15443         Use newsegment values to calculate playback time.
15444
15445         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15447         Basesink does newsegment calculations for us now.
15448
15449 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15450
15451         * check/Makefile.am:
15452         * configure.ac:
15453           add core's plugins to the mix so that playbin works
15454         * check/generic/states.c: (GST_START_TEST):
15455           set a 0 timeout on pipelines, so they don't force the next
15456           state change
15457         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15458         (gst_play_base_bin_change_state):
15459           remove the crappy error handling and do GST error handling
15460
15461 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15462
15463         * check/Makefile.am:
15464         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15465           add same test as to core, it bitches out on playbin atm.
15466
15467 2005-08-24  Wim Taymans  <wim@fluendo.com>
15468
15469         * configure.ac:
15470         Remove audioscale.
15471
15472 2005-08-24  Wim Taymans  <wim@fluendo.com>
15473
15474         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15475         (gst_videoscale_prepare_size), (parse_caps),
15476         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15477         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15478         (gst_videoscale_transform):
15479         * gst/videoscale/gstvideoscale.h:
15480         Refactor, make use of BaseTranform really well.
15481
15482 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15483
15484         * configure.ac:
15485           compile audioresample
15486         * gst/audioresample/Makefile.am:
15487         * gst/audioresample/buffer.c:
15488         * gst/audioresample/functable.c:
15489         * gst/audioresample/gstaudioresample.c:
15490         * gst/audioresample/gstaudioresample.h:
15491         * gst/audioresample/resample.c:
15492         (resample_get_output_size_for_input):
15493         * gst/audioresample/resample.h:
15494         * gst/audioresample/resample_chunk.c:
15495         * gst/audioresample/resample_functable.c:
15496         * gst/audioresample/resample_ref.c:
15497           port to use basetransform; doesn't work in all cases yet
15498
15499 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15500
15501         * gst/audioconvert/gstaudioconvert.c:
15502         (gst_audio_convert_class_init), (gst_audio_convert_init),
15503         (audio_convert_get_unit_size), (audio_convert_transform_caps),
15504         (audio_convert_fixate_caps), (audio_convert_set_caps),
15505         (audio_convert_transform),
15506         (gst_audio_convert_buffer_to_default_format),
15507         (gst_audio_convert_buffer_from_default_format),
15508         (gst_audio_convert_channels):
15509         * gst/audioconvert/gstchannelmix.c:
15510         * gst/audioconvert/gstchannelmix.h:
15511           port to basetransform
15512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15513         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
15514         (gst_ffmpegcsp_get_unit_size):
15515         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15516         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
15517           fix for basetransform changes
15518
15519 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15520
15521         * check/Makefile.am:
15522           Add CHECK_CFLAGS and LDFLAGS
15523
15524         * gst/playback/gstplaybasebin.c: (fill_buffer):
15525           GST_MESSAGE_SRC became a GObject
15526
15527 2005-08-24  Wim Taymans  <wim@fluendo.com>
15528
15529         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
15530         (gst_ring_buffer_clear_all):
15531         * gst-libs/gst/audio/gstringbuffer.h:
15532         Added function to clear the ringbuffer.
15533
15534 2005-08-24  Andy Wingo  <wingo@pobox.com>
15535
15536         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
15537         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
15538         of _open and _close.
15539
15540         * sys/v4l/gstv4lxoverlay.h:
15541         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
15542         an Xv connection here, instead of all the time. Make Xv only be
15543         loaded if you axe for it. Kindof a workaround for buggy behaviour
15544         of Xv when using remote xservers (XvQueryExtension would block).
15545         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
15546         replace the _open and _close public API. Only start the xv
15547         connection if necessary.
15548         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
15549
15550 2005-08-23  David Schleef  <ds@schleef.org>
15551
15552         * gst/audioresample/Makefile.am: Leet audioresampling code
15553         * gst/audioresample/buffer.c:
15554         * gst/audioresample/buffer.h:
15555         * gst/audioresample/debug.c:
15556         * gst/audioresample/debug.h:
15557         * gst/audioresample/functable.c:
15558         * gst/audioresample/functable.h:
15559         * gst/audioresample/gstaudioresample.c:
15560         * gst/audioresample/gstaudioresample.h:
15561         * gst/audioresample/resample.c:
15562         * gst/audioresample/resample.h:
15563         * gst/audioresample/resample_chunk.c:
15564         * gst/audioresample/resample_functable.c:
15565         * gst/audioresample/resample_ref.c:
15566
15567 2005-08-23  Wim Taymans  <wim@fluendo.com>
15568
15569         * examples/seeking/seek.c: (make_vorbis_pipeline),
15570         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
15571         Small seek updates.
15572
15573 2005-08-23  Andy Wingo  <wingo@pobox.com>
15574
15575         * gst-libs/gst/audio/gstbaseaudiosrc.c
15576         (gst_base_audio_src_fixate): Only fixate endianness if it is
15577         present in the caps.
15578
15579 2005-08-22  Andy Wingo  <wingo@pobox.com>
15580
15581         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
15582         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
15583         device-name property.
15584
15585         * gst-libs/gst/audio/gstaudiosrc.h:
15586         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
15587         close_device in the ring buffer, like gstaudiosink.
15588
15589         * ext/alsa/gstalsamixer.h:
15590         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
15591         macro to implement the interface without much code. Cleanups. 
15592
15593         * ext/alsa/gstalsasrc.h:
15594         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
15595         READY.
15596
15597         * ext/alsa/Makefile.am: Add new files.
15598         * ext/alsa/gstalsamixerelement.c: 
15599         * ext/alsa/gstalsamixerelement.c: Split element code out from
15600         mixer code so that alsasrc can be a mixer too.
15601
15602 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15603
15604         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15605         (GST_START_TEST):
15606         * check/elements/vorbisdec.c: (setup_vorbisdec),
15607         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
15608         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15609         (vorbis_handle_identification_packet),
15610         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
15611         (vorbis_handle_header_packet), (vorbis_dec_push),
15612         (vorbis_dec_chain):
15613           use the setup/teardown methods to save code.  save code is good.
15614
15615 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15616
15617         * check/Makefile.am:
15618           add ext dir for plugins
15619           add vorbisdec test conditionally
15620         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15621         (GST_START_TEST), (volume_suite):
15622           add a test with wrong caps
15623         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
15624         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
15625           add a vorbisdec test
15626         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
15627         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
15628           clean up debug output
15629         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15630           yay, fix a segfault/security issue in vorbisdec
15631           gst-launch fakesrc ! vorbisdec wasn't happy
15632         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
15633         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
15634         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
15635         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15636         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
15637         (gst_vorbisenc_set_metadata), (get_constraints_string),
15638         (update_start_message), (gst_vorbisenc_setup),
15639         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15640         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
15641         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
15642         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
15643         * ext/vorbis/vorbisenc.h:
15644           march in line
15645         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15646         (gst_ffmpegcsp_transform):
15647           have the kow come home
15648         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15649           debug my func ptr
15650         * gst/volume/gstvolume.c: (volume_set_caps):
15651           add a debug
15652
15653 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15654
15655         * Makefile.am:
15656         * check/.cvsignore:
15657         * check/Makefile.am:
15658         * check/elements/.cvsignore:
15659         * check/elements/volume.c: (chain_func), (event_func),
15660         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
15661         (main):
15662         * configure.ac:
15663           add unit test structure for gst-plugins-base
15664           add a test for volume
15665         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
15666         (gst_volume_set_volume), (gst_volume_get_volume),
15667         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
15668         (volume_funcfind), (volume_process_float), (volume_process_int16),
15669         (volume_set_caps), (volume_transform), (volume_update_mute),
15670         (volume_update_volume), (volume_set_property),
15671         (volume_get_property):
15672           document a little; use basetransform vmethod _set_caps
15673
15674 2005-08-19  Andy Wingo  <wingo@pobox.com>
15675
15676         * ext/alsa/gstalsamixertrack.h:
15677         * ext/alsa/gstalsamixertrack.c:
15678         * ext/alsa/gstalsamixeroptions.h:
15679         * ext/alsa/gstalsamixeroptions.c:
15680         * ext/alsa/gstalsamixer.h:
15681         * ext/alsa/gstalsamixer.c: Port to 0.9.
15682
15683         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
15684         Remove gstalsa.c and alsaclock. No more cruft here.
15685         
15686 2005-08-18  Wim Taymans  <wim@fluendo.com>
15687
15688         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15689         (gst_base_rtp_depayload_chain),
15690         (gst_base_rtp_depayload_add_to_queue),
15691         (gst_base_rtp_depayload_push),
15692         (gst_base_rtp_depayload_queue_release):
15693         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15694         Fix for RTPBuffer changes.
15695
15696         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
15697         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
15698         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
15699         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
15700         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
15701         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
15702         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
15703         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
15704         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
15705         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
15706         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
15707         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
15708         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
15709         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
15710         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
15711         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
15712         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
15713         (gst_rtpbuffer_get_payload):
15714         * gst-libs/gst/rtp/gstrtpbuffer.h:
15715         Don't subclass GstBuffer but add methods and helper functions
15716         to construct and manipulate RTP packets in regular GstBuffers.
15717
15718 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
15719
15720         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15721           moved statement below switch
15722         * gst/volume/gstvolume.c: (gst_volume_class_init):
15723           added debug ptr
15724
15725 2005-08-16  Wim Taymans  <wim@fluendo.com>
15726
15727         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15728         (gst_base_audio_src_change_state):
15729         Open and close device in READY<->NULL state change.
15730
15731 2005-08-16  Andy Wingo  <wingo@pobox.com>
15732
15733         * examples/seeking/Makefile.am: Don't compile non-compiling
15734         compiled objects with the compiler.
15735
15736         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
15737         elements.
15738
15739 2005-08-12  Philippe Khalaf <burger@speedy.org>
15740         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15741         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15742           Made a thread to release the queue.
15743           Removed timestamp conversion for now.
15744
15745 2005-08-10  Philippe Khalaf <burger@speedy.org>
15746         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15747         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15748           Added rtp timestamp -> gst timestamp conversion.
15749           Fixed several problems with queue.
15750
15751 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15752
15753         * gst-libs/gst/audio/gstaudioclock.h:
15754         * gst-libs/gst/audio/gstaudiofilter.h:
15755         * gst-libs/gst/audio/gstaudiosink.h:
15756         * gst-libs/gst/audio/gstaudiosrc.h:
15757         * gst-libs/gst/audio/gstbaseaudiosink.h:
15758         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15759         * gst-libs/gst/audio/gstringbuffer.h:
15760         * gst-libs/gst/net/gstnetbuffer.h:
15761         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15762         * gst-libs/gst/rtp/gstrtpbuffer.h:
15763           Add padding (you will need to rebuild gst-plugins-base,
15764           gst-plugins and all applications afterwards!)
15765
15766 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15767
15768         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15769         (gst_riff_parse_chunk):
15770           Fix bug in debug message and add some more debug messages.
15771
15772 2005-08-08  Edward Hervey  <edward@fluendo.com>
15773
15774         * gst-libs/gst/riff/riff-media.c:
15775         backported updates since branch
15776
15777 2005-08-08  Andy Wingo  <wingo@pobox.com>
15778
15779         * gst-libs/gst/audio/gstbaseaudiosink.c
15780         (gst_base_audio_sink_change_state): Open the device in NULL->READY
15781         like good elements should. Close on READY->NULL too.
15782
15783         * gst-libs/gst/audio/gstaudiosink.c
15784         (gst_audioringbuffer_open_device,
15785         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
15786         (gst_audioringbuffer_release): Updates for new ring buffer API,
15787         hook into the new audio sink api.
15788
15789         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
15790         (GstAudioSinkClass.close): Just open and close the device -- no
15791         resource allocation or configuration.
15792         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
15793         vmethods, handle device setup and resource allocation.
15794
15795         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
15796         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
15797         base class API.
15798
15799         * gst-libs/gst/audio/gstringbuffer.h
15800         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
15801         New vmethods.
15802
15803         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
15804         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
15805         New API functions. The device should be opened before acquiring
15806         and closed after releasing.
15807
15808 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15809
15810         * gst-libs/gst/interfaces/mixer.h:
15811           Reset padding to GST_PADDING.
15812
15813 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15814
15815         * gst/playback/gstplaybin.c: (remove_sinks):
15816           Remove visualization from parent explicitely; works around some
15817           apparent refcount issue that I haven't tracked down yet.
15818
15819 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15820
15821         * ext/alsa/gstalsasink.c: (set_hwparams):
15822           Assign debug category, add negotiation debug msgs.
15823
15824 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15825
15826         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
15827           Fix error code for file-not-found to NOT_FOUND.
15828
15829 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15830
15831         * common/gtk-doc-plugins.mak:
15832         * docs/plugins/Makefile.am:
15833         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15834         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15835           renamed to actual element names, so much nicer to look at
15836         * docs/plugins/tmpl/gstmultifdsink.sgml:
15837           remove
15838         * docs/plugins/tmpl/multifdsink.sgml:
15839         * docs/plugins/tmpl/tcpserversink.sgml:
15840           add
15841         * ext/alsa/gstalsa.c:
15842         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
15843         * ext/ogg/gstoggmux.c:
15844         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15845         * gst/playback/gstdecodebin.c:
15846         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15847         * gst/tcp/gsttcpserversink.c:
15848           various fixes and documentation additions
15849
15850 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15851
15852         * common/Makefile.am:
15853         * common/gstdoc-scangobj:
15854         * common/gtk-doc-plugins.mak:
15855         * common/gtk-doc.mak:
15856           add a custom scangobj that uses the registry
15857           add a custom gtk-doc-plugins.mak that uses it
15858           some doc build fixes
15859         * configure.ac:
15860         * docs/Makefile.am:
15861         * docs/plugins/Makefile.am:
15862         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15863         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15864         * docs/plugins/gst-plugins-base-plugins.types:
15865         * docs/plugins/tmpl/gstmultifdsink.sgml:
15866           add docs for one element, multifdsink
15867         * gst/adder/gstadder.h:
15868         * gst/volume/gstvolume.h:
15869           don't privatize enum
15870         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15871         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15872         (gst_sync_method_get_type), (gst_client_status_get_type),
15873         (gst_multifdsink_class_init),
15874         (gst_multifdsink_client_queue_buffer),
15875         (gst_multifdsink_handle_client_write):
15876         * gst/tcp/gstmultifdsink.h:
15877         * gst/tcp/gsttcp.h:
15878         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
15879         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
15880         (gst_tcpclientsink_render):
15881         * gst/tcp/gsttcpclientsink.h:
15882         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
15883         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
15884         (gst_tcpclientsrc_start):
15885         * gst/tcp/gsttcpclientsrc.h:
15886         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
15887         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
15888         * gst/tcp/gsttcpserversrc.h:
15889         * gst/typefind/gsttypefindfunctions.c:
15890           remove superfluous Type stuff
15891
15892 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15893
15894         * gst/playback/gstplaybin.c: (gen_video_element):
15895           Enable videoscale.
15896
15897 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15898
15899         * gst-libs/gst/gconf/gconf.c:
15900         * gst-libs/gst/gconf/gconf.h:
15901           Fix some Andy Problem [tm].
15902
15903 2005-08-04  Andy Wingo  <wingo@pobox.com>
15904
15905         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
15906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
15907         (gst_ffmpegcsp_get_size): Adapt to API changes.
15908
15909         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
15910         Implement an in-place do-nothing transform.
15911
15912 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15913
15914         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
15915         (gst_ximagesink_renegotiate_size):
15916           Do not set new window sizes yet if we prepare a new buffer size
15917           for upstream renegotiation (software scaling) at some point in the
15918           future, because this new size waqs not actually accepted yet. Once
15919           accepted, renegotiation later on will set the new sizes just fine.
15920           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
15921           embedding testcase.
15922
15923 2005-08-03  Andy Wingo  <wingo@pobox.com>
15924
15925         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
15926         (gst_ximagesink_buffer_alloc): 
15927         Protect the height, width, and desired_caps with the pool_lock.
15928         Fixes videotestsrc ! queue ! ximagesink.
15929
15930 2005-08-02  Edward Hervey  <edward@fluendo.com>
15931
15932         * gst/volume/gstvolume.c:
15933         include left from controller cleanup
15934
15935 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
15936         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
15937           Stop collectpads before calling the parent state
15938           change function on PAUSED->READY.
15939
15940 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
15941         * configure.ac:
15942           When testing for X libs, use the X CFlags 
15943         * gst/adder/gstadder.c: (gst_adder_change_state):
15944           Stop the collectpads before calling parent state change function
15945           on PAUSED->READY, otherwise we deadlock deactivating pads.
15946
15947 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
15948
15949         * configure.ac:
15950         * docs/libs/tmpl/gstcolorbalance.sgml:
15951         * docs/libs/tmpl/gstmixer.sgml:
15952         * examples/Makefile.am:
15953         * gst/sine/Makefile.am:
15954         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
15955         (gst_sinesrc_set_property), (plugin_init):
15956         * gst/sine/gstsinesrc.h:
15957         * gst/volume/Makefile.am:
15958         * gst/volume/gstvolume.c: (gst_volume_set_volume),
15959         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
15960         (volume_process_float), (volume_process_int16),
15961         (volume_set_property), (plugin_init):
15962         * gst/volume/gstvolume.h:
15963           deactivate and remove dparams (libgstcontrol)
15964
15965 2005-07-29  Wim Taymans  <wim@fluendo.com>
15966
15967         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
15968         Convert me to BaseTransform!! help..
15969
15970 2005-07-29  Andy Wingo  <wingo@pobox.com>
15971
15972         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
15973         sinks.
15974
15975         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
15976         support of both endiannesses.
15977
15978 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15979
15980         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
15981           Fix confusing debug message (s/event/query/)
15982
15983 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15984
15985         * gst/videotestsrc/videotestsrc.h:
15986           Use "_stdint.h" instead of <stdint.h>
15987
15988 2005-07-27  Wim Taymans  <wim@fluendo.com>
15989
15990         * ext/vorbis/Makefile.am:
15991         Revert wrong commit.
15992
15993 2005-07-27  Wim Taymans  <wim@fluendo.com>
15994
15995         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
15996         More compilation fixen.
15997
15998 2005-07-27  Wim Taymans  <wim@fluendo.com>
15999
16000         * gst-libs/gst/audio/gstbaseaudiosink.c:
16001         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16002         (gst_base_audio_sink_create_ringbuffer),
16003         (gst_base_audio_sink_change_state):
16004         Fix compilation.
16005
16006 2005-07-27  Wim Taymans  <wim@fluendo.com>
16007
16008         * examples/seeking/seek.c: (setup_dynamic_link),
16009         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16010         (query_positions_elems), (query_positions_pads), (do_seek):
16011         Update seek example.
16012
16013         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16014         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16015         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16016         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16017         (gst_ogg_demux_handle_event),
16018         (gst_ogg_demux_deactivate_current_chain),
16019         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16020         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16021         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16022         (gst_ogg_demux_loop):
16023         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16024         * ext/theora/theoradec.c: (theora_dec_src_event),
16025         (theora_dec_src_getcaps), (theora_dec_sink_event),
16026         (theora_dec_push), (theora_dec_chain):
16027         * ext/vorbis/Makefile.am:
16028         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16029         (vorbis_dec_sink_event), (vorbis_dec_push),
16030         (vorbis_handle_data_packet):
16031         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16032         (gst_vorbisenc_chain):
16033         * gst/playback/gststreaminfo.c: (cb_probe):
16034         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16035         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16036         * gst/videoscale/gstvideoscale.c:
16037         (gst_videoscale_handle_src_event):
16038         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16039         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16040         (gst_ximagesink_navigation_send_event):
16041         * sys/xvimage/xvimagesink.c:
16042         (gst_xvimagesink_navigation_send_event):
16043         Various event updates and cleanups
16044
16045 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16046
16047         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16048           Fix segfault for I420/YV12.
16049
16050 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16051
16052         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16053           Report bitrate.
16054
16055 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16056
16057         * gst/playback/gstplaybin.c: (gen_video_element),
16058         (gen_audio_element):
16059           Switch to auto*sink elements as default sinks; add volume element
16060           so that volume control in totem works.
16061
16062 2005-07-21  Wim Taymans  <wim@fluendo.com>
16063
16064         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16065         * gst/playback/gstplaybin.c: (setup_sinks),
16066         (gst_play_bin_change_state):
16067         Refcount fix and more comments.
16068
16069 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16070
16071         * sys/ximage/Makefile.am:
16072         * sys/ximage/ximage.c: (plugin_init):
16073         * sys/ximage/ximagesink.c:
16074         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16075         
16076
16077 2005-07-21  Wim Taymans  <wim@fluendo.com>
16078
16079         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16080         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16081         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16082         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16083         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16084         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16085         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16086         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16087         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16088         Generate correct disconts for live chained oggs.
16089
16090         * gst-libs/gst/audio/gstbaseaudiosink.c:
16091         (gst_base_audio_sink_render),
16092         (gst_base_audio_sink_create_ringbuffer),
16093         (gst_base_audio_sink_change_state):
16094         Handle discont math correctly.
16095
16096         * gst/playback/gstplaybin.c: (add_sink):
16097         Some small debug cleanup.
16098
16099 2005-07-21  Wim Taymans  <wim@fluendo.com>
16100
16101         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16102         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16103         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16104         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16105         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16106         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16107         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16108         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16109         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16110         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16111         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16112         (gst_ogg_demux_change_state), (gst_ogg_print):
16113         Reorganize code to send the right disconts when in streaming
16114         mode.
16115
16116 2005-07-20  Andy Wingo  <wingo@pobox.com>
16117
16118         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16119         fix (?), fixes a seggie mcfalterson (#310894).
16120
16121 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16122
16123         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16124         (gst_ogg_mux_set_header_on_caps):
16125         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16126         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16127         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16128         * gst-libs/gst/audio/multichannel.c:
16129         (gst_audio_set_channel_positions),
16130         (gst_audio_set_structure_channel_positions_list):
16131         * gst/playback/gstdecodebin.c: (dynamic_create):
16132         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16133         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16134           Fixes for API changes in core.
16135
16136 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16137
16138         * gst/playback/gstplaybasebin.c: (fill_buffer):
16139           Use _new_custom() so we can set custom message types for buffering
16140           messages.
16141
16142 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16143
16144         * configure.ac:
16145         * gst-libs/gst/Makefile.am:
16146         * gst-libs/gst/gconf/.cvsignore:
16147         * gst-libs/gst/gconf/Makefile.am:
16148         * gst-libs/gst/gconf/test-gconf.c:
16149         * pkgconfig/Makefile.am:
16150         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16151         * pkgconfig/gstreamer-gconf.pc.in:
16152           Remove gconf stuff, use gconf elements instead from now on.
16153
16154 2005-07-20  Wim Taymans  <wim@fluendo.com>
16155
16156         * gst-libs/gst/audio/TODO:
16157         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16158         (gst_audio_clock_get_internal_time):
16159         * gst-libs/gst/audio/gstaudioclock.h:
16160         * gst-libs/gst/audio/gstbaseaudiosink.c:
16161         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16162         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16163         (gst_base_audio_sink_render),
16164         (gst_base_audio_sink_create_ringbuffer),
16165         (gst_base_audio_sink_change_state):
16166         Make sure the audio clock always returns an increasing value.
16167
16168 2005-07-19  Andy Wingo  <wingo@pobox.com>
16169
16170         * gst/videotestsrc/: Cleanups.
16171
16172 2005-07-19  Wim Taymans  <wim@fluendo.com>
16173
16174         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16175         Better debugging.
16176
16177 2005-07-19  Wim Taymans  <wim@fluendo.com>
16178
16179         * examples/seeking/seek.c: (make_dv_pipeline),
16180         (make_vorbis_theora_pipeline), (query_rates),
16181         (query_positions_elems), (query_positions_pads), (do_seek):
16182         Make correct DV pipeline.
16183
16184 2005-07-18  Andy Wingo  <wingo@pobox.com>
16185
16186         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16187         default. Also because it's the only thing that really works. (This
16188         is used in the GConf elements).
16189         Use AS_LIBTOOL_TAGS.
16190
16191 2005-07-18  Wim Taymans  <wim@fluendo.com>
16192
16193         * gst/playback/gstdecodebin.c: (remove_element_chain):
16194         * gst/playback/gstplaybin.c: (add_sink):
16195         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16196         (gst_stream_info_set_mute):
16197         * gst/playback/gststreamselector.c:
16198         (gst_stream_selector_get_linked_pad),
16199         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16200         More leak and compile fixes.
16201
16202 2005-07-18  Wim Taymans  <wim@fluendo.com>
16203
16204         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16205         (query_rates), (query_positions_elems), (query_positions_pads),
16206         (do_seek), (seek_cb), (stop_seek):
16207         Updated seek example. 
16208
16209         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16210         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16211         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16212         * gst/playback/gstplaybin.c: (add_sink):
16213         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16214         (gst_stream_info_set_mute):
16215         Some refcount leak fixes.
16216
16217 2005-07-16  Wim Taymans  <wim@fluendo.com>
16218
16219         * gst-libs/gst/audio/gstbaseaudiosink.c:
16220         (gst_base_audio_sink_render):
16221         Align samples even if we have roundoff errors in the 
16222         timestamp conversion.
16223
16224 2005-07-16  Wim Taymans  <wim@fluendo.com>
16225
16226         * docs/libs/tmpl/gstringbuffer.sgml:
16227         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16228         (query_rates), (query_positions_elems), (query_positions_pads),
16229         (update_scale), (do_seek):
16230         Updated seek example.
16231
16232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16233         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16234         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16235         (gst_ogg_demux_loop):
16236         Push out correct discont values.
16237
16238         * ext/theora/theoradec.c: (theora_dec_src_convert),
16239         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16240         (theora_dec_sink_event), (theora_handle_type_packet),
16241         (theora_handle_header_packet), (theora_dec_push),
16242         (theora_handle_data_packet), (theora_dec_chain),
16243         (theora_dec_change_state):
16244         Better timestamping.
16245
16246         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16247         (vorbis_dec_sink_event), (vorbis_dec_push),
16248         (vorbis_handle_data_packet), (vorbis_dec_chain):
16249         * ext/vorbis/vorbisdec.h:
16250         Better timestamping.
16251
16252         * gst-libs/gst/audio/gstbaseaudiosink.c:
16253         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16254         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16255         Handle syncing on timestamps instead of sample offsets. Make
16256         use of DISCONT values as described in design docs.
16257
16258         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16259         (gst_base_audio_src_get_time):
16260         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16261         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16262         (gst_ring_buffer_read):
16263         * gst-libs/gst/audio/gstringbuffer.h:
16264         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16265         (gst_ximagesink_show_frame):
16266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16267         Correcly convert buffer timestamp to stream time.
16268
16269 2005-07-16  Wim Taymans  <wim@fluendo.com>
16270
16271         * gst/audioconvert/gstaudioconvert.c:
16272         (gst_audio_convert_get_buffer):
16273         Timestamp buffers correctly.
16274
16275         * gst/playback/gstplaybin.c: (gen_video_element):
16276         Make internal fakesink silent.
16277
16278 2005-07-15  Wim Taymans  <wim@fluendo.com>
16279
16280         * gst/ffmpegcolorspace/Makefile.am:
16281         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16282         (gst_ffmpegcsp_caps_remove_format_info),
16283         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16284         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16285         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16286         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16287         Ported ffmpegcolorspace to basetransform.
16288
16289         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16290         * gst/volume/gstvolume.c: (volume_transform):
16291         Ported to new API.
16292
16293 2005-07-14  Wim Taymans  <wim@fluendo.com>
16294
16295         * gst/videotestsrc/Makefile.am:
16296         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16297         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16298         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16299         (gst_videotestsrc_init), (gst_videotestsrc_event),
16300         (gst_videotestsrc_create), (gst_videotestsrc_start),
16301         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16302         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16303         (gst_videotestsrc_get_property):
16304         * gst/videotestsrc/gstvideotestsrc.h:
16305         Make videotestsrc a pushsrc.
16306
16307 2005-07-14  Wim Taymans  <wim@fluendo.com>
16308
16309         * gst/tcp/gstfdset.c: (gst_fdset_free):
16310         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16311         (gst_multifdsink_add), (gst_multifdsink_remove),
16312         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16313         (gst_multifdsink_remove_client_link),
16314         (gst_multifdsink_client_queue_data),
16315         (gst_multifdsink_client_queue_caps),
16316         (gst_multifdsink_client_queue_buffer),
16317         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16318         (gst_multifdsink_stop):
16319         * gst/tcp/gstmultifdsink.h:
16320         0.8 backporting.
16321
16322         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16323         Also draw image when not from a pool.
16324
16325 2005-07-14  Wim Taymans  <wim@fluendo.com>
16326
16327         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16328         (mute_stream), (silence_stream):
16329         Small debug additions.
16330
16331 2005-07-14  Wim Taymans  <wim@fluendo.com>
16332
16333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16334         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16335         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16336         Better error recovery, ignore unconnected pads and
16337         non-fatal errors.
16338
16339 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16340
16341         * docs/libs/tmpl/gstaudio.sgml:
16342         * docs/libs/tmpl/gstcolorbalance.sgml:
16343         * docs/libs/tmpl/gstgconf.sgml:
16344         * docs/libs/tmpl/gstmixer.sgml:
16345         * docs/libs/tmpl/gstringbuffer.sgml:
16346         * docs/libs/tmpl/gsttuner.sgml:
16347         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16348         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16349         (gst_tcpclientsrc_class_init):
16350         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16351         (gst_tcpserversrc_class_init):
16352         * sys/v4l/gstv4lelement.c:
16353           more autistic cleanliness in functions/names/defines
16354
16355 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16356
16357         * configure.ac:
16358           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16359           added manually to each Makefile.am so we are sure it goes
16360           *last* and doesn't add -L flags before linking in libs of our
16361           own, like, say, internal .la libs, that then accidentally pick
16362           up the installed copy.
16363         * docs/libs/Makefile.am:
16364         * ext/alsa/Makefile.am:
16365         * ext/cdparanoia/Makefile.am:
16366         * ext/gnomevfs/Makefile.am:
16367         * ext/libvisual/Makefile.am:
16368         * ext/ogg/Makefile.am:
16369         * ext/theora/Makefile.am:
16370         * ext/vorbis/Makefile.am:
16371         * gst-libs/gst/video/Makefile.am:
16372         * gst/adder/Makefile.am:
16373         * gst/audioconvert/Makefile.am:
16374         * gst/audiorate/Makefile.am:
16375         * gst/audioscale/Makefile.am:
16376         * gst/ffmpegcolorspace/Makefile.am:
16377         * gst/playback/Makefile.am:
16378         * gst/sine/Makefile.am:
16379         * gst/subparse/Makefile.am:
16380         * gst/tags/Makefile.am:
16381         * gst/tcp/Makefile.am:
16382         * gst/typefind/Makefile.am:
16383         * gst/videorate/Makefile.am:
16384         * gst/videoscale/Makefile.am:
16385         * gst/videotestsrc/Makefile.am:
16386         * gst/volume/Makefile.am:
16387         * sys/v4l/Makefile.am:
16388         * sys/ximage/Makefile.am:
16389         * sys/xvimage/Makefile.am:
16390           adapt properly to this change. This should make sure that
16391           plugins and libs properly link to the as-yet-uninstalled
16392           copies of stuff like libgstinterfaces and libgstvideo
16393
16394 2005-07-13  Andy Wingo  <wingo@pobox.com>
16395
16396         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16397         (gst_v4lsrc_fixate): Fixate on format as well.
16398
16399         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16400         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16401         buffer points to it.
16402         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16403         rather just doing X calls ourselves. Also fixes a memleak.
16404
16405 2005-07-12  Andy Wingo  <wingo@pobox.com>
16406
16407         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16408         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16409         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16410         TRUE to avoid deadlocks if an element holds on to our buffers.
16411
16412 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16413
16414         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16415         (gst_sinesrc_init), (gst_sinesrc_create),
16416         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16417         (gst_sinesrc_start):
16418         * gst/sine/gstsinesrc.h:
16419           removing num-buffers property before moving it
16420
16421 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16422
16423         * configure.ac:
16424           use overridable ERROR_CFLAGS
16425         * docs/libs/gst-plugins-base-libs.types:
16426         * docs/libs/tmpl/gstringbuffer.sgml:
16427         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16428         (gst_alsasink_class_init):
16429         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16430         (gst_alsasrc_class_init):
16431         * gst-libs/gst/audio/audio.h:
16432         * gst-libs/gst/audio/gstaudioclock.h:
16433         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16434         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16435         (gst_audio_filter_link), (gst_audio_filter_init),
16436         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16437         (gst_audio_filter_get_property),
16438         (gst_audio_filter_class_add_pad_templates):
16439         * gst-libs/gst/audio/gstaudiofilter.h:
16440         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16441         (gst_audio_filter_template_get_type),
16442         (gst_audio_filter_template_base_init),
16443         (gst_audio_filter_template_class_init),
16444         (gst_audio_filter_template_init),
16445         (gst_audio_filter_template_set_property),
16446         (gst_audio_filter_template_get_property), (plugin_init),
16447         (gst_audio_filter_template_setup),
16448         (gst_audio_filter_template_filter),
16449         (gst_audio_filter_template_filter_inplace):
16450         * gst-libs/gst/audio/gstaudiosink.c:
16451         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16452         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16453         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16454         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16455         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16456         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16457         * gst-libs/gst/audio/gstaudiosink.h:
16458         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16459         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16460         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16461         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16462         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16463         (gst_audio_src_class_init), (gst_audio_src_init),
16464         (gst_audio_src_create_ringbuffer):
16465         * gst-libs/gst/audio/gstaudiosrc.h:
16466         * gst-libs/gst/audio/gstbaseaudiosink.c:
16467         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16468         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16469         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16470         (gst_base_audio_sink_set_property),
16471         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16472         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16473         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16474         (gst_base_audio_sink_create_ringbuffer),
16475         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16476         * gst-libs/gst/audio/gstbaseaudiosink.h:
16477         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16478         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16479         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16480         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16481         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16482         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16483         (gst_base_audio_src_event), (gst_base_audio_src_create),
16484         (gst_base_audio_src_create_ringbuffer),
16485         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16486         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16487         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16488         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16489         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16490         (gst_ring_buffer_debug_spec_caps),
16491         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16492         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16493         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16494         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16495         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16496         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16497         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
16498         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16499         (gst_ring_buffer_clear):
16500         * gst-libs/gst/audio/gstringbuffer.h:
16501         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16502         (gst_video_sink_class_init), (gst_video_sink_get_type):
16503         * gst-libs/gst/video/videosink.h:
16504         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16505         (gst_multifdsink_class_init),
16506         (gst_multifdsink_handle_client_write),
16507         (gst_multifdsink_change_state):
16508         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16509         (gst_tcpclientsink_setcaps):
16510         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16511         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
16512         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
16513         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16514         (gst_ximagesink_send_pending_navigation),
16515         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
16516         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
16517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16518         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16519         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
16520         (gst_xvimagesink_send_pending_navigation),
16521         (gst_xvimagesink_navigation_send_event),
16522         (gst_xvimagesink_set_xwindow_id),
16523         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
16524         (gst_xvimagesink_get_type):
16525         more macro splitting
16526
16527 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16528
16529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16530           plug a memleak, allows me to import 1479 albums in one go
16531           in jamboree
16532         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16533         (vorbis_handle_type_packet), (vorbis_dec_chain),
16534         (vorbis_dec_change_state):
16535           fix some format strings
16536
16537 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16538
16539         * docs/libs/tmpl/gstcolorbalance.sgml:
16540         * docs/libs/tmpl/gstmixer.sgml:
16541         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16542         (gst_alsasink_set_property), (gst_alsasink_get_property):
16543         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16544         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
16545           add device property
16546
16547 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16548
16549         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16550         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16551         (audiocast_register_listener), (audiocast_thread_run),
16552         (gst_gnomevfssrc_send_additional_headers_callback),
16553         (gst_gnomevfssrc_received_headers_callback),
16554         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
16555         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
16556         (gst_gnomevfssrc_get_size):
16557           add/clean up debugging
16558         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
16559           cleanups
16560
16561 2005-07-07  Andy Wingo  <wingo@pobox.com>
16562
16563         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
16564         framerate. Need to get a handle on when exactly this function is
16565         called, tho.
16566
16567         * sys/v4l/v4lsrc_calls.h:
16568         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
16569         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
16570         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
16571
16572         * sys/v4l/v4l_calls.h: Cast to V4lElement.
16573         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
16574         v4lelements are sources.
16575
16576         * sys/v4l/gstv4lxoverlay.h:
16577         * sys/v4l/gstv4lxoverlay.c:
16578         * sys/v4l/gstv4ltuner.h:
16579         * sys/v4l/gstv4ltuner.c: Header loc fixen.
16580         
16581         * sys/v4l/gstv4lsrc.h:
16582         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
16583         PushSrc/BaseSrc. Removed most sync-related properties, videorate
16584         or something should handle that. Made a live source.
16585
16586         * sys/v4l/gstv4lelement.h:
16587         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
16588         signals. Some cleanups.
16589
16590         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
16591
16592         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
16593         stuff.
16594
16595         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
16596         stuff.
16597
16598         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
16599
16600 2005-07-07  Wim Taymans  <wim@fluendo.com>
16601
16602         * ext/theora/theoradec.c: (theora_get_query_types),
16603         (theora_dec_src_getcaps), (theora_dec_push):
16604         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
16605         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
16606         Remove deprecated/unused query types.
16607
16608 2005-07-06  Wim Taymans  <wim@fluendo.com>
16609
16610         * ext/alsa/Makefile.am:
16611         * ext/alsa/gstalsaplugin.c: (plugin_init):
16612         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16613         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16614         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
16615         (gst_alsasrc_class_init), (gst_alsasrc_init),
16616         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
16617         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
16618         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
16619         (gst_alsasrc_reset):
16620         * ext/alsa/gstalsasrc.h:
16621         * gst-libs/gst/audio/Makefile.am:
16622         * gst-libs/gst/audio/gstaudiosink.c:
16623         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16624         (gst_audioringbuffer_start):
16625         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16626         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16627         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
16628         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
16629         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16630         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16631         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
16632         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
16633         * gst-libs/gst/audio/gstaudiosrc.h:
16634         * gst-libs/gst/audio/gstbaseaudiosink.c:
16635         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16636         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
16637         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
16638         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16639         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
16640         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
16641         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
16642         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
16643         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
16644         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
16645         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
16646         (gst_baseaudiosrc_change_state):
16647         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16648         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
16649         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
16650         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
16651         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
16652         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
16653         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
16654         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
16655         * gst-libs/gst/audio/gstringbuffer.h:
16656         Added audiosource base classes.
16657         Ported alsasrc, still very basic.
16658
16659 2005-07-06  Wim Taymans  <wim@fluendo.com>
16660
16661         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
16662         (theora_dec_push), (theora_handle_data_packet):
16663         Prepare for better timestamp fix later.
16664
16665         * gst/audioconvert/gstaudioconvert.c:
16666         List most accurate caps first
16667
16668         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
16669         Use proper pad task function.
16670
16671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16672         (gst_xvimagesink_show_frame):
16673         Fix deadlock when alloc failed.
16674
16675 2005-07-05  Andy Wingo  <wingo@pobox.com>
16676
16677         * ext/gnomevfs/gstgnomevfssrc.c:
16678         * gst/sine/gstsinesrc.c:
16679         * gst/tcp/gsttcpserversrc.c:
16680         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
16681
16682         * sys/v4l/: Port from 0.8.
16683
16684         * Many files: Null if we got it....
16685
16686 2005-07-05  Andy Wingo  <wingo@pobox.com>
16687
16688         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
16689         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
16690         Signedness fixes.
16691
16692 2005-07-05  Wim Taymans  <wim@fluendo.com>
16693
16694         * configure.ac:
16695         * gst/tcp/Makefile.am:
16696         * gst/tcp/README:
16697         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16698         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
16699         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16700         (is_sync_frame), (gst_multifdsink_handle_client_write),
16701         (gst_multifdsink_render), (gst_multifdsink_start),
16702         (gst_multifdsink_stop), (gst_multifdsink_change_state):
16703         * gst/tcp/gstmultifdsink.h:
16704         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
16705         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
16706         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
16707         * gst/tcp/gsttcp.h:
16708         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16709         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16710         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16711         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
16712         * gst/tcp/gsttcpclientsink.h:
16713         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16714         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
16715         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
16716         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
16717         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
16718         * gst/tcp/gsttcpclientsrc.h:
16719         * gst/tcp/gsttcpplugin.c: (plugin_init):
16720         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
16721         * gst/tcp/gsttcpserversink.h:
16722         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16723         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
16724         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
16725         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16726         (gst_tcpserversrc_stop):
16727         * gst/tcp/gsttcpserversrc.h:
16728         * gst/tcp/gsttcpsink.c:
16729         * gst/tcp/gsttcpsink.h:
16730         * gst/tcp/gsttcpsrc.c:
16731         * gst/tcp/gsttcpsrc.h:
16732         Ported tcp plugins to 0.9. 
16733         
16734
16735 2005-07-05  Andy Wingo  <wingo@pobox.com>
16736
16737         * gst/playback/gstplaybasebin.c (fill_buffer):
16738         message_new_application fixen.
16739
16740         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
16741         Style fix.
16742
16743 2005-07-04  Wim Taymans  <wim@fluendo.com>
16744
16745         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16746         Set caps on output buffer.
16747
16748 2005-07-04  Andy Wingo  <wingo@pobox.com>
16749
16750         * ext/gnomevfs/gstgnomevfssrc.c
16751         (gst_gnomevfssrc_received_headers_callback) 
16752         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
16753         hopefully.
16754
16755         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
16756         No refcount leakage.
16757
16758         * configure.ac: Enable -Werror.
16759         
16760         * ext/theora/theoradec.c (theora_dec_src_getcaps):
16761         * gst/audioconvert/bufferframesconvert.c
16762         (buffer_frames_convert_fixate):
16763         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
16764         (gst_audio_convert_fixate):
16765         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
16766         (gst_sinesrc_create): Fixate func changes.
16767         
16768         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16769         (gst_ximagesink_buffer_alloc): Unused var.
16770
16771 2005-07-01  Andy Wingo  <wingo@pobox.com>
16772
16773         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
16774         getcaps to do explicit caps. Needs to be done in all decoders,
16775         possibly via a base class.
16776
16777         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
16778
16779         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
16780         caps on the sink pad, just rely on the pad template. Also, setting
16781         ANY caps on a pad is not valid because the caps are not fixed.
16782
16783         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
16784         caps on the buffer, and get the width from the desired_caps if
16785         they're set.
16786         (gst_ximagesink_renegotiate_size): Implement via setting the
16787         desired_caps on the ximagesink.
16788         (gst_ximagesink_setcaps): Only reset the width of the player if it
16789         wasn't already set. Not sure if this is right.
16790         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
16791
16792         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
16793         that the user wants. NULL unless the window has been resized.
16794
16795         * gst/volume/gstvolume.c (volume_transform): Adapt to
16796         basetransform refcount changes.
16797         
16798 2005-07-01  Andy Wingo  <wingo@pobox.com>
16799
16800         * gst/videoscale/gstvideoscale.c:
16801         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
16802         from BaseTransform, implements a transform_caps. Removed dead code
16803         including some PAR stuff that was never reached -- should probably
16804         be added back somehow.
16805
16806 2005-07-01  Andy Wingo  <wingo@pobox.com>
16807
16808         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
16809         come later.
16810
16811 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16812
16813         * configure.ac:
16814         * docs/libs/Makefile.am:
16815         * docs/libs/gst-plugins-libs.types:
16816         * ext/alsa/Makefile.am:
16817         * ext/alsa/gstalsamixer.h:
16818         * ext/alsa/gstalsamixeroptions.h:
16819         * ext/alsa/gstalsamixertrack.h:
16820         * gst-libs/gst/Makefile.am:
16821         * gst-libs/gst/colorbalance/.cvsignore:
16822         * gst-libs/gst/colorbalance/Makefile.am:
16823         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16824         * gst-libs/gst/colorbalance/colorbalance.c:
16825         * gst-libs/gst/colorbalance/colorbalance.h:
16826         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16827         * gst-libs/gst/colorbalance/colorbalancechannel.c:
16828         * gst-libs/gst/colorbalance/colorbalancechannel.h:
16829         * gst-libs/gst/interfaces/Makefile.am:
16830         * gst-libs/gst/interfaces/colorbalance.c:
16831         (gst_color_balance_class_init):
16832         * gst-libs/gst/interfaces/colorbalance.h:
16833         * gst-libs/gst/interfaces/interfaces-marshal.list:
16834         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
16835         * gst-libs/gst/interfaces/mixer.h:
16836         * gst-libs/gst/interfaces/mixeroptions.h:
16837         * gst-libs/gst/interfaces/navigation.c:
16838         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
16839         * gst-libs/gst/interfaces/tuner.h:
16840         * gst/volume/Makefile.am:
16841         * gst/volume/gstvolume.c:
16842         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16843         * sys/ximage/Makefile.am:
16844         * sys/ximage/ximagesink.c:
16845         * sys/xvimage/Makefile.am:
16846         * sys/xvimage/xvimagesink.c:
16847           fold in all interfaces into an interfaces dir, preserving CVS
16848           history
16849
16850 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16851
16852         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16853           Fix build after riff changes.
16854
16855 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16856
16857         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16858         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
16859         (gst_riff_create_video_template_caps),
16860         (gst_riff_create_audio_template_caps),
16861         (gst_riff_create_iavs_template_caps):
16862         * gst-libs/gst/riff/riff-media.h:
16863         * gst-libs/gst/riff/riff-read.h:
16864         * gst-libs/gst/riff/riff.c: (gst_riff_init):
16865           Add gst_riff_init() to initialize the debug category, instead
16866           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
16867
16868 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16869
16870         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
16871           Oops, I shouldn't apply hacks.
16872
16873 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16874
16875         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
16876           Remove pad_loop function which doesn't work.
16877
16878 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16879
16880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
16881           Send EOS when deactivating.
16882         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16883         (check_queue), (queue_threshold_reached), (queue_out_of_data),
16884         (gen_preroll_element), (probe_triggered), (mute_stream),
16885         (silence_stream), (new_decoded_pad), (setup_substreams),
16886         (set_active_source):
16887         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
16888         (remove_sinks), (add_sink):
16889         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
16890           Change for new probe API.
16891
16892 2005-06-29  Wim Taymans  <wim@fluendo.com>
16893
16894         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
16895         * gst-libs/gst/audio/gstbaseaudiosink.c:
16896         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16897         (gst_baseaudiosink_change_state):
16898         * gst-libs/gst/audio/gstbaseaudiosink.h:
16899         * gst-libs/gst/audio/gstringbuffer.c:
16900         (gst_ringbuffer_set_callback):
16901         Fix compilation error.
16902         Ringbuffer starts out as not running.
16903         Free our clock in dispose.
16904         When releasing the ringbuffer we need to renegotiate so
16905         clear the pad caps.
16906
16907 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16908
16909         * autogen.sh:
16910         * configure.ac:
16911         * docs/Makefile.am:
16912         * docs/libs/Makefile.am:
16913         * docs/libs/gst-plugins-libs-docs.sgml:
16914         * docs/libs/gst-plugins-libs-sections.txt:
16915         * docs/libs/gst-plugins-libs.types:
16916         * docs/libs/tmpl/gstaudio.sgml:
16917         * docs/libs/tmpl/gstcolorbalance.sgml:
16918         * docs/libs/tmpl/gstringbuffer.sgml:
16919         * gst-libs/gst/audio/gstringbuffer.c:
16920         (gst_ringbuffer_set_callback):
16921           reinstate gtk-doc docs for plugin libs
16922
16923 2005-06-28  Wim Taymans  <wim@fluendo.com>
16924
16925         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16926         (gst_ogg_demux_init):
16927         Removed pad loop function.
16928
16929 2005-06-28  Wim Taymans  <wim@fluendo.com>
16930
16931         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
16932         If we're building a chain we are not in an error case
16933         when we queue a buffer.
16934
16935 2005-06-28  Andy Wingo  <wingo@pobox.com>
16936
16937         * *.c: Don't cast to GstObject before reffing/unreffing.
16938
16939 2005-06-27  Andy Wingo  <wingo@pobox.com>
16940
16941         * gst/videotestsrc/gstvideotestsrc.c
16942         (gst_videotestsrc_activate_push): Activation API changes.
16943
16944         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
16945         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
16946         they have refs on the decodebin.
16947
16948         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
16949         parent class.
16950         (gst_ogg_pad_typefind): Don't leak a pad ref.
16951         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
16952         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
16953         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
16954
16955 2005-06-27  Edward Hervey  <edward@fluendo.com>
16956
16957         * ext/theora/theoradec.c: (theora_dec_change_state): 
16958         re-arranged call to parent's state change in order to avoid locks (or
16959         worse).
16960
16961 2005-06-26  Edward Hervey  <edward@fluendo.com>
16962
16963         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16964         2nd argument of 'unknow-type' signal is a GstCaps and not a
16965         GstMiniObject
16966
16967 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
16968         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
16969           Set the worker thread's running flag to TRUE before starting the
16970           thread.
16971         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
16972           Catch a failure to add typefind to the bin.
16973
16974 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16975
16976         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16977         (gst_sinesrc_init), (gst_sinesrc_create),
16978         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16979         (gst_sinesrc_start):
16980         * gst/sine/gstsinesrc.h:
16981           add num-buffers and timestamp-offset properties
16982         * gst/videotestsrc/gstvideotestsrc.c:
16983         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
16984         (gst_videotestsrc_get_property):
16985           add timestamp-offset property
16986
16987 2005-06-23  Christian Schaller  <uraeus@gnome.org>
16988
16989         * configure.ac: add videorate
16990         * gst-plugins-base.spec.in: add videorate
16991
16992 2005-06-23  Wim Taymans  <wim@fluendo.com>
16993
16994         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
16995         (gst_videorate_getcaps), (gst_videorate_setcaps),
16996         (gst_videorate_event), (gst_videorate_chain):
16997         Fixed videorate, fixating an already fixated caps is not
16998         an error.
16999
17000 2005-06-23  Wim Taymans  <wim@fluendo.com>
17001
17002         * ext/ogg/README:
17003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17004         Buffer on caps is not boxed anymore.
17005
17006 2005-06-22  Wim Taymans  <wim@fluendo.com>
17007
17008         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17009         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17010         Set buffers on caps as miniobjects and not as boxed.
17011
17012 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17013
17014         * configure.ac:
17015           back to HEAD
17016
17017 === release 0.9.1 ===
17018
17019 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17020
17021         * .cvsignore:
17022         * NEWS:
17023         * README:
17024         * RELEASE:
17025         * configure.ac:
17026         * po/af.po:
17027         * po/az.po:
17028         * po/cs.po:
17029         * po/en_GB.po:
17030         * po/hu.po:
17031         * po/it.po:
17032         * po/nb.po:
17033         * po/nl.po:
17034         * po/or.po:
17035         * po/sq.po:
17036         * po/sr.po:
17037         * po/sv.po:
17038         * po/uk.po:
17039         * po/vi.po:
17040           updates for release
17041
17042 2005-06-09  Andy Wingo  <wingo@pobox.com>
17043
17044         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17045         
17046 2005-06-09  Andy Wingo  <wingo@pobox.com>
17047
17048         * configure.ac:
17049         * gst-libs/gst/Makefile.am:
17050         * gst-libs/gst/net/Makefile.am:
17051         Add gstnet to build.
17052
17053 2005-06-09  Andy Wingo  <wingo@pobox.com>
17054
17055         * gst-libs/gst/gconf/gconf.c:
17056         * gst/playback/test.c:
17057         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17058         fixes.
17059
17060         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17061
17062         * ext/theora/theoraenc.c (theora_enc_chain): 
17063         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17064
17065         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17066         RealPad.
17067
17068 2005-06-02  Wim Taymans  <wim@fluendo.com>
17069
17070         * gst-libs/gst/net/Makefile.am:
17071         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17072         * pkgconfig/gstreamer-libs.pc.in:
17073         Added net stuff, version net lib.
17074
17075 2005-06-02  Wim Taymans  <wim@fluendo.com>
17076
17077         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17078         (query_rates), (query_positions_elems), (query_positions_pads),
17079         (do_seek):
17080         Updated seek example.
17081
17082 2005-06-02  Andy Wingo  <wingo@pobox.com>
17083
17084         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17085         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17086         list.
17087
17088         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17089         remove the typefind, the bin dispose will do it for us. When it's
17090         removed and unreffed, the signal handler will be disconnected,
17091         too.
17092         (unlinked): It's too difficult to disconnect from unlinked
17093         handlers, as they are on pads not elements. Just punt if the pads
17094         aren't grandkids of the bin.
17095
17096 2005-06-02  Wim Taymans  <wim@fluendo.com>
17097
17098         * ext/ogg/README:
17099         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17100         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17101         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17102         * ext/theora/theoradec.c: (theora_dec_src_query),
17103         (theora_handle_data_packet):
17104         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17105         (theora_enc_chain):
17106         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17107         (vorbis_handle_data_packet):
17108         * gst/audioconvert/bufferframesconvert.c:
17109         (buffer_frames_convert_chain):
17110         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17111         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17112         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17113         (gst_ffmpegcsp_chain):
17114         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17115         (gst_videorate_getcaps), (gst_videorate_setcaps),
17116         (gst_videorate_event), (gst_videorate_chain):
17117         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17118         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17119         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17120         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17121         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17122         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17123         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17124         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17125         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17126         Cleanups and buffer alloc.
17127
17128 2005-05-31  Wim Taymans  <wim@fluendo.com>
17129
17130         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17131         Don't try to call the delay method when the device is not
17132         opened.
17133
17134 2005-05-31  Wim Taymans  <wim@fluendo.com>
17135
17136         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17137         Get actual segment size and buffer size after opening
17138         the device.
17139
17140 2005-05-30  Wim Taymans  <wim@fluendo.com>
17141
17142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17143         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17144         Also FLUSH upstream, makes the loop function exit faster.
17145         
17146         * ext/theora/theoradec.c: (theora_dec_src_query):
17147         Some more debug info in the query.
17148         
17149         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17150         (gst_ximagesink_setcaps):
17151         Release lock on par error, better error reporting.
17152
17153 2005-05-26  Wim Taymans  <wim@fluendo.com>
17154
17155         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17156         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17157         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17158         Clear chains in READY
17159         Queue packets until the chain is activated.
17160
17161 2005-05-25  Wim Taymans  <wim@fluendo.com>
17162
17163         * gst-libs/gst/audio/gstaudiosink.c:
17164         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17165         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17166         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17167         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17168         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17169         (gst_audiosink_create_ringbuffer):
17170         * gst-libs/gst/audio/gstbaseaudiosink.c:
17171         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17172         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17173         (gst_baseaudiosink_set_property), (build_linear_format),
17174         (debug_spec_caps), (debug_spec_buffer),
17175         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17176         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17177         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17178         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17179         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17180         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17181         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17182         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17183         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17184         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17185         (wait_segment), (gst_ringbuffer_commit),
17186         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17187         (gst_ringbuffer_clear):
17188         Various small cleanups.
17189
17190         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17191         (gst_audio_convert_change_state):
17192         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17193         No need to take the locks anymore.
17194
17195 2005-05-25  Wim Taymans  <wim@fluendo.com>
17196
17197         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17198         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17199         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17200         (type_found):
17201         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17202         (group_destroy), (group_commit), (queue_overrun),
17203         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17204         (mute_stream), (new_decoded_pad), (setup_substreams),
17205         (setup_source), (mute_group_type), (set_active_source),
17206         (gst_play_base_bin_change_state):
17207         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17208         (gen_video_element), (gen_text_element), (gen_audio_element),
17209         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17210         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17211         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17212         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17213         Some playbin cleanups mostly refcounting sloppyness.
17214
17215 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17216
17217         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17218           Work with streaming input.
17219
17220 2005-05-25  Wim Taymans  <wim@fluendo.com>
17221
17222         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17223         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17224         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17225         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17226         No need to take the STREAM lock anymore.
17227
17228 2005-05-25  Wim Taymans  <wim@fluendo.com>
17229
17230         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17231         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17232         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17233         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17234         (gst_ogg_demux_sink_activate):
17235         * ext/theora/theoradec.c: (theora_dec_src_event),
17236         (theora_handle_comment_packet), (theora_dec_chain),
17237         (theora_dec_change_state):
17238         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17239         (vorbis_handle_data_packet), (vorbis_dec_chain),
17240         (vorbis_dec_change_state):
17241         Remove STREAM locks as they are taken in core now.
17242         Never set bogus granulepos on vorbis/theora.
17243         Fix leaks in theoradec tag parsing.
17244
17245 2005-05-25  Wim Taymans  <wim@fluendo.com>
17246
17247         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17248         Fix memleaks, GST_BUFFER_DATA() is not freed.
17249
17250 2005-05-25  Wim Taymans  <wim@fluendo.com>
17251
17252         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17253         Open non-blocking, set to blocking mode afterwards to avoid
17254         lockups when audio device is busy.
17255
17256 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17257
17258         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17259           This can't be good.
17260
17261 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17262
17263         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17264         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17265         (gst_audio_convert_setcaps):
17266           Implement instant setup switching.
17267
17268 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17269
17270         * gst/playback/gstplaybasebin.c: (probe_triggered):
17271           Fix missing unlock.
17272         * gst/playback/gstplaybin.c: (add_sink):
17273           First add, then link (otherwise pad link fails).
17274
17275 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17276
17277         * examples/Makefile.am:
17278         fix buildbot (make distcheck)
17279
17280 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17281
17282         * gst/playback/gstplaybin.c: (gen_vis_element):
17283           Remove some wrong code. Doesn't work yet.
17284
17285 2005-05-19  Wim Taymans  <wim@fluendo.com>
17286
17287         * gst-libs/gst/net/Makefile.am:
17288         * gst-libs/gst/net/README:
17289         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17290         (gst_netbuffer_class_init), (gst_netbuffer_init),
17291         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17292         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17293         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17294         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17295         * gst-libs/gst/net/gstnetbuffer.h:
17296         Added buffer subclass to store extra to/from addresses for
17297         network sources/sinks.
17298
17299 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17300
17301         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17302           Don't lock an unassigned variable.
17303
17304 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17305
17306         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17307           Increase buffer for video, decrease buffer for other media types.
17308         * gst/playback/gstplaybin.c: (gen_video_element),
17309         (gen_audio_element):
17310           Change names for debugging purposes.
17311
17312 2005-05-18  Wim Taymans  <wim@fluendo.com>
17313
17314         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17315         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17316         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17317         (gst_ffmpegcsp_chain):
17318         Enable buffer alloc passthrough if the source and dest
17319         formats are the same.
17320
17321 2005-05-17  Wim Taymans  <wim@fluendo.com>
17322
17323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17324         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17325         (gst_ogg_demux_chain_unlocked):
17326         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17327         (gst_audio_convert_caps_remove_format_info),
17328         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17329         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17330         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17331         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17332         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17333         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17334         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17335         (gst_ffmpegcsp_get_property):
17336         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17337         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17338         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17339         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17340         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17341         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17342         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17343         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17344         Leak fixes in oggdemux.
17345         Some cleanups in audioconvert.
17346         Make passthrough work along with buffer_alloc etc.
17347         Make buffer_alloc and buffer recycling actually work in
17348         xvimagesink.
17349
17350 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17351
17352         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17353           make the compiler happy
17354
17355 2005-05-17  Wim Taymans  <wim@fluendo.com>
17356
17357         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17358         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17359         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17360         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17361         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17362         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17363         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17364         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17365         (gst_xvimagesink_set_xwindow_id):
17366         * sys/xvimage/xvimagesink.h:
17367         Port xvimagesink to new MiniObject.
17368
17369 2005-05-17  Wim Taymans  <wim@fluendo.com>
17370
17371         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17372         (gst_audiofilter_chain):
17373         * gst-libs/gst/audio/gstaudiosink.c:
17374         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17375         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17376         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17377         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17378         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17379         (gst_audiosink_create_ringbuffer):
17380         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17381         (gst_audio_convert_caps_remove_format_info),
17382         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17383         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17385         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17386         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17387         Fix passthrough in ffmpegcolorspace.
17388         Fix memset in audiosink on wrong memory.
17389
17390 2005-05-16  David Schleef  <ds@schleef.org>
17391
17392         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17393         to GstMiniObject.
17394
17395 2005-05-16  David Schleef  <ds@schleef.org>
17396
17397         Port from GstData to GstMiniObject.
17398         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17399         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17400         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17401         (gst_ogg_mux_collected):
17402         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17403         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17404         (theora_handle_data_packet):
17405         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17406         (theora_set_header_on_caps), (theora_enc_chain):
17407         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17408         (vorbis_handle_comment_packet):
17409         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17410         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17411         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17412         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17413         * gst/audioconvert/gstaudioconvert.c:
17414         (gst_audio_convert_get_buffer):
17415         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17416         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17417         (mute_stream), (silence_stream):
17418         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17419         * gst/volume/gstvolume.c: (volume_transform):
17420         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17421         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17422         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17423         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17424         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17425         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17426         (gst_ximagesink_buffer_alloc):
17427         * sys/ximage/ximagesink.h:
17428
17429 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17430
17431         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17432         (fill_buffer), (check_queue), (queue_threshold_reached),
17433         (queue_out_of_data):
17434         * gst/playback/gstplaybasebin.h:
17435           Post buffer-fullness on the bus.
17436
17437 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17438
17439         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17440         (try_to_link_1):
17441         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17442         (group_commit), (probe_triggered), (setup_source),
17443         (gst_play_base_bin_change_state):
17444         * gst/playback/gstplaybasebin.h:
17445         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17446         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17447         (gst_play_bin_change_state):
17448           Move setup_output_pads into a virtual function, remove
17449           group-switch (no longer needed) and redirect (handled by bus
17450           now) signals.
17451
17452 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17453
17454         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17455         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17456         (get_active_group), (get_building_group), (group_destroy),
17457         (group_commit), (check_queue), (queue_overrun),
17458         (queue_threshold_reached), (queue_out_of_data),
17459         (gen_preroll_element), (remove_groups), (unknown_type),
17460         (add_element_stream), (no_more_pads), (probe_triggered),
17461         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17462         (setup_substreams), (setup_source), (finish_source),
17463         (prepare_output), (muted_group_change_state),
17464         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17465         (gst_play_base_bin_change_state):
17466         * gst/playback/gstplaybasebin.h:
17467         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17468         (gst_play_bin_init), (gst_play_bin_set_property),
17469         (gen_video_element), (gen_text_element), (gen_audio_element),
17470         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17471         (gst_play_bin_change_state):
17472         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17473         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17474         (stream_info_change_state), (gst_stream_info_set_mute),
17475         (gst_stream_info_get_property):
17476         * gst/playback/gststreaminfo.h:
17477         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17478         (gst_stream_selector_get_linked_pad),
17479         (gst_stream_selector_getcaps),
17480         (gst_stream_selector_get_linked_pads),
17481         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17482         * gst/playback/gststreamselector.h:
17483           Rough port of playbin. Needs some more work, but is mostly done,
17484           and uses a few locks in important places, which should make stuff
17485           like chain-switches clean. Still uses GST_STATE() in a few places,
17486           which isn't all that good an idea, subtitles/elements disabled
17487           because no elements to test with and thus probably broken, query
17488           and event handling moved to GstBin, internal thread removed
17489           alltogether because the pipeline does that for us now. Can play
17490           Ogg/Vorbis files. Haven't tested anything else yet.
17491
17492 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17493
17494         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17495           Do no-more-pads (needed for autoplugging).
17496
17497 2005-05-10  Andy Wingo  <wingo@pobox.com>
17498
17499         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
17500         message to the bus with the tags. Still not sent downstream tho.
17501
17502         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
17503         get_parent.
17504         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
17505         avoid refcounting hassles.
17506
17507 2005-05-09  Andy Wingo  <wingo@pobox.com>
17508
17509         * gst/volume/Makefile.am:
17510         * gst/volume/demo.c
17511         * gst/volume/gstvolume.h
17512         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
17513         basetransform. Probably need an audio filter base class.
17514
17515 2005-05-09  Wim Taymans  <wim@fluendo.com>
17516
17517         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
17518         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17519         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
17520         (gst_vorbisenc_chain):
17521         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17522         (gst_audio_convert_caps_remove_format_info),
17523         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17524         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17525         Make caps writable before writing to it.
17526         Fix negotiation in audioconvert some more.
17527
17528 2005-05-09  Wim Taymans  <wim@fluendo.com>
17529
17530         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17531         (gst_videorate_getcaps), (gst_videorate_setcaps),
17532         (gst_videorate_event), (gst_videorate_chain):
17533         Better negotiation.
17534
17535 2005-05-09  Wim Taymans  <wim@fluendo.com>
17536
17537         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17538         (gst_videorate_getcaps), (gst_videorate_setcaps),
17539         (gst_videorate_blank_data), (gst_videorate_init),
17540         (gst_videorate_event), (gst_videorate_chain),
17541         (gst_videorate_change_state):
17542         Port videorate, do a better job at negotiation while we're at
17543         it.
17544
17545 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
17546
17547         * configure.ac:
17548           Disable libvisual
17549
17550         * examples/Makefile.am:
17551         * gst-libs/gst/audio/Makefile.am:
17552         * gst-libs/gst/riff/Makefile.am:
17553         * gst-libs/gst/tag/Makefile.am:
17554         * gst-libs/gst/video/Makefile.am:
17555           Fixups for missing variables.
17556
17557 2005-05-09  Wim Taymans  <wim@fluendo.com>
17558
17559         * examples/seeking/seek.c: (make_theora_pipeline),
17560         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
17561         (query_rates), (query_positions_elems), (query_positions_pads),
17562         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
17563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
17564         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
17565         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
17566         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17567         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
17568         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17569         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17570         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17571         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
17572         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
17573         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17574         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17575         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
17576         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
17577         (theora_dec_src_convert), (theora_dec_sink_convert),
17578         (theora_dec_src_query), (theora_dec_sink_query),
17579         (theora_dec_src_event), (theora_dec_sink_event),
17580         (theora_handle_comment_packet), (theora_handle_type_packet),
17581         (theora_handle_header_packet), (theora_handle_data_packet),
17582         (theora_dec_chain):
17583         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17584         (vorbis_dec_convert), (vorbis_dec_src_query),
17585         (vorbis_dec_sink_query), (vorbis_dec_src_event),
17586         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17587         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17588         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17589         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17590         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
17591         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
17592         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17593         (gst_play_bin_query):
17594         * gst/playback/test3.c: (update_scale):
17595         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
17596         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
17597         * gst/subparse/gstsubparse.c: (gst_subparse_init):
17598         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17599         (gst_videotestsrc_src_query):
17600         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
17601         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
17602         (paint_hline_YUV9):
17603         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
17604         Port to new query API.
17605         Updated seek.
17606         Cleanups in x[v]imagesink
17607
17608 2005-05-09  Andy Wingo  <wingo@pobox.com>
17609
17610         * ext/alsa/gstalsasink.h:
17611         * ext/gnomevfs/gstgnomevfssrc.c:
17612         (gst_gnomevfssrc_get_icy_metadata):
17613         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
17614         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
17615         * ext/theora/theoradec.c (theora_dec_src_query)
17616         (theora_dec_src_event, theora_dec_sink_event)
17617         (theora_handle_comment_packet, theora_handle_data_packet):
17618         * ext/theora/theoraenc.c (theora_enc_chain):
17619         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
17620         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
17621         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17622         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
17623         (qt_type_find):
17624         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
17625         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
17626         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
17627         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
17628         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
17629         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
17630         (paint_setup_xBGR8888, paint_setup_RGBx8888)
17631         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
17632         (paint_setup_RGB565, paint_setup_xRGB1555):
17633         * gst/videotestsrc/videotestsrc.h:
17634         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
17635         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
17636         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
17637         GCC4 fixes.
17638         
17639         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
17640         gst_pad_query_position. Fixes oggdemux.
17641
17642 2005-05-08  David Schleef  <ds@schleef.org>
17643
17644         * configure.ac: Require liboil.
17645         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
17646         a few more.
17647         * gst/videotestsrc/videotestsrc.c:
17648         * gst/videotestsrc/videotestsrc.h:
17649
17650 2005-05-06  Wim Taymans  <wim@fluendo.com>
17651
17652         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17653         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17654         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17655         Well, unreffing a buffer right before pushing it is asking
17656         for trouble..
17657
17658 2005-05-06  Christian Schaller  <uraeus@gnome.org>
17659
17660         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
17661
17662 2005-05-06  Wim Taymans  <wim@fluendo.com>
17663
17664         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17665         (gst_audio_convert_caps_remove_format_info),
17666         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17667         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17668         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17669         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17670         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17671         * gst/sine/Makefile.am:
17672         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
17673         (gst_sinesrc_class_init), (gst_sinesrc_init),
17674         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
17675         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
17676         (gst_sinesrc_update_freq):
17677         * gst/sine/gstsinesrc.h:
17678         * gst/tcp/gstmultifdsink.c:
17679         * sys/xvimage/xvimagesink.c:
17680         Fixed negotiation wrt _peer_get_caps()
17681         Some cleanups.
17682
17683
17684 2005-05-06  Wim Taymans  <wim@fluendo.com>
17685
17686         * gst-libs/gst/audio/gstaudiosink.c:
17687         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17688         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17689         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17690         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17691         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17692         (gst_audiosink_create_ringbuffer):
17693         * gst-libs/gst/audio/gstbaseaudiosink.c:
17694         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17695         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17696         (gst_baseaudiosink_set_property), (build_linear_format),
17697         (debug_spec_caps), (debug_spec_buffer),
17698         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17699         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17700         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17701         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17702         * gst-libs/gst/audio/gstbaseaudiosink.h:
17703         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17704         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17705         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17706         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17707         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17708         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17709         (wait_segment), (gst_ringbuffer_commit),
17710         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17711         (gst_ringbuffer_clear):
17712         * gst-libs/gst/audio/gstringbuffer.h:
17713         Make the base audiosink return an error when there is no
17714         audiobuffer negotiated.
17715
17716 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17717
17718         * ext/Makefile.am:
17719         Disable cdparanoia until someone ports it!
17720
17721 2005-05-06  Wim Taymans  <wim@fluendo.com>
17722
17723         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17724         (gst_ogg_demux_sink_activate):
17725         And revert after wingo's revert.. sigh..
17726
17727 2005-05-05  Andy Wingo  <wingo@pobox.com>
17728
17729         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
17730         GObject.
17731         * configure.ac: Return audiorate and subparse from the ghetto.
17732         Re-enable -Wall -Werror.
17733         * gst/subparse/gstsubparse.c:
17734         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
17735         or chain-based. Cleaned up a bit. Not tested.
17736         
17737 2005-05-05  Christian Schaller <christian@fluendo.com> 
17738
17739         * Makefile.am: remove stuff that is not building
17740         * configure.ac: remove stuff that is not building
17741         * examples/Makefile.am: remove stuff that is not building
17742         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
17743         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
17744         * sys/Makefile.am: remove stuff that is not building
17745         * testsuite/Makefile.am: remove stuff that is not building
17746
17747 2005-05-05  Andy Wingo  <wingo@pobox.com>
17748
17749         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17750         * gst-libs/gst/tag/gstvorbistag.c:
17751         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
17752         * gst/adder/gstadder.h:
17753         * gst/audioconvert/gstchannelmix.c:
17754         (gst_audio_convert_fill_one_other):
17755         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
17756         (gst_audiorate_init), (gst_audiorate_chain):
17757         * gst/playback/gstplaybasebin.c: (setup_source):
17758         * gst/playback/test3.c: (update_scale):
17759         Some GCC4 fixes
17760         
17761         * po/af.po:
17762         * po/az.po:
17763         * po/cs.po:
17764         * po/en_GB.po:
17765         * po/hu.po:
17766         * po/it.po:
17767         * po/nb.po:
17768         * po/nl.po:
17769         * po/or.po:
17770         * po/sq.po:
17771         * po/sr.po:
17772         * po/sv.po:
17773         * po/uk.po:
17774         * po/vi.po: Foo
17775
17776 2005-05-05  Wim Taymans  <wim@fluendo.com>
17777
17778         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17779         (gst_audio_convert_caps_remove_format_info),
17780         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
17781         (gst_audio_convert_change_state), (gst_audio_convert_channels):
17782         * gst/videotestsrc/gstvideotestsrc.c:
17783         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
17784         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
17785         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
17786         (gst_videotestsrc_init), (gst_videotestsrc_loop):
17787         Don't ignore _push() return values.
17788         Make sure no processing is done when shutting down.
17789         Videotestsrc pad activation fix.
17790
17791 2005-05-05  Wim Taymans  <wim@fluendo.com>
17792
17793         * gst/adder/Makefile.am:
17794         * gst/adder/gstadder.c: (gst_adder_setcaps),
17795         (gst_adder_class_init), (gst_adder_init),
17796         (gst_adder_request_new_pad), (gst_adder_collected),
17797         (gst_adder_change_state):
17798         * gst/adder/gstadder.h:
17799         Ported adder as an example of a mixer element using
17800         collect pads. Needs more negotiation work.
17801
17802 2005-05-05  Wim Taymans  <wim@fluendo.com>
17803
17804         * ext/theora/theoradec.c: (_inc_granulepos),
17805         (theora_dec_src_event), (theora_dec_sink_event),
17806         (theora_handle_comment_packet), (theora_handle_type_packet),
17807         (theora_handle_header_packet), (theora_handle_data_packet),
17808         (theora_dec_chain):
17809         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17810         (gst_theora_enc_init), (theora_enc_sink_setcaps),
17811         (theora_push_buffer), (theora_push_packet),
17812         (theora_enc_sink_event), (theora_enc_chain),
17813         (theora_enc_change_state), (theora_enc_set_property),
17814         (theora_enc_get_property):
17815         Added stream lock to decoder so that we can serialize
17816         the discont event.
17817         More theoraenc porting, recover from errors, do clean
17818         shutdown.
17819
17820 2005-05-05  Wim Taymans  <wim@fluendo.com>
17821
17822         * ext/ogg/Makefile.am:
17823         * ext/ogg/README:
17824         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17825         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
17826         (gst_ogg_print):
17827         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17828         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17829         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17830         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17831         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
17832         (gst_ogg_mux_change_state):
17833         Ported ogg muxer.
17834
17835 2005-05-05  Wim Taymans  <wim@fluendo.com>
17836
17837         * docs/design-audiosinks.txt:
17838         * gst-libs/gst/audio/TODO:
17839         * gst-libs/gst/audio/gstaudiosink.c:
17840         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17841         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17842         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17843         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17844         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17845         (gst_audiosink_create_ringbuffer):
17846         * gst-libs/gst/audio/gstbaseaudiosink.c:
17847         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17848         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17849         (gst_baseaudiosink_set_property), (build_linear_format),
17850         (debug_spec_caps), (debug_spec_buffer),
17851         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17852         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17853         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17854         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17855         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17856         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17857         (gst_ringbuffer_release), (gst_ringbuffer_play),
17858         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17859         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17860         (gst_ringbuffer_set_sample), (wait_segment),
17861         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17862         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17863         More work on the audiosink, mostly debugging and a race in
17864         shutdown.
17865
17866 2005-04-28  Wim Taymans  <wim@fluendo.com>
17867
17868         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17869         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
17870         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17871         (vorbis_dec_src_query), (vorbis_dec_src_event),
17872         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17873         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17874         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17875         Don't crap out when seeking back to position 0.
17876
17877 2005-04-28  Wim Taymans  <wim@fluendo.com>
17878
17879         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
17880         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
17881         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
17882         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
17883         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
17884         Make audio sink configurable, use alsasink as default.
17885
17886 2005-04-28  Wim Taymans  <wim@fluendo.com>
17887
17888         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17889         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17890         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17891         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
17892         (vorbis_dec_change_state):
17893         * ext/vorbis/vorbisdec.h:
17894         Refactor, use STREAM_LOCK.
17895
17896 2005-04-28  Wim Taymans  <wim@fluendo.com>
17897
17898         * ext/theora/theoradec.c: (_inc_granulepos),
17899         (theora_dec_sink_event), (theora_handle_comment_packet),
17900         (theora_handle_type_packet), (theora_handle_header_packet),
17901         (theora_handle_data_packet), (theora_dec_chain),
17902         (theora_dec_change_state):
17903         Refactor a bit, use STREAM_LOCK.
17904
17905 2005-04-28  Wim Taymans  <wim@fluendo.com>
17906
17907         * ext/alsa/Makefile.am:
17908         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
17909         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
17910         (gst_alsa_link), (gst_alsa_close_audio):
17911         * ext/alsa/gstalsaplugin.c: (plugin_init):
17912         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
17913         (gst_alsasink_dispose), (gst_alsasink_base_init),
17914         (gst_alsasink_class_init), (gst_alsasink_init),
17915         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
17916         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
17917         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
17918         (gst_alsasink_reset):
17919         * ext/alsa/gstalsasink.h:
17920         Implement alsasink with simple open/write/close API. 
17921         Make alsa dir build by disabling compilation of code.
17922
17923 2005-04-28  Wim Taymans  <wim@fluendo.com>
17924
17925         * gst-libs/gst/audio/Makefile.am:
17926         * gst-libs/gst/audio/audio.h:
17927         * gst-libs/gst/audio/audioclock.c:
17928         * gst-libs/gst/audio/audioclock.h:
17929         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
17930         (gst_audio_clock_class_init), (gst_audio_clock_init),
17931         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
17932         * gst-libs/gst/audio/gstaudioclock.h:
17933         * gst-libs/gst/audio/gstaudiosink.c:
17934         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17935         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17936         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17937         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17938         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17939         (gst_audiosink_create_ringbuffer):
17940         * gst-libs/gst/audio/gstbaseaudiosink.c:
17941         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17942         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17943         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
17944         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
17945         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17946         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17947         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17948         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17949         * gst-libs/gst/audio/gstbaseaudiosink.h:
17950         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17951         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
17952         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17953         (gst_ringbuffer_release), (gst_ringbuffer_play),
17954         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17955         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17956         (gst_ringbuffer_set_sample), (wait_segment),
17957         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17958         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17959         * gst-libs/gst/audio/gstringbuffer.h:
17960         Make ringbuffer faster and more simple by removing the locks
17961         in the playback thread.
17962         Add sample accurate playback based on buffer sample offsets.
17963         Make the baseaudiosink provide a clock.
17964         Parse caps in the base class.
17965         Correctly handle seeking, flushing and state changes.
17966
17967 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17968
17969         * configure.ac:
17970         * gst/audioconvert/Makefile.am:
17971         * gst/audioscale/Makefile.am:
17972           Fix part of the build.  Come on guys, autogen didn't even work :)
17973
17974 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17975
17976         * configure.ac:
17977         * gst-libs/gst/Makefile.am:
17978         * gst-libs/gst/media-info/.cvsignore:
17979         * gst-libs/gst/media-info/Makefile.am:
17980         * gst-libs/gst/media-info/README:
17981         * gst-libs/gst/media-info/media-info-priv.c:
17982         * gst-libs/gst/media-info/media-info-priv.h:
17983         * gst-libs/gst/media-info/media-info-test.c:
17984         * gst-libs/gst/media-info/media-info.c:
17985         * gst-libs/gst/media-info/media-info.h:
17986         * gst-libs/gst/media-info/media-info.vcproj:
17987         * pkgconfig/Makefile.am:
17988         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17989         * pkgconfig/gstreamer-media-info.pc.in:
17990           Remove media-info, which is also successed by playbin (see Totem
17991           implementation).
17992
17993 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17994
17995         * configure.ac:
17996         * examples/Makefile.am:
17997         * examples/gstplay/.cvsignore:
17998         * examples/gstplay/Makefile.am:
17999         * examples/gstplay/player.c:
18000         * gst-libs/gst/Makefile.am:
18001         * gst-libs/gst/play/.cvsignore:
18002         * gst-libs/gst/play/Makefile.am:
18003         * gst-libs/gst/play/play.c:
18004         * gst-libs/gst/play/play.h:
18005         * gst-libs/gst/play/play.vcproj:
18006         * pkgconfig/Makefile.am:
18007         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18008         * pkgconfig/gstreamer-play.pc.in:
18009           Remove libgstplay, playbin is now the official successor.
18010
18011 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18012
18013         * configure.ac:
18014         * gst-libs/gst/Makefile.am:
18015         * gst-libs/gst/xwindowlistener/Makefile.am:
18016         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18017         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18018           Remove deprecated xwindowlistener (I've moved xwindowlistening
18019           in the v4l/v4l2 plugins over to serverside).
18020
18021 2005-04-25  David Schleef  <ds@schleef.org>
18022
18023         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18024         to examples/dynparams.  Examples do not belong interspersed with
18025         source code.
18026         * examples/dynparams/demo-dparams.c:
18027         * gst/sine/Makefile.am:
18028         * gst/sine/demo-dparams.c:
18029
18030 2005-04-25  David Schleef  <ds@schleef.org>
18031
18032         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18033         * gst-libs/gst/audio/Makefile.am:
18034         * gst-libs/gst/riff/Makefile.am:
18035         * gst-libs/gst/tag/Makefile.am:
18036         * gst-libs/gst/video/Makefile.am:
18037         * gst-libs/gst/xwindowlistener/Makefile.am:
18038
18039         Convert to 0.9 API, seems to work:
18040         * sys/ximage/Makefile.am:
18041         * sys/ximage/ximagesink.c:
18042
18043 2005-04-24  David Schleef  <ds@schleef.org>
18044
18045         Link plugins against libraries:
18046         * ext/alsa/Makefile.am:
18047         * gst/tcp/Makefile.am:
18048
18049         Remove asm code that should be in liboil
18050         * gst/videoscale/Makefile.am:
18051         * gst/videoscale/videoscale_x86_asm.s:
18052
18053         gettext wants these checked in:
18054         * po/af.po:
18055         * po/az.po:
18056         * po/cs.po:
18057         * po/en_GB.po:
18058         * po/hu.po:
18059         * po/it.po:
18060         * po/nb.po:
18061         * po/nl.po:
18062         * po/or.po:
18063         * po/sq.po:
18064         * po/sr.po:
18065         * po/sv.po:
18066         * po/uk.po:
18067         * po/vi.po:
18068
18069 2005-04-24  David Schleef  <ds@schleef.org>
18070
18071         Convert gst_main() to g_main_loop_run()
18072         * gst/playback/decodetest.c: (main):
18073         * gst/playback/test2.c: (main):
18074         * gst/playback/test3.c: (main):
18075         * gst/playback/test4.c: (main):
18076
18077         Link plugins against libraries:
18078         * ext/libvisual/Makefile.am:
18079         * sys/xvimage/Makefile.am:
18080
18081 2005-04-24  David Schleef  <ds@schleef.org>
18082
18083         * configure.ac: Remove idct and resample libs
18084         * gst-libs/gst/Makefile.am: same
18085
18086         Remove usage of gst_library_load():
18087         * ext/alsa/gstalsaplugin.c: (plugin_init):
18088         * ext/libvisual/visual.c: (plugin_init):
18089         * ext/ogg/gstogg.c: (plugin_init):
18090         * ext/theora/theora.c: (plugin_init):
18091         * ext/vorbis/vorbis.c: (plugin_init):
18092         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18093         * gst/audioscale/gstaudioscale.c:
18094         * gst/adder/gstadder.c: (plugin_init):
18095         * gst/audioconvert/plugin.c: (plugin_init):
18096         * sys/ximage/ximagesink.c: (plugin_init):
18097         * sys/xvimage/xvimagesink.c: (plugin_init):
18098         * gst/tcp/gsttcpplugin.c: (plugin_init):
18099
18100         Link plugins against libraries:
18101         * ext/ogg/Makefile.am:
18102         * ext/theora/Makefile.am:
18103         * ext/vorbis/Makefile.am:
18104         * gst/audioconvert/Makefile.am:
18105
18106         Create proper libraries:
18107         * gst-libs/gst/riff/Makefile.am:
18108         * gst-libs/gst/audio/Makefile.am:
18109         * gst-libs/gst/video/Makefile.am:
18110
18111         Move resample library to audioscale plugin directory:
18112         * gst-libs/gst/resample/Makefile.am:
18113         * gst-libs/gst/resample/README:
18114         * gst-libs/gst/resample/dtof.c:
18115         * gst-libs/gst/resample/dtos.c:
18116         * gst-libs/gst/resample/functable.c:
18117         * gst-libs/gst/resample/private.h:
18118         * gst-libs/gst/resample/resample.c:
18119         * gst-libs/gst/resample/resample.h:
18120         * gst-libs/gst/resample/resample.vcproj:
18121         * gst-libs/gst/resample/test.c:
18122         * gst/audioscale/Makefile.am:
18123         * gst/audioscale/README:
18124         * gst/audioscale/dtof.c:
18125         * gst/audioscale/dtos.c:
18126         * gst/audioscale/functable.c:
18127         * gst/audioscale/private.h:
18128         * gst/audioscale/resample.c:
18129         * gst/audioscale/resample.h:
18130         * gst/audioscale/test.c:
18131
18132         Move tagedit library to gst-libs:
18133         * gst-libs/gst/tag/Makefile.am:
18134         * gst-libs/gst/tag/gstid3tag.c:
18135         * gst-libs/gst/tag/gsttagediting.c:
18136         * gst-libs/gst/tag/gsttageditingprivate.h:
18137         * gst-libs/gst/tag/gstvorbistag.c:
18138         * gst/tags/Makefile.am:
18139         * gst/tags/gstid3tag.c:
18140         * gst/tags/gstvorbistag.c:
18141
18142         Fix for core changes:
18143         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18144         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18145         (gst_sinesrc_getrange):
18146
18147 2005-04-23  David Schleef  <ds@schleef.org>
18148
18149         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18150         in gst-plugins in a long time, and properly belongs in liboil.
18151         * gst-libs/gst/idct/Makefile.am:
18152         * gst-libs/gst/idct/README:
18153         * gst-libs/gst/idct/dct.h:
18154         * gst-libs/gst/idct/doieee:
18155         * gst-libs/gst/idct/fastintidct.c:
18156         * gst-libs/gst/idct/floatidct.c:
18157         * gst-libs/gst/idct/idct.c:
18158         * gst-libs/gst/idct/idct.h:
18159         * gst-libs/gst/idct/idtc.vcproj:
18160         * gst-libs/gst/idct/ieeetest.c:
18161         * gst-libs/gst/idct/intidct.c:
18162
18163 2005-04-20  Wim Taymans  <wim@fluendo.com>
18164
18165         * docs/design-audiosinks.txt:
18166         * gst-libs/gst/audio/Makefile.am:
18167         * gst-libs/gst/audio/TODO:
18168         * gst-libs/gst/audio/gstaudiosink.c:
18169         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18170         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18171         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18172         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18173         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18174         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18175         (gst_audiosink_class_init), (gst_audiosink_init),
18176         (gst_audiosink_create_ringbuffer):
18177         * gst-libs/gst/audio/gstaudiosink.h:
18178         * gst-libs/gst/audio/gstbaseaudiosink.c:
18179         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18180         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18181         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18182         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18183         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18184         (gst_baseaudiosink_create_ringbuffer),
18185         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18186         * gst-libs/gst/audio/gstbaseaudiosink.h:
18187         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18188         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18189         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18190         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18191         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18192         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18193         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18194         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18195         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18196         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18197         * gst-libs/gst/audio/gstringbuffer.h:
18198         An attempt at a set of audio base classes together with some
18199         design docs.
18200
18201 2005-04-20  Wim Taymans  <wim@fluendo.com>
18202
18203         * gst/audioconvert/Makefile.am:
18204         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18205         (gst_audio_convert_caps_remove_format_info),
18206         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18207         (gst_audio_convert_channels):
18208         Link against audio libs.
18209         Fix audio convert plugin.
18210
18211 2005-04-20  Wim Taymans  <wim@fluendo.com>
18212
18213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18214         (gst_ogg_demux_sink_activate):
18215         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18216         (theora_set_header_on_caps), (theora_enc_sink_event),
18217         (theora_enc_chain):
18218         Fix theora encoder.
18219
18220 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18221
18222         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18223         * gst/playback/gstdecodebin.c: (find_compatibles):
18224           Work with staticpadtemplates in elementfactories.
18225
18226 2005-04-12  Wim Taymans  <wim@fluendo.com>
18227
18228         * gst/playback/README:
18229         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18230         (compare_ranks), (print_feature), (gst_decode_bin_init),
18231         (dynamic_create), (dynamic_free), (find_compatibles),
18232         (mimetype_is_raw), (close_pad_link), (got_redirect),
18233         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18234         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18235         (gst_decode_bin_change_state):
18236         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18237         (gst_play_base_bin_init), (group_destroy), (group_commit),
18238         (check_queue), (queue_overrun), (queue_threshold_reached),
18239         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18240         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18241         (got_redirect), (setup_source), (play_base_eos),
18242         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18243         (gst_play_base_bin_remove_element):
18244         * gst/playback/gstplaybasebin.h:
18245         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18246         (gst_play_bin_init), (gst_play_bin_dispose),
18247         (gst_play_bin_set_property), (gen_video_element),
18248         (gen_text_element), (gen_audio_element), (remove_sinks),
18249         (gst_play_bin_send_event):
18250         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18251         (stream_info_change_state), (gst_stream_info_set_mute):
18252         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18253         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18254         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18255         (gst_stream_selector_chain):
18256         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18257         (main):
18258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18259         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18260         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18261         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18262         Raw and crude port of decodebin. 
18263         Make playbin compile.
18264
18265 2005-04-06  Wim Taymans  <wim@fluendo.com>
18266
18267         * ext/gnomevfs/Makefile.am:
18268         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18269         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18270         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18271         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18272         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18273         (gst_gnomevfssrc_stop):
18274         * ext/ogg/Makefile.am:
18275         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18276         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18277         * ext/theora/Makefile.am:
18278         * ext/theora/theoradec.c: (_inc_granulepos),
18279         (theora_dec_sink_event), (theora_dec_chain):
18280         * ext/vorbis/Makefile.am:
18281         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18282         (vorbis_dec_sink_event), (vorbis_dec_chain):
18283         * gst-libs/gst/audio/Makefile.am:
18284         * sys/xvimage/Makefile.am:
18285         Make gnomevfssrc extend the source base class.
18286         Fix linking against libs in various plugins.
18287
18288 2005-04-06  Andy Wingo  <wingo@pobox.com>
18289
18290         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18291         GST_BASE_LIBS.
18292
18293         * configure.ac: Add check and AC_SUBST for libgstbase.
18294
18295 2005-03-31  Wim Taymans  <wim@fluendo.com>
18296
18297         * examples/seeking/Makefile.am:
18298         * examples/seeking/cdparanoia.c: (main):
18299         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18300         (play_cb), (pause_cb), (stop_cb), (main):
18301         * examples/seeking/playbin.c:
18302         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18303         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18304         (make_sid_pipeline), (make_vorbis_pipeline),
18305         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18306         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18307         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18308         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18309         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18310         (stop_cb), (main):
18311         * examples/seeking/spider_seek.c:
18312         * examples/seeking/vorbisfile.c:
18313         * ext/gnomevfs/Makefile.am:
18314         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18315         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18316         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18317         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18318         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18319         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18320         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18321         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18322         * ext/ogg/README:
18323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18324         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18325         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18326         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18327         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18328         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18329         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18330         (gst_ogg_demux_factory_filter), (compare_ranks),
18331         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18332         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18333         (gst_ogg_chain_new), (gst_ogg_chain_free),
18334         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18335         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18336         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18337         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18338         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18339         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18340         (gst_ogg_demux_get_prev_page),
18341         (gst_ogg_demux_deactivate_current_chain),
18342         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18343         (gst_ogg_demux_bisect_forward_serialno),
18344         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18345         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18346         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18347         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18348         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18349         (gst_ogg_demux_change_state), (gst_ogg_print):
18350         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18351         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18352         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18353         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18354         (gst_ogg_mux_loop):
18355         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18356         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18357         (theora_dec_src_convert), (theora_dec_sink_convert),
18358         (theora_dec_src_query), (theora_dec_src_event),
18359         (theora_dec_sink_event), (theora_dec_chain),
18360         (theora_dec_change_state):
18361         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18362         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18363         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18364         (theora_enc_change_state):
18365         * ext/vorbis/Makefile.am:
18366         * ext/vorbis/oggvorbisenc.c:
18367         * ext/vorbis/oggvorbisenc.h:
18368         * ext/vorbis/vorbis.c: (plugin_init):
18369         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18370         (vorbis_dec_src_query), (vorbis_dec_src_event),
18371         (vorbis_dec_sink_event), (vorbis_dec_chain),
18372         (vorbis_dec_change_state):
18373         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18374         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18375         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18376         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18377         (gst_vorbisenc_change_state):
18378         * ext/vorbis/vorbisenc.h:
18379         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18380         * gst-libs/gst/audio/audioclock.c:
18381         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18382         (gst_audiofilter_init), (gst_audiofilter_chain):
18383         * gst-libs/gst/audio/testchannels.c: (main):
18384         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18385         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18386         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18387         (gmip_find_track_streaminfo), (gmip_find_track_format):
18388         * gst-libs/gst/media-info/media-info.c:
18389         (gst_media_info_read_idler):
18390         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18391         (gst_play_get_all_by_interface):
18392         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18393         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18394         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18395         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18396         (gst_riff_parse_info):
18397         * gst-libs/gst/riff/riff-read.h:
18398         * gst-libs/gst/riff/riff.c: (plugin_init):
18399         * gst-libs/gst/video/Makefile.am:
18400         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18401         (gst_videosink_class_init), (gst_videosink_get_type):
18402         * gst-libs/gst/video/videosink.h:
18403         * gst/audioconvert/bufferframesconvert.c:
18404         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18405         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18406         * gst/audioconvert/channelmixtest.c: (main):
18407         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18408         (gst_audio_convert_chain),
18409         (gst_audio_convert_caps_remove_format_info),
18410         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18411         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18412         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18413         (gst_audio_convert_buffer_to_default_format),
18414         (gst_audio_convert_buffer_from_default_format),
18415         (gst_audio_convert_channels):
18416         * gst/audioconvert/gstchannelmix.h:
18417         * gst/ffmpegcolorspace/avcodec.h:
18418         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18419         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18420         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18421         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18422         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18423         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18424         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18425         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18426         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18427         (dv_type_find):
18428         * gst/videotestsrc/gstvideotestsrc.c:
18429         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18430         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18431         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18432         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18433         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18434         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18435         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18437         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18438         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18439         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18440         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18441         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18442         (gst_xvimagesink_navigation_send_event),
18443         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18444         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18445         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18446         * sys/xvimage/xvimagesink.h:
18447         Plugin port to 0.9, ogg/theora playback should work in the seek
18448         example now.
18449         Removed old examples.
18450         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18451         explained in 0.9 TODO doc.
18452
18453
18454 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18455
18456         * autogen.sh:
18457         * configure.ac:
18458         * ext/Makefile.am:
18459         * gst/Makefile.am:
18460         * po/POTFILES.in:
18461         * po/af.po:
18462         * po/az.po:
18463         * po/cs.po:
18464         * po/en_GB.po:
18465         * po/hu.po:
18466         * po/it.po:
18467         * po/nb.po:
18468         * po/nl.po:
18469         * po/or.po:
18470         * po/sq.po:
18471         * po/sr.po:
18472         * po/sv.po:
18473         * po/uk.po:
18474         * po/vi.po:
18475         * sys/Makefile.am:
18476         * testsuite/Makefile.am:
18477           remove a whole bunch of plugins.  This module now contains a set
18478           of free reference plugins/elements as agreed.
18479
18480 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18481
18482         * configure.ac:
18483           hunting season on 0.9 is now OPEN
18484
18485 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18486
18487         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18488           Kick the hell out of gcc for not warning me about a symbol conflict.
18489
18490 2005-02-22  Luca Ognibene  <luogni@tin.it>
18491
18492         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18493
18494         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18495           Don't leak caps string (fixes #168134)
18496
18497         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
18498         (gst_jpegenc_init), (gst_jpegenc_finalize),
18499         (gst_jpegenc_change_state):
18500           Don't leak line buffers and context struct (fixes #168133).
18501
18502 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18503
18504         * configure.ac:
18505         * ext/dirac/gstdiracdec.cc:
18506         (gst_diracdec_chain):
18507           Since dirac 0.5.0 the framerate in dirac is expressed as a
18508           rational number. Fix build and up requirement to 0.5.0, and
18509           also pass parameters to gst_diracdec_link in the right order
18510           (fixes #167959).
18511
18512 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
18513
18514         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
18515         * ext/faad/gstfaad.h:
18516         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
18517         certain invalid muxed streams, where some packets will contain 
18518         junk after decoder data. Partially fixes #149158.
18519
18520 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
18521         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
18522           Make sure we only write to writable buffers
18523
18524 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
18525
18526         * gst-libs/gst/riff/riff-media.c:
18527         (gst_riff_create_audio_caps_with_data):
18528           Do actually fix invalid RIFF fmt header values for alaw
18529           and mulaw audio instead of just saying so.
18530
18531         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18532           Give gst_riff_create_audio_caps_with_data() a chance to
18533           fix up broken format header fields before extracting any
18534           parameters from the header. (fixes #167633)
18535
18536 2005-02-19  Martin Holters  <martin.holters@gmx.de>
18537
18538         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18539
18540         * gst/audioconvert/bufferframesconvert.c:
18541         (buffer_frames_convert_link):
18542           Don't leak othercaps. (fixes #167878)
18543
18544 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
18545
18546         * configure.ac:
18547         * ext/libvisual/visual.c: (gst_visual_srclink),
18548         (gst_visual_change_state):
18549           Support libvisual 0.2.0.
18550
18551 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18552
18553         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
18554         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
18555           Use same rowstrides for I420 as used everywhere else.
18556
18557 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18558
18559         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18560           Declare variables at beginning of block and make gcc-2.95 happy
18561           (fixes # 167482, patch by Gergely Nagy).
18562           
18563         * gst/tcp/gsttcpclientsrc.c:
18564         * gst/tcp/gsttcpclientsrc.h:
18565           Move some includes into the header, so that struct sockaddr_in is
18566           defined when it should be defined on FreeBSD as well (fixes
18567           #167483).
18568           
18569         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18570           Don't pass uninitialised values to setsockopt() here either.
18571
18572 2005-02-17  Luca Ognibene  <luogni at tin dot it>
18573
18574         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18575
18576         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
18577           Don't pass uninitialised values to setsockopt(). (fixes #167704)
18578
18579 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18580
18581         * gst/playback/gstplaybin.c: (add_sink):
18582           Invert bin_add/link order to workaround deadlock in opt.
18583
18584 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18585
18586         * gst/modplug/gstmodplug.cc:
18587           Add missing break causing position queries to fail.
18588
18589 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18590
18591         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
18592           Granpos can apparently be -1, which screws up calculations...
18593
18594 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18595
18596         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18597         (gst_ximagesink_send_pending_navigation),
18598         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
18599         (gst_ximagesink_init):
18600         * sys/ximage/ximagesink.h:
18601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18602         (gst_xvimagesink_send_pending_navigation),
18603         (gst_xvimagesink_navigation_send_event),
18604         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
18605         * sys/xvimage/xvimagesink.h:
18606           Use a mutex protected list to marshal navigation
18607           events into the stream thread from whichever thread
18608           sends them.
18609
18610 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18611
18612         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
18613           Display current position and track length; misc. clean-ups.
18614           
18615         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
18616         (speed_init), (speed_chain):
18617           Add query function, so that the stream length and current position
18618           get adjusted when queried (note that current position queries may
18619           still be wrong if the audio sink returns values based on buffer
18620           timestamps instead of passing on the query).
18621
18622 2005-02-13  Benjamin Otte  <otte@gnome.org>
18623
18624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18625         (gst_audio_convert_channels):
18626           create channel conversion matrix when linking
18627         * gst/audioconvert/.cvsignore:
18628         * gst/audioconvert/Makefile.am:
18629         * gst/audioconvert/channelmixtest.c: (main):
18630           add (ugly) test that ensures stereo <=> mono conversion works
18631           correctly
18632
18633 2005-02-13  Benjamin Otte  <otte@gnome.org>
18634
18635         * gst/audioconvert/gstchannelmix.h:
18636           include missing header file
18637         * gst/audioconvert/gstchannelmix.c:
18638         (gst_audio_convert_fill_compatible):
18639           use same sign for both channels when converting to/from compatible
18640           channel. Previously used different signs made the signals cancel
18641           each other out and appear like silence. (fixes #167269)
18642
18643 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18644
18645         * gst/ffmpegcolorspace/avcodec.h:
18646         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18647         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18648         (gst_ffmpegcsp_avpicture_fill):
18649         * gst/ffmpegcolorspace/imgconvert.c:
18650           Convert to and from YV12 (fixes #156379).
18651
18652 2005-02-12  Julien MOUTTE  <julien@moutte.net>
18653
18654         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18655         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
18656         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
18657         (gst_ximagesink_expose), (gst_ximagesink_set_property),
18658         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
18659         methods from chain and negotiation and vice versa (Fixes #166142).
18660         * sys/ximage/ximagesink.h: Add stream_lock.
18661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18662         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18663         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18664         (gst_xvimagesink_expose): Check for xcontext before trying to link.
18665
18666 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18667
18668         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
18669           Don't send "Hey! You gave me a NULL pointer you naughty person" as
18670           error message when we can't open the DVD device (when dvdnav_open()
18671           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
18672           the above). Send something more useful instead (fixes #167117).
18673
18674 2005-02-11  Julien MOUTTE  <julien@moutte.net>
18675
18676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18677         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
18678         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18679         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18680         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
18681         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
18682         methods from chain and negotiation and vice versa (Fixes #166142).
18683         Fix a possible bug of images in the buffer pool being discarded because
18684         we are looking at the wrong geometry.
18685         * sys/xvimage/xvimagesink.h: Add stream_lock.
18686
18687 2005-02-11  David Schleef  <ds@schleef.org>
18688
18689         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
18690         unsigned int. (fixes #167128)
18691
18692 2005-02-11  David Schleef  <ds@schleef.org>
18693
18694         * gst/librfb/Makefile.am: Testing stuff before committing is
18695           for wimps... and people with fast machines.  Fix stupid
18696           mistake.
18697
18698 2005-02-11  David Schleef  <ds@schleef.org>
18699
18700         * configure.ac: Pull in librfb from my CVS tree, because it is
18701           too small and annoying to be separate.  Move rfbsrc plugin
18702           to gst/.
18703         * ext/Makefile.am:
18704         * ext/librfb/Makefile.am:
18705         * ext/librfb/gstrfbsrc.c:
18706         * gst/librfb/Makefile.am:
18707         * gst/librfb/gstrfbsrc.c:
18708         * gst/librfb/rfb.c:
18709         * gst/librfb/rfb.h:
18710         * gst/librfb/rfbbuffer.c:
18711         * gst/librfb/rfbbuffer.h:
18712         * gst/librfb/rfbbytestream.c:
18713         * gst/librfb/rfbbytestream.h:
18714         * gst/librfb/rfbcontext.h:
18715         * gst/librfb/rfbdecoder.c:
18716         * gst/librfb/rfbdecoder.h:
18717         * gst/librfb/rfbutil.h:
18718
18719 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18720
18721         * gst/speed/Makefile.am:
18722         * gst/speed/demo-mp3.c: (main):
18723         * gst/speed/filter.func:
18724         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
18725         (speed_class_init), (speed_init), (speed_chain_int16),
18726         (speed_chain_float32), (speed_chain), (speed_set_property),
18727         (speed_get_property), (speed_change_state):
18728         * gst/speed/gstspeed.h:
18729           Fix speed element and make it chain-based (fixes #156467),
18730           and make it handle more than one channel.
18731
18732 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
18733
18734         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
18735         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
18736         (gst_dtsdec_chain), (gst_dtsdec_change_state):
18737         * ext/dts/gstdtsdec.h:
18738           Don't clobber the stack constructing the channels array.
18739           Make the element chain-based. DTS tracks can now be played.
18740           
18741 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
18742
18743         * gst-libs/gst/audio/multichannel.h:
18744         * gst-libs/gst/gconf/gconf.h:
18745         * gst-libs/gst/idct/idct.h:
18746         * gst-libs/gst/media-info/media-info-priv.h:
18747         * gst-libs/gst/play/play.h:
18748         * gst-libs/gst/resample/private.h:
18749         * gst-libs/gst/resample/resample.h:
18750         * gst-libs/gst/riff/riff-ids.h:
18751         * gst-libs/gst/video/video.h:
18752         * gst-libs/gst/video/videosink.h:
18753           Add G_BEGIN_DECLS and G_END_DECLS around headers where
18754           missing, so that they work when included from C++ code.
18755
18756 2005-02-09  David Schleef  <ds@schleef.org>
18757
18758         * testsuite/gst-lint: Check for non-statically scoped
18759           parent_class variables.  This won't be a problem once
18760           plugins are loaded with RTLD_LOCAL.
18761
18762 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18763
18764         * ext/mplex/gstmplexibitstream.cc:
18765           gcc madness.
18766
18767 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18768
18769         * ext/ogg/gstogmparse.c:
18770         * gst/debug/gstnavigationtest.c:
18771           Die, thou faulty symbol pollutors (non-static parent_class).
18772
18773 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18774
18775         * ext/mplex/gstmplexibitstream.cc:
18776           Fix event handling (#165525).
18777
18778 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18779
18780         * ext/mikmod/gstmikmod.c:
18781         * gst/modplug/gstmodplug.cc:
18782           Add missing endianness to template (fixes #165509).
18783
18784 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18785
18786         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
18787           Fix wrong order of reading of optional bytes (#165290).
18788
18789 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18790
18791         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18792           Implement FILLER event awareness.
18793
18794 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18795
18796         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
18797           Fix track calculations (#166208).
18798
18799 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18800
18801         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18802
18803         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
18804         * ext/libpng/gstpngenc.c:
18805           Fix byte-order, use proper fixed caps. Fixes #164197.
18806
18807 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18808
18809         * configure.ac:
18810           Add dvdlpcmdec 
18811
18812         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
18813         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
18814           Don't push buffers if the src pad isn't negotiated yet.
18815           
18816         * gst/audioconvert/gstaudioconvert.c:
18817         (gst_audio_convert_buffer_to_default_format),
18818         (gst_audio_convert_buffer_from_default_format):
18819           Add support for 24-bit width.
18820
18821         * gst/dvdlpcmdec/.cvsignore:
18822         * gst/dvdlpcmdec/Makefile.am:
18823         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
18824         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
18825         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
18826         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
18827         (plugin_init):
18828         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
18829           New decoder for rearranging DVD LPCM into our audio/x-raw-int
18830           format. Needs support for the channels maps if someone can find 
18831           a DVD LPCM track with > 2 channels.
18832
18833         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
18834         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
18835         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
18836         * gst/mpegstream/gstdvddemux.h:
18837         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
18838         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
18839         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
18840         * gst/mpegstream/gstmpegdemux.h:
18841         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
18842         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
18843         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
18844         (gst_mpeg_parse_handle_src_query),
18845         (gst_mpeg_parse_handle_src_event):
18846           Use audio/x-dvd-lpcm for LPCM output.
18847           Add DTS output.
18848
18849 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18850
18851         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18852
18853         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
18854         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
18855           Add BGRA handling (#165736).
18856
18857 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
18858
18859         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18860
18861         * gst/law/alaw-decode.c: (alawdec_link):
18862         * gst/law/alaw-encode.c: (alawenc_link):
18863         * gst/law/mulaw-decode.c: (mulawdec_link):
18864         * gst/law/mulaw-encode.c: (mulawenc_link):
18865           Fix caps memleaks (#166600).
18866
18867 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
18868
18869         * ext/tarkin/mem.h:
18870         * ext/tarkin/wavelet.h:
18871         * ext/tarkin/yuv.h:
18872         * gst/ffmpegcolorspace/avcodec.h:
18873           Include "_stdint.h" instead of <stdint.h>. Fixes build on
18874           systems that don't have stdint.h, like Solaris9 (fixes #166631).
18875
18876 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18877
18878         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
18879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
18880         (gst_xvimagesink_change_state):
18881           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
18882           Xv video (and thereby regenerate Xv colourkey) in clear() so
18883           that PLAY -> READY -> PLAY works (fixes #162504).
18884
18885 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18886
18887         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
18888           Switch to list instead of range, since MJPEG-devices really just
18889           support decimations, not any size.
18890
18891 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18892         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
18893         (gst_mpeg2dec_reset), (free_all_buffers),
18894         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
18895         * ext/mpeg2dec/gstmpeg2dec.h:
18896           The libmpeg2 user-allocated buffer management is awkward, 
18897           to say the least. Hopefully this fixes things.
18898
18899 2005-02-04  Andy Wingo  <wingo@pobox.com>
18900
18901         * gst/audioconvert/bufferframesconvert.c
18902         (buffer_frames_convert_fixate): New function, fixates to 256
18903         frames per buffer by default. (Much better than 1.)
18904         (buffer_frames_convert_init): Set the fixate function for both src
18905         and sink pad.
18906         (buffer_frames_convert_link): After success setting nonfixed caps,
18907         get the negotiated caps so we can know how many buffer-frames it
18908         will be. No idea how this worked at all before.
18909
18910 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18911
18912         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
18913         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
18914         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
18915         (handle_sequence), (handle_picture):
18916         * ext/mpeg2dec/gstmpeg2dec.h:
18917           Rearrange buffer tracking and refcounting and refactor
18918           a little for readability. 
18919
18920 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18921         * sys/v4l/gstv4l.c: (plugin_init):
18922         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
18923         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
18924         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
18925         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
18926         * sys/v4l/gstv4ljpegsrc.h:
18927         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
18928         * sys/v4l/v4l_calls.h:
18929         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
18930         (gst_v4lsrc_get_fps):
18931         * sys/v4l/v4lsrc_calls.h:
18932           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
18933           you jpeg inside rgb frames" driver.
18934           Don't error in the v4lsrc link function, just return 
18935           REFUSED.
18936
18937 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18938
18939         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
18940         (gst_qcamsrc_open):
18941           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
18942
18943 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18944
18945         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18946           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
18947
18948 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18949
18950         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
18951           Reset negotiated state on PAUSED->READY.
18952
18953 2005-02-02  David Schleef  <ds@schleef.org>
18954
18955         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
18956         whereever possible.  (Fixes #165997)
18957         * examples/capsfilter/capsfilter1.c: (main):
18958         * examples/dynparams/filter.c: (create_ui):
18959         * examples/seeking/cdparanoia.c: (get_track_info), (main):
18960         * examples/seeking/chained.c: (main):
18961         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18962         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18963         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
18964         (make_mpeg_pipeline), (make_mpegnt_pipeline):
18965         * examples/seeking/spider_seek.c: (make_spider_pipeline):
18966         * examples/switch/switcher.c: (main):
18967         * ext/dv/demo-play.c: (main):
18968         * ext/faad/gstfaad.c: (gst_faad_change_state):
18969         * ext/mad/gstmad.c: (gst_mad_chain):
18970         * ext/smoothwave/demo-osssrc.c: (main):
18971         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
18972         (gst_gconf_render_bin_from_description),
18973         (gst_gconf_get_default_audio_sink),
18974         (gst_gconf_get_default_video_sink),
18975         (gst_gconf_get_default_audio_src),
18976         (gst_gconf_get_default_video_src),
18977         (gst_gconf_get_default_visualization_element):
18978         * gst/level/demo.c: (main):
18979         * gst/level/plot.c: (main):
18980         * gst/playback/gstplaybin.c: (gen_video_element),
18981         (gen_audio_element):
18982         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
18983         * gst/playondemand/demo-mp3.c: (setup_pipeline):
18984         * gst/sine/demo-dparams.c: (main):
18985         * gst/spectrum/demo-osssrc.c: (main):
18986         * gst/speed/demo-mp3.c: (main):
18987         * gst/volume/demo.c: (main):
18988         * testsuite/embed/embed.c: (main):
18989
18990 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
18991
18992         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
18993         (gst_tcpclientsink_finalize):
18994         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
18995         (gst_tcpclientsrc_finalize):
18996         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18997         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
18998         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
18999         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19000           Don't leak the hostname when shutting down.
19001           In tcpserversrc, take a copy of the default hostname.
19002
19003 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19004
19005         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19006           Set caps to systemstream=TRUE.
19007
19008 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19009
19010         * testsuite/Makefile.am:
19011           Fix more OSX buildbots.
19012
19013 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19014
19015         * ext/mpeg2dec/gstmpeg2dec.c:
19016           Don't send things to NULL PAD_PEERs
19017
19018         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19019           Copy-on-write the incoming buffer.
19020
19021         * gst/mpegstream/gstdvddemux.h:
19022         * gst/mpegstream/gstmpegclock.h:
19023         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19024         (normal_seek), (gst_mpeg_demux_handle_src_event):
19025         * gst/mpegstream/gstmpegdemux.h:
19026         * gst/mpegstream/gstmpegpacketize.h:
19027         * gst/mpegstream/gstmpegparse.c:
19028         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19029         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19030         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19031         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19032         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19033         * gst/mpegstream/gstmpegparse.h:
19034         * gst/mpegstream/gstrfc2250enc.h:
19035           Various changes to the way time is computed that make seeking and
19036           total time estimation much better here.
19037           Use G_BEGIN/END_DECLS instead of __cplusplus
19038
19039         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19040           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19041
19042 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19043
19044         * gst/subparse/gstsubparse.c:
19045           Fix OSX buildbot.
19046
19047 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19048
19049         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19050         (theora_enc_chain), (theora_enc_change_state):
19051         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19052         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19053         (gst_vorbisenc_change_state):
19054         * ext/vorbis/vorbisenc.h:
19055           Set granulepos and timestamp correctly for streams not
19056           starting at 0, taking into account the initial delay.
19057
19058 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19059
19060         * gst/mpegstream/gstdvddemux.c:
19061           Add audio/x-dts to audio pad template caps
19062
19063 2005-01-30  David Schleef  <ds@schleef.org>
19064
19065         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19066         (create_context), (gst_polypsink_link): Fix silly endianness
19067         bug.  Add some debugging.  Remove float from caps; it doesn't
19068         work.  Attempt to get remote audio working.
19069
19070 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19071
19072         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19073           Add 3IV2 fourcc.
19074
19075 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19076
19077         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19078         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19079         (gst_avi_demux_stream_data):
19080         * gst/avi/gstavidemux.h:
19081           Invert DIB images. Fixes #132341.
19082
19083 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19084
19085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19086         (gst_ffmpegcsp_chain):
19087           D'oh, reference the palette data, not the palette structure.
19088           Fixes color distortion in #132341.
19089
19090 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19091
19092         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19093           PAR can be non-fixed when not provided as argument (#162626).
19094
19095 2005-01-29  David Moore  <dcm@acm.org>
19096
19097         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19098
19099         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19100         (gst_qtdemux_loop_header):
19101           Re-apply patch from #142272 that allows non-seekable sources,
19102           re-proposed by Daniel Drake <dsd@gentoo.org>.
19103
19104 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19105
19106         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19107           Use the src template for creating the src pad (#162330).
19108
19109 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19110
19111         * configure.ac:
19112         * ext/musepack/Makefile.am:
19113         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19114         (gst_musepackdec_init), (gst_musepackdec_dispose),
19115         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19116         (gst_musepack_stream_init), (gst_musepackdec_loop),
19117         (gst_musepackdec_change_state):
19118         * ext/musepack/gstmusepackdec.cpp:
19119         * ext/musepack/gstmusepackdec.h:
19120         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19121         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19122         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19123         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19124         * ext/musepack/gstmusepackreader.cpp:
19125         * ext/musepack/gstmusepackreader.h:
19126           Update to 1.1 API (#165446).
19127
19128 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19129
19130         * ext/Makefile.am:
19131           Unbreak buildbot.
19132
19133 2005-01-28  Andy Wingo  <wingo@pobox.com>
19134
19135         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19136         to reflect a different dubious internet source. Add a reference
19137         and some commentary.
19138
19139 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19140
19141         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19142         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19143         * gst/playback/gststreamselector.h:
19144           Be more selective when we're redoing caps negotiation from
19145           within the chain function on a stream change.
19146
19147 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19148
19149         * configure.ac:
19150         * ext/Makefile.am:
19151         * ext/amrnb/Makefile.am:
19152         * ext/amrnb/amrnb.c: (plugin_init):
19153         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19154         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19155         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19156         (gst_amrnbdec_state_change):
19157         * ext/amrnb/amrnbdec.h:
19158         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19159         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19160         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19161         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19162         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19163         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19164         * ext/amrnb/amrnbparse.h:
19165           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19166         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19167           Add AMR-NB/-WB raw formats.
19168         * ext/alsa/gstalsa.c: (gst_alsa_link):
19169           Keep valid time when changing format.
19170         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19171         (qtdemux_parse_trak):
19172           Add some more format-specific options (#140141, #143555, #155163).
19173
19174 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19175
19176         * gst/matroska/matroska-demux.c:
19177         (gst_matroska_demux_parse_blockgroup):
19178           Fix logic error in timing of subtitle stream synchronization.
19179         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19180           Add skip-chunk, which is found in kodak-camera streams.
19181
19182 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19183
19184         * po/LINGUAS:
19185         * po/vi.po:
19186           Adding Vietnamese translation (submitted by Clytie Siddall)
19187
19188 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19189
19190         * gst/playback/gstdecodebin.c: (try_to_link_1):
19191           Use realpad for signal.
19192
19193 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19194
19195         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19196           Fix category so decodebin picks it up.
19197
19198 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19199
19200         * ext/mad/Makefile.am:
19201         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19202         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19203         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19204         (found_type), (gst_id3demux_bin_change_state):
19205         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19206         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19207         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19208         (gst_id3_tag_change_state), (plugin_init):
19209         * ext/mad/gstmad.h:
19210           Add id3demuxbin (which is a simple bin consisting of id3demux
19211           and typefind), take over rank from id3demux, remove typefind
19212           code from id3demux. Makes all broken mp3s that I know of work,
19213           and thereby fixes #152688.
19214
19215 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19216
19217         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19218
19219         * ext/mad/gstmad.c: (gst_mad_src_event):
19220         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19221           Allow seeks on audio pad, make mad forward those (#164826).
19222         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19223           Set duration (#165335).
19224
19225 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19226
19227         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19228         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19229         (gst_asf_demux_process_ext_content_desc),
19230         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19231         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19232         * gst/asfdemux/gstasfdemux.h:
19233           Improve metadata display, e.g. if the metadata comes before the
19234           streams are loaded (which is perfectly valid).
19235
19236 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19237
19238         * tools/gst-launch-ext-m.m:
19239           Fix AVI/ASF pipelines (#165340).
19240
19241 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19242         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19243         build failure on amd64
19244
19245 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19246
19247         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19248         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19249           Check environment variables GST_ID3V2_TAG_ENCODING,
19250           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19251           list of character encodings to force interpretation of non-unicode
19252           strings stored in an ID3v2 tag to a particular encoding. If none
19253           is specified, try to use current locale's encoding, then fall back
19254           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19255         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19256         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19257           Check environment variables GST_ID3V1_TAG_ENCODING,
19258           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19259           list of character encodings to use in case a string encountered
19260           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19261           specified, try to use the current locale's encoding, then fall
19262           back to ISO-8859-1 (which will always succeed).
19263
19264 2005-01-25  Benjamin Otte  <otte@gnome.org>
19265
19266         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19267           - on half framerate, compute the rate in advance so the comparisons
19268             don't compare wrong values
19269           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19270             behaviour
19271           - don't use mad_header_decode anymore, mad_frame_decode does that
19272             automatically
19273           - when getting rid of consumed bytes, reset the stream's skiplen
19274           (fixes #163867)
19275
19276 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19277
19278         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19279           Use 1/2 a second for default max_discont, as PES streams from DVB
19280           seem to have larger spacings in the SCR. 
19281           Fix a typo.
19282
19283 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19284
19285         * gst/playback/gstplaybasebin.c: (group_commit):
19286           Notify delayed stream-info availability.
19287
19288 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19289         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19290         (gst_a52dec_handle_event), (gst_a52dec_chain):
19291         Add some debug output. Check that a discont has a valid
19292         time associated.
19293         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19294         (gst_alsa_sink_loop):
19295         Ignore TAG events. A little extra debug for broken timestamps.
19296         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19297         (dvdnavsrc_change_state):
19298         Ensure we send a discont to engage the link before we send any
19299         other events.
19300         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19301         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19302         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19303         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19304         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19305         dvd://title works in totem because typefinding sends a seek that ends
19306         up going back to chapter 1 regardless.
19307         * ext/mpeg2dec/gstmpeg2dec.c:
19308         * ext/mpeg2dec/gstmpeg2dec.h:
19309         Output correct timestamps and handle disconts.
19310         * ext/ogg/gstoggdemux.c: (get_relative):
19311         Small guard against a null dereference.
19312         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19313         (gst_textoverlay_set_property):
19314         Free memory when done. Don't call gst_event_filler_get_duration on
19315         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19316         g_warning.
19317         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19318         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19319         (gst_sw_srclink), (gst_smoothwave_chain):
19320         Draw solid lines, prettier colours.
19321         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19322         Add a default palette that'll work for some movies.
19323         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19324         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19325         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19326         * gst/mpegstream/gstdvddemux.h:
19327         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19328         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19329         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19330         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19331         * gst/mpegstream/gstmpegparse.h:
19332         Use PTM/NAV events when for timestamp adjustment when connected to 
19333         dvdnavsrc. Don't use many discont events where one suffices.
19334         * gst/playback/gstplaybasebin.c: (group_destroy),
19335         (gen_preroll_element), (gst_play_base_bin_add_element):
19336         * gst/playback/gstplaybasebin.h:
19337         Make sure we remove subtitles from the same bin we put them in.
19338         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19339         (gst_subparse_buffer_format_autodetect),
19340         (gst_subparse_change_state):
19341         Fix some memleaks and invalid accesses.
19342         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19343         (oggskel_type_find), (cmml_type_find), (plugin_init):
19344         Some typefind functions for Annodex v3.0 files
19345         * gst/wavparse/gstwavparse.h:
19346         GstRiffReadClass is the correct parent class.
19347
19348 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19349
19350         * gst-libs/gst/riff/riff-media.c:
19351         (gst_riff_create_video_caps_with_data):
19352           Add extradata to huffyuv (fixes #165013).
19353         * gst-libs/gst/riff/riff-read.c:
19354         (gst_riff_read_strf_vids_with_data):
19355           Fix extradata extraction if it is in the chunk size.
19356
19357 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19358
19359         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19360
19361         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19362         (gst_quarktv_change_state), (gst_quarktv_dispose):
19363           Memory free'ing location fix (#164708).
19364
19365 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19366
19367         * gst/playback/gstplaybasebin.c: (group_commit),
19368         (gen_preroll_element), (probe_triggered), (gen_source_element),
19369         (setup_source), (gst_play_base_bin_change_state),
19370         (gst_play_base_bin_add_element):
19371           Don't block for streams.
19372         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19373         (gst_stream_info_set_mute):
19374           Use gst_pad_set_active_recursive.
19375
19376 2005-01-25  Andy Wingo  <wingo@pobox.com>
19377
19378         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19379         for #ifndef HAVE_XVIDEO.
19380
19381 2005-01-24  Jeffrey C. Ollie
19382
19383         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19384
19385         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19386         * ext/gsm/gstgsmdec.h:
19387         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19388         * ext/gsm/gstgsmenc.h:
19389         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19390         was given by property. Add proper buffer timestamps and offsets.
19391
19392 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19393
19394         * gst-libs/gst/riff/riff-media.c:
19395         (gst_riff_create_audio_caps_with_data):
19396           Audio can be <8000Hz.
19397
19398 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19399
19400         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19401           Explicit state change to workaround refcount bugs.
19402
19403 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19404
19405         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19406         (gst_avimux_riff_get_avi_header):
19407           Fix...
19408
19409 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19410
19411         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19412         (gst_riff_read_element_data):
19413         * gst-libs/gst/riff/riff-read.h:
19414           Add _peek version (req'ed in CDXA).
19415         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19416         (gst_cdxaparse_loop):
19417           Fix parsing in playbin.
19418         * gst/playback/gstdecodebin.c: (close_pad_link):
19419           Ignore current_ pads, they cause major annoyance.
19420
19421 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19422
19423         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19424           Safety guard.
19425
19426 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19427
19428         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19429           Fix padding...
19430
19431 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19432
19433         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19434           Allow for 0-sized buffers. Fixes length query problems in
19435           starwars.mkv from the testsuite.
19436
19437 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19438
19439         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19440         (gst_video_box_i420), (gst_video_box_chain):
19441           Fix row strides for I420 (fixes #163159)
19442           
19443 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19444
19445         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19446           MPEG2 has a useful rate property, so we can actually use that.
19447           For MPEG-1, continue using the bytes/time properties.
19448
19449 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19450
19451         * gst-libs/gst/riff/riff-media.c:
19452         (gst_riff_create_video_caps_with_data),
19453         (gst_riff_create_video_template_caps):
19454           Add intel-h263.
19455
19456 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19457
19458         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19459           Fail if caps negotiation fails. Should fix #162184, and should
19460           definately be in there regardless of it fixing the actual bug.
19461         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19462         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19463         (gst_avimux_riff_get_avix_header),
19464         (gst_avimux_riff_get_video_header),
19465         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19466         (gst_avimux_start_file), (gst_avimux_handle_event),
19467         (gst_avimux_change_state):
19468         * gst/avi/gstavimux.h:
19469           Refactor structure writing to use GST_WRITE_UINT macros, add
19470           metadata writing support.
19471
19472 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19473
19474         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19475           Elements may already be destroyed when this function is called.
19476
19477 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19478
19479         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19480         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19481           More memory leak fixes (#149162).
19482
19483 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19484
19485         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19486         (gst_qtdemux_add_stream):
19487           Fix two memleaks.
19488
19489 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19490
19491         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19492           Argh...
19493
19494 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19495
19496         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19497           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
19498           when fixating to six channels in Totem.
19499
19500 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19501
19502         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
19503           Fix compile warnings on Solaris 10 buildbot
19504
19505 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19506
19507         * ext/dvdread/dvdreadsrc.c: (_read):
19508           Don't read beyond the last cell in a chapter (fixes 
19509           invalid memory access)
19510
19511 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19512
19513         * ext/dvdread/stream_labels.c:
19514         (dvdreadsrc_get_audio_stream_labels):
19515           Use NULL for an empty GList instead of g_list_alloc(); fix 
19516           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
19517           of GString (easier to bulk free later)
19518
19519 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19520
19521         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19522
19523         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19524         (gst_ffmpeg_pixfmt_to_caps):
19525           Fix BGRA32 caps (#164209).
19526
19527 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19528
19529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19530
19531         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19532         (gst_ffmpeg_caps_to_pixfmt):
19533           alpha_mask can be RGBA/ABGR. Fixes #164265.
19534
19535 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
19536
19537         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19538
19539         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
19540         (gst_mpeg2dec_alloc_buffer):
19541         * ext/mpeg2dec/gstmpeg2dec.h:
19542           Crop if decoding size is not the actual image size (#163676).
19543
19544 2005-01-17  Steve Baker  <steve@stevebaker.org>
19545
19546         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19547
19548         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
19549         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
19550           Add libsndfile typefind functions (#163309).
19551
19552 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19553
19554         * tools/gst-launch-ext-m.m:
19555           Add .aac, fix .m1v/.m2v (#163891).
19556
19557 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19558
19559         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
19560           Sanity check, don't wait endlessly since the clock might not
19561           actually run at this point (which is a deadlock). Fixes #164069.
19562
19563 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19564
19565         * gst/playback/gstplaybasebin.c: (probe_triggered):
19566           Of course, only pause if group is done...
19567
19568 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19569
19570         * gst/playback/gstplaybasebin.c: (probe_triggered):
19571           Thread safety.
19572
19573 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19574
19575         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19576           Don't return state change success when the parent
19577           failed.
19578
19579 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19580
19581         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
19582           Free events (fix memleak in #162905).
19583
19584 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
19585
19586         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19587
19588         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19589         (gst_ffmpeg_caps_to_pixfmt):
19590           Fix for depth = 15. Fixes #161675.
19591
19592 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19593
19594         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19595           Set FPS correctly, even for webcams and the like.
19596         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
19597           Don error on setting while capturing.
19598
19599 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19600
19601         * ext/dv/gstdvdec.c:
19602         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19603         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19604           I'm a bad boy. using /1001. to force C to do float division
19605           and not integer division (as it did in my last commit)
19606           Thanks to David I. Lehn for pointing this mistake.
19607
19608 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19609
19610         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19611           Revert Johan's 1.35->1.36 since it breaks compat.
19612
19613 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19614
19615         * ext/dv/gstdvdec.c:
19616         * ext/libfame/gstlibfame.c:
19617         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19618         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19619           replace framerate aproximations by their real value
19620           (24000/1001, 30000/1001, 60000/1001)
19621           Finish fixing bug #164049
19622
19623 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19624
19625         * ext/ogg/gstoggmux.c:
19626           eos/bos debugging
19627         * gst/tcp/gstmultifdsink.c:
19628         * gst/tcp/gstmultifdsink.h:
19629         * gst/tcp/gsttcp.c:
19630         * gst/tcp/gsttcp.h:
19631         * gst/tcp/gsttcpclientsink.c:
19632         * gst/tcp/gsttcpclientsrc.c:
19633         * gst/tcp/gsttcpserversink.c:
19634         * gst/tcp/gsttcpserversrc.c:
19635           improve reusability of elements after state changes and errors
19636           make multifdsink throw away streamheaders when receiving new ones
19637
19638 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19639
19640         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19641           Fix for if items are already in list...
19642
19643 2005-01-12  Benjamin Otte  <otte@gnome.org>
19644
19645         * gst/adder/gstadder.c: (gst_adder_loop):
19646           fix adder a bit so it doesn't screw up with events as much anymore
19647
19648 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
19649
19650         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
19651         (pixbufscale_scale), (gst_pixbufscale_chain):
19652         * ext/gdk_pixbuf/pixbufscale.h:
19653           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
19654           to ensure rowstrides are calculated the same way as 
19655           ffmpegcolorspace
19656           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
19657           that we pick up duration and offset also.
19658
19659 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19660
19661         * gst/avi/gstavimux.c: (gst_avimux_class_init),
19662         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
19663           Reusability fixes.
19664
19665 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19666
19667         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
19668         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19669         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
19670         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
19671           Update flags when requested.
19672
19673 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19674
19675         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19676           Fix dmix.
19677
19678 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19679
19680         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19681         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
19682         (probe_triggered), (new_decoded_pad), (gen_source_element),
19683         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
19684         * gst/playback/gstplaybasebin.h:
19685         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19686         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
19687         (gst_play_bin_change_state):
19688           Implement group-switch signal for use in apps to clear metadata
19689           cache, clean up subtitle, add suburi property instead of # hack,
19690           some error-out fixes.
19691
19692 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19693
19694         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19695           Debug.
19696         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
19697           If we got a state change in the _get handler, don't return success.
19698
19699 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19700
19701         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
19702         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
19703           Make jpegdec quiet on MJPEG decoding
19704         * gst/asfdemux/README:
19705           Fix mimetypes for MJPEG and H263
19706
19707 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19708
19709         * ext/theora/theoradec.c: (theora_dec_chain):
19710           Fix broken code generation by gcc by swapping arguments.
19711         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19712           Fix \n in debug.
19713
19714 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19715
19716         * TODO:
19717           delete this file, it is by far outdated
19718         * ext/alsa/gstalsa.1: remove
19719         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
19720         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
19721         (gst_alsa_get_caps):
19722           Add HW probing for supported sample rates. Fixes #161704
19723
19724 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19725
19726         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19727           Don't crash, biatch! :).
19728
19729 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19730
19731         * ext/musepack/gstmusepackreader.cpp:
19732         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
19733           Some work on tags - still doesn't work in playbin...
19734         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19735           Handle events...
19736
19737 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19738
19739         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
19740           Also shove tags on kid pads.
19741
19742 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19743
19744         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
19745           Don't bail on unknown events.
19746         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19747           Don't crash on events before negotiation.
19748         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19749           Send tags on pads, too.
19750         * gst/playback/gststreamselector.c:
19751         (gst_stream_selector_request_new_pad):
19752           Forward events on first pad if no input was selected yet.
19753
19754 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19755
19756         * gst/playback/gstplaybasebin.c: (setup_substreams):
19757           Don't disable streamtype if the stream doesn't exist, since
19758           then playing a video after audio will disable both and nothing
19759           will happen. Fixes the testsuite.
19760
19761 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19762
19763         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
19764         (gst_v4l_xoverlay_set_xwindow_id):
19765         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
19766         (gst_v4l2_xoverlay_set_xwindow_id):
19767           Add debug categories, fix overlay disabling.
19768
19769 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19770
19771         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
19772         * ext/alsa/gstalsa.h:
19773           Add HW probing for period_count/size and buffer_size MIX/MAX
19774           Adjust default/user defined value if out of bounds
19775           Should fix bug #162024
19776
19777 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19778
19779         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
19780           Fix warning (#161191).
19781
19782 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19783
19784         * ext/dvdread/stream_labels.c:
19785         (dvdreadsrc_get_audio_stream_labels):
19786           Fix warning (init the good variable in switch default)
19787
19788 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
19789
19790         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19791
19792         * gst/tta/gstttaparse.c: (gst_tta_src_event):
19793           Fix gcc-2.95 compile (#163485).
19794
19795 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19796
19797         * configure.ac:
19798         * ext/flac/gstflacenc.c: (gst_flacenc_init),
19799         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19800         (gst_flacenc_tell_callback), (gst_flacenc_chain),
19801         (gst_flacenc_change_state):
19802         * ext/flac/gstflacenc.h:
19803           Update for API change in flac-1.1.1. Update requirement in
19804           configure.ac. Fixes #162974.
19805
19806 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19807
19808         * gst/playback/gstplaybasebin.c: (group_destroy):
19809           Remove hack to get rid of assert and get rid of unlinked
19810           signals properly.
19811
19812 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19813
19814         * gst/playback/gstplaybasebin.c: (setup_source):
19815           Set source to NULL so that resources are free'ed. Fixes issues
19816           with playback of CDDA and similar device-accessing things.
19817
19818 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19819
19820         * testsuite/embed/Makefile.am:
19821           test->noinst, fix make test in buildbot.
19822
19823 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19824
19825         * ext/dvdread/stream_labels.c: new file
19826         * ext/dvdread/stream_labels.h: new file
19827         * ext/dvdread/Makefile.am:
19828         * ext/dvdread/dvdreadsrc.c: (_seek_title):
19829           Extract audio stream label from DVD IFO files.
19830           It only dump them on the console for now, still have to
19831           make playbin aware of them.
19832
19833 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19834
19835         * gst/playback/gstplaybasebin.c: (setup_source):
19836           Fix hanging subs.
19837
19838 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19839
19840         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19841         (gen_preroll_element), (remove_groups), (setup_subtitle),
19842         (gen_source_element), (setup_source):
19843         * gst/playback/gstplaybasebin.h:
19844           Multiple .sub files is just a stupid idea... Fix some threading
19845           mistakes. Interestingly, external .sub files cause playbin to
19846           hang, I don't know why... Parsing fixes contributed by Fran??ois
19847           Kooman <fkooman@tuxed.net>.
19848
19849 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19850
19851         * testsuite/embed/Makefile.am:
19852           Fix buildbot.
19853
19854 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19855
19856         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19857
19858         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19859         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
19860         (gst_pngenc_set_property):
19861         * ext/libpng/gstpngenc.h:
19862           Add compression level property (#163323).
19863
19864 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19865
19866         * configure.ac:
19867         * examples/capsfilter/capsfilter1.c: (main):
19868         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19869         * ext/dvdread/Makefile.am:
19870         * ext/dvdread/demo-play:
19871         * ext/dvdread/demo-play.c:
19872         * gconf/gstreamer.schemas.in:
19873         * gst-libs/gst/gconf/gconf.c:
19874         * sys/v4l/TODO:
19875         * testsuite/Makefile.am:
19876         * testsuite/embed/Makefile.am:
19877         * testsuite/embed/embed.c: (cb_expose), (main):
19878           Remove all references to xvideosink, fix examples (#140845).
19879         * gst/playback/gstplaybasebin.c: (group_destroy):
19880           Apparently, disposal does not unlink - so do explicitely.
19881         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19882           Add debug.
19883
19884 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
19885
19886         * README: fix PKG_CONFIG_PATH instructions, what was there
19887         previously was breaking default search path, not nice. 
19888         Fixes #163358
19889
19890 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19891
19892         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
19893         (gst_audioscale_chain):
19894           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
19895           when resampling - how the ^@$^!@^! is this possible?!?
19896
19897 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19898
19899         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19900           Reset variables on READY.
19901         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
19902         (gst_matroska_mux_loop):
19903           Require data before writing header.
19904
19905 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
19906
19907         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19908
19909         * ext/mad/gstmad.c: (gst_mad_chain):
19910           Don't call mad_stream_sync() directly after recovering sync.
19911           Fixes #151661.
19912
19913 2005-01-09  Martin Eikermann  <meiker@upb.de>
19914
19915         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19916
19917         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
19918         (snapshot_handler), (gst_snapshot_sinkconnect),
19919         (gst_snapshot_chain):
19920           Allocate resources when required, fix recursive signal emission
19921           and fix caps. Fixes #161667.
19922
19923 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19924
19925         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19926
19927         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
19928         (gst_pngdec_chain):
19929           Handle only 8-bppc (bits-per-pixel-component) images, better
19930           error handling and correct strides. Fixes #163177.
19931         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
19932         (gst_pngenc_chain):
19933           Better error handling. Fixes #163348.
19934
19935 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19936
19937         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
19938         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
19939         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
19940         (dvdnavsrc_uri_handler_init):
19941           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
19942         * gst/playback/gstplaybasebin.c: (gen_source_element):
19943           Add MMS to streaming URIs.
19944
19945 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19946
19947         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
19948         * sys/xvimage/xvimagesink.c:
19949         (gst_xvimagesink_navigation_send_event):
19950           Check for pad availability before sending event.
19951
19952 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19953
19954         * gst-plugins.spec.in:
19955           Add subparse.
19956
19957 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19958
19959         * configure.ac:
19960           Since we use functions from CVS, up requirement.
19961
19962 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19963
19964         * gst/playback/Makefile.am:
19965         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19966         (group_destroy), (group_commit), (group_is_muted),
19967         (gen_preroll_element), (add_stream), (unknown_type),
19968         (probe_triggered), (preroll_unlinked), (mute_stream),
19969         (silence_stream), (new_decoded_pad), (setup_substreams),
19970         (setup_source), (get_active_source), (mute_group_type),
19971         (muted_group_change_state), (set_active_source),
19972         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
19973         (play_base_eos), (gst_play_base_bin_change_state):
19974         * gst/playback/gstplaybasebin.h:
19975         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19976         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19977         (gst_stream_info_dispose), (stream_info_mute_pad),
19978         (stream_info_change_state), (gst_stream_info_set_mute):
19979         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
19980         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
19981         (gst_stream_selector_init), (gst_stream_selector_dispose),
19982         (gst_stream_selector_get_linked_pad),
19983         (gst_stream_selector_get_caps), (gst_stream_selector_link),
19984         (gst_stream_selector_get_linked_pads),
19985         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19986         * gst/playback/gststreamselector.h:
19987           Adding stream selection support plus required properties for
19988           applications to use this. Fully fixes #100931.
19989
19990 2005-01-08  Benjamin Otte  <otte@gnome.org>
19991
19992         * gst/games/gstpuzzle.c: (nav_event_handler):
19993           - handle nav events differently: forward every event no matter if it
19994             was handled or not.
19995           - translate events
19996           You can now cheat by using navigationtest ! puzzle and moving the
19997           mouse close to the edge of a tile. ;)
19998
19999 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20000
20001         * configure.ac:
20002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20003         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20004         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20005         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20006         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20007         (gst_ogm_parse_plugin_init):
20008         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20009         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20010         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20011         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20012         * ext/pango/gsttextoverlay.h:
20013         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20014         (gst_matroska_demux_handle_seek_event),
20015         (gst_matroska_demux_sync_streams),
20016         (gst_matroska_demux_parse_blockgroup),
20017         (gst_matroska_demux_subtitle_caps),
20018         (gst_matroska_demux_plugin_init):
20019         * gst/matroska/matroska-ids.h:
20020         * gst/playback/gstdecodebin.c: (close_pad_link):
20021         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20022         (gen_preroll_element), (remove_groups), (add_stream),
20023         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20024         (setup_source):
20025         * gst/playback/gstplaybasebin.h:
20026         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20027         * gst/subparse/Makefile.am:
20028         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20029         (gst_subparse_base_init), (gst_subparse_class_init),
20030         (gst_subparse_init), (gst_subparse_formats),
20031         (gst_subparse_eventmask), (gst_subparse_event),
20032         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20033         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20034         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20035         (parse_mpsub_deinit), (parse_mpsub_init),
20036         (gst_subparse_buffer_format_autodetect),
20037         (gst_subparse_format_autodetect), (gst_subparse_loop),
20038         (gst_subparse_change_state), (gst_subparse_type_find),
20039         (plugin_init):
20040         * gst/subparse/gstsubparse.h:
20041         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20042         (plugin_init):
20043           Add subtitle support, .sub parser (supports SRT and MPsub),
20044           OGM text support, Matroska UTF-8 text support, deadlock fixes
20045           all over the place, subtitle awareness in decodebin/playbin
20046           and some fixes to textoverlay to handle subtitles in a stream
20047           correctly. Fixes #100931.
20048
20049 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20050
20051         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20052           Check for pad availability before doing a query on it.
20053
20054 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20055
20056         * ext/dv/gstdvdec.c:
20057           really fix bpp24/32 dvdec caps (classic rgba indeed)
20058         * gst/asfdemux/gstasfdemux.c:
20059         (gst_asf_demux_process_ext_content_desc):
20060           don't send text tags if they are empty (bis repetita)
20061
20062 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20063
20064         * ext/dv/gstdvdec.c:
20065          remove unneeded comment from dvdec
20066           (related to DV 4CC codes in AVI files)
20067           moved them in gstreamer/docs/random/mimetypes
20068         * gst/asfdemux/gstasfdemux.c:
20069         (gst_asf_demux_process_ext_content_desc):
20070          don't send text tags if they are empty
20071          fix mem leak on error path
20072         * gst/ffmpegcolorspace/avcodec.h:
20073         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20074         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20075         (gst_ffmpegcsp_avpicture_fill):
20076         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20077         * gst/ffmpegcolorspace/imgconvert_template.h:
20078          adds BGR32 and BGRA32 to ffmpegcolorspace
20079           (still bad colors, fixing it on next commit)
20080           helps with dvdec outputing BGR32
20081
20082 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20083
20084         * ext/dv/gstdvdec.c:
20085          Fix audio caps i just broke (missing ',')
20086         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20087         (gst_matroska_mux_reset):
20088          Fix typo + add FIXME about old "x-gst-metadata" crap
20089
20090 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20091
20092         * ext/dv/demo-play.c: (main):
20093          xvideosink -> xvimagesink
20094         * ext/dv/gstdvdec.c:
20095          change rgb 32/32 caps to 24/32 (no alpha)
20096          change nb of channels to be a list (2 or 4, not 2)
20097          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20098         * gst/asfdemux/gstasfdemux.c:
20099         (gst_asf_demux_process_ext_content_desc):
20100          Add 'date/year' to extracted metadata list
20101
20102 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20103
20104         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20105           The return value of fixate_to does not imply that the requested
20106           value was set, so don't assume.
20107
20108 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20109
20110         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20111
20112         * ext/libpng/gstpngdec.c:
20113         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20114         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20115         * ext/libpng/gstpngenc.h:
20116           Alpha support (encoder; #163161), mime fixage.
20117
20118 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20119
20120         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20121
20122         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20123         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20124         (gst_faac_set_property), (gst_faac_get_property):
20125         * ext/faac/gstfaac.h:
20126           Allow for ADTS output (#153434).
20127
20128 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20129
20130         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20131           Fix against template (#150576).
20132
20133 2005-01-06  Benjamin Otte  <otte@gnome.org>
20134
20135         * gst/games/gstpuzzle.c: (draw_puzzle):
20136           don't draw a puzzle if either width or height of tiles would be 0.
20137
20138 2005-01-06  Benjamin Otte  <otte@gnome.org>
20139
20140         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20141         (gst_puzzle_class_init), (gst_puzzle_finalize):
20142           no memleaks, please
20143         (gst_puzzle_create), (gst_puzzle_init),
20144         (gst_puzzle_set_property), (gst_puzzle_setup):
20145           change initialization code around so we don't reshuffle on resize
20146         (draw_puzzle):
20147           fix another stupid typo
20148
20149 2005-01-06  Benjamin Otte  <otte@gnome.org>
20150
20151         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20152           fix stupid typo that borked copying on YUY2
20153
20154 2005-01-06  Benjamin Otte  <otte@gnome.org>
20155
20156         * gst/games/gstpuzzle.c: (draw_puzzle):
20157           fix edges when image sizes aren't multiples of tile sizes
20158
20159 2005-01-06  Benjamin Otte  <otte@gnome.org>
20160
20161         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20162           make RGB endianness work correctly
20163         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20164           refactor and fix race with initial shuffling
20165         (nav_event_handler):
20166           allow using the mouse to puzzle
20167         (draw_puzzle):
20168           insist on tiles having width and height as multiples of 4 to get
20169           clean YUV image handling
20170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20171         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20172           s/DEBUG/LOG/ for common messages
20173         (gst_xvimagesink_navigation_send_event):
20174           fix mouse event translation to not include screen PAR
20175         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20176           fix mouse event translation to actually work
20177
20178 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20179
20180         * gst/asfdemux/gstasfdemux.c:
20181         (gst_asf_demux_process_ext_content_desc):
20182          Extract TrackNumber metadata + clean up code
20183         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20184          Hope this is the good fix (var used unitialised)
20185
20186 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20187
20188         * ext/faad/gstfaad.c: (gst_faad_chain):
20189           Only increment timestamp if it's valid. Fixes raw AAC streams.
20190
20191 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20192
20193         * configure.ac:
20194         * gst/games/Makefile.am:
20195         * gst/games/gstpuzzle.c:
20196           add a puzzle game with...
20197         * gst/games/gstvideoimage.c:
20198         * gst/games/gstvideoimage.h:
20199           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20200           from videotestsrc and made into something that would be a nice
20201           library for a lot of other plugins.
20202
20203 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20204
20205         * configure.ac:
20206          don't compile faad plugin if a RC of 2.0 is found
20207          Fixes #155346 (and FC1 buildbot)
20208         * gst/asfdemux/gstasfdemux.c:
20209         (gst_asf_demux_process_ext_content_desc):
20210          try to make Solaris compiler happier
20211
20212 2005-01-06  Paul Jack  <pjack@sfaf.org>
20213
20214         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20215
20216         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20217           Fix segfault (#161667).
20218
20219 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20220
20221         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20222           Fix framerate reporting.
20223
20224 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20225
20226         * gst-libs/gst/riff/riff-ids.h:
20227         * gst/wavenc/riff.h:
20228          Add AMR (VBR and CBR) ids to riff.h audio codec list
20229         * gst/asfdemux/gstasfdemux.c:
20230         (gst_asf_demux_process_ext_content_desc),
20231         (gst_asf_demux_process_object):
20232           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20233
20234 2005-01-05  Martin Eikermann  <meiker@upb.de>
20235
20236         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20237
20238         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20239         (gst_dvd_demux_handle_discont):
20240         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20241         (gst_mpeg_demux_handle_discont):
20242           Recreate pads on new-media (#160730).
20243         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20244           Send discont even if manager changes timestamps (#161929).
20245
20246 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20247
20248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20249
20250         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20251           Fix invalid memory access (#159211).
20252
20253 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20254
20255         * examples/gstplay/player.c: (main):
20256           Don't iterate.
20257         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20258           Add visualizations.
20259         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20260         (gst_a52dec_handle_frame):
20261           Set duration.
20262         * ext/dvdnav/gst-dvd:
20263           Add audioconvert. Fixes #161325.
20264         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20265           Explicitely case to gint64. Possible valgrind error.
20266         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20267         (gst_play_tick_callback), (gst_play_change_state),
20268         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20269         (gst_play_set_location), (gst_play_get_location),
20270         (gst_play_seek_to_time), (gst_play_set_data_src),
20271         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20272         (gst_play_set_visualization), (gst_play_connect_visualization),
20273         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20274         (gst_play_new):
20275           Use playbin. Fixes #139749 and #147744.
20276         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20277           Add genre tag.
20278         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20279         (audioscale_get_type), (gst_audioscale_base_init),
20280         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20281         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20282         (gst_audioscale_link), (gst_audioscale_get_buffer),
20283         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20284         (gst_audioscale_init), (gst_audioscale_dispose),
20285         (gst_audioscale_chain), (gst_audioscale_set_property),
20286         (gst_audioscale_get_property), (plugin_init):
20287           Indent properly.
20288         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20289           Fix LPCM.
20290         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20291         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20292         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20293           Add more metadata (fixes #162656).
20294
20295 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20296
20297         * configure.ac:
20298           back to cvs
20299
20300 === release 0.8.7 ===
20301
20302 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20303
20304         * NEWS:
20305         * RELEASE:
20306         * configure.ac:
20307           releasing 0.8.7, "Hyperspace"
20308
20309 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20310
20311         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20312
20313         * gst/playback/gstplaybasebin.c:
20314          Fix for #162924 - free caps after use, not before
20315
20316 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20317
20318         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20319
20320         * gst/playback/gstplaybasebin.c:
20321         * gst/wavparse/gstwavparse.c:
20322           Fix for #154773 - fixes playback of small .wav files
20323
20324 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20325
20326         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20327
20328         * gst/audioscale/gstaudioscale.c:
20329           Fix for #162819 - make audioscale reusable
20330           Fixes playback of more than one file with playbin/totem
20331
20332 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20333
20334         * gst/ffmpegcolorspace/avcodec.h:
20335         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20336         * gst/ffmpegcolorspace/imgconvert.c:
20337           clean up the mess that made me cry and avoid needless duplication
20338
20339 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20340
20341         * gst/ffmpegcolorspace/imgconvert.c:
20342           give some indication of why we're segfaulting
20343
20344 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20345
20346         * configure.ac:
20347           Fix indentation, fix v4l2 plugin detection.
20348         * ext/Makefile.am:
20349           Fix libmms location (Maciej, use diff -u!).
20350         * ext/alsa/gstalsa.c: (gst_alsa_init):
20351           Initialize caps cache to NULL.
20352         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20353           Only change state on audiosink if it exists.
20354
20355 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20356
20357         * gst/matroska/matroska-demux.c:
20358         * gst/matroska/matroska-ids.h:
20359         * gst/matroska/matroska-demux.h:
20360         Fix Vorbis streams failing to decode in some files, where cluster_time
20361         isn't 0, because then it doesn't send codec_priv before actual data.
20362         Remove time-based test and replace it with marker set on beginning of
20363         new stream
20364
20365 2004-12-28  David Schleef  <ds@schleef.org>
20366
20367         Merge patch from Ronald fixing problems with streaming
20368         text.
20369         * ext/cairo/gstcairo.c: (plugin_init):
20370         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20371         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20372         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20373         (gst_textoverlay_font_init), (gst_textoverlay_init),
20374         (gst_textoverlay_set_property):
20375         * ext/cairo/gsttextoverlay.h:
20376
20377 2004-12-27  David Schleef  <ds@schleef.org>
20378
20379         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20380         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20381         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20382         (gst_textoverlay_font_init), (gst_textoverlay_init),
20383         (gst_textoverlay_set_property): Improvements to actually
20384         render text as white on black outline on video, including
20385         font selection and horizontal/vertical alignment.  (Ronald's
20386         christmas present)
20387         * ext/cairo/gsttextoverlay.h:
20388
20389 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20390
20391         * ext/ogg/gstogg.c:
20392         * ext/ogg/gstogmparse.c:
20393           fix ogm[audio/video]parse plugin registration
20394           (riff won't load if bytestream is already loaded)
20395
20396 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20397
20398         * gst/audioconvert/gstchannelmix.c:
20399           fix for GLIB < 2.4
20400
20401 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20402
20403         * Makefile.am:
20404         * configure.ac:
20405           disable docs again until it actually passes make distcheck.
20406
20407 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20408
20409         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20410         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20411         (plugin_init):
20412           Add 3GP (variables name Q3GP because they can't start with a
20413           number). Add samr audio fourcc (used in .3gp files), decoder
20414           is work in progress. Also do a GST_WARNING instead of ERROR
20415           in case of unknown nodes, to decrease output.
20416
20417 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20418
20419         * Makefile.am:
20420           really fix dist
20421
20422 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20423
20424         * configure.ac:
20425         * ext/speex/gstspeexdec.h:
20426         * ext/speex/gstspeexenc.h:
20427           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20428           Fix detection code in configure.ac
20429
20430 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20431
20432         * gst/matroska/matroska-demux.c:
20433         (gst_matroska_demux_parse_blockgroup):
20434           Save position, so that queries give proper return values. Don't
20435           know how this could ever have worked before...
20436
20437 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20438
20439         * configure.ac:
20440           Put additional LAME check inside the conditional.  Fixes #152339
20441
20442 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20443
20444         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20445         (gst_avi_demux_stream_scan):
20446           Add some more debug. Fix logic error when setting movi offset
20447           while reading index.
20448
20449 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20450
20451         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20452         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20453         (gst_avi_demux_process_next_entry):
20454           Add some debugging. Better detection of broken indexes and the
20455           accompanying index recovery. No infinite loops on state changes
20456           when we're still in our loopfunction.
20457
20458 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20459
20460         * configure.ac:
20461           Fix up.
20462
20463 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20464
20465         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20466
20467         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20468           Normalizing the value before setting
20469         (gst_sunaudiomixer_get_volume):
20470           Normalizing the value after getting. Fixes bug# 161980
20471
20472 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20473
20474         * Makefile.am: Make sure docs gets disted
20475         * docs/Makefile.am: Make sure all needed files get disted
20476         * gst-plugins.spec.in: latest updates
20477
20478 2004-12-22  Wim Taymans  <wim@fluendo.com>
20479
20480         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20481         Revert patch 1.38 as clock distribution over schedulers does
20482         not work correcly in the core yet.
20483
20484 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20485
20486         * sys/oss/README: remove this file, which predates my birth
20487           (and which content is by far outdated)
20488
20489 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20490
20491         * Makefile.am:
20492         * configure.ac:
20493         * docs/Makefile.am:
20494         * docs/libs/Makefile.am:
20495         * docs/libs/gst-plugins-libs-docs.sgml:
20496         * docs/libs/gst-plugins-libs-sections.txt:
20497         * docs/libs/tmpl/gstgconf.sgml:
20498         * docs/upload.mak:
20499         * docs/version.entities.in:
20500           Added boilerplate gtk-doc files for plugin-libs documentation.
20501
20502 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20503
20504         * gst/auparse/gstauparse.c: fix int and float audio caps
20505
20506 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20507
20508         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20509         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
20510           g_assert() can be a macro, don't use #ifdef inside it.
20511
20512 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
20513
20514         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20515
20516         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20517         (gst_videorate_init), (gst_videorate_chain),
20518         (gst_videorate_change_state):
20519           Event handling (fixes #159986).
20520
20521 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20522
20523         * gst-libs/gst/riff/riff-media.c:
20524         (gst_riff_create_video_caps_with_data):
20525           Add BLZ0 (Blizzard's version of DivX) fourcc.
20526
20527 2004-12-18  David Schleef  <ds@schleef.org>
20528
20529         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
20530         portability fix.
20531
20532 2004-12-18  David Schleef  <ds@schleef.org>
20533
20534         * gst/tta/ttadec.h: Disable some header code that isn't used
20535         and clearly isn't portable.
20536
20537 2004-12-18  David Schleef  <ds@schleef.org>
20538
20539         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20540         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20541         (avcodec_get_pix_fmt), (avpicture_layout),
20542         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
20543         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
20544         Fix code to not use GCC extensions (and c99 extensions that
20545         Forte does not like.)
20546
20547 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20548
20549         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20550
20551         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20552         (gst_deinterlace_chain):
20553           Rowstride fixes. Fixes #161039.
20554         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
20555         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
20556         (gst_video_crop_getcaps), (gst_video_crop_link),
20557         (gst_video_crop_i420), (gst_video_crop_chain),
20558         (gst_video_crop_change_state):
20559           Rework of negotiation. Actually works now. Fixes #158650.
20560
20561 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20562
20563         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
20564           That was very stupid.
20565
20566 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20567
20568         * gst/matroska/matroska-demux.c:
20569         (gst_matroska_demux_parse_blockgroup):
20570           Fix possible crasher.
20571
20572 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20573
20574         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
20575         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
20576           Lace sizes can be zero.
20577
20578 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20579
20580         * ext/musepack/gstmusepackdec.cpp:
20581           Fetch error return values. Fixes #161624.
20582         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20583           Really EOS.
20584
20585 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20586
20587         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
20588           Work for truncated (unfinished download etc.) files. Fixes #160514.
20589
20590 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20591
20592         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20593           Fix for integer overflow. Makes #156001 not crash. Probably masks
20594           the real bug.
20595
20596 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20597
20598         * gst/ac3parse/gstac3parse.c: (plugin_init):
20599           Parsers never have ranks. Fixes #159651.
20600
20601 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20602
20603         * gst/playback/gstdecodebin.c: (compare_ranks):
20604           make sure the facotries are ordered the same every time even if they
20605           have the same rank by using the name
20606         * gst/playback/gstdecodebin.c: (find_compatibles):
20607           make sure we don't add factories to the list twice
20608
20609 2004-12-16  David Schleef  <ds@schleef.org>
20610
20611         * configure.ac: look for musepack headers as musepack/*.h
20612         (fixes #159847)
20613         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
20614         * ext/musepack/gstmusepackreader.h: same
20615
20616 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20617
20618         * gst-libs/gst/riff/riff-read.c:
20619         (gst_riff_read_strf_auds_with_data):
20620           Read extradata correctly (fixes #155879).
20621
20622 2004-12-16  David Schleef  <ds@schleef.org>
20623
20624         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
20625         audio.  does _not_ attempt or allow conversion unless channels
20626         is 1 or 2.
20627
20628 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20629
20630         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
20631
20632 2004-12-16  David Schleef  <ds@schleef.org>
20633
20634         * gst/audioscale/gstaudioscale.c: the resample library only
20635         handles 1 or 2 channels.  Change caps to compensate.
20636
20637 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20638
20639         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
20640         (gst_matroska_demux_audio_caps):
20641           Some MPEG-AAC hacks, because else it doesn't work...
20642
20643 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20644
20645         * gst-libs/gst/riff/riff-media.c:
20646         (gst_riff_create_video_caps_with_data),
20647         (gst_riff_create_video_template_caps):
20648           Add h264.
20649
20650 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20651
20652         * gst-libs/gst/audio/Makefile.am:
20653           Try to fix buildbot.
20654
20655 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20656
20657         * gst/tcp/gstmultifdsink.c:
20658           Clean up and uniformize debugging.
20659
20660 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
20661
20662         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20663
20664         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20665         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
20666         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
20667         (gst_mpeg_demux_change_state):
20668           Reset on ready. Fixes 160276.
20669
20670 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20671
20672         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20673
20674         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20675         (gst_ffmpegcsp_pad_link):
20676           Fix memleak (#154815).
20677
20678 2004-12-16  James Bowes  <bowes@cs.dal.ca>
20679
20680         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20681
20682         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
20683         (gst_musicbrainz_init), (gst_musicbrainz_chain),
20684         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
20685         * ext/musicbrainz/gsttrm.h:
20686           Add support for using a proxy server when getting a trm id from
20687           the MusicBrainz database (#149613).
20688
20689 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
20690
20691         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20692
20693         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
20694         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20695           Fix memleaks (#157233).
20696
20697 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20698
20699         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20700
20701         * gst-libs/gst/resample/resample.c: (gst_resample_close):
20702         * gst-libs/gst/resample/resample.h:
20703         * gst/audioscale/gstaudioscale.c:
20704           Fix memleak (#159215).
20705
20706 2004-12-16  Toni Willberg  <toniw@iki.fi>
20707
20708         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20709
20710         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20711         * sys/oss/oss_probe.c: (main):
20712           Check for mono/stereo support (similar to samplerate probing),
20713           fixes #159433. Also add missing copyright header to oss_probe.c.
20714
20715 2004-12-15  David Schleef  <ds@schleef.org>
20716
20717         * configure.ac: add audioresample and cairo plugins.  Remove
20718         HAVE_MMX stuff, because it's not used.
20719         * ext/Makefile.am: same
20720         * ext/audioresample/Makefile.am: You are not ready for an
20721         audio resampling element based on audioresample.
20722         * ext/audioresample/gstaudioresample.c:
20723         * ext/audioresample/gstaudioresample.h:
20724         * ext/cairo/Makefile.am: You are not ready for overlay elements
20725         based on cairo.  Don't look too closely, these elements kinda
20726         suck right now.
20727         * ext/cairo/gstcairo.c: new
20728         * ext/cairo/gsttextoverlay.c: new
20729         * ext/cairo/gsttextoverlay.h: new
20730         * ext/cairo/gsttimeoverlay.c: new
20731         * ext/cairo/gsttimeoverlay.h: new
20732         * gst-libs/gst/media-info/media-info-priv.h: fix compile
20733         problem with compilers that don't support variadic macros.
20734
20735 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20736
20737         Reviewed by:  David Schleef  <ds@schleef.org>
20738
20739         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
20740         Bala, registering sunaudiosrc (oops!), and cleaning up code a
20741         bit.  Also ran indent-gst.
20742         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
20743         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
20744         (gst_sunaudiosrc_setparams):
20745
20746 2004-12-14  David Schleef  <ds@schleef.org>
20747
20748         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
20749         output rate to 16000.  Should fix #160235.
20750
20751 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20752
20753         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
20754         Add typefinding for mpeg2 pes streams
20755
20756 2004-12-13  David Schleef  <ds@schleef.org>
20757
20758         * configure.ac:  Applied patch from bug #143659, making default
20759         sources and sinks OS-dependent (for Solaris), and added code
20760         for OS/X.
20761         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
20762
20763 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20764
20765         * gst-libs/gst/riff/riff-media.c:
20766           forgot to add h2.64 to avidemux template caps
20767
20768 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20769
20770         * gst/wavenc/riff.h:
20771         * gst-libs/gst/riff/riff-media.c:
20772         * gst-libs/gst/riff/riff-ids.h:
20773         * gst/avi/gstavimux.c
20774         add 4CC code for VideoSoft h264 in AVI (VSSH)
20775           fixes bug #160655
20776         remove s323 from riff, it's quicktime specific :(
20777
20778 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20779
20780         * gst/asfdemux/README
20781         * gst/wavenc/riff.h
20782         * gst-libs/gst/riff/riff-ids.h
20783         * gst-libs/gst/riff/riff-media.c
20784         * gst/qtdemux/qtdemux.c:
20785           add new 4CC codes for h263 related codecs
20786           fixes partially bug #155163
20787
20788 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
20789
20790         * configure.ac: Update polyaudio requirement to 0.7
20791         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
20792
20793 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20794
20795         * gst/interleave/deinterleave.c:
20796         fix my name's spelling! :)
20797
20798 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20799
20800         * AUTHORS ChangeLog
20801         * gst/auparse/gstauparse.c
20802         * gst/interleave/deinterleave.c
20803         * gst/law/:
20804                 alaw-decode.c alaw-encode.c
20805                 mulaw-decode.c mulaw-encode.c
20806         * gst/oneton/gstoneton.c
20807         * sys/osxaudio/:
20808                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
20809         * sys/osxvideo/:
20810                 cocoawindow.h cocoawindow.m
20811                 osxvideosink.h osxvideosink.m
20812
20813         put the same mail address for Zaheer Abbas Merali everywhere
20814
20815 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20816
20817         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
20818           Align by packetsize, and assert that we a packet available before
20819           playing. The first makes webstreams work (they often include
20820           trailing padding data in a packet), the second allows pausing a
20821           ASF stream in totem without getting demux errors afterwards.
20822
20823 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20824
20825         * ext/ogg/gstoggdemux.c: (get_relative):
20826           Check for non-NULL before accessing member (end-of-chain).
20827
20828 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20829
20830         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20831         (cdparanoia_set_property), (cdparanoia_get_property):
20832         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20833         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
20834         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20835         (dvdreadsrc_init), (dvdreadsrc_set_property),
20836         (dvdreadsrc_get_property):
20837         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
20838         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
20839           Synchronize property names where not yet the case. Devices are
20840           now device=X, other versions are deprecated (but still exist).
20841           Also use g_free() unconditionally.
20842         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20843         (setup_source), (gst_play_base_bin_get_property):
20844           Expose source.
20845
20846 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20847
20848         * configure.ac: move GCONF macro outside conditional for the am
20849           conditional. Fixes #160439
20850
20851 2004-12-08  David Schleef  <ds@schleef.org>
20852
20853         * tools/gst-visualise-m.m: Switch to elements that currently
20854         exist.
20855
20856 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20857
20858         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20859           We love wrong commas.
20860
20861 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20862
20863         * gst/matroska/matroska-demux.c:
20864         (gst_matroska_demux_handle_src_query):
20865           Don't set DEFAULT, unsupported - makes length display incorrectly
20866           in some cases.
20867
20868 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20869
20870         * gst/monoscope/README: remove blurb about files being GPL
20871         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
20872         * gst/monoscope/monoscope.c: Change license to BSD with explanation
20873           monoscope is now effectively LGPL licensed
20874
20875 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20876
20877         * gst/monoscope/README: Update information to be more correct
20878         * gst/monoscope/convolve.c: Relicense to LGPL
20879         * gst/monoscope/convolve.h: Relicense to LGPL
20880
20881 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
20882
20883         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20884           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
20885         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
20886           set default_duration for mpeg1 audio
20887
20888 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20889
20890         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
20891         * ext/alsa/gstalsa.h:
20892           refactor big chunks of the core caps negotiation code to make it
20893           a lot faster, because people claim it's really slow
20894           (actually, just cache the getcaps when the device is opened)
20895
20896 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20897
20898         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
20899         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
20900         (gst_a52dec_handle_frame), (gst_a52dec_chain),
20901         (gst_a52dec_change_state), (plugin_init):
20902         * ext/a52dec/gsta52dec.h:
20903           Do something useful with timestamps. Make chain-based (since
20904           there's really no reason to be loopbased).
20905         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20906           Update current_byte/frame correctly.
20907
20908 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20909
20910         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
20911         (gst_ape_demux_stream_init):
20912           Forward tags, too.
20913
20914 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20915
20916         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
20917           Let's make sure we're done typefinding when detecting tags.
20918
20919 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20920
20921         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
20922         (gst_ebml_read_init), (gst_ebml_read_use_event),
20923         (gst_ebml_read_element_id), (gst_ebml_peek_id),
20924         (gst_ebml_read_seek), (gst_ebml_read_skip),
20925         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
20926         (gst_ebml_read_master):
20927         * gst/matroska/ebml-read.h:
20928         * gst/matroska/matroska-demux.c:
20929         (gst_matroska_demux_parse_contents),
20930         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
20931           Disgustingly evil hack for working around INTERRUPT events and
20932           their extremely annoying habit of being a pain in the ass. We
20933           simply peek a cluster before reading any of it.
20934
20935 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20936
20937         * ext/musepack/gstmusepackdec.cpp:
20938           There's also floating point libmusepacks.
20939
20940 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20941
20942         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
20943         (gst_faad_chanpos_to_gst), (gst_faad_chain):
20944           Set DURATION even if source buffer didn't. Also use increasing
20945           timestamps.
20946         * gst-libs/gst/riff/riff-media.c:
20947         (gst_riff_create_audio_caps_with_data):
20948           Block_align can have larger values than 8192.
20949
20950 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20951
20952         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
20953         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
20954         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
20955         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
20956           Fix caps.
20957
20958 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20959
20960         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20961           Fix logic bug.
20962
20963 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20964
20965         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
20966           Yay, another one.
20967
20968 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20969
20970         * ext/esd/esdsink.c: (gst_esdsink_chain):
20971           Make error actually say something useful (fixes #156798).
20972         * gst-libs/gst/riff/riff-media.c:
20973         (gst_riff_create_video_caps_with_data),
20974         (gst_riff_create_video_template_caps):
20975           Add Intel Video 5.0 fourcc (IV50).
20976
20977 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
20978
20979         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
20980         detection on mono and stereo mp3 files.
20981
20982 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20983
20984         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20985           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
20986           the contained stream).
20987
20988 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20989
20990         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
20991           Oops, remove debug.
20992
20993 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20994
20995         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20996
20997         * gst/law/alaw-decode.c: (alawdec_getcaps):
20998         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
20999           Prevent warnings when negotiating caps (fixes #159338).
21000
21001 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21002
21003         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21004         (gst_ffmpegcsp_chain):
21005           Remove old leftover that shouldn't be there...
21006
21007 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21008
21009         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21010
21011         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21012           Don't forward DISCONT events (fixes #159684).
21013
21014 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21015
21016         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21017           Unlink manually since sometimes bin disposal (and therefore
21018           pad unlinking) is delayed, which will cause a new media file
21019           to not be able to start playing instantly.
21020
21021 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21022
21023         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21024           On mute of an unlinked stream, check for pad availability so
21025           we don't crash on unlinked pad.
21026
21027 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21028
21029         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21030         (gst_avi_demux_massage_index):
21031           Fix quite humiliating bug in omitting 0-sized index chunks but
21032           forgetting to count them for timestamps.
21033
21034 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21035
21036         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21037           Actually leave the loop if we failed to sync. Don't crash.
21038
21039 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21040
21041         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21042         (gst_dvd_demux_process_private):
21043         * gst/mpegstream/gstdvddemux.h:
21044           Fix crash (#159759). Doesn't work, though. :-(.
21045
21046 2004-11-28  Benjamin Otte  <otte@gnome.org>
21047
21048         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21049           more overwriting protection due to modifying channels one by one
21050           instead of all at once
21051
21052 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21053
21054         * gst/audioconvert/gstchannelmix.c:
21055         (gst_audio_convert_fill_normalize):
21056           Normalize using absolute values.
21057
21058 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21059
21060         * configure.ac:
21061         * ext/Makefile.am:
21062         * ext/directfb/Makefile.am:
21063         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21064         (gst_directfbvideosink_get_pixel_format),
21065         (gst_directfbvideosink_get_format_from_fourcc),
21066         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21067         (gst_directfbvideosink_sink_link),
21068         (gst_directfbvideosink_change_state),
21069         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21070         (gst_directfbvideosink_buffer_alloc),
21071         (gst_directfbvideosink_interface_supported),
21072         (gst_directfbvideosink_interface_init),
21073         (gst_directfbvideosink_navigation_send_event),
21074         (gst_directfbvideosink_navigation_init),
21075         (gst_directfbvideosink_set_property),
21076         (gst_directfbvideosink_get_property),
21077         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21078         (gst_directfbvideosink_base_init),
21079         (gst_directfbvideosink_class_init),
21080         (gst_directfbvideosink_get_type), (plugin_init):
21081         * ext/directfb/directfbvideosink.h: Adding a first version of
21082         directfbvideosink.
21083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21084         more.
21085
21086 2004-11-28  Benjamin Otte  <otte@gnome.org>
21087
21088         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21089           walk the samples backwards if out_channels > in_channels so we don't
21090           overwrite data
21091
21092 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21093
21094         * gst/audioconvert/Makefile.am:
21095         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21096         (gst_audio_convert_link), (gst_audio_convert_change_state),
21097         (gst_audio_convert_channels):
21098         * gst/audioconvert/gstchannelmix.c:
21099         (gst_audio_convert_unset_matrix),
21100         (gst_audio_convert_fill_identical),
21101         (gst_audio_convert_fill_compatible),
21102         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21103         (gst_audio_convert_fill_others),
21104         (gst_audio_convert_fill_normalize),
21105         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21106         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21107         * gst/audioconvert/gstchannelmix.h:
21108           Implement a channel mixer.
21109
21110 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21111
21112         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21113         * ext/alsa/gstalsa.h:
21114         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21115         Make alsasink actually honor gst_element_set_clock and use that
21116         clock instead of its internal one.
21117
21118 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21119
21120         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21121         (gst_play_base_bin_change_state): nullify source and decoder when
21122         going from READY to NULL so that we don't try to do weird stuff with
21123         them when going from NULL to READY
21124         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21125         instead of g_object_unref
21126         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21127         it should be correct
21128         (gst_play_bin_change_state): don't call remove_sinks if we are
21129         currently disposing the object
21130
21131 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21132
21133         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21134           Don't forget bass if it's there. Else left channel is silent...
21135
21136 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21137
21138         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21139         (gst_a52dec_change_state):
21140           Don't do sample adjusting anymore, we use float audio now.
21141         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21142           Don't fixate to non-existing properties.
21143
21144 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21145
21146         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21147         (gst_a52dec_change_state):
21148           Advertise that we can do surround sound.
21149
21150 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21151
21152         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21153           Add buffer-frames=0.
21154         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21155         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21156         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21157         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21158         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21159         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21160         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21161         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21162         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21163         * ext/dvdread/dvdreadsrc.h:
21164           Add seeking, querying for bytes, sectors, title, angle and
21165           chapter. Handle multiple chapters. Relicense to LGPL because
21166           Billy agreed on that (thanks Billy!).
21167
21168 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21169
21170         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21171         call parent dispose method
21172
21173 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21174
21175         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21176         (gst_audio_clock_get_internal_time):
21177         Fix active <-> inactive transitions: ensure time value always
21178         grows and avoid abrupt value changes.
21179
21180 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21181
21182         * configure.ac:
21183         * gst/tta/Makefile.am:
21184         * gst/tta/crc32.h:
21185         * gst/tta/filters.h:
21186         * gst/tta/gsttta.c:
21187         * gst/tta/gstttadec.c:
21188         * gst/tta/gstttadec.h:
21189         * gst/tta/gstttaparse.c:
21190         * gst/tta/gstttaparse.h:
21191         * gst/tta/ttadec.h:
21192           added TTA parser and decoder
21193
21194 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21195
21196         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21197         (probe_triggered), (check_queue), (buffer_underrun),
21198         (buffer_running), (buffer_overrun), (gen_source_element),
21199         (setup_source):
21200         * gst/playback/gstplaybasebin.h:
21201           Implement buffering. Needs some more work.
21202
21203 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21204
21205         * ext/theora/theoradec.c: (theora_dec_chain):
21206           Fix ilog mask range overflow.
21207
21208 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21209
21210         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21211           Don't omit the last (which in case of dmix is the only :) )
21212           channel count. Don't set channels if <= 2.
21213
21214 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21215
21216         * gst/playback/gstplaybin.c: (gen_video_element),
21217         (gen_audio_element): Removed 2 obsolete comments
21218
21219 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21220
21221         * ext/vorbis/oggvorbisenc.c
21222         * ext/vorbis/vorbisenc.c :
21223           change description fields of those plugins to differentiate them
21224           (pitivi show Encoders by description, they had the same one)
21225
21226 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21227
21228         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21229
21230         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21231         (gst_play_bin_set_property), (gen_video_element),
21232         (gen_audio_element):
21233           Refcounting fixes for provided audio-/videosinks.
21234
21235 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21236
21237         * gst/playback/gstplaybin.c: (gen_video_element),
21238         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21239           Don't reference all sinks, but only the video- and audiosinks.
21240           The vis. element should be disposed when we're done with it.
21241           We don't have any reason to keep it around. This fixes warnings
21242           when reusing playbin for playing multiple audio files with
21243           vis. enabled. Also release audio device on pause - idea stolen
21244           from Rhythmbox.
21245
21246 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21247
21248         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21249         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21250         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21251         * ext/alsa/gstalsaplugin.c: (plugin_init):
21252         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21253         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21254         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21255         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21256         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21257         (gst_faad_change_state), (plugin_init):
21258         * ext/faad/gstfaad.h:
21259         * ext/vorbis/vorbis.c: (plugin_init):
21260         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21261         * gst-libs/gst/audio/Makefile.am:
21262         * gst-libs/gst/audio/audio.c: (plugin_init):
21263         * gst-libs/gst/audio/multichannel.c:
21264         (gst_audio_check_channel_positions),
21265         (gst_audio_get_channel_positions),
21266         (gst_audio_set_channel_positions),
21267         (gst_audio_set_structure_channel_positions_list),
21268         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21269         (gst_audio_fixate_channel_positions):
21270         * gst-libs/gst/audio/multichannel.h:
21271         * gst-libs/gst/audio/testchannels.c: (main):
21272         * gst/audioconvert/gstaudioconvert.c:
21273         (gst_audio_convert_class_init), (gst_audio_convert_init),
21274         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21275         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21276         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21277         * gst/audioconvert/plugin.c: (plugin_init):
21278           Surround sound support.
21279
21280 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21281
21282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21283           Fix position for discont if we're close as well. Nitpicking, but
21284           saves a few milliseconds of extra waiting or skipping.
21285
21286 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21287
21288         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21289           We sometimes need parsers for playback, so add those too.
21290
21291 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21292
21293         * configure.ac:
21294         * gst/apetag/Makefile.am:
21295         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21296         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21297         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21298         (gst_ape_demux_get_src_query_types),
21299         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21300         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21301         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21302         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21303         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21304         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21305         (gst_ape_demux_change_state):
21306         * gst/apetag/apedemux.h:
21307         * gst/apetag/apetag.c: (plugin_init):
21308         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21309         (plugin_init):
21310           APE v1/2 tag reader plus typefind function.
21311
21312 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21313
21314         * configure.ac:
21315         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21316         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21317           Remove hacks for older core. Require newer core version
21318           accordingly.
21319
21320 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21321
21322         * gst/cdxaparse/Makefile.am:
21323         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21324         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21325         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21326         * gst/cdxaparse/gstcdxaparse.h:
21327         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21328         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21329         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21330         (gst_cdxastrip_get_src_query_types),
21331         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21332         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21333         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21334         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21335         * gst/cdxaparse/gstcdxastrip.h:
21336           SVCD/VCD header stripping separated from CDXA image parsing.
21337         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21338         (plugin_init):
21339           Add VCD/SVCD header typefinding for VCD/SVCD.
21340         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21341         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21342         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21343         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21344         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21345         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21346         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21347         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21348         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21349         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21350         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21351         * sys/vcd/vcdsrc.h:
21352           Fix up, add seeking, querying, URI interface. Works in totem now.
21353
21354 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21355
21356         * configure.ac:
21357           back to CVS
21358
21359 === release 0.8.6 ===
21360
21361 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21362
21363         * NEWS:
21364         * RELEASE:
21365         * configure.ac:
21366         * po/af.po:
21367         * po/az.po:
21368         * po/cs.po:
21369         * po/en_GB.po:
21370         * po/hu.po:
21371         * po/it.po:
21372         * po/nb.po:
21373         * po/nl.po:
21374         * po/or.po:
21375         * po/sq.po:
21376         * po/sr.po:
21377         * po/sv.po:
21378         * po/uk.po:
21379           releasing 0.8.6, "IOU Love"
21380
21381 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21382
21383         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21384
21385         * gst/playback/gstplaybasebin.c:
21386           Fix unplayable files error handling.  Fixes #158365
21387
21388 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21389
21390         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21391
21392         * gst/typefind/gsttypefindfunctions.c:
21393           Fix broken mp3 typefinding.  Fixes #158375
21394
21395 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21396
21397         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21398
21399         * ext/ogg/gstoggdemux.c:
21400           Fix sync on broken files.  Fixes #158976
21401
21402 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21403
21404         patch by: Edward Hervey <bilboed@bilboed.com>
21405
21406         * ext/libpng/gstpngenc.c:
21407           Copy over buffer properties.  Fixes #158832
21408
21409 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21410
21411         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21412
21413         * ext/dvdread/dvdreadsrc.c:
21414           Fixes invalid reads (#158462)
21415
21416 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21417
21418         * sys/v4l/gstv4lsrc.c:
21419         * sys/v4l/gstv4lsrc.h:
21420         * sys/v4l/v4lsrc_calls.c:
21421           Probe less and cache it.  Fixes #159187.
21422
21423 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21424
21425         * gst/videorate/gstvideorate.c:
21426           Handle all video formats. Fixes #159186.
21427
21428 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21429         * gst/synaesthesia/gstsynaesthesia.c:
21430         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21431         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21432         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21433         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21434         (gst_synaesthesia_change_state), (plugin_init):
21435         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21436         Force 320x200 output, as that's the only thing the underlying
21437         synaesthesia implementation supports. Still needs to be made
21438         re-entrant.
21439
21440 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21441
21442         * configure.ac:
21443           Fix mpeg2enc configure check (similar to mplex check below).
21444
21445 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21446
21447         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21448
21449         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21450           Fix for gcc-2.95 (fixes #158221).
21451
21452 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21453
21454         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21455           Re-add clock distribution hack (until new core is released).
21456           Fixes #158125.
21457
21458 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21459         * configure.ac:
21460           fix mplex configure check segfaulting on some systems (bug #140994)
21461
21462 2004-11-13  Benjamin Otte  <otte@gnome.org>
21463
21464         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21465           add debugging
21466         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21467           do a wait when we enter the loop func with no data available to
21468           write instead of getting into an 100% CPU loop by just returning and
21469           being called again by the scheduler
21470
21471 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21472
21473         * configure.ac:
21474         * ext/libvisual/visual.c: (gst_visual_get_type),
21475         (libvisual_log_handler), (gst_visual_getcaps),
21476         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21477         (plugin_init):
21478           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21479         * ext/smoothwave/Makefile.am:
21480         * ext/smoothwave/demo-osssrc.c: (main):
21481         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21482         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21483         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21484         (plugin_init):
21485         * ext/smoothwave/gstsmoothwave.h:
21486           Make gstsmoothwave a working element in the 20th century.
21487
21488         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21489           Fix incorrect link function
21490
21491 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21492
21493         * gst/volume/gstvolume.c:
21494           Allow buffer-frames=0.
21495
21496 2004-11-12 Iain <iaingnome@gmail.com>
21497
21498         * configure.ac: Check for polypaudio
21499
21500         * ext/Makefile.am: Build the polyp dir
21501
21502         * ext/polyp: The polypsink sources.
21503
21504 2004-10-30 Iain <iaingnome@gmail.com>
21505
21506         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
21507         caps to reflect the new number of channels.
21508
21509 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21510
21511         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21512           Fix for negotiation order problem. This would show when the
21513           ALSA loopfuction was called before any other function. ALSA
21514           wouldn't do anything because we're not negotiated yet, leading
21515           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
21516
21517 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21518
21519         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21520
21521         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21522           No warnings (#157986).
21523
21524 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21525
21526         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21527           Prefer apev1/2 and id3v1 (at end of file) over musepack.
21528
21529 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21530
21531         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
21532           Signal no-more-pads (so it works in playbin).
21533
21534 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21535
21536         * ext/musepack/gstmusepackreader.cpp:
21537           Workaround for older core.
21538
21539 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21540
21541         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
21542           Actually test for odd width/height rather than testing whether
21543           a temporary variable that was 0 before we subtracted 1 is now
21544           not equal to zero (which it always is).
21545
21546 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21547
21548         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21549         Fix compilation if HAVE_XVIDEO is not defined
21550
21551 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21552
21553         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21554         Fix compilation if HAVE_XVIDEO is not defined
21555
21556 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
21557
21558         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
21559         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
21560         (gst_goom_change_state), (plugin_init):
21561         Use the bytestream adapter so goom doesn't depend on the input
21562         buffer size.
21563         Add a debug category
21564
21565 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21566
21567         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21568           Only set hardware parameters *after* negotiation. Before
21569           negotiation, it will set ANY and that seems to cause crashes
21570           (see e.g. #151288, #153227).
21571
21572 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21573
21574         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21575           This seems to be antique leftover. It needs to pass error
21576           checking.
21577         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21578         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
21579         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
21580         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
21581           Fix GstXOverlay implementation (#151059).
21582
21583 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21584
21585         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21586           Don't assert (#157853).
21587
21588 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21589
21590         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21591           Fix bytes/samples confustion.
21592         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
21593           Fix for underrun (#144389).
21594
21595 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21596
21597         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21598           Disable halfway-seek for pending release (since it needs a new
21599           core release).
21600
21601 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21602
21603         * sys/v4l/gstv4lsrc.c:
21604         * sys/v4l/gstv4lsrc.h:
21605         * sys/v4l/v4lsrc_calls.c:
21606           add autoprobe-fps property so we can separate autoprobing parts
21607
21608 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21609
21610         * sys/v4l/gstv4lsrc.c:
21611         * sys/v4l/v4lsrc_calls.c:
21612         initialise fourcc to catch unset fourcc's, and debug
21613
21614 2004-11-09  Wim Taymans  <wim@fluendo.com>
21615
21616         * gst/playback/README:
21617         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21618         * gst/playback/gstplaybin.c: (gst_play_bin_init),
21619         (gst_play_bin_dispose), (gst_play_bin_set_property),
21620         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
21621         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
21622         (gst_play_bin_get_formats), (gst_play_bin_convert),
21623         (gst_play_bin_get_query_types), (gst_play_bin_query):
21624         Cleanups and some more documentation.
21625
21626 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
21627
21628         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21629         (gst_cacasink_init), (gst_cacasink_chain):
21630         * ext/libcaca/gstcacasink.h:
21631         Cacasink inherits from VideoSink, so let that store the clock.
21632
21633 2004-11-09  Wim Taymans  <wim@fluendo.com>
21634
21635         * gst/playback/README:
21636         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
21637         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
21638         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
21639         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
21640         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
21641         (setup_sinks):
21642         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
21643         (gst_stream_info_is_mute), (gst_stream_info_set_property):
21644         * gst/playback/gststreaminfo.h:
21645         Updated README.
21646         Only switch groups if all streams have muted (EOSed).
21647         Send Tags in sync with the stream playback instead of in
21648         the playback/preroll phase.
21649         Some cleanups, free the fakesrc elements.
21650
21651 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21652
21653         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
21654           buffer-frames property was missing
21655         * ext/arts/gst_arts.c:
21656           rate missing from sinkcaps
21657         * ext/audiofile/gstafparse.c:
21658         * ext/audiofile/gstafsink.c:
21659         * ext/audiofile/gstafsrc.c:
21660         * ext/swfdec/gstswfdec.c:
21661           int audio doesn't know buffer-frames
21662         * ext/cdparanoia/gstcdparanoia.c:
21663           int audio doesn't know chunksize either
21664         * ext/nas/nassink.c:
21665           it's endianness, not endianess
21666         * gst-libs/gst/audio/audio.h:
21667           make float standard pad template caps really describe float
21668         * gst/law/mulaw.c: (linear_factory):
21669           signed only, please
21670         * gst/mpegstream/gstdvddemux.c:
21671           widths of 20 are not valid
21672
21673 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21674
21675         Submitted by: Luca Ferretti <elle.uca@infinito.it>
21676
21677         * po/LINGUAS:
21678         * po/it.po:
21679           Add Italian
21680
21681 2004-11-08  Wim Taymans  <wim@fluendo.com>
21682
21683         * gst/playback/README:
21684         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21685         * gst/playback/gstplaybasebin.c: (probe_triggered),
21686         (gst_play_base_bin_change_state):
21687         Updated README, added more comments for fixmes etc..
21688
21689 2004-11-08  Wim Taymans  <wim@fluendo.com>
21690
21691         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21692         We can remove this hack now.
21693
21694 2004-11-08  Wim Taymans  <wim@fluendo.com>
21695
21696         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
21697         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21698         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21699         Only mix AYUV for maximum quality.
21700
21701 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21702
21703         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
21704         (gst_ogg_demux_push), (gst_ogg_pad_push):
21705           Let's act as if we're synchronized now! :).
21706         * ext/theora/theoradec.c: (theora_dec_chain):
21707           Add some debug.
21708
21709 2004-11-08  Wim Taymans  <wim@fluendo.com>
21710
21711         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21712         (gst_alpha_set_property), (gst_alpha_sink_link),
21713         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
21714         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
21715         (gst_alpha_init_params), (gst_alpha_chain):
21716         Implement alpha functions for AYUV too, this increases
21717         accuracy quite a bit.
21718
21719 2004-11-08  Wim Taymans  <wim@fluendo.com>
21720
21721         * gst/ffmpegcolorspace/avcodec.h:
21722         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21723         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21724         (gst_ffmpegcsp_avpicture_fill):
21725         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21726         (gst_ffmpegcsp_caps_remove_format_info):
21727         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21728         (shrink12), (img_get_alpha_info), (deinterlace_line),
21729         (deinterlace_line_inplace):
21730         * gst/ffmpegcolorspace/imgconvert_template.h:
21731         Added AYUV colorspace and handle RGBA a bit more respectful.
21732
21733 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21734
21735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21736           Actually always send a discont (cornercase when resending the
21737           same serial-tagged chain twice).
21738
21739 2004-11-08  Julien MOUTTE  <julien@moutte.net>
21740
21741         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
21742         (gst_ximagesink_finalize):
21743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
21744         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
21745
21746 2004-11-08  Wim Taymans  <wim@fluendo.com>
21747
21748         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
21749         Don't segfault on NULL data.
21750
21751 2004-11-08  Wim Taymans  <wim@fluendo.com>
21752
21753         * gst/playback/gstdecodebin.c: (unlinked):
21754         * gst/playback/gstplay-marshal.list:
21755         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21756         (gst_play_base_bin_init), (group_create), (get_active_group),
21757         (get_building_group), (group_destroy), (group_commit),
21758         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
21759         (add_element_stream), (no_more_pads), (probe_triggered),
21760         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
21761         (state_change), (setup_source), (gst_play_base_bin_get_property),
21762         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
21763         (gst_play_base_bin_link_stream),
21764         (gst_play_base_bin_get_streaminfo):
21765         * gst/playback/gstplaybasebin.h:
21766         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21767         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
21768         Add support for chained ogg files. Prepare for playlist
21769         support. This patch introduces the concept of pad groups, which
21770         together compose one playable media file.
21771
21772 2004-11-07  David Schleef  <ds@schleef.org>
21773
21774         * testsuite/gst-lint: Check for pad templates that aren't statically
21775         scoped.
21776
21777 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21778
21779         * configure.ac:
21780         * ext/Makefile.am:
21781         * ext/musepack/Makefile.am:
21782         * ext/musepack/gstmusepackdec.cpp:
21783         * ext/musepack/gstmusepackdec.h:
21784         * ext/musepack/gstmusepackreader.cpp:
21785         * ext/musepack/gstmusepackreader.h:
21786           Add musepack decoder.
21787         * ext/faad/gstfaad.c: (gst_faad_base_init):
21788           Make pad templates static.
21789         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21790         (plugin_init):
21791           Add musepack typefinder, make mp3 typefinding work halfway stream,
21792           which doesn't actually work yet because id3demux doesn't implement
21793           _get_length().
21794
21795 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21796
21797         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21798         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
21799           Fix interrupt event handling (#144436).
21800
21801 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21802
21803         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
21804           Hide unused glory.
21805
21806 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21807
21808         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21809
21810         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21811           Fix weird caps (#157548).
21812
21813 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21814
21815         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21816
21817         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
21818           Add missing NULL terminator (#157543).
21819
21820 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21821
21822         * gst/tcp/gsttcp.h:
21823         * gst/tcp/gsttcpclientsink.c:
21824         * gst/tcp/gsttcpclientsrc.c:
21825         * gst/tcp/gsttcpserversink.c:
21826         * gst/tcp/gsttcpserversrc.c:
21827           ports can go up to 65535.  Move common defines to gsttcp.h
21828
21829 2004-11-05  Wim Taymans  <wim@fluendo.com>
21830
21831         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
21832         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
21833         Added two more colorspaces.
21834
21835 2004-11-05  Wim Taymans  <wim@fluendo.com>
21836
21837         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21838         (gst_ffmpegcsp_avpicture_fill):
21839         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21840         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
21841         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
21842         More stride fixes.
21843
21844 2004-11-05  Wim Taymans  <wim@fluendo.com>
21845
21846         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
21847         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
21848         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21849         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
21850         (gst_videomixer_loop):
21851         More stride fixes.
21852
21853 2004-11-05  Benjamin Otte  <otte@gnome.org>
21854
21855         * ext/mad/gstmad.c: (gst_mad_chain):
21856           don't overflow data buffer. Flush not needed sync data when syncing
21857           failed.
21858
21859 2004-11-04  Wim Taymans  <wim@fluendo.com>
21860
21861         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21862         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
21863         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
21864         (gst_alpha_init_params), (gst_alpha_chain),
21865         (gst_alpha_change_state):
21866         Updated the chroma keying algorithm with something more
21867         sophisticated.
21868
21869 2004-11-03  Wim Taymans  <wim@fluendo.com>
21870
21871         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21872         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21873         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21874         Fix stride issues. Does not completely work for odd
21875         heights.
21876
21877 2004-11-03  Wim Taymans  <wim@fluendo.com>
21878
21879         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21880         (gst_alpha_chroma_key), (gst_alpha_chain):
21881         Fix stride issues. Does not completely work for odd
21882         heights.
21883
21884 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
21885
21886         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21887         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
21888         leak fixes
21889
21890 2004-11-03  Wim Taymans  <wim@fluendo.com>
21891
21892         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21893         (gst_ffmpegcsp_avpicture_fill):
21894         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21895         (avpicture_alloc):
21896         * gst/ffmpegcolorspace/imgconvert_template.h:
21897         Use correct _fill function to get correct strides.
21898
21899 2004-11-02  David Schleef  <ds@schleef.org>
21900
21901         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21902         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
21903         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
21904         Change all g_print()s to debugging.  Add a bunch of consistency
21905         checks.
21906
21907 2004-11-02  Wim Taymans  <wim@fluendo.com>
21908
21909         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21910         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
21911         (unlinked), (no_more_pads), (close_link):
21912         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21913         (unknown_type), (add_element_stream), (new_decoded_pad),
21914         (removed_decoded_pad), (setup_source):
21915         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
21916         (gst_stream_info_class_init), (gst_stream_info_init),
21917         (gst_stream_info_new), (gst_stream_info_dispose),
21918         (stream_info_mute_pad), (gst_stream_info_set_property),
21919         (gst_stream_info_get_property):
21920         * gst/playback/gststreaminfo.h:
21921         Fix playback of multiple files.
21922         a slightly different approach to handling dynamic pad removals.
21923         This one only looks at pads that we have linked.
21924
21925 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
21926
21927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
21928         free" warning from libc.
21929
21930 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21931
21932         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21933         (get_unconnected_element), (remove_starting_from), (pad_removed),
21934         (close_link):
21935           Implement support for dynamic pad changing. We listen to "live"
21936           pad removals (i.e. while playing) and re-setup autoplugging
21937           after that. Playbasebin/playbin need some more work for this
21938           to finally work, but decodebin supports (and replugs) chained
21939           ogg now.
21940
21941 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
21942
21943         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
21944         (gst_alsa_finalize):
21945         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
21946         (gst_cdaudio_finalize):
21947         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21948         (cdparanoia_finalize):
21949         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
21950         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
21951         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21952         (dvdreadsrc_finalize):
21953         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
21954         (gst_flacdec_finalize):
21955         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
21956         (gst_flacenc_finalize):
21957         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
21958         (gst_gnomevfssink_finalize):
21959         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
21960         (gst_gnomevfssrc_finalize):
21961         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
21962         (gst_fameenc_finalize):
21963         * ext/nas/nassink.c: (gst_nassink_class_init),
21964         (gst_nassink_finalize):
21965         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
21966         (gst_sdlvideosink_class_init):
21967         * ext/sndfile/gstsf.c: (gst_sf_dispose):
21968         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
21969         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
21970         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
21971         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21972         (gst_x_window_listener_dispose):
21973         * gst/audioscale/gstaudioscale.c:
21974         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
21975         (play_on_demand_finalize):
21976         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
21977         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
21978         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
21979         (cdplayer_finalize):
21980         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
21981         (gst_glimagesink_class_init):
21982         * sys/oss/gstosselement.c: (gst_osselement_class_init),
21983         (gst_osselement_finalize):
21984         * sys/oss/gstosssink.c: (gst_osssink_dispose):
21985         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
21986         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
21987           Fixes a bunch of problems with finalize and dispose functions,
21988           either assumptions that dispose is only called once, or not calling
21989           the parent class dispose/finalize function
21990
21991 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
21992
21993         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
21994           added two api precondition guards
21995           use g_strdup with getenv to fix crash when using ENVVAR
21996
21997 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
21998         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21999         (gst_esdsink_finalize):
22000         Use a finalize function, not dispose, and more importantly,
22001         call the parent class finalize function too
22002
22003 2004-11-01  Johan Dahlin  <johan@gnome.org>
22004
22005         * ext/ogg/gstoggdemux.c:
22006         * gst/tags/gstvorbistag.c:
22007         Plug leaks.
22008
22009 2004-10-31  Benjamin Otte  <otte@gnome.org>
22010
22011         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22012           lotsa memleaks today. But they're all small...
22013
22014 2004-10-31  Benjamin Otte  <otte@gnome.org>
22015
22016         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22017           another memleak crushed
22018
22019 2004-10-31  Benjamin Otte  <otte@gnome.org>
22020
22021         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22022           fix memleak
22023
22024 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22025
22026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22027           Hack to prevent crash when going to READY inside signal handler
22028           while this function is active.
22029
22030 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22031
22032         * gst/ffmpegcolorspace/Makefile.am:
22033         * gst/ffmpegcolorspace/avcodec.h:
22034         * gst/ffmpegcolorspace/common.h:
22035         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22036         * gst/ffmpegcolorspace/dsputil.h:
22037         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22038         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22039         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22040         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22041         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22042         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22043         (gst_ffmpegcsp_avpicture_fill):
22044         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22045         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22046         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22047         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22048         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22049         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22050         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22051         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22052         * gst/ffmpegcolorspace/imgconvert.c:
22053         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22054         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22055         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22056         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22057         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22058         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22059         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22060         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22061         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22062         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22063         (grow21), (grow22), (grow41), (grow44), (conv411),
22064         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22065         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22066         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22067         (avpicture_free), (is_yuv_planar), (img_convert),
22068         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22069         (deinterlace_line_inplace), (deinterlace_bottom_field),
22070         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22071         * gst/ffmpegcolorspace/imgconvert_template.h:
22072         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22073         * gst/ffmpegcolorspace/mmx.h:
22074         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22075         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22076         (av_freep), (avcodec_get_context_defaults),
22077         (avcodec_alloc_context), (avcodec_init):
22078           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22079           handling plus update from ffmpeg CVS. Large clean-up.
22080
22081 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22082
22083         * gst/playback/Makefile.am:
22084           We need the marshallers for decodebin, too.
22085
22086 2004-10-30  David Schleef  <ds@schleef.org>
22087
22088         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22089           quicktime typefinding work with 64-bit offsets.
22090
22091 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22092
22093         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22094           Set EOS on the element when processing an EOS event.
22095         * ext/speex/gstspeexdec.h:
22096         * ext/speex/gstspeexenc.h:
22097           Only keep a const ptr to the mode
22098         * gst-libs/gst/riff/riff-media.c:
22099         (gst_riff_create_audio_caps_with_data),
22100         (gst_riff_create_audio_template_caps):
22101           Allow WMAV3, with up to 6 channels.
22102         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22103           Don't call gst_pad_set_event_function on a sink pad.
22104         * gst/mpegstream/gstdvddemux.c:
22105         (gst_dvd_demux_get_subpicture_stream),
22106         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22107           Copy the explicit caps that were set across to the cur_* pads,
22108           instead of trying to use a possibly non-existent negotiated caps.
22109           Reset the type of subpicture pads to UNKNOWN after calling
22110           init_stream, so that the caps get set.
22111
22112 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22113
22114         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22115
22116         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22117           Don't touch buffer if it is of size 0 (fixes #151064).
22118
22119 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22120
22121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22122           Synchronized discont handling.
22123
22124 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22125
22126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22127         (gst_ogg_demux_push):
22128           Make seeking sort-of exact again (fixes #156387).
22129
22130 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22131
22132         * gst/playback/gstplaybasebin.c: (unknown_type),
22133         (add_element_stream), (new_decoded_pad),
22134         (gst_play_base_bin_change_state):
22135         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22136         (gst_stream_info_init), (gst_stream_info_new),
22137         (gst_stream_info_dispose), (gst_stream_info_get_property):
22138         * gst/playback/gststreaminfo.h:
22139           Make caps explicitely available. Makes testing for unsupported
22140           types possible. Improves error reporting.
22141
22142 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22143
22144         * gst/audioconvert/gstaudioconvert.c:
22145         (gst_audio_convert_buffer_to_default_format):
22146           Really don't touch read-only buffers (#156563).
22147
22148 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22149
22150         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22151
22152         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22153           Fix memleak (#155223).
22154
22155 2004-10-29  Wim Taymans  <wim@fluendo.com>
22156
22157         * gst/tcp/.cvsignore:
22158         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22159         (gst_multifdsink_class_init), (gst_multifdsink_init),
22160         (gst_multifdsink_add), (gst_multifdsink_remove),
22161         (gst_multifdsink_remove_client_link), (is_sync_frame),
22162         (gst_multifdsink_new_client),
22163         (gst_multifdsink_handle_client_write),
22164         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22165         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22166         (gst_multifdsink_get_property):
22167         * gst/tcp/gstmultifdsink.h:
22168         Added burst on connect sync_method, deprecated sync_clients,
22169         streamlined the sync code some more.
22170
22171 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22172
22173         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22174         (gst_play_base_bin_change_state):
22175           Improve error reporting.
22176
22177 2004-10-28  Wim Taymans  <wim@fluendo.com>
22178
22179         * gst/tcp/Makefile.am:
22180         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22181         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22182         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22183         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22184         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22185         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22186         (gst_fdset_wait):
22187         Added more locks around fdset structures. Fixed/reworked
22188         the poll array resizing code.
22189         Added stress test for fdset.
22190
22191 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22192
22193         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22194         fix build
22195
22196 2004-10-28  Benjamin Otte  <otte@gnome.org>
22197
22198         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22199           fix link function to always query channels and query width for
22200           floats
22201         * configure.ac:
22202           add equalizer dir
22203         * gst/equalizer/Makefile.am:
22204         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22205         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22206         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22207         (arg_to_scale), (setup_filter),
22208         (gst_iir_equalizer_compute_frequencies),
22209         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22210         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22211         (plugin_init):
22212           add an equalizer
22213
22214 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22215
22216         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22217
22218         * po/LINGUAS:
22219         * po/nb.po:
22220           Added Norwegian Bokmaal translation
22221
22222 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22223
22224         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22225           Don't break on options (fixes #156488).
22226
22227 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22228
22229         * configure.ac:
22230         * ext/cdaudio/Makefile.am:
22231         * sys/Makefile.am:
22232           fix build on older automake
22233
22234 2004-10-26  Wim Taymans  <wim@fluendo.com>
22235
22236         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22237         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22238         Allow a little margin when negotiating the framerate.
22239
22240 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22241
22242         * gst/level/gstlevel.c:
22243           synchonised naming of pads and pad-templates
22244
22245 2004-10-26  Wim Taymans  <wim@fluendo.com>
22246
22247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22248         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22249         (_find_streams_check), (gst_ogg_demux_push):
22250         Fix EOS again. Needs to be done in a better way. We should not
22251         remove the pad if there is no new chained stream.
22252
22253 2004-10-26 Iain <iaingnome@gmail.com>
22254
22255         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22256         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22257         of the caps.
22258         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22259         pad.
22260         (interleave_release_pad): Remove the pad.
22261         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22262         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22263         the set device.
22264         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22265         attrs
22266         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22267         (gst_xvimagesink_finalize): Free the par.
22268
22269 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22270
22271         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22272         (gst_avimux_stop_file):
22273           First calculate the rate, and only then use it. Hdr.rate is a
22274           multiple and not a derivative of hdr.scale. Scale is not the
22275           same as blockalign but is solely related to rate.
22276
22277 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22278
22279         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22280         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22281           Implement seeking.
22282
22283 2004-10-25  James Henstridge  <james@jamesh.id.au>
22284
22285         Reviewed by:  David Schleef  <ds@schleef.org>
22286
22287         * examples/gstplay/player.c: (got_stream_length), (main):
22288         * examples/seeking/cdplayer.c: (update_scale):
22289         * examples/seeking/seek.c: (format_value), (update_scale):
22290         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22291         (stop_seek):
22292         Build fixes on AMD64.
22293
22294 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22295
22296         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22297
22298         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22299         Fix for some v4l cards which hang in v4lsrc
22300
22301 2004-10-25  Wim Taymans  <wim@fluendo.com>
22302
22303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22304         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22305         Make sure to remove the pad when a new chain is
22306         encountered. Set some vars to NULL so we don't try
22307         to reference freed memory.
22308
22309 2004-10-25  Wim Taymans  <wim@fluendo.com>
22310
22311         * examples/seeking/Makefile.am:
22312         * examples/seeking/cdplayer.c: (update_scale):
22313         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22314         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22315         (format_value), (update_scale), (iterate), (start_seek),
22316         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22317         (print_usage), (main):
22318         Added some more examples, update others.
22319
22320 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22321
22322         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22323         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22324         * ext/theora/theoradec.c: (theora_dec_chain):
22325         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22326           Add codec-name metadata.
22327
22328 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22329
22330         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22331
22332         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22333         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22334         * ext/alsa/gstalsamixertrack.h:
22335         * po/POTFILES.in:
22336           ALSA mixer track label internationalization (#154054).
22337
22338 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22339
22340         * ext/theora/theoradec.c: (theora_dec_chain):
22341           Export bitrate as metadata.
22342
22343 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22344
22345         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22346         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22347         * ext/alsa/gstalsamixertrack.h:
22348           Fix names, fix loop.
22349
22350 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22351
22352         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22353         (speex_dec_convert):
22354           sinkconvert function so oggdemux can get the file length (totem).
22355
22356 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22357
22358         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22359
22360         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22361           Don't push incomplete packets.
22362         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22363           Fix MPEG-4 audio typefinding.
22364
22365 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22366
22367         * sys/v4l/Makefile.am:
22368         * sys/v4l/gstv4l.c: (plugin_init):
22369         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22370         (gst_v4lelement_init), (gst_v4lelement_dispose),
22371         (gst_v4lelement_change_state):
22372         * sys/v4l/gstv4lelement.h:
22373         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22374         (gst_v4l_xoverlay_close), (idle_refresh),
22375         (gst_v4l_xoverlay_set_xwindow_id):
22376         * sys/v4l/gstv4lxoverlay.h:
22377         * sys/v4l/v4l-overlay_calls.c:
22378         * sys/v4l/v4l_calls.h:
22379         * sys/v4l2/Makefile.am:
22380         * sys/v4l2/gstv4l2.c: (plugin_init):
22381         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22382         (gst_v4l2element_init), (gst_v4l2element_dispose),
22383         (gst_v4l2element_change_state):
22384         * sys/v4l2/gstv4l2element.h:
22385         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22386         (gst_v4l2_xoverlay_close), (idle_refresh),
22387         (gst_v4l2_xoverlay_set_xwindow_id):
22388         * sys/v4l2/gstv4l2xoverlay.h:
22389         * sys/v4l2/v4l2-overlay_calls.c:
22390         * sys/v4l2/v4l2_calls.h:
22391           Remove client-side overlay handling, use the X-server v4l plugin
22392           for that. Nicer overlay, less code. Also make the plugin
22393           compileable without X (but then without overlay, obviously).
22394           Makes xwindowlistener obsolete, should we remove that?
22395
22396 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22397
22398         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22399         (gst_osssrc_src_query):
22400         * sys/oss/gstosssrc.h:
22401           OK, so people want offset in DEFAULT. This time, actually fix all
22402           cases.
22403         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22404           Add FPS properly.
22405
22406 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22407
22408         * gst/asfdemux/gstasfmux.c:
22409         * gst/avi/gstavimux.c:
22410           Framerate.
22411
22412 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22413
22414         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22415           Fix properties (channel, norm, frequency).
22416
22417 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22418
22419         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22420           Flag typo.
22421         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22422           No warnings.
22423
22424 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22425
22426         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22427           Fix hang.
22428
22429 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22430
22431         * sys/v4l2/gstv4l2element.h:
22432           Yet Another Hack (tm) for kernel header borkedness.
22433         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22434         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22435         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22436         (gst_v4l2src_change_state):
22437         * sys/v4l2/gstv4l2src.h:
22438         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22439         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22440           Fix caps, keep track of state, work.
22441
22442 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22443
22444         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22445           Quiet.
22446
22447 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22448
22449         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22450           Don't mix bytes and samples.
22451
22452 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22453
22454         * ext/ogg/gstoggmux.c:
22455           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22456           and theora. Any is incorrect.
22457         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22458           Fix caps.
22459         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22460         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22461         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22462         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22463         * sys/v4l/gstv4lmjpegsrc.h:
22464         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22465         (gst_v4lsrc_change_state):
22466         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22467         (gst_v4lmjpegsrc_capture_stop):
22468           Fix caps. Keep track of internal state. Work.
22469
22470 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22471
22472         * ext/Makefile.am:
22473           Fix the build fixes.
22474
22475 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22476
22477         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22478         (gst_ogg_demux_src_event), (_find_chain_seek),
22479         (gst_ogg_pad_push):
22480           Check for pad availability before using it.
22481         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22482           Fix parsing of chained ogg. Needs more work on the decoder side.
22483
22484 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22485
22486         * gst/spectrum/Makefile.am:
22487         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22488         (idle_func):
22489           Fix demo and reenable it. Yes, I'm currently playing with audio
22490           analysis tools
22491
22492 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22493
22494         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22495           We love it if files that start at zero work too...
22496
22497 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22498
22499         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22500           Handle files with missing EOS headers.
22501
22502 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22503
22504         * gst/tcp/gsttcpserversink.c:
22505         (gst_tcpserversink_handle_server_read),
22506         (gst_tcpserversink_init_send):
22507         Zero some variables first (need for accept not to return EINVAL)
22508
22509 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22510
22511         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22512         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22513         * ext/theora/theoradec.c: (theora_dec_sink_convert),
22514         (theora_dec_chain):
22515         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22516         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
22517           Seeking and querying finetune.
22518
22519 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22520
22521         * configure.ac:
22522         * ext/Makefile.am:
22523         * ext/raw1394/Makefile.am:
22524           fix the build
22525
22526 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22527
22528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22529           Wrong return.
22530         * gst/playback/Makefile.am:
22531         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22532         * gst/playback/gstplay-marshal.list:
22533         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
22534           Fix marshallers.
22535
22536 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22537
22538         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
22539           Silence.
22540
22541 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22542
22543         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22544         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22545         (gst_ogg_pad_push):
22546           Yay for non-lineair granulepos in theora.
22547
22548 2004-10-18  Wim Taymans  <wim@fluendo.com>
22549
22550         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22551         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22552         * ext/dv/gstdvdec.h:
22553         Make sure we renegotiate aspect ratio when the camera switches.
22554
22555 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22556
22557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22558         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22559           Start at zero.
22560         * ext/theora/theoradec.c: (theora_dec_chain):
22561           Skip headers. Bad idea for chained ogg, but fixes seeking.
22562
22563 2004-10-18  Wim Taymans  <wim@fluendo.com>
22564
22565         * configure.ac:
22566         I swear, this is the last time I touch this.
22567
22568 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22569
22570         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22571         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22572         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
22573           Faster seeking.
22574         * ext/theora/theoradec.c: (theora_dec_sink_convert):
22575           Time-to-default conversion.
22576         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22577           Don't error on unknown packets, just skip. We should probably
22578           read them if we want to support chained ogg.
22579
22580 2004-10-18  Wim Taymans  <wim@fluendo.com>
22581
22582         * configure.ac:
22583         Added cdaudio to wrong list.
22584
22585 2004-10-18  Wim Taymans  <wim@fluendo.com>
22586
22587         * configure.ac:
22588         Revive cdaudio.
22589
22590 2004-10-18  Wim Taymans  <wim@fluendo.com>
22591
22592         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22593         (gst_dvdec_video_link), (gst_dvdec_push):
22594         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22595         (gst_smokeenc_resync), (gst_smokeenc_chain):
22596         Fix mimetype on smoke encoder.
22597         Add aspect ratio to dvdec. Not sure if these
22598         values are correct though....
22599
22600 2004-10-18  Wim Taymans  <wim@fluendo.com>
22601
22602         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22603         Fix vorbis property descriptions and ranges.
22604
22605 2004-10-18  Wim Taymans  <wim@fluendo.com>
22606
22607         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22608         Really do nothing when no data is available.
22609         Go to the playing state when the stream is not seekable
22610         instead of failing.
22611
22612 2004-10-18  Wim Taymans  <wim@fluendo.com>
22613
22614         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
22615         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
22616         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
22617         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
22618         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
22619         Added uri handler for cd://
22620         Port to new API.
22621
22622 2004-10-18  Wim Taymans  <wim@fluendo.com>
22623
22624         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22625         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22626         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22627         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22628         (remove_prerolls), (unknown_type), (add_element_stream),
22629         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
22630         (gst_play_base_bin_remove_element),
22631         (gst_play_base_bin_link_stream):
22632         * gst/playback/gstplaybin.c: (gen_video_element),
22633         (gen_vis_element), (remove_sinks), (setup_sinks):
22634         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22635         (gst_stream_info_get_type), (gst_stream_info_class_init),
22636         (gst_stream_info_init), (gst_stream_info_new),
22637         (gst_stream_info_dispose), (stream_info_mute_pad),
22638         (gst_stream_info_set_property), (gst_stream_info_get_property):
22639         * gst/playback/gststreaminfo.h:
22640         Add sink padtemplate to decodebin.
22641         Added some more comments.
22642         Make queue size configurable in playbasebin.
22643         Added possibility to use elements as sinks (ex cdaudio).
22644
22645 2004-10-15  Wim Taymans  <wim@fluendo.com>
22646
22647         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
22648         (gst_speexenc_chain):
22649         Fix speex timestamps so that it gets muxed properly.
22650
22651 2004-10-15  Wim Taymans  <wim@fluendo.com>
22652
22653         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
22654         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
22655         (gst_dv1394src_init), (gst_dv1394src_dispose),
22656         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
22657         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
22658         (gst_dv1394src_event), (gst_dv1394src_get_formats),
22659         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
22660         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
22661         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
22662         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
22663         * ext/raw1394/gstdv1394src.h:
22664         Added conversion/query functions.
22665         Update buffer timestamps,
22666         Added signals.
22667         Added uri dv:// so it might play from the firewire in playbin.
22668         Fix a possible leak.
22669         Added debugging.
22670
22671 2004-10-15  Wim Taymans  <wim@fluendo.com>
22672
22673         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
22674         (gst_dv1394src_init), (gst_dv1394src_set_property),
22675         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
22676         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
22677         * ext/raw1394/gstdv1394src.h:
22678         Added AV/C VTR control support needed for some cameras.
22679         Added automatic port detection.
22680         Added properties for selecting the channel.
22681         The configure.ac script is not yet updated to reflect the
22682         new libavc1394 and librom1394 dependencies.
22683
22684 2004-10-15  Wim Taymans  <wim@fluendo.com>
22685
22686         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22687         (qtdemux_parse), (gst_qtdemux_handle_esds):
22688         An esds box is not a container.
22689         Fix parsing of mp4v boxes.
22690         Do not try to renegotiate fps for each frame. Need to
22691         find a better method. This should fix mp4 playback.
22692
22693 2004-10-14  David Schleef  <ds@schleef.org>
22694
22695         * configure.ac: update for swfdec-0.3 and liboil-0.2
22696         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
22697         * ext/swfdec/gstswfdec.h: same
22698         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
22699         * gst/videotestsrc/videotestsrc.c: same
22700
22701 2004-10-14  Wim Taymans  <wim@fluendo.com>
22702
22703         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22704         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
22705         (is_sync_frame), (gst_multifdsink_new_client),
22706         (gst_multifdsink_handle_client_write),
22707         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22708         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
22709         Turn warnings into info.
22710         Don't allow a state change in the streaming thread.
22711
22712 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22713
22714         * ext/vorbis/oggvorbisenc.c:
22715         * ext/vorbis/vorbisdec.c:
22716           fix template sample rate
22717
22718 2004-10-13  Wim Taymans  <wim@fluendo.com>
22719
22720         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
22721         Decoding the header first fixes some problems in resyncing
22722         in more mp3s.
22723
22724 2004-10-12  Wim Taymans  <wim@fluendo.com>
22725
22726         * gst/playback/gstplaybin.c: (gen_video_element),
22727         (gen_vis_element), (remove_sinks), (setup_sinks):
22728         Added vis plugin support, need to configure the vis
22729         element to activate it.
22730
22731 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22732
22733         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
22734         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
22735           Some debug.
22736         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
22737         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
22738         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
22739         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
22740         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
22741         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
22742         * gst/avi/gstavidemux.h:
22743           Support for openDML-2.0 indx/ix## chunks. Support for broken index
22744           recovery (where, if part of the index is broken, we will still read
22745           the rest of the index and recover the broken part by stream
22746           scanning). More broken media support. EOS workarounds. General AVI
22747           braindamage headache recovery. Aspirin included.
22748
22749 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22750
22751         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
22752         (cdparanoia_event), (cdparanoia_query):
22753           Get rid of hideous lead-in.
22754
22755 2004-10-11  Wim Taymans  <wim@fluendo.com>
22756
22757         * gst/playback/gstplaybasebin.c: (setup_source):
22758         Wrong var used to get g_list_next.
22759
22760 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22761
22762         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22763         (cdparanoia_get), (cdparanoia_open):
22764           Report discid as metadata, add duration.
22765
22766 2004-10-11  Wim Taymans  <wim@fluendo.com>
22767
22768         * gst/playback/gstplaybasebin.c: (setup_source):
22769         Cleanup the previous pipeline a little earlier for the
22770         case that a source element provides raw data.
22771
22772 2004-10-11  Benjamin Otte  <otte@gnome.org>
22773
22774         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22775           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
22776           consuming the last 128 bytes, even though it was valid mp3 data.
22777
22778 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22779
22780         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22781         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
22782         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22783         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
22784
22785 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22786
22787         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
22788         Fix for webcams that support only specific width or height
22789
22790 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22791
22792         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22793
22794         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
22795           Fix wrong discont event setup (fixes #154967).
22796
22797 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
22798
22799         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22800
22801         * gst/auparse/gstauparse.c: (gst_auparse_chain):
22802           Error out on invalid data (fixes #154807).
22803
22804 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22805
22806         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22807
22808         * ext/dvdread/dvdreadsrc.c: (_read):
22809           Make titles > 0 work again (fixes #154834).
22810
22811 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22812
22813         * gst-libs/gst/riff/riff-media.c:
22814         (gst_riff_create_video_template_caps):
22815           WMV3 missing in template caps.
22816
22817 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22818
22819         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22820           OK, so the original code was too strict. It makes random AVI files
22821           hang for seconds upon opening, which is unacceptable and is far
22822           beyond the original goal of getting multiple chunks for one-chunk
22823           sounc stream files. So now do just that.
22824
22825 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22826
22827         * gst/playback/gstplaybasebin.c: (setup_source),
22828         (gst_play_base_bin_change_state):
22829           Actually clean up streaminfo if output fails. This would trigger
22830           if, for example, there was no CD in the drive. No preroll, so
22831           a streaminfo structure is created, but the subsequent state change
22832           of the thread fails.
22833         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22834           Don't change state if parent failed.
22835
22836 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22837
22838         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22839         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
22840         (gen_video_element), (remove_sinks):
22841           Add small bits of code for screenshot handling.
22842
22843 2004-10-08  Wim Taymans  <wim@fluendo.com>
22844
22845         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
22846         (gen_video_element), (gen_audio_element), (setup_sinks):
22847         Don't assume the user provided sinks are named "sink"...
22848
22849 2004-10-08  Wim Taymans  <wim@fluendo.com>
22850
22851         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22852         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
22853         (gst_play_base_bin_link_stream):
22854         Do not try to autoplug sources that generate raw streams like
22855         cdparanoia.
22856         disconnect the preroll overrun signal when we don't need it anymore.
22857
22858 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
22859
22860         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22861         Added reworked patch from #154903 from milosz derezynski (deadchip).
22862
22863 2004-10-08  Wim Taymans  <wim@fluendo.com>
22864
22865         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22866         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
22867         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
22868         (cdparanoia_convert), (cdparanoia_uri_get_type),
22869         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
22870         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
22871         * ext/cdparanoia/gstcdparanoia.h:
22872         This adds the cdda://<tracknum> uri.
22873
22874 2004-10-08  Wim Taymans  <wim@fluendo.com>
22875
22876         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22877         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22878         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22879         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22880         (unknown_type), (gst_play_base_bin_remove_element),
22881         (gst_play_base_bin_link_stream):
22882         * gst/playback/gstplaybasebin.h:
22883         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22884         (gst_play_bin_set_property), (gen_video_element),
22885         (gen_audio_element), (setup_sinks):
22886         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22887         (gst_stream_info_get_type), (gst_stream_info_class_init),
22888         (gst_stream_info_init), (gst_stream_info_new),
22889         (gst_stream_info_dispose), (stream_info_mute_pad),
22890         (gst_stream_info_set_property), (gst_stream_info_get_property):
22891         * gst/playback/gststreaminfo.h:
22892         Reuse the audio and video bins.
22893         Some internal cleanups in the stream selection code.
22894
22895 2004-10-08  Julien MOUTTE  <julien@moutte.net>
22896
22897         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22898         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22899         * sys/ximage/ximagesink.h:
22900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22901         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22902         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
22903         not coming from those elements. Moreover these elements should not keep
22904         the xid they have been given when in NULL state.
22905
22906 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22907
22908         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22909         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22910         * sys/ximage/ximagesink.h:
22911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22912         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22913         * sys/xvimage/xvimagesink.h:
22914           Actually only create a new toplevel window if we're not gonna
22915           embed it right after.
22916
22917 2004-10-07  Wim Taymans  <wim@fluendo.com>
22918
22919         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
22920         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
22921         * gst/playback/gstplaybin.c: (setup_sinks):
22922         Implement muting/unmuting of streams, mute streams that are not
22923         used.
22924
22925 2004-10-07  Wim Taymans  <wim@fluendo.com>
22926
22927         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
22928         (plugin_init):
22929         Added lame audio/x-ac3 typefind function.
22930
22931 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22932
22933         * configure.ac:
22934           bump nano to cvs
22935
22936 === release 0.8.5 ===
22937
22938 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22939
22940         * NEWS:
22941         * RELEASE:
22942         * configure.ac:
22943           releasing 0.8.5, "Take You On"
22944
22945 2004-10-06  Wim Taymans  <wim@fluendo.com>
22946
22947         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
22948         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22949         (no_more_pads), (close_link), (type_found):
22950         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22951         * gst/playback/gstplaybin.c: (gen_video_element):
22952         Do not signal the no_more_pads after the first pad when
22953         we are plugging a non dynamic element with multiple
22954         output pads (like swfdec, dvdec, ...).
22955
22956 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22957
22958         * configure.ac:
22959           bump for prerelease
22960
22961 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22962
22963         * gst/wavparse/gstwavparse.c:
22964           add ATRAC3 to STATIC CAPS to fix a warning
22965
22966         * gst/matroska/ebml-read.c:
22967         * gst-libs/gst/riff/riff-read.c:
22968           fix typos
22969
22970 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22971
22972         * gst-libs/gst/riff/riff-media.c:
22973           generate caps for ATRAC3 audio streams
22974
22975         * gst/realmedia/rmdemux.c:
22976           generate caps for ATRAC3 audio streams
22977
22978 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22979
22980         * gst/wavparse/Makefile.am
22981         * gst/wavparse/riff.h
22982         * gst/wavparse/wavparse.vcproj
22983           riff.h removal (unused and duplication with riff-ids.h)
22984
22985 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22986
22987         * gst/wavparse/gstwavparse.h
22988           remove duplicated defines for audio codec codes
22989
22990         * gst-libs/gst/riff/riff-ids.h
22991         * gst/wavenc/riff.h:
22992           add "4CC" code for ATRAC3 audio streams
22993           add "4CC" code for ITU_G721_ADPCM (unused for now)
22994
22995 2004-10-06  Wim Taymans  <wim@fluendo.com>
22996
22997         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
22998         Actually _do_ negotiation. Pass gdouble as arg instead
22999         of guint64 for the framerate.
23000
23001 2004-10-06  Wim Taymans  <wim@fluendo.com>
23002
23003         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23004         (find_compatibles), (close_pad_link), (try_to_link_1),
23005         (no_more_pads), (close_link), (type_found):
23006         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23007         * gst/playback/gstplaybin.c: (gen_video_element),
23008         (gen_audio_element):
23009         Set state on newly added element to READY so that negotiation
23010         can happen ASAP.
23011         Addes some more debug info.
23012         Do not try to plug pads with multiple caps structures or ANY
23013         because it is too dangerous since we do not do dynamic
23014         replugging.
23015
23016 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23017
23018         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23019
23020         * po/LINGUAS:
23021         * po/or.po:
23022           add Oriya translation
23023
23024 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23025
23026         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23027           Prevent overwrite of size member. Makes audio sound crappy.
23028
23029 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23030
23031         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23032         Add rmvb to the list of known RealMedia extensions
23033
23034 2004-10-05  Wim Taymans  <wim@fluendo.com>
23035
23036         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23037         (mngdec_openstream), (mngdec_closestream),
23038         (mngdec_handle_sink_event), (mngdec_readdata),
23039         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23040         (mngdec_getcanvasline), (mngdec_refresh),
23041         (gst_mngdec_change_state):
23042         Set the framerate correctly.
23043
23044 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23045
23046         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23047           There was something wrong with the index massaging.
23048
23049 2004-10-04  Wim Taymans  <wim@fluendo.com>
23050
23051         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23052         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23053         (gst_smokedec_chain):
23054         * ext/jpeg/gstsmokedec.h:
23055         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23056         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23057         * ext/jpeg/gstsmokeenc.h:
23058         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23059         (smokecodec_decode_new), (smokecodec_info_free),
23060         (smokecodec_set_quality), (smokecodec_get_quality),
23061         (smokecodec_set_threshold), (smokecodec_get_threshold),
23062         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23063         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23064         (smokecodec_encode), (smokecodec_parse_id),
23065         (smokecodec_parse_header), (smokecodec_decode):
23066         * ext/jpeg/smokecodec.h:
23067         * ext/jpeg/smokeformat.h:
23068         Updated smoke, new bitstream, allows embedding in ogg.
23069
23070 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23071
23072         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23073           Fix seeking in some files. All this code is no longer needed (and
23074           actually breaks stuff) because we now synchronize the full index
23075           right when reading the header.
23076
23077 2004-10-04  Wim Taymans  <wim@fluendo.com>
23078
23079         * configure.ac:
23080         configure update for libmng.
23081
23082 2004-10-04  Wim Taymans  <wim@fluendo.com>
23083
23084         * ext/libmng/Makefile.am:
23085         * ext/libmng/gstmng.c: (plugin_init):
23086         * ext/libmng/gstmng.h:
23087         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23088         (gst_mngdec_base_init), (gst_mngdec_class_init),
23089         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23090         (gst_mngdec_loop), (gst_mngdec_get_property),
23091         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23092         (mngdec_closestream), (mngdec_handle_sink_event),
23093         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23094         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23095         (gst_mngdec_change_state):
23096         * ext/libmng/gstmngdec.h:
23097         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23098         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23099         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23100         (gst_mngenc_chain), (gst_mngenc_get_property),
23101         (gst_mngenc_set_property):
23102         * ext/libmng/gstmngenc.h:
23103         Added basic MNG decoder. Needs more work. The encoder does
23104         not work yet.
23105
23106 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23107
23108         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23109         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23110         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23111           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23112           no-more-pads.
23113
23114 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23115
23116         * configure.ac:
23117           you need at least 1.0.4 of speex
23118
23119 2004-10-04 Iain <iaingnome@gmail.com>
23120
23121         * ext/speex/gstspeexdec.h: Revert the includes changes.
23122
23123         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23124
23125 2004-09-30 Iain <iaingnome@gmail.com>
23126
23127         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23128         found during init or set as a property instead of hardcoding /dev/audio
23129
23130 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23131
23132         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23133         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23134         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23135         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23136         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23137         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23138         (gst_rmdemux_dump_data):
23139           Use debug category, fix EOS handling. filesrc ! rmdemux now
23140           works.
23141
23142 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23143
23144         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23145         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23146         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23147           Improve allocation, cutting and sorting of the index. How takes a
23148           few seconds instead of minutes.
23149
23150 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23151
23152         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23153           fixed compilation
23154
23155 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23156
23157         * gst-libs/gst/riff/riff-media.c:
23158         (gst_riff_create_video_caps_with_data),
23159         (gst_riff_create_video_template_caps):
23160           Add wing commander format mimetype/fourccs.
23161         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23162           Don't crash if some value is 0.
23163
23164 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23165
23166         * gst-libs/gst/riff/riff-media.c:
23167         (gst_riff_create_video_caps_with_data),
23168         (gst_riff_create_video_template_caps):
23169           Add DIB fourcc (raw, palettized 8-bit RGB).
23170         * gst-libs/gst/riff/riff-read.c:
23171         (gst_riff_read_strf_vids_with_data):
23172           Oops, fix strf_data reading bug.
23173         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23174           Use a non-NULL tag.
23175         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23176           Time for hacks. Sorry Dave. At least one quicktime movie (a
23177           trailer) that I've encountered contains multiple video tracks.
23178           One of those is the actual video track, the other are one-frame
23179           tracks (images). Unfortunately, the number of frames according
23180           to the trak header is 1 for each, so that doesn't help. So
23181           instead, I look at the duration and discard tracks with a
23182           duration shorter than 20% of the length of the stream. Better
23183           than nothing.
23184
23185 2004-10-01  Christian Schaller <christian@fluendo.com>
23186
23187         * ext/ivorbis/vorbis.c:
23188           Patch from Phil Blundell (Bug 152341)
23189
23190 2004-10-01  Wim Taymans  <wim@fluendo.com>
23191
23192         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23193         (speex_dec_get_formats), (speex_dec_convert),
23194         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23195         (speex_dec_chain), (gst_speexdec_get_property),
23196         (gst_speexdec_set_property):
23197         Small cleanups.
23198
23199 2004-10-01  Wim Taymans  <wim@fluendo.com>
23200
23201         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23202         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23203         (gst_wavparse_other), (gst_wavparse_loop),
23204         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23205         (gst_wavparse_srcpad_event):
23206         * gst/wavparse/gstwavparse.h:
23207         Added some more debugging info.
23208         Fix the case where the length of the file is 0.
23209         Make sure we seek to sample borders.
23210
23211 2004-10-01  Wim Taymans  <wim@fluendo.com>
23212
23213         * gst/playback/README:
23214         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23215         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23216         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23217         Add some debug info to decodebin, update README
23218
23219 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23220
23221         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23222           Don't use g_print(); use GST_DEBUG().
23223
23224 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23225
23226         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23227         (gst_ogg_mux_queue_pads):
23228           Handle EOS properly.
23229
23230 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23231
23232         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23233
23234         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23235         (gst_faad_chain), (gst_faad_change_state):
23236         * ext/faad/gstfaad.h:
23237           Allow playback of raw (unframed) MPEG AAC files (#148993).
23238
23239 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23240
23241         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23242
23243         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23244           Throw error if we didn't recognize the stream. Fixes #152289.
23245
23246 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23247
23248         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23249           Fix negotiation.
23250
23251 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23252
23253         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23254
23255         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23256           Fix memleak.
23257
23258 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23259
23260         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23261
23262         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23263           Solve #152805.
23264         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23265           Solve 152806.
23266
23267 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23268
23269         * gst-libs/gst/riff/riff-media.c:
23270         (gst_riff_create_video_caps_with_data),
23271         (gst_riff_create_audio_caps_with_data):
23272           Add codec_data handling (like asfdemux used to do).
23273         * gst/asfdemux/gstasf.c: (plugin_init):
23274         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23275         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23276           Use riff-media for caps creation instead of our own (mostly
23277           broken) copy of its functions.
23278
23279 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23280
23281         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23282           Don't actually error out if we get another return value than
23283           -EINVAL. Opposite to what I first thought, drivers have random
23284           return values for this, although -EINVAL is the expected return
23285           value. Since this is not fatal, we shouldn't use
23286           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23287
23288 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23289
23290         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23291         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23292         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23293         (dvdreadsrc_get), (dvdreadsrc_open_file),
23294         (dvdreadsrc_change_state):
23295           Fix. Don't do one big huge loop around the whole DVD, that will
23296           cache all data and thus eat sizeof(dvd) (several GB) before we
23297           see something.
23298         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23299           Actually NULL'ify event after using it.
23300         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23301         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23302         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23303         (gst_ebml_read_seek), (gst_ebml_read_skip):
23304           Handle events.
23305         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23306         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23307         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23308           Fix timing (this will probably break if I seek using menus, but
23309           I didn't get there yet). VOBs and normal DVDs should now work.
23310           Add a mpeg2-only pad with high rank so this get autoplugged for
23311           MPEG-2 movies.
23312         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23313         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23314         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23315         (gst_mpeg_demux_get_audio_stream),
23316         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23317         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23318           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23319           MPEG-1 but use dvddemux for MPEG-2.
23320         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23321         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23322         (gst_mpeg_parse_parse_packhead):
23323           Timing. Only add pad template if it exists. Add sink template from
23324           class and not from ourselves. This means we will always use the
23325           correct sink template even if it is not the one defined in this
23326           file.
23327
23328 2004-09-29  Wim Taymans  <wim@fluendo.com>
23329
23330         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23331         (gst_mpeg_demux_parse_pes):
23332         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23333         Fix playback of mpeg again, timestamps where screwed up by
23334         patch 1.61.
23335
23336 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23337
23338         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23339           Only return true if we actually filled something in. Prevents
23340           player applications from showing a random length for flac files.
23341         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23342         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23343         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23344         (gst_riff_read_strf_vids_with_data),
23345         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23346           OK, ok, so I implemented event handling. Apparently it's normal
23347           that we receive random events at random points without asking
23348           for it.
23349         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23350         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23351         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23352         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23353         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23354         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23355         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23356         * gst/avi/gstavidemux.h:
23357           Implement non-lineair chunk handling and subchunk processing.
23358           The first solves playback of AVI files where the audio and video
23359           data of individual buffers that we read are not synchronized.
23360           This should not happen according to the wonderful AVI specs, but
23361           of course it does happen in reality. It is also a prerequisite for
23362           the second. Subchunk processing allows us to cut chunks in small
23363           pieces and process each of these pieces separately. This is
23364           required because I've seen several AVI files with incredibly large
23365           audio chunks, even some files with only one audio chunk for the
23366           whole file. This allows for proper playback including seeking.
23367           This patch is supposed to fix all AVI A/V sync issues.
23368         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23369         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23370           Work.
23371         * gst/modplug/gstmodplug.cc:
23372           Proper return value setting for the query() function.
23373         * gst/playback/gstplaybasebin.c: (setup_source):
23374           Being in non-playing state (after, e.g., EOS) is not necessarily
23375           a bad thing. Allow for that. This fixes playback of short files.
23376           They don't actually playback fully now, because the clock already
23377           runs. This means that small files (<500kB) with a small length
23378           (<2sec) will still not or barely play. Other files, such as mod
23379           or flx, will work correctly, however.
23380
23381 2004-09-28  Wim Taymans  <wim@fluendo.com>
23382
23383         * ext/speex/gstspeex.c: (plugin_init):
23384         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23385         (gst_speex_dec_class_init), (speex_dec_get_formats),
23386         (speex_get_event_masks), (speex_get_query_types),
23387         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23388         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23389         (gst_speexdec_get_property), (gst_speexdec_set_property),
23390         (speex_dec_change_state):
23391         * ext/speex/gstspeexdec.h:
23392         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23393         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23394         (gst_speexenc_base_init), (gst_speexenc_class_init),
23395         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23396         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23397         (gst_speexenc_src_query), (gst_speexenc_init),
23398         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23399         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23400         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23401         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23402         (gst_speexenc_chain), (gst_speexenc_get_property),
23403         (gst_speexenc_set_property), (gst_speexenc_change_state):
23404         * ext/speex/gstspeexenc.h:
23405         Rewrote speex encoder, make sure it can be embedded in ogg.
23406         Implemented speex decoder.
23407
23408 2004-09-28  Christian Schaller <christian@fluendo.com>
23409
23410         * configure.ac:
23411         Remove kioslave plugin. Markey is brewing a new working one
23412         * ext/Makefile.am: Remove kioslave plugin
23413         * ext/kio: remove
23414         * gst-plugins.spec.in: remove kio plugin from spec
23415
23416 2004-09-27  Wim Taymans  <wim@fluendo.com>
23417
23418         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23419         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23420         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23421         (gst_multifdsink_new_client),
23422         (gst_multifdsink_handle_client_write),
23423         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23424         (gst_multifdsink_handle_clients):
23425         * gst/tcp/gstmultifdsink.h:
23426         Make syncing to keyframes actually work for new clients and lagging
23427         clients.
23428
23429 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23430
23431         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23432         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23433         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23434         * gst/debug/gstnavigationtest.h:
23435           make navigationtest display button-press and button-release events
23436
23437 2004-09-26 Iain <iaingnome@gmail.com>
23438
23439         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23440         the channels have received a new media event.
23441         (interleave_buffered_loop): Compresses a new media event on all
23442         channels into one.
23443
23444 2004-09-26 Iain <iaingnome@gmail.com>
23445
23446         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23447         call the sinkpad's default event handler and not the srcpads. He also
23448         says this is confusing :)
23449         (gst_wavenc_stop_file): Company says that seek events only go upstream
23450         we should send a discontinuous downstream instead.
23451
23452 2004-09-25  Christian Schaller <christian@fluendo.com>
23453
23454         * Update SPEC file to be usable in conjunction with Fedora Core,
23455           Fedora.us and freshrpms packages
23456         * Fix typo in multifilesrc test Makefile
23457
23458 2004-09-24  Wim Taymans  <wim@fluendo.com>
23459
23460         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23461         Only signal the no_more_pads signal when we have
23462         added the stream to our list.
23463
23464 2004-09-24  Wim Taymans  <wim@fluendo.com>
23465
23466         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23467         (new_decoded_pad):
23468         * gst/playback/gstplaybasebin.h:
23469         * gst/playback/gstplaybin.c: (setup_sinks):
23470         Don't try to preroll or decode more than one audio/video
23471         track.
23472
23473 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23474
23475         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23476           Throw error if we failed to find a suitable output. This should
23477           throw an error if we successfully set up a pipeline (e.g. because
23478           we recognized a media file) but found no decodable streams in it
23479           (e.g. because it contains only media stream types for which we
23480           have no decoders, or because it's not a media type).
23481
23482 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23483
23484         * ext/dirac/Makefile.am:
23485         * ext/dirac/gstdirac.cc:
23486         * ext/dirac/gstdiracdec.cc:
23487         * ext/dirac/gstdiracdec.h:
23488           Do something. Don't actually know if this works because I don't
23489           have a demuxer yet.
23490         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23491           Add channels=1 to caps returned from _getcaps().
23492         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23493         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23494         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23495         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23496         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
23497         (gst_ogm_parse_change_state):
23498           Separate between audio/video so ogmaudioparse actually uses the
23499           audio pad templates. Both audio and video work now, including
23500           autoplugging. Also use sometimes-srcpad hack.
23501         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23502           Handle events better. Don't hang on infinite loops.
23503         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
23504         (gst_avi_demux_init), (gst_avi_demux_reset),
23505         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23506         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
23507         (gst_avi_demux_change_state):
23508         * gst/avi/gstavidemux.h:
23509           Improve A/V sync. Still not perfect.
23510         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
23511         (gst_ebml_read_skip):
23512           Handle events better.
23513         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23514         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
23515         (qtdemux_audio_caps):
23516           Add IMA4. Improve event handling. Save offset after a seek when
23517           the headers are at the end of the file so that we don't end up in
23518           an infinite loop.
23519         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23520           Add low-priority typefind support for files with no length.
23521
23522 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23523
23524         * testsuite/multifilesink/Makefile.am:
23525         fix typo
23526
23527 2004-09-22  Julien MOUTTE  <julien@moutte.net>
23528
23529         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
23531         mistakes from thaytan's patches.
23532
23533 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23534
23535         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23536           For completeness, XSync in the destroy function as xvimage does.
23537
23538 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23539
23540         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
23541            Correct caps negotiation
23542         * gst/volume/gstvolume.c: (volume_chain_float),
23543         (volume_chain_int16):
23544            Modify debug output to be little more informative
23545         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
23546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23547         (gst_xvimagesink_xvimage_destroy):
23548           Add XSync calls after detaching from the shared memory segment to
23549           avoid a crash.
23550
23551 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23552
23553         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23554         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
23555         * ext/vorbis/vorbis.c: (plugin_init):
23556         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23557         (gst_vorbisenc_chain):
23558         * ext/vorbis/vorbisenc.h:
23559         remove explicit newmedia support from oggmux and vorbisenc
23560         add debug category to vorbisenc
23561         * gst/multifilesink/gstmultifilesink.c:
23562         (gst_multifilesink_class_init), (gst_multifilesink_init),
23563         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
23564         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
23565         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
23566         (plugin_init):
23567         * gst/multifilesink/gstmultifilesink.h:
23568         add support for streamheader in multifilesink
23569
23570 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23571
23572         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
23573         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
23574         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
23575           Prevent infinite loops. More correct error reporting.
23576         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23577           Error out if negotiation fails.
23578         * gst/playback/gstplaybasebin.c: (setup_source),
23579         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
23580         (gst_play_base_bin_found_tag):
23581           Error/tag forwarding. Pre-roll fixes for source errors on state
23582           changes (e.g. "file does not exist") to prevent hangs.
23583
23584 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23585
23586         * testsuite/multifilesink/Makefile.am:
23587         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
23588         (gst_newmedia_class_init), (gst_newmedia_init),
23589         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23590         (newfile_signal), (test_signal), (main):
23591         * testsuite/multifilesink/multifilesrc_test.c: (main):
23592         * testsuite/multifilesink/oggtheora_test.c:
23593         (gst_newmedia_base_init), (gst_newmedia_class_init),
23594         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23595         (test_format), (newfile_signal), (test_signal), (main):
23596         * testsuite/multifilesink/oggvorbis_test.c:
23597         (gst_newmedia_base_init), (gst_newmedia_class_init),
23598         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23599         (test_format), (newfile_signal), (test_signal), (main):
23600         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
23601         (gst_newmedia_class_init), (gst_newmedia_init),
23602         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23603         (newfile_signal), (test_signal), (main):
23604         New media tests
23605
23606 2004-09-20  Christian Schaller <christian@fluendo.com>
23607
23608         * Fix mikmod license to LGPL as they have relicensed
23609         * Move Dirac and Effectv into LGPL section of README_license
23610
23611 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23612
23613         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
23614         (gst_mad_change_state):
23615           Allow for mp3 rate/channels changes. However, only very
23616           conservatively. Reason that we *have* to enable this is smiply
23617           because the mad find_sync() function is not good enough, it will
23618           regularly sync on random data as valid frames and therefore make
23619           us provide random caps as *final* caps of the stream. The best fix
23620           I could think of is to simply require several of the same stream
23621           changes in a row before we change caps.
23622           The actual testcase that works now is #
23623         * ext/ogg/Makefile.am:
23624         * ext/ogg/gstogg.c: (plugin_init):
23625         * ext/ogg/gstogmparse.c:
23626           OGM support (video only for now; I need an audio sample file).
23627         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23628         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
23629         (gst_asf_demux_add_video_stream):
23630           WMV extradata.
23631         * gst/playback/gstplaybasebin.c: (unknown_type):
23632           Don't error out on single unknown-types after all. It's wrong.
23633           If we found type of video and audio but not of a subtitle stream,
23634           it will still error out (which is unwanted). Will find a better fix
23635           later on.
23636         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
23637         (ogmaudio_type_find), (plugin_init):
23638           OGM support.
23639
23640 2004-09-20  Johan Dahlin  <johan@gnome.org>
23641
23642         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
23643         after setting caps.
23644
23645 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23646
23647         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
23648         * gst/wavenc/gstwavenc.h:
23649         Added newmedia support to wavenc
23650
23651 2004-09-17  Wim Taymans  <wim@fluendo.com>
23652
23653         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
23654         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
23655         (gst_fdset_fd_can_write), (gst_fdset_wait):
23656         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
23657         (gst_multifdsink_init), (gst_multifdsink_add),
23658         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
23659         (gst_multifdsink_remove_client_link),
23660         (gst_multifdsink_client_queue_buffer),
23661         (gst_multifdsink_handle_client_write),
23662         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
23663         (gst_multifdsink_close), (gst_multifdsink_change_state):
23664         * gst/tcp/gstmultifdsink.h:
23665         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23666         (gst_tcpserversink_removed):
23667         Small cleanups in fdset.c
23668         Use a hastable to map fd to the client structure for faster
23669         lookup in _remove and get_stats.
23670         Added virtual function to close the fds.
23671         Handle clients even when the select/poll call was unblocked because
23672         of a command.
23673         Implement syncing to keyframe in the recovery procedure.
23674
23675 2004-09-16 Iain <iaingnome@gmail.com>
23676
23677         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
23678         try caps.
23679
23680 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23681
23682         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
23683           Caps are only set if the type of the stream is unknown, but this
23684           is initialized in ->init_stream(), so set to UNKNOWN after calling
23685           ->init_stream() so that capsnego starts.
23686
23687 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23688
23689         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23690         (gst_avi_demux_stream_data):
23691           Just hardcode for raw audio then. AVI audio sucks.
23692
23693 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
23694
23695         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
23696         * gst/matroska/matroska-mux.c: (audiosink_templ),
23697         (gst_matroska_mux_audio_pad_link):
23698         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
23699         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
23700
23701 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23702
23703         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23704         (gst_avi_demux_stream_data):
23705           Try to fix a/v sync issues.
23706
23707 2004-09-15  David Schleef  <ds@schleef.org>
23708
23709         * configure.ac: remove NASM check, since we don't use it.  Update
23710         dirac check to 0.4
23711         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
23712         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23713         Initialized variables.
23714         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
23715         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
23716         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
23717         SVQ3 format
23718
23719 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23720
23721         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23722         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
23723         * gst/avi/gstavidemux.h:
23724           Fix for compressed audio (mp3) timestamp generation. How did this
23725           ever work?
23726
23727 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23728
23729         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
23730           Volume is a double not a float.
23731
23732 2004-09-15  Wim Taymans  <wim@fluendo.com>
23733
23734         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
23735         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23736         Don't close the fd in multifdsink as we didn't open it in the
23737         first place. Some cleanups.
23738
23739 2004-09-15  Wim Taymans  <wim@fluendo.com>
23740
23741         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23743         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23744         Fix the case where the muxer would mark pages as delta
23745         frames when they are not (vorbis only ogg).
23746
23747 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23748
23749         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
23750         (gst_play_base_bin_change_state):
23751           Handle the case where we failed to setup a clear pipeline. This
23752           will throw an error (or EOS, another nice case) and if you don't
23753           catch that, the app will wait for the signal forever (and thus
23754           hang).
23755
23756 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23757
23758         * ext/gnomevfs/gstgnomevfssink.c:
23759         (gst_gnomevfssink_uri_get_protocols):
23760         * ext/gnomevfs/gstgnomevfssrc.c:
23761         (gst_gnomevfssrc_uri_get_protocols):
23762         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23763         * ext/gnomevfs/gstgnomevfsuri.h:
23764           Use _uri_new() instead of _open(), so it doesn't take as long and
23765           Christophe's computer won't hang.
23766         * gst/playback/gstplaybasebin.c: (unknown_type):
23767           Throw error on unknown media type, so apps actually display it.
23768
23769 2004-09-14  Brian Cameron  <brian.cameron@sun.com
23770
23771         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
23772           this script to work on Solaris since bash shell handles echo
23773           differenly than bash.
23774
23775 2004-09-17  Wim Taymans  <wim@fluendo.com>
23776
23777         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
23778         (setup_source), (gst_play_base_bin_set_property),
23779         (gst_play_base_bin_add_element):
23780         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
23781         Some more work on making sure seeking pauses the pipeline and
23782         that changing the uri actually does something.
23783
23784 2004-09-17  Wim Taymans  <wim@fluendo.com>
23785
23786         * gst/tcp/gstfdset.c: (gst_fdset_wait):
23787         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
23788         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
23789         (gst_tcpserversink_close):
23790         Be a bit more paranoid when freeing memory.
23791
23792 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23793
23794         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
23795         (qtdemux_parse_trak):
23796           Don't crash by dividing by zero (see sample movie in #126922).
23797
23798 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23799
23800         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23801           Don't touch non-existing data (fixes crash on file in #140147).
23802
23803 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23804
23805         * gst/playback/gstplaybasebin.c:
23806         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
23807           Handle double disposals, and proper change of URIs.
23808
23809 2004-09-13  Martin Eikermann <meiker@upb.de>
23810
23811         * gst/mpegstream/gstmpegparse.c:
23812           fix synchronistation for streams recorded from digital PCR
23813           fixes bug #119376
23814
23815 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23816
23817         * ext/gnomevfs/Makefile.am:
23818         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23819         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
23820         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
23821         (gst_gnomevfssink_uri_get_type),
23822         (gst_gnomevfssink_uri_get_protocols),
23823         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
23824         (gst_gnomevfssink_uri_handler_init),
23825         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
23826         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
23827         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
23828         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
23829         (gst_gnomevfssrc_uri_get_type),
23830         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
23831         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
23832         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
23833         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
23834         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23835         * ext/gnomevfs/gstgnomevfsuri.h:
23836           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
23837           of fake URIs to see which this version of Gnome-VFS likes, and
23838           uses that for the Gst-URI interface. Makes playbin support http://
23839           streams. Also fix up some stupid behaviour in gnomevfssrc.
23840
23841 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23842
23843         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
23844         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
23845         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
23846         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
23847           Update mixer (to sync with other sessions) if we try to obtain
23848           a new value. This makes alsamixer work accross applications.
23849         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
23850           Only call sync functions if we're running, else alsalib asserts.
23851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23852           Sometimes fails to compile. Possibly a gcc bug.
23853         * gst/playback/gstplaybin.c: (gen_video_element),
23854         (gen_audio_element):
23855           Add a reference to an application-provided object, because we lose
23856           this same reference if we add it to the bin. If we don't do this,
23857           we can only use this object once and thus crash if we go from
23858           ready to playing, back to ready and back to playing again.
23859           Also add an audioscale element because several cheap soundcards -
23860           like mine - don't support all samplerates.
23861         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23862         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
23863           Fix wrong order or PAR calls. Makes automatically obtained PAR
23864           from the X server atually being used.
23865
23866 2004-09-12  David Schleef  <ds@schleef.org>
23867
23868         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
23869         #151887, #152102, #152247.
23870         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
23871         * examples/seeking/cdparanoia.c: same
23872         * examples/seeking/cdplayer.c: same
23873         * examples/seeking/seek.c: same
23874         * examples/seeking/spider_seek.c: same
23875         * examples/seeking/vorbisfile.c: same
23876         * examples/stats/mp2ogg.c: same
23877         * ext/esd/esdsink.c: (gst_esdsink_class_init),
23878         (gst_esdsink_dispose): Dispose of element properly.
23879         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
23880         fixes.
23881         * ext/nas/nassink.c: (gst_nassink_class_init),
23882         (gst_nassink_dispose): Dispose of element correctly.
23883         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
23884         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23885         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
23886         Fix 64-bit warning.
23887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23888         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23889         Fix 64-bit warning.
23890
23891 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23892
23893         * configure.ac : change speex detection as 1.1.6 now uses
23894           .pc/pkg-config and they changed their headers location.
23895
23896 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
23897
23898         * gst/matroska/matroska-mux.h:
23899         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
23900         (gst_matroska_mux_start), (gst_matroska_mux_finish),
23901         (gst_matroska_mux_write_data):
23902           Write multiple blocks/frames per cluster.
23903                 Write meta-seek information (seek heads).
23904
23905 2004-09-09  Scott Wheeler <wheeler@kde.org>
23906
23907         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
23908         (gst_play_bin_set_property), (gst_play_bin_get_property),
23909         (gen_audio_element), (gen_audio_element):
23910           Add a volume element / property to the pipeline.
23911
23912 2004-09-07  Wim Taymans  <wim@fluendo.com>
23913
23914         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
23915         Copy timestamps from the master pad to the output buffers.
23916
23917 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23918
23919         * ext/raw1394/gstdv1394src.c:
23920           throw errors when applicable
23921
23922 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
23923
23924         * gst/matroska/ebml-ids.h:
23925         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
23926         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
23927         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
23928           automatically convert unix time <-> ebml time when reading/writing
23929           a date, use gst_ebml_write_uint to write CUETIME,
23930           not gst_ebml_write_date.
23931         * gst/matroska/matroska-ids.h:
23932         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
23933         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
23934         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
23935         (gst_matroska_mux_write_data):
23936           Write track and segment UIDs, write muxing date, write
23937           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
23938           Create cues for audio only files.
23939
23940 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23941
23942         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23943         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
23944           Re-commit ALSA switches.
23945         * gst/adder/gstadder.c: (gst_adder_loop):
23946           64-bit fix (#151416).
23947         * gst/debug/progressreport.c: (gst_progressreport_report):
23948           64-bit fix (#151419).
23949         * gst/matroska/matroska-demux.c:
23950         (gst_matroska_demux_parse_contents):
23951           64-bit fix (#151420).
23952         * gst/playback/test3.c: (update_scale):
23953           64-bit fix (#151421).
23954
23955 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23956
23957         * configure.ac:
23958           bump nano to cvs
23959
23960 === release 0.8.4 ===
23961
23962 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23963
23964         * configure.ac: releasing 0.8.4, "Alias"
23965
23966 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23967
23968         * ext/theora/Makefile.am:
23969           fix makefile.  Fixes #151462.
23970
23971 2004-08-30  Wim Taymans  <wim@fluendo.com>
23972
23973         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
23974         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23975         (gst_multifdsink_remove_client_link),
23976         (gst_multifdsink_client_queue_buffer),
23977         (gst_multifdsink_handle_client_write):
23978         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23979         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23980         Fix some memory leaks.
23981
23982 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23983
23984         Patch by: David Schleef
23985
23986         * configure.ac:
23987         * sys/Makefile.am:
23988           rename our detection macro for V4L2.  Fixes #151236.
23989
23990 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23991
23992         Patch by: David Schleef
23993
23994         * configure.ac:
23995           check to define LAMEPRESET.  Fixes #151232.
23996
23997 2004-08-27  David Schleef  <ds@schleef.org>
23998
23999         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24000         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24001         (gst_glimagesink_fixate):  Move local variable declarations to
24002         make gcc-2.95 happy.
24003
24004 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24005
24006         * configure.ac:
24007           bump nano for prerelease
24008
24009 2004-08-27  David Schleef  <ds@schleef.org>
24010
24011         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24012         * sys/sunaudio/gstsunaudiosrc.c:
24013         * sys/sunaudio/gstsunaudiosrc.h:
24014
24015 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24016
24017         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24018         handle EOS correctly
24019         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24020         * gst/matroska/matroska-mux.h:
24021         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24022         VFW compatibility mode
24023
24024 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24025
24026         patch by: Zaheer Abbas Merali
24027
24028         * ext/ogg/gstoggmux.c:
24029         * ext/vorbis/vorbisenc.c:
24030         * ext/vorbis/vorbisenc.h:
24031           handle NEWMEDIA
24032
24033 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24034
24035         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24036         fix byte order reversion on little endian machines.
24037         * gst/matroska/matroska-mux.c: (audiosink_templ),
24038         (gst_matroska_mux_audio_pad_link):
24039         add TTA codec to the list of supported codecs.
24040         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24041         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24042         (gst_matroska_mux_write_data):
24043         * gst/matroska/matroska-mux.h:
24044         write segment duration correctly, write muxing app string, fixes bugs
24045         #140897 and #140898.
24046         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24047         wait for all pads to be negotiated before starting to mux.
24048
24049 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24050
24051         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24052         * ext/lame/gstlame.h:
24053         Added new media support to lame
24054
24055 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24056
24057         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24058         send vorbis headers at the beginning of a stream, fixes bug #141554.
24059         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24060         bug #148950.
24061         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24062         (gst_matroska_demux_plugin_init):
24063         * gst/matroska/matroska-ids.h:
24064         enable demuxing of TTA audio streams, fixes bug #148951.
24065         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24066         enable typefinding for TTA audio files, fixes bug #148711.
24067         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24068         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24069         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24070
24071 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24072
24073         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24074         (gst_riff_read_element_data), (gst_riff_read_seek),
24075         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24076         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24077         <teuf@gnome.org>
24078
24079 2004-08-23 Iain <iaingnome@gmail.com>
24080
24081         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24082         tags. They appear to be handled differently to normal.
24083         (tag_list_to_id3_tag_foreach): Ditto.
24084
24085 2004-08-22  Wim Taymans  <wim@fluendo.com>
24086
24087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24088         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24089         Make sure we never send -1 granulepos.
24090
24091 2004-08-20  Wim Taymans  <wim@fluendo.com>
24092
24093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24094         (gst_ogg_mux_loop):
24095         I will accept bitchslappings with non sharp objects.
24096
24097 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24098
24099         * configure.ac:
24100         Clean up the test for lame presets
24101
24102 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24103
24104         * configure.ac:
24105         * ext/lame/Makefile.am:
24106         * ext/lame/gstlame.c: (gst_lame_class_init),
24107         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24108         Only enable lame presets if version of lame has presets in API
24109
24110 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24111         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24112         * gst/udp/gstudpsrc.h:
24113           Don't call gst_pad_push in a get function. Fixes #150449
24114
24115 2004-08-18  Wim Taymans  <wim@fluendo.com>
24116
24117         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24118         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24119         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24120         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24121         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24122         (gst_fdset_wait):
24123         * gst/tcp/gstfdset.h:
24124         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24125         (gst_multifdsink_client_queue_buffer),
24126         (gst_multifdsink_handle_client_write):
24127         * gst/tcp/gstmultifdsink.h:
24128         Some extra checks in gstfdset.
24129         Only use send() when the fd is a socket. Don't try to
24130         read from write only fds.
24131
24132 2004-08-18  Wim Taymans  <wim@fluendo.com>
24133
24134         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24135         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24136         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24137         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24138         (gst_fdset_wait):
24139         Add more locking and bounds checking.
24140
24141 2004-08-18  Wim Taymans  <wim@fluendo.com>
24142
24143         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24144         Realloc test fdset in the lock and right before starting
24145         the poll call. Bump the limit to 4096.
24146
24147 2004-08-17  David Schleef  <ds@schleef.org>
24148
24149         * sys/sunaudio/Makefile.am:
24150         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24151         of rates and channels.  Make debugging less obnoxious.
24152
24153         Patch from Balamurali Viswanathan implementing a mixer for
24154         Sun audio.  (bug #144091):
24155         * sys/sunaudio/gstsunelement.c:
24156         * sys/sunaudio/gstsunelement.h:
24157         * sys/sunaudio/gstsunmixer.c:
24158         * sys/sunaudio/gstsunmixer.h:
24159
24160 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24161
24162         * gst/audioscale/gstaudioscale.c:
24163         * gst/audioscale/gstaudioscale.h:
24164         made audioscale resample from any sample rate to any sample rate
24165
24166 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24167
24168         * ext/libpng/gstpngdec.c:
24169           error out on unsupported types
24170
24171 2004-08-17  Iain <iaingnome@gmail.com>
24172
24173         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24174         mid_side and loose_mid_side properties if its a stereo stream.
24175
24176 2004-08-17  Wim Taymans  <wim@fluendo.com>
24177
24178         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24179         (theora_get_formats), (theora_dec_src_convert),
24180         (theora_dec_sink_convert), (theora_dec_src_query),
24181         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24182         Add a debug line.
24183
24184 2004-08-17  Wim Taymans  <wim@fluendo.com>
24185
24186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24187         (gst_ogg_pad_push):
24188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24189         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24190         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24191         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24192         Mark delta units in the muxer.
24193         Try to decode the packet after an out-of-sync error from
24194         libogg.
24195
24196 2004-08-17  Wim Taymans  <wim@fluendo.com>
24197
24198         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24199         (gst_multifdsink_init), (gst_multifdsink_add),
24200         (gst_multifdsink_client_queue_buffer),
24201         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24202         * gst/tcp/gstmultifdsink.h:
24203         Added option to send a keyframe to clients as the first buffer.
24204         Make timeout property writable.
24205
24206 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24207
24208         patch by: Wim Taymans
24209
24210         * gst/tcp/gstfdset.c:
24211         * gst/tcp/gstmultifdsink.c:
24212           fix index comparison, should include 0
24213
24214 2004-08-16  Wim Taymans  <wim@fluendo.com>
24215
24216         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24217         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24218         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24219         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24220         (gst_fdset_wait):
24221           copy when reallocing for poll so the select arguments don't get
24222           changed during the call
24223
24224 2004-08-16  Wim Taymans  <wim@fluendo.com>
24225
24226         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24227         (gst_theora_enc_class_init), (theora_enc_sink_link),
24228         (theora_buffer_from_packet), (theora_enc_chain):
24229         Fix bug where buffers were not marked as keyframes
24230         correctly.
24231
24232 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24233
24234         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24235         (gst_lame_preset_get_type), (gst_lame_class_init):
24236         describe the enum values for vbr mode and presets more verbosely
24237
24238 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24239
24240         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24241         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24242         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24243         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24244         * ext/lame/gstlame.h:
24245         add preset property to lame so it can use lame presets
24246
24247 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24248
24249         * ext/lame/gstlame.c: (gst_lame_get_property):
24250         whoops forgot break, thanks teuf
24251
24252 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24253
24254         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24255         (gst_lame_class_init), (gst_lame_src_getcaps),
24256         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24257         (gst_lame_get_property), (gst_lame_setup):
24258         * ext/lame/gstlame.h:
24259         fix lame's broken vbr stuff, allow it to resample if need be, and also
24260         make xing header optional
24261
24262 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24263
24264         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24265         added getcaps function so samplerate doesnt get fixated to silly values
24266
24267 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24268
24269         * ext/lame/gstlame.c: (gst_lame_src_link):
24270         revert previous fix
24271
24272 2004-08-12  Johan Dahlin  <johan@gnome.org>
24273
24274         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24275         checks. Doesn't matter what state we are in. Interfaces are a
24276         compile time thing, not runtime. It also broke the python bindings.
24277
24278 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24279
24280         * ext/lame/gstlame.c: (gst_lame_src_link):
24281         made source pad link function check if sinkpad is ok..fixes the problem
24282         where core fixates the output rate of lame stupidly
24283
24284 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24285
24286         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24287         * sys/v4l/v4l_calls.c:
24288         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24289           fix fixate function to handle nonsimple caps.
24290           remove bogus check in _link
24291           cleanups
24292
24293 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24294
24295         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24296         set default compression ratio parameter to 0.0 so bitrate parameter
24297         works :)
24298
24299 2004-08-11  David Schleef  <ds@schleef.org>
24300
24301         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24302
24303 2004-08-11  David Schleef  <ds@schleef.org>
24304
24305         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24306         before.
24307
24308 2004-08-11  David Schleef  <ds@schleef.org>
24309
24310         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24311
24312 2004-08-11  David Schleef  <ds@schleef.org>
24313
24314         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24315           license field
24316         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24317         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24318           LGPL.
24319         * gst/auparse/gstauparse.c: Fix plugin license field.
24320         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24321         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24322         * gst/rtp/gstrtp.c: Fix plugin license field.
24323
24324 2004-08-11  Wim Taymans  <wim@fluendo.com>
24325
24326         * gst/tcp/Makefile.am:
24327         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24328         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24329         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24330         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24331         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24332         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24333         (gst_fdset_fd_can_write), (gst_fdset_wait):
24334         * gst/tcp/gstfdset.h:
24335         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24336         (gst_multifdsink_class_init), (gst_multifdsink_init),
24337         (gst_multifdsink_add), (gst_multifdsink_remove),
24338         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24339         (gst_multifdsink_remove_client_link),
24340         (gst_multifdsink_handle_client_read),
24341         (gst_multifdsink_client_queue_data),
24342         (gst_multifdsink_client_queue_caps),
24343         (gst_multifdsink_client_queue_buffer),
24344         (gst_multifdsink_handle_client_write),
24345         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24346         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24347         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24348         (gst_multifdsink_close):
24349         * gst/tcp/gstmultifdsink.h:
24350         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24351         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24352         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24353         (gst_tcpserversink_close):
24354         * gst/tcp/gsttcpserversink.h:
24355         Abstracted away the select call, implemented poll (yes we ran into
24356         the 1024 limit in production).
24357
24358 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24359
24360         * gst/tcp/gsttcp.c:
24361         * gst/tcp/gsttcpplugin.c:
24362           improve debuggging, remove assert
24363
24364 2004-08-10  Wim Taymans  <wim@fluendo.com>
24365
24366         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24367         (gst_client_status_get_type), (gst_multifdsink_class_init),
24368         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24369         (gst_multifdsink_handle_client_read),
24370         (gst_multifdsink_handle_client_write),
24371         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24372         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24373         (gst_multifdsink_get_property):
24374         * gst/tcp/gstmultifdsink.h:
24375         * gst/tcp/gsttcp-marshal.list:
24376         Starting to prepare for specifying buffer time in other units
24377         than buffers. Expose remove reason in signal.
24378
24379 2004-08-10  Wim Taymans  <wim@fluendo.com>
24380
24381         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24382         (gst_multifdsink_remove), (gst_multifdsink_clear),
24383         (gst_multifdsink_remove_client_link),
24384         (gst_multifdsink_handle_client_read),
24385         (gst_multifdsink_client_queue_data),
24386         (gst_multifdsink_client_queue_buffer),
24387         (gst_multifdsink_handle_client_write),
24388         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24389         (gst_multifdsink_chain), (gst_multifdsink_close):
24390         * gst/tcp/gstmultifdsink.h:
24391         Added more debugging info. Changed the way clients are
24392         removed from the lists. Fixed a bug where a bad file descriptor
24393         could cause many clients to be removed.
24394
24395 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24396
24397         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24398           allow all pixel-aspect-ratios, not just 1:1
24399
24400 2004-08-09  David Schleef  <ds@schleef.org>
24401
24402         * sys/glsink/ARB_multitexture.h:  Remove old files.
24403         * sys/glsink/EXT_paletted_texture.h:
24404         * sys/glsink/NV_register_combiners.h:
24405         * sys/glsink/gstgl_nvimage.c:
24406         * sys/glsink/gstgl_pdrimage.c:
24407         * sys/glsink/gstgl_rgbimage.c:
24408         * sys/glsink/gstglsink.c:
24409         * sys/glsink/gstglsink.h:
24410         * sys/glsink/gstglxwindow.c:
24411         * sys/glsink/regcomb_yuvrgb.c:
24412
24413 2004-08-09  David Schleef  <ds@schleef.org>
24414
24415         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24416         GL sink plugin.  (Bug #147302)
24417
24418         * configure.ac: Test for OpenGL
24419         * sys/Makefile.am: Use test for OpenGL
24420         * sys/glsink/Makefile.am:
24421         * sys/glsink/glimagesink.c: rewrite
24422         * sys/glsink/glimagesink.h: rewrite
24423
24424 2004-08-09  David Schleef  <ds@schleef.org>
24425
24426         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24427         sane framerates.
24428         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24430         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24431
24432 2004-08-09  Wim Taymans  <wim@fluendo.com>
24433
24434         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24435         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24436         (gst_multifdsink_client_remove),
24437         (gst_multifdsink_handle_client_read),
24438         (gst_multifdsink_handle_client_write),
24439         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24440         Do a bit more logging, make the client_read code more robust.
24441
24442 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24443
24444         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24445         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24446         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24447         (gst_jpegdec_init), (gst_jpegdec_chain):
24448         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24449         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24450           cleanups, debugging fixes and memleak plugging
24451
24452 2004-08-09  Wim Taymans  <wim@fluendo.com>
24453
24454         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24455         (theora_get_formats), (theora_dec_src_convert),
24456         (theora_dec_sink_convert), (theora_dec_src_query),
24457         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24458         (theora_dec_change_state):
24459         Don't crash on missing header packets.
24460
24461 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24462
24463         * po/LINGUAS:
24464         * po/sq.po:
24465           Added Albanian translation (Laurent Dhima)
24466         * po/cs.po:
24467           updated
24468
24469 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24470
24471         * ext/lame/gstlame.c:
24472           fix/add debugging
24473
24474 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24475
24476         * sys/ximage/ximagesink.c:
24477         * sys/xvimage/xvimagesink.c:
24478           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24479
24480 2004-08-06  Wim Taymans  <wim@fluendo.com>
24481
24482         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24483         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24484         (gst_multifdsink_client_remove),
24485         (gst_multifdsink_handle_client_read),
24486         (gst_multifdsink_handle_client_write),
24487         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24488         Make sure we don't try to read more from a client that what
24489         ioctl says us or we deadlock.
24490
24491 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24492
24493         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24494         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24495         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24496           decouple running_time and n_frames so it can handle changing
24497           framerate while running
24498
24499 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24500
24501         * po/nl.po:
24502         * po/sv.po:
24503           updated translations
24504
24505 2004-08-04  Benjamin Otte  <otte@gnome.org>
24506
24507         * gst/videotestsrc/gstvideotestsrc.c:
24508         (gst_videotestsrc_get_capslist), (generate_capslist),
24509         (plugin_init):
24510           generate the list of supported caps at startup and reuse it instead
24511           of always generating it
24512
24513 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24514
24515         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
24516           whoops, last checkin broke normal build
24517
24518 2004-08-03  Benjamin Otte  <otte@gnome.org>
24519
24520         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
24521         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24522         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24523         (gst_alsa_mixer_get_option):
24524         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
24525         (dvdnavsrc_print_event):
24526         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
24527         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
24528         (gst_ogg_mux_pad_unlink):
24529         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
24530         (gst_multipart_mux_pad_unlink):
24531         * gst/videofilter/gstvideobalance.c:
24532         (gst_videobalance_colorbalance_set_value):
24533         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
24534         (gst_videomixer_pad_unlink):
24535         * po/uk.po:
24536         * sys/oss/gstossmixer.c:
24537         * sys/v4l/gstv4lcolorbalance.c:
24538         * sys/v4l/gstv4ltuner.c:
24539         * sys/v4l/v4lsrc_calls.c:
24540         * sys/v4l2/gstv4l2colorbalance.c:
24541         * sys/v4l2/gstv4l2tuner.c:
24542           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
24543
24544 2004-08-03  Benjamin Otte  <otte@gnome.org>
24545
24546         * examples/dynparams/filter.c: (ui_control_create):
24547         * examples/gstplay/player.c: (print_tag):
24548         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
24549         * ext/gdk_pixbuf/gstgdkanimation.c:
24550         (gst_gdk_animation_iter_may_advance):
24551         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
24552         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
24553         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
24554         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
24555         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
24556         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24557         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
24558         * gst/sine/demo-dparams.c: (main):
24559         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24560         * testsuite/alsa/formats.c: (create_pipeline):
24561         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
24562           fixes for G_DISABLE_ASSERT and friends
24563         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24564         (mp3_type_frame_length_from_header), (mp3_type_find),
24565         (plugin_init):
24566           require mp3 typefinding to have at least MIN_HEADERS valid headers
24567           add typefinding for AAC adts files
24568
24569 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
24570
24571         * sys/ximage/ximagesink.c:
24572         (gst_ximagesink_calculate_pixel_aspect_ratio):
24573         * sys/xvimage/xvimagesink.c:
24574         (gst_xvimagesink_calculate_pixel_aspect_ratio):
24575         Make sure we calculate pixel-aspect-ratio using floating point maths
24576
24577 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24578
24579         * po/uk.po:
24580           updated translation
24581
24582 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24583
24584         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
24586           add debugging for display PAR calculation
24587
24588 2004-08-02  David Schleef  <ds@schleef.org>
24589
24590         * configure.ac: Fix mikmod CFLAGS.
24591
24592 2004-07-27  Benjamin Otte  <otte@gnome.org>
24593
24594         * gst/audioscale/gstaudioscale.c:
24595         - fix templates to only support S16, it's the only format that works
24596         - make caps nego code use try_set_caps_nonfixed and fixation instead
24597         of try_set_caps twice, which is not nice for autopluggers
24598         - change rank to secondary, so autopluggers can pick it up after
24599         audioconvert
24600
24601 2004-08-02  Iain <iain@prettypeople.org>
24602
24603         * gst/interleave/interleave.c (interleave_init),
24604         (interleave_request_new_pad),
24605         (interleave_pad_removed),
24606         (interleave_buffered_loop): Use the real pad count, not the artificial
24607         one.
24608
24609 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24610
24611         * configure.ac: bump nano back to development
24612
24613 === release 0.8.3 ===
24614
24615 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24616
24617         * configure.ac: releasing 0.8.3, "Water"
24618
24619 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24620
24621         * sys/xvimage/xvimagesink.c:
24622         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24623         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
24624         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
24625         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24626         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24627         * sys/xvimage/xvimagesink.h:
24628           apply similar PAR fixes as to ximagesink
24629
24630 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24631
24632         patch from: Benjamin Otte
24633
24634         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
24635           add link function to lame.  Fixes #148986.
24636
24637 2004-08-02  Johan Dahlin  <johan@gnome.org>
24638
24639         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
24640         fix debugging log
24641
24642 2004-07-30  David Schleef  <ds@schleef.org>
24643
24644         * gst/videomixer/Makefile.am: Fix things that should have been
24645         fixed in the last checkin.
24646
24647 2004-07-30  David Schleef  <ds@schleef.org>
24648
24649         * gst/multipart/Makefile.am: Fix things that should have been
24650         fixed in the last checkin.
24651
24652 2004-07-30  David Schleef  <ds@schleef.org>
24653
24654         * testsuite/multifilesink/Makefile.am: Fix unused variable.
24655
24656 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24657
24658         * configure.ac:
24659           bump nano for prerelease
24660         * po/af.po:
24661         * po/az.po:
24662         * po/cs.po:
24663         * po/en_GB.po:
24664         * po/hu.po:
24665         * po/nl.po:
24666         * po/sr.po:
24667         * po/sv.po:
24668         * po/uk.po:
24669           updates
24670
24671 2004-07-30  Wim Taymans  <wim@fluendo.com>
24672
24673         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24674         (gst_multifdsink_add), (gst_multifdsink_remove),
24675         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24676         (gst_multifdsink_client_remove),
24677         (gst_multifdsink_handle_client_write),
24678         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24679         * gst/tcp/gstmultifdsink.h:
24680         Recover from a select with a bad file descriptor by removing
24681         the client.
24682
24683 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24684
24685         * configure.ac:
24686           fix requirement of core
24687         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
24688         (gst_play_pipeline_setup):
24689           don't use colorspace element.  do use hermescolorspace element.
24690           make macro to get a colorspace element.
24691           mark strings for translation.
24692         * po/POTFILES.in:
24693           add play.c
24694         * po/af.po:
24695         * po/az.po:
24696         * po/cs.po:
24697         * po/en_GB.po:
24698         * po/hu.po:
24699         * po/nl.po:
24700         * po/sr.po:
24701         * po/sv.po:
24702         * po/uk.po:
24703           update translations
24704
24705 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24706
24707         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
24708         fix default for newmedia flag
24709
24710 2004-07-30  Wim Taymans  <wim@fluendo.com>
24711
24712         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24713         (gst_theora_dec_init), (theora_get_formats),
24714         (theora_dec_src_convert), (theora_dec_sink_convert),
24715         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24716         (theora_dec_chain), (theora_dec_set_property),
24717         (theora_dec_get_property):
24718         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24719         (gst_theora_enc_class_init), (gst_theora_enc_init),
24720         (theora_enc_sink_link), (theora_enc_chain),
24721         (theora_enc_set_property), (theora_enc_get_property):
24722         Added cropping option to theora decoder.
24723         Added border option to theora encoder.
24724
24725 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24726
24727         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24728         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24729         (gst_pngenc_set_property):
24730         * ext/libpng/gstpngenc.h:
24731         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
24732
24733 2004-07-30  Wim Taymans  <wim@fluendo.com>
24734
24735         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24736         (theora_enc_sink_link), (theora_enc_chain),
24737         (theora_enc_set_property), (theora_enc_get_property):
24738         Fix encoding of non-multiple-of-16 video.
24739
24740 2004-07-29  David Schleef  <ds@schleef.org>
24741
24742         * configure.ac: make test for audiofile more strict
24743
24744 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24745
24746         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24747           give different names to typefind functions
24748
24749 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24750
24751         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24752         (gst_ximagesink_calculate_pixel_aspect_ratio),
24753         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24754         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24755         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
24756         (gst_ximagesink_get_property), (gst_ximagesink_init):
24757         * sys/ximage/ximagesink.h:
24758           allocate PAR's dynamically.
24759           use autodetected PAR if no object-set PAR is given.
24760           add workaround for directfb's X not setting physical size.
24761           fix to xvimagesink will follow tomorrow.
24762
24763 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24764
24765         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
24766         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
24767         (gst_shout2send_get_type), (gst_shout2send_set_clock),
24768         (gst_shout2send_class_init), (gst_shout2send_init),
24769         (set_shout_metadata), (gst_shout2send_set_metadata),
24770         (gst_shout2send_chain), (gst_shout2send_set_property),
24771         (gst_shout2send_get_property), (gst_shout2send_connect),
24772         (gst_shout2send_change_state):
24773         * ext/shout2/gstshout2.h:
24774         - fix for sending mp3 audio to icecast2 server, if pad link function not
24775         called before PAUSED state
24776         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
24777         - added tagging support for mp3 audio broadcasted
24778         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
24779         debug info
24780
24781 2004-07-28  Wim Taymans  <wim@fluendo.com>
24782
24783         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24784         (gst_ogg_demux_push):
24785         Return query failure when we don't know the length of
24786         an ogg stream insteda of returning TRUE with a bogus value.
24787
24788 2004-07-28  Wim Taymans  <wim@fluendo.com>
24789
24790         * ext/theora/theoradec.c: (theora_get_formats),
24791         (theora_dec_src_convert), (theora_dec_sink_convert),
24792         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24793         (theora_dec_chain):
24794         Don't screw up the 1 Chroma for 1 luma sample situation when we
24795         have an odd offset/width by adding a black border in those cases.
24796
24797 2004-07-28  Wim Taymans  <wim@fluendo.com>
24798
24799         * ext/theora/theoradec.c: (theora_get_formats),
24800         (theora_dec_src_convert), (theora_dec_sink_convert),
24801         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24802         (theora_dec_chain):
24803         * ext/theora/theoraenc.c: (theora_enc_sink_link):
24804         Added first attempt at cropping of the image as required by the
24805         theora spec. We need more properties in the caps (offset_x,
24806         offset_y,stride) to implement this correctly.
24807
24808 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
24809
24810         * ext/dvdnav/README:
24811           Update the README to use dvddemux
24812         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24813           Ensure getcaps returns a subset of the template caps
24814         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
24815         (gst_mpeg2subt_init):
24816           Ensure getcaps returns a subset of the template caps
24817         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
24818         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
24819         (gst_dvd_demux_get_subpicture_stream),
24820         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
24821         * gst/mpegstream/gstdvddemux.h:
24822           Set the explicit caps on the current_video pad before pushing
24823           anything
24824         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
24825         (gst_mpeg_demux_get_audio_stream):
24826           Free caps used to gst_pad_set_explicit_caps, which takes a const
24827           GstCaps *
24828
24829 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24830
24831         * configure.ac: update GStreamer requirement to 0.8.4 because of
24832           GstFraction.
24833
24834 2004-07-28  Wim Taymans  <wim@fluendo.com>
24835
24836         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
24837         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
24838         Add the pad to the element after setting up the caps. This
24839         makes it a lot easier to autoplug.
24840
24841 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24842
24843         * gst/median/gstmedian.c:
24844         * gst/mpeg2subt/gstmpeg2subt.c:
24845         * gst/mpegaudioparse/gstmpegaudioparse.c:
24846         * gst/mpegstream/gstdvddemux.c:
24847         * gst/mpegstream/gstmpegdemux.c:
24848         * gst/mpegstream/gstmpegpacketize.c:
24849         * gst/rtjpeg/gstrtjpeg.c:
24850         * gst/rtjpeg/gstrtjpegdec.c:
24851         * gst/rtjpeg/gstrtjpegenc.c:
24852         * gst/sine/gstsinesrc.c:
24853         * gst/smooth/gstsmooth.c:
24854         * gst/smpte/gstsmpte.c:
24855         * gst/smpte/gstsmpte.h:
24856         * gst/stereo/gststereo.c:
24857         * gst/videofilter/gstgamma.c:
24858         * gst/videofilter/gstvideobalance.c:
24859         * gst/videofilter/gstvideofilter.c:
24860         * gst/videofilter/gstvideoflip.c:
24861         * gst/videoscale/gstvideoscale.c:
24862         * gst/videoscale/videoscale.c:
24863         * gst/videotestsrc/gstvideotestsrc.c:
24864         * gst/videotestsrc/videotestsrc.c:
24865         * gst/wavenc/gstwavenc.c:
24866         * gst/wavparse/gstwavparse.c:
24867           fix local includes and 64 bits constants
24868
24869 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24870
24871         * win32/gst.sln:
24872         * gst-libs/gst/*/*.vcproj:
24873         * gst/*/*.vcproj:
24874           more working plugins
24875
24876 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24877
24878         * testsuite/alsa/Makefile.am:
24879         * testsuite/alsa/srcstate.c:
24880         add test for alsasrc changing state
24881
24882 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24883
24884         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
24885         (gst_silence_get):
24886         * gst/silence/gstsilence.h:
24887         fix silence generation for 16bit raw audio
24888
24889 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24890
24891         * gst/matroska/matroska-demux.c:
24892         (gst_matroska_demux_parse_metadata),
24893         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
24894         * gst/mpegaudio/common.c:
24895         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
24896         (gst_videoscale_getcaps), (gst_videoscale_link),
24897         (gst_videoscale_src_fixate), (gst_videoscale_init),
24898         (gst_videoscale_finalize):
24899         * gst/videoscale/gstvideoscale.h:
24900         * gst/videotestsrc/gstvideotestsrc.c:
24901         (gst_videotestsrc_get_capslist):
24902         * gst/wavenc/gstwavenc.c:
24903         * sys/oss/gstossmixer.c: (fill_labels):
24904         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24905         (gst_ximagesink_handle_xevents),
24906         (gst_ximagesink_calculate_pixel_aspect_ratio),
24907         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
24908         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
24909         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
24910         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
24911         (gst_ximagesink_init), (gst_ximagesink_class_init):
24912         * sys/ximage/ximagesink.h:
24913         * sys/xvimage/xvimagesink.c:
24914         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24915         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
24916         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
24917         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24918         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24919         * sys/xvimage/xvimagesink.h:
24920           first batch of pixel aspect ratio commits.
24921
24922 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24923
24924         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24925         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
24926         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
24927           handle stride, needs work if we want to move stride handling
24928           upstream, but works correctly for our purposes.
24929
24930 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24931
24932         * gst/videoscale/README:
24933           add testing examples
24934         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
24935         (gst_videoscale_chain):
24936         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
24937         (gst_videoscale_get_size):
24938           add get_size function that handles stride like videotestsrc.
24939           fixes conversion for YUV formats for as much as I can test them.
24940
24941 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24942
24943         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24944         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24946         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24947         (gst_xvimagesink_xvimage_put):
24948           further cleanups, logging, error handling and synchronizing
24949
24950 2004-07-27  Wim Taymans  <wim@fluendo.com>
24951
24952         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24953         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24954         (gst_videomixer_pad_set_property),
24955         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24956         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24957         (gst_videomixer_class_init), (gst_videomixer_init),
24958         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
24959         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
24960         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
24961         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24962         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24963         (gst_videomixer_loop), (plugin_init):
24964         Be a nicer negotiation citizen and provide a getcaps function on
24965         the srcpad. This also fixes a crash when resizing.
24966
24967 2004-07-27  Julien MOUTTE  <julien@moutte.net>
24968
24969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24970         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
24971
24972 2004-07-27  Wim Taymans  <wim@fluendo.com>
24973
24974         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
24975         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24976         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24977         (gst_pngenc_set_property):
24978         * ext/libpng/gstpngenc.h:
24979         Added snapshot property to pngenc.
24980         removed g_print from pngdec
24981
24982 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24983
24984         * gst/ac3parse/ac3parse.vcproj
24985         * gst/adder/adder.vcproj
24986         * gst/alpha/alpha.vcproj
24987         * gst/alpha/alphacolor.vcproj
24988         * gst/asfdemux/asf.vcproj
24989         * gst/audioconvert/audioconvert.vcproj
24990         * gst/audiorate/audiorate.vcproj
24991         * gst/audioscale/audioscale.vcproj
24992         * gst/auparse/auparse.vcproj
24993         * gst/avi/avi.vcproj
24994         * gst/cdxaparse/cdxaparse.vcproj
24995         * gst/chart/chart.vcproj
24996         * gst/colorspace/colorspace.vcproj
24997         * gst/cutter/cutter.vcproj
24998         * gst/debug/debug.vcproj
24999         * gst/debug/efence.vcproj
25000         * gst/debug/navigationtest.vcproj
25001         * gst/deinterlace/deinterlace.vcproj
25002         * gst/effectv/effectv.vcproj
25003         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25004         * gst/filter/filter.vcproj
25005         * gst/flx/flxdec.vcproj
25006         * gst/goom/goom.vcproj
25007         * gst/interleave/interleave.vcproj
25008         * gst/law/alaw.vcproj
25009         * gst/law/mulaw.vcproj
25010         * gst/matroska/matroska.vcproj
25011         * gst/median/median.vcproj
25012         * gst/mixmatrix/mixmatrix.vcproj
25013         * gst/mpeg1sys/mpeg1systemencode.vcproj
25014         * gst/mpeg1videoparse/mp1videoparse.vcproj
25015         * gst/mpeg2sub/mpeg2subt.vcproj
25016         * gst/mpegaudio/mpegaudio.vcproj
25017         * gst/mpegaudioparse/mpegaudioparse.vcproj
25018         * gst/mpegstream/mpegstream.vcproj
25019         * gst/multifilesink/multifilesink.vcproj
25020         * gst/multipart/multipart.vcproj
25021         * gst/oneton/oneton.vcproj
25022         * gst/overlay/overlay.vcproj
25023         * gst/passthrough/passthrough.vcproj
25024         * gst/qtdemux/qtdemux.vcproj
25025         * gst/realmedia/rmdemux.vcproj
25026         * gst/rtjpeg/rtjpeg.vcproj
25027         * gst/rtp/rtp.vcproj
25028         * gst/silence/silence.vcproj
25029         * gst/sine/sinesrc.vcproj
25030         * gst/smooth/smooth.vcproj
25031         * gst/smpte/smpte.vcproj
25032         * gst/spectrum/spectrum.vcproj
25033         * gst/speed/speed.vcproj
25034         * gst/stereo/stereo.vcproj
25035         * gst/switch/switch.vcproj
25036         * gst/tags/tagedit.vcproj
25037         * gst/tcp/tcp.vcproj
25038         * gst/typefind/typefindfunctions.vcproj
25039         * gst/udp/udp.vcproj
25040         * gst/videobox/videobox.vcproj
25041         * gst/videocrop/videocrop.vcproj
25042         * gst/videodrop/videodrop.vcproj
25043         * gst/videofilter/gamma.vcproj
25044         * gst/videofilter/videobalance.vcproj
25045         * gst/videofilter/videofilter.vcproj
25046         * gst/videofilter/videoflip.vcproj
25047         * gst/videoflip/videoflip.vcproj
25048         * gst/videomixer/videomixer.vcproj
25049         * gst/videorate/videorate.vcproj
25050         * gst/videoscale/videoscale.vcproj
25051         * gst/videotestsrc/videotestsrc.vcproj
25052         * gst/virtualdub/virtualdub.vcproj
25053         * gst/volenv/volenv.vcproj
25054         * gst/volume/volume.vcproj
25055         * gst/wavenc/wavenc.vcproj
25056         * gst/wavparse/wavparse.vcproj
25057         * gst/y4m/y4menc.vcproj
25058         * gst-libs/gst/audio/audio.vcproj
25059         * gst-libs/gst/audio/audiofilter.vcproj
25060         * gst-libs/gst/colorbalance/colorbalance.vcproj
25061         * gst-libs/gst/idct/idtc.vcproj
25062         * gst-libs/gst/media-info/media-info.vcproj
25063         * gst-libs/gst/mixer/mixer.vcproj
25064         * gst-libs/gst/navigation/navigation.vcproj
25065         * gst-libs/gst/play/play.vcproj
25066         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25067         * gst-libs/gst/resample/resample.vcproj
25068         * gst-libs/gst/riff/riff.vcproj
25069         * gst-libs/gst/tuner/tuner.vcproj
25070         * gst-libs/gst/video/video.vcproj
25071         * gst-libs/gst/xoverlay/xoverlay.vcproj
25072           avoid problems with math.h, fix release dependancy
25073           rename GStreamer-0.8.lib to libgstreamer.lib
25074
25075 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25076
25077         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25079         the atom is not available we have to unlock the mutex. Fixes #148023
25080
25081 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25082
25083         * gst-libs/gst/media-info/media-info.h:
25084           issue for a vararg macro with MSVC
25085
25086 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25087
25088         * gst/effectv/effectv.vcproj
25089         * gst-libs/gst/idct/idct.vcproj:
25090         * gst-libs/gst/media-info/media-info.vcproj:
25091         * gst-libs/gst/navigation/navigation.vcproj:
25092         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25093         * gst-libs/gst/video/video.vcproj:
25094         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25095           fixes for build problems
25096
25097 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25098
25099         * gst-libs/gst/audio/audio.def:
25100         * gst-libs/gst/audio/riff.def:
25101           add some definitions needed by plugins
25102
25103 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25104
25105         * gst/asfdemux/gstasfmux.c
25106           Fix some 64 bits constants to be glib friendly
25107
25108 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25109
25110         * gst/ac3parse/gstac3parse.c
25111         * gst/audioscale/gstaudioscale.c
25112         * gst/auparse/gstauparse.c
25113         * gst/colorspace/gstcolorspace.c
25114         * gst/colorspace/yuv2rgb.h
25115           local include fixes
25116
25117 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25118
25119         * win32/gst.sln
25120           add more plugins to the build
25121
25122 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25123
25124         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25125         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25126
25127 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25128
25129         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25130         (gst_level_set_property), (gst_level_get_property),
25131         (gst_level_base_init), (gst_level_class_init):
25132           add debugging categories.  cleanups.
25133
25134 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25135
25136         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25137         (gst_videoscale_planar411), (gst_videoscale_planar400),
25138         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25139         (gst_videoscale_scale_nearest_str1),
25140         (gst_videoscale_scale_nearest_str2),
25141         (gst_videoscale_scale_nearest_str4),
25142         (gst_videoscale_scale_nearest_16bit),
25143         (gst_videoscale_scale_nearest_24bit):
25144           fixed stride issues
25145           tested with 320x240 -> 321, 322, 324 x240
25146           tested with YV12, I420, YUY2, UYVY
25147           fixed packed422rev (don't think it could have worked before)
25148           by testing with UYVY
25149
25150 2004-07-26  Benjamin Otte  <otte@gnome.org>
25151
25152         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25153         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25154         (plugin_init):
25155           add debugging category, add error checks like checking return values
25156           of setup calls, make sure it still works after
25157           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25158
25159 2004-07-26  Wim Taymans  <wim@fluendo.com>
25160
25161         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25162         (gst_mpeg_demux_get_audio_stream),
25163         (gst_mpeg_demux_process_private):
25164         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25165         Check for error codes from the negotiation functions. Make sure
25166         we really set the pad caps when a new pad is created.
25167
25168 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25169
25170         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25171         (gst_ffmpeg_caps_to_pix_fmt):
25172         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25173         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25174         (gst_ffmpegcolorspace_pad_link):
25175           don't make function do two things at the same time without reason.
25176
25177 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25178
25179         * gst/ac3parse/ac3parse.vcproj
25180         * gst/adder/adder.vcproj
25181         * gst/alpha/alpha.vcproj
25182         * gst/alpha/alphacolor.vcproj
25183         * gst/asfdemux/asf.vcproj
25184         * gst/audioconvert/audioconvert.vcproj
25185         * gst/audiorate/audiorate.vcproj
25186         * gst/audioscale/audioscale.vcproj
25187         * gst/auparse/auparse.vcproj
25188         * gst/avi/avi.vcproj
25189         * gst/cdxaparse/cdxaparse.vcproj
25190         * gst/chart/chart.vcproj
25191         * gst/colorspace/colorspace.vcproj
25192         * gst/cutter/cutter.vcproj
25193         * gst/debug/debug.vcproj
25194         * gst/debug/efence.vcproj
25195         * gst/debug/navigationtest.vcproj
25196         * gst/deinterlace/deinterlace.vcproj
25197         * gst/effectv/effectv.vcproj
25198         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25199         * gst/filter/filter.vcproj
25200         * gst/flx/flxdec.vcproj
25201         * gst/goom/goom.vcproj
25202         * gst/interleave/interleave.vcproj
25203         * gst/law/alaw.vcproj
25204         * gst/law/mulaw.vcproj
25205         * gst/matroska/matroska.vcproj
25206         * gst/median/median.vcproj
25207         * gst/mixmatrix/mixmatrix.vcproj
25208         * gst/mpeg1sys/mpeg1systemencode.vcproj
25209         * gst/mpeg1videoparse/mp1videoparse.vcproj
25210         * gst/mpeg2sub/mpeg2subt.vcproj
25211         * gst/mpegaudio/mpegaudio.vcproj
25212         * gst/mpegaudioparse/mpegaudioparse.vcproj
25213         * gst/mpegstream/mpegstream.vcproj
25214         * gst/multifilesink/multifilesink.vcproj
25215         * gst/multipart/multipart.vcproj
25216         * gst/oneton/oneton.vcproj
25217         * gst/overlay/overlay.vcproj
25218         * gst/passthrough/passthrough.vcproj
25219         * gst/qtdemux/qtdemux.vcproj
25220         * gst/realmedia/rmdemux.vcproj
25221         * gst/rtjpeg/rtjpeg.vcproj
25222         * gst/rtp/rtp.vcproj
25223         * gst/silence/silence.vcproj
25224         * gst/sine/sinesrc.vcproj
25225         * gst/smooth/smooth.vcproj
25226         * gst/smpte/smpte.vcproj
25227         * gst/spectrum/spectrum.vcproj
25228         * gst/speed/speed.vcproj
25229         * gst/stereo/stereo.vcproj
25230         * gst/switch/switch.vcproj
25231         * gst/tags/tagedit.vcproj
25232         * gst/tcp/tcp.vcproj
25233         * gst/typefind/typefindfunctions.vcproj
25234         * gst/udp/udp.vcproj
25235         * gst/videobox/videobox.vcproj
25236         * gst/videocrop/videocrop.vcproj
25237         * gst/videodrop/videodrop.vcproj
25238         * gst/videofilter/gamma.vcproj
25239         * gst/videofilter/videobalance.vcproj
25240         * gst/videofilter/videofilter.vcproj
25241         * gst/videofilter/videoflip.vcproj
25242         * gst/videoflip/videoflip.vcproj
25243         * gst/videomixer/videomixer.vcproj
25244         * gst/videorate/videorate.vcproj
25245         * gst/videoscale/videoscale.vcproj
25246         * gst/videotestsrc/videotestsrc.vcproj
25247         * gst/virtualdub/virtualdub.vcproj
25248         * gst/volenv/volenv.vcproj
25249         * gst/volume/volume.vcproj
25250         * gst/wavenc/wavenc.vcproj
25251         * gst/wavparse/wavparse.vcproj
25252         * gst/y4m/y4menc.vcproj
25253           more plugins supported under windows
25254
25255 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25256
25257         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25258         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25259         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25261         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25262           Add debugging statements.  Use the sizes as returned by the
25263           *CreateImage calls.
25264
25265 2004-07-26  Johan Dahlin  <johan@gnome.org>
25266
25267         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25268         the pad is negotiated.
25269
25270         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25271
25272 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25273
25274         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25275         * gst-libs/gst/idct/idct.vcproj:
25276         * gst-libs/gst/media-info/media-info.vcproj:
25277         * gst-libs/gst/mixer/mixer.vcproj:
25278         * gst-libs/gst/navigation/navigation.vcproj:
25279         * gst-libs/gst/play/play.vcproj:
25280         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25281         * gst-libs/gst/resample/resample.vcproj:
25282         * gst-libs/gst/tuner/tuner.vcproj:
25283         * gst-libs/gst/video/video.vcproj:
25284         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25285           more plugins supported under windows
25286
25287 2004-07-25 Iain <iain@prettypeople.org>
25288
25289         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25290         pad now rather than when the pad is created because state changes wipe
25291         explicit caps (fixes #148043).
25292
25293 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25294
25295         reviewed by Benjamin Otte  <otte@gnome.org>
25296
25297         * ext/mad/gstmad.c:
25298           fix mad plugin crashing on Sun (fixes #148289)
25299
25300 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25301
25302         * gst/avi/avi.def:
25303         * gst/avi/avi.vcproj:
25304         * gst/matroska/matroska.def:
25305         * gst/matroska/matroska.vcproj:
25306           remove unused .def files
25307
25308 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25309
25310         * gst-libs/gst/audio/gstaudiofilter.c:
25311           Clean the local include
25312
25313 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25314
25315         * win32/gst.sln:
25316         * gst-libs/gst/audio/audio.def:
25317         * gst-libs/gst/audio/audio.vcproj:
25318         * gst-libs/gst/audio/audiofilter.vcproj:
25319         * gst-libs/gst/audio/riff.def:
25320         * gst-libs/gst/audio/riff.vcproj:
25321         * gst-libs/gst/gst-libs.def:
25322         * gst-libs/gst/gst-libs.vcproj:
25323         * gst/avi/avi.vcproj:
25324         * gst/avi/avi.vcproj:
25325           Copy the files where needed after building, cleaner projects
25326
25327 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25328
25329         * gst/matroska/ebml-write.c:
25330           Fix some 64 bits constants to be glib friendly
25331
25332 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25333
25334         * win32/gst.sln:
25335         * gst-libs/gst/gst-libs.def:
25336         * gst-libs/gst/gst-libs.vcproj:
25337         * gst/matroska/matroska.def:
25338         * gst/matroska/matroska.vcproj:
25339           Add the preliminary canvas to build plugins on Win32
25340
25341 2004-07-23  Benjamin Otte  <otte@gnome.org>
25342
25343         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25344           don't enfore negotiation from source side, it breaks
25345           sinesrc ! audioconvert ! osssink
25346
25347 2004-07-22  David Schleef  <ds@schleef.org>
25348
25349         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25350         for ELF files, since they can easily be recognized as audio/mpeg.
25351         (bug #147441)
25352
25353 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25354
25355         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25356         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25357         (gst_videoscale_scale_nearest_24bit),
25358         (gst_videoscale_scale_nearest_16bit):
25359           fix 16bit and 24bit for stride (24bit might need testing)
25360           don't pretend we do more than one algorithm
25361
25362 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25363
25364         * configure.ac:
25365         * gst/Makefile.am:
25366         * gst/multifilesink/Makefile.am:
25367         * gst/multifilesink/gstmultifilesink.c:
25368         (gst_multifilesink_get_formats),
25369         (gst_multifilesink_get_query_types), (_do_init),
25370         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25371         (gst_multifilesink_init), (gst_multifilesink_dispose),
25372         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25373         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25374         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25375         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25376         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25377         (gst_multifilesink_uri_get_type),
25378         (gst_multifilesink_uri_get_protocols),
25379         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25380         (gst_multifilesink_uri_handler_init), (plugin_init):
25381         * gst/multifilesink/gstmultifilesink.h:
25382         * testsuite/Makefile.am:
25383         * testsuite/multifilesink/Makefile.am:
25384         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25385         (gst_newmedia_class_init), (gst_newmedia_init),
25386         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25387         (newfile_signal), (test_signal), (main):
25388         multifilesink plugin for creating new files every time a new media
25389         discontinuity event occurs
25390
25391 2004-07-22  Wim Taymans  <wim@fluendo.com>
25392
25393         * gst/alpha/Makefile.am:
25394         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25395         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25396         (gst_alpha_color_init), (gst_alpha_color_set_property),
25397         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25398         (transform), (gst_alpha_color_chain),
25399         (gst_alpha_color_change_state), (plugin_init):
25400         Stupid plugin to to RGBA to AYUV conversion because none of
25401         the colorspace plugins can handle that yet.
25402
25403 2004-07-22  Wim Taymans  <wim@fluendo.com>
25404
25405         * examples/seeking/seek.c: (update_scale), (main):
25406         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25407         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25408         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25409         (gst_decode_bin_init), (gst_decode_bin_dispose),
25410         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25411         (no_more_pads), (close_link), (type_found),
25412         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25413         (plugin_init):
25414         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25415         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25416         (gst_play_base_bin_dispose), (queue_overrun),
25417         (gen_preroll_element), (remove_prerolls), (unknown_type),
25418         (no_more_pads), (new_stream), (setup_source),
25419         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25420         (play_base_eos), (gst_play_base_bin_change_state),
25421         (gst_play_base_bin_add_element),
25422         (gst_play_base_bin_remove_element),
25423         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25424         (gst_play_base_bin_unlink_stream),
25425         (gst_play_base_bin_get_streaminfo):
25426         * gst/playback/gstplaybin.c: (gen_video_element),
25427         (gen_audio_element):
25428         * gst/playback/gststreaminfo.h:
25429         More playback updates, attempt to fix things after the state change
25430         breakage.
25431
25432 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25433
25434         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25435         (gst_videoscale_scale_nearest_16bit):
25436           comment algorithm
25437
25438 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25439
25440         * gst/videotestsrc/gstvideotestsrc.c:
25441         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25442         (gst_videotestsrc_init), (gst_videotestsrc_get),
25443         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25444         (gst_videotestsrc_get_property):
25445         * gst/videotestsrc/gstvideotestsrc.h:
25446         * gst/videotestsrc/videotestsrc.c:
25447         * gst/videotestsrc/videotestsrc.h:
25448           cleanup and commenting
25449
25450 2004-07-21  Wim Taymans  <wim@fluendo.com>
25451
25452         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25453         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25454         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25455         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25456         (_find_chain_get_unknown_part), (_find_streams_check),
25457         (gst_ogg_demux_push), (gst_ogg_pad_push):
25458         * ext/theora/theoradec.c: (theora_get_formats),
25459         (theora_dec_src_convert), (theora_dec_sink_convert),
25460         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25461         (theora_dec_chain):
25462         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25463         (vorbis_dec_convert), (vorbis_dec_src_query),
25464         (vorbis_dec_src_event), (vorbis_dec_event):
25465         More seeking fixes, oggdemux now supports seeking to time and
25466         uses the downstream element to convert granulepos to time.
25467         Seeking in theora-only ogg files now works.
25468
25469 2004-07-21  Wim Taymans  <wim@fluendo.com>
25470
25471         * ext/theora/theoradec.c: (gst_theora_dec_init),
25472         (theora_get_formats), (theora_get_event_masks),
25473         (theora_get_query_types), (theora_dec_src_convert),
25474         (theora_dec_sink_convert), (theora_dec_src_query),
25475         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25476         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25477         (vorbis_get_event_masks), (vorbis_get_query_types),
25478         (gst_vorbis_dec_init), (vorbis_dec_convert),
25479         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25480         Added query/convert/formats functions to vorbis and theora decoders
25481         so that the outside world can use them too. Fixed seeking on an
25482         ogg/theora/vorbis file by disabling the seeking seeking on the
25483         theora srcpad.
25484
25485 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25486
25487         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25488         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25489         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25490         images creation for both elements. We don't create the image on caps
25491         nego or renego, we just destroy the internal one if present if it does
25492         not match the needs. The chain function takes care of creating a new
25493         image when needed.
25494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25495         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25496         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25497         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
25498         the image format information. The buffer pool checks for the context
25499         image format and discard images with different formats.
25500         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
25501
25502 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25503
25504         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25505         (gst_ffmpegcolorspace_chain):
25506           no point in doing any chaining if the pad we want to push from
25507           isn't usable.
25508
25509 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25510
25511         * gst-libs/gst/riff/riff-media.c:
25512         (gst_riff_create_audio_caps_with_data):
25513           Fix double end-to-native symbol conversion (#148021).
25514
25515 2004-07-20  David Schleef  <ds@schleef.org>
25516
25517         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25518         Don't use an Atom that doesn't exist.
25519
25520 2004-07-20  Wim Taymans  <wim@fluendo.com>
25521
25522         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25523         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25524         (gst_multifdsink_client_remove),
25525         (gst_multifdsink_handle_client_write),
25526         (gst_multifdsink_queue_buffer):
25527         * gst/tcp/gstmultifdsink.h:
25528         More multifdsink stats. Avoid deadlock by releasing locks
25529         before sending out a signal.
25530
25531 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25532
25533         * po/LINGUAS:
25534         * po/hu.po:
25535           added Hungarian translation (Laszlo Dvornik)
25536
25537 2004-07-20  Wim Taymans  <wim@fluendo.com>
25538
25539         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25540         (gst_multifdsink_add), (gst_multifdsink_client_remove),
25541         (gst_multifdsink_handle_client_write),
25542         (gst_multifdsink_queue_buffer):
25543         * gst/tcp/gsttcp-marshal.list:
25544         Fixed the stupid marshal definition.
25545
25546 2004-07-20  Wim Taymans  <wim@fluendo.com>
25547
25548         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25549         (gst_multifdsink_init), (gst_multifdsink_add),
25550         (gst_multifdsink_client_remove),
25551         (gst_multifdsink_handle_client_write),
25552         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
25553         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
25554         (gst_multifdsink_init_send):
25555         * gst/tcp/gstmultifdsink.h:
25556         Added more stats, added timeout for a client, fixed some typos
25557         and added some comments.
25558
25559 2004-07-20  Wim Taymans  <wim@fluendo.com>
25560
25561         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25562         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25563         (gst_multifdsink_client_remove),
25564         (gst_multifdsink_handle_client_write):
25565         * gst/tcp/gstmultifdsink.h:
25566         * gst/tcp/gsttcp-marshal.list:
25567         Added get_stats method that returns a GValueArray of
25568         stats values.
25569
25570 2004-07-19  Benjamin Otte  <otte@gnome.org>
25571
25572         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25573           make sure longname, description and author are valid UTF-8
25574
25575 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25576
25577         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
25578         (gst_ximagesink_set_property):
25579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
25580         (gst_xvimagesink_set_property):
25581           make sure SYNCHRONOUS is respected after getting the X context
25582
25583 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25584
25585         * gst/matroska/matroska-demux.c:
25586         (gst_matroska_demux_handle_src_event),
25587         (gst_matroska_demux_parse_blockgroup):
25588         * gst/matroska/matroska-ids.h:
25589           add BlockReference tag and ignore it to clear out log.
25590           ignore NAVIGATION events to clear out log.
25591
25592 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25593
25594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25595         (gst_matroska_demux_add_stream):
25596         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
25597           add debug categories
25598
25599 2004-07-16  Wim Taymans  <wim@fluendo.com>
25600
25601         * ext/libpng/Makefile.am:
25602         * ext/libpng/gstpng.c: (plugin_init):
25603         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
25604         (gst_pngdec_get_type), (gst_pngdec_base_init),
25605         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
25606         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
25607         * ext/libpng/gstpngdec.h:
25608         Added png decoder.
25609
25610 2004-07-16  Julien MOUTTE  <julien@moutte.net>
25611
25612         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
25613         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
25614         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
25615         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25616         (gst_ximagesink_buffer_alloc):
25617         * sys/ximage/ximagesink.h:
25618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25619         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25620         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25621         (gst_xvimagesink_buffer_alloc):
25622         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
25623         again. Using internal data pointer of the x(v)image to store image's
25624         data to be coherent with the buffer alloc mechanism. Investigated the
25625         image destruction code to be sure that everything gets freed correctly.
25626
25627 2004-07-16  Wim Taymans  <wim@fluendo.com>
25628
25629         * gst-libs/gst/riff/riff-read.c:
25630         (gst_riff_read_strf_vids_with_data),
25631         (gst_riff_read_strf_auds_with_data):
25632         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25633         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25634         Make sure we don't create 0 sized subbuffers in riff-read.
25635         Signal the no more pads signal after reading the avi header.
25636
25637 2004-07-16  Wim Taymans  <wim@fluendo.com>
25638
25639         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25640         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25641         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25642         (gst_decode_bin_init), (gst_decode_bin_dispose),
25643         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25644         (no_more_pads), (close_link), (type_found),
25645         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25646         (gst_decode_bin_change_state), (plugin_init):
25647         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25648         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25649         (gst_play_base_bin_dispose), (queue_overrun),
25650         (gen_preroll_element), (remove_prerolls), (unknown_type),
25651         (no_more_pads), (new_stream), (setup_source),
25652         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25653         (play_base_eos), (gst_play_base_bin_change_state),
25654         (gst_play_base_bin_add_element),
25655         (gst_play_base_bin_remove_element),
25656         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25657         (gst_play_base_bin_unlink_stream),
25658         (gst_play_base_bin_get_streaminfo):
25659         * gst/playback/gstplaybasebin.h:
25660         Better error recovery. Added configurable preroll queue size. Faster
25661         detection of no-more-pads.
25662
25663 2004-07-16  Wim Taymans  <wim@fluendo.com>
25664
25665         * gst-libs/gst/video/video.h:
25666         Added 32 bits RGBA. Not sure if we should use another mime-type
25667         for alpha rgb. Currently the presence of the alpha_mask property
25668         signals an alpha channel.
25669
25670 2004-07-16  Wim Taymans  <wim@fluendo.com>
25671
25672         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25674         FPS seems to be 0.0 to MAX everywhere else.
25675
25676 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25677
25678         * gst-libs/gst/riff/riff-media.c:
25679         (gst_riff_create_video_caps_with_data):
25680           mp42/mp43 (no caps) exist too.
25681         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
25682           Set pixel_width/height; we've got them in-caps.
25683         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25684         * gst/wavparse/gstwavparse.c: (plugin_init):
25685           Both are valid primary.
25686         * sys/oss/gstossmixer.c:
25687           Remove i18n hack and enable translations.
25688
25689 2004-07-15  Benjamin Otte  <otte@gnome.org>
25690
25691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25692         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25693           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
25694
25695 2004-07-15  Benjamin Otte  <otte@gnome.org>
25696
25697         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25698         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
25699         (gst_alsa_close_audio):
25700           disable some of the debugging code for now. Writing debugging to a
25701           buffer is broken in current alsalib releases.
25702
25703 2004-07-12  Benjamin Otte  <otte@gnome.org>
25704
25705         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
25706           use bufferpools
25707
25708 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25709
25710         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25711         (theora_dec_src_query), (theora_dec_event):
25712         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
25713           add debugging categories.  Remove \n's.
25714
25715 2004-07-13  Johan Dahlin  <johan@gnome.org>
25716
25717         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
25718         (gst_play_bin_get_property): Impl.
25719
25720 2004-07-13  Wim Taymans  <wim@fluendo.com>
25721
25722         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
25723         When trying to find the stream length, seek back N pages
25724         instead of just one, where N is the number of streams in
25725         the current chain.
25726
25727 2004-07-13  Wim Taymans  <wim@fluendo.com>
25728
25729         * gst-libs/gst/riff/riff-media.c:
25730         (gst_riff_create_audio_caps_with_data),
25731         (gst_riff_create_audio_caps),
25732         (gst_riff_create_audio_template_caps):
25733         * gst-libs/gst/riff/riff-media.h:
25734         * gst-libs/gst/riff/riff-read.c:
25735         (gst_riff_read_strf_vids_with_data),
25736         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
25737         * gst-libs/gst/riff/riff-read.h:
25738         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25739         (gst_avi_demux_add_stream):
25740         Set codec_data on caps for avidemuxer.
25741
25742 2004-07-12  David Schleef  <ds@schleef.org>
25743
25744         * configure.ac: Fix test for Objective C
25745
25746 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
25747         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
25748         (gst_gdk_pixbuf_chain):
25749           Add svg and pcx to template caps, and ensure that getcaps returns a
25750           subset of the template caps.
25751           Copy each row manually for output, as gdkpixbuf may pad the
25752           rowstride to a 32-bit word boundary.
25753
25754 2004-07-12  Wim Taymans  <wim@fluendo.com>
25755
25756         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
25757         (gst_riff_create_video_template_caps):
25758         Fix the template caps to include some more media types.
25759
25760 2004-07-12  Wim Taymans  <wim@fluendo.com>
25761
25762         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25763         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25764         (compare_ranks), (print_feature), (gst_decode_bin_init),
25765         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25766         (try_to_link_1), (new_pad), (close_link), (type_found),
25767         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25768         (gst_decode_bin_change_state), (plugin_init):
25769         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25770         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25771         (gst_play_base_bin_dispose), (queue_overrun),
25772         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25773         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25774         (gst_play_base_bin_get_property), (play_base_eos),
25775         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25776         (gst_play_base_bin_remove_element),
25777         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25778         (gst_play_base_bin_unlink_stream),
25779         (gst_play_base_bin_get_streaminfo):
25780         * gst/playback/gstplaybasebin.h:
25781         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25782         (gst_play_bin_class_init), (gst_play_bin_init),
25783         (gst_play_bin_dispose), (gst_play_bin_set_property),
25784         (gst_play_bin_get_property), (gen_video_element),
25785         (gen_audio_element), (remove_sinks), (setup_sinks),
25786         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25787         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25788         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25789         (gst_play_bin_query), (plugin_init):
25790         * gst/playback/test4.c: (main):
25791         More fixes on reusing of the element.
25792
25793 2004-07-11  Benjamin Otte  <otte@gnome.org>
25794
25795         * ext/mad/gstmad.c: (normal_seek):
25796           allow seeking for other methods than just SET
25797
25798 2004-07-11  Andy Wingo  <wingo@pobox.com>
25799
25800         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
25801         float, "any" caps -> buffer_frames=[0,MAX].
25802
25803         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
25804         doesn't intersect our caps with the template any more. Do it
25805         ourselves.
25806         (interleave_buffered_loop): Use g_newa instead of malloc/free.
25807
25808 2004-07-09  Wim Taymans  <wim@fluendo.com>
25809
25810         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25811         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25812         (compare_ranks), (print_feature), (gst_decode_bin_init),
25813         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25814         (try_to_link_1), (new_pad), (close_link), (type_found),
25815         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25816         (gst_decode_bin_change_state), (plugin_init):
25817         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25818         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25819         (gst_play_base_bin_dispose), (queue_overrun),
25820         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25821         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25822         (gst_play_base_bin_get_property), (play_base_eos),
25823         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25824         (gst_play_base_bin_remove_element),
25825         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25826         (gst_play_base_bin_unlink_stream),
25827         (gst_play_base_bin_get_streaminfo):
25828         * gst/playback/gstplaybasebin.h:
25829         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25830         (gst_play_bin_class_init), (gst_play_bin_init),
25831         (gst_play_bin_dispose), (gst_play_bin_set_property),
25832         (gst_play_bin_get_property), (gen_video_element),
25833         (gen_audio_element), (remove_sinks), (setup_sinks),
25834         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25835         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25836         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25837         (gst_play_bin_query), (plugin_init):
25838         * gst/playback/test4.c: (main):
25839         Work on object reuse and seeking.
25840
25841 2004-07-09  Wim Taymans  <wim@fluendo.com>
25842
25843         * examples/seeking/seek.c: (iterate):
25844         Don't consume all CPU in the idle loop.
25845
25846 2004-07-09  Wim Taymans  <wim@fluendo.com>
25847
25848         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
25849         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
25850         Add pad to element *after* setting the pad functions so that
25851         the scheduler can use the correct ones.
25852
25853 2004-07-09  Wim Taymans  <wim@fluendo.com>
25854
25855         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
25856         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
25857         Sync to keyframe after seek
25858
25859 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25860
25861         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
25862         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
25863         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
25864         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
25865         * ext/libvisual/visual.c: (gst_visual_change_state):
25866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
25867         * ext/theora/theoradec.c: (theora_dec_change_state):
25868         * ext/theora/theoraenc.c: (theora_enc_change_state):
25869         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
25870         * gst-libs/gst/navigation/navigation.c:
25871         * gst/adder/gstadder.c: (gst_adder_change_state):
25872         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25873         (gst_audio_convert_get_buffer):
25874         * gst/multipart/multipartdemux.c:
25875         (gst_multipart_demux_change_state):
25876         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
25877         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25878         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
25879         * gst/videoscale/gstvideoscale.c:
25880         (gst_videoscale_handle_src_event):
25881         * gst/volume/gstvolume.c: (volume_chain_int16):
25882           don't assert in state change, this should be done by the base
25883           GstElement class.
25884           various debugging fixes.
25885
25886 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25887
25888         * configure.ac:
25889         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25890         (gst_play_dispose), (gst_play_set_location),
25891         (gst_play_set_data_src), (gst_play_set_video_sink),
25892         (gst_play_set_audio_sink), (gst_play_set_visualization),
25893         (gst_play_connect_visualization), (gst_play_get_sink_element),
25894         (gst_play_get_all_by_interface):
25895         * gst-libs/gst/play/play.h:
25896           add new method to get elements implementing an interface.
25897           add various error logging
25898
25899 2004-07-08  Wim Taymans  <wim@fluendo.com>
25900
25901         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
25902         (make_mpeg_pipeline), (make_mpegnt_pipeline),
25903         (make_playerbin_pipeline), (query_durations_elems),
25904         (query_durations_pads), (query_positions_elems),
25905         (query_positions_pads), (update_scale), (iterate), (stop_seek),
25906         (main):
25907         Added playbin seeking example.
25908
25909 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25910
25911         * gst-libs/gst/play/play.c: (gst_play_set_location),
25912         (gst_play_set_data_src), (gst_play_set_video_sink),
25913         (gst_play_set_audio_sink), (gst_play_set_visualization),
25914         (gst_play_connect_visualization), (gst_play_get_framerate):
25915           use a macro to look up elements from hash table
25916
25917 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25918
25919         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25920         (gst_play_get_length_callback), (gst_play_set_location),
25921         (gst_play_seek_to_time), (gst_play_set_data_src),
25922         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25923         (gst_play_set_visualization), (gst_play_connect_visualization),
25924         (gst_play_get_sink_element):
25925         - add debugging info
25926         - fix looking up sink elements by iterating over complete caps
25927         - put everything except for source and autoplugger in a complete bin
25928
25929 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25930
25931         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
25932         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
25933         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
25934         (gst_alsa_sink_write), (gst_alsa_sink_loop):
25935         * ext/alsa/gstalsasink.h:
25936         - add debugging info
25937         - clean up schizophrenia of data/buffer/event
25938         - fix double event unref error
25939
25940 2004-07-08  Wim Taymans  <wim@fluendo.com>
25941
25942         * gst/playback/Makefile.am:
25943         Add headers to noinst
25944
25945 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25946
25947         * tools/gst-launch-ext-m.m:
25948         * tools/gst-launch-ext.1.in:
25949           convert to the third millenium
25950
25951 2004-07-07  David Schleef  <ds@schleef.org>
25952
25953         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
25954
25955 2004-07-07  Wim Taymans  <wim@fluendo.com>
25956
25957         * gst/playback/Makefile.am:
25958         * gst/playback/README:
25959         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25960         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25961         (compare_ranks), (print_feature), (gst_decode_bin_init),
25962         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25963         (try_to_link_1), (new_pad), (close_link), (type_found),
25964         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25965         (plugin_init):
25966         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25967         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25968         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
25969         (gen_preroll_element), (no_more_pads), (new_stream),
25970         (setup_source), (gst_play_base_bin_set_property),
25971         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
25972         (gst_play_base_bin_add_element),
25973         (gst_play_base_bin_remove_element),
25974         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25975         (gst_play_base_bin_unlink_stream),
25976         (gst_play_base_bin_get_streaminfo):
25977         * gst/playback/gstplaybasebin.h:
25978         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25979         (gst_play_bin_class_init), (gst_play_bin_init),
25980         (gst_play_bin_dispose), (gst_play_bin_set_property),
25981         (gst_play_bin_get_property), (gen_video_element),
25982         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
25983         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
25984         (gst_play_bin_get_formats), (gst_play_bin_convert),
25985         (gst_play_bin_get_query_types), (gst_play_bin_query),
25986         (plugin_init):
25987         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
25988         (gst_stream_info_get_type), (gst_stream_info_class_init),
25989         (gst_stream_info_init), (gst_stream_info_new),
25990         (gst_stream_info_dispose), (gst_stream_info_set_property),
25991         (gst_stream_info_get_property):
25992         * gst/playback/gststreaminfo.h:
25993         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25994         (main):
25995         * gst/playback/test2.c: (main):
25996         * gst/playback/test3.c: (update_scale), (main):
25997         More playbin fixes. Added README. Do better element filtering.
25998         Added base class to preroll media. Added test apps.
25999
26000 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26001
26002         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26003         * ext/mpeg2dec/gstmpeg2dec.h:
26004           various debugging improvements.  Reset stream to next picture
26005           instead of sequence header, otherwise seeks cannot work.
26006
26007 2004-07-07  Wim Taymans  <wim@fluendo.com>
26008
26009         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26010         (gst_video_box_class_init), (gst_video_box_set_property),
26011         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26012         Use pad_alloc where possible.
26013
26014 2004-07-07  Wim Taymans  <wim@fluendo.com>
26015
26016         * sys/oss/gstosselement.c: (gst_osselement_reset),
26017         (gst_osselement_parse_caps):
26018         * sys/oss/gstosselement.h:
26019         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26020         Fix offset on osssrc.
26021
26022 2004-07-07  Wim Taymans  <wim@fluendo.com>
26023
26024         * ext/theora/theora.c: (plugin_init):
26025         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26026         (theora_dec_src_query), (theora_dec_chain):
26027         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26028         (theora_enc_sink_link), (theora_buffer_from_packet),
26029         (theora_push_packet), (theora_enc_chain):
26030         Fix theora granulepos calculation.
26031         Fix overflow in duration/position calculation.
26032         Bump rank to PRIMARY for theoradec.
26033         Use granulepos of last packet to calculate position.
26034         Set keyframe flag on buffers when needed.
26035
26036 2004-07-06  David Schleef  <ds@schleef.org>
26037
26038         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26039         serious?  (Fixed, obviously.)
26040
26041 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26042
26043         * po/LINGUAS:
26044         * po/cs.po:
26045           added Czech translation (Miloslav Trmac)
26046
26047 2004-07-05  Wim Taymans  <wim@fluendo.com>
26048
26049         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26050         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26051         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26052         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26053         (close_link), (type_found), (gst_decode_bin_set_property),
26054         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26055         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26056         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26057         (gst_decode_bin_query), (plugin_init):
26058         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26059         (gst_play_bin_class_init), (gst_play_bin_init),
26060         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26061         (get_video_element), (new_pad), (setup_source),
26062         (gst_play_bin_set_property), (gst_play_bin_get_property),
26063         (gst_play_bin_change_state), (gst_play_bin_add_element),
26064         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26065         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26066         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26067         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26068         * gst/playback/test.c: (main):
26069         More fixes, cleaned up playbin, make it use decodebin. Added
26070         threaded property to playbin.
26071
26072 2004-07-05  Wim Taymans  <wim@fluendo.com>
26073
26074         * configure.ac:
26075         * gst/playback/Makefile.am:
26076         * gst/playback/decodetest.c: (main):
26077         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26078         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26079         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26080         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26081         (close_link), (type_found), (gst_decode_bin_set_property),
26082         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26083         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26084         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26085         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26086         (plugin_init):
26087         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26088         (gst_play_bin_class_init), (gst_play_bin_init),
26089         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26090         (collect_sink_pads), (find_compatibles), (close_pad_link),
26091         (try_to_link_1), (new_pad), (close_link), (type_found),
26092         (setup_source), (gst_play_bin_set_property),
26093         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26094         (compare_ranks), (gst_play_bin_collect_factories),
26095         (gst_play_bin_change_state), (gst_play_bin_add_element),
26096         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26097         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26098         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26099         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26100         * gst/playback/test.c: (main):
26101         Added some playback helper elements and some test apps, very alpha
26102         still.
26103
26104 2004-07-04  Benjamin Otte  <otte@gnome.org>
26105
26106         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26107           only restart audio when we indeed have an xrun to fix repeated
26108           xruns. Fix suggested by Giuliano Pochini.
26109
26110 2004-07-03  David Schleef  <ds@schleef.org>
26111
26112         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26113         call to gst_debug_log() if debugging is disabled (bug #145118)
26114
26115 2004-07-03  Benjamin Otte  <otte@gnome.org>
26116
26117         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26118           use our own functions for restarting the alsa device.
26119         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26120           I should apply patches myself - use MIN for the third argument, not
26121           the second, this fixes seeking
26122
26123 2004-07-02  David Schleef  <ds@schleef.org>
26124
26125         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26126         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26127         do with the logic.
26128
26129 2004-07-02  David Schleef  <ds@schleef.org>
26130
26131         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26132         output buffers.  Fix logic mistake.  (bug #144866)
26133
26134 2004-07-02  David Schleef  <ds@schleef.org>
26135
26136         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26137         on X.  (bug #144753)
26138
26139 2004-07-02  David Schleef  <ds@schleef.org>
26140
26141         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26142         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26143         (bug #144624)
26144         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26145         (gst_osselement_rate_probe_check): Add another workaround for
26146         buggy drivers (bug #145336)
26147
26148 2004-07-02  David Schleef  <ds@schleef.org>
26149
26150         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26151         Most systems don't have MSG_NOSIGNAL.
26152
26153 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26154
26155         * Makefile.am:
26156         * gst-libs/gst/colorbalance/Makefile.am:
26157         * gst-libs/gst/mixer/Makefile.am:
26158         * gst-libs/gst/play/Makefile.am:
26159         * gst-libs/gst/tuner/Makefile.am:
26160           (hopefully) fix both install and dist and make error message useful.
26161           needs testing across automakes.
26162
26163 2004-07-02  Benjamin Otte  <otte@gnome.org>
26164
26165         * ext/ogg/gstogg.c: (plugin_init):
26166           we require bytestream now
26167         * ext/ogg/gstoggdemux.c:
26168           huge diff to implement chain setup in a fast and generic way. This
26169           improves tag reading and startup of huge files (read: Theora videos)
26170           quite a bit. It probably contains bugs, too, so please test.
26171           Seeking is not improved to the fast method.
26172
26173 2004-06-29  Wim Taymans  <wim@fluendo.com>
26174
26175         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26176         * ext/ogg/gstoggmux.c:
26177         Fix memleak in oggdemux when running unconnected pads.
26178         doc update in mux, start working on keyframe mode.
26179
26180 2004-06-29  Benjamin Otte  <otte@gnome.org>
26181
26182         * sys/oss/gstosssink.c:
26183         * sys/oss/gstosssrc.c:
26184           advertise correct template caps - we indeed do non-native endianness
26185           and 8bit audio has no endianness
26186         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26188           avoid (wrong) duplications in getcaps function and return
26189           template caps
26190
26191 2004-06-29  Wim Taymans  <wim@fluendo.com>
26192
26193         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26194         (gst_multifdsink_class_init), (gst_multifdsink_add),
26195         (gst_multifdsink_remove), (gst_multifdsink_clear),
26196         (gst_multifdsink_client_remove),
26197         (gst_multifdsink_handle_client_read),
26198         (gst_multifdsink_client_queue_data),
26199         (gst_multifdsink_client_queue_caps),
26200         (gst_multifdsink_client_queue_buffer),
26201         (gst_multifdsink_handle_client_write),
26202         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26203         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26204         (gst_multifdsink_init_send), (gst_multifdsink_close):
26205         Fix wrong GList iteration that could crash the server when
26206         more then 2 clients disconnect at the same time. Read all the
26207         pending commands in one batch to recover from command storms under
26208         very heavy load.
26209
26210 2004-06-28  Wim Taymans  <wim@fluendo.com>
26211
26212         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26213         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26214         (gst_videomixer_pad_set_property),
26215         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26216         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26217         (gst_videomixer_class_init), (gst_videomixer_init),
26218         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26219         (pad_zorder_compare), (gst_videomixer_sort_pads),
26220         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26221         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26222         (gst_videomixer_update_queues), (gst_videomixer_loop),
26223         (plugin_init):
26224         Avoid divide by zero, choose masterpad as the pad with the highest
26225         framerate.
26226
26227 2004-06-27  Julien Moutte  <julien@moutte.net>
26228
26229         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26230         (gst_ximagesink_xwindow_new):
26231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26232         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26233         function directly. We might want to call it from somewhere else one day.
26234
26235 2004-06-27  Julien Moutte  <julien@moutte.net>
26236
26237         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26238         (gst_ximagesink_xwindow_new):
26239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26240         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26241         window decorations.
26242
26243 2004-06-27  Wim Taymans  <wim@fluendo.com>
26244
26245         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26246         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26247         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26248         (gst_dvdec_set_property), (gst_dvdec_get_property):
26249         * ext/dv/gstdvdec.h:
26250         Implement drop_factor property to lower the framerate with
26251         a factor.
26252
26253 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26254
26255         * gst-libs/gst/colorbalance/Makefile.am:
26256         * gst-libs/gst/mixer/Makefile.am:
26257         * gst-libs/gst/play/Makefile.am:
26258         * gst-libs/gst/tuner/Makefile.am:
26259           unbreak Company's fix that didn't install the -enum.h files
26260
26261 2004-06-27  Wim Taymans  <wim@fluendo.com>
26262
26263         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26264         (gst_dvdec_change_state):
26265         * ext/dv/gstdvdec.h:
26266         Fix timestamp, duration and offset of the buffers.
26267
26268 2004-06-27  Wim Taymans  <wim@fluendo.com>
26269
26270         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26271         (gst_multifdsink_class_init), (gst_multifdsink_add),
26272         (gst_multifdsink_remove), (gst_multifdsink_clear),
26273         (gst_multifdsink_client_remove),
26274         (gst_multifdsink_handle_client_read),
26275         (gst_multifdsink_client_queue_data),
26276         (gst_multifdsink_client_queue_caps),
26277         (gst_multifdsink_client_queue_buffer),
26278         (gst_multifdsink_handle_client_write),
26279         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26280         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26281         (gst_multifdsink_init_send), (gst_multifdsink_close):
26282         * gst/tcp/gstmultifdsink.h:
26283         * gst/tcp/gsttcpserversink.c:
26284         (gst_tcpserversink_handle_server_read),
26285         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26286         More multifdsink fixes, more recovery policy fixes.
26287         Removed stupid g_print
26288
26289 2004-06-26  Wim Taymans  <wim@fluendo.com>
26290
26291         * gst/tcp/Makefile.am:
26292         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26293         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26294         (gst_multifdsink_class_init), (gst_multifdsink_init),
26295         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26296         (gst_multifdsink_handle_client_read),
26297         (gst_multifdsink_client_queue_data),
26298         (gst_multifdsink_client_queue_caps),
26299         (gst_multifdsink_client_queue_buffer),
26300         (gst_multifdsink_handle_client_write),
26301         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26302         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26303         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26304         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26305         (gst_multifdsink_close), (gst_multifdsink_change_state):
26306         * gst/tcp/gstmultifdsink.h:
26307         * gst/tcp/gsttcpplugin.c: (plugin_init):
26308         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26309         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26310         (gst_tcpserversink_handle_server_read),
26311         (gst_tcpserversink_handle_select),
26312         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26313         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26314         * gst/tcp/gsttcpserversink.h:
26315         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26316         one of the locks, added recovery policy to multifdsink.
26317
26318 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26319
26320         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26321           fix decision for when getting frames with same timestamp
26322         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26323         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26324         (gst_v4lsrc_get_property):
26325         * sys/v4l/gstv4lsrc.h:
26326           add latency offset property
26327
26328 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26329
26330         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26331         (plugin_init):
26332           fix debugging. add category.
26333
26334 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26335
26336         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26337           fix wrong offsets
26338
26339 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26340
26341         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26342         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26343         (gst_alsa_src_change_state):
26344           return a time that is in sync with the element's processing
26345
26346 2004-06-25  Wim Taymans  <wim@fluendo.com>
26347
26348         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26349         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26350         (gst_tcpserversink_client_remove),
26351         (gst_tcpserversink_handle_client_read),
26352         (gst_tcpserversink_client_queue_data),
26353         (gst_tcpserversink_client_queue_caps),
26354         (gst_tcpserversink_client_queue_buffer),
26355         (gst_tcpserversink_handle_client_write),
26356         (gst_tcpserversink_queue_buffer),
26357         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26358         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26359         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26360         (gst_tcpserversink_close):
26361         * gst/tcp/gsttcpserversink.h:
26362         Serversink rewrite. Really do non blocking writes to clients and
26363         maintain an internal queue to handle slower clients while not
26364         disturbing fast clients.
26365
26366 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26367
26368         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26369           better debug, don't override OFFSET and OFFSET_END
26370
26371 2004-06-25  Iain <iain@prettypeople.org>
26372
26373         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26374         name=source for the wavparse pipeline.
26375
26376 2004-06-24  Johan Dahlin  <johan@gnome.org>
26377
26378         * ext/theora/theoraenc.c (theora_enc_chain): Call
26379         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26380         streamheader caps are set correctly.
26381
26382 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26383
26384         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26385         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26386           respect minimum bitrate; same could be done for max bitrate
26387
26388 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26389
26390         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26391         (gst_vorbisenc_setup):
26392           fix sample rate range
26393
26394 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26395
26396         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26397         (gst_oggvorbisenc_setup):
26398         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26399         (gst_vorbisenc_setup):
26400           resolve ambiguities in code and description
26401
26402 2004-06-24  Wim Taymans  <wim@fluendo.com>
26403
26404         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26405         * ext/alsa/gstalsa.h:
26406         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26407         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26408         Use alsa trigger_tstamp to get the timestamp of the first
26409         sample in the buffer for more precise sync. Some cleanups.
26410
26411 2004-06-24  Wim Taymans  <wim@fluendo.com>
26412
26413         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26414         (gst_audiorate_init), (gst_audiorate_chain),
26415         (gst_audiorate_set_property), (gst_audiorate_get_property):
26416         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26417         (gst_videorate_chain):
26418         Added some logging, fixed an overflow bug in videorate.
26419
26420 2004-06-24  Benjamin Otte  <otte@gnome.org>
26421
26422         * ext/kio/Makefile.am:
26423           fix for builddir != srcdir and distcheck
26424
26425 2004-06-24  Benjamin Otte  <otte@gnome.org>
26426
26427         * gst-libs/gst/colorbalance/Makefile.am:
26428         * gst-libs/gst/mixer/Makefile.am:
26429         * gst-libs/gst/play/Makefile.am:
26430         * gst-libs/gst/tuner/Makefile.am:
26431         * gst/tcp/Makefile.am:
26432         * sys/dxr3/Makefile.am:
26433           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26434           tarball.
26435           Also add all *.list files that were missing.
26436         * Makefile.am:
26437           add a distcheck hook to ensure the above doesn't happen again.
26438
26439 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26440
26441         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26442
26443 2004-06-23  Colin Walters  <walters@redhat.com>
26444
26445         * m4/Makefile.am: Distribute gst-fionread.m4.
26446
26447 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26448
26449         * configure.ac: back to dev
26450
26451 2004-06-23  Wim Taymans  <wim@fluendo.com>
26452
26453         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26454         (gst_alsa_xrun_recovery):
26455         * ext/alsa/gstalsa.h:
26456         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26457         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26458         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26459         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26460         (gst_alsa_src_loop):
26461         Add clock to alsasrc. Take new capture timestamp when
26462         restarting after an overrun. Split up some functions between
26463         alsasrc and alsasink.
26464
26465 === release 0.8.2 ===
26466
26467 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26468
26469         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26470         (gst_alsa_change_state), (gst_alsa_update_avail),
26471         (gst_alsa_xrun_recovery):
26472         * ext/alsa/gstalsa.h:
26473         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26474           merge back changes from release
26475
26476 2004-06-23  Wim Taymans  <wim@fluendo.com>
26477
26478         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26479         (gst_audiorate_init), (gst_audiorate_chain),
26480         (gst_audiorate_set_property), (gst_audiorate_get_property):
26481         Implement sample dropping and notify
26482
26483 2004-06-22  Wim Taymans  <wim@fluendo.com>
26484
26485         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26486         (theora_enc_sink_link), (theora_buffer_from_packet),
26487         (theora_push_packet), (theora_enc_chain):
26488         Some cleanups, make sure the timestamps are correct.
26489
26490 2004-06-22  Wim Taymans  <wim@fluendo.com>
26491
26492         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26493         (gst_alsa_change_state), (gst_alsa_update_avail),
26494         (gst_alsa_xrun_recovery):
26495         * ext/alsa/gstalsa.h:
26496         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26497         Cleanups, take queued samples into account when reporting
26498         the time.
26499
26500 2004-06-22  Wim Taymans  <wim@fluendo.com>
26501
26502         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26503         (gst_videorate_init):
26504         Initialize the property as well.
26505
26506 2004-06-22  Wim Taymans  <wim@fluendo.com>
26507
26508         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26509         (gst_videorate_init), (gst_videorate_chain),
26510         (gst_videorate_set_property), (gst_videorate_get_property):
26511         Add property to make videorate silent.
26512         Add property to prefer new frames over old ones.
26513
26514 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26515
26516         * sys/osxvideo/Makefile.am:
26517         Workaround so that the osxvideo .so file gets linked with the
26518         Cocoa, OpenGL and QuickTime frameworks
26519
26520 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26521
26522         * sys/osxaudio/Makefile.am:
26523         Workaround so that the osxaudio .so file gets linked with the
26524         CoreAudio framework
26525
26526 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26527
26528         * configure.ac:
26529         Whoops, my fault...fixed build issues
26530
26531 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26532
26533         * configure.ac:
26534         Add objective-c support if running in Darwin/Mac OS X
26535         * sys/Makefile.am:
26536         * sys/osxvideo:
26537         * sys/osxvideo/Makefile.am:
26538         * sys/osxvideo/osxvideosink.h:
26539         * sys/osxvideo/osxvideosink.m:
26540         * sys/osxvideo/cocoawindow.h:
26541         * sys/osxvideo/cocoawindow.m:
26542         Add osxvideosink, a cocoa-based osx video sink
26543
26544
26545 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
26546         * ext/dvdnav/gst-dvd:
26547         Grab the gconf key from the right spot
26548         * gst/debug/gstnavseek.c: (gst_navseek_init),
26549         (gst_navseek_segseek), (gst_navseek_handle_src_event),
26550         (gst_navseek_chain):
26551         * gst/debug/gstnavseek.h:
26552           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
26553           and loop parameters of a segment seek.
26554         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
26555         (gst_videotestsrc_get_event_masks),
26556         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26557         * gst/videotestsrc/gstvideotestsrc.h:
26558           Add seeking support to videotestsrc
26559           Initialise the timestamp_offset variable.
26560
26561 2004-06-18  Wim Taymans  <wim@fluendo.com>
26562
26563         * ext/sidplay/gstsiddec.cc:
26564         Fix negotiation and set correct end offset.
26565
26566 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26567
26568         * configure.ac: branch and prerelease
26569
26570 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26571
26572         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
26573         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
26574         (gst_tcpclientsrc_init_receive):
26575         * gst/tcp/gsttcpclientsrc.h:
26576           read caps when connecting to server for GDP so we set them correctly
26577
26578 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26579
26580         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26581           notify drops and duplicates
26582         * gst/videoscale/videoscale.c: (videoscale_get_structure):
26583           no good reason to limit ourselves to 100x100
26584
26585 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26586
26587         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26588         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
26589         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26590         (gst_v4lsrc_get_property):
26591         * sys/v4l/gstv4lsrc.h:
26592         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26593         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26594         (gst_v4l_set_audio):
26595         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
26596         (gst_v4lsrc_try_capture):
26597         * sys/v4l/v4lsrc_calls.h:
26598           change try_palette to more general try_capture
26599           add autoprobe option so we can turn off autoprobing
26600           various fixes
26601
26602 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26603
26604         * configure.ac:
26605           add videorate
26606         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
26607         (gst_ximagesink_class_init):
26608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
26609         (gst_xvimagesink_class_init):
26610           run them as finalize, not dispose, since dispose can be invoked
26611           multiple times
26612
26613 2004-06-17  Wim Taymans  <wim@fluendo.com>
26614
26615         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26616         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
26617         * ext/alsa/gstalsa.h:
26618         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
26619         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
26620         (gst_alsa_src_change_state):
26621         * ext/alsa/gstalsasrc.h:
26622         Make the xrun code timestamp and offset the buffers correctly.
26623         moved the clock to the base class, use alsa methods to get time.
26624         Do correct timestamping on outgoing buffers.
26625
26626 2004-06-17  Wim Taymans  <wim@fluendo.com>
26627
26628         * gst/audiorate/Makefile.am:
26629         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
26630         (gst_audiorate_base_init), (gst_audiorate_class_init),
26631         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
26632         (gst_audiorate_set_property), (gst_audiorate_get_property),
26633         (gst_audiorate_change_state), (plugin_init):
26634         Added an audiorate converter that fills in gaps.
26635
26636 2004-06-17  Johan Dahlin  <johan@gnome.org>
26637
26638         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
26639
26640 2004-06-16  Wim Taymans  <wim@fluendo.com>
26641
26642         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
26643         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26644         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26645         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26646         (gst_v4lsrc_get_property):
26647         * sys/v4l/gstv4lsrc.h:
26648         Added a copy mode to v4lsrc where it will output a copied version
26649         of its internal hardware buffer.
26650         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
26651         can't | them.
26652
26653 2004-06-16  Wim Taymans  <wim@fluendo.com>
26654
26655         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26656         Timestamp fixes.
26657
26658 2004-06-16  Wim Taymans  <wim@fluendo.com>
26659
26660         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26661         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26662         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26663         (gst_v4lsrc_get_property):
26664         * sys/v4l/gstv4lsrc.h:
26665         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
26666         Added a sync mode enum property to control v4lsrc timestamp method
26667         Removed the use-fixed-fps property and moved functionality in
26668         the enum.
26669         Don't error on an error value from v4l-conf, it might not always
26670         be a real error.
26671
26672 2004-06-16  Wim Taymans  <wim@fluendo.com>
26673
26674         * gst/videorate/Makefile.am:
26675         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
26676         (gst_videorate_base_init), (gst_videorate_class_init),
26677         (gst_videorate_getcaps), (gst_videorate_link),
26678         (gst_videorate_init), (gst_videorate_chain),
26679         (gst_videorate_set_property), (gst_videorate_get_property),
26680         (gst_videorate_change_state), (plugin_init):
26681         Added a video timestamp corrector.
26682
26683 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26684
26685         fixed a potential leak with previous commit
26686
26687         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26688
26689 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26690
26691         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26692         Added missing refcount, fixes bug #144425
26693         Cheers Tim for finding the bug
26694
26695 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26696
26697         * sys/v4l/gstv4l.c: (plugin_init):
26698         * sys/v4l/gstv4lcolorbalance.c:
26699         * sys/v4l/gstv4lcolorbalance.h:
26700         * sys/v4l/gstv4lelement.c:
26701         * sys/v4l/gstv4lelement.h:
26702         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
26703         * sys/v4l/gstv4lmjpegsink.h:
26704         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26705         * sys/v4l/gstv4lmjpegsrc.h:
26706         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26707         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26708         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
26709         * sys/v4l/gstv4lsrc.h:
26710         * sys/v4l/gstv4ltuner.c:
26711         * sys/v4l/gstv4ltuner.h:
26712         * sys/v4l/gstv4lxoverlay.c:
26713         * sys/v4l/gstv4lxoverlay.h:
26714         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
26715         (gst_v4l_set_window), (gst_v4l_enable_overlay):
26716         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26717         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26718         (gst_v4l_set_audio):
26719         * sys/v4l/v4l_calls.h:
26720         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
26721         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
26722         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
26723         (gst_v4lmjpegsink_playback_init),
26724         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
26725         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
26726         (gst_v4lmjpegsink_playback_stop),
26727         (gst_v4lmjpegsink_playback_deinit):
26728         * sys/v4l/v4lmjpegsink_calls.h:
26729         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
26730         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
26731         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
26732         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
26733         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
26734         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
26735         * sys/v4l/v4lmjpegsrc_calls.h:
26736         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26737         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
26738         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
26739         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
26740         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
26741         (gst_v4lsrc_try_palette):
26742         * sys/v4l/v4lsrc_calls.h:
26743           bunch of paranoia cleanups
26744
26745 2004-06-14  David Schleef  <ds@schleef.org>
26746
26747         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
26748         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
26749         Send discont events and change timestamps appropriately when
26750         we get a seek event.  (bug #144240)
26751         * ext/cdparanoia/gstcdparanoia.h:
26752
26753 2004-06-14  Benjamin Otte  <otte@gnome.org>
26754
26755         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
26756           snd_pcm_hw_params_set_rate  since the latter fails for no good
26757           reason on some setups.
26758
26759 2004-06-14  David Schleef  <ds@schleef.org>
26760
26761         * gst/volume/demo.c: (value_changed_callback): exp10() is not
26762         standard.  Thank you for playing.
26763
26764 2004-06-14  Wim Taymans  <wim@fluendo.com>
26765
26766         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
26767         Patch 1.3 broke the ordering of the colorspace info and
26768         made the plugin basically work by coincidence, reordered
26769         the info.
26770
26771 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26772
26773         * ext/lame/gstlame.c:
26774         * ext/mad/gstmad.c:
26775           sync caps.  Make sure mad can only output a list of rates, not
26776           a full range.  In the future, have three caps lists for each of the
26777           mpeg versions.  Change mpegversion to a double as well.
26778
26779 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26780
26781         * gst/volume/.cvsignore:
26782         * gst/volume/Makefile.am:
26783         * gst/volume/demo.c: (value_changed_callback), (idler),
26784         (setup_gui), (main):
26785           added small demo app
26786
26787 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
26788         * ext/esd/esdsink.c: (gst_esdsink_change_state):
26789         * ext/esd/esdsink.h:
26790         Close the esd connection on pause, because esd will just wait -
26791         blocking all other esd clients indefinitely.
26792
26793 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
26794
26795         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
26796           previous commit with GST_DEBUG
26797
26798 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
26799
26800         * configure.ac:
26801           add a header check for a dvdread header in dvdnav.  Fixes #133002
26802
26803 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26804
26805         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26806         * gst/tcp/gsttcpclientsink.h:
26807         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26808         * gst/tcp/gsttcpclientsrc.h:
26809         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
26810         (gst_tcpserversink_handle_server_read),
26811         (gst_tcpserversink_init_send):
26812         * gst/tcp/gsttcpserversink.h:
26813         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26814         * gst/tcp/gsttcpserversrc.h:
26815         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
26816         version of IP)
26817
26818 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26819
26820         * configure.ac:
26821         Added ogg library so that OSX detects libtheora properly
26822
26823 2004-06-11  Wim Taymans  <wim@fluendo.com>
26824
26825         * ext/theora/theoradec.c: (theora_dec_chain),
26826         (theora_dec_change_state):
26827         Don't try to decode frames before we received a keyframe.
26828
26829 2004-06-11  Wim Taymans  <wim@fluendo.com>
26830
26831         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26832         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26833         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26834         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26835         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26836         Added property to set the maximum delay of a page.
26837
26838 2004-06-10  Wim Taymans  <wim@fluendo.com>
26839
26840         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26841         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26842         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26843         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26844         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26845         Added max-delay property to control the maximum amount
26846         of data to put in one page.
26847
26848 2004-06-10  Wim Taymans  <wim@fluendo.com>
26849
26850         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26851         (gst_theora_enc_init), (theora_enc_sink_link),
26852         (theora_buffer_from_packet), (theora_enc_set_property),
26853         (theora_enc_get_property):
26854         Set duration on encoded buffer, added some more properties
26855
26856 2004-06-10  Wim Taymans  <wim@fluendo.com>
26857
26858         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26859         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26860         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26861         * ext/theora/theoraenc.c: (theora_enc_chain):
26862         Fix refcounting bugs
26863
26864 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26865
26866         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26867         (gst_asf_demux_loop), (gst_asf_demux_process_file),
26868         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
26869         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
26870         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
26871         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
26872         (gst_asf_demux_change_state):
26873         * gst/asfdemux/gstasfdemux.h:
26874           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
26875           feels like. I think we should set a new requirement for demuxers
26876           from now on to implement sane loop functions, data loops, query
26877           and seek functions before first commit into CVS. And this commit
26878           fixes all of the above.
26879
26880 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
26881
26882         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
26883           vorbis comments are properly encoded in UTF-8 before adding them
26884           to a GstTagList
26885
26886 2004-06-09  Benjamin Otte  <otte@gnome.org>
26887
26888         * ext/alsa/gstalsa.c: (add_channels):
26889           handle min <= max correctly
26890         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
26891         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
26892           add fixation functions so we fixate correctly. No preferring of alaw
26893           anymore because it's the first structure.
26894         * ext/alsa/gstalsa.h:
26895         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
26896         (gst_alsa_hw_params_dump):
26897           add functions to ease debugging in alsalib
26898         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
26899         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
26900         (gst_alsa_start_audio):
26901           only specify hw params if we really setup a format (fixes #134007 -
26902           or at least works around it)
26903
26904 2004-06-09  Wim Taymans  <wim@fluendo.com>
26905
26906         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26907         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26908         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
26909         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
26910         (gst_ogg_mux_loop):
26911         Use stream caps to setup the initial pages in the ogg stream.
26912         Correctly set the streamheader caps on the srcpad.
26913
26914 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26915
26916         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26917         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26918         (gst_v4lsrc_getcaps):
26919         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26920         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
26921           add querying of fps lists for webcams.  Negotiating to a framerate
26922           now works.
26923
26924 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26925
26926         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26927         (theora_push_buffer), (theora_push_packet),
26928         (theora_set_header_on_caps), (theora_enc_chain):
26929           mark buffers and put on streamheader, raw theora streaming
26930           now works too, whee
26931
26932 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26933
26934         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26935         (gst_tcp_gdp_read_caps):
26936           do a looping read for caps and GDP headers too
26937
26938 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26939
26940         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26941         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
26942           return EOS instead of NULL in _get
26943
26944 2004-06-08  Wim Taymans  <wim@fluendo.com>
26945
26946         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26947         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
26948         (gst_tcp_gdp_write_caps):
26949         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26950         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
26951         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
26952         Memory leak fixes
26953
26954 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26955
26956         * ext/vorbis/Makefile.am:
26957         * ext/vorbis/vorbis.c: (plugin_init):
26958         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
26959         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
26960         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
26961         (vorbis_parse_change_state):
26962         * ext/vorbis/vorbisparse.h:
26963           adding a vorbisparse element that marks the buffers, streaming
26964           raw vorbis using GDP now works, whee
26965
26966 2004-06-08  Wim Taymans  <wim@fluendo.com>
26967
26968         * ext/jpeg/Makefile.am:
26969         * ext/jpeg/README:
26970         * ext/jpeg/gstjpeg.c: (plugin_init):
26971         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
26972         (gst_smokedec_base_init), (gst_smokedec_class_init),
26973         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
26974         * ext/jpeg/gstsmokedec.h:
26975         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
26976         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
26977         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
26978         (gst_smokeenc_resync), (gst_smokeenc_chain),
26979         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
26980         * ext/jpeg/gstsmokeenc.h:
26981         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
26982         (smokecodec_flush_destination), (smokecodec_term_destination),
26983         (smokecodec_init_source), (smokecodec_fill_input_buffer),
26984         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
26985         (smokecodec_term_source), (smokecodec_encode_new),
26986         (smokecodec_decode_new), (smokecodec_info_free),
26987         (smokecodec_set_quality), (smokecodec_get_quality),
26988         (smokecodec_set_threshold), (smokecodec_get_threshold),
26989         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
26990         (find_best_size), (abs_diff), (put), (smokecodec_encode),
26991         (smokecodec_parse_header), (smokecodec_decode):
26992         * ext/jpeg/smokecodec.h:
26993         Added a new simple jpeg based codec
26994
26995 2004-06-08  Wim Taymans  <wim@fluendo.com>
26996
26997         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
26998         (gst_multipart_mux_loop):
26999         Fix memory leak
27000
27001 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27002
27003         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27004         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27005         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27006         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27007         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27008         * gst/tcp/gsttcpserversink.h:
27009           take streamheader into account
27010
27011 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27012
27013         * gst/level/Makefile.am:
27014         * gst/level/gstlevel.c: (gst_level_class_init):
27015           clean up marshal generation
27016
27017 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27018
27019         * gst/tcp/Makefile.am:
27020         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27021         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27022         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27023         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27024         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27025         (gst_tcpclientsrc_get_property):
27026         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27027         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27028         (gst_tcpserversink_handle_client_read),
27029         (gst_tcpserversink_handle_client_write),
27030         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27031         * gst/tcp/gsttcpserversink.h:
27032           add signals client-added and client-removed
27033         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27034         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27035         (gst_tcpserversrc_get_property):
27036         uniformized, change default protocol to NONE
27037         * gst/tcp/gsttcp-marshal.list: added
27038 2004-06-07  Benjamin Otte  <otte@gnome.org>
27039
27040         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27041           handle discont events if they happen before caps nego
27042
27043 2004-06-07  Wim Taymans  <wim@fluendo.com>
27044
27045         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27046         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27047         (gst_multipart_demux_plugin_init):
27048         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27049         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27050         (gst_multipart_mux_change_state):
27051         Small updates, fix a memleak
27052
27053 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27054
27055         * configure.ac: OSS portability
27056         * ext/arts/gst_arts.c: idem
27057         * sys/oss/gstosselement.c: idem
27058         * sys/oss/gstossmixer.c: idem
27059         * sys/oss/gstosssink.c: idem
27060         * sys/oss/gstosssrc.c: idem
27061         * sys/oss/oss_probe.c: idem
27062           - check for soundcard.h in different places for some BSD
27063
27064 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27065
27066         * AUTHORS:
27067         Add me to the authors file
27068         * configure.ac:
27069         Increase the libdv requirement to >= version 0.100
27070         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27071         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27072         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27073         * ext/dv/gstdvdec.h:
27074         Add support for the new_media flag when sending DISCONT events
27075         Make the querying work when video pad is not linked
27076
27077 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27078
27079         reviewed by Benjamin Otte  <otte@gnome.org>
27080
27081         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27082           create a NULL-initialized array of pads, so we don't think they
27083           exist already. (fixes #143130)
27084
27085 2004-06-07  Benjamin Otte  <otte@gnome.org>
27086
27087         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27088         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27089         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27090           don't use // coments
27091
27092 2004-06-07  Benjamin Otte  <otte@gnome.org>
27093
27094         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27095           cast to GstClockTime to get higher granularity
27096         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27097           use gst_element_set_time_delay to get the exact time
27098         * ext/mad/gstmad.c: (gst_mad_chain):
27099           use the negotiated rate instead of the current frame's rate which
27100           might be wrong because of bit errors. This avoids emitting totally
27101           bogus timestamps and screwing sync.
27102         (fixes #143454)
27103
27104 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27105
27106         reviewed by Benjamin Otte  <otte@gnome.org>
27107
27108         * gst/adder/gstadder.c: (gst_adder_loop):
27109           properly error out when no negotiation has happened yet. (fixes
27110           #143032)
27111
27112 2004-06-06  Benjamin Otte  <otte@gnome.org>
27113
27114         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27115           forward correctly transformed offset in discont events. Based on
27116           patch by Arwed v. Merkatz. (fixes #142851)
27117
27118 2004-06-06  David Schleef  <ds@schleef.org>
27119
27120         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27121         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27122         problems on several systems.
27123
27124 2004-06-06  Benjamin Otte  <otte@gnome.org>
27125
27126         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27127           use explicit caps on the srcpad
27128         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27129           properly error out if caps couldn't be set (fixes #142764)
27130
27131 2004-06-06  Benjamin Otte  <otte@gnome.org>
27132
27133         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27134         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27135         (gst_alsa_start_audio):
27136           - don't call set_periods_integer anymore, it breaks the
27137           configuration randomly
27138           - call snd_pcm_hw_params_set_access directly instead of using masks
27139           - don't fail if the sw_params can't be set, just use the default
27140           params and hope it works. Alsalib has weird issues when you touch
27141           sw_params and does no proper error reporting about what failed.
27142         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27143         (gst_alsa_close_audio):
27144           make our alsa debugging go via gst debugging and not conditionally
27145           defined
27146         * ext/alsa/gstalsa.h:
27147           add ALSA_DEBUG_FLUSH macro
27148         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27149         (plugin_init):
27150           wrap alsa errors to be printed via the gst debugging system and not
27151           spammed to stderr
27152
27153 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27154
27155         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27156         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27157         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27158         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27159         (qtdemux_parse_trak):
27160         * gst/qtdemux/qtdemux.h:
27161           Bitch. Also known as seeking, querying & co.
27162         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27163         (gst_osssink_change_state):
27164         * sys/oss/gstosssink.h:
27165           Resyncing is for weenies, this hack is no longer needed and was
27166           broken anyway (since it - unintendedly - always leaves resync to
27167           TRUE).
27168
27169 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27170
27171         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27172         * gst/tcp/gsttcpclientsrc.h: idem
27173           - define MSG_NOSIGNAL if not done
27174           - include unistd.h for off_t
27175           (fixes #143749)
27176
27177 2004-06-05  Benjamin Otte  <otte@gnome.org>
27178
27179         * configure.ac:
27180         * ext/kio/Makefile.am:
27181           check for qt's moc preprocessor explicitly and use it
27182
27183 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27184
27185         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27186           don't get a signal for EPIPE on socket writes
27187           (somebody check if this works on other platforms)
27188
27189 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27190
27191         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27192         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27193           check error condition on available samples correctly
27194
27195 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27196
27197         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27198           avoid a segfault
27199         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27200         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27201         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27202         (gst_tcpserversrc_gdp_read_header):
27203          use ssize_t over size_t since the former is signed and thus the
27204          check for error codes can work
27205
27206 2004-06-02  Wim Taymans  <wim@fluendo.com>
27207
27208         reviewed by: Johan
27209
27210         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27211         (gst_multipart_mux_loop):
27212         Oops
27213
27214 2004-06-02  Wim Taymans  <wim@fluendo.com>
27215
27216         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27217         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27218         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27219         (gst_multipart_mux_change_state):
27220         Added configurable boundary specifier, added the value as a
27221         caps field as well.
27222
27223 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27224
27225         * gst/tcp/gsttcp.c:
27226         * gst/tcp/gsttcpclientsrc.c:
27227         * gst/tcp/gsttcpclientsrc.h:
27228         * gst/tcp/gsttcpserversrc.c:
27229           - portability fix, to compile on OSX
27230             (fixes #143146)
27231
27232         * sys/osxaudio/gstosxaudioelement.c:
27233         * sys/osxaudio/gstosxaudiosink.c:
27234         * sys/osxaudio/gstosxaudiosrc.c:
27235           - compilation warnings on OSX
27236             (fixes #143153)
27237
27238 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27239
27240         * ext/vorbis/vorbisdec.c : sign warning fixes
27241
27242         * gst-libs/gst/mixer/mixertrack.c :
27243           do no use defines which are glib 2.4 specific
27244
27245 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27246
27247         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27248           buffer since libflac doesn't expect it (reports a sync error when
27249           it encounters that)
27250
27251
27252 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27253
27254         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27255         * gst-libs/gst/mixer/mixertrack.c:
27256         (gst_mixer_track_get_property), (get_mixer_track_init),
27257         (get_mixer_track_get_property): Added property accessors
27258         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27259         * gst-libs/gst/mixer/mixeroptions.c:
27260         (gst_mixer_options_get_values): Added
27261         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27262         * gst-libs/gst/mixer/mixer.c: Fixed comment
27263
27264
27265 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27266
27267         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27268           improve error messages on open
27269
27270
27271 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27272
27273         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27274           check if v4l-conf is in path
27275
27276 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27277
27278         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27279           change assert to a more readable error message
27280
27281 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27282
27283         * gst-libs/gst/tuner/tunerchannel.h:
27284           - add a freq_multiplicator field to make the conversion
27285             between internal frequency unit and Hz
27286         * sys/v4l/gstv4lelement.c:
27287         * sys/v4l2/gstv4l2element.c:
27288           - change default video device to /dev/video0
27289         * sys/v4l/v4l_calls.c:
27290         * sys/v4l2/v4l2_calls.c:
27291           - we only expose frequency to the user in Hz instead of
27292             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27293
27294 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27295         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27296           Initialise b_o_s and e_o_s variables
27297         * gst-libs/gst/riff/riff-media.c:
27298         (gst_riff_create_video_caps_with_data):
27299           Add some unusual fourcc's from mplayer avi's
27300         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27301           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27302           autoplugging.
27303
27304 2004-05-28  Wim Taymans  <wim@fluendo.com>
27305
27306         * configure.ac:
27307         * gst/alpha/Makefile.am:
27308         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27309         (gst_alpha_get_type), (gst_alpha_base_init),
27310         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27311         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27312         (gst_alpha_chroma_key), (gst_alpha_chain),
27313         (gst_alpha_change_state), (plugin_init):
27314         A plugin to add an alpha channel to I420 video. Can optionally do
27315         chroma keying.
27316         * gst/multipart/Makefile.am:
27317         * gst/multipart/multipart.c: (plugin_init):
27318         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27319         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27320         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27321         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27322         (gst_multipart_demux_change_state),
27323         (gst_multipart_demux_plugin_init):
27324         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27325         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27326         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27327         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27328         (gst_multipart_mux_pad_unlink),
27329         (gst_multipart_mux_request_new_pad),
27330         (gst_multipart_mux_handle_src_event),
27331         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27332         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27333         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27334         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27335         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27336         send multipart jpeg images to a browser.
27337         * gst/videobox/Makefile.am:
27338         * gst/videobox/README:
27339         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27340         (gst_video_box_get_type), (gst_video_box_base_init),
27341         (gst_video_box_class_init), (gst_video_box_init),
27342         (gst_video_box_set_property), (gst_video_box_get_property),
27343         (gst_video_box_sink_link), (gst_video_box_i420),
27344         (gst_video_box_ayuv), (gst_video_box_chain),
27345         (gst_video_box_change_state), (plugin_init):
27346         Crops or adds borders around an image. can do alpha channel
27347         borders as well.
27348         * gst/videomixer/Makefile.am:
27349         * gst/videomixer/README:
27350         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27351         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27352         (gst_videomixer_pad_get_sink_event_masks),
27353         (gst_videomixer_pad_get_property),
27354         (gst_videomixer_pad_set_property),
27355         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27356         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27357         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27358         (gst_videomixer_base_init), (gst_videomixer_class_init),
27359         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27360         (gst_videomixer_handle_src_event),
27361         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27362         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27363         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27364         (gst_videomixer_loop), (gst_videomixer_get_property),
27365         (gst_videomixer_set_property), (gst_videomixer_change_state),
27366         (plugin_init):
27367         Generic video mixer plugin, can handle multiple inputs all with
27368         different framerates and video sizes. Is fully alpha channel
27369         aware.
27370
27371 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27372
27373         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27374           Select first track as master track. Not sure how else to handle
27375           that...
27376         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27377           Discard discont events. Should fix #142962.
27378
27379 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27380
27381         * ext/alsa/Makefile.am:
27382         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27383         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27384         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27385         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27386         (gst_alsa_mixer_get_option):
27387         * ext/alsa/gstalsamixer.h:
27388         * ext/alsa/gstalsamixeroptions.c:
27389         (gst_alsa_mixer_options_get_type),
27390         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27391         (gst_alsa_mixer_options_new):
27392         * ext/alsa/gstalsamixeroptions.h:
27393         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27394         * ext/alsa/gstalsamixertrack.h:
27395           Add enumerations (as GstMixerOptions). Make correct distinction
27396           between input/output tracks. Add capture/playback private flag.
27397           Use flag to decide on whether to set capture or playback volumes
27398           or switches. Use playback and record switches.
27399         * gst-libs/gst/mixer/Makefile.am:
27400         * gst-libs/gst/mixer/mixer-marshal.list:
27401         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27402         (gst_mixer_set_option), (gst_mixer_get_option),
27403         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27404         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27405         * gst-libs/gst/mixer/mixer.h:
27406         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27407         (gst_mixer_options_class_init), (gst_mixer_options_init),
27408         (gst_mixer_options_dispose):
27409         * gst-libs/gst/mixer/mixeroptions.h:
27410           Add GstMixerOptions.
27411         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27412           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27413           broken device detection on computers with multiple OSS sound
27414           cards.
27415
27416 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27417
27418         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27419           fixate nicely even when the peer is not negotiating
27420
27421 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27422
27423         * gst/audioconvert/gstaudioconvert.c:
27424         (gst_audio_convert_parse_caps):
27425           make sure we don't allow depth > width
27426         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27427           fixate endianness to G_BYTE_ORDER as default
27428         * gst/audioscale/gstaudioscale.c:
27429           we don't handle another endianness as host-endianness
27430
27431 2004-05-25  David Schleef  <ds@schleef.org>
27432
27433         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27434
27435 2004-05-24  Benjamin Otte  <otte@gnome.org>
27436
27437         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27438         (gst_oggvorbisenc_setup):
27439           properly fail when we can't setup the vorbis encoder due to
27440           unsupported settings
27441         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27442         (gst_vorbisenc_setup):
27443           same
27444         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27445           fix case where warnings occured when one pad was unlinked while the
27446           other's link function was called
27447
27448 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27449
27450         * gst/tcp/Makefile.am:
27451           use GST_ENABLE_NEW
27452
27453 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27454
27455         * gst-libs/gst/resample/private.h:
27456           don't use optimizations that are #if 0'ed
27457
27458 2004-05-24  Wim Taymans  <wim@fluendo.com>
27459
27460         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27461         Fix potential division by zero error and hopefully get
27462         the position query right to get correct timestamps on avi
27463         audio.
27464
27465 2004-05-24  Wim Taymans  <wim@fluendo.com>
27466
27467         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27468         (gst_videoscale_scale_nearest_str2),
27469         (gst_videoscale_scale_nearest_str4),
27470         (gst_videoscale_scale_nearest_32bit),
27471         (gst_videoscale_scale_nearest_24bit),
27472         (gst_videoscale_scale_nearest_16bit):
27473         Fix the scaling algorithm and avoid a buffer overflow.
27474         removed the while loop in the scaling function as it
27475         was used for point sampling only.
27476
27477 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27478
27479         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27480         (gst_id3_tag_class_init), (gst_id3_tag_init),
27481         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27482         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27483         (gst_id3_tag_send_tag_event):
27484           lots of fixes to make id3mux work and id3demux work correctly
27485
27486 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27487
27488         * ext/Makefile.am:
27489           add rules to build shout2send (was removed by accident
27490           when this module was no more marked experimental/broken)
27491
27492 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27493
27494         * ext/shout2/gstshout2.c:
27495         * ext/shout2/gstshout2.h:
27496           adding a "connection problem" signal to shout2send
27497           (fixes #142954)
27498
27499 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27500
27501         * ext/kio/kioreceiver.cpp:
27502         * ext/kio/kioreceiver.h:
27503           fix sign comparison issues
27504
27505 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27506
27507         * gst/cdxaparse/gstcdxaparse.c:
27508         * gst/cdxaparse/gstcdxaparse.h:
27509           some renaming
27510           add some checks/sanity
27511           prepare for seek addition
27512
27513         * sys/sunaudio/gstsunaudio.c:
27514           remove exported dupe init function
27515
27516 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
27517
27518         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
27519         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
27520           Fix format conversion and position querying.
27521         * gst/debug/progressreport.c: (gst_progressreport_report):
27522           Don't output a bogus total value that we didn't query.
27523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27524           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
27525           only a blank window after xine has been used.
27526
27527 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27528
27529         * m4/as-arts.m4:
27530           sync with upstream version to fix test on FC2
27531           readd with -ko to preserve Id header
27532
27533 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27534
27535         * configure.ac:
27536           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
27537         * gst/tcp/gsttcpclientsrc.c: idem
27538         * gst/tcp/gsttcpserversink.c: idem
27539         * gst/tcp/gsttcpserversrc.c: idem
27540         * m4/gst-fionread.m4: idem
27541
27542         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
27543
27544         * configure.ac: enable speex plugin for speex 1.1.5+
27545         * ext/speex/gstspeexenc.c: fix cast warning
27546
27547         * ext/esd/README: fix typo
27548
27549 2004-05-20  David Schleef  <ds@schleef.org>
27550
27551         * configure.ac: Minor cosmetic change to convince the buildbot to
27552         reautogen.
27553         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
27554         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
27555         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
27556         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
27557         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
27558         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
27559         More hacking.  Plays audio now.
27560
27561 2004-05-20  David Schleef  <ds@schleef.org>
27562
27563         * configure.ac:
27564         * sys/Makefile.am:
27565
27566 2004-05-20  David Schleef  <ds@schleef.org>
27567
27568         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
27569         * sys/osxaudio/gstosxaudio.c:
27570         * sys/osxaudio/gstosxaudioelement.c:
27571         * sys/osxaudio/gstosxaudioelement.h:
27572         * sys/osxaudio/gstosxaudiosink.c:
27573         * sys/osxaudio/gstosxaudiosink.h:
27574         * sys/osxaudio/gstosxaudiosrc.c:
27575         * sys/osxaudio/gstosxaudiosrc.h:
27576
27577 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27578
27579         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
27580         (gst_vorbisenc_chain):
27581           put the codec headers on the caps as streamheader as well as
27582           pushing them out
27583
27584 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27585
27586         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27587         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
27588         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
27589         split up push_packet into two functions
27590
27591 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27592
27593         * gst/tcp/.cvsignore:
27594           ignore enums
27595         * gst/tcp/Makefile.am:
27596         * gst/tcp/README:
27597         * gst/tcp/gsttcp.c:
27598         * gst/tcp/gsttcp.h:
27599         * gst/tcp/gsttcpclientsink.c:
27600         * gst/tcp/gsttcpclientsink.h:
27601         * gst/tcp/gsttcpclientsrc.c:
27602         * gst/tcp/gsttcpclientsrc.h:
27603         * gst/tcp/gsttcpplugin.c:
27604         * gst/tcp/gsttcpserversink.c:
27605         * gst/tcp/gsttcpserversink.h:
27606         * gst/tcp/gsttcpserversrc.c:
27607         * gst/tcp/gsttcpserversrc.h:
27608           add new tcp elements
27609
27610 2004-05-19  Wim Taymans  <wim@fluendo.com>
27611
27612         * gst/law/mulaw-conversion.c: (mulaw_encode):
27613         Fix overflow bug in ulaw encoding.
27614
27615 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27616
27617         * ext/mad/gstmad.c: (gst_mad_handle_event):
27618           don't unref the event twice
27619
27620 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27621
27622         * configure.ac:
27623           remove -Wno-sign-compare
27624
27625 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27626
27627         * configure.ac:
27628           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
27629           if you want to work against glib 2.2 and 2.4
27630
27631 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27632
27633         * gst/tcp/Makefile.am:
27634         * gst/tcp/gsttcp.c:
27635         * gst/tcp/gsttcp.h:
27636         * gst/tcp/gsttcpsink.h:
27637         * gst/tcp/gsttcpsrc.h:
27638           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
27639
27640 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27641
27642         * gst/debug/tests.c: (md5_get_value):
27643           fix segfault on gst-inspect
27644
27645 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27646
27647         * gst/debug/testplugin.c:
27648         * gst/debug/tests.c:
27649         * gst/debug/tests.h:
27650           add new extensible and configurable testing element. Current tests
27651           include buffer count, stream length, timestamp/duration matching and
27652           md5.
27653         * gst/debug/Makefile.am:
27654         * gst/debug/gstdebug.c: (plugin_init):
27655           add infrastructure for new element
27656
27657 2004-05-19  Johan Dahlin  <johan@gnome.org>
27658
27659         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
27660         ending of the array. Fixes gst-inspect segfault on ppc.
27661
27662 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27663
27664         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
27665
27666         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
27667
27668 2004-05-18  David Schleef  <ds@schleef.org>
27669
27670         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
27671         warnings (bugs, actually) noticed by gcc but not forte.
27672
27673 2004-05-18  David Schleef  <ds@schleef.org>
27674
27675         * sys/sunaudio/Makefile.am:
27676         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
27677
27678 2004-05-18  David Schleef  <ds@schleef.org>
27679
27680         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27681         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
27682         to allow qtdemux to use non-seekable streams. (bug #142272)
27683
27684 2004-05-18  David Schleef  <ds@schleef.org>
27685
27686         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
27687         (gst_resample_sinc_ft_float): Remove use of static temporary
27688         buffer.  This code was obviously not supposed to last long, but
27689         it's stuck in our ABI, so it required a little hack to make it
27690         ABI-compatible.  Fixes #142585.
27691         * gst-libs/gst/resample/resample.h: same.
27692
27693 2004-05-18  David Schleef  <ds@schleef.org>
27694
27695         * configure.ac: Add sunaudio
27696         * examples/Makefile.am: make gstplay depend on gconf
27697         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
27698         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
27699         (convert_table_lookup), (img_convert): remove c99-isms
27700         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
27701           unsigned, to fix a warning on Solaris
27702         * gst/mpeg1sys/systems.c: bcopy->memcpy
27703         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
27704         * sys/Makefile.am: Add sunaudio
27705
27706 2004-05-18  Wim Taymans  <wim@fluendo.com>
27707
27708         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
27709         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
27710         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
27711         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
27712         (gst_ogg_mux_loop):
27713         Fix an ugly memleak where the muxer didn't flush enough ogg
27714         pages. This also resulted in badly muxed ogg files.
27715
27716 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27717
27718         * gst/asfdemux/asfheaders.c :
27719         * gst/asfdemux/asfheaders.h :
27720         * gst/asfdemux/gstasfdemux.c :
27721           - fix ASF_OBJ_PADDING guid
27722           - add 3 new object guids (language list, metadata,
27723             extended stream properties)
27724           - add a function to parse extended header objects
27725
27726 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27727
27728         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27729           remove leftover debugging g_print
27730
27731 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27732
27733         * ext/mad/gstmad.c: (gst_mad_handle_event):
27734           Fix for when the first format in a discont event is not a
27735           byte-based one. Should fix #137710.
27736
27737 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27738
27739         * m4/a52.m4 : fix compilation with -Wall -Werror
27740         * m4/libfame.m4 : idem
27741         * m4/libmikmod.m4 : idem
27742
27743 2004-05-17  Benjamin Otte  <otte@gnome.org>
27744
27745         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27746           signal the new tags before giving up the reference
27747
27748 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27749
27750         * ext/shout2/gstshout2.c:
27751           use application/ogg instead of application/x-ogg (patch by Patrick
27752           Guimond, fixes #142432)
27753         * sys/oss/gstosselement.c: (gst_osselement_reset),
27754         (gst_osselement_sync_parms):
27755           don't set fragment size unless specified (fixes #142493)
27756
27757 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27758
27759         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
27760           fixes #142664
27761
27762 2004-05-17  Benjamin Otte  <otte@gnome.org>
27763
27764         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27765           compute offsets correctly for internal buffers so timestamps are set
27766           correctly when we can't seek. Also handle cases where there are no
27767           offsets. (based on a patch by David Moore, fixes #142507)
27768
27769 2004-05-17  Benjamin Otte  <otte@gnome.org>
27770
27771         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27772           use correct variable when determining amount of data to skip so we
27773           don't skip into the void and segfault
27774
27775 2004-05-16  Benjamin Otte  <otte@gnome.org>
27776
27777         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27778           Hi, I'm a memleak
27779
27780 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27781
27782         * gst/asfdemux/gstasfdemux.c:
27783           - fix a mem leak and always propagate tags
27784           - add WMV3 to known video codecs (but no decoder yet)
27785           - replace "surplus data" at end of audio header for what
27786             it is : codec specific data
27787           - fix a typo
27788
27789 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
27790
27791         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
27792
27793         * gst-libs/gst/audio/audioclock.c:
27794           Fix wrong return type (#142205).
27795
27796 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27797
27798         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
27799           Ignore CRCs by default (fixes #142566).
27800
27801 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27802
27803         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
27804         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
27805         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
27806         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
27807         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27808         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
27809           Fix for cases where we fail to attach to a mixer.
27810
27811 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27812
27813         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
27814           Don't touch events after not owning them anymore.
27815         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
27816         (gst_wavparse_fmt), (gst_wavparse_other),
27817         (gst_wavparse_handle_seek), (gst_wavparse_loop),
27818         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
27819         (gst_wavparse_srcpad_event):
27820         * gst/wavparse/gstwavparse.h:
27821           Add seeking, fix querying.
27822
27823 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27824
27825         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27826           - process comments even if they don't end with \0\0
27827             g_convert would ignore them if present and works well without them
27828
27829 2004-05-16  Benjamin Otte  <otte@gnome.org>
27830
27831         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
27832           simplify caps
27833
27834 2004-05-16  Benjamin Otte  <otte@gnome.org>
27835
27836         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27837           don't write to memory we might not write to - g_convert does that
27838           for us anyway (fixes #142613)
27839         (gst_asf_demux_audio_caps):
27840           comment out gst_util_dump_mem
27841
27842 2004-05-16  Benjamin Otte  <otte@gnome.org>
27843
27844         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27845           compute correct expected timestamps after seek (broken since
27846           last commit)
27847         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
27848           rename element and debugging category to gdkpixbufscale
27849
27850 2004-05-16  Benjamin Otte  <otte@gnome.org>
27851
27852         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27853           add error checking to snd_pcm_delay and remove duplicate call to
27854           snd_pcm_delay that caused issues (see inline code comments)
27855         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
27856           make more readable and fix return value when snd_pcm_delay fails
27857         (fixes #142586)
27858
27859 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
27860         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
27861         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
27862         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
27863         (gst_pixbufscale_link), (gst_pixbufscale_init),
27864         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
27865         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
27866         (gst_pixbufscale_get_property), (pixbufscale_init):
27867         * ext/gdk_pixbuf/pixbufscale.h:
27868         Add these files I forgot earlier
27869
27870 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
27871         * ext/gdk_pixbuf/Makefile.am:
27872         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27873         * ext/gdk_pixbuf/gstgdkpixbuf.h:
27874         Add new pixbufscale element to scale RGB video
27875         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
27876         and HYPER interpolation correctly.
27877         * ext/theora/theoraenc.c: (theora_enc_chain),
27878         Discard buffer and return if explicit caps could not be set
27879         (theora_enc_get_property):
27880         Make _get return kbps for the bitrate consistent with
27881         the _set function.
27882
27883
27884 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27885
27886         * ext/libvisual/visual.c: (gst_visual_chain):
27887           add missing visual_audio_analyze
27888
27889 2004-05-14  David Schleef  <ds@schleef.org>
27890
27891         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
27892         is killed while we're playing.
27893         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
27894         gst_element_no_more_pads().
27895
27896 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27897
27898         * gst-libs/gst/riff/riff-read.c :
27899           - fix INFO tag extraction in RIFF/AVI files
27900             because gst_event_unref (event) also freed taglist
27901           - avoid a mem leak
27902
27903 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27904
27905         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
27906         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
27907
27908         * gst/auparse/gstauparse.c :
27909           - add code (commented for now) to support audio/x-adpcm on src pad
27910             (we have no decoder for those layout yet)
27911
27912         * gst/cdxaparse/gstcdxaparse.c :
27913         * gst/cdxaparse/gstcdxaparse.h :
27914           - partial rewrite using RiffRead (ripped iain's wavparse code)
27915
27916         * gst/rtp/gstrtpL16enc.c : typo
27917         * gst/rtp/gstrtpgsmenc.c : typo
27918
27919 2004-05-13  Benjamin Otte  <otte@gnome.org>
27920
27921         * configure.ac:
27922           check for exact version of libvisual, it's not supposed to be
27923           API/ABI stable yet
27924
27925 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27926
27927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
27928           signal no-more-pads
27929
27930 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
27931
27932         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
27933         Report which format was used for GST_FORMAT_DEFAULT
27934         * gst/debug/Makefile.am:
27935         * gst/debug/gstdebug.c: (plugin_init):
27936         * gst/debug/progressreport.c: (gst_progressreport_base_init),
27937         (gst_progressreport_class_init), (gst_progressreport_init),
27938         (gst_progressreport_report), (gst_progressreport_set_property),
27939         (gst_progressreport_get_property), (gst_progressreport_chain),
27940         (gst_progressreport_plugin_init):
27941         Add progressreport element for testing.
27942
27943 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27944
27945         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
27946         * sys/v4l/gstv4lsrc.h:
27947         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
27948         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
27949         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
27950         (gst_v4lsrc_grab_frame):
27951           add more debugging
27952           send a discont at start
27953
27954 2004-05-12  Colin Walters  <walters@redhat.com>
27955
27956         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
27957         inflooping if we can't find a chunk.  Or in other words, don't blow
27958         chunks if we don't have a chunk to blow.
27959
27960 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
27961         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
27962         Remove old debug output
27963         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
27964         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
27965         (gst_dvdec_set_property), (gst_dvdec_get_property):
27966         Change the quality setting to an enum, so it works from gst-launch
27967         Don't renegotiate a non-linked pad. Allows audio only decoding.
27968         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
27969         (gst_deinterlace_link), (gst_deinterlace_init):
27970         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27971         (gst_videodrop_link):
27972         Some caps negotiation fixes
27973
27974 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27975
27976         * ext/tarkin/gsttarkin.c :
27977           - Change RANK from NONE to PRIMARY
27978         * ext/gdk_pixbuf/gstgdkpixbuf.c :
27979           - Change RANK from NONE to MARGINAL
27980         * ext/divx/gstdivxenc.c :
27981           - Change RANK from PRIMARY to NONE (encoder/spider issue)
27982
27983 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27984
27985         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27986         (gst_vorbisenc_push_packet):
27987           copy a function that was added between 1.0 and 1.0.1 until we
27988           depend on worthwhile features of post-1.0
27989
27990 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27991
27992         * configure.ac:
27993           enable shout2 by default
27994         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
27995         (gst_shout2send_base_init), (gst_shout2send_init),
27996         (gst_shout2send_connect), (gst_shout2send_change_state):
27997         * ext/shout2/gstshout2.h:
27998           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
27999           #142262)
28000         * ext/theora/theora.c: (plugin_init):
28001           don't set rank on encoders
28002
28003 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28004
28005         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28006           Use codec_data property instead of flag1 and flag2 for wma
28007
28008 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28009
28010         * gst/cdxaparse/gstcdxaparse.c :
28011           - Add mpegversion to CAPS to make it link
28012           - Rank is as GST_RANK_SECONDARY instead of NONE
28013         * gst/auparse/gstauparse.c :
28014           - Document all audio encoding we can encounter from Solaris 9
28015             headers and libsndfile information.
28016           - Increase max. rate from 48000 to 192000 (to match other elements)
28017           - Don't try to play junk data between header and samples
28018
28019 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28020
28021         * ext/libvisual/visual.c: (gst_visual_getcaps):
28022           use the right caps depending on endianness (I hope)
28023         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28024           use GST_RANK_NONE for all non-decoding elements or spider gets
28025           mighty confused
28026
28027 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28028
28029         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28030           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28031
28032 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28033
28034         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28035         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28036         (gst_switch_loop), (gst_switch_get_type):
28037           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28038           HEADERS. Had to be said.
28039
28040 2004-05-10  David Schleef  <ds@schleef.org>
28041
28042         * configure.ac: Add prototype Dirac support.
28043         * ext/Makefile.am:
28044         * ext/dirac/Makefile.am:
28045         * ext/dirac/gstdirac.cc:
28046         * ext/dirac/gstdiracdec.cc:
28047
28048 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28049
28050         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28051         (gst_auparse_init), (gst_auparse_chain),
28052         (gst_auparse_change_state):
28053           Hack around spider. Remove me some day please.
28054
28055 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28056
28057         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28058           Fix for some uninitialized variables in previous patch, also
28059           makes it work. Fixes #142286 while we're at it.
28060
28061 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28062
28063         * gst/auparse/gstauparse.c:
28064                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28065                 only unsupported formats are ADPCM/CCITT G.72x
28066                 reviewed by Ronald
28067         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28068
28069 2004-05-10  Wim Taymans  <wim@fluendo.com>
28070
28071         * ext/vorbis/Makefile.am:
28072         * ext/vorbis/README:
28073         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28074         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28075         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28076         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28077         (gst_oggvorbisenc_convert_sink),
28078         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28079         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28080         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28081         (get_constraints_string), (update_start_message),
28082         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28083         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28084         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28085         * ext/vorbis/oggvorbisenc.h:
28086         * ext/vorbis/vorbis.c: (plugin_init):
28087         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28088         (raw_caps_factory), (gst_vorbisenc_class_init),
28089         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28090         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28091         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28092         * ext/vorbis/vorbisenc.h:
28093         Added a raw vorbis encoder to be used with the oggmuxer.
28094         We still need the old encoder for some gnome applications,
28095         read the README to find out how that works.
28096         The raw encoder is called "rawvorbisenc" until 0.9.
28097
28098 2004-05-10  Wim Taymans  <wim@fluendo.com>
28099
28100         * ext/ogg/gstogg.c: (plugin_init):
28101         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28102         (gst_ogg_print):
28103         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28104         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28105         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28106         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28107         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28108         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28109         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28110         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28111         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28112         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28113         Added an ogg muxer.
28114         Small typo fixes in the demuxer.
28115
28116 2004-05-10  Wim Taymans  <wim@fluendo.com>
28117
28118         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28119         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28120         (theora_enc_change_state), (theora_enc_set_property),
28121         (theora_enc_get_property):
28122         Mark the last packet with an EOS flag which is not really needed
28123         in gstreamer.
28124         Do some better video framerate initialisation.
28125         Update the buffer timestamp.
28126
28127 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28128
28129         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28130         Return the result of the parent state change call
28131
28132 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28133
28134         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28135         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28136         * gst/law/alaw-encode.c : (idem)
28137         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28138         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28139         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28140
28141 2004-05-09  Benjamin Otte  <otte@gnome.org>
28142
28143         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28144           don't use a fixed buffer size when writing variable length data to
28145           it. Fixes memory corruption and makes alsasrc work
28146
28147 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28148
28149         * ext/gnomevfs/gstgnomevfssink.c:
28150         (_gst_boolean_allow_overwrite_accumulator),
28151         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28152           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28153           RUN_LAST, and don't use that to set the accumulator value because
28154           then it's always FALSE.
28155
28156 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28157
28158         * gst-libs/gst/riff/riff-media.c:
28159         (gst_riff_create_video_caps_with_data),
28160         (gst_riff_create_audio_caps),
28161         (gst_riff_create_audio_template_caps):
28162         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28163           Fix for unaligned RIFF files (i.e. where all the chunks together
28164           in a LIST chunk are not of the same size as the size given in
28165           the LIST chunk header). Fixes several odd WAVE files. Also fix
28166           ADPCM (block_align property) in audio, so that wavparse based
28167           on this works now as it used to stand-alone.
28168
28169 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28170
28171         reviewed by Benjamin Otte  <otte@gnome.org>
28172
28173         * ext/a52dec/gsta52dec.c:
28174         * ext/divx/gstdivxdec.c:
28175         * ext/divx/gstdivxenc.c:
28176         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28177         * ext/faac/gstfaac.c: (gst_faac_base_init):
28178         * ext/faad/gstfaad.c: (gst_faad_base_init):
28179         * ext/ivorbis/vorbisfile.c:
28180         * ext/lame/gstlame.c:
28181         * ext/libfame/gstlibfame.c:
28182         * ext/mpeg2enc/gstmpeg2enc.cc:
28183         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28184         * ext/sidplay/gstsiddec.cc:
28185         * ext/speex/gstspeexdec.c:
28186         * ext/speex/gstspeexenc.c:
28187         * ext/xvid/gstxviddec.c:
28188         * ext/xvid/gstxvidenc.c:
28189           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28190           (fixes #142193)
28191
28192 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28193
28194         * ext/alsa/gstalsa.c: (device_list),
28195         (gst_alsa_class_probe_devices):
28196         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28197           Fix alsa oddness in mixer after the combination of using mixer
28198           in source/sink elements and using hw:x,y instead of just hw:x.
28199
28200 2004-05-09  Benjamin Otte  <otte@gnome.org>
28201
28202         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28203         (gst_wavparse_create_sourcepad):
28204           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28205           sourcepads
28206
28207 2004-05-09  Benjamin Otte  <otte@gnome.org>
28208
28209         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28210           allow discont events before caps nego
28211
28212 2004-05-08  Benjamin Otte  <otte@gnome.org>
28213
28214         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28215           don't leak events
28216
28217 2004-05-08  Benjamin Otte  <otte@gnome.org>
28218
28219         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28220         (gst_level_change_state), (gst_level_init):
28221         * gst/level/gstlevel.h:
28222           figure out if we're initialized directly instead of keeping a
28223           variable that's wrong in 90% of cases
28224           don't initialize pads and then leak them and use a new unitialized
28225           pad. (fixes #142084)
28226           these were bugs so n00bish I didn't find them for an hour :/
28227
28228 2004-05-08 Iain <iain@prettypeople.org>
28229
28230         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28231         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28232         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28233         return the length that was read.
28234         (gst_riff_read_strf_auds): Allow fmt tags as well.
28235
28236 2004-05-07  David Schleef  <ds@schleef.org>
28237
28238         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28239         signed char assumption in faad.h.
28240
28241 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28242
28243         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28244           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28245
28246 2004-05-07  Colin Walters  <walters@redhat.com>
28247
28248         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28249         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28250         function.
28251         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28252         Add dispose function.
28253
28254 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28255         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28256           Fix caps nego and pad templates. RGB mode caps should
28257           work now.
28258         * ext/dvdnav/gst-dvd:
28259           Move mpeg2dec inside the thread because otherwise the
28260           queue rejects cap changes mid-stream
28261         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28262         (gst_mpeg2dec_flush_decoder):
28263           For mpeg2dec > 0.4.0, call the flush function instead of
28264           manually extracting all in-flight frames.
28265         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28266         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28267           Change mime type video/dv go video/x-dv to match the
28268           rest of gst-plugins
28269
28270 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28271
28272         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28273         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28274         (gst_alsa_sink_class_init):
28275         * ext/alsa/gstalsasink.h:
28276         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28277         (gst_alsa_src_class_init):
28278         * ext/alsa/gstalsasrc.h:
28279           Make alsasink/src a subclass of alsamixer so that mixer stuff
28280           shows up in gst-rec. Needs some finetuning.
28281
28282 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28283
28284         * ext/lame/gstlame.c: (gst_lame_chain):
28285           simplify
28286         * ext/mad/gstmad.c: (gst_mad_handle_event):
28287           fix event leak
28288         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28289           be able to detect mp3 files < 4096 bytes
28290
28291 2004-05-06  Wim Taymans  <wim@fluendo.com>
28292
28293         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28294         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28295         (theora_enc_set_property), (theora_enc_get_property):
28296         Also encode the first frame, cleanup some code.
28297
28298 2004-05-06  Wim Taymans  <wim@fluendo.com>
28299
28300         * ext/mpeg2enc/gstmpeg2enc.cc:
28301         Forward events first before deciding that negotiation was
28302         not performed.
28303
28304 2004-05-06  Wim Taymans  <wim@fluendo.com>
28305
28306         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28307         First process the events before deciding that negotiation
28308         was not performed.
28309
28310 2004-05-06  Wim Taymans  <wim@fluendo.com>
28311
28312         * ext/theora/Makefile.am:
28313         * ext/theora/theora.c: (plugin_init):
28314         * ext/theora/theoradec.c: (theora_dec_change_state):
28315         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28316         (gst_theora_enc_class_init), (gst_theora_enc_init),
28317         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28318         (theora_enc_chain), (theora_enc_change_state),
28319         (theora_enc_set_property), (theora_enc_get_property):
28320         Added a theora encoder, grouped the encoder and decoder into the
28321         same plugin.
28322
28323 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28324
28325         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28326         (gst_jpegenc_chain):
28327         fix DURATION on outgoing buffers
28328         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28329         debug using time formats
28330         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28332         (gst_xvimagesink_sink_link):
28333         windows with width/height 0 generate X errors, so don't allow them
28334
28335 2004-05-05  Wim Taymans  <wim@fluendo.com>
28336
28337         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28338         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28339         (gst_mpeg2dec_negotiate_format):
28340         * ext/mpeg2dec/gstmpeg2dec.h:
28341           removed the static pad template so that we can add the
28342           more accurate framerate value to the caps.
28343
28344
28345 2004-05-04  Benjamin Otte  <otte@gnome.org>
28346
28347         * configure.ac:
28348           check for kdemacros.h, too (should fix #141821)
28349         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28350           don't crash if no header was sent, but nicely error out (fixes part
28351           of #141554)
28352
28353 2004-05-04  Wim Taymans  <wim@fluendo.com>
28354
28355         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28356         parent dispose function to avoid segfault on destroy.
28357
28358 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28359
28360         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28361         (plugin_init):
28362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28363         (gst_xvimagesink_sink_link):
28364         clean up debugging caps
28365         also recreate xvimage when format has changed
28366
28367 2004-05-04  Benjamin Otte  <otte@gnome.org>
28368
28369         * ext/libvisual/Makefile.am:
28370         * ext/libvisual/visual.c: (gst_visual_class_init),
28371         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28372         (gst_visual_srclink), (gst_visual_chain),
28373         (gst_visual_change_state), (plugin_init):
28374           use a GstAdapter to correctly adapt buffer sizes - allows using a
28375           framerate
28376
28377 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28378
28379         * sys/v4l/gstv4lelement.h:
28380         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28381         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28382         (gst_v4lsrc_buffer_free):
28383         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28384         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28385         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28386         (gst_v4lsrc_requeue_frame):
28387         move some debugging categories around
28388         query for fps index and set accordingly if found
28389
28390 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28391
28392         * ext/lame/gstlame.c:
28393         correct defaults that lame_init puts out of range
28394
28395 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28396
28397         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28398         (gst_divxenc_class_init):
28399         fix range since -1 is the default
28400         * gst/mpeg1sys/gstmpeg1systemencode.c:
28401         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28402         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28403         (gst_rtjpegdec_chain):
28404         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28405         (gst_rtjpegenc_chain):
28406         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28407         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28408         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28409         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28410         * sys/v4l/gstv4lsrc.c:
28411         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28412         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28413         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28414         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28415         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28416           remove gst_info calls
28417
28418 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28419
28420         * Makefile.am:
28421         * po/af.po:
28422         * po/az.po:
28423         * po/en_GB.po:
28424         * po/nl.po:
28425         * po/sr.po:
28426         * po/sv.po:
28427           Updated translations
28428
28429 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28430
28431         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28432           refactor/comment code
28433
28434 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28435
28436         * gst/asfdemux/Makefile.am:
28437         * gst/asfdemux/asfheaders.c:
28438         * gst/asfdemux/asfheaders.h:
28439         * gst/asfdemux/gstasf.c: (plugin_init):
28440         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28441         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28442         (gst_asf_demux_setup_pad):
28443         * gst/asfdemux/gstasfdemux.h:
28444         * gst/asfdemux/gstasfmux.c:
28445         * gst/asfdemux/gstasfmux.h:
28446           Add tagging support to demuxer, split out registration in its own
28447           file instead of in demux (hacky), and prevent having some tables
28448           in our memory multiple times (in asfheaders.h).
28449
28450 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28451
28452         * gst/matroska/matroska-demux.c:
28453         (gst_matroska_demux_parse_metadata):
28454         * gst/matroska/matroska-ids.h:
28455           Basic tag reading support.
28456
28457 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28458
28459         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28460           Really detect ac-3 audio.
28461         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28462           really detect matroska files (off-by-1).
28463
28464 2004-04-30  David Schleef  <ds@schleef.org>
28465
28466         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28467         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28468         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28469         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28470         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28471         hackage -- parse a lot more atoms, extract a few tags.  One might even
28472         mistake this for tag support.  Maybe it is.
28473         * gst/qtdemux/qtdemux.h:
28474
28475 2004-04-30  Colin Walters  <walters@verbum.org>
28476
28477         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28478
28479 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28480
28481         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28482         (gst_ffmpegcolorspace_getcaps):
28483           remove broken nego fix
28484
28485 2004-04-30  Benjamin Otte  <otte@gnome.org>
28486
28487         * configure.ac:
28488         * ext/Makefile.am:
28489         * ext/libvisual/Makefile.am:
28490         * ext/libvisual/visual.c:
28491           add initial support for libvisual (http://libvisual.sourceforge.net)
28492           libvisual is still quite alpha, so expect crashes in there :)
28493
28494 2004-04-29  David Schleef  <ds@schleef.org>
28495
28496         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
28497         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
28498         up qtdemux to make it spit out codec_data.  Do _not_ look at this
28499         code; you will no longer respect me.
28500
28501 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28502
28503         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
28504         * ext/alsa/gstalsa.h :
28505         change alsa pcm device discovery to find more than 1 device
28506         per card. code review by Ronald.
28507
28508 2004-04-29  David Schleef  <ds@schleef.org>
28509
28510         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
28511         Add a check for a driver bug on FreeBSD.  (bug #140565)
28512
28513 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28514
28515         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
28516         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28517         (gst_jpegenc_getcaps):
28518           move format setting to inner loop
28519         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28520         (gst_ffmpegcolorspace_getcaps):
28521           use GST_PAD_CAPS if available so that we use already negotiated
28522           caps
28523         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28524         (qtdemux_parse_moov), (qtdemux_parse):
28525           extra debugging
28526         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
28527         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
28528           move hardcoded path to DEFINE
28529
28530 2004-04-28  David Schleef  <ds@schleef.org>
28531
28532         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
28533         (bug #140064)
28534
28535 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28536
28537         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
28538           Don't probe for playback device if we're a source element. Fixes
28539           #139658.
28540
28541 2004-04-29  Benjamin Otte  <otte@gnome.org>
28542
28543         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28544         (gst_id3_tag_chain):
28545           rewrite buffer offset
28546
28547 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28548
28549         * configure.ac:
28550         * ext/Makefile.am:
28551         * ext/dts/Makefile.am:
28552         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
28553         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
28554         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
28555         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
28556         (gst_dtsdec_loop), (gst_dtsdec_change_state),
28557         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
28558         (plugin_init):
28559         * ext/dts/gstdtsdec.h:
28560           New DTS decoder.
28561         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
28562         (gst_faad_srcconnect):
28563           Add ESDS atom handling (.m4a).
28564
28565 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28566
28567         * ext/divx/gstdivxdec.c: (plugin_init):
28568           Remove comment that makes no sense.
28569         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
28570           Fix for obvious typo that resulted in warnings during gst-register.
28571         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
28572         (gst_xviddec_sink_link):
28573           Fix caps negotiation a bit better.
28574         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
28575           We call this 'codec_data', not 'esds'.
28576
28577 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28578
28579         * gst/monoscope/gstmonoscope.c:
28580           make sure we only provide 256x128
28581         * gst/monoscope/monoscope.c: (monoscope_init):
28582           assert size of 256x128
28583
28584 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28585
28586         * Makefile.am:
28587         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
28588         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
28589           fixate to max width and height of device
28590
28591 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28592
28593         * Makefile.am:
28594         * sys/v4l/gstv4l.c:
28595         * sys/v4l/gstv4lsrc.c:
28596         * sys/v4l/v4l_calls.c:
28597         * sys/v4l/v4lsrc_calls.c:
28598           fix for qc-usb driver which fakes having more than one buffer
28599           by handing the same buffer twice, which confused GStreamer's/v4lsrc
28600           buffer_free override
28601           add debugging
28602
28603 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28604
28605         * Makefile.am:
28606         * gst/videotestsrc/gstvideotestsrc.c:
28607         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
28608         (gst_videotestsrc_init), (gst_videotestsrc_get),
28609         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
28610         * gst/videotestsrc/gstvideotestsrc.h:
28611           add num-buffers property
28612
28613         2004-04-26  Benjamin Otte  <otte@gnome.org>
28614
28615         * ext/mad/gstid3tag.c: (plugin_init):
28616           set id3mux rank to NONE so it doesn't confuse spider
28617           require audio/mpeg,mpegversion=1 in id3mux
28618
28619 2004-04-26  Benjamin Otte  <otte@gnome.org>
28620
28621         * configure.ac:
28622           detect faad correctly as non-working if it's indeed non-working
28623
28624 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28625
28626         * Makefile.am:
28627         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28628         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
28629         fix _getcaps so it only negotiates to its supported format
28630
28631 2004-04-25  Benjamin Otte  <otte@gnome.org>
28632
28633         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28634           fix memleak
28635
28636 2004-04-23  Benjamin Otte  <otte@gnome.org>
28637
28638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
28639           audio/x-raw-int with height rules! not. Now it's depth.
28640
28641 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28642
28643         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
28644         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
28645         (gst_wavparse_loop):
28646           Missing variable initialization. Add handling of DVI ADPCM. Fix
28647           mis-parsing of LIST chunks. This works around a bug where we mis-
28648           parse non-aligning LIST chunks (so LIST chunks where the contents
28649           don't align with the actual LIST size). The correct fix is to use
28650           rifflib, I'm not going to fix wavparse - too much work. All this
28651           fixes #104878.
28652
28653 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28654
28655         reviewed by Benjamin Otte  <otte@gnome.org>
28656
28657         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
28658           fix shoutcast not working (fixes #140844)
28659
28660 2004-04-22  Benjamin Otte  <otte@gnome.org>
28661
28662         * ext/hermes/gsthermescolorspace.c:
28663         (gst_hermes_colorspace_caps_remove_format_info):
28664         * gst/colorspace/gstcolorspace.c:
28665         (gst_colorspace_caps_remove_format_info):
28666         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28667         (gst_ffmpegcolorspace_caps_remove_format_info):
28668           s/gst_caps_simplify/gst_caps_do_simplify/
28669
28670 2004-04-22  Benjamin Otte  <otte@gnome.org>
28671
28672         * gst-libs/gst/riff/riff-media.c:
28673         (gst_riff_create_video_caps_with_data):
28674           mpegversion is an int
28675         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
28676           don't try to create pad templates with NULL caps, use any caps
28677           instead.
28678
28679 2004-04-20  David Schleef  <ds@schleef.org>
28680
28681         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
28682         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
28683         (bug #140384)
28684
28685 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28686
28687         reviewed by David Schleef
28688
28689         * ext/mad/gstid3tag.c: Add stdlib.h
28690         * gst/rtp/gstrtpgsmenc.c: same
28691         * gst/tags/gstid3tag.c: same
28692         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
28693         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
28694         GST_DISABLE_LOADSAVE use.
28695         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
28696         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
28697         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
28698         atol(3)).
28699         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
28700         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
28701         strtoul(3)).
28702         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
28703         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
28704         $(ID3_CFLAGS).
28705         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
28706         $(LIBFAME_CFLAGS).
28707
28708 2004-04-20  David Schleef  <ds@schleef.org>
28709
28710         * gst/realmedia/rmdemux.c:  This was supposed to part of the
28711         last checkin.  Same idea.
28712
28713 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28714
28715         reviewed by David Schleef
28716
28717         * configure.ac: bump required gstreamer version to 0.8.1.1
28718         because of following changes [--ds]
28719
28720         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
28721         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
28722         (gst_riff_read_header):  Use GST_READ_UINT*
28723         macros to access possibly unaligned memory.
28724
28725         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
28726         (mp3_type_find):  Use GST_READ_UINT*
28727         macros to access possibly unaligned memory.
28728         (mp3_type_find, mpeg1_parse_header, qt_type_find)
28729         (speex_type_find): Likewise
28730
28731         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
28732
28733         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
28734         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
28735         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
28736         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
28737         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
28738         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
28739         macros to access possibly unaligned memory.
28740
28741         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
28742         Likewise.
28743
28744         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
28745         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
28746
28747         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28748         Likewise.
28749
28750         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
28751         (gst_mpeg2subt_chain_subtitle): Likewise.
28752
28753         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
28754         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
28755         Likewise.
28756
28757         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
28758         Likewise.
28759
28760         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
28761         Likewise.
28762
28763         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
28764         Likewise.
28765
28766 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28767
28768         * configure.ac:
28769           update required version of GStreamer because of GST_TIME_FORMAT
28770
28771 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28772
28773         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
28774           remove leftover g_print
28775         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28776           don't try setting only a subset of the caps. We don't want to kill
28777           autoplugging on purpose
28778
28779 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28780
28781         * sys/ximage/ximagesink.c: (plugin_init):
28782         * sys/xvimage/xvimagesink.c: (plugin_init):
28783           add debugging categories
28784
28785 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28786
28787         * po/en_GB.po:
28788         * po/LINGUAS:
28789           Adding en_GB translation (Gareth Owen)
28790
28791 2004-04-20  David Schleef  <ds@schleef.org>
28792
28793         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28794         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
28795         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
28796         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
28797         A number of new features and hacks to extract the esds atom and
28798         put it into the caps.  (bug #137724)
28799
28800 2004-04-19  David Schleef  <ds@schleef.org>
28801
28802         * gconf/Makefile.am: Fix for non-GNU make
28803         * gst-libs/gst/Makefile.am: Change directory order to handle
28804         GstPlay linking with gstinterfaces
28805         * gst-libs/gst/audio/make_filter: make use of tr portable
28806         * gst-libs/gst/play/Makefile.am: Add intended \
28807         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28808         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
28809         function prototype instead of void *.
28810         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
28811         macro.
28812         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28813         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
28814         * gst/videofilter/make_filter: make use of tr portable
28815         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
28816
28817 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28818
28819         * po/LINGUAS:
28820         * po/uk.po:
28821           Added Ukrainian translation (Maxim V. Dziumanenko)
28822
28823 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28824
28825         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
28826         (gst_gsmdec_link), (gst_gsmdec_chain):
28827           Fix capsnego, simplify chain function slightly.
28828         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
28829           Add GSM.
28830
28831 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28832
28833         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
28834         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
28835         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
28836           Hack to make wavparse work with spider (always -> sometimes pad).
28837           Fixes #135862 && #140411.
28838
28839 2004-04-18  Benjamin Otte  <otte@gnome.org>
28840
28841         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
28842         (gst_osselement_rate_probe_check),
28843         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
28844           get rid of \n in debug output
28845
28846 2004-04-17  Iain <iain@prettypeople.org>
28847
28848         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
28849         not just EOS.
28850
28851 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28852
28853         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
28854         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
28855         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
28856         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
28857         (gst_id3_tag_src_link), (gst_id3_tag_chain),
28858         (gst_id3_tag_change_state), (plugin_init):
28859           deprecate id3tag element and replace with id3demux/id3mux.
28860           great side effect: this ugly file is now even uglier, yay!
28861         * ext/mad/gstmad.h:
28862           remove non-available function
28863           update for new get_type
28864
28865 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28866
28867         * configure.ac:
28868           require mpeg2dec >= 0.4.0
28869
28870 2004-04-17  Benjamin Otte  <otte@gnome.org>
28871
28872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28873         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
28874         (gst_xvimagesink_set_xwindow_id):
28875           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
28876           assorted cleanup fixes.
28877
28878 2004-04-16  David Schleef  <ds@schleef.org>
28879
28880         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
28881         * sys/xvimage/xvimagesink.h: same
28882
28883 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28884
28885         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
28886           Fix GST_ELEMENT_ERROR with (NULL)
28887
28888 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28889
28890         * gst-libs/gst/riff/riff-media.c:
28891         (gst_riff_create_video_caps_with_data):
28892           Add div[3456] as fourccs for DivX 3 (fixes #140137).
28893
28894 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28895
28896         * gst-libs/gst/riff/riff-media.c:
28897         (gst_riff_create_video_caps_with_data),
28898         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
28899         (gst_riff_create_video_template_caps),
28900         (gst_riff_create_audio_template_caps):
28901         * gst-libs/gst/riff/riff-media.h:
28902         * gst-libs/gst/riff/riff-read.c:
28903         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
28904         * gst-libs/gst/riff/riff-read.h:
28905         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28906           Add MS RLE support. I added some functions to read out strf chunks
28907           into strf chunks and the data behind it. This is usually color
28908           palettes (as in RLE, but also in 8-bit RGB). Also use those during
28909           caps creation. Lastly, add ADPCM (similar to wavparse - which
28910           should eventually be rifflib based).
28911         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
28912         (gst_matroska_demux_init), (gst_matroska_demux_reset):
28913         * gst/matroska/matroska-demux.h:
28914           Remove placeholders for some prehistoric tagging system. Didn't add
28915           support for any tag system really anyway.
28916         * gst/qtdemux/qtdemux.c:
28917           Add support for audio/x-m4a (MPEG-4) through spider.
28918         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28919         (gst_wavparse_loop):
28920           ADPCM support (#135862). Increase max. buffer size because we
28921           cannot split buffers for ADPCM (screws references) and I've seen
28922           files with 2048 byte chunks. 4096 seems safe for now.
28923
28924 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28925
28926         * configure.ac: bump nano to 1
28927
28928 === release 0.8.1 ===
28929
28930 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28931
28932         * configure.ac: releasing 0.8.1, "Comforting Sounds"
28933
28934 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28935
28936         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
28937           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
28938           Fixes #140058
28939
28940 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28941
28942         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
28943           lower rank of dvddemux so that it's not used for mpeg playback.
28944
28945 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28946
28947         * configure.ac:
28948           save libs correctly when checking mad
28949
28950 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28951
28952         * ext/mad/gstid3tag.c: (plugin_init):
28953           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
28954
28955 2004-04-13  David Schleef  <ds@schleef.org>
28956
28957         * common/m4/gst-feature.m4: Call -config scripts with
28958         --plugin-libs if it is supported.
28959         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
28960         JPEG images are image/jpeg.
28961         * gst/debug/Makefile.am:
28962         * gst/debug/negotiation.c: (gst_negotiation_class_init),
28963         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
28964         (gst_negotiation_update_caps), (gst_negotiation_get_property),
28965         (gst_negotiation_plugin_init): Add a property that acts like
28966         filter caps.
28967         * testsuite/gst-lint:  Move license checking to be a standard
28968         test.
28969
28970 2004-04-13  David Schleef  <ds@schleef.org>
28971
28972         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
28973         patch from Sebastien Cote (bug #139958)
28974
28975 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28976
28977         * examples/gstplay/Makefile.am:
28978         * examples/gstplay/player.c: (main):
28979           make the commandline player example use gconf settings
28980
28981 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28982
28983         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28984         (gst_cacasink_sinkconnect), (gst_cacasink_init),
28985         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
28986           init/end library during state transition, not object
28987           creation/disposal.  get rid of custom dispose handler.
28988
28989
28990 2004-04-12  Christian Schaller <Uraeus@gnome.org>
28991
28992         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
28993         be a symlink
28994
28995 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28996
28997         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
28998           Handle JUNK chunks inside data section. Prevents warnings.
28999
29000 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29001
29002         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29003         (gst_riff_create_video_template_caps):
29004           Add MS video v1.
29005         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29006         (gst_avi_demux_stream_data):
29007           Add support for "rec-list" chunks.
29008
29009 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29010
29011         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29012           Fix another codecname mismatch.
29013
29014 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29015
29016         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29017           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29018           so that MJPEG plays back.
29019
29020 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29021
29022         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29023         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29024         * gst/mpeg1videoparse/gstmp1videoparse.h:
29025           Fix for some slight mis-cuts in buffer parsing, and for some
29026           potential overflows or faults-causers. Adds disconts. Also fixes
29027           #139105 while we're at it.
29028
29029 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29030
29031         * configure.ac:
29032         * sys/v4l2/gstv4l2element.h:
29033           Workaround for missing struct v4l2_buffer declaration in Suse 9
29034           and Mandrake 10 linux/videodev2.h header file (#135919).
29035
29036 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29037
29038         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29039           Bail out if no filename was given.
29040
29041 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29042
29043         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29044         (gst_v4l2_fourcc_from_structure):
29045           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29046           Y41B somewhere).
29047
29048 2004-04-09  Benjamin Otte  <otte@gnome.org>
29049
29050         * ext/gnomevfs/gstgnomevfssink.c:
29051         (_gst_boolean_allow_overwrite_accumulator),
29052         (gst_gnomevfssink_class_init):
29053           fix erase signal - if any handler returns false the file will not be
29054           overwritten. If no handler is connected, the file will not be
29055           overwritten either.
29056           renamed signal to "allow-overwrite"
29057         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29058           free string when adding it to ID3 failed
29059         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29060           unref event when done
29061         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29062           free caps
29063         * gst/typefind/gsttypefindfunctions.c:
29064         (mpeg_video_stream_type_find):
29065           fix invalid read
29066
29067 2004-04-08  David Schleef  <ds@schleef.org>
29068
29069         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29070         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29071
29072 2004-04-08  David Schleef  <ds@schleef.org>
29073
29074         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29075         we don't support (bug #139532)
29076
29077 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29078
29079         * ext/mad/gstmad.c: (gst_mad_handle_event),
29080         (gst_mad_check_caps_reset), (gst_mad_chain),
29081         (gst_mad_change_state):
29082           only set explicit caps if they haven't been set before for
29083           this stream.  MPEG-audio sample rate/channels aren't allowed
29084           to change in-stream.
29085           Fixes #139382
29086
29087 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29088
29089         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29090         (_gst_boolean_did_something_accumulator),
29091         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29092         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29093         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29094         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29095         (gst_gnomevfssink_change_state):
29096           Fix erase signal. Don't erase by default. Remove handoff signal.
29097           Remove erase property. Don't segfault. General cleanup.
29098
29099 2004-04-07  Benjamin Otte  <otte@gnome.org>
29100
29101         * gst-libs/gst/gconf/test-gconf.c: (main):
29102           add missing gst_init
29103
29104 2004-04-07  Benjamin Otte  <otte@gnome.org>
29105
29106         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29107           free the mutexes, too
29108
29109 2004-04-07  Benjamin Otte  <otte@gnome.org>
29110
29111         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29112           actually free the URI string
29113         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29114           compute offset correctly when passing discont events
29115         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29116           don't leak discont events
29117         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29118           add some missing breaks so caps aren't copied randomly
29119         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29120           if we realloc memory, we better use it
29121
29122 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29123
29124         * ext/mad/gstmad.c: (normal_seek):
29125           fix GST_FORMAT_TIME usage
29126
29127 2004-04-05  David Schleef  <ds@schleef.org>
29128
29129         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29130         a deprecated function (hack!)
29131
29132 2004-04-05  Benjamin Otte  <otte@gnome.org>
29133
29134         * ext/esd/esdmon.c: (gst_esdmon_get):
29135           fix nonterminated vararg and memleak
29136
29137 2004-04-05  Benjamin Otte  <otte@gnome.org>
29138
29139         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29140         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29141         (gst_ladspa_set_property), (gst_ladspa_get_property),
29142         (gst_ladspa_instantiate), (gst_ladspa_activate),
29143         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29144           clean up debugging
29145
29146 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29147
29148         reviewed by Benjamin Otte  <otte@gnome.org>
29149
29150         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29151           check for broken LADSPA parameters (fixes #138635)
29152
29153 2004-04-05  Benjamin Otte  <otte@gnome.org>
29154
29155         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29156           advertise buffer-frames correctly on sinkpads
29157
29158 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29159
29160         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29161         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29162         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29163         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29164         (gst_mad_check_caps_reset), (gst_mad_chain):
29165         add more debugging, only reset caps when we're not in error state
29166
29167 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29168
29169         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29170
29171 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29172
29173         reviewed by Benjamin Otte  <otte@gnome.org>
29174
29175         * configure.ac:
29176           fix == in test(1) operator
29177
29178 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29179
29180         reviewed by Benjamin Otte  <otte@gnome.org>
29181
29182         * configure.ac:
29183           fix --export-symblos-regex to a working regex.
29184
29185 2004-04-04  Benjamin Otte  <otte@gnome.org>
29186
29187         * sys/oss/.cvsignore:
29188           add for oss_probe
29189
29190 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29191
29192         reviewed by Benjamin Otte  <otte@gnome.org>
29193
29194         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29195           add missing 'new_media' argument (fixes #138168)
29196         * gst/matroska/matroska-demux.c:
29197         (gst_matroska_demux_handle_seek_event):
29198           add vararg terminator (fixes #138169)
29199
29200 2004-04-02  David Schleef  <ds@schleef.org>
29201
29202         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29203         disted (bug #138914)
29204
29205 2004-04-01  Benjamin Otte  <otte@gnome.org>
29206
29207         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29208         (gst_alsa_close_audio):
29209           handle case better where a soundcard can't pause
29210         * ext/ogg/gstoggdemux.c:
29211           don't crash when we get events but don't have pads yet
29212
29213 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29214
29215         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29216           throw an error if we couldn't probe any caps.
29217
29218 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29219
29220         * ext/dvdnav/gst-dvd:
29221         Add a really simple sample DVD player
29222
29223 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29224
29225         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29226         (gst_a52dec_push), (gst_a52dec_handle_event),
29227         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29228         (gst_a52dec_change_state):
29229         * ext/a52dec/gsta52dec.h:
29230           Use a debug category, Output timestamps correctly
29231           Emit tag info, Handle events, tell liba52dec about cpu
29232           capabilities so it can use MMX etc.
29233         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29234           Fix a crasher accessing invalid memory
29235         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29236         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29237         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29238         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29239         (dvdnavsrc_query):
29240           Some support for byte-format seeking.
29241           Small fixes for still frames and menu button overlays
29242         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29243         (gst_mpeg2dec_alloc_buffer):
29244           Use a debug category. Adjust the report level of several items to
29245           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29246           so it doesn't lose the GstBuffer pointer
29247         * gst/debug/Makefile.am:
29248         * gst/debug/gstdebug.c: (plugin_init):
29249         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29250         (gst_navseek_base_init), (gst_navseek_class_init),
29251         (gst_navseek_init), (gst_navseek_seek),
29252         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29253         (gst_navseek_get_property), (gst_navseek_chain),
29254         (gst_navseek_plugin_init):
29255         * gst/debug/gstnavseek.h:
29256           Add the navseek debug element for seeking back and forth in a
29257           video stream using arrow keys.
29258         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29259         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29260         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29261         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29262         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29263         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29264         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29265         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29266         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29267         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29268         * gst/mpeg2sub/gstmpeg2subt.h:
29269           Pretty much a complete rewrite. Now a loopbased element. May still
29270           require work to properly synchronise subtitle buffers.
29271         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29272         (gst_dvd_demux_send_subbuffer):
29273         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29274           Don't attempt to create subbuffers of size 0
29275           Reduce a couple of error outputs to warnings.
29276         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29277         (gst_y4mencode_chain):
29278         Output the y4m frame header correctly.
29279
29280 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29281
29282         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29283           throw errors instead of allowing SIGFPE
29284
29285 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29286
29287         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29288         (gst_gconf_render_bin_from_key):
29289           leak plugging and style fixing
29290
29291 2004-03-31  David Schleef  <ds@schleef.org>
29292
29293         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29294         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29295         (bug #138225)
29296         * gst/debug/Makefile.am:
29297         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29298         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29299         plugin.
29300         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29301         (gst_negotiation_base_init), (gst_negotiation_class_init),
29302         (gst_negotiation_init), (gst_negotiation_getcaps),
29303         (gst_negotiation_pad_link), (gst_negotiation_chain),
29304         (gst_negotiation_set_property), (gst_negotiation_get_property),
29305         (gst_negotiation_plugin_init):  New element to talk about random
29306         negotiation things happening in a pipeline.
29307
29308 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29309
29310         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29311           fix integer addition with help of Stefan Kost
29312
29313 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29314
29315         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29316
29317 2004-03-30  David Schleef  <ds@schleef.org>
29318
29319         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29320         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29321         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29322         (bug #137504)
29323         * ext/mpeg2dec/gstmpeg2dec.h:
29324
29325 2004-03-30  David Schleef  <ds@schleef.org>
29326
29327         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29328
29329 2004-03-30  David Schleef  <ds@schleef.org>
29330
29331         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29332         Michael Petullo) to handle .mov
29333
29334 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29335
29336         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29337         (gst_osselement_rate_check_rate):
29338           probe caps correctly for sound cards that only support one format
29339
29340 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29341
29342         * ext/kio/kiosrc.cpp: (process_events):
29343           update handling event processing if inside KDE - untested
29344
29345 2004-03-29  David Schleef  <ds@schleef.org>
29346
29347         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29348         by 2 to not interfere with other colorspaces.
29349         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29350         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29351         one to not interfere with ffmpeg_colorspace.
29352
29353 2004-03-29  David Schleef  <ds@schleef.org>
29354
29355         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29356         aren't in the caps.
29357         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29358         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29359
29360 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29361
29362         * gst-libs/gst/riff/riff-media.c:
29363           fail on error, don't try to set stuff on NULL caps
29364
29365 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29366
29367         * configure.ac:
29368         * ext/Makefile.am:
29369         * ext/kio/Makefile.am:
29370         * ext/kio/kioreceiver.cpp:
29371         * ext/kio/kioreceiver.h:
29372         * ext/kio/kiosrc.cpp:
29373         * ext/kio/kiosrc.h:
29374           add experimental kiosrc plugin
29375         * ext/alsa/gstalsaplugin.c: (plugin_init):
29376           initialize debugging category only when we're sure registering the
29377           plugins worked.
29378
29379 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29380
29381         * examples/gstplay/player.c: (main):
29382         * gst-libs/gst/play/play.c: (gst_play_class_init),
29383         (gst_play_set_location), (gst_play_set_data_src),
29384         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29385         (gst_play_set_visualization), (gst_play_connect_visualization):
29386           check return values of element_set_state and return FALSE where
29387           failed
29388
29389 2004-03-29  Benjamin Otte  <otte@gnome.org>
29390
29391         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29392           try harder to check if an event is really a discont
29393
29394 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29395
29396         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29397         * po/az.po:
29398
29399 2004-03-28  Benjamin Otte  <otte@gnome.org>
29400
29401         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29402         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29403         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29404           get rid of non-standard "..." ranges in case statements.
29405
29406 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29407
29408         * gst/mpegstream/gstmpegdemux.c:
29409         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29410         specific functionality split to the new dvddemux element.
29411         * gst/mpegstream/gstdvddemux.c:
29412         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29413         streams, derived from mpegdemux.
29414         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29415         up. SCR based timestamp rewriting can be turned off (will probably
29416         completely disappear soon).
29417         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29418         hacking. General cleanup. All printf statements replaced by
29419         debugging messages. Almost complete libdvdnav support.
29420         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29421         by events. New properties for audio and subpicture languages.
29422         (dvdnavsrc_update_highlight): Now uses events.
29423         (dvdnavsrc_user_op): Cleaned up.
29424         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29425         based). Lots of cleanup, and propper support for most libdvdnav
29426         events.
29427         (dvdnavsrc_make_dvd_event): New function.
29428         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29429         (dvdnavsrc_make_clut_change_event): New function.
29430
29431 2004-03-26  Benjamin Otte  <otte@gnome.org>
29432
29433         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29434           fix bug where typefinding would claim it's theora whenever less then
29435           7 bytes of data were available
29436
29437 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29438
29439         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29440         (gst_alawdec_base_init), (gst_alawdec_class_init),
29441         (gst_alawdec_init), (gst_alawdec_chain):
29442         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29443         (gst_alawenc_base_init), (gst_alawenc_class_init),
29444         (gst_alawenc_init), (gst_alawenc_chain):
29445         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29446         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29447         (gst_mulawdec_init), (gst_mulawdec_chain):
29448         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29449         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29450         (gst_mulawenc_init), (gst_mulawenc_chain):
29451           Fix capsnego in all four, remove the unused property functions and
29452           simplify the chain functions slightly. I guess we could use macros
29453           or something similar for those, since the code is so similar, but
29454           I'm currently too lazy...
29455
29456 2004-03-24  David Schleef  <ds@schleef.org>
29457
29458         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29459         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29460         (gst_osselement_get_format_structure),
29461         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29462         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29463         (gst_osselement_rate_int_compare): Add code to handle rate probing
29464         (bug #120883)
29465         * sys/oss/gstosselement.h: same
29466         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29467         Use rate probing provided by osselement.
29468         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29469
29470 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29471
29472         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29473         (gst_xvidenc_get_property):
29474           ulong/int mess-up.
29475
29476 2004-03-24  David Schleef  <ds@schleef.org>
29477
29478         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29479         (gst_speexdec_init):
29480         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29481         (gst_speexenc_init):  Create the pad template correctly (from
29482         the static pad template, not a NULL pointer.)
29483
29484 2004-03-25  Benjamin Otte  <otte@gnome.org>
29485
29486         * gst/debug/Makefile.am:
29487         * gst/debug/breakmydata.c:
29488           add element that quasi-randomly changes bytes in the stream.
29489           Intended use is robustness checking of demuxers and decoders in
29490           media tests.
29491
29492 2004-03-24  Benjamin Otte  <otte@gnome.org>
29493
29494         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29495         (gst_alsa_probe_hw_params):
29496         * ext/alsa/gstalsa.h:
29497           debugging output fixes
29498
29499 2004-03-24  Benjamin Otte  <otte@gnome.org>
29500
29501         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
29502           don't g_return_if_fail if element is PLAYING, fail silently as every
29503           other element.
29504         * gst/effectv/gstquark.c: (gst_quarktv_chain):
29505           only fix needed for cast lvalue issues in gst-plugins
29506         * gst/volenv/gstvolenv.c: (gst_volenv_init):
29507           add proxy_getcaps
29508
29509 2004-03-24  Benjamin Otte  <otte@gnome.org>
29510
29511         * gst/level/gstlevel.c: (gst_level_init):
29512           add proxying getcaps function, so level doesn't advertise impossible
29513           caps
29514
29515 2004-03-24  David Schleef  <ds@schleef.org>
29516
29517         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29518         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
29519         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
29520         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
29521         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
29522         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
29523         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
29524         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
29525         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
29526         messages.  Divide the chunk size by the compression ratio
29527         (needed for MACE audio)
29528
29529 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29530
29531         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29532           Fix buffer overflow read error.
29533
29534 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29535
29536         * ext/alsa/gstalsa.h:
29537           Remove unused entry.
29538         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29539           Add cinepak.
29540         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29541         (gst_videodrop_link), (gst_videodrop_chain):
29542           Fix, sort of. Was horribly broken with new capsnego. Bah...
29543
29544 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
29545
29546         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
29547         (plugin_init):
29548         Add a monkeysaudio typefind function
29549
29550 2004-03-23  Johan Dahlin  <johan@gnome.org>
29551
29552         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
29553         (gst_play_video_fixate): Check so the structure has the field
29554         before trying to fixate them, this makes it possible to have
29555         fakesinks for video and audio output without printing errors on
29556         the output console.
29557
29558 2004-03-22  David Schleef  <ds@schleef.org>
29559
29560         * sys/oss/Makefile.am:
29561         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
29562         (check_rate), (add_rate):  Rate probing test app.
29563
29564 2004-03-21  Benjamin Otte  <otte@gnome.org>
29565
29566         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
29567         (_fixate_caps_to_int), (gst_audio_convert_fixate):
29568           add a fixation function that pretty much does the right thing (fixes
29569           #137556)
29570
29571 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
29572
29573         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
29574
29575 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
29576
29577         reviewed by: Benjamin Otte  <otte@gnome.org>
29578
29579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29580           terminate gst_event_new_discontinuous correctly (fixes parts of
29581           #137711)
29582
29583 2004-03-19  David Schleef  <ds@schleef.org>
29584
29585         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
29586         since it doesn't depend on X, and it's part of our ABI.
29587
29588 2004-03-19  Iain <iain@prettypeople.org>
29589
29590         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
29591         is_int in the structure, not the local variable.
29592
29593 2004-03-19  David Schleef  <ds@schleef.org>
29594
29595         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
29596         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
29597         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
29598         Improvements in caps negotiation.
29599
29600 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29601
29602         * po/LINGUAS:
29603         * po/af.po:
29604           adding Afrikaans (Petri Jooste)
29605
29606 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29607
29608         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29609         (gst_ffmpegcolorspace_chain):
29610         throw error instead of g_critical (#137588)
29611
29612 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29613
29614         * Makefile.am:
29615         * configure.ac:
29616           dist common and m4 correctly
29617         * po/sv.po:
29618
29619 2004-03-17  David Schleef  <ds@schleef.org>
29620
29621         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
29622         (bug #137348)
29623
29624 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29625
29626         * po/LINGUAS:
29627         * po/sv.po:
29628           adding Swedish translation (Christian Rose)
29629
29630 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29631
29632         * Makefile.am: use release.mak
29633
29634 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29635
29636         * common/ChangeLog:
29637         * common/gst-autogen.sh:
29638           add some explanation about the version detection
29639         * configure.ac:
29640           fix X check
29641
29642 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29643
29644         * configure.ac: bump nano to 1
29645
29646 === release 0.8.0 ===
29647
29648 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29649
29650         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
29651
29652 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29653
29654         * configure.ac:
29655           update libtool version
29656         * gst-libs/gst/media-info/Makefile.am:
29657           actually use libtool version
29658
29659 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29660
29661         * configure.ac: fix speex detection to work with 1.0 but not 1.1
29662
29663 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29664
29665         * configure.ac:
29666         * gst-plugins.spec.in:
29667         * pkgconfig/Makefile.am:
29668         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
29669         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29670         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29671         * pkgconfig/gstreamer-libs.pc.in:
29672         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29673         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29674         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
29675         * pkgconfig/gstreamer-plugins.pc.in:
29676           remove @VERSION@ from some of the pc files since core and plugins
29677           are decoupled.
29678           created gstreamer-plugins.pc as it's a better name, but keeping
29679           -libs around for now to get fixes upstream done first.
29680
29681 2004-03-15  Julien MOUTTE <julien@moutte.net>
29682
29683         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
29684         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
29685         * gst-libs/gst/play/play.h:
29686
29687 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29688
29689         * *.c, *.cc: don't mix tabs and spaces
29690
29691 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29692
29693         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
29694           use the new ffmpegcolorspace
29695         * gst-plugins.spec.in:
29696           package new colorspace and media-info
29697         * configure.ac:
29698         * pkgconfig/Makefile.am:
29699           fix some more disting issues
29700         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29701         * pkgconfig/gstreamer-media-info.pc.in:
29702           generate media-info pc files
29703
29704 2004-03-15  Johan Dahlin  <johan@gnome.org>
29705
29706         * *.h: Revert indenting
29707
29708 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29709
29710         * configure.ac:
29711           adding ffmpegcolorspace element
29712         * gst/ffmpegcolorspace/Makefile.am:
29713         * gst/ffmpegcolorspace/avcodec.h:
29714         * gst/ffmpegcolorspace/common.h:
29715         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29716         * gst/ffmpegcolorspace/dsputil.h:
29717         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29718         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29719         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
29720         (gst_ffmpeg_caps_to_pix_fmt):
29721         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29722         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29723         (gst_ffmpegcolorspace_caps_remove_format_info),
29724         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
29725         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
29726         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
29727         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
29728         (gst_ffmpegcolorspace_set_property),
29729         (gst_ffmpegcolorspace_get_property),
29730         (gst_ffmpegcolorspace_register):
29731         * gst/ffmpegcolorspace/imgconvert.c:
29732         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29733         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29734         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29735         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29736         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29737         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
29738         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
29739         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
29740         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
29741         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
29742         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
29743         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
29744         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
29745         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
29746         (img_get_alpha_info), (deinterlace_line),
29747         (deinterlace_line_inplace), (deinterlace_bottom_field),
29748         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29749         * gst/ffmpegcolorspace/imgconvert_template.h:
29750         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29751         * gst/ffmpegcolorspace/mmx.h:
29752         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
29753           adding ffmpegcolorspace element supplied by Ronald after cleaning
29754           up and pulling in the right bits of upstream source.
29755           I'm sure a better C/compiler wizard could do some cleaning up (for
29756           example use GLIB's malloc stuff), but as a first pass this
29757           works very well
29758
29759 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29760
29761         * ext/alsa/gstalsa.h:
29762           I assume Ronald forgot to commit the change to have cardname
29763           as a struct member.  Expect some public spanking at the next
29764           opportunity.
29765
29766 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29767
29768         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
29769         (gst_alsa_open_audio), (gst_alsa_close_audio):
29770         * ext/alsa/gstalsa.c:
29771           Don't open the device if we're a mixer (= padless).
29772         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
29773         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
29774         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
29775           Open mixer during state change rather than during object
29776           initialization. Also, get a device name. Currently in a somewhat
29777           hackish fashion, but I didn't really find something better.
29778
29779 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29780
29781         * *.c, *.h: run gst-indent
29782
29783 2004-03-14  Benjamin Otte  <otte@gnome.org>
29784
29785         * gst/modplug/gstmodplug.cc:
29786         * gst/modplug/gstmodplug.h:
29787           set correct timestamps on outgoing buffers
29788
29789 2004-03-14  Benjamin Otte  <otte@gnome.org>
29790
29791         * gst/modplug/gstmodplug.cc:
29792           handle events - don't do crap when a discont arrives that's not
29793           necessary
29794           This allows correct loading and playback of mods in Rhythmbox
29795
29796 2004-03-14  Benjamin Otte  <otte@gnome.org>
29797
29798         * configure.ac:
29799         * gst-libs/gst/gconf/Makefile.am:
29800         * pkgconfig/Makefile.am:
29801           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
29802           they get rebuilt properly
29803         * configure.ac:
29804           when checking for vorbis, try pkgconfig first.
29805         * gst/modplug/gstmodplug.cc:
29806           add fixate function
29807
29808 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29809
29810         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29811           Fix for obvious mistake, where we first shift the offset and then
29812           read a samplesize element assuming the old offset. Note that this
29813           part still has something weird, i.e. my movies containing those
29814           don't actually play well, but at least there's something that looks
29815           like sound now.
29816
29817 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
29818         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
29819         (plugin_init):
29820         Add a typefind function for speex format
29821
29822 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29823
29824         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
29825         (gst_asf_demux_setup_pad):
29826           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
29827           instead of 0. Reason is simple: some elements have a fps range
29828           of 1-max instead of 0-max. So now ASF video actually works.
29829
29830 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29831
29832         * po/LINGUAS:
29833         * po/sr.po:
29834           adding serbian as a language
29835
29836 2004-03-13  Benjamin Otte  <otte@gnome.org>
29837
29838         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29839           return taglist correctly from _get function, don't gst_pad_push it.
29840           (fixes #137042)
29841
29842 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29843         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29844
29845 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29846
29847         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
29848         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
29849         (gst_alsa_mixer_track_new):
29850         * ext/alsa/gstalsamixertrack.h:
29851           Fix ancient leftovers... MixerTrack is a GObject.
29852
29853 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29854
29855         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29856         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29857           Don't block during probing...
29858
29859 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29860
29861         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
29862         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
29863         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
29864         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
29865         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
29866         (gst_alsa_open_audio), (gst_alsa_close_audio):
29867         * ext/alsa/gstalsa.h:
29868           Add propertyprobe interface implementation, add some device-name
29869           property, all this so that it looks good in gnome-volume-control.
29870
29871 2004-03-12  David Schleef  <ds@schleef.org>
29872
29873         * configure.ac: the Hermes library controls hermescolorspace, not
29874         colorspace.
29875         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
29876         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
29877         not /* */
29878         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
29879         * ext/sdl/sdlvideosink.h: ditto.
29880         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
29881
29882 2004-03-12  Benjamin Otte  <otte@gnome.org>
29883
29884         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
29885         (gst_x_overlay_got_xwindow_id):
29886         * gst-libs/gst/xoverlay/xoverlay.h:
29887           replace XID with unsigned long to get rid of the xlibs dependency in
29888           XOverlay (fixes #137004)
29889
29890 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29891         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
29892         (gst_agingtv_setup):
29893         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
29894         (gst_dicetv_base_init), (gst_dicetv_class_init),
29895         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
29896         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
29897         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
29898         (gst_edgetv_setup), (gst_edgetv_rgb32):
29899         * gst/effectv/gsteffectv.c:
29900         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
29901         (gst_quarktv_set_property):
29902         * gst/effectv/gstrev.c: (gst_revtv_get_type),
29903         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
29904         (gst_revtv_setup), (gst_revtv_rgb32):
29905         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
29906         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
29907         (gst_shagadelictv_init), (gst_shagadelictv_setup),
29908         (gst_shagadelictv_rgb32):
29909         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
29910         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
29911         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
29912         * gst/effectv/gstwarp.c:
29913         Port everything that can be ported to videofilter and fix up the caps.
29914         Can someone with a big-endian machine please check these?
29915
29916 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29917
29918         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
29919         (gst_osssink_chain), (gst_osssink_change_state):
29920           Latest fixes for A/V sync, audio playback and such. This is about
29921           all... MPEG playback issues are mostly related to the async build-
29922           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
29923
29924 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29925
29926         patch from: Stephane Loeuillet
29927
29928         * configure.ac:
29929           use pkg-config for some libraries, falling back to the old .m4 way
29930           (fixes #131270)
29931         * m4/libdv.m4:
29932           removed
29933
29934 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29935
29936         * configure.ac:
29937         * tools/Makefile.am:
29938         * tools/Makefile.in:
29939         * tools/gst-launch-ext-m.m:
29940         * tools/gst-launch-ext.1.in:
29941         * tools/gst-visualise-m.m:
29942         * tools/gst-visualise.1:
29943         * tools/gst-visualise.1.in:
29944           reorganizing generation of script tools
29945
29946 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29947
29948         * ext/divx/gstdivxdec.c:
29949           Downgrade priority. We prefer ffdec_mpeg4.
29950         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
29951         (gst_faad_chain), (gst_faad_change_state):
29952           Fix capsnego. Doesn't work for some sounds because we don't have
29953           a 5:1 to stereo element.
29954         * ext/xvid/gstxvid.c: (plugin_init):
29955           Add priority.
29956         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29957         (gst_osssink_change_state):
29958           Add discont handling.
29959
29960 2004-03-09  Colin Walters  <walters@verbum.org>
29961
29962         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
29963         conversion.
29964
29965 2004-03-09  Benjamin Otte  <otte@gnome.org>
29966
29967         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
29968           the signals take 2 arguments
29969
29970 2004-03-09  David Schleef  <ds@schleef.org>
29971
29972         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
29973         (gst_alsa_fixate): Add fixate function.  (bug #136686)
29974         * ext/alsa/gstalsa.h:
29975         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
29976
29977 2004-03-09  Benjamin Otte  <otte@gnome.org>
29978
29979         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
29980         (gst_mikmod_change_state):
29981         * ext/mikmod/gstmikmod.h:
29982           make mikmod's loop function not loop infinitely and call
29983           gst_element_yield anymore
29984         * gst/modplug/gstmodplug.cc:
29985           fix pad negotiation (fixes #136590)
29986
29987 2004-03-09  David Schleef  <ds@schleef.org>
29988
29989         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
29990         doesn't conflict with the internal colorspace plugin.
29991         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
29992         satisfy the crappy-ass shell shipped by a certain vendor.
29993         * gst/videofilter/make_filter: same (bug #135299)
29994
29995 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29996
29997         * configure.ac: bump nano to 1
29998
29999 === release 0.7.6 ===
30000
30001 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30002
30003         * configure.in: releasing 0.7.6, "There"
30004
30005 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30006
30007         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30008         * pkgconfig/gstreamer-play.pc.in:
30009           synchronize the two
30010
30011 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30012
30013         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30014         (cdparanoia_open), (cdparanoia_event):
30015           fix/add error handling
30016         * po/POTFILES.in:
30017           add cdparanoia source
30018         * tools/Makefile.am:
30019           make scripts executable
30020
30021 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30022
30023         * configure.ac:
30024         * ext/vorbis/Makefile.am:
30025         * sys/Makefile.am:
30026           remove id3types, vorbisfile and xvideosink from the build (#133783)
30027
30028 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30029
30030         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30031           Fix metadata read crash (#136537).
30032
30033 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30034
30035         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30036         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30037           adding mime types, fixing the one-stop function
30038
30039 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30040
30041         * ext/nas/nassink.c and /ext/nas/nassink.h:
30042         More NAS love from Arwed von Merkatz
30043         So lets all sing 'Can you feel the NAS tonight'
30044
30045 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30046
30047         * tools/gst-launch-ext.in:
30048         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30049
30050 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30051
30052         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30053         (gst_mpeg2dec_init):
30054         remove the user_data pad for now, because it is being used in
30055         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30056         If someone knows how to fix this properly, please do.
30057
30058 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30059
30060         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30061         (gst_osssink_get_time):
30062         add a warning, IMO this won't get triggered anymore, remove later
30063
30064 2004-03-07  David Schleef  <ds@schleef.org>
30065
30066         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30067         format (bug #136470)
30068
30069 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30070
30071         * gst-libs/Makefile.am:
30072         * gst-libs/gst/media-info/Makefile.am:
30073         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30074         (error_callback), (gst_media_info_error_create),
30075         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30076         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30077         * gst-libs/gst/media-info/media-info-priv.h:
30078         * gst-libs/gst/media-info/media-info-test.c: (main):
30079         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30080         (gst_media_info_class_init), (gst_media_info_instance_init),
30081         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30082         (gst_media_info_read_idler), (gst_media_info_read):
30083         * gst-libs/gst/media-info/media-info.h:
30084         fixed, should work now
30085
30086 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30087
30088         * ext/nas/nassink.c:
30089         A bunch of NAS fixes from Arwed von Merkatz
30090
30091 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30092
30093         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30094         (qtdemux_parse_trak):
30095           Fix crash (j might be greater than n_samples, in which case we're
30096           writing outside the allocated space for the array) and memleak.
30097
30098 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30099
30100         * sys/oss/gstosssink.c: (gst_osssink_chain):
30101           And another caller that couldn't handle delay < 0 (unsigned
30102           integer overflow). Video now continues playing on an audio
30103           buffer underrun, and the clock continues working. Audio still
30104           stalls.
30105
30106 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30107
30108         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30109         (gst_osssink_get_time):
30110           get_delay() may return values lower than 0. In those cases, we
30111           should not actually cast to *unsigned* int64, that will break
30112           stuff horribly. In my case, it screwed up A/V sync in movies
30113           in totem rather badly.
30114
30115 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30116
30117         * ext/faac/gstfaac.c: (gst_faac_chain):
30118         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30119         * ext/libpng/gstpngenc.c: (user_write_data):
30120         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30121         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30122         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30123         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30124         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30125         of any buffer), should fix some leaks. I hope I didn't unref buffers
30126         that shouldn't be...
30127
30128 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30129
30130         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30131         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30132         (error_callback), (gmi_reset), (gmi_seek_to_track),
30133         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30134         (gmip_find_type_post), (gmip_find_stream_post),
30135         (gmip_find_track_streaminfo_post):
30136         * gst-libs/gst/media-info/media-info-priv.h:
30137         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30138         (info_print), (main):
30139         * gst-libs/gst/media-info/media-info.c:
30140         (gst_media_info_error_create), (gst_media_info_error_element),
30141         (gst_media_info_instance_init), (gst_media_info_get_property),
30142         (gst_media_info_new), (gst_media_info_set_source),
30143         (gst_media_info_read_idler), (gst_media_info_read):
30144         * gst-libs/gst/media-info/media-info.h:
30145           first pass at making this work again.  This seems to work on
30146           tagged ogg/vorbis and mp3 files.
30147
30148 2004-03-06  Benjamin Otte  <otte@gnome.org>
30149
30150         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30151           fix huge leak: gst_buffer_merge doesn't unref the first argument
30152           itself.
30153
30154 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30155
30156         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30157           report layer/mode/emphasis
30158
30159 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30160
30161         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30162
30163 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30164
30165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30166           signal serial
30167
30168 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30169
30170         * ext/vorbis/vorbis.c: (plugin_init):
30171         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30172         (gst_vorbis_dec_init), (vorbis_dec_event):
30173         add debug category
30174         make vorbisdec handle _BYTE and _TIME queries
30175
30176 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30177
30178         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30179           from the xing header
30180
30181 2004-03-06  Benjamin Otte  <otte@gnome.org>
30182
30183         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30184         (gst_audio_convert_link), (gst_audio_convert_change_state),
30185         (gst_audio_convert_buffer_from_default_format):
30186           do conversions from/to float correctly, fix some caps nego errors,
30187           export correct supported caps in template and getcaps, use correct
30188           caps in try_set_caps functions
30189
30190 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30191
30192         For some reason, I only committed a ChangeLog entry yesterday and
30193         not the corresponding code...
30194         * ext/mad/gstmad.c: Fix detection of Xing headers
30195         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30196
30197 2004-03-06  Benjamin Otte  <otte@gnome.org>
30198
30199         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30200         (gst_ogg_demux_src_query):
30201           make sure to handle the case where there's no current chain
30202           gracefully.
30203
30204 2004-03-05  David Schleef  <ds@schleef.org>
30205
30206         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30207         Add fixate function. (bug #131128)
30208         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30209         (gst_sdlvideosink_fixate):  Add fixate function.
30210         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30211         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30212         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30213         Fix missing break that was causing ulaw to be interpreted as
30214         raw int.
30215
30216 2004-03-05  David Schleef  <ds@schleef.org>
30217
30218         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30219         Fix code that ignores return value of gst_buffer_merge().
30220         (bug #114560)
30221         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30222         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30223         * testsuite/gst-lint:  Check for above.
30224
30225 2004-03-05  David Schleef  <ds@schleef.org>
30226
30227         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30228         caps and throw an element error.  (bug #136334)
30229
30230 2004-03-05  David Schleef  <ds@schleef.org>
30231
30232         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30233         (gst_faad_chain): Fix negotiation.
30234         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30235         key and button events.
30236         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30237         dung heap of code.
30238         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30239         depends on gconf
30240         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30241         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30242         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30243         function to encourage better negotiation, particularly between
30244         audioconvert and osssink.
30245         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30246         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30247         more important.
30248         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30249         typefinding.
30250         * gst/vbidec/vbiscreen.c:  Add glib header
30251         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30252
30253 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30254
30255         * ext/mad/gstmad.c: Fix detection of Xing headers
30256         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30257
30258 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30259
30260         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30261         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30262           debug updates
30263
30264 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30265
30266         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30267         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30268         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30269         files, and report the parsed length as a GST_TAG_DURATION tag.
30270         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30271
30272 2004-03-05  Benjamin Otte  <otte@gnome.org>
30273
30274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30275           convert channels correctly. convert correctly to unsigned.
30276
30277 2004-03-05  Julien MOUTTE <julien@moutte.net>
30278
30279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30280         we have a window before clearing it.
30281
30282 2004-03-05  Julien MOUTTE <julien@moutte.net>
30283
30284         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30285         have a window before clearing it.
30286
30287 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30288
30289         * gconf/gstreamer.schemas.in:
30290         * gst-libs/gst/gconf/Makefile.am:
30291           version installation path the same way as for 0.6
30292         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30293         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30294         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30295           remove comment that was fixed
30296
30297 2004-03-05  David Schleef  <ds@schleef.org>
30298
30299         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30300         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30301         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30302         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30303         Add prototype code for handling seeking and querying.
30304
30305 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30306
30307         * examples/gstplay/player.c: (main):
30308           Initialize variables to NULL. Prevents a segfault because the
30309           (uninitialized) variable is not NULL, resulting in a crash on
30310           trying to reach error->message.
30311
30312 2004-03-05  Benjamin Otte  <otte@gnome.org>
30313
30314         * gst/audioconvert/gstaudioconvert.c:
30315         (gst_audio_convert_buffer_to_default_format):
30316         make float=>int conversion work correctly even in cornercases.
30317
30318 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30319
30320         * debian/README.Debian:
30321         * debian/build-deps:
30322         * debian/changelog:
30323         * debian/control:
30324         * debian/control.in:
30325         * debian/copyright:
30326         * debian/gstreamer-a52dec.files:
30327         * debian/gstreamer-aa.files:
30328         * debian/gstreamer-alsa.files:
30329         * debian/gstreamer-alsa.manpages:
30330         * debian/gstreamer-arts.files:
30331         * debian/gstreamer-artsd.files:
30332         * debian/gstreamer-audiofile.files:
30333         * debian/gstreamer-avifile.files:
30334         * debian/gstreamer-cdparanoia.files:
30335         * debian/gstreamer-colorspace.files:
30336         * debian/gstreamer-doc.files:
30337         * debian/gstreamer-dv.files:
30338         * debian/gstreamer-dvd.files:
30339         * debian/gstreamer-esd.files:
30340         * debian/gstreamer-festival.files:
30341         * debian/gstreamer-flac.files:
30342         * debian/gstreamer-gconf.conffiles:
30343         * debian/gstreamer-gconf.files:
30344         * debian/gstreamer-gconf.postinst:
30345         * debian/gstreamer-gnomevfs.files:
30346         * debian/gstreamer-gsm.files:
30347         * debian/gstreamer-http.files:
30348         * debian/gstreamer-jack.files:
30349         * debian/gstreamer-jpeg.files:
30350         * debian/gstreamer-mad.files:
30351         * debian/gstreamer-mikmod.files:
30352         * debian/gstreamer-misc.files:
30353         * debian/gstreamer-mpeg2dec.files:
30354         * debian/gstreamer-oss.files:
30355         * debian/gstreamer-plugin-apps.files:
30356         * debian/gstreamer-plugin-apps.manpages:
30357         * debian/gstreamer-plugin-libs-dev.files:
30358         * debian/gstreamer-plugin-libs.files:
30359         * debian/gstreamer-plugin-template.postinst:
30360         * debian/gstreamer-plugin-template.postrm:
30361         * debian/gstreamer-sdl.files:
30362         * debian/gstreamer-sid.files:
30363         * debian/gstreamer-vorbis.files:
30364         * debian/gstreamer-x.files:
30365         * debian/mk.control:
30366         * debian/rules:
30367         Debian package info not maintained here.
30368
30369 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30370
30371         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30372         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30373         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30374         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30375         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30376         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30377         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30378         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30379         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30380         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30381         * gst-libs/gst/colorbalance/colorbalance.c:
30382         (gst_color_balance_class_init):
30383         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30384         (gst_color_balance_channel_class_init):
30385         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30386         * gst-libs/gst/play/play.c: (gst_play_class_init):
30387         * gst-libs/gst/propertyprobe/propertyprobe.c:
30388         (gst_property_probe_iface_init):
30389         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30390         * gst-libs/gst/tuner/tunerchannel.c:
30391         (gst_tuner_channel_class_init):
30392         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30393         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30394         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30395         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30396         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30397         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30398         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30399         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30400         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30401           fix signals to use - instead of _
30402         * ext/libcaca/gstcacasink.h:
30403         * ext/sdl/sdlvideosink.h:
30404           fix header rename
30405
30406 2004-03-04  David Schleef  <ds@schleef.org>
30407
30408         * testsuite/gst-lint:  Add a check for bad signal names.
30409
30410 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30411
30412         reviewed by David Schleef
30413
30414         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30415         modified the alpha channel and caused a warning. (bug #136192)
30416
30417 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30418
30419         * gst-plugins.spec.in:
30420         Change names of plugins to actually be correct. Try to keep things
30421         alphabetical to avoid getting beat up by Thomas
30422
30423 2004-03-03  Julien MOUTTE <julien@moutte.net>
30424
30425         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30426         Using ximagesink as a default if no gconf key found. We should
30427         probably consider using alsasink instead of osssink for the audio
30428         part.
30429
30430 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30431
30432         * configure.ac:
30433           fix --with-plugins, don't think it ever worked before
30434         * gst-plugins.spec.in:
30435           even more updates
30436
30437 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30438
30439         * ext/sdl/sdlvideosink.h:
30440         * sys/ximage/ximagesink.h:
30441         * sys/xvideo/xvideosink.h:
30442         * sys/xvimage/xvimagesink.h:
30443           Fix for move of gstvideosink.h -> videosink.h.
30444
30445 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30446
30447         * gst-libs/gst/xwindowlistener/Makefile.am:
30448           this is a plugin library, not a library
30449
30450 2004-03-01  David Schleef  <ds@schleef.org>
30451
30452         * AUTHORS:  Added some names.  Add yourself if you're still
30453         missing.
30454
30455 2004-03-01  David Schleef  <ds@schleef.org>
30456
30457         * MAINTAINERS: Add
30458
30459 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30460
30461         * gst-plugins.spec.in: clean up spec file
30462
30463 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30464
30465         * gst-libs/gst/video/Makefile.am:
30466         * gst-libs/gst/video/gstvideosink.c:
30467         * gst-libs/gst/video/gstvideosink.h:
30468           rename gstvideosink.h to videosink.h to match other headers
30469         * gst/mixmatrix/Makefile.am:
30470           fix plugin filename
30471         * gst/tags/Makefile.am: fix plugin filename
30472
30473 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30474
30475         * gst/tags/Makefile.am: fix plugin filename
30476
30477 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30478
30479         * examples/gstplay/player.c: (got_time_tick), (main):
30480           add error handler
30481           display time_tick more readably
30482         * gst/mixmatrix/Makefile.am:
30483           fix plugin file name
30484
30485 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30486
30487         * sys/oss/gstosselement.c: (gst_osselement_probe),
30488         (device_combination_append), (gst_osselement_class_probe_devices):
30489         * sys/oss/gstosselement.h:
30490           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30491           on my system using alsa oss emulation, fixes bug #135597
30492
30493 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30494
30495         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30496         (gst_videodrop_chain), (gst_videodrop_change_state):
30497         * gst/videodrop/gstvideodrop.h:
30498           Work based on timestamp of input data, not based on the expected
30499           framerate from the input. The consequence is that this element now
30500           not only scales framerates, but also functions as a framerate
30501           corrector or framerate stabilizer/constantizer.
30502
30503 2004-02-27  David Schleef  <ds@schleef.org>
30504
30505         patches from jmmv@menta.net (Julio M. Merino Vidal)
30506
30507         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
30508         GST_ELEMENT_ERROR call (bug #135634)
30509         * gst/interleave/interleave.c: (interleave_buffered_loop),
30510         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
30511         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
30512         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30513         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
30514         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
30515         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30516         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
30517         Fix GST_ELEMENT_ERROR call.
30518         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
30519         GST_ELEMENT_ERROR call.
30520
30521 2004-02-27  Benjamin Otte  <otte@gnome.org>
30522
30523         * gst-libs/gst/audio/audio.h:
30524           add macro to make sure header isn't included twice
30525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30526           don't use gst_buffer_free
30527         * gst/playondemand/filter.func:
30528           don't use gst_data_free. Free data only once.
30529
30530 2004-02-26  David Schleef  <ds@schleef.org>
30531
30532         * gst-libs/gst/colorbalance/Makefile.am:
30533         * gst-libs/gst/mixer/Makefile.am:
30534         * gst-libs/gst/tuner/Makefile.am:
30535         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
30536         should not be disted, -marshal.h files should not be installed,
30537         and -enum.h files _should_ be installed.  Fix to make this the
30538         case.
30539
30540 === release 0.7.5 ===
30541
30542 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30543
30544         * configure.ac: release 0.7.5, "Under The Sea"
30545
30546 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30547
30548         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30549         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
30550         * gst/videoscale/gstvideoscale.c:
30551         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30552           assorted debug/warning fixes
30553
30554 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30555
30556         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30557         (gst_videoscale_init), (gst_videoscale_chain),
30558         (gst_videoscale_set_property), (plugin_init):
30559         * gst/videoscale/gstvideoscale.h:
30560         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30561         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
30562         (gst_videoscale_planar400), (gst_videoscale_packed422),
30563         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
30564         (gst_videoscale_24bit), (gst_videoscale_16bit),
30565         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
30566         (gst_videoscale_scale_plane_slow),
30567         (gst_videoscale_scale_point_sample),
30568         (gst_videoscale_scale_nearest),
30569         (gst_videoscale_scale_nearest_str2),
30570         (gst_videoscale_scale_nearest_str4),
30571         (gst_videoscale_scale_nearest_32bit),
30572         (gst_videoscale_scale_nearest_24bit),
30573         (gst_videoscale_scale_nearest_16bit):
30574         add debugging category and use it properly
30575         fix use of GST_PTR_FORMAT
30576
30577 2004-02-25  Andy Wingo  <wingo@pobox.com>
30578
30579         * gst/interleave/interleave.c (interleave_buffered_loop): Always
30580         push only when channel->buffer is NULL. Prevents segfaults doing
30581         the state change after a nonlocal exit, like a scheme exception.
30582
30583         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
30584         Handle the case where the intersected caps is empty.
30585
30586 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30587
30588         * gst/law/mulaw-decode.c: (mulawdec_link):
30589         * gst/law/mulaw.c: (plugin_init):
30590           fix mulawdec so it actually works again
30591
30592 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
30593
30594         reviewed by: David Schleef  <ds@schleef.org>
30595
30596         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
30597         (gst_gamma_init), (gst_gamma_set_property),
30598         (gst_gamma_get_property), (gst_gamma_calculate_tables),
30599         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
30600         for RGB, with separate r g and b correction factors. (#131167)
30601
30602 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30603
30604         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30605           only signal tags for bitrate if they're > 0 (#134894)
30606
30607 2004-02-24  David Schleef  <ds@schleef.org>
30608
30609         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
30610         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
30611         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
30612         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
30613         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
30614         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
30615         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
30616         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
30617         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
30618         category.  Attempt to fix timestamp calculation.
30619
30620 2004-02-24  Johan Dahlin  <johan@gnome.org>
30621
30622         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
30623
30624 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30625
30626         * configure.ac:
30627         * gconf/Makefile.am:
30628         * gconf/gstreamer.schemas:
30629         * gst-libs/gst/gconf/Makefile.am:
30630         * gst-libs/gst/gconf/gconf.c:
30631           version gconf schemas and install locations
30632
30633 2004-02-23  Benjamin Otte  <otte@gnome.org>
30634
30635         * ext/xine/xineinput.c: (gst_xine_input_dispose):
30636         (gst_xine_input_subclass_init):
30637           call parent dispose.
30638           change pad template for CD reader correctly
30639         * ext/xine/Makefile.am:
30640         * ext/xine/gstxine.h:
30641         * ext/xine/xine.c: (plugin_init):
30642         * ext/xine/xineaudiosink.c:
30643           wrap audio sinks, too
30644         * gst-libs/gst/resample/private.h:
30645         * gst-libs/gst/resample/resample.c: (gst_resample_init),
30646         (gst_resample_reinit), (gst_resample_scale),
30647         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
30648         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
30649         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
30650         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
30651         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
30652         * gst-libs/gst/resample/resample.h:
30653         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
30654         (gst_audioscale_class_init), (gst_audioscale_link),
30655         (gst_audioscale_get_buffer), (gst_audioscale_init),
30656         (gst_audioscale_chain), (gst_audioscale_set_property),
30657         (gst_audioscale_get_property):
30658         * gst/audioscale/gstaudioscale.h:
30659           s/resample_*/gst_resample_*/i to not clobber namespaces
30660
30661 2004-02-23  Julien MOUTTE  <julien@moutte.net>
30662
30663         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
30664         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
30665         (gst_riff_create_video_template_caps),
30666         (gst_riff_create_audio_template_caps),
30667         (gst_riff_create_iavs_template_caps):
30668         * gst-libs/gst/riff/riff-media.h:
30669         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30670         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
30671         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
30672         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30673         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
30674         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
30675         (gst_matroska_demux_plugin_init): First batch implementing audio and
30676         video codec tags in demuxers.
30677
30678 2004-02-22  Benjamin Otte  <otte@gnome.org>
30679
30680         * ext/xine/Makefile.am:
30681         * ext/xine/gstxine.h:
30682         * ext/xine/xine.c: (plugin_init):
30683         * ext/xine/xineinput.c:
30684           add input plugin wrapper. Playback from files, http, mms and cdda
30685           works.
30686         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
30687           remove leftover G_GNUC_UNUSED
30688         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
30689         (gst_asf_demux_identify_guid):
30690           improve debugging output
30691
30692 2004-02-22  Benjamin Otte  <otte@gnome.org>
30693
30694         reported by: Padraig O'Briain <padraig.obriain@sun.com>
30695
30696         * autogen.sh:
30697           replace test -e with test -x for mkinstalldirs to be more portable.
30698           (fixes #134816)
30699
30700 2004-02-22  Benjamin Otte  <otte@gnome.org>
30701
30702         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
30703
30704         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
30705           set rank to PRIMARY
30706         * gst/volume/gstvolume.c: (plugin_init):
30707           set rank to NONE
30708         fixes #134960
30709
30710 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
30711
30712         reviewed by Benjamin Otte  <otte@gnome.org>
30713
30714         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30715           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
30716
30717 2004-02-22  Benjamin Otte  <otte@gnome.org>
30718
30719         * configure.ac:
30720           export [_]*{gst,Gst,GST}.* symbols from plugins
30721
30722 2004-02-22  Christophe Fergeau <teuf@gnome.org>
30723
30724         reviewed by: Benjamin Otte  <otte@gnome.org>
30725
30726         * ext/lame/gstlame.c: (add_one_tag):
30727         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30728         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
30729         (gst_vorbisenc_metadata_set1):
30730         * gst/tags/gstid3tag.c:
30731         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
30732           apply fixes from bugs #135042 (lame can't write tags) and #133817
30733           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
30734
30735 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
30736
30737         * configure.ac: Export only gst_plugin_desc from plugins.
30738          Note that this change only makes any effect with Linux using libtool
30739          1.5.2 or higher. Otherwise it is silently ignored, but it would build
30740          fine. And don't try to have several versions of libtool in different
30741          directories.
30742
30743 2004-02-20  Andy Wingo  <wingo@pobox.com>
30744
30745         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
30746         interleave respectively.
30747
30748         * gst/interleave/deinterleave.c: New plugin: deinterleave
30749         (replaces on oneton).
30750         * gst/interleave/interleave.c: New plugin: interleave.
30751         * gst/interleave/plugin.h: Support file.
30752         * gst/interleave/plugin.c: Support file.
30753
30754         * configure.ac: Remove intfloat and oneton, add interleave.
30755
30756         * ext/sndfile/gstsf.c: Handle events better.
30757
30758         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
30759         and float2int operation. int2float has scheduling problems as
30760         noted in in2float_chain.
30761
30762 2004-02-20  Benjamin Otte  <otte@gnome.org>
30763
30764         * ext/xine/Makefile.am:
30765         * ext/xine/gstxine.h:
30766         * ext/xine/xine.c:
30767         * ext/xine/xineaudiodec.c:
30768         * ext/xine/xinecaps.c:
30769           add first version of xine plugin wrapper. Currently only wraps the
30770           QDM2 win32 DLL, and even that only in proof-of-concept quality.
30771         * configure.ac:
30772         * ext/Makefile.am:
30773           add xine plugin wrapper, disabled by default. Use --enable-xine to
30774           build. Note that it'll segfault on gst-register if you don't remove
30775           the goom and tvtime post plugins from xine.
30776         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30777         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
30778           add extradata parsing for QDM2.
30779           change around debugging prints.
30780
30781 2004-02-19  Benjamin Otte  <otte@gnome.org>
30782
30783         * ext/lame/gstlame.c: (gst_lame_chain):
30784         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30785           use gst_tag_list_insert when you want to insert tags
30786
30787 2004-02-18  David Schleef  <ds@schleef.org>
30788
30789         * configure.ac:  Move massink to gst-rotten
30790         * ext/Makefile.am:
30791         * ext/mas/Makefile.am:
30792         * ext/mas/massink.c:
30793         * ext/mas/massink.h:
30794
30795 2004-02-18  David Schleef  <ds@schleef.org>
30796
30797         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
30798         typefinding, since it seems to be worse than nothing.
30799         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
30800         atom to recognize .mp4 and .m4a files as video/quicktime.
30801
30802 2004-02-18  David Schleef  <ds@schleef.org>
30803
30804         * gst/sine/demo-dparams.c: (quit_live),
30805         (dynparm_log_value_changed), (dynparm_value_changed), (main):
30806         Use double dparams, not float.
30807         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30808         (gst_sinesrc_init): Change sync default to FALSE, since multiple
30809         sync'd elements don't really work correctly.
30810         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
30811         (volume_update_volume), (volume_get_property):  Change dparam
30812         to double.
30813
30814 2004-02-18  Julien MOUTTE  <julien@moutte.net>
30815
30816         * sys/ximage/ximagesink.c:
30817         (gst_ximagesink_xwindow_update_geometry),
30818         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30819         (gst_ximagesink_change_state), (gst_ximagesink_expose),
30820         (gst_ximagesink_init): Rework the way software video scaling works. So
30821         now we check on each chain call if the video frames are feeling the
30822         window. If not we try to renegotiate caps. On failure we memorize that
30823         and we won't try again for that PLAYING sessions.
30824         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
30825         failure.
30826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
30827         synchronous flag.
30828
30829 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30830
30831         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30832           break up _link so we can give a better debug message for errors
30833
30834 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30835
30836         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
30837           set up debug category
30838
30839 2004-02-18  Julien MOUTTE <julien@moutte.net>
30840
30841         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30842         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
30843         the way renegotiation work. The event handling function is not taking
30844         care of external windows and renegotiate method check for pad flags
30845         NEGOTIATING. Should fix : #133209
30846
30847 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30848
30849         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
30850         pad is negotiating before trying renegotiation.
30851
30852 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30853
30854         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
30855           pass on all possible mime types as typefind hints
30856
30857 2004-02-17  Julien MOUTTE <julien@moutte.net>
30858
30859         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
30860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
30861         possible SHM leak if we crash. All other apps using XShm are doing
30862         that.
30863
30864 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30865
30866         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30867         (gst_ximagesink_expose): Renegotiate size on expose.
30868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
30869         size on expose.
30870
30871 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30872
30873         * testsuite/alsa/sinesrc.c:
30874           cosmetic fix to fix compile issue with gcc 2.95.4
30875
30876 2004-02-16  Julien MOUTTE <julien@moutte.net>
30877
30878         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
30879         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
30880         failed opening the audio device.
30881         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30882         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
30883         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
30884         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
30885         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30886         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
30887         (gst_ximagesink_change_state), (gst_ximagesink_chain),
30888         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
30889         Removing some useless g_return_if_fail like wingo suggested.
30890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30891         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
30892         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
30893         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
30894         (gst_xvimagesink_update_colorbalance),
30895         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
30896         (gst_xvimagesink_xcontext_clear),
30897         (gst_xvimagesink_get_fourcc_from_caps),
30898         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30899         (gst_xvimagesink_set_xwindow_id),
30900         (gst_xvimagesink_colorbalance_list_channels),
30901         (gst_xvimagesink_colorbalance_set_value),
30902         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
30903         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
30904
30905 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30906
30907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30908           throw error when not negotiated instead of asserting
30909
30910 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30911
30912         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
30913         correct data refcounting.
30914
30915 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30916
30917         * gst/switch/gstswitch.c: (gst_switch_change_state),
30918         (gst_switch_class_init): Cleaning the sinkpads correctly on state
30919         change, mostly the EOS flag.
30920
30921 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30922
30923         * examples/gstplay/player.c: (got_eos), (main): Adding some
30924         output for debugging.
30925         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
30926         timeouts if we go to any state different from PLAYING.
30927         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
30928         more EOS bugs in riff lib.
30929
30930 2004-02-14  Julien MOUTTE  <julien@moutte.net>
30931
30932         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
30933         visualization until i find a way to fix switch correctly.
30934         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
30935         EOS arrives.
30936         * gst/switch/gstswitch.c: (gst_switch_release_pad),
30937         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
30938         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
30939         Reworked switch to get a more correct behaviour with events and refing
30940         of data stored in sinkpads.
30941         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
30942         we don't pull from a pad in EOS.
30943
30944 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30945
30946         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30947           remove v1 tag even if we can't read it (makes sure we don't detect
30948           it again)
30949
30950 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30951
30952         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
30953         (gst_alsa_xrun_recovery):
30954         * ext/alsa/gstalsa.h:
30955           try xrun recovery when wait failed. Make xrun recovery function
30956           return TRUE/FALSE to indicate success. (might fix #134354)
30957
30958 2004-02-13  David Schleef  <ds@schleef.org>
30959
30960         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
30961         (dynparm_value_changed), (main): Convert from float to double.
30962         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
30963
30964 2004-02-13  David Schleef  <ds@schleef.org>
30965
30966         * gst/silence/gstsilence.c: (gst_silence_class_init),
30967         (gst_silence_set_clock), (gst_silence_get),
30968         (gst_silence_set_property), (gst_silence_get_property):
30969         * gst/silence/gstsilence.h: Add sync property.
30970         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30971         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
30972         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
30973         * gst/sine/gstsinesrc.h: Add sync property.
30974
30975 2004-02-13  David Schleef  <ds@schleef.org>
30976
30977         * gst/intfloat/gstint2float.c: (conv_f32_s16),
30978         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
30979
30980 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30981
30982         * configure.ac:
30983         * ext/Makefile.am:
30984         * gst-libs/ext/Makefile.am:
30985           move ffmpeg plugin to gst-ffmpeg module
30986
30987 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
30988
30989         * configure.ac: use GST_ARCH to detect architecture
30990
30991 2004-02-12  Julien MOUTTE  <julien@moutte.net>
30992
30993         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
30994
30995 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30996
30997         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
30998           classify LADSPA plugins based on number of src/sink pads
30999           (#133663, Stefan Kost)
31000         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31001           fix dparams registration
31002           (#133528, Stefan Kost)
31003         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31004           fix use of isprint and use g_ascii_isprint instead
31005           (#133316, Stefan Kost)
31006
31007 2004-02-11  David Schleef  <ds@schleef.org>
31008
31009         Convert a few inner loops to use liboil.  This is currently
31010         optional, and is only enabled if liboil is present (duh!).
31011         * configure.ac: Check for liboil-0.1
31012         * gst/intfloat/Makefile.am:
31013         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31014         (gst_int2float_chain_gint16):
31015         * gst/videofilter/Makefile.am:
31016         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31017         (tablelookup_u8), (gst_videobalance_planar411):
31018         * gst/videotestsrc/Makefile.am:
31019         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31020         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31021         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31022         (paint_hline_RGB565), (paint_hline_xRGB1555):
31023
31024 2004-02-11  David Schleef  <ds@schleef.org>
31025
31026         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31027         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31028         (gst_colorspace_getcaps), (gst_colorspace_link),
31029         (gst_colorspace_base_init), (gst_colorspace_init),
31030         (gst_colorspace_chain), (gst_colorspace_change_state),
31031         (plugin_init): Merge Ronald's patch (bug #117897) and update
31032         for new caps and negotiation.  Seems to work, although it
31033         shows off bugs in lcs.
31034
31035 2004-02-11  David Schleef  <ds@schleef.org>
31036
31037         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31038         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31039
31040 2004-02-11  David Schleef  <ds@schleef.org>
31041
31042         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31043         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31044         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31045         Add server and port properties
31046
31047 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31048
31049         * m4/a52.m4:
31050         * m4/aalib.m4:
31051         * m4/as-ffmpeg.m4:
31052         * m4/as-liblame.m4:
31053         * m4/as-slurp-ffmpeg.m4:
31054         * m4/check-libheader.m4:
31055         * m4/esd.m4:
31056         * m4/freetype2.m4:
31057         * m4/gconf-2.m4:
31058         * m4/glib.m4:
31059         * m4/gst-alsa.m4:
31060         * m4/gst-artsc.m4:
31061         * m4/gst-ivorbis.m4:
31062         * m4/gst-matroska.m4:
31063         * m4/gst-sdl.m4:
31064         * m4/gst-shout2.m4:
31065         * m4/gst-sid.m4:
31066         * m4/gtk.m4:
31067         * m4/libdv.m4:
31068         * m4/libfame.m4:
31069         * m4/libmikmod.m4:
31070         * m4/ogg.m4:
31071         * m4/vorbis.m4:
31072           fix underquotedness of macros (#133800)
31073         * m4/as-avifile.m4:
31074         * m4/xmms.m4:
31075           removed because no longer used
31076
31077 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31078
31079         * configure.ac:
31080           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31081           by autopoint (fixes #132996)
31082
31083 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31084
31085         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31086         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31087         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31088         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31089           fix memleaks
31090
31091 2004-02-11  David Schleef  <ds@schleef.org>
31092
31093         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31094         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31095         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31096         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31097         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31098         (gst_jpegenc_class_init), (gst_jpegenc_init),
31099         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31100         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31101         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31102         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31103
31104 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31105
31106         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31107         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31108         * ext/mikmod/gstmikmod.h:
31109           fix caps negotiation in mikmod
31110         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31111           output debug information
31112
31113 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31114
31115         * gst-libs/gst/colorbalance/Makefile.am:
31116         * gst-libs/gst/navigation/Makefile.am:
31117         * gst-libs/gst/xoverlay/Makefile.am:
31118           remove unused GST_OPT_CFLAGS from Makefiles
31119           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31120
31121 2004-02-07  David Schleef  <ds@schleef.org>
31122
31123         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31124         push events to pads that haven't been created (#133508)
31125
31126 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31127
31128         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31129         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31130         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31131         (gst_dvdec_loop), (gst_dvdec_change_state):
31132         Second attempt at committing a working dvdec element.
31133
31134 2004-02-06  David Schleef  <ds@schleef.org>
31135
31136         Build fixes for OS X: (see #129600)
31137         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31138         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31139         (gst_riff_read_strf_iavs):
31140         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31141         (gst_avi_demux_stream_odml):
31142         * gst/playondemand/Makefile.am:
31143         * gst/rtp/rtp-packet.c:
31144
31145 2004-02-05  David Schleef  <ds@schleef.org>
31146
31147         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31148         last change, because it Just Doesn't Compile.
31149
31150 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31151
31152         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31153           skip undecodable id3v2 tag instead of keeping it
31154
31155 2004-02-05  David Schleef  <ds@schleef.org>
31156
31157         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31158         Unref leaked buffer.  (Noticed by Ronald)
31159
31160 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31161
31162         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31163         Sync requires with other checks.  >= vs =.
31164
31165 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31166
31167         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31168         (gst_dvdec_video_link), (gst_dvdec_loop):
31169         * ext/dv/gstdvdec.h:
31170           rework the caps negotiation so that dvdec works again instead
31171           of just segfaulting.
31172
31173 === release 0.7.4 ===
31174
31175 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31176
31177         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31178         * configure.ac: changed for release
31179
31180 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31181
31182         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31183         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31184         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31185         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31186           reworked patch by David Lehn to fix libdir and includedir for
31187           uninstalled libraries
31188           removed play and gconf from gstreamer-libs since they have their
31189           own pkgconfig files
31190
31191 2004-02-04  David Schleef  <ds@schleef.org>
31192
31193         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31194         memleak.
31195
31196 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31197
31198         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31199           use correct GST_TAG_ENCODER tag
31200
31201 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31202
31203         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31204           be sure to stop the clock when going to paused
31205         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31206           reset number of transmitted when going to ready.
31207         fixes #132935
31208
31209 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31210
31211         reviewed by Benjamin Otte
31212
31213         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31214           extract track count (fixes #133410)
31215
31216 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31217
31218         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31219           that should be !=, not == (fixes #132519)
31220
31221 2004-02-04  David Schleef  <ds@schleef.org>
31222
31223         Make sure set_explicit_caps() is called before adding pad.
31224         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31225         * gst/id3/gstid3types.c: (gst_id3types_loop):
31226         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31227         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31228
31229 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31230
31231         * configure.ac:
31232           bump nano to 2, first prerelease
31233           put back AM_PROG_LIBTOOL
31234
31235 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31236
31237         * testsuite/alsa/Makefile.am:
31238           these are user test apps, not automatic testsuite tests
31239
31240 2004-02-04  David Schleef  <ds@schleef.org>
31241
31242         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31243         * gst/mpeg1videoparse/gstmp1videoparse.c:
31244         (mp1videoparse_parse_seq):
31245         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31246         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31247         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31248         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31249         (gst_xvideosink_getcaps):
31250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31251         * testsuite/gst-lint: more tests
31252
31253 2004-02-04  David Schleef  <ds@schleef.org>
31254
31255         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31256         with the code that they would expand to.
31257         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31258         (gst_flacdec_get_src_query_types),
31259         (gst_flacdec_get_src_event_masks):
31260         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31261         (gst_gnomevfssrc_get_query_types),
31262         (gst_gnomevfssrc_get_event_mask):
31263
31264 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31265
31266         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31267         (gst_sinesrc_dispose):
31268           fix memleak by properly disposing sinesrc
31269
31270 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31271
31272         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31273         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31274         an overlay to redraw the image because it has been exposed.
31275         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31276         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31277         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31278         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31279         interface
31280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31281         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31282         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31283         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31284         interface
31285
31286 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31287
31288         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31289           more memleak fixage
31290
31291 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31292
31293         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31294         * gst/typefind/gsttypefindfunctions.c:
31295           fix memleaks shown by gst-typefind
31296
31297 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31298
31299         * common/glib-gen.mak:
31300           add hack rule to touch .Plo files
31301         * gst-libs/gst/colorbalance/Makefile.am:
31302         * gst-libs/gst/mixer/Makefile.am:
31303         * gst-libs/gst/play/Makefile.am:
31304         * gst-libs/gst/tuner/Makefile.am:
31305           remove glib_root variable
31306
31307 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31308
31309         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31310           set explicit caps before adding the element, so the autopluggers can
31311           plug correctly.
31312         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31313         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31314         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31315         (dv_type_find):
31316           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31317           argument.
31318
31319 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31320
31321         * gst-libs/gst/colorbalance/Makefile.am:
31322         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31323         * gst-libs/gst/colorbalance/colorbalance.c:
31324         * gst-libs/gst/colorbalance/colorbalance.h:
31325         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31326         * gst-libs/gst/mixer/Makefile.am:
31327         * gst-libs/gst/mixer/mixer-marshal.list:
31328         * gst-libs/gst/mixer/mixer.c:
31329         * gst-libs/gst/mixer/mixer.h:
31330         * gst-libs/gst/mixer/mixermarshal.list:
31331         * gst-libs/gst/play/Makefile.am:
31332         * gst-libs/gst/play/play.h:
31333         * gst-libs/gst/tuner/Makefile.am:
31334         * gst-libs/gst/tuner/tuner-marshal.list:
31335         * gst-libs/gst/tuner/tuner.c:
31336         * gst-libs/gst/tuner/tuner.h:
31337         * gst-libs/gst/tuner/tunermarshal.list:
31338           use new glib-gen.mak snippet to clean up Makefile.am
31339           fix various bugs in Makefile.am's
31340
31341 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31342
31343         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31344           handle chain parsing correctly in the multichain case
31345         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31346         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31347         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31348         (theora_dec_chain):
31349           handle events and queries correctly
31350
31351 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31352
31353         * .cvsignore:
31354         Ignore generated file _stdint.h.
31355
31356 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31357
31358         * gst-libs/gst/colorbalance/Makefile.am:
31359         * gst-libs/gst/colorbalance/colorbalance.h:
31360         * gst-libs/gst/mixer/Makefile.am:
31361         * gst-libs/gst/mixer/mixer.h:
31362         * gst-libs/gst/play/Makefile.am:
31363         * gst-libs/gst/play/play.h:
31364         * gst-libs/gst/tuner/Makefile.am:
31365         * gst-libs/gst/tuner/tuner.h:
31366         Generate enum type code with glib-mkenums.
31367         * gst-libs/gst/colorbalance/.cvsignore:
31368         * gst-libs/gst/mixer/.cvsignore:
31369         * gst-libs/gst/play/.cvsignore:
31370         * gst-libs/gst/tuner/.cvsignore:
31371         Ignore generated files.
31372
31373 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31374
31375         * gst-libs/gst/audio/.cvsignore:
31376         Ignore generated file.
31377         * gst-libs/gst/audio/Makefile.am:
31378         Do not install example filter.
31379
31380 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31381
31382         * examples/switch/.cvsignore:
31383         Ignore generated file.
31384
31385 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31386
31387         * common/m4/ax_create_stdint_h.m4:
31388         * configure.ac:
31389           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31390           _stdint.h.
31391         * Makefile.am:
31392           remove generated _stdint.h in DISTCLEANFILES
31393         * ext/a52dec/gsta52dec.c:
31394           include _stdint.h for a52dec. (should fix #133064)
31395
31396 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31397
31398         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31399         (gst_tag_to_vorbis_comments):
31400         Add replaygain support to vorbistag
31401
31402 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31403         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31404         (gst_ffmpeg_caps_to_extradata):
31405           Fix SVQ3 caps flag properties
31406           Use glib macro for bytes swap
31407
31408 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31409
31410         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31411         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31412         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31413         * ext/sndfile/gstsf.c: (plugin_init):
31414         * gst/avi/gstavi.c: (plugin_init):
31415         * sys/dxr3/dxr3init.c: (plugin_init):
31416         * sys/oss/gstossaudio.c: (plugin_init):
31417         * sys/v4l/gstv4l.c: (plugin_init):
31418         * sys/v4l2/gstv4l2.c: (plugin_init):
31419           remove textdomain calls
31420         * po/nl.po:
31421           update Dutch translation
31422
31423 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31424
31425         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31426         (gst_play_set_audio_sink): Moving volume in the audio thread for
31427         instantaneous volume change. Maybe i will add another volume in front
31428         of visualization later, not sure yet though.
31429
31430 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31431
31432         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31433         (gst_ximagesink_handle_xevents): Better X events handling, only take
31434         the latest events for configure and motion.
31435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31436
31437 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31438
31439         reviewed by: David Schleef  <ds@schleef.org>
31440
31441         Fix memory leaks:
31442         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31443         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31444
31445 2004-02-02  David Schleef  <ds@schleef.org>
31446
31447         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31448         of lines.
31449         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31450         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31451         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31452         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31453         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31454         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31455         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31456         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31457         (gst_float2_2_int_link):
31458         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31459         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31460         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31461         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31462         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31463         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31464         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31465         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31466         * testsuite/gst-lint: Add tests for bzero and ;;
31467
31468 2004-02-02  David Schleef  <ds@schleef.org>
31469
31470         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31471
31472 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31473
31474         * ext/aalib/gstaasink.c: (gst_aasink_open):
31475         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31476         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31477         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31478         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31479         (gst_afsink_close_file):
31480         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31481         (gst_afsrc_close_file):
31482         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31483         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31484         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31485         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31486         * ext/esd/esdmon.c: (gst_esdmon_get):
31487         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31488         * ext/faac/gstfaac.c: (gst_faac_chain):
31489         * ext/faad/gstfaad.c: (gst_faad_chain):
31490         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31491         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31492         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31493         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31494         (gst_flacdec_loop):
31495         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31496         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31497         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
31498         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
31499         (gst_gnomevfssink_close_file):
31500         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
31501         (gst_gnomevfssrc_open_file):
31502         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
31503         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
31504         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
31505         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31506         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
31507         * ext/mad/gstmad.c: (gst_mad_chain):
31508         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31509         * ext/mpeg2dec/gstmpeg2dec.c:
31510         * ext/mpeg2enc/gstmpeg2enc.cc:
31511         * ext/mplex/gstmplex.cc:
31512         * ext/mplex/gstmplexibitstream.cc:
31513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
31514         (gst_ogg_demux_push):
31515         * ext/raw1394/gstdv1394src.c:
31516         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
31517         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
31518         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
31519         (gst_sf_loop):
31520         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
31521         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
31522         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
31523         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
31524         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31525         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
31526         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
31527         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
31528         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31529         (gst_riff_read_element_data), (gst_riff_read_seek),
31530         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
31531         * gst/adder/gstadder.c: (gst_adder_loop):
31532         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
31533         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
31534         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
31535         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31536         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
31537         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31538         * gst/goom/gstgoom.c: (gst_goom_chain):
31539         * gst/id3/gstid3types.c: (gst_id3types_loop):
31540         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31541         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
31542         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
31543         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31544         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31545         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
31546         (gst_ebml_read_float), (gst_ebml_read_header):
31547         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
31548         (gst_matroska_demux_parse_blockgroup):
31549         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
31550         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31551         * gst/oneton/gstoneton.c: (gst_oneton_chain):
31552         * gst/silence/gstsilence.c: (gst_silence_get):
31553         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31554         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
31555         * gst/speed/gstspeed.c: (speed_loop):
31556         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
31557         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31558         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
31559         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
31560         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31561         (gst_wavparse_loop):
31562         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
31563         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
31564         (dxr3audiosink_close):
31565         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
31566         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
31567         (dxr3videosink_close), (dxr3videosink_write_data):
31568         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
31569         * sys/oss/gstosssink.c: (gst_osssink_chain):
31570         * sys/oss/gstosssrc.c: (gst_osssrc_get):
31571         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
31572         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
31573         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
31574         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
31575         (gst_v4l_set_window), (gst_v4l_enable_overlay):
31576         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
31577         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
31578         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
31579         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
31580         (gst_v4l_set_audio):
31581         * sys/v4l/v4l_calls.h:
31582         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
31583         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
31584         (gst_v4lmjpegsink_playback_init),
31585         (gst_v4lmjpegsink_playback_start):
31586         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
31587         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
31588         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
31589         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
31590         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
31591         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
31592         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
31593         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
31594         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
31595         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
31596         (gst_v4l2_get_output), (gst_v4l2_set_output),
31597         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
31598         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
31599         (gst_v4l2_set_attribute):
31600         * sys/v4l2/v4l2_calls.h:
31601         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
31602         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
31603         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
31604         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
31605         (gst_v4l2src_capture_stop):
31606         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
31607         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31608         (gst_ximagesink_chain):
31609         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
31610         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
31611         (gst_xvideosink_xwindow_new):
31612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31613         (gst_xvimagesink_chain):
31614
31615 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31616
31617         * gst/volume/gstvolume.c: (gst_volume_set_volume),
31618         (gst_volume_get_volume), (volume_class_init), (volume_init),
31619         (volume_chain_int16), (volume_update_volume):
31620         * gst/volume/gstvolume.h:
31621           make code more readable by removing magic numbers
31622           make mixer interface export 0-100 range
31623           make it internally map to 0.0-1.0 range so users don't distort
31624           output by putting the sliders at full volume
31625
31626 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31627
31628         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
31629         (gst_play_state_change), (gst_play_seek_to_time):
31630         block the tick callback for 0.5 secs after doing a seek
31631
31632 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31633
31634         * gst-libs/gst/play/play.c: (gst_play_new):
31635           check for GError
31636
31637 2004-02-01  Julien MOUTTE  <julien@moutte.net>
31638
31639         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
31640         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
31641         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
31642         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
31643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
31644         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
31645
31646 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31647
31648         * configure.ac:
31649         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31650           check for a function added in vorbis 1.1
31651
31652 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31653
31654         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
31655         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
31656           really start/stop clock only on PLAYING <=> PAUSED
31657         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31658           remove \n from debugging lines
31659         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31660           make it work when seeking does not
31661         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31662           reset on DISCONT
31663
31664 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31665
31666         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
31667           start clock on PAUSED=>PLAYING, not later
31668         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31669           extract correct time for different discont formats
31670         (gst_alsa_sink_get_time):
31671           don't segfault when no format is negotiated yet, just return 0
31672         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31673         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
31674         (gst_ogg_pad_push):
31675           handle flush and discont events correctly
31676         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
31677           handle discont events correctly
31678
31679 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31680
31681         * gst-libs/gst/play/play.c: (gst_play_error_quark),
31682         (gst_play_error_create), (gst_play_error_plugin),
31683         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
31684         * gst-libs/gst/play/play.h:
31685           add error handling during creation
31686         * examples/gstplay/player.c: (main):
31687           use new gst_play_new
31688
31689
31690 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31691
31692         * ext/theora/theoradec.c: (theora_dec_chain):
31693           make comments work
31694         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
31695         (vorbis_dec_src_event), (vorbis_dec_chain):
31696           add encoder tag, fix tag reading to be more error tolerant, change
31697           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
31698           gst_pad_event_default.
31699         * gst/tags/gstvorbistag.c:
31700         (gst_tag_list_from_vorbiscomment_buffer):
31701           undefine function specific define at end of function
31702
31703 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
31704
31705         * ext/flac/gstflac.c: (plugin_init):
31706         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
31707         * ext/flac/gstflacdec.h:
31708         * ext/flac/gstflacenc.h:
31709           Fix typos
31710
31711 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
31712
31713         * examples/gstplay/player.c: s/gstplay.h/play.h/
31714
31715 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31716
31717         * gst-libs/gst/play/Makefile.am:
31718         * gst-libs/gst/play/gstplay.c:
31719         * gst-libs/gst/play/gstplay.h:
31720         * gst-libs/gst/play/play.c:
31721           more surgery, operation complete
31722
31723 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31724
31725         * gst-libs/gst/play/play.old.c:
31726         * gst-libs/gst/play/play.old.h:
31727           after CVS surgery by moving, remove
31728         * gst-libs/gst/play/playpipelines.c:
31729           remove
31730
31731         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31732           add negotiation error
31733
31734 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31735
31736         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31737         (gst_ogg_demux_push):
31738           add some seeking debug info
31739           send a flush when seeking
31740
31741 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31742
31743         * configure.ac:
31744           use AC_C_INLINE
31745         * configure.ac:
31746         * ext/Makefile.am:
31747         * ext/theora/Makefile.am:
31748         * ext/theora/theoradec.c:
31749           add theora video decoder. Does just do simple decoding for now and
31750           has been tested against Theora cvs only. It only works when theora
31751           is compiled with --enable-static.
31752         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31753           always reset packetno on DISCONT
31754
31755 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31756
31757         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31758           Fix audio.
31759
31760 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31761
31762         * gst/mpegaudioparse/gstmpegaudioparse.c:
31763         (mp3_type_frame_length_from_header):
31764           Fix header parsing - stolen from ffmpeg (thank you! :) ).
31765
31766 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31767
31768         * ext/esd/esdsink.c: (gst_esdsink_init):
31769           Since we have static pad template caps, we don't need to negotiate;
31770           either the core errors out or we know the format.
31771
31772 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31773
31774         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31775         (gst_riff_read_seek):
31776         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31777         (gst_ebml_read_seek):
31778           Fix event handling.
31779
31780 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31781
31782         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31783           removee video/x-theora from vp3 decoder, it doesn't handle raw
31784           theora streams
31785         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
31786           fix bug with finalizing element that never went to PAUSED
31787         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31788           length and position queries were swapped
31789         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
31790         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
31791         (vorbis_dec_src_event):
31792           implement querying time and bytes
31793
31794 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31795
31796         * just about every source file:
31797           gst_element_error -> GST_ELEMENT_ERROR
31798
31799 2004-01-29  Julien MOUTTE  <julien@moutte.net>
31800
31801         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
31802         emiting FLUSH and even before DISCONT.
31803         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
31804         get the best instant seeking as possible yay!
31805
31806 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31807
31808         * gst/mpeg1videoparse/gstmp1videoparse.c:
31809         (gst_mp1videoparse_real_chain):
31810           Committed wrong version last week... Grr... Didn't notice until now.
31811
31812 2004-01-29  Julien MOUTTE <julien@moutte.net>
31813
31814         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
31815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
31816         have_xwindow_id signal in xwindow_create.
31817
31818 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31819
31820         * ext/ogg/gstoggdemux.c:
31821           lots of changes - mainly support for chained bitstreams, seeking,
31822           querying and bugfixes of course
31823         * ext/vorbis/Makefile.am:
31824         * ext/vorbis/vorbisdec.c:
31825         * ext/vorbis/vorbisdec.h:
31826           add vorbisdec raw vorbis decoder
31827         * ext/vorbis/vorbis.c: (plugin_init):
31828           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
31829         * gst/intfloat/Makefile.am:
31830         * gst/intfloat/float22int.c:
31831         * gst/intfloat/float22int.h:
31832         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
31833           add float2intnew plugin. It converts multichannel interleaved float to
31834           multichannel interleaved int. The name should probably be changed.
31835         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
31836         (plugin_init):
31837           add typefinding for raw theora video so oggdemux can detect it.
31838
31839 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31840
31841         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
31842         sink element first.
31843         * gst/videoscale/gstvideoscale.c:
31844         (gst_videoscale_handle_src_event): Fixing src event handler.
31845
31846 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31847
31848         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
31849         (gst_v4lsrc_open), (gst_v4lsrc_close),
31850         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
31851         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
31852         * sys/v4l/gstv4lsrc.h:
31853         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
31854         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
31855           Implement resizing... Hack. But that's why v4l is b0rked...
31856
31857 2004-01-28  Julien MOUTTE <julien@moutte.net>
31858
31859         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31860         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
31861         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
31862         (gst_ximagesink_xwindow_destroy):
31863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31864         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31865         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31866         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
31867         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
31868         correctly cleaning the image created to check xshm calls on succes,
31869         added a lot of XSync calls in X11 functions, and fixed a segfault when
31870         no image format was defined before negotiation happened.
31871
31872 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31873
31874         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
31875           use gst_element_get_time to get correct time
31876
31877 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31878
31879         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
31880         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
31881         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
31882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
31883         (gst_xvimagesink_check_xshm_calls),
31884         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
31885         X plugins are now able to detect that XShm calls will fail even if the
31886         server claims that it has XShm support (remote displays most of the
31887         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
31888         so that we use non XShm functions. This feature is almost useless for
31889         xvimagesink as Xv is not supported on remote displays anyway, but
31890         it might happen than even on the local display XShm calls fail.
31891
31892 2004-01-27  David Schleef  <ds@schleef.org>
31893
31894         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
31895         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
31896         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
31897         changed esdsink to only use 44100,16,2, since esd sucks at rate
31898         conversion and esdsink has had difficulty negotiating.
31899
31900 2004-01-27  Julien MOUTTE <julien@moutte.net>
31901
31902         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
31903         (gst_play_seek_to_time): Fixing the way to get current position.
31904
31905 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31906
31907         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
31908           use gst_element_get_time to get correct time
31909
31910 2004-01-27  Julien MOUTTE <julien@moutte.net>
31911
31912         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
31913         fix ever... Inverting 2 lines of code make spider autoplug correctly
31914         tagged mp3 !
31915
31916 2004-01-27  David Schleef  <ds@schleef.org>
31917
31918         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31919         Use gst_pad_try_set_caps_nonfixed().
31920
31921 2004-01-27  David Schleef  <ds@schleef.org>
31922
31923         * gst/ac3parse/gstac3parse.c: update to checklist 5
31924         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
31925         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
31926         * gst/audioscale/gstaudioscale.c: same
31927         * gst/auparse/gstauparse.c: same
31928         * gst/avi/gstavidemux.c: same
31929
31930 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31931
31932         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
31933           stop processing after EOS
31934
31935 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31936
31937         * gst/asfdemux/asfheaders.h:
31938         * gst/asfdemux/gstasfdemux.c:
31939         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
31940         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
31941         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
31942           lot's of fixes to make data extraction simpler and get the code
31943           architecture and compiler independant. Add debugging category
31944         * gst/goom/gstgoom.c: (gst_goom_change_state):
31945           reset channel count on PAUSED=>READY, not READY=>PAUSED
31946
31947 2004-01-26  Colin Walters  <walters@verbum.org>
31948
31949         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
31950         code to pull a bigger buffer in iradio mode.  This as a side effect
31951         makes typefinding work.
31952
31953 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
31954
31955         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
31956         Fix SVQ3 decoding on PPC
31957
31958 2004-01-26  Julien MOUTTE <julien@moutte.net>
31959
31960         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
31961         that one managed to stay there... Fixed.
31962
31963 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
31964
31965         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31966         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
31967         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
31968         (qtdemux_video_caps):
31969         * gst/qtdemux/qtdemux.h:
31970         Add SVQ3 specific flags to qtdemux and ffmpeg
31971
31972 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31973
31974         * gst-libs/gst/audio/audio.h:
31975           remove buffer-frames from audio caps
31976         * gst/audioconvert/gstaudioconvert.c:
31977           fix plugin to really work.
31978
31979 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31980
31981         * gst-libs/gst/mixer/mixer.c:
31982         * gst-libs/gst/propertyprobe/propertyprobe.c:
31983         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
31984         (gst_tuner_find_channel_by_name):
31985         * gst-libs/gst/tuner/tuner.h:
31986           Add gtk-doc style comments. Also fix a function name.
31987
31988 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31989
31990         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
31991         (gst_divxdec_negotiate):
31992           Fix for new capsnego - also fixes gst-player with divxdec.
31993
31994 2004-01-25  Julien MOUTTE  <julien@moutte.net>
31995
31996         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
31997         (gst_play_identity_handoff), (gst_play_set_location),
31998         (gst_play_set_visualization), (gst_play_connect_visualization): Another
31999         try in visualization implementation. Still have an issue with switch
32000         blocking when pulling from video_queue and only audio comes out of
32001         spider.
32002         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32003         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32004         release method. And check if the pad is usable before pulling.
32005
32006 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32007
32008         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32009         (gst_videobalance_init),
32010         (gst_videobalance_colorbalance_list_channels),
32011         (gst_videobalance_colorbalance_set_value),
32012         (gst_videobalance_colorbalance_get_value),
32013         (gst_videobalance_update_properties),
32014         (gst_videobalance_update_tables_planar411),
32015         (gst_videobalance_planar411):
32016         * gst/videofilter/gstvideobalance.h:
32017           Implement lookup-tables. +/- 10x faster.
32018
32019 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32020
32021         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32022         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32023           The index reading was broken. The rest worked fine, but the whole
32024           goal of my rewrite was to make avidemux readable, and this was
32025           not at all readable. Please use typed variables.
32026
32027 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32028
32029         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32030           Additional pad usability check.
32031         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32032         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32033         (gst_mp1videoparse_real_chain):
32034           Fix MPEG video stream parsing. The original plugin had several
32035           issues, including not timestamping streams where the source was
32036           not timestamped (this happens with PTS values in mpeg system
32037           streams, but MPEG video is also a valid stream on its own so
32038           that needs timestamps too). We use the display time code for that
32039           for now. Also, if one incoming buffer contains multiple valid
32040           frames, we push them all on correctly now, including proper EOS
32041           handling. Lastly, several potential segfaults were fixed, and we
32042           properly sync on new sequence/gop headers to include them in next,
32043           not previous frames (since they're header for the next frame, not
32044           the previous). Also see #119206.
32045         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32046         (bpf_from_header):
32047           Move caps setting so we only do it after finding several valid
32048           MPEG-1 fraes sequentially, not right after the first one (which
32049           might be coincidental).
32050         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32051         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32052         (plugin_init):
32053           Add unsynced MPEG video stream typefinding, and change some
32054           probability values so we detect streams rightly. The idea is as
32055           follows: I can have an unsynced system stream which contains
32056           video. In the current code, I would randomly get a type for either
32057           system or video stream type found, because the probabilities are
32058           being calculated rather randomly. I now use fixed values, so we
32059           always prefer system stream if that was found (and that is how it
32060           should be). If no system stream was found, we can still identity                the stream as video-only.
32061
32062 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32063
32064         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32065         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32066           don't write to buffer. Extract data without the need of
32067           __attribute__ ((packed))
32068
32069 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32070
32071         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32072         (mpeg1_sys_type_find):
32073           Fix MPEG-1 stream typefinding.
32074
32075 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32076
32077         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32078           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32079
32080 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32081
32082         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32083         * ext/esd/gstesd.c: (plugin_init):
32084           private debugging, better error reporting
32085
32086 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32087
32088         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32089         (gst_riff_read_init), (gst_riff_read_change_state):
32090         * gst-libs/gst/riff/riff-read.h:
32091           Remove stuff fromold metadata system.
32092
32093 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32094
32095         * ext/ogg/gstoggdemux.c:
32096           Fix wrong file comment.
32097         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32098         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32099           Add metadata reading properly.
32100
32101 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32102
32103         * ext/Makefile.am:
32104           Fix nas DIST_SUBDIRS
32105           Uraeus:
32106           Fix bug where make distcheck doesn't get run on adding stuff to
32107           the build.
32108
32109 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32110
32111         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32112         * ext/divx/gstdivxdec.h:
32113           Fix divx3 ("msmpeg4") playback using divxdec.
32114
32115 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32116
32117         * gst/typefind/gsttypefindfunctions.c:
32118         (mp3_type_frame_length_from_header): fix bug in length computation
32119         (mp3_type_find): improve debugging output
32120
32121 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32122
32123         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32124         (gst_play_set_location), (gst_play_seek_to_time),
32125         (gst_play_set_audio_sink), (gst_play_set_visualization),
32126         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32127         the pipeline from scratch. Visualization is back and switch went out as
32128         i realized it was not possible to use the way i wanted.
32129         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32130         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32131         clearing in state change from READY to NULL. So that one can clean the
32132         X ressources keeping the element.
32133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32134         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32135         (gst_xvimagesink_colorbalance_set_value),
32136         (gst_xvimagesink_colorbalance_get_value),
32137         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32138         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32139         change from READY to NULL and fixed some stupid bugs in colorbalance
32140         get/set values. Also added the following feature : when nobody tries to
32141         set some values to the colorbalance levels before the xcontext is
32142         grabbed, then when creating channels list from Xv attributes we set the
32143         internal values to the Xv defaults. This way we handle buggy Xv drivers
32144         that set default hue values far from the middle of the range (Thanks
32145         to Jon Trowbridge for pointing that issue).
32146         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32147         colorbalance levels have been set before xcontext is grabbed.
32148
32149 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32150
32151         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32152           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32153           it might block operations (which is bad for a mixer).
32154
32155 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32156
32157         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32158         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32159         (gmip_find_type_pre):
32160         * gst-libs/gst/media-info/media-info-priv.h:
32161         * gst-libs/gst/media-info/media-info.c:
32162         (gst_media_info_instance_init), (gst_media_info_read_idler):
32163         add fakesink to get caps on decoder src pad again
32164         fix callback prototype to match new have_type signal signature
32165
32166 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32167
32168         * gst/adder/gstadder.c: (gst_adder_link):
32169           fix non-compile and cut-n-paste code
32170
32171 2004-01-21  David Schleef  <ds@schleef.org>
32172
32173         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32174         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32175         (gst_swfdec_init), (gst_swfdec_change_state):
32176         * ext/swfdec/gstswfdec.h:
32177         Fix negotiation.
32178         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32179         (gst_adder_request_new_pad): Fix negotiation.
32180         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32181         Add a fixate function.
32182         * gst/intfloat/gstfloat2int.c:
32183         * gst/intfloat/gstfloat2int.h:
32184         * gst/intfloat/gstint2float.c:
32185         * gst/intfloat/gstint2float.h:
32186         Completely rewrite the negotiation.  Doesn't quite work yet,
32187         due to some buffer-frames problem.
32188
32189 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32190
32191         * ext/gnomevfs/gstgnomevfssrc.c:
32192         * sys/v4l2/v4l2_calls.h:
32193           fix includes for distcheck
32194
32195 2004-01-21  Christian Schaller <uraeus@gnome.org>
32196
32197         * ext/nas/
32198         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32199         based on earlier patch from Laurent Vivier
32200
32201 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32202
32203         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32204         Fix wma caps property
32205         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32206         Fix typo (flags1 and flags2)
32207
32208 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32209
32210         * gst-libs/gst/media-info/media-info-priv.c:
32211         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32212         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32213         (gmip_find_stream), (gmip_find_track_metadata),
32214         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32215         (gmip_find_track_format):
32216         * gst-libs/gst/media-info/media-info-priv.h:
32217         * gst-libs/gst/media-info/media-info-test.c: (main):
32218         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32219         (gst_media_info_read_idler), (gst_media_info_read):
32220         * gst-libs/gst/media-info/media-info.h:
32221           register debugging category and use it for debugging
32222
32223 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32224
32225         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32226         (gst_vorbisfile_new_link):
32227           signal streaminfo through tags
32228
32229 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32230
32231         * ext/mplex/gstmplex.cc:
32232         * ext/mplex/gstmplexibitstream.cc:
32233           g++ doesn't like NULL in our i18n/error macros, should be
32234           either (NULL) or ("").
32235
32236 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32237
32238         * sys/dxr3/dxr3audiosink.c:
32239         * sys/dxr3/dxr3init.c:
32240         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32241         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32242           Fix more error error error errors (missing includes here).
32243
32244 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32245
32246         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32247           fix thomas' error errors.
32248
32249 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32250
32251         * ext/mpeg2enc/gstmpeg2enc.cc:
32252           fix error errors.
32253
32254 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32255
32256         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32257         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32258           Fix for new error system.
32259
32260 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32261
32262         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32263           fix for new error reporting
32264
32265 2004-01-20  David Schleef  <ds@schleef.org>
32266
32267         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32268         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32269         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32270         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32271         and neither is 100+, most likely.
32272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32273         (gst_xvimagesink_getcaps): same
32274
32275 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32276
32277         * configure.ac:
32278           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32279           clashes with ffmpeg.
32280
32281 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32282
32283         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32284         (gst_switch_init): Fixed switch element : proxying link and setting
32285         caps from src to sink on request.
32286
32287 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32288
32289         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32290         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32291         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32292         fix element_error
32293
32294 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32295
32296         * sys/v4l/v4l_calls.h:
32297         * sys/v4l2/v4l2_calls.h:
32298           element_error fixes
32299
32300 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32301
32302         * gst-libs/gst/gst-i18n-plugin.h:
32303           add locale.h
32304           remove config.h inclusion
32305
32306 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32307
32308         * autogen.sh:
32309           adding autopoint invocation
32310         * Makefile.am:
32311         * configure.ac:
32312         * gst-libs/gst/gettext.h:
32313           adding gettext bits
32314         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32315         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32316         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32317         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32318         (gst_gnomevfssink_close_file):
32319         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32320         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32321         * gst-libs/gst/gst-i18n-plugin.h:
32322         * gst/avi/gstavi.c: (plugin_init):
32323         * sys/dxr3/dxr3init.c: (plugin_init):
32324         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32325         * sys/oss/gstossaudio.c: (plugin_init):
32326         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32327         * sys/v4l/gstv4l.c: (plugin_init):
32328         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32329         * sys/v4l2/gstv4l2.c: (plugin_init):
32330         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32331         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32332         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32333         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32334         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32335         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32336           make sure locale and translation domain are set
32337           fix translated strings
32338         * po/.cvsignore:
32339         * po/LINGUAS:
32340         * po/Makevars:
32341         * po/POTFILES.in:
32342         * po/nl.po:
32343           put translation files into place
32344         * sys/xvideo/imagetest.c: (main):
32345         * ext/dv/demo-play.c: (main):
32346           fix unnecessary translations
32347
32348 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32349
32350         * ext/sndfile/gstsf.c:
32351         * gst/avi/gstavimux.c:
32352         * ext/audiofile/gstafsink.c:
32353         * ext/audiofile/gstafsrc.c:
32354         * ext/gnomevfs/gstgnomevfssink.c:
32355         * ext/gnomevfs/gstgnomevfssrc.c:
32356         * sys/oss/gstosselement.c:
32357         * sys/v4l/v4l_calls.h:
32358           fix i18n include
32359
32360 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32361
32362         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32363         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32364         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32365         (gst_v4l2_get_output), (gst_v4l2_set_output),
32366         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32367         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32368         (gst_v4l2_set_attribute):
32369         update to new error handling
32370
32371 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32372
32373         * ext/sidplay/gstsiddec.cc:
32374         * gst/modplug/gstmodplug.cc:
32375           parenthese NULL because C++ seems angry about it
32376
32377 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32378
32379         * gst-libs/gst/gst-i18n-plugin.h:
32380           add skeleton i18n stuff, but needs to be further implemented
32381
32382 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32383
32384         * examples/gstplay/player.c: (main):
32385         * ext/aalib/gstaasink.c: (gst_aasink_open):
32386         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32387         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32388         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32389         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32390         (gst_afsink_close_file):
32391         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32392         (gst_afsrc_close_file):
32393         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32394         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32395         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32396         * ext/esd/esdmon.c: (gst_esdmon_get):
32397         * ext/esd/esdsink.c: (gst_esdsink_chain):
32398         * ext/faac/gstfaac.c: (gst_faac_chain):
32399         * ext/faad/gstfaad.c: (gst_faad_chain):
32400         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32401         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32402         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32403         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32404         (gst_flacdec_loop):
32405         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32406         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32407         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32408         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32409         (gst_gnomevfssink_close_file):
32410         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32411         (gst_gnomevfssrc_open_file):
32412         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32413         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32414         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32415         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32416         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32417         * ext/mad/gstmad.c: (gst_mad_chain):
32418         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32419         * ext/mpeg2dec/gstmpeg2dec.c:
32420         * ext/mpeg2enc/gstmpeg2enc.cc:
32421         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32422         * ext/mplex/gstmplex.cc:
32423         * ext/mplex/gstmplexibitstream.cc:
32424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32425         (gst_ogg_demux_push), (gst_ogg_pad_push):
32426         * ext/raw1394/gstdv1394src.c:
32427         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32428         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32429         * ext/sidplay/gstsiddec.cc:
32430         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32431         (gst_sf_loop):
32432         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32433         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32434         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32435         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32436         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32437         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32438         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32439         * gst-libs/gst/Makefile.am:
32440         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32441         (gst_riff_read_element_data), (gst_riff_read_seek),
32442         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32443         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32444         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32445         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32446         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32447         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32448         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32449         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32450         * gst/goom/gstgoom.c: (gst_goom_chain):
32451         * gst/id3/gstid3types.c: (gst_id3types_loop):
32452         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32453         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32454         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32455         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32456         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32457         (gst_ebml_read_float), (gst_ebml_read_header):
32458         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32459         (gst_matroska_demux_parse_blockgroup):
32460         * gst/modplug/gstmodplug.cc:
32461         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32462         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32463         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32464         * gst/silence/gstsilence.c: (gst_silence_get):
32465         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32466         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32467         * gst/speed/gstspeed.c: (speed_loop):
32468         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32469         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32470         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32471         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32472         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32473         (gst_wavparse_loop):
32474         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32475         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32476         (dxr3audiosink_close):
32477         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32478         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32479         (dxr3videosink_close), (dxr3videosink_write_data):
32480         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32481         * sys/oss/gstosselement.h:
32482         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32483         (gst_osssink_chain):
32484         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32485         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32486         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32487         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32488         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32489         (gst_v4l_enable_overlay):
32490         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32491         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32492         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32493         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32494         (gst_v4l_set_audio):
32495         * sys/v4l/v4l_calls.h:
32496         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32497         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32498         (gst_v4lmjpegsink_playback_init),
32499         (gst_v4lmjpegsink_playback_start):
32500         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32501         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
32502         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
32503         (gst_v4lmjpegsrc_requeue_frame):
32504         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32505         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32506         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32507         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32508         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32509         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32510         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32511         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32512         (gst_v4l2src_capture_stop):
32513         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32514         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32515         (gst_ximagesink_chain):
32516         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32517         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32518         (gst_xvideosink_xwindow_new):
32519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32520         (gst_xvimagesink_chain):
32521         use new error signal, function and categories
32522
32523 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
32524
32525         * configure.ac:
32526         * ext/Makefile.am:
32527         * ext/musicbrainz/gsttrm.c:
32528         * ext/musicbrainz/gsttrm.h:
32529         * ext/musicbrainz/Makefile.am:
32530         Add a trm plugin
32531
32532 2004-01-18  Julien MOUTTE  <julien@moutte.net>
32533
32534         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
32535         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
32536         synchronous property for debugging.
32537         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
32538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32539         (gst_xvimagesink_set_property): Moving a pointer declaration to a
32540         smaller block, fixing indent.
32541
32542 2004-01-16  David Schleef  <ds@schleef.org>
32543
32544         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
32545         property affects the video stream.
32546         * sys/xvimage/xvimagesink.c:
32547         * sys/xvimage/xvimagesink.h:
32548         Add synchronous property for debugging.  Should probably be
32549         disabled in non-CVS builds.  Make sure that the Xv attribute
32550         exists before we set it (crash!).  Fix a silly float bug that
32551         caused colorbalance to just not work.
32552
32553 2004-01-17  Christian Schaller <Uraeus@gnome.org>
32554
32555         * tools/gst-launch-ext.in - update for new plugins
32556
32557 2004-01-16  David Schleef  <ds@schleef.org>
32558
32559         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
32560         already-freed caps.
32561
32562 2994-01-16  Christian Schaller <Uraeus@gnome.org>
32563
32564         * Update spec for new colorspace plugin and libcaca plugin
32565         * Fix compilation of libcaca plugin (clock -> id)
32566
32567 2004-01-16  Julien MOUTTE <julien@moutte.net>
32568
32569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
32570         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
32571         (gst_xvimagesink_set_xwindow_id),
32572         (gst_xvimagesink_colorbalance_set_value),
32573         (gst_xvimagesink_colorbalance_get_value),
32574         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32575         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
32576         correct colorbalance properties. They can now be set when the element
32577         is still in NULL state. The values will be committed to the Xv Port
32578         when xcontext is initialized.
32579         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
32580         brightness int values in the GstXvImagesink structure.
32581
32582 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32583
32584         * gst-libs/gst/Makefile.am:
32585           restructure so having local patches works easier.
32586
32587 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32588
32589         * ext/mpeg2enc/Makefile.am:
32590         * ext/mpeg2enc/gstmpeg2enc.cc:
32591         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32592           Bugfix with respect to EOS handling.
32593
32594 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32595
32596         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
32597           Link with right caps (else, it segfaults).
32598         * ext/mplex/gstmplexjob.cc:
32599           Fix for slight API change in 1.6.1.93 release of mjpegtools.
32600
32601 2004-01-15  David Schleef  <ds@schleef.org>
32602
32603         * gst-libs/gst/audio/Makefile.am:
32604         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
32605         from the template.
32606         * gst-libs/gst/audio/gstaudiofilter.c:
32607         * gst-libs/gst/audio/gstaudiofilter.h:
32608         Add bytes_per_sample and size and n_samples calculation.
32609         * gst-libs/gst/audio/gstaudiofilterexample.c:
32610         Remove, now autogenerated.
32611         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
32612         Moved from gstaudiofilterexample, object name changed, code added
32613         so that it actually works.
32614         * gst-libs/gst/audio/make_filter:
32615         Script to build an audiofilter subclass from the template.
32616         * gst/colorspace/Makefile.am:
32617         * gst/colorspace/yuv2yuv.c:
32618         Remove file, since it's GPL, and we don't use it.
32619
32620 2004-01-15  Julien MOUTTE  <julien@moutte.net>
32621
32622         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
32624         them use the buffer free function to test how the buffer was allocated.
32625
32626 2004-01-15  David Schleef  <ds@schleef.org>
32627
32628         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
32629         that handles osssink fallback.
32630         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
32631         (gst_audio_convert_getcaps):
32632         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
32633         Add audio/x-qdm2 for QDM2 audio.
32634         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32635         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
32636         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
32637         Decrease minimum size to 16x16.
32638         * gst/wavparse/gstwavparse.c:
32639         Convert disabled pad template caps to new caps.
32640         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32642         (gst_xvimagesink_chain): Throw element error when display cannot
32643         be opened.  Increase minimum framerate to 1.0.  Check the data
32644         free function on a buffer to make sure it is the type we expect
32645         before manipulating it.
32646
32647 2004-01-15  Julien MOUTTE <julien@moutte.net>
32648
32649         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32650         (gst_videobalance_colorbalance_set_value): Implement passthru if
32651         settings are in the middle.
32652         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
32653
32654 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32655
32656         * gst/videofilter/Makefile.am:
32657         * gst/volume/Makefile.am:
32658           Since we use videofilter symbols, link to it.
32659
32660 2004-01-15  Julien MOUTTE <julien@moutte.net>
32661
32662         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
32663         mixer interface type to HARDWARE.
32664         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
32665         type to SOFTWARE.
32666         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
32667         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
32668         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
32669         (gst_volume_interface_init), (gst_volume_list_tracks),
32670         (gst_volume_set_volume), (gst_volume_get_volume),
32671         (gst_volume_set_mute), (gst_volume_mixer_init),
32672         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
32673         (volume_init): Implementing mixer interface.
32674         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
32675         * sys/oss/gstosselement.c: (gst_osselement_get_type),
32676         (gst_osselement_change_state): Removing some trailing commas in
32677         structures.
32678         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
32679         interface type to HARDWARE.
32680         * sys/v4l/gstv4lcolorbalance.c:
32681         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
32682         type to HARDWARE.
32683         * sys/v4l2/gstv4l2colorbalance.c:
32684         (gst_v4l2_color_balance_interface_init): Setting colorbalance
32685         interface type to HARDWARE.
32686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
32687         same code than ximagesink for event handling.
32688
32689 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32690
32691         * ext/snapshot/Makefile.am:
32692         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
32693         (gst_snapshot_chain):
32694         * ext/snapshot/gstsnapshot.h:
32695           This has to be a joke... Snapshot should be connected to a tee,
32696           colorspace element before it and EOS after that, where the other
32697           src of the tee receives normal data.
32698           The current way is *wrong*.
32699
32700 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32701
32702         * ext/hermes/gsthermescolorspace.c:
32703           Fix another compile error. Same as below.
32704
32705 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32706
32707         * gst/colorspace/gstcolorspace.c:
32708         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
32709         (gst_colorspace_i420_to_yv12):
32710           Fix compiling... Didn't test if it actually works.
32711
32712 2004-01-15  David Schleef  <ds@schleef.org>
32713
32714         * configure.ac:
32715         * gst/colorspace/Makefile.am:
32716         * gst/colorspace/gstcolorspace.c:
32717         * gst/colorspace/gstcolorspace.h:
32718         * gst/colorspace/yuv2rgb.c:
32719         * gst/colorspace/yuv2rgb.h:
32720         Duplicate the ext/hermes colorspace plugin, and remove Hermes
32721         code and GPL code.  Fix for new caps negotiation.  Rewrite
32722         much of the format handling code, and some of the conversion
32723         code.  Basically, rewrote almost everything.  This element
32724         handles I420, YV12 to RGB conversions.
32725         * ext/hermes/Makefile.am:
32726         * ext/hermes/gsthermescolorspace.c:
32727         Rename colorspace to hermescolorspace.  Fix negotiation issues.
32728         Remove non-Hermes related code.  This element handles lots of
32729         RGB to RGB conversions, but no YUV.
32730         * ext/hermes/gstcolorspace.c:
32731         * ext/hermes/gstcolorspace.h:
32732         * ext/hermes/rgb2yuv.c:
32733         * ext/hermes/yuv2rgb.c:
32734         * ext/hermes/yuv2rgb.h:
32735         * ext/hermes/yuv2rgb_mmx16.s:
32736         * ext/hermes/yuv2yuv.c:
32737         * ext/hermes/yuv2yuv.h:
32738         Remove old code.
32739
32740 2004-01-14  Colin Walters  <walters@verbum.org>
32741
32742         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
32743         they've already been.
32744
32745 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32746
32747         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
32748           assume tag mode when pad is not connected
32749
32750 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32751
32752         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32753           Don't update the time of the clock
32754         (gst_alsa_sink_loop):
32755           sync to the clock given to alsasink, not the own clock
32756         * sys/oss/gstosssink.c: (gst_osssink_chain):
32757           sync to the clock
32758         (gst_osssink_change_state):
32759           activate the clock
32760         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32762           remove bogus code that made DISCONT events unhandled
32763         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
32764           explicitly case to double in _set_simple. (fixes 2nd warning in bug
32765           #131502)
32766         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
32767         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
32768         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
32769           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
32770           2nd warning in bug #131502)
32771
32772 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32773
32774         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32775         (gst_videobalance_colorbalance_set_value),
32776         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
32777         for colorbalance interface implementation.
32778         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32779         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32780         (gst_ximagesink_dispose), (gst_ximagesink_init),
32781         (gst_ximagesink_class_init): Adding DISPLAY property.
32782         * sys/ximage/ximagesink.h: Adding display_name to store display.
32783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32784         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32785         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
32786         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
32787         properties (they still need polishing though for gst-launch use : no
32788         xcontext yet, i ll do that tomorrow).
32789         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
32790
32791 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32792
32793         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32794         (gst_play_set_location), (gst_play_set_visualization): Preparing
32795         switch integration, adding videobalance in the pipeline.
32796
32797 2004-01-14  Julien MOUTTE <julien@moutte.net>
32798
32799         * gst-libs/gst/colorbalance/colorbalance.c:
32800         (gst_color_balance_class_init): Adding a default type.
32801         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
32802         the type.
32803         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
32804         (gst_videobalance_dispose), (gst_videobalance_class_init),
32805         (gst_videobalance_init), (gst_videobalance_interface_supported),
32806         (gst_videobalance_interface_init),
32807         (gst_videobalance_colorbalance_list_channels),
32808         (gst_videobalance_colorbalance_set_value),
32809         (gst_videobalance_colorbalance_get_value),
32810         (gst_videobalance_colorbalance_init): Implementing colorbalance
32811         interface.
32812         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
32813         list.
32814         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
32815         bug which was triggering a BadAccess X error when setting an overlay
32816         before pad was really negotiated.
32817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
32818         Using the colorbalance type macro.
32819
32820 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32821
32822         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
32823         (gst_flacenc_chain):
32824           handle tags correctly
32825         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
32826           extract ID3v1 tags correctly
32827
32828 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32829
32830         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
32831         (plugin_init):
32832           Improve matroska typefinding for odd-typed headers...
32833
32834 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32835
32836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
32837           Fix for using incremental number on padnames.
32838
32839 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32840
32841         * ext/divx/gstdivxdec.c:
32842         * ext/divx/gstdivxenc.c:
32843           Set category to divx4linux instead of divx (too generic).
32844         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
32845         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
32846         (gst_wavparse_loop), (gst_wavparse_change_state):
32847         * gst/wavparse/gstwavparse.h:
32848           fix parsing of WAV files with non-standard fmt-tag size and fix
32849           skipping of unrecognized chunks... Someone please fix this thing
32850           to use rifflib so all this is automated.
32851         * sys/v4l/Makefile.am:
32852         * sys/v4l2/Makefile.am:
32853           Add X_CFLAGS because we depend on X (for overlay).
32854
32855 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
32856
32857         * ext/mpeg2dec/gstmpeg2dec.c:
32858           Don't issue a timestamp unless we tagged the frame
32859           with a PTS.
32860
32861 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32862
32863         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
32864           Query the audio element to get the time, not the clock. We're
32865           interested in the element's time here.
32866
32867 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32868
32869         * ext/aalib/gstaasink.c: (gst_aasink_chain):
32870         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32871         * ext/esd/esdsink.c: (gst_esdsink_chain):
32872         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
32873         * ext/mas/massink.c: (gst_massink_chain):
32874         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
32875         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
32876         (gst_matroska_demux_parse_metadata):
32877         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
32878         (gst_mpeg_parse_release_locks):
32879         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
32880         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
32881         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32882         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32883         (gst_osssink_change_state):
32884         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32885         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32886         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
32887         (gst_xvideosink_release_locks):
32888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32889           use element time.
32890         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
32891         (gst_alsa_clock_stop):
32892         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
32893         (gst_audio_clock_get_internal_time):
32894           simplify for use with new clocking code.
32895         * testsuite/alsa/Makefile.am:
32896         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
32897           fix testsuite for new caps system
32898
32899 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32900
32901         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
32902         * ext/flac/gstflacenc.c: (add_one_tag):
32903           length is already host endian, no need to convert. Fixes playback of
32904           tagged files on PPC. (bug #128384)
32905
32906 2004-01-13  Julien MOUTTE <julien@moutte.net>
32907
32908         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
32909         colorbalance interface stating if it is hardware based or software
32910         based.
32911         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
32912         Removing a trailing comma.
32913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32914         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
32915         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
32916         the documentation seems to be wrong on the -1000 to 1000 interval.
32917
32918 2004-01-12  David Schleef  <ds@schleef.org>
32919
32920         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
32921         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
32922         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
32923         Fix negotiation.  Add a bufferalloc function for the sink pad,
32924         and generally clean up some of the code.
32925
32926 2004-01-12  Julien MOUTTE <julien@moutte.net>
32927
32928         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32929         (gst_color_balance_channel_dispose): Adding safety check in dispose
32930         method.
32931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32932         (gst_xvimagesink_xcontext_clear),
32933         (gst_xvimagesink_interface_supported),
32934         (gst_xvimagesink_colorbalance_list_channels),
32935         (gst_xvimagesink_colorbalance_set_value),
32936         (gst_xvimagesink_colorbalance_get_value),
32937         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
32938         Adding colorbalance interface support to set XV parameters such as
32939         HUE, BRIGHTNESS, CONTRAST, SATURATION.
32940         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
32941         interface.
32942
32943 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32944
32945         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
32946         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
32947         (gst_audio_convert_init), (gst_audio_convert_set_property),
32948         (gst_audio_convert_get_property), (gst_audio_convert_chain),
32949         (gst_audio_convert_link),
32950         (gst_audio_convert_buffer_to_default_format),
32951         (gst_audio_convert_buffer_from_default_format), (plugin_init):
32952           - implement _getcaps and use it
32953           - improve linking
32954           - remove float caps since no float conversion is actually done
32955           - remove properties and arguments that were to be used for rate
32956             conversion
32957
32958 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32959
32960         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
32961         (gst_audio_structure_set_int):
32962         * gst-libs/gst/audio/audio.h:
32963           add helper functions for _getcaps matching the standard audio
32964           templates
32965
32966 2004-01-12  David Schleef  <ds@schleef.org>
32967
32968         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32969         Test that pad is negotiated before getting its caps.
32970
32971 2004-01-12  Julien MOUTTE <julien@moutte.net>
32972
32973         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
32974         analyzing the pads of an element the bin is mostly in READY state so
32975         no caps were negotiated. This helper function needs to work with
32976         _get_caps directly then. I was not freeing them though, added that to
32977         fix the mem leak.
32978
32979 2004-01-12  Julien MOUTTE <julien@moutte.net>
32980
32981         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
32983         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
32984         than the free_func.
32985
32986 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32987
32988         * sys/oss/gstossaudio.c: (plugin_init):
32989         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
32990         * sys/oss/gstosselement.h:
32991           make an oss debugging category
32992           make failure more descriptive
32993
32994 2004-01-11  David Schleef  <ds@schleef.org>
32995
32996         * ext/ffmpeg/gstffmpeg.c:
32997         * ext/ffmpeg/gstffmpegcodecmap.c:
32998         * ext/ffmpeg/gstffmpegdec.c:
32999         * ext/ffmpeg/gstffmpegenc.c:
33000         * ext/ffmpeg/gstffmpegprotocol.c:
33001         * ext/gdk_pixbuf/gstgdkanimation.c:
33002         * ext/jpeg/gstjpeg.c:
33003         * ext/libpng/gstpng.c:
33004         * ext/mpeg2dec/perftest.c:
33005         * ext/speex/gstspeex.c:
33006         * gst-libs/gst/resample/dtos.c:
33007         * gst/intfloat/gstintfloatconvert.c:
33008         * gst/oneton/gstoneton.c:
33009         * gst/rtjpeg/RTjpeg.c:
33010         * gst/rtp/gstrtp.c:
33011         * sys/dxr3/dxr3init.c:
33012         * sys/glsink/gstgl_nvimage.c:
33013         * sys/glsink/gstgl_pdrimage.c:
33014         * sys/glsink/gstglsink.c:
33015         * testsuite/gst-lint:
33016         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33017
33018 2004-01-11  David Schleef  <ds@schleef.org>
33019
33020         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33021         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33022         * ext/gdk_pixbuf/gstgdkanimation.c:
33023         (gst_gdk_animation_iter_create_pixbuf):
33024         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33025         (gst_gdk_pixbuf_chain):
33026         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33027         * ext/jack/gstjack.c: (gst_jack_change_state):
33028         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33029         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33030         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33031         * gst/videofilter/gstvideofilter.c:
33032         (gst_videofilter_set_output_size):
33033         Remove all usage of gst_pad_get_caps(), and replace it with
33034         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33035
33036 2004-01-11  David Schleef  <ds@schleef.org>
33037
33038         * configure.ac:
33039         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33040         * ext/divx/gstdivxdec.c:
33041         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33042         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33043         handle images that span multiple buffers.  Now work with both
33044         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33045         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33046         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33047         video/video.h changes
33048         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33049         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33050         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33051         of GstData free function.
33052         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33053         same.
33054
33055 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33056
33057         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33058         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33059         (gst_v4l2element_get_property):
33060         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33061           add norm, channel and frequency properties.
33062         * sys/v4l2/gstv4l2tuner.c:
33063           fixes for tuner interface changes
33064         * sys/v4l2/gstv4l2element.h:
33065         * sys/v4l2/gstv4l2src.c:
33066         * sys/v4l2/gstv4l2src.h:
33067         * sys/v4l2/v4l2src_calls.c:
33068         * sys/v4l2/v4l2src_calls.h:
33069           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33070
33071 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33072
33073         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33074         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33075         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33076         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33077         * gst-libs/gst/tuner/tuner.h:
33078           GObjects aren't const.
33079           Add find_by_name functions.
33080           Add checks to _changed functions.
33081         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33082         (gst_v4l_tuner_get_norm):
33083           Fixes for above.
33084
33085 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33086
33087         * gst-libs/gst/video/video.h:
33088           Fix caps template names to be understandable.
33089           Prefix everything with GST_VIDEO.
33090         * ext/aalib/gstaasink.c:
33091         * ext/divx/gstdivxdec.c:
33092         * ext/divx/gstdivxenc.c:
33093         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33094         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33095         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33096         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33097         * ext/libcaca/gstcacasink.c:
33098         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33099         * ext/snapshot/gstsnapshot.c:
33100         * ext/swfdec/gstswfdec.c:
33101         * ext/xvid/gstxviddec.c:
33102         * ext/xvid/gstxvidenc.c:
33103         * gst/chart/gstchart.c:
33104         * gst/deinterlace/gstdeinterlace.c:
33105         * gst/effectv/gsteffectv.c:
33106         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33107         * gst/goom/gstgoom.c:
33108         * gst/median/gstmedian.c:
33109         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33110         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33111         * gst/overlay/gstoverlay.c:
33112         * gst/smooth/gstsmooth.c:
33113         * gst/smpte/gstsmpte.c:
33114         * gst/synaesthesia/gstsynaesthesia.c:
33115         * gst/videocrop/gstvideocrop.c:
33116         * gst/videodrop/gstvideodrop.c:
33117         * gst/y4m/gsty4mencode.c:
33118         * sys/qcam/gstqcamsrc.c:
33119         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33120           Make them work with new video.h file.
33121         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33122         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33124         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33125           Make it work with new buffer allocation system.
33126
33127 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33128
33129         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33130         pad_alloc_buffer implementation to use ->srcpad
33131         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33132         pad_alloc_buffer implementation to use ->srcpad
33133         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33134         pad_alloc_buffer implementation to use ->srcpad
33135         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33136         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33137         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33138         a reference to everything we need.
33139         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33141         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33142         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33143         a reference to everything we need.
33144         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33145
33146 2004-01-11  David Schleef  <ds@schleef.org>
33147
33148         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33149         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33150         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33151         structure members.
33152         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33153         value during a resize/renegotiation.
33154         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33155         gst_pad_alloc_buffer();
33156         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33157         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33158         structure members.
33159         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33160         Fix for rename of buffer private structure members.
33161         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33162         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33163         Fix for rename of buffer private structure members.
33164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33165         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33166         Fix for rename of buffer private structure members.
33167
33168 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33169
33170         reviewed by: David Schleef <ds@schleef.org>
33171
33172         * gst/videofilter/Makefile.am:
33173         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33174         from the patch by ds to fit in with recent make_filter changes.
33175
33176 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33177
33178         * configure.ac: Adding examples/switch/Makefile
33179         * examples/Makefile.am: Adding examples/switch
33180         * examples/switch/Makefile.am: Adding switcher example.
33181         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33182         (switch_timer), (main): Adding an example demonstrating switch usage
33183         with 2 videotestsrc showing different patterns.
33184         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33185         (gst_switch_init): Fixing switch with the new caps system.
33186
33187 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33188
33189         * gst-libs/gst/video/video.h:
33190           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33191           They should probably be like
33192           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33193
33194 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33195
33196         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33197         (qtdemux_parse_trak):
33198           fix audio chunk size/timestamp calculation
33199
33200 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33201
33202         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33203           fix SVQ3 caps
33204
33205 2004-01-11  Steve Baker  <steve@stevebaker.org>
33206
33207         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33208         (gst_agingtv_base_init), (gst_agingtv_class_init),
33209         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33210         (gst_agingtv_set_property), (gst_agingtv_get_property):
33211         Port agingTV to videofilter
33212
33213 2004-01-09  Julien MOUTTE <julien@moutte.net>
33214
33215         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33216         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33217
33218 2004-01-09  Julien MOUTTE <julien@moutte.net>
33219
33220         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33221         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33222         * gst-libs/gst/xoverlay/xoverlay.c:
33223         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33224         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33225         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33226         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33227         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33228         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33229         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33230         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33231         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33232         interface implementation to handle xid being 0 and fix some bugs
33233         triggered by Benjamin's testcase.
33234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33235         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33236         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33237         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33238         interface implementation to handle xid being 0 and fix some bugs
33239         triggered by Benjamin's testcase.
33240
33241 2004-01-09  David Schleef  <ds@schleef.org>
33242
33243         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33244         mouse pointer events.  It works.
33245
33246 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33247
33248         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33249           Use explicit caps - fix capsnego.
33250         * ext/xvid/gstxviddec.c:
33251         * ext/xvid/gstxvidenc.c:
33252           Remove macro-inside-macro which caused compile errors.
33253         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33254           Error out if it's not a RIFF file. Else we error out without
33255           gst_element_error() which is not good...
33256
33257 2004-01-08  David Schleef  <ds@schleef.org>
33258
33259         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33260         Fix pad_link function to handle formats that ffmpeg returns
33261         as multiple caps structures.
33262         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33263         Only complain if source buffer is _smaller_ than expected.
33264         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33265         (gst_videoscale_handle_src_event): Resize navigation events
33266         when passing them upstream.
33267         * gst/videotestsrc/gstvideotestsrc.c:
33268         * gst/videotestsrc/gstvideotestsrc.h:
33269         * gst/videotestsrc/videotestsrc.c:
33270         * gst/videotestsrc/videotestsrc.h:
33271         Rewrite many of the buffer painting functions to handle odd
33272         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33273         been verified to work with my video card.
33274         * testsuite/gst-lint:  Add check for elements calling
33275         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33276
33277 2004-01-08  David Schleef  <ds@schleef.org>
33278
33279         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33280         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33281
33282 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33283
33284         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33285         configure event is not emiting the desired size signal. That fixes
33286         aspect ratio issues with gst-player.
33287
33288 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33289
33290         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33291           Fix capsnego.
33292
33293 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33294
33295         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33296         public method to fire size signal.
33297
33298 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33299
33300         * examples/gstplay/Makefile.am: Adding the interface library.
33301         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33302         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33303         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33304         GST_IS_X_OVERLAY before signal connect.
33305         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33306         Removing the have_video_size signal.
33307         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33308         and associated public method.
33309         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33310         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33311         signal.
33312         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33313         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33314         signal.
33315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33316         Using XOverlay public method to fire size signal.
33317
33318 2004-01-07  David Schleef  <ds@schleef.org>
33319
33320         * gst/videofilter/Makefile.am:
33321         * gst/videofilter/gstvideotemplate.c:
33322         * gst/videofilter/make_filter:
33323         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33324         Convert make_filter to /bin/sh script.
33325
33326 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33327
33328         * gst/modplug/gstmodplug.cc: fix element description
33329
33330 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33331
33332         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33333         (got_video_size): Adding some new lines in g_print calls.
33334         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33335         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33336         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33337         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33338         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33339         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33340         Complete code review, reverting some stuff i disagree with, adding
33341         some fixes : time synchronization on invalid timestamps, renegotiation
33342         of private window.
33343         * sys/ximage/ximagesink.h:
33344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33345         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33346         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33347         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33348         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33349         (gst_xvimagesink_buffer_new),
33350         (gst_xvimagesink_navigation_send_event),
33351         (gst_xvimagesink_set_xwindow_id),
33352         (gst_xvimagesink_get_desired_size),
33353         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33354         stuff i disagree with, adding some fixes : Renegotiation of private
33355         window, implementing get_desired_size.
33356
33357 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33358
33359         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33360         (gst_afsink_handle_event):
33361         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33362         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33363         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33364         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33365         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33366           Fix for instantiate-test (see core). Also remove dead code from
33367           jpegenc (which still needs fixing, but that's lower on my TODO
33368           list...).
33369         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33370           Never return NULL as caps.
33371
33372 2004-01-07  David Schleef  <ds@schleef.org>
33373
33374         * configure.ac:
33375         * ext/Makefile.am:
33376         * ext/librfb/Makefile.am:
33377         * ext/librfb/gstrfbsrc.c:
33378         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33379         is the protocol used by VNC.
33380
33381 2004-01-07  David Schleef  <ds@schleef.org>
33382
33383         * gst/videofilter/gstvideotemplate.c:
33384         * gst/videofilter/gstvideotemplate.h:
33385         * gst/videofilter/make_filter:
33386         Merge videotemplate header into source file.
33387         * gst/effectv/Makefile.am:
33388         * gst/effectv/gsteffectv.c: (plugin_init):
33389         * gst/effectv/gstwarp.c:
33390         Make warpTV a subclass of videofilter.
33391
33392 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33393
33394         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33395           Add guard against invalid utf-8 conversions in mad. Just in case.
33396
33397 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33398
33399         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33400           Fix for bug shown by poisoning
33401
33402 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33403
33404         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33405         (gst_v4lmjpegsrc_buffer_free):
33406         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33407         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33408         (gst_v4lsrc_buffer_free):
33409           Fix for removed bufferpools.
33410
33411 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33412
33413         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33414         Fix caps negotiation.
33415
33416         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33417         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33418         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33419         (dvdnavsrc_event):
33420         * ext/mpeg2dec/gstmpeg2dec.c:
33421         * gst-libs/gst/navigation/navigation.c:
33422         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33423         * gst-libs/gst/navigation/navigation.h:
33424         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33425         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33427         Super-simple first version of mouse and keyboard events. Clicking
33428         on a DVD menu now works, although it may not take you where you
33429         expected.
33430
33431         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33432         * gst/videotestsrc/gstvideotestsrc.c:
33433         (gst_videotestsrc_src_fixate):
33434         These fixate functions were broken - they never actually
33435         fixated :)
33436
33437 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33438
33439         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33440         (gst_icecastsend_init):
33441           fix for new caps system.
33442         * gst-libs/gst/mixer/mixertrack.h:
33443         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33444           Add 'master track' flag (for tools like ACME that only want to
33445           change the main volume).
33446
33447 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33448
33449         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33450         (gst_xvid_csp_to_caps):
33451         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33452         * ext/xvid/gstxvidenc.c:
33453         ifdef out ARGB type when it isn't available
33454         in xvidcore 1.0.0beta2
33455
33456 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33457
33458         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33459           When we have received a new SCR right in the first buffer after
33460           a seek (so in the same cycle that handles the discont), we should
33461           handle the buffer instead of unreffing it, else we lose data.
33462
33463 2004-01-06  Iain <iain@prettypeople.org>
33464
33465         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33466           buffer-frames caps too.
33467
33468         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33469           caps that we need, don't destroy them all and rebuild them. And when
33470           creating src pads, use the src pad template rather than the sink...
33471
33472 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33473
33474         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33475           Add pad to element *after* setting functions such as event handler.
33476           Without this, the scheduler (opt) will link pads, set the event
33477           handler from the default event function (dispatcher in gstpad.c)
33478           and *after* that, we will set our own event function, which will
33479           thus never be used (and thus mpegdemux doesn't handle events).
33480
33481 2004-01-04  David Schleef  <ds@schleef.org>
33482
33483         Fix the fixate functions to handle new prototype:
33484         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33485         * gst/videotestsrc/gstvideotestsrc.c:
33486         (gst_videotestsrc_src_fixate):
33487         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33488         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33490
33491 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33492
33493         * sys/ximage/ximagesink.h:
33494         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33495         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33496         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
33497         (gst_ximagesink_xoverlay_init):
33498           assorted fixes to make (re)embedding work
33499         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
33500         (gst_ximagesink_get_desired_size):
33501           implement desired size additions to XOverlay
33502
33503 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33504
33505         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
33506         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
33507         (gst_x_overlay_got_desired_size):
33508         * gst-libs/gst/xoverlay/xoverlay.h:
33509           Add optional "desired size" signal and querying.
33510
33511 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33512
33513         * gst/matroska/matroska-demux.c:
33514         (gst_matroska_demux_parse_blockgroup):
33515           Fix EBML-laced block parsing. Diffs are relative to previous
33516           lace, not the first lace. Thanks to Mosu from the Matroska
33517           team for detecting this.
33518         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33519         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
33520         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
33521         (gst_wavparse_change_state):
33522         * gst/wavparse/gstwavparse.h:
33523           Quickfix for capsnego.
33524
33525 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33526
33527         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
33528           Fix indenting, fix pad creation.
33529
33530 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33531
33532         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
33533         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
33534         (gst_xviddec_sink_link):
33535           Implement src_getcaps() so proper size caps is negotiated.
33536
33537 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33538
33539         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
33540           Finish flac decoder on EOS. See #116178.
33541
33542 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33543
33544         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
33545         (gst_matroska_demux_add_stream):
33546         * gst/matroska/matroska-ids.h:
33547           Add getcaps() function to fix capsnego...
33548
33549 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33550
33551         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33552         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
33553         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
33554           Fix more integer overflows. Again, see #126967.
33555
33556 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33557
33558         * ext/mpeg2dec/gstmpeg2dec.c:
33559           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
33560           #130416.
33561
33562 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33563
33564         * configure.ac:
33565         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
33566         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
33567         * ext/xvid/gstxvid.h:
33568         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
33569         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
33570         (gst_xviddec_src_link), (gst_xviddec_sink_link),
33571         (gst_xviddec_change_state):
33572         * ext/xvid/gstxviddec.h:
33573         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
33574         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
33575         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
33576         (gst_xvidenc_link), (gst_xvidenc_set_property),
33577         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
33578         * ext/xvid/gstxvidenc.h:
33579           Update xvid plugin to latest xvid (1.0.0-beta3) API.
33580
33581 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33582
33583         * gst/rtp/rtp-packet.c:
33584           Add sys/types.h include, since OS X doesn't define in_addr_t
33585           in netinet/in.h, like it does on Linux (see #129600).
33586
33587 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
33588
33589         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
33590
33591         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
33592           Correct logic of dispose function (see #129306).
33593
33594 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33595
33596         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
33597         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
33598         (gst_mpeg_parse_init):
33599         * gst/mpegstream/gstmpegparse.h:
33600           Remove clock (which was never provided, i.e. dead code), and
33601           also fix integer overflows at high PTS values (see #126967).
33602
33603 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33604
33605         * ext/flac/gstflacdec.c:
33606         * ext/libpng/gstpngenc.h:
33607         * ext/mikmod/gstmikmod.h:
33608           OS X fixes (see #126628).
33609
33610 2004-01-02  David Schleef  <ds@schleef.org>
33611
33612         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
33613         (gst_alsa_src_base_init): Remove bogus "src" request pad.
33614         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
33615         (gst_mpeg_parse_class_init): Move pad template registration
33616         to class_init, since the derived class (mpegdemux) doesn't
33617         want them.
33618
33619 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33620
33621         * sys/ximage/Makefile.am:
33622         * sys/xvideo/Makefile.am:
33623         * sys/xvimage/Makefile.am:
33624           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
33625           after installation (see #127664).
33626
33627 2004-01-02  David Schleef  <ds@schleef.org>
33628
33629         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
33630         (gst_ffmpegenc_connect):  Negotiation fixes.
33631         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
33632         Remove inappropriate gst_caps_free().
33633         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33634         Reenable Ronald's internal resize code, since the core handles
33635         it correctly now.
33636
33637 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33638
33639         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
33640         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
33641         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
33642           Fix pad template stuff.
33643
33644 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33645
33646         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
33647         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
33648           fix signed integer reading/writing.
33649
33650 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33651
33652         * ext/alsa/README:
33653           Remove outdated document
33654
33655 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
33656
33657         * gst/cutter/gstcutter.c: (gst_cutter_init):
33658           src pad was being created twice - oops.
33659
33660 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33661
33662         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33663           Comment out internal resize. It doesn't handle the resulting
33664           XEvent internally, does another try_set_caps() which leads to
33665           a really nice loop.
33666           Real fix will come when Julien and Dave are awake. ;).
33667
33668 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33669
33670         * ext/mpeg2enc/gstmpeg2enc.cc:
33671           fix const/nonconst compile issue.
33672
33673 2004-01-02  David Schleef  <ds@schleef.org>
33674
33675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
33676         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
33677         Add fixate function and a check for bad formats.
33678
33679 2004-01-01  David Schleef  <ds@schleef.org>
33680
33681         Negotiation fixes:
33682         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
33683         (gst_audiofilter_init):
33684         * gst/debug/efence.c: (gst_efence_init):
33685         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
33686         (gst_deinterlace_init):
33687         * gst/volume/gstvolume.c: (volume_connect):
33688
33689 2004-01-01  David Schleef  <ds@schleef.org>
33690
33691         Convert elements to use gst_pad_use_explicit_caps() where
33692         appropriate:
33693         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
33694         * ext/audiofile/gstafparse.c: (gst_afparse_init),
33695         (gst_afparse_open_file):
33696         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
33697         (gst_afsrc_open_file):
33698         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
33699         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
33700         (gst_ffmpegdec_chain):
33701         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33702         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
33703         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
33704         (gst_gdk_pixbuf_chain):
33705         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
33706         (gst_jpegdec_chain):
33707         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
33708         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33709         (gst_mikmod_negotiate):
33710         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
33711         (gst_mpeg2dec_negotiate_format):
33712         * ext/mpeg2enc/gstmpeg2enc.cc:
33713         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33714         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
33715         (gst_speexdec_sinkconnect):
33716         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
33717         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
33718         (gst_vorbisfile_new_link):
33719         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
33720         (gst_ac3parse_chain):
33721         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
33722         (gst_asf_demux_setup_pad):
33723         * gst/auparse/gstauparse.c: (gst_auparse_init),
33724         (gst_auparse_chain):
33725         * gst/id3/gstid3types.c: (gst_id3types_loop):
33726         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33727         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33728         (mp1videoparse_parse_seq):
33729         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
33730         (bpf_from_header):
33731         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33732         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
33733         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
33734         (gst_mpeg_parse_send_data):
33735         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33736         (gst_qtdemux_add_stream):
33737         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33738         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33739         (gst_wavparse_parse_fmt):
33740
33741 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33742
33743         * configure.ac:
33744           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
33745           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
33746           it therefore uses the wrong include paths. Too bad... Note
33747           that 1.6.1.93 is not release yet. ;).
33748           Also add a check for mplex, which is now using the lib'ified
33749           mplex from mjpegtools, too.
33750         * ext/ffmpeg/gstffmpegcodecmap.c:
33751           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
33752           issues. I don't think ffmpeg handles 3ivx correctly, so this
33753           probably won't work. But it won't hurt either.
33754         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
33755         (gst_ffmpegdec_chain):
33756         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
33757         (gst_ffmpegenc_chain_audio):
33758           Fix memleak in audio encoding. Close codec if open fails, this
33759           calls the cleanup routines so we can re-use the context.
33760         * ext/mpeg2enc/gstmpeg2enc.cc:
33761           Fix pad template names/types, fix memory issue with getcaps().
33762         * ext/mpeg2enc/gstmpeg2encoder.cc:
33763         * ext/mpeg2enc/gstmpeg2encoder.hh:
33764           Fix compile issue with new caps system (const thingy).
33765         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33766         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
33767           We read a first frame right on initing, so that we have a caps
33768           when we init the output. This caps is cached in padprivate and
33769           read as first frame.
33770         * ext/mplex/Makefile.am:
33771         * ext/mplex/gstmplex.cc:
33772         * ext/mplex/gstmplex.h:
33773         * ext/mplex/gstmplex.hh:
33774         * ext/mplex/gstmplexibitstream.cc:
33775         * ext/mplex/gstmplexibitstream.hh:
33776         * ext/mplex/gstmplexjob.cc:
33777         * ext/mplex/gstmplexjob.hh:
33778         * ext/mplex/gstmplexoutputstream.cc:
33779         * ext/mplex/gstmplexoutputstream.hh:
33780           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
33781           had issues, didn't do capsnego, supported only a subset of the
33782           mplex features and required a mplex fork in our local CVS. Plus
33783           that it worked agaist a very old mplex version. Rewriting was
33784           faster than updating it.
33785         * gst-libs/ext/Makefile.am:
33786         * gst-libs/ext/mplex/INSTRUCT:
33787         * gst-libs/ext/mplex/Makefile.am:
33788         * gst-libs/ext/mplex/README:
33789         * gst-libs/ext/mplex/TODO:
33790         * gst-libs/ext/mplex/ac3strm_in.cc:
33791         * gst-libs/ext/mplex/audiostrm.hh:
33792         * gst-libs/ext/mplex/audiostrm_out.cc:
33793         * gst-libs/ext/mplex/aunit.hh:
33794         * gst-libs/ext/mplex/bits.cc:
33795         * gst-libs/ext/mplex/bits.hh:
33796         * gst-libs/ext/mplex/buffer.cc:
33797         * gst-libs/ext/mplex/buffer.hh:
33798         * gst-libs/ext/mplex/fastintfns.h:
33799         * gst-libs/ext/mplex/format_codes.h:
33800         * gst-libs/ext/mplex/inputstrm.cc:
33801         * gst-libs/ext/mplex/inputstrm.hh:
33802         * gst-libs/ext/mplex/lpcmstrm_in.cc:
33803         * gst-libs/ext/mplex/mjpeg_logging.cc:
33804         * gst-libs/ext/mplex/mjpeg_logging.h:
33805         * gst-libs/ext/mplex/mjpeg_types.h:
33806         * gst-libs/ext/mplex/mpastrm_in.cc:
33807         * gst-libs/ext/mplex/mpegconsts.cc:
33808         * gst-libs/ext/mplex/mpegconsts.h:
33809         * gst-libs/ext/mplex/mplexconsts.hh:
33810         * gst-libs/ext/mplex/multplex.cc:
33811         * gst-libs/ext/mplex/outputstream.hh:
33812         * gst-libs/ext/mplex/padstrm.cc:
33813         * gst-libs/ext/mplex/padstrm.hh:
33814         * gst-libs/ext/mplex/stillsstream.cc:
33815         * gst-libs/ext/mplex/stillsstream.hh:
33816         * gst-libs/ext/mplex/systems.cc:
33817         * gst-libs/ext/mplex/systems.hh:
33818         * gst-libs/ext/mplex/vector.cc:
33819         * gst-libs/ext/mplex/vector.hh:
33820         * gst-libs/ext/mplex/videostrm.hh:
33821         * gst-libs/ext/mplex/videostrm_in.cc:
33822         * gst-libs/ext/mplex/videostrm_out.cc:
33823         * gst-libs/ext/mplex/yuv4mpeg.cc:
33824         * gst-libs/ext/mplex/yuv4mpeg.h:
33825         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
33826         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
33827           We don't fork mjpegtools' mplex in our CVS anymore.
33828         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
33829         (gst_avi_demux_add_stream):
33830         * gst/avi/gstavidemux.h:
33831           Add getcaps() function for proper caps nego. This makes some
33832           parts of AVI playback/reading work.
33833         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33834           Resize window on new capsnego. This is probably wrong, but
33835           I'm still committing it because with current capsnego, the
33836           first successfull capsnego is auto-fixated, therefore rounded
33837           down to the lowest values in the caps. this results in a 16x16
33838           XWindow that is not reized when real capsnego finishes.
33839           Dave, I see more cases of this, do you know a proper solution?
33840         * tools/gst-launch-ext.in:
33841           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
33842
33843 2003-12-31  David Schleef  <ds@schleef.org>
33844
33845         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
33846         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
33847           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
33848
33849 2003-12-30  David Schleef  <ds@schleef.org>
33850
33851         * ext/ffmpeg/gstffmpegcolorspace.c:
33852         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
33853         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
33854         (gst_ffmpegcsp_chain): Negotiation fixes
33855         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
33856         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33857         (gst_audio_convert_link), (gst_audio_convert_channels):
33858         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
33859         (gst_audioscale_link), (gst_audioscale_get_buffer),
33860         (gst_audioscale_chain): Negotiation fixes
33861         * gst/audioscale/gstaudioscale.h:
33862         * gst/videofilter/gstvideofilter.c:
33863         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
33864         (gst_videofilter_link), (gst_videofilter_init),
33865         (gst_videofilter_set_output_size), (gst_videofilter_setup),
33866         (gst_videofilter_find_format_by_structure):
33867         * gst/videofilter/gstvideofilter.h: Negotiation fixes
33868         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
33869         (gst_videoscale_link):
33870         * gst/videoscale/videoscale.c: (videoscale_get_structure),
33871         (videoscale_find_by_structure), (gst_videoscale_setup):
33872         * gst/videoscale/videoscale.h: Negotiation fixes
33873         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33874         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
33875         function, restrict resizing to a multiple of 4 (hack until
33876         everyone supports odd sizes correctly).
33877
33878 2003-12-29  Colin Walters  <walters@verbum.org>
33879
33880         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
33881         signed.
33882
33883 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
33884
33885         * ext/sndfile/gstsf.c: (gst_sf_loop):
33886           Fix warning about discarding const qualifier
33887
33888 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
33889
33890         * gst/cutter/gstcutter.c:
33891         * gst/videoscale/gstvideoscale.c:
33892         * gst/volenv/gstvolenv.c:
33893         * gst-libs/gst/audio/audio.c:
33894         * gst-libs/gst/video/video.c:
33895           Fix warnings
33896
33897 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33898
33899         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
33900           Don't send ALSA debugging to stderr.
33901         * ext/alsa/gstalsa.h:
33902           Use GST_WARNING instead of g_warning when ALSA functions fail.
33903
33904 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33905
33906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33907           Free XVAdapterInfo correctly.
33908
33909 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33910
33911         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
33912         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
33913           Make id3tag use correct caps nego.
33914
33915 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
33916
33917         * ext/ivorbis/vorbis.c:
33918         * ext/ivorbis/vorbisenc.h:
33919         * ext/ivorbis/vorbisfile.c:
33920           Modify so that it uses the new caps things
33921
33922 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33923
33924         * testsuite/spider/spider1.c: (main):
33925         * testsuite/spider/spider2.c: (main):
33926         * testsuite/spider/spider3.c: (main):
33927           Make tests compile again. They probably don't work.
33928
33929 2003-12-24  Colin Walters  <walters@verbum.org>
33930
33931         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
33932         we can't fixate the caps anymore.
33933
33934 2003-12-23  David Schleef  <ds@schleef.org>
33935
33936         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
33937         * sys/oss/gstosssink.c: (gst_osssink_init),
33938         (gst_osssink_sink_fixate): Add fixate function.
33939
33940 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33941
33942         * ext/ffmpeg/gstffmpegcodecmap.c:
33943         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
33944         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
33945         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
33946         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
33947         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
33948         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
33949         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
33950           fix typo in RGB masks, and move back to "old" colorspace
33951           capsnego code until whoever wrote this new crap has actually
33952           tested it so that it works.
33953           And yes, this works, keep it that way please.
33954
33955 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33956
33957         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
33958         (gst_divxdec_init), (gst_divxdec_negotiate):
33959         * ext/divx/gstdivxdec.h:
33960         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
33961         (gst_divxenc_init):
33962         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
33963         (gst_faac_sinkconnect), (gst_faac_srcconnect):
33964         * ext/mpeg2enc/gstmpeg2enc.cc:
33965         * ext/mpeg2enc/gstmpeg2encoder.cc:
33966         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33967         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
33968         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
33969         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
33970         (dxr3spusink_init):
33971         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
33972         (dxr3videosink_init):
33973           Fix caps breakage after Dave's caps branch merge.
33974
33975 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33976
33977         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33978           Fix for 24bpp display.
33979
33980 2003-12-23  Colin Walters  <walters@verbum.org>
33981
33982         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
33983         a GnomeVFSHandle directly.
33984
33985 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33986
33987         * gst/volume/Makefile.am:
33988         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
33989         (volume_base_init), (volume_init):
33990           Reenable volume element and fix to work with new caps stuff.
33991           Rhythmbox needs this.
33992
33993 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33994
33995         * gst/qtdemux/qtdemux.c: (plugin_init):
33996           qtdemux requires bytestream
33997
33998 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33999
34000         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34001           Fix remaining caps handling errors due to CAPS merge.
34002
34003 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34004
34005         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34006         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34007         (gst_faad_srcconnect):
34008           Port to new caps system.
34009
34010 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34011
34012         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34013         (got_video_size), (main): using g_print instead of g_message.
34014         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34015         signal which was not emitted because of "switch" element added to the
34016         bin but not connected. (Removing from the bin temporarily)
34017
34018 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34019
34020         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34021         find X development files. I don't understand the previous tests and
34022         they fail on my debian/ppc unstable. This one works.
34023         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34024         exiting.
34025         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34026         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34027         (gst_play_set_visualization): Add some safety checks in set_ methods
34028         and state_change. This was throwing some ugly CRITICAL messages when
34029         pipeline was getting disposed and casts were failing.
34030
34031 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34032
34033         * configure.ac:
34034           Improve mpeg2enc detection. This is for distributions that do
34035           ship mjpegtools, but without mpeg2enc. Also does object check
34036           for might there ever be ABI incompatibility.
34037         * ext/mpeg2enc/gstmpeg2enc.cc:
34038           Add Andrew as second maintainer (he's helping me), and also add
34039           an error if no caps was set. This happens if I pull before capsnego
34040           and that's something I should solve sometime else.
34041         * gst/matroska/matroska-demux.c:
34042         (gst_matroska_demux_parse_blockgroup):
34043           Fix time parsing.
34044         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34045         (gst_matroska_mux_track_header):
34046           Add caps to templates.
34047         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34048           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34049         * gst/mpegstream/gstmpegdemux.c:
34050           Remove layer since it causes warnings about unfixed caps.
34051         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34052           Fix obvious typo (we error out if caps were set, we should of
34053           course error out if *no* caps were set).
34054         * sys/oss/gstosselement.c: (gst_osselement_convert):
34055           Fix format conversion, we confused bits/bytes.
34056         * sys/oss/gstosselement.h:
34057           Improve documentation for 'bps'.
34058         * sys/v4l/TODO:
34059           Remove stuff about plugins that need removing - this was done
34060           ages ago.
34061         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34062         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34063         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34064         (gst_v4lsrc_src_query):
34065         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34066         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34067           Add get_query_types(), get_formats() and query() functions.
34068
34069 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34070
34071         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34072           * moved CVS to freedesktop.org