Check if libxml provides HTML parser which subparse needs.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
2
3         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
4
5         * configure.ac:
6         * gst/Makefile.am:
7           Check if libxml provides HTML parser which subparse needs.
8           Fixes #451970.
9
10 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
11
12         * ext/alsa/gstalsa.c:
13           Fix typo and compilation on big endian systems.
14
15 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
16
17         * gst/subparse/gstssaparse.c:
18           Convert SSA newline codes into actual newline characters (#470766).
19
20 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
21
22         * docs/libs/gst-plugins-base-libs-sections.txt:
23         * gst-libs/gst/pbutils/install-plugins.c:
24         * gst-libs/gst/pbutils/install-plugins.h:
25         * tests/check/libs/pbutils.c:
26           API: also add gst_install_plugins_supported() while we're at it
27           (see #470456).
28
29 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
30
31         * docs/libs/gst-plugins-base-libs-sections.txt:
32         * gst-libs/gst/pbutils/missing-plugins.c:
33         * gst-libs/gst/pbutils/missing-plugins.h:
34         * tests/check/libs/pbutils.c:
35           API: add gst_missing_*_installer_detail_new() convenience API so
36           that applications that know exactly what they're missing can request
37           installer detail strings for those items directly instead of having
38           to first create a dummy missing-plugin message and then get the
39           installer detail string from that.  Fixes #470456.
40
41 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
42
43         * gst/playback/gstdecodebin.c: (close_pad_link):
44         We need to set up delayed-linking whenever the caps are non-fixed,
45         not just when there are multiple types - use gst_pad_is_fixed()
46         to test.
47
48 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
49
50         * gst-libs/gst/pbutils/missing-plugins.c:
51           (gst_missing_plugin_message_get_installer_detail):
52           Add missing separator in PID fallback case.
53
54 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
55
56         * ext/alsa/Makefile.am:
57         There is no GST_PLUGINS_BASE_LIBS defined.
58         
59         * ext/alsa/gstalsa.c:
60         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
61         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
62         Add support for ALSA 24-bit formats.
63         snd_pcm_delay can return an error code, especially
64         during XRUNS. In that case, the best we can do is assume
65         delay = 0.
66
67         * gst/audioconvert/Makefile.am:
68         Add flags from -base before any more-remote dependencies.
69
70 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
71
72         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
73
74         * gst/volume/gstvolume.c: (volume_choose_func),
75         (volume_update_real_volume), (gst_volume_set_volume),
76         (gst_volume_init), (volume_process_int32),
77         (volume_process_int32_clamp), (volume_process_int24),
78         (volume_process_int24_clamp), (volume_process_int16),
79         (volume_process_int16_clamp), (volume_process_int8),
80         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
81         * gst/volume/gstvolume.h:
82         Add support for int32, int24 and int8 to the volume element.
83         Fixes #445529.
84
85 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
86
87         * tests/examples/Makefile.am:
88           Fix even more.
89
90 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
91
92         * configure.ac:
93         * docs/libs/Makefile.am:
94         * docs/libs/gst-plugins-base-libs-docs.sgml:
95         * docs/libs/gst-plugins-base-libs-sections.txt:
96         * ext/gnomevfs/gstgnomevfssrc.c:
97         * ext/gnomevfs/gstgnomevfssrc.h:
98         * gst-libs/gst/Makefile.am:
99         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
100         * pkgconfig/gstreamer-plugins-base.pc.in:
101         * sys/v4l/v4lsrc_calls.c:
102         * tests/examples/Makefile.am:
103         * win32/common/config.h:
104           Revert unwanted commit. many thanks to moap. I want a fix for 
105           https://thomas.apestaart.org/moap/trac/ticket/239
106
107 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
108
109         * gst/volume/gstvolume.c:
110           Move passthrough below gst_object_sync_values(). Fixes #442654.
111
112 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
113
114         * gst-libs/gst/audio/audio.c:
115         Clarify the docs a little.
116
117 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
118
119         * gst/volume/gstvolume.c:
120           Enable liboil for float and add more details about problems with
121           int16.
122
123 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
124
125         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
126         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
127
128 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
129
130         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
131         When calculating the first timestamp of the buffers, don't go below 0
132         and clip the samples because the offset was on the eos page.
133         Fixes #466717.
134
135 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
136
137         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
138         (gst_ogg_demux_collect_chain_info):
139         Also submit the eos page when trying to find the first timestamp.
140         See #466717.
141
142 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
143
144         * gst-libs/gst/audio/audio.h:
145         Use gst_util_uint64_scale() instead of doing the math
146         with double for GST_FRAMES_TO_CLOCK_TIME() and
147         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
148         prevents rounding errors. Fixes #467667.
149
150 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
151
152         * gst-libs/gst/rtsp/gstrtspconnection.c:
153         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
154         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
155         * gst-libs/gst/rtsp/gstrtspconnection.h:
156         Small cleanups.
157         On shutdown, don't read the control socket yet.
158         Set timeout value correctly in all cases.
159         Add function to check if the server accepts reads or writes.
160         API: gst_rtsp_connection_poll()
161
162         * gst-libs/gst/rtsp/gstrtspdefs.h:
163         Fix compilation with -pedantic.
164         Add enum for _poll.
165
166 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
167
168         Patch by: Olivier Crete  <tester at tester ca>
169
170         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
171         (gst_basertppayload_getcaps):
172         * gst-libs/gst/rtp/gstbasertppayload.h:
173         Add getcaps vfunc to basertppayload. See #465146.
174
175 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
176
177         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
178         Only post buffering messages when we are a stream.
179
180 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
181
182         * gst-libs/gst/pbutils/install-plugins.c:
183         * gst-libs/gst/pbutils/missing-plugins.c:
184           Small docs fix and addition.
185
186 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
187
188         * tests/icles/.cvsignore:
189         * tests/icles/Makefile.am:
190         * tests/icles/test-textoverlay.c:
191           Add a dumb little test for textoverlay alignments.
192
193 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
194
195         Patch by: Dan Williams  <dcbw redhat com>
196
197         * ext/pango/gsttextoverlay.c:
198         * ext/pango/gsttextoverlay.h:
199           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
200           "silent" property so there's a Since tag in the API reference.
201
202 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
203
204         * gst-libs/gst/rtp/gstbasertppayload.c:
205         (gst_basertppayload_set_outcaps):
206         * gst-libs/gst/rtp/gstbasertppayload.h:
207         Improve caps negotiation so that downstream elements can confiure
208         certain RTP properties by fixing them on the caps. See #465146.
209         Add docs.
210
211 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
212
213         * docs/libs/gst-plugins-base-libs-sections.txt:
214         * gst-libs/gst/rtp/gstbasertpdepayload.c:
215         * gst-libs/gst/rtp/gstbasertpdepayload.h:
216           Mark as deprecated some macros which were presumably meant to be
217           private API and accidentally exposed in the public header file.
218           Also actually _init() lock (only works at the moment because the
219           struct is zeroed out when created and the initial values in the
220           mutex struct are zeroes too). (#459585)
221
222 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
223
224         * docs/libs/Makefile.am:
225           Remove cruft and do some cleanups.
226
227         * docs/libs/gst-plugins-base-libs-docs.sgml:
228           Prepare for comming gtkdoc features (rebase against online docs).
229
230 2007-08-10  Michael Smith <msmith@fluendo.com>
231
232         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
233           Debug output fixes.
234         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
235         (GST_START_TEST):
236           Change the number of buffers used; 500 is too many and leads to
237           timeouts.
238
239 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
240
241         * gst/playback/gstqueue2.c:
242         * gst/videorate/gstvideorate.c:
243           Printf format fixes (#465028).
244
245 2007-08-09  Michael Smith <msmith@fluendo.com>
246
247         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
248           If we have a large (> 1 second) discontinuity, push a series of
249           smaller buffers rather than a single very large buffer. Avoids
250           unreasonably large single buffer allocations when encountering a
251           large gap.
252         * tests/check/elements/audiorate.c: (GST_START_TEST),
253         (audiorate_suite):
254           Add a test for this.
255
256 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
257
258         * gst/playback/gstplaybasebin.c: (group_commit),
259         (queue_remove_probe), (queue_threshold_reached):
260
261         Patch by: Josep Torra Valles <josep@fluendo.com>
262         Fixes: #465015
263         Make sure we remove the check_queues buffer probe from the 
264         correct queue to avoid racily going back to "buffering 99%" when
265         buffering is actually complete.
266
267         Also, fix the spelling of Josep's surname in the ChangeLog.
268
269 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
270
271         * ext/ogg/gstoggmux.c:
272           Do not leak oggmux instance.
273         
274         * ext/vorbis/vorbisenc.c:
275           Also log values.
276
277 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
278
279         * po/hu.po:
280         * po/it.po:
281         * po/nl.po:
282         * po/uk.po:
283         * po/vi.po:
284           Updated translations.
285
286 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
287
288         patch by: Yang Hong <hongyang@redflag-linux.com>
289
290         * ext/pango/gsttextoverlay.c:
291         * ext/pango/gsttextoverlay.h:
292           Add 'silent' property to GstTimeOverlay. Fixes #462979
293
294 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
295
296         Patch by: Josep Torra Valles <josep@fluendo.com>
297
298         * docs/plugins/gst-plugins-base-plugins.args:
299         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
300         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
301         (gst_uri_decode_bin_get_property), (gen_source_element):
302         Add connection-speed property. Fixes #464690.
303
304 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
305
306         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
307
308         * configure.ac:
309         * gst-libs/gst/rtsp/Makefile.am:
310         * gst-libs/gst/rtsp/gstrtspconnection.c:
311         (gst_rtsp_connection_connect):
312         Fix compilation on windows. Fixes #464320.
313
314 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
315
316         Patch by: Josep Torra Valles <josep@fluendo.com>
317
318         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
319         (gst_play_base_bin_init), (queue_threshold_reached),
320         (gen_source_element), (setup_substreams),
321         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
322         (gst_play_base_bin_get_streaminfo_value_array):
323         * gst/playback/gstplaybasebin.h:
324         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
325         (gst_play_bin_set_property), (gst_play_bin_get_property),
326         (gst_play_bin_handle_redirect_message):
327         Move connection-speed property from playbin to playbasebin so that we
328         can also configure it in source elements that have the connection-speed
329         property. Fixes #464028.
330         Add some debug info here and there.
331
332 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
333
334         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
335         Properly respond to conversion queries. Fixes #464079.
336
337 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
338
339         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
340         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
341         (gst_audio_test_src_init_sine_table),
342         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
343         * gst/audiotestsrc/gstaudiotestsrc.h:
344         Add float/double and int32 support to audiotestsrc. Fixes #460422.
345         Also set the default volume to the default value specified in the
346         GParamSpec.
347
348 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
349
350         Patch by: Jens Granseuer <jensgr at gmx dot net>
351
352         * gst/audioconvert/gstaudioquantize.c:
353         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
354
355 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
356
357         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
358         Add rdt manager for rdt transport.
359         Fix parsing of RDT transport.
360
361 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
362
363         * configure.ac:
364         Back to CVS
365
366 === release 0.10.14 ===
367
368 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
369
370         * configure.ac:
371           releasing 0.10.14, "Light Years Ahead"
372
373 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
374
375         * tests/check/libs/audio.c: (GST_START_TEST):
376         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
377
378 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
379
380         * gst-libs/gst/audio/audio.c:
381         When clipping a buffer with no timestamp, assume it is
382         within the segment without warnings.
383
384         Fixes: #460978
385
386 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
387
388         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
389         Fire the signal on the object, not the interface.
390
391 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
392
393         * gst-libs/gst/rtsp/.cvsignore:
394         Ber. Don't include the full path, idiot.
395
396 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
397
398         * gst-libs/gst/rtsp/.cvsignore:
399         Ignore generated files.
400
401 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
402
403         * gst-libs/gst/interfaces/Makefile.am:
404         * gst-libs/gst/interfaces/interfaces-marshal.list:
405         * gst-libs/gst/interfaces/rtspextension.c:
406         * gst-libs/gst/interfaces/rtspextension.h:
407         * gst-libs/gst/rtsp/Makefile.am:
408         * gst-libs/gst/rtsp/gstrtsp.h:
409         * gst-libs/gst/rtsp/gstrtspextension.c:
410         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
411         (gst_rtsp_extension_detect_server),
412         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
413         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
414         (gst_rtsp_extension_configure_stream),
415         (gst_rtsp_extension_get_transports),
416         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
417         * gst-libs/gst/rtsp/gstrtspextension.h:
418         * gst-libs/gst/rtsp/rtsp-marshal.list:
419         Move the rtspextension.h interface into gstrtspextension.h
420         as part of libgstrtsp instead of libgstinterfaces, because it's
421         only for use within plugins, not applications. 
422         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
423         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
424         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
425         is abstract.
426
427 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
428
429         * gst-libs/gst/interfaces/Makefile.am:
430         * gst-libs/gst/interfaces/interfaces-marshal.list:
431         * gst-libs/gst/interfaces/rtspextension.c:
432         (gst_rtsp_extension_iface_init),
433         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
434         * gst-libs/gst/interfaces/rtspextension.h:
435         Fix marshaller for the send signal.
436         Add URL to stream selection interface method.
437
438 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
439
440         * gst-libs/gst/riff/Makefile.am:
441         Pull in our dependencies from -base before those from outside.
442
443 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
444
445         * docs/libs/gst-plugins-base-libs-sections.txt:
446         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
447         * gst-libs/gst/rtsp/gstrtspbase64.h:
448         API: gst_rtsp_base64_decode_ip()
449         Added function to decode Base64 in-place.
450
451 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
452
453         * tests/check/libs/.cvsignore:
454         Ignore the mixer test binary.
455
456 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
457
458         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
459         Gratuitous comment change to trigger a rebuild on the buildbots.
460
461 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
462
463         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
464         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
465         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
466         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
467         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
468         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
469         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
470         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
471         (gst_sdp_media_get_attribute_val):
472         * gst-libs/gst/sdp/gstsdpmessage.h:
473         Constify args where we can.
474
475 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
476
477         * gst-libs/gst/interfaces/Makefile.am:
478         * gst-libs/gst/interfaces/rtspextension.c:
479         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
480         (gst_rtsp_extension_detect_server),
481         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
482         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
483         (gst_rtsp_extension_configure_stream),
484         (gst_rtsp_extension_get_transports),
485         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
486         * gst-libs/gst/interfaces/rtspextension.h:
487         Move interface for RTSP extensions from -good to here.
488         Added helper methods to invoke interface methods.
489
490 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
491
492         * docs/libs/gst-plugins-base-libs-sections.txt:
493         * gst-libs/gst/rtsp/gstrtspdefs.h:
494         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
495         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
496         (gst_rtsp_message_init_response),
497         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
498         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
499         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
500         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
501         (gst_rtsp_message_get_body), (dump_key_value):
502         * gst-libs/gst/rtsp/gstrtspmessage.h:
503         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
504         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
505         (gst_rtsp_range_parse):
506         * gst-libs/gst/rtsp/gstrtsprange.h:
507         * gst-libs/gst/rtsp/gstrtsptransport.c:
508         * gst-libs/gst/rtsp/gstrtspurl.c:
509         Fix some more RTSP docs.
510         Add some missing methods for dealing with messages.
511
512 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
513
514         * docs/libs/gst-plugins-base-libs-docs.sgml:
515         * docs/libs/gst-plugins-base-libs-sections.txt:
516         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
517         * gst-libs/gst/rtsp/gstrtspbase64.h:
518         * gst-libs/gst/rtsp/gstrtspconnection.c:
519         (gst_rtsp_connection_connect), (add_auth_header),
520         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
521         (read_body), (gst_rtsp_connection_receive),
522         (gst_rtsp_connection_next_timeout),
523         (gst_rtsp_connection_reset_timeout),
524         (gst_rtsp_connection_set_auth):
525         * gst-libs/gst/rtsp/gstrtspconnection.h:
526         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
527         * gst-libs/gst/rtsp/gstrtspdefs.h:
528         * gst-libs/gst/rtsp/gstrtspmessage.h:
529         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
530         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
531         (gst_rtsp_range_parse):
532         * gst-libs/gst/rtsp/gstrtspurl.h:
533         Added beginnings of RTSP documentation.
534
535 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
536
537         * docs/libs/Makefile.am:
538         * docs/libs/gst-plugins-base-libs-docs.sgml:
539         * docs/libs/gst-plugins-base-libs-sections.txt:
540         * gst-libs/gst/sdp/gstsdp.h:
541         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
542         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
543         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
544         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
545         (gst_sdp_message_get_attribute_val),
546         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
547         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
548         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
549         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
550         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
551         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
552         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
553         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
554         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
555         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
556         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
557         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
558         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
559         (gst_sdp_media_get_attribute_val_n),
560         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
561         (print_media), (gst_sdp_message_dump):
562         * gst-libs/gst/sdp/gstsdpmessage.h:
563         Document the SDP library.
564         Add some of the missing SDPMedia methods.
565
566 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
567
568         * configure.ac:
569         * gst-libs/gst/Makefile.am:
570         * gst-libs/gst/rtsp/Makefile.am:
571         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
572         * gst-libs/gst/rtsp/gstrtspbase64.h:
573         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
574         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
575         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
576         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
577         (parse_response_status), (parse_request_line), (parse_line),
578         (gst_rtsp_connection_read), (read_body),
579         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
580         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
581         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
582         (gst_rtsp_connection_set_auth):
583         * gst-libs/gst/rtsp/gstrtspconnection.h:
584         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
585         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
586         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
587         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
588         (gst_rtsp_find_method):
589         * gst-libs/gst/rtsp/gstrtspdefs.h:
590         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
591         (gst_rtsp_message_new), (gst_rtsp_message_init),
592         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
593         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
594         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
595         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
596         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
597         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
598         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
599         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
600         (gst_rtsp_message_dump):
601         * gst-libs/gst/rtsp/gstrtspmessage.h:
602         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
603         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
604         (gst_rtsp_range_parse), (gst_rtsp_range_free):
605         * gst-libs/gst/rtsp/gstrtsprange.h:
606         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
607         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
608         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
609         (range_as_text), (rtsp_transport_mode_as_text),
610         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
611         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
612         (gst_rtsp_transport_free):
613         * gst-libs/gst/rtsp/gstrtsptransport.h:
614         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
615         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
616         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
617         * gst-libs/gst/rtsp/gstrtspurl.h:
618         * gst-libs/gst/sdp/Makefile.am:
619         * gst-libs/gst/sdp/gstsdp.h:
620         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
621         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
622         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
623         (gst_sdp_attribute_init), (gst_sdp_message_new),
624         (gst_sdp_message_init), (gst_sdp_message_uninit),
625         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
626         (gst_sdp_media_uninit), (gst_sdp_media_free),
627         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
628         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
629         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
630         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
631         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
632         (gst_sdp_message_get_attribute_val),
633         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
634         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
635         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
636         (gst_sdp_media_get_attribute_val_n),
637         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
638         (read_string), (read_string_del), (gst_sdp_parse_line),
639         (gst_sdp_message_parse_buffer), (print_media),
640         (gst_sdp_message_dump):
641         * gst-libs/gst/sdp/gstsdpmessage.h:
642         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
643         Move SDP and RTSP from helper objects in -good to a reusable library.
644         Use a proper gst_ namespace.
645
646 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
647
648         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
649         (vorbis_dec_flush_decode):
650         Use the new buffer clipping function from gstaudio here.
651
652 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
653
654         * docs/libs/gst-plugins-base-libs-sections.txt:
655         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
656         * gst-libs/gst/audio/audio.h:
657         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
658         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
659         Also add deprecation guards for gst_audio_structure_set_int() to the
660         header.
661
662 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
663
664         * docs/libs/gst-plugins-base-libs-sections.txt:
665           Cleanup the docs.
666
667 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
668
669         Patch by: Dan Williams <dcbw at redhat dot com>
670
671         * gst/playback/gstplaybasebin.c:
672         (gst_play_base_bin_get_streaminfo_value_array):
673         Don't return NULL when querying the stream info value array but instead
674         return an empty array. Fixes #459204.
675
676 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
677
678         * gst/playback/gsturidecodebin.c:
679           Init debug category before using it.
680
681 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
682
683         * gst-libs/gst/interfaces/mixer.h:
684         Add padding vars in place of the signal pointers
685         when building with DISABLE_DEPRECATED so that the
686         interface structure doesn't change size.
687
688 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
689
690         * docs/libs/gst-plugins-base-libs-sections.txt:
691         * ext/alsa/gstalsamixer.c:
692         * ext/alsa/gstalsamixer.h:
693         * ext/alsa/gstalsamixerelement.c:
694         * ext/alsa/gstalsamixertrack.c:
695         * gst-libs/gst/interfaces/mixer.c:
696         * gst-libs/gst/interfaces/mixer.h:
697         * gst-libs/gst/interfaces/mixeroptions.c:
698         * gst-libs/gst/interfaces/mixeroptions.h:
699         * gst-libs/gst/interfaces/mixertrack.c:
700         * gst-libs/gst/interfaces/mixertrack.h:
701         * tests/check/Makefile.am:
702         * tests/check/libs/mixer.c:
703
704         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
705         Fixes: #152864 
706
707         Add support for notifying mixer changes on the message bus, and
708         implement it in alsamixer.
709
710         API: gst_mixer_get_mixer_flags
711         API: gst_mixer_message_parse_mute_toggled
712         API: gst_mixer_message_parse_record_toggled
713         API: gst_mixer_message_parse_volume_changed
714         API: gst_mixer_message_parse_option_changed
715         API: GstMixerMessageType
716         API: GstMixerFlags
717
718 2007-07-20  Michael Smith <msmith@fluendo.com>
719
720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
721         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
722           xcontext->im_format is only for testing XShm support (as the header
723           file comments document). Use xvimage->im_format for everything else.
724           Avoids spurious warnings on buffer allocation before setcaps.
725
726 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
727
728         * tests/examples/volume/Makefile.am:
729         * tests/icles/Makefile.am:
730           We should use $(LIBM).
731
732 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
733
734         * tests/icles/Makefile.am:
735           This needs -lm.
736
737 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
738
739         * gst-libs/gst/rtp/gstbasertppayload.c:
740         (gst_basertppayload_class_init), (gst_basertppayload_init),
741         (gst_basertppayload_set_property),
742         (gst_basertppayload_get_property):
743         Don't break ABI, restore previous ranges. Keep the default random
744         selection of timestamp and seqnum offset but as soon as the app sets a
745         specific value, use that one.
746
747 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
748
749         Patch by: Bastien Nocera <hadess at hadess dot net>
750
751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
752         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
753         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
754         * sys/xvimage/xvimagesink.h:
755         Add option to turn off double-buffering for debugging purposes.
756         Fixes #437169.
757
758 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
759
760         Patch by: Jorn Baayen <jorn at openedhand dot com>
761
762         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
763         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
764         (gst_ximagesink_init), (gst_ximagesink_class_init):
765         * sys/ximage/ximagesink.h:
766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
767         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
768         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
769         * sys/xvimage/xvimagesink.h:
770         add 'handle-expose' property. Useful for video widgets which may want to
771         be in control of Expose behaviour. Fixes #380625
772
773 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
774
775         * gst-libs/gst/rtp/gstbasertppayload.c:
776         (gst_basertppayload_class_init), (gst_basertppayload_init),
777         (gst_basertppayload_event), (gst_basertppayload_push),
778         (gst_basertppayload_set_property),
779         (gst_basertppayload_get_property),
780         (gst_basertppayload_change_state):
781         * gst-libs/gst/rtp/gstbasertppayload.h:
782         Fix ranges of rtp payloader properties so that the full range can be
783         used in addition to -1 (random).
784         Fix wrong seqnum reporting in caps.
785         Fixes #420326.
786
787 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
788
789         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
790         (gst_video_rate_query):
791         Use boilerplate.
792         Add latency query, might not be perfect yet but already works a lot
793         better. Fixes #442557.
794
795 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
796
797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
798         (gst_xvimagesink_setcaps):
799         * sys/xvimage/xvimagesink.h:
800         After a caps change, redraw our borders to avoid garbage left there
801         when the image format changes to a smaller size, like 16:9 -> 4:3
802         Also, hold the flow_lock a bit longer in the set_caps while we're
803         fiddling with the xcontext.
804
805 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
806
807         * Makefile.am:
808         * configure.ac:
809         * tests/Makefile.am:
810         Remove bogus check for libcheck, since we check for
811         gstreamer-check and it pulls in the required info from there, and we
812         weren't actually _using_ the information for libcheck ourselves
813         anyway.
814
815 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
816
817         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
818         (gst_ffmpeg_caps_to_pixfmt):
819         Fix the r_mask test for RGBA32 on little-endian.
820         Fix a stupid typo that would have obviously broken 
821         compilation on big-endian, if anyone was testing.
822
823 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
824
825         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
826         (paint_hline_str4):
827         * gst/videotestsrc/videotestsrc.h:
828         Add alpha to the color struct.
829         Use a default alpha value of 255 instead of 128.
830
831 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
832
833         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
834         (setup_source):
835         Clear the dynamic pads counter when starting a new uri. This makes
836         reusing playbin work again.
837         Fixes #454264.
838
839 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
840
841         * configure.ac:
842           Use pkg-config to locate check.
843
844 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
845
846         * configure.ac:
847         * tests/check/elements/volume.c: (GST_START_TEST):
848           Fix 'make check' build against core CVS.
849
850 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
851
852         * gst-libs/gst/interfaces/propertyprobe.c:
853         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
854         * gst-libs/gst/tag/gstvorbistag.c:
855           Make gtk-doc happy.
856
857 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
858
859         * gst-libs/gst/audio/gstbaseaudiosink.c:
860         (gst_base_audio_sink_callback):
861           Quick hack to make audiosinks stop at EOS when operating in
862           pull-mode; needs to be fixed properly some day.
863
864 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
865
866         * docs/libs/gst-plugins-base-libs-sections.txt:
867           Fix location of includes in the docs.
868
869 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
870
871         * gst/ffmpegcolorspace/avcodec.h:
872         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
873         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
874         (gst_ffmpegcsp_avpicture_fill):
875         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
876         (img_get_alpha_info):
877         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
878         of the existing BGRA32 and RGBA32 formats with the alpha at the other
879         end of the word. Partially fixes #451908
880
881 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
882
883         * docs/libs/Makefile.am:
884         * docs/plugins/Makefile.am:
885           Simplify --extra-dir as gtkdoc scans recursively.
886
887 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
888
889         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
890         (gst_adder_request_new_pad):
891         Make getcaps more robust by not using the proxycaps function. This makes
892         sure that we don't end up recursively calling getcaps upstream.
893         See #316248.
894
895 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
896
897         * gst/audioconvert/audioconvert.c:
898         Include math.h to fix compilation.
899
900 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
901
902         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
903         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
904         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
905         format, as produced by some dc1394 cameras like the iSight.
906         See http://www.fourcc.org/yuv.php#IYU1
907
908 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
909
910         * gst/audioconvert/Makefile.am:
911         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
912         (check_default), (audio_convert_prepare_context),
913         (audio_convert_clean_context), (audio_convert_convert):
914         * gst/audioconvert/audioconvert.h:
915         * gst/audioconvert/gstaudioconvert.c:
916         (gst_audio_convert_dithering_get_type),
917         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
918         (gst_audio_convert_init), (gst_audio_convert_set_caps),
919         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
920         * gst/audioconvert/gstaudioconvert.h:
921         * gst/audioconvert/gstaudioquantize.c:
922         (gst_audio_quantize_setup_noise_shaping),
923         (gst_audio_quantize_free_noise_shaping),
924         (gst_audio_quantize_setup_dither),
925         (gst_audio_quantize_free_dither),
926         (gst_audio_quantize_setup_quantize_func),
927         (gst_audio_quantize_setup), (gst_audio_quantize_free):
928         * gst/audioconvert/gstaudioquantize.h:
929         Implement dithering and noise shaping in audioconvert. By default now
930         TPDF dithering (and no noise shaping) will be used when converting
931         from a higher bit depth to 20 bit depth or smaller, otherwise
932         everything will be as it is now.
933         For the last audioconvert in a pipeline it would make sense to
934         use some kind of noise shaping, enabling it by default for all
935         conversions would give undesired results though. Fixes #360246.
936         * tests/check/elements/audioconvert.c: (setup_audioconvert),
937         (GST_START_TEST):
938         Adjust unit test for the new audioconvert.
939
940 2007-06-28  Wim Taymans  <wim@fluendo.com>
941
942         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
943         Use other metrics as well when estimating the buffer level.
944
945 2007-06-28  Wim Taymans  <wim@fluendo.com>
946
947         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
948         Small debug improvement.
949
950         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
951         (plugin_init):
952         Tweak the rate estimation period.
953         When calculating the buffer filledness in rate estimation mode, don't
954         mix it with other metrics.
955
956 2007-06-28  Wim Taymans  <wim@fluendo.com>
957
958         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
959         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
960         When creating the groups, allow for a 5 second, unlimited buffers
961         preroll phase after which we expose the group.
962         When the group is exposed, use a small number of buffers up to a 2
963         second limit. Also disconnect the overrun signal from multiqueue when we
964         exposed the group because it is not needed anymore.
965
966 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
967
968         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
969           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
970           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
971           (#451707); also, output some debugging info when dealing with
972           freeform strings.
973
974         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
975           Add unit test for the above.
976
977 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
978
979         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
980           Add description for Windows Media RTP caps.
981
982         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
983           Remove RTP fields that don't define the format from caps.
984
985 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
986
987         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
988           Skip empty buffers, but not empty header buffers. That way the original
989           vorbisdec unit test still passes (#451145); also, take into account
990           that those empty packets might carry a granulepos.
991
992         * tests/check/Makefile.am:
993         * tests/check/elements/vorbisdec.c:
994         (_create_codebook_header_buffer), (_create_audio_buffer),
995         (GST_START_TEST), (vorbisdec_suite):
996           Add unit test that sends an empty packet.
997
998 2007-06-27  Wim Taymans  <wim@fluendo.com>
999
1000         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1001         Don't error out on 0-sized packets, just emit a warning because this is
1002         not a fatal error. Fixes #451145.
1003
1004 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1005
1006         * docs/plugins/gst-plugins-base-plugins.args:
1007         * docs/plugins/gst-plugins-base-plugins.signals:
1008         * docs/plugins/inspect/plugin-adder.xml:
1009         * docs/plugins/inspect/plugin-alsa.xml:
1010         * docs/plugins/inspect/plugin-audioconvert.xml:
1011         * docs/plugins/inspect/plugin-audiorate.xml:
1012         * docs/plugins/inspect/plugin-audioresample.xml:
1013         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1014         * docs/plugins/inspect/plugin-cdparanoia.xml:
1015         * docs/plugins/inspect/plugin-decodebin.xml:
1016         * docs/plugins/inspect/plugin-decodebin2.xml:
1017         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1018         * docs/plugins/inspect/plugin-gdp.xml:
1019         * docs/plugins/inspect/plugin-gnomevfs.xml:
1020         * docs/plugins/inspect/plugin-libvisual.xml:
1021         * docs/plugins/inspect/plugin-ogg.xml:
1022         * docs/plugins/inspect/plugin-pango.xml:
1023         * docs/plugins/inspect/plugin-playbin.xml:
1024         * docs/plugins/inspect/plugin-subparse.xml:
1025         * docs/plugins/inspect/plugin-tcp.xml:
1026         * docs/plugins/inspect/plugin-theora.xml:
1027         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1028         * docs/plugins/inspect/plugin-video4linux.xml:
1029         * docs/plugins/inspect/plugin-videorate.xml:
1030         * docs/plugins/inspect/plugin-videoscale.xml:
1031         * docs/plugins/inspect/plugin-videotestsrc.xml:
1032         * docs/plugins/inspect/plugin-volume.xml:
1033         * docs/plugins/inspect/plugin-vorbis.xml:
1034         * docs/plugins/inspect/plugin-ximagesink.xml:
1035         * docs/plugins/inspect/plugin-xvimagesink.xml:
1036           Update docs with caps info.
1037
1038 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1039
1040         * po/POTFILES.in:
1041           Add more files with translatable strings (#450875).
1042
1043 2007-06-23  Edward Hervey  <edward@fluendo.com>
1044
1045         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1046         The chain should be freed if we error out here, else it will leak.
1047         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1048         (cleanup_decodebin):
1049         Don't forget to *properly* remove the signals, else it will leak.
1050
1051 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1052
1053         * MAINTAINERS:
1054         Updating all the maintainers files
1055
1056 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1057
1058         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1059         (main):
1060           Destroy and recreate parse-launch based pipeline after stop to be able
1061           to play again. Reorder some code and add more comments.
1062
1063 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1064
1065         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1066         When handling a delayed-caps notification case, mark
1067         the group as dynamic so that the nbdynamic count is
1068         incremented and decremented correctly. Fixes: #449156
1069         Patch by: Wim Taymans <wim@fluendo.com>
1070
1071 2007-06-19  Andy Wingo  <wingo@pobox.com>
1072
1073         * gst-libs/gst/audio/gstbaseaudiosink.c
1074         (gst_base_audio_sink_init): Enable pull-mode operation.
1075
1076 2007-06-19  Michael Smith <msmith@fluendo.com>
1077
1078         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1079           Change minimum rate back to 1000 to allow low-sample-rate wav files
1080           to play back.
1081
1082 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1083
1084         * po/vi.po:
1085           Update translations.
1086
1087 2007-06-15  David Schleef  <ds@schleef.org>
1088
1089         * gst/playback/gstqueue2.c:
1090           Fix compile error from ignored return value.
1091
1092 2007-06-15  Michael Smith <msmith@fluendo.com>
1093
1094         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1095           Update tmpbuf for all neccesary rows, not just one, as is required
1096           when downscaling.
1097           Fixes #402076.
1098
1099 2007-06-15  Michael Smith <msmith@fluendo.com>
1100
1101         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1102         (eos_buffer_probe):
1103           Add a test that ensures we set DELTA_UNIT on all non-header,
1104           non-video buffers, if we have a video stream.
1105         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1106         (gst_ogg_mux_process_best_pad):
1107           Move setting delta_pad to earlier, where we inspect all pads, so
1108           that leading audio pages don't get DELTA_UNIT unset if they come
1109           before the first DELTA_UNIT from video pages. Fixes the newly-added
1110           test. Fixes #385527.
1111
1112 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1113
1114         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1115           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1116           fails on the p5-ppc64 build bot and the failure looks like it is due
1117           to the same issue as #348114, ie. a compiler bug.
1118
1119 2007-06-13  Edward Hervey  <edward@fluendo.com>
1120
1121         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1122         Fix build on MacOSX.
1123
1124 2007-06-13  Wim Taymans  <wim@fluendo.com>
1125
1126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1127         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1128         Fix compilation on mingw. Fixes #446972.
1129
1130 2007-06-12  Wim Taymans  <wim@fluendo.com>
1131
1132         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1133
1134         * gst/playback/gstqueue2.c: (update_buffering),
1135         (gst_queue_locked_enqueue):
1136         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1137         also update the buffering status when receiving events. Fixes #446551.
1138
1139 2007-06-11  Wim Taymans  <wim@fluendo.com>
1140
1141         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1142
1143         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1144         (gst_queue_handle_src_query):
1145         Wait for preroll before attempting to forward a duration query upstream.
1146         Fixes #445505.
1147
1148 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1149
1150         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1151         (gst_base_rtp_depayload_set_gst_timestamp):
1152         Use G_GINT64_CONSTANT macro for int64 constant.
1153         * win32/common/libgstinterfaces.def:
1154         * win32/common/libgsttag.def:
1155         Add new exported functions.
1156
1157 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1158
1159         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1160           The BOS page of the first Dirac video stream needs to come before
1161           the BOS page of any Vorbis streams or other audio streams, just like
1162           it is with Theora.
1163
1164 2007-06-07  Wim Taymans  <wim@fluendo.com>
1165
1166         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1167         Fix compilation.
1168
1169 2007-06-06  Wim Taymans  <wim@fluendo.com>
1170
1171         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1172
1173         * gst/playback/gstqueue2.c: (gst_queue_init),
1174         (gst_queue_handle_sink_event), (gst_queue_chain),
1175         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1176         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1177         (gst_queue_src_activate_pull):
1178         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1179         Does not yet completely work because duration queries upstream won't
1180         block yet.
1181
1182 2007-06-06  Wim Taymans  <wim@fluendo.com>
1183
1184         * configure.ac:
1185         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1186         Some more fseeko checks.
1187
1188 2007-06-06  Wim Taymans  <wim@fluendo.com>
1189
1190         * configure.ac:
1191         check for large file support.
1192
1193 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1194
1195         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1196
1197         * gst/subparse/gstsubparse.c: (parse_subrip),
1198         (subviewer_unescape_newlines), (parse_subviewer),
1199         (gst_sub_parse_data_format_autodetect),
1200         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1201         * gst/subparse/gstsubparse.h:
1202         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1203         * tests/check/elements/subparse.c: (GST_START_TEST),
1204         (subparse_suite):
1205         Add a unit test for both SubViewer formats.
1206
1207 2007-06-01  Michael Smith <msmith@fluendo.com>
1208
1209         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1210           Don't overflow intermediate values when seeking to large time values
1211           in audiotestsrc.
1212
1213 2007-06-05  Wim Taymans  <wim@fluendo.com>
1214
1215         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1216         (gst_queue_create_read), (gst_queue_read_item_from_file),
1217         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1218         Include stdio to define fseeko.
1219
1220 2007-06-05  Wim Taymans  <wim@fluendo.com>
1221
1222         Patch by: Edward Hervey  <edward@fluendo.com>
1223
1224         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1225         (gst_v4lsrc_query):
1226         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1227
1228 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1229
1230         * gst-libs/gst/riff/Makefile.am:
1231         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1232           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1233           our own implementation.
1234
1235 2007-06-05  Wim Taymans  <wim@fluendo.com>
1236
1237         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1238         (gst_base_rtp_depayload_setcaps),
1239         (gst_base_rtp_depayload_set_gst_timestamp),
1240         (gst_base_rtp_depayload_change_state):
1241         Handle timestamp wraparound.
1242
1243 2007-06-05  Wim Taymans  <wim@fluendo.com>
1244
1245         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1246         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1247         (gst_uri_decode_bin_change_state):
1248         Make sure we name srcpads uniquely even when using different internal
1249         decodebins.
1250         Signal no-more-pads when no more dynamic elements exist.
1251         Remove pads on cleanup.
1252
1253 2007-06-05  Wim Taymans  <wim@fluendo.com>
1254
1255         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1256
1257         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1258         (gst_queue_init), (gst_queue_finalize),
1259         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1260         (gst_queue_create_read), (gst_queue_read_item_from_file),
1261         (gst_queue_open_temp_location_file),
1262         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1263         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1264         (gst_queue_is_empty), (gst_queue_is_filled),
1265         (gst_queue_change_state), (gst_queue_set_temp_location),
1266         (gst_queue_set_property):
1267         Add support for filebased buffering. Fixes #441264.
1268
1269 2007-06-05  Wim Taymans  <wim@fluendo.com>
1270
1271         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1272         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1273         (caps_notify_group_cb), (gst_decode_group_new),
1274         (gst_decode_group_free):
1275         Add support for delayed caps fixation when autoplugging.
1276         Optimize cases where a multiqueue is not needed/wanted, like right after
1277         anything that is not a demuxer.
1278
1279 2007-06-05  Wim Taymans  <wim@fluendo.com>
1280
1281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1282         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1283         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1284         consideratly speedup ogg chain detection by not trying to find a base
1285         timestamp for skeleton streams. 
1286
1287 2007-06-05  Wim Taymans  <wim@fluendo.com>
1288
1289         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1290         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1291         (gst_multi_fd_sink_remove_flush),
1292         (gst_multi_fd_sink_remove_client_link),
1293         (gst_multi_fd_sink_handle_client_write),
1294         (gst_multi_fd_sink_handle_clients):
1295         * gst/tcp/gstmultifdsink.h:
1296         Add support for remove_flush.
1297
1298 2007-06-05  Wim Taymans  <wim@fluendo.com>
1299
1300         * docs/design/draft-keyframe-force.txt:
1301         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1302         (theora_enc_chain):
1303         Add draft design for forcing keyframes in encoders and implement in
1304         theoraenc.
1305
1306 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1307
1308         * configure.ac:
1309           Back to CVS
1310
1311 === release 0.10.13 ===
1312
1313 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1314
1315         * configure.ac:
1316           releasing 0.10.13, "What's Going on?"
1317
1318 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1319
1320         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1321         In riff, the depth is stored in the size field but it just means that
1322         the least significant bits are cleared. We can therefore just play
1323         the sample as if it had a depth == width. Fixes: #440997
1324
1325         Patch by: Wim Taymans <wim@fluendo.com> 
1326         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1327
1328 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1329
1330         * gst-libs/gst/floatcast/floatcast.h:
1331         Define inline when needed on win32 builds. Fixes: #441295
1332         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1333
1334 2007-05-29  Wim Taymans  <wim@fluendo.com>
1335
1336         * gst/playback/gstplaybasebin.c: (queue_overrun),
1337         (no_more_pads_full):
1338         Stop buffering when the group is commited because the queues filled up.
1339         Fixes #442024.
1340
1341 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1342
1343         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1344         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1345         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1346         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1347         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1348         * ext/alsa/gstalsamixer.h:
1349         * ext/alsa/gstalsamixerelement.c:
1350         (gst_alsa_mixer_element_interface_supported),
1351         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1352         (gst_alsa_mixer_element_set_property),
1353         (gst_alsa_mixer_element_get_property),
1354         (gst_alsa_mixer_element_change_state):
1355         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1356         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1357         (gst_mixer_option_changed):
1358         * gst-libs/gst/interfaces/mixer.h:
1359         Revert commits towards #152864 made so far. We'll pick it up again
1360         after the 0.10.13 release.
1361
1362 2007-05-24  Wim Taymans  <wim@fluendo.com>
1363
1364         * gst-libs/gst/audio/gstbaseaudiosink.c:
1365         (gst_base_audio_sink_render):
1366         After an interrupt (PAUSED/flush) assume that the next sample should not
1367         be aligned to the previous sample. Fixes #417992.
1368
1369 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1370
1371         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1372           Don't add channels and rate fields to the template caps for
1373           audio/x-dts, as wavparse might not always be able to set them,
1374           which would then lead to 'caps are not a real subset of the
1375           template caps' warnings.
1376
1377 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1378
1379         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1380         Handle unknown or invalid pads without crashing, as might occur if
1381         a media file like an mp3 is specified as a subtitle file.
1382         Fixes: #410039
1383
1384 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1385
1386         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1387         (setup_sinks):
1388         Block the subtitle bin output queue before ghosting it and linking,
1389         then unblock after. This avoids spurious not-linked errors caused 
1390         by the queue starting up (because it gets linked when it is ghosted). 
1391         Fixes: #350299
1392
1393 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1394
1395         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1396         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1397         file. Avoids flukes where the input gets typefound to some valid but
1398         useless type.
1399
1400 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1401
1402         * tests/check/Makefile.am:
1403         * tests/check/elements/.cvsignore:
1404         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1405         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1406           Add unit test for gnomevfssink seeking and position reporting for
1407           file:// URIs.
1408
1409 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1410
1411         Patch by: Mark Nauwelaerts <manauw at skynet be>
1412
1413         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1414         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1415         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1416         * ext/gnomevfs/gstgnomevfssink.h:
1417           Fix position reporting, especially after a seek (from upstream),
1418           see #412648.
1419
1420 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1421
1422         * ext/cdparanoia/gstcdparanoiasrc.c:
1423           Repair umlaut.
1424
1425 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1426
1427         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1428         Specify the full valid range for MP3 samplerates. Fixes a regression
1429         caused by extra header checks since the last release.
1430
1431 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1432
1433         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1435         Fix a locking-order bug I introduced with my changes the other day.
1436         Patch by Mike Smith.
1437
1438 2007-05-21  Michael Smith <msmith@fluendo.com>
1439
1440         * ext/theora/theoradec.c: (theora_handle_data_packet):
1441           Don't look inside 0-length packets (which indicate duplicated
1442           frames)
1443
1444 2007-05-21  Wim Taymans  <wim@fluendo.com>
1445
1446         * ext/cdparanoia/gstcdparanoiasrc.c:
1447         (gst_cd_paranoia_src_read_sector):
1448         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1449         (gst_base_audio_src_create):
1450         Small cleanups.
1451
1452         * ext/theora/theoradec.c: (theora_dec_sink_event):
1453         Fix typo.
1454
1455         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1456         (gst_base_rtp_depayload_set_gst_timestamp):
1457         Add some FIXME
1458
1459         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1460         And some debug info when a FIXME path is hit.
1461
1462 2007-05-21  Wim Taymans  <wim@fluendo.com>
1463
1464         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1465         (gst_base_rtp_audio_payload_class_init),
1466         (gst_base_rtp_audio_payload_init),
1467         (gst_base_rtp_audio_payload_finalize),
1468         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1469         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1470         (gst_base_rtp_payload_audio_handle_event):
1471         Some cleanups, remove minptime property as it is now in the parent
1472         class.
1473         Override parent class event function.
1474
1475         * gst-libs/gst/rtp/gstbasertppayload.c:
1476         (gst_basertppayload_class_init), (gst_basertppayload_init),
1477         (gst_basertppayload_event), (gst_basertppayload_set_property),
1478         (gst_basertppayload_get_property):
1479         * gst-libs/gst/rtp/gstbasertppayload.h:
1480         Add min-ptime property.
1481         Add handle-event vmethod. Fixes #415001.
1482
1483 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1484
1485         * gst-libs/gst/audio/gstbaseaudiosink.c
1486           (gst_base_audio_sink_change_state):
1487           Fix typo in comment.
1488
1489         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1490           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1491           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1492           close_link):
1493         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1494           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1495           Remove trailing whitespaces in comments.
1496
1497         * gst/volume/Makefile.am:
1498           Fix tabs.
1499
1500 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1501
1502         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1503
1504         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1505           set_option, get_option, _gst_reserved):
1506           Revert reordering functions (keep ABI).
1507
1508 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1509
1510         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1511         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1512         (gst_ximagesink_show_frame):
1513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1514         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1515         (gst_xvimagesink_show_frame):
1516         When we create our own window, indicate that we handle the 
1517         WM_DELETE client message from the window manager, so that it won't 
1518         kill our window (and our app) along with it. Handle ClientMessage,
1519         post an error on the bus, and close the window. Further buffers
1520         arriving will result in a FlowError because the window has been
1521         destroyed.
1522
1523         Fixes: #393975
1524
1525         Clean up the X event handling loop and make them the same for
1526         both xvimagesink and ximagesink while I'm at it.
1527
1528 2007-05-17  Wim Taymans  <wim@fluendo.com>
1529
1530         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1531         Make decodebin2 autoplug depayloaders too.
1532
1533         * gst/playback/gsturidecodebin.c: (source_new_pad):
1534         Set the newly created decoder in a usable state when autoplugging a
1535         dynamic source such as RTSP.
1536
1537 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1538
1539         * gst/playback/gststreaminfo.c: (cb_probe):
1540           Ignore video-codec tag for audio streams and ignore audio-codec tags
1541           for video streams. Should make codec name collection a bit more
1542           robust against sloppy demuxers that send tag events containing both
1543           tags down each pad.
1544
1545 2007-05-17  Wim Taymans  <wim@fluendo.com>
1546
1547         * gst/playback/gstqueue2.c: (update_rates):
1548         Tweak the buffering thresholds a little.
1549         Update the buffer size with the previously calculate rate instead of
1550         only when we calculate a new rate so that we get smoother buffering
1551         updates.
1552
1553         * gst/playback/Makefile.am:
1554         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
1555         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1556         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1557         (gst_uri_decode_bin_get_property), (unknown_type),
1558         (add_element_stream), (no_more_pads_full), (no_more_pads),
1559         (source_no_more_pads), (new_decoded_pad), (array_has_value),
1560         (gen_source_element), (has_all_raw_caps), (analyse_source),
1561         (remove_decoders), (make_decoder), (remove_source),
1562         (source_new_pad), (setup_source), (decoder_query_init),
1563         (decoder_query_duration_fold), (decoder_query_duration_done),
1564         (decoder_query_position_fold), (decoder_query_position_done),
1565         (decoder_query_latency_fold), (decoder_query_latency_done),
1566         (decoder_query_seeking_fold), (decoder_query_seeking_done),
1567         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
1568         (gst_uri_decode_bin_change_state), (plugin_init):
1569         New element that intergrates a source, optional buffering element and
1570         decodebin.
1571
1572 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1573
1574         * configure.ac:
1575           Bump libtheora requirement to 1.0alpha5 for the pixformat check
1576           (also has a .pc file, so we don't need the fallback check any
1577           longer). Fixes #438840.
1578
1579 2007-05-17  Wim Taymans  <wim@fluendo.com>
1580
1581         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1582         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
1583         (apply_segment), (apply_buffer), (update_buffering),
1584         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
1585         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1586         (gst_queue_handle_sink_event), (gst_queue_is_filled),
1587         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
1588         (plugin_init):
1589         fix build.
1590
1591 2007-05-17  Wim Taymans  <wim@fluendo.com>
1592
1593         * gst/playback/Makefile.am:
1594         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1595         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
1596         (gst_queue_getcaps), (gst_queue_bufferalloc),
1597         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
1598         (apply_buffer), (update_buffering), (reset_rate_timer),
1599         (update_rates), (gst_queue_locked_flush),
1600         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1601         (gst_queue_handle_sink_event), (gst_queue_is_empty),
1602         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
1603         (gst_queue_loop), (gst_queue_handle_src_event),
1604         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
1605         (gst_queue_src_activate_push), (gst_queue_change_state),
1606         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
1607         On our way to playbin2 this is the new network queue that does buffering
1608         all by itself using high and low watermarks. It can also measure up and
1609         downstream bandwidth to optimally size the queue.
1610
1611 2007-05-17  Michael Smith <msmith@fluendo.com>
1612
1613         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1614         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
1615           Use the segment->last_stop value to calculate the next timestamp to
1616           generate after a seek; not the segment->start value.
1617
1618 2007-05-15  David Schleef  <ds@schleef.org>
1619
1620         * docs/Makefile.am: Install docs even when --disable-gtk-doc
1621           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
1622
1623 2007-05-15  Wim Taymans  <wim@fluendo.com>
1624
1625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1626         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1627         Some more chained streaming ogg timestamp fixes.
1628
1629 2007-05-15  Wim Taymans  <wim@fluendo.com>
1630
1631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1632         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1633         (gst_ogg_demux_handle_page):
1634         Add some FIXMEs.
1635         Fix chain start/stop segment handling based on patch by
1636         <ahalda at cs dot mcgill dot ca> see #320984.
1637
1638 2007-05-15  Michael Smith <msmith@fluendo.com>
1639
1640         * configure.ac:
1641           We don't require a C++ compiler. So don't require one.
1642
1643 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1644
1645         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
1646           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1647           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
1648           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1649           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
1650           gst_alsa_mixer_update_track):
1651           Apply some of the cleanup Tim suggested in #152864 afterwards.
1652
1653 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1654
1655         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1656
1657         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
1658           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
1659           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
1660           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1661           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
1662           gst_alsa_mixer_handle_source_callback,
1663           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1664           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
1665           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
1666           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
1667           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
1668           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
1669         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
1670         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
1671           gst_alsa_mixer_element_interface_supported,
1672           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
1673           gst_alsa_mixer_element_set_property,
1674           gst_alsa_mixer_element_get_property,
1675           gst_alsa_mixer_element_change_state):
1676         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
1677         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
1678           gst_mixer_option_changed):
1679         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
1680           volume_changed, option_changed, _gst_reserved):
1681           Implement notification for alsamixer. Fixes #152864
1682
1683 2007-05-14  David Schleef  <ds@schleef.org>
1684
1685         * gst/videotestsrc/videotestsrc.c:
1686         * gst/videotestsrc/videotestsrc.h:
1687           Add support for video/x-raw-bayer.
1688
1689 2007-05-12  David Schleef  <ds@schleef.org>
1690
1691         * sys/xvimage/xvimagesink.c:
1692           Add some sanity checking for the XVImage size returned by X.
1693           Related to #377400.
1694
1695 2007-05-12  Wim Taymans  <wim@fluendo.com>
1696
1697         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1698         (gst_base_rtp_depayload_setcaps),
1699         (gst_base_rtp_depayload_set_gst_timestamp):
1700         Parse and use additional caps fields as described in updated
1701         application/x-rtp caps spec.
1702
1703 2007-05-12  Wim Taymans  <wim@fluendo.com>
1704
1705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1706         (gst_ogg_demux_collect_chain_info):
1707         If there is a stream in a chain without any data packets, ignore the
1708         stream in the total length calculations. Might be related to #436820.
1709
1710 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
1711
1712         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
1713         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
1714         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1715         (mpeg_video_type_find), (mpeg_video_stream_type_find),
1716         (plugin_init):
1717
1718         Consolidate and re-work our mpeg system stream detection to probe
1719         more packets and produce a higher confidence result. Fixes a
1720         regression caused by lowering the typefind probability last year
1721         - related to bug #397810. Remove the redundant MPEG-1 specific 
1722         typefind function, as the new one detects both MPEG-1 & MPEG-2
1723         happily.
1724
1725         Also cleanup the MPEG elementary and MPEG-TS detection functions a
1726         little. 
1727
1728         Tested against my media test directory, with some improvements and
1729         no regressions.
1730
1731 2007-05-10  Wim Taymans  <wim@fluendo.com>
1732
1733         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
1734         (queue_out_of_data):
1735         Connect to the new queue "pushing" signal instead of the broken
1736         "running" one.
1737
1738 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
1739
1740         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1741         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
1742         Move variable declaration before the first instruction.
1743         * gst/videotestsrc/videotestsrc.c:
1744         Define M_PI if it's not defined yet.
1745         * win32/common/libgstrtp.def:
1746         Add new exported functions.
1747
1748 2007-05-09  Michael Smith <msmith@fluendo.com>
1749
1750         * ext/theora/theoradec.c: (theora_handle_type_packet):
1751           gst_pad_push_event() does not return a GstFlowReturn!
1752
1753 2007-05-09  Wim Taymans  <wim@fluendo.com>
1754
1755         * tests/examples/seek/scrubby.c: (stop_cb), (main):
1756         * tests/examples/seek/seek.c: (do_seek):
1757         Some small cosmetic changes.
1758
1759 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
1760
1761         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
1762           gst_adder_change_state):
1763         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
1764           segment_pending, segment_position, segment_rate):
1765           Handle playback-rate on adder.
1766
1767 2007-05-07  Michael Smith <msmith@fluendo.com>
1768
1769         * ext/theora/gsttheoradec.h:
1770         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1771         (theora_dec_sink_event), (theora_handle_comment_packet),
1772         (theora_handle_type_packet), (theora_dec_change_state):
1773           Don't push events (newsegment, tags) before initialising the
1774           decoder.
1775           This is neccesary for seeking to work correctly in gnonlin.
1776
1777 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1778
1779         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1780         * gst/adder/gstadder.c:
1781         * gst/audiotestsrc/gstaudiotestsrc.c
1782           (gst_audio_test_src_create_white_noise):
1783         * gst/videotestsrc/gstvideotestsrc.c:
1784         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
1785           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
1786           volume_sink_template, volume_src_template, gst_volume_init,
1787           volume_process_double, volume_process_int16,
1788           volume_process_int16_clamp):
1789           Doc fixes and formatting.
1790
1791 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1792
1793         * tests/check/Makefile.am:
1794         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1795           Minimal check for volume's GstController usability; also another
1796           test for #422295.
1797
1798 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1799
1800         * gst-libs/gst/cdda/gstcddabasesrc.c:
1801         (gst_cdda_base_src_add_track):
1802           Fix it so that it (a) makes sense and (b) doesn't break
1803           everything cdda-related including the unit test.
1804
1805 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1806
1807         * gst-libs/gst/cdda/gstcddabasesrc.c:
1808         (gst_cdda_base_src_add_track):
1809           Fix build when disabling asserts.
1810
1811 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
1812
1813         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
1814           When XShm is not available, we might get row strides that are not
1815           rounded up to multiples of four; this is bad, because virtually
1816           every RGB-processing element in GStreamer assumes rowstrides are
1817           rounded up to multiples of four, so let's allocate at least enough
1818           memory to avoid crashes in this case. The image will still be
1819           displayed distorted though if this happens, so that still needs
1820           fixing (maybe by allocating a bigger image with an 'even' width
1821           and then clipping it appropriately when rendering - something for
1822           Xlib aficionados in any case).
1823
1824 2007-05-03  Michael Smith <msmith@fluendo.com>
1825
1826         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1827           If a buffer doesn't have a timestamp, assume it's contiguous with
1828           the previous buffer, and synthesise timestamps appropriately.
1829
1830 2007-05-03  Edward Hervey  <edward@fluendo.com>
1831
1832         * tests/check/elements/videorate.c: (GST_START_TEST):
1833         Set buffer timestamp to a valid value in order to test the buffer
1834         really does stay in videorate.
1835
1836 2007-05-03  Edward Hervey  <edward@fluendo.com>
1837
1838         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1839         There is no sensible way to handle incoming buffers which don't have a
1840         valid timestamp. We therefore discard them and wait for the next one.
1841
1842 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1843
1844         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
1845         * gst/playback/gstdecodebin2.c: (plugin_init):
1846           Better error message for text files.
1847
1848 2007-04-29  Wim Taymans  <wim@fluendo.com>
1849
1850         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
1851         Fix offset bug in generation RR packets.
1852
1853 2007-04-27  Julien MOUTTE  <julien@moutte.net>
1854
1855         * ext/theora/theoradec.c: (_theora_granule_time),
1856         (theora_dec_push_forward), (theora_handle_data_packet),
1857         (theora_dec_decode_buffer): Calculate buffer duration correctly
1858         to generate a perfect stream (#433888).
1859         * gst/audioresample/gstaudioresample.c:
1860         (audioresample_check_discont): Glib provides ABS.
1861
1862 2007-04-27  Wim Taymans  <wim@fluendo.com>
1863
1864         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1865         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
1866         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
1867         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
1868         (gst_rtcp_packet_bye_set_reason):
1869         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1870         Fix RB block parsing and writing.
1871         Add support for constructing BYE packets.
1872
1873 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1874
1875         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
1876         (gst_base_audio_src_create):
1877         * po/POTFILES.in:
1878           When posting a warning message because samples were dropped, post
1879           something more intelligible than he default error message for clock
1880           errors which is just confusing in this context (#432984).
1881
1882 2007-04-25  Wim Taymans  <wim@fluendo.com>
1883
1884         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
1885         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
1886         (read_packet_header), (gst_rtcp_packet_move_to_next),
1887         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
1888         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
1889         (gst_rtcp_packet_sdes_get_item_count),
1890         (gst_rtcp_packet_sdes_first_item),
1891         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
1892         (gst_rtcp_packet_sdes_first_entry),
1893         (gst_rtcp_packet_sdes_next_entry),
1894         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
1895         (gst_rtcp_packet_sdes_add_entry):
1896         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1897         Implement code to write SR, RR and SDES packets.
1898
1899 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1900
1901         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
1902
1903         * sys/ximage/ximagesink.c:
1904           Fix build if XShm is not available (#432362).
1905
1906 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
1907
1908         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
1909         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
1910         pointers to random memory which are passed to g_free() when
1911         audio_convert_prepare_context() is called the first time.
1912
1913 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1914
1915         Patch by: Dan Williams <dcbw redhat com>
1916
1917         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1918           Don't leak incoming buffer if gst_pad_push() returns a
1919           non-OK flow. Fixes #432755.
1920          
1921         * tests/check/elements/videorate.c: (GST_START_TEST),
1922         (videorate_suite):
1923           Unit test for the above by Yours Truly.
1924
1925 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
1926
1927         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1928         (gst_adder_sink_event), (gst_adder_collected):
1929           Fix non-flushing segmented seeks, Fixes #340060 for me
1930
1931 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1932
1933         Patch by: Olivier Crete  <tester at tester ca>
1934
1935         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1936         (gst_base_rtp_audio_payload_class_init),
1937         (gst_base_rtp_audio_payload_init),
1938         (gst_base_rtp_audio_payload_dispose):
1939           Chain up to parent class in dispose function; get rid of
1940           unnecessary 'diposed' flag in private structure (#415001).
1941
1942 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1943
1944         * docs/libs/gst-plugins-base-libs.types:
1945         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1946         (gst_base_rtp_audio_payload_class_init):
1947         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1948         * gst-libs/gst/rtp/gstbasertppayload.c:
1949           Some minor docs fixes and additions; also add missing 'Since' bits.
1950
1951 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1952
1953         Patch by: Zeeshan Ali  <zeenix gmail com>
1954
1955         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1956         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1957         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1958         (gst_base_rtp_audio_payload_push):
1959         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1960           The recently-added gst_base_rtp_audio_payload_push() should take an
1961           object of type GstBaseRTPAudioPayload as first argument (#431672).
1962
1963 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1964
1965         * gst/audioresample/gstaudioresample.c:
1966           Make more functions static, just because we can.
1967
1968 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1969
1970         * tests/check/elements/audioresample.c:
1971           Add unit test for audioresample shutdown crasher (#420106).
1972
1973 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
1974
1975         * gst/subparse/gstsubparse.c:
1976         * gst/subparse/samiparse.c:
1977           Use GST_DISABLE_XML here
1978
1979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1980         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
1981         (gst_xvimagesink_buffer_alloc),
1982         (gst_xvimagesink_navigation_send_event):
1983         * sys/xvimage/xvimagesink.h:
1984           Include stdlib.h when using atoi.
1985           
1986         * tests/check/elements/playbin.c: (playbin_suite):
1987           Use GST_DISABLE_REGISTRY here
1988
1989 2007-04-19  Michael Smith  <msmith@fluendo.com>
1990
1991         * ext/theora/gsttheoraenc.h:
1992         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
1993         (theora_enc_sink_event), (theora_enc_change_state):
1994           Track initialisation state; don't try to use encoder state if we're
1995           not initialised (it'll segfault).
1996
1997 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
1998
1999         * tests/check/pipelines/.cvsignore:
2000         Fix build.
2001
2002 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2003
2004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2005         Allow random depths between 1 and 32 instead of only multiplies of 8.
2006
2007 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2008
2009         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2010         Set the maximum number of channels for PCM and float in the correct
2011         place to have it also used when creating the template caps.
2012
2013 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2014
2015         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2016         Correctly support 4, 6 and 8 channels with normal PCM and float
2017         wav files.
2018
2019         Fix the depth and signedness calculation in extensible wav files and
2020         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2021         mask is found.
2022
2023         Add support for float, alaw and mulaw in extensible wav files.
2024
2025         This allows correct playback of all but 5 files from
2026         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2027         
2028         (gst_riff_create_audio_template_caps):
2029         Add voxware and float formats to the template caps.     
2030
2031 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2032
2033         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2034
2035         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2036         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2037
2038         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2039         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2040         Use the correct format strings for integer formats.
2041
2042 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2043
2044         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2045           Don't use pad_alloc_buffer_and_set_caps to create a small header
2046           packet, or, worse, to create a big temporary video buffer using the
2047           src pad.
2048
2049 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2050
2051         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2052         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2053           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2054           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2055
2056 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2057
2058         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2059           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2060           streamheader_suite):
2061           Add another test set up for failure
2062
2063 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2064
2065         * tests/check/Makefile.am:
2066         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2067           GST_START_TEST, streamheader_suite, main):
2068           Add a test for the streamheader bug Wim fixed.
2069
2070 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2071
2072         * ext/theora/theoradec.c: (theora_dec_sink_event):
2073         Fix misleading comment.
2074
2075 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2076
2077         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2078           More sanity checks for the header fields.
2079
2080 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2081
2082         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2083           Try encodings from all environment variables, not just those in the
2084           first environment variable that is set.
2085
2086 2007-04-12  Wim Taymans  <wim@fluendo.com>
2087
2088         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2089         (gst_video_rate_chain):
2090         Add some debug.
2091
2092         * tests/check/elements/videorate.c: (GST_START_TEST),
2093         (videorate_suite):
2094         Added check for videorate changing caps handling. Closes #421834.
2095
2096 2007-04-12  Michael Smith  <msmith@fluendo.com>
2097
2098         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2099           Use scale functions to avoid overflow when calculating duration of 
2100           vorbis buffers.
2101
2102 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2103
2104         * docs/libs/gst-plugins-base-libs-sections.txt:
2105         * gst-libs/gst/tag/tag.h:
2106         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2107           API: add gst_tag_freeform_string_to_utf8() (#405072).
2108
2109         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2110           Use gst_tag_freeform_string_to_utf8() here.
2111
2112 2007-04-12  Wim Taymans  <wim@fluendo.com>
2113
2114         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2115         (gst_gdp_pay_sink_event):
2116         Make sure we set the IN_CAPS flag correctly.
2117
2118         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2119         Get the IN_CAPS flag before we call functions that mess with the flags.
2120
2121 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2122
2123         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2124           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2125           Only stamp buffers with offset/offset_end right before they get
2126           pushed.  This ensures offset continuity, which was not the case
2127           before as shown by
2128           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2129
2130 2007-04-06  Wim Taymans  <wim@fluendo.com>
2131
2132         * gst/playback/gstplaybin.c: (add_sink),
2133         (gst_play_bin_change_state):
2134         Activate sync in playbin, we are ready to handle it for live streams.
2135
2136 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2137
2138         * tests/check/elements/playbin.c:
2139         (test_sink_usage_video_only_stream), (playbin_suite):
2140           Add small test for stream-info-value-array code paths.
2141
2142 2007-04-05  Wim Taymans  <wim@fluendo.com>
2143
2144         * gst-libs/gst/audio/gstbaseaudiosink.c:
2145         (gst_base_audio_sink_skew_slaving):
2146         Don't try to create invalid calibration parameters by making the
2147         internal time go backwards, instead make external time go forward.
2148
2149 2007-04-05  Wim Taymans  <wim@fluendo.com>
2150
2151         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2152
2153         * gst/playback/gstplaybasebin.c: (add_stream):
2154         Fix leak in add_stream(), when g_value_set_object() increases the
2155         refcount of streaminfo object. Fixes #426250.
2156
2157 2007-04-03  David Schleef  <ds@schleef.org>
2158
2159         * gst/videotestsrc/gstvideotestsrc.c:
2160         * gst/videotestsrc/gstvideotestsrc.h:
2161         * gst/videotestsrc/videotestsrc.c:
2162         * gst/videotestsrc/videotestsrc.h:
2163           Add a test pattern called "circular", which has concentric
2164           rings with varying radial frequency.  The main purpose of this
2165           pattern is to test fidelity loss in a filter or scaler element.
2166           Notably, this pattern is scale invariant, and is optimally viewed
2167           with a width (and height) of 400.
2168
2169 2007-04-03  Wim Taymans  <wim@fluendo.com>
2170
2171         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2172
2173         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2174         (deactivate_free_recursive):
2175         Decodebin2 doesn't unref pads it obtains in some occasions:
2176         - multiqueue src pads, when either connecting further or exposing
2177         - sink pads of new autoplugged elements
2178         - peer pads when recursively freeing elements
2179         Fixes #425455.
2180
2181 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2182
2183         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2184         Add audio/x-raw-float support, now that audioconvert support
2185         non-native endianness floats.
2186
2187 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2188
2189         * docs/libs/gst-plugins-base-libs-docs.sgml:
2190           gstreamer-plugins-base.pc doesn't exist, it's
2191           gstreamer-plugins-base-0.10.pc.
2192
2193 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2194
2195         Patch by: René Stadler <mail at renestadler dot de>
2196         with some minor changes
2197
2198         * gst-libs/gst/floatcast/floatcast.h:
2199         Use more efficient float endianness conversion functions that don't
2200         involve 2 function calls per value.
2201         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2202         (check_default), (audio_convert_prepare_context):
2203         * gst/audioconvert/gstaudioconvert.c:
2204         (gst_audio_convert_parse_caps), (make_lossless_changes):
2205         Support non-native endianness floats as input and output.
2206         Fixes #339838.
2207         * tests/check/elements/audioconvert.c: (verify_convert),
2208         (GST_START_TEST):
2209         Add unit tests for the non-native endianness float conversions.
2210
2211 2007-03-29  Wim Taymans  <wim@fluendo.com>
2212
2213         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2214         (gst_base_rtp_depayload_base_init),
2215         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2216         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2217         (gst_base_rtp_depayload_set_gst_timestamp),
2218         (gst_base_rtp_depayload_change_state),
2219         (gst_base_rtp_depayload_set_property),
2220         (gst_base_rtp_depayload_get_property):
2221         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2222         Add Private structure.
2223         Bring element code to 2007.
2224         Parse clock-base caps param and use it when generating the
2225         newsegment.
2226         Reset variables before going to PAUSED.
2227         Fix some docs.
2228
2229 2007-03-29  Wim Taymans  <wim@fluendo.com>
2230
2231         * docs/libs/gst-plugins-base-libs-docs.sgml:
2232         * docs/libs/gst-plugins-base-libs-sections.txt:
2233         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2234         (gst_base_rtp_audio_payload_get_adapter):
2235         Add RTCP docs.
2236         Fix some more docs.
2237
2238         * gst-libs/gst/rtp/Makefile.am:
2239         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2240         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2241         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2242         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2243         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2244         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2245         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2246         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2247         (gst_rtcp_packet_sr_get_sender_info),
2248         (gst_rtcp_packet_sr_set_sender_info),
2249         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2250         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2251         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2252         (gst_rtcp_packet_sdes_get_chunk_count),
2253         (gst_rtcp_packet_sdes_first_chunk),
2254         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2255         (gst_rtcp_packet_sdes_first_item),
2256         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2257         (gst_rtcp_packet_bye_get_ssrc_count),
2258         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2259         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2260         (gst_rtcp_packet_bye_get_reason_len),
2261         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2262         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2263         Add new helper object for parsing and creating RTCP messages.
2264
2265 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2266
2267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2268         PCM samples with width=8 must be always unsigned, no matter what
2269         depth they have.
2270
2271 2007-03-29  Andy Wingo  <wingo@pobox.com>
2272
2273         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2274         perfect offsets also, not just timestamps.
2275
2276         * tests/check/elements/videorate.c (test_more): Test that given
2277         any incoming offsets, that videorate produces perfect offsets.
2278
2279 2007-03-29  Wim Taymans  <wim@fluendo.com>
2280
2281         * gst-libs/gst/riff/riff-ids.h:
2282         Add some more RIFF formats.
2283
2284 2007-03-29  Wim Taymans  <wim@fluendo.com>
2285
2286         * gst-libs/gst/rtp/gstrtpbuffer.c:
2287         (gst_rtp_buffer_default_clock_rate):
2288         * gst-libs/gst/rtp/gstrtpbuffer.h:
2289         Fix fixed payload names and docs.
2290         Added method to get the default clock rates of fixed payload types.
2291         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2292
2293 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2294
2295         * tests/check/pipelines/.cvsignore:
2296         Add new vorbisdec test to cvsignore.
2297
2298 2007-03-28  Wim Taymans  <wim@fluendo.com>
2299
2300         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2301         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2302         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2303         (gst_base_audio_sink_set_property),
2304         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2305         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2306         (gst_base_audio_sink_skew_slaving),
2307         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2308         (gst_base_audio_sink_async_play):
2309         * gst-libs/gst/audio/gstbaseaudiosink.h:
2310         Store private stuff in GstBaseAudioSinkPrivate.
2311         Add configurable clock slaving modes property.
2312         API:: GstBaseAudioSink::slave-method property
2313         Some more latency reporting tweaks.
2314         Added skew based clock slaving correction and make it the default until
2315         the resampling method is more robust.
2316
2317 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2318
2319         * gst/audioconvert/audioconvert.c:
2320         Add docs to the integer pack functions and implement proper
2321         rounding. Before we had rounding towards negative infinity, i.e.
2322         always the smaller number was taken. Now we use natural rounding,
2323         i.e. rounding to the nearest integer and to the one with the largest
2324         absolute value for X.5. The old rounding introduced some minor
2325         distortions. Fixes #420079
2326         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2327         Fix one unit test that assumed the old rounding and added unit tests
2328         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2329         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2330         rounding from signed int32 to signed/unsigned int16.
2331
2332 2007-03-27  Michael Smith  <msmith@fluendo.com>
2333
2334         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2335         (gst_audio_convert_transform_caps):
2336           Fix typo in debug line introduced recently, as pointed out on irc.
2337
2338 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2339
2340         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2341         * tests/check/libs/tag.c: (GST_START_TEST):
2342           Make sure we parse floating-point numbers in vorbis comments
2343           correctly with either '.' or ',' as separator, no matter what
2344           the current locale is. Add unit test for this too.
2345
2346 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2347
2348         Patch by: René Stadler  <mail at renestadler de>
2349
2350         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2351           When writing out floating-point numbers to vorbis comment tags, always
2352           use the same character as separator no matter what the current locale is
2353           (fixes #423051).
2354
2355         * tests/check/libs/tag.c: (GST_START_TEST):
2356           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2357
2358 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2359
2360         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2361           vorbis_handle_data_packet):
2362           Correctly set DURATION to generate a timestamp-continuous stream.
2363           One bug left at the end; see
2364           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2365         * tests/check/Makefile.am:
2366         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2367           Add a test to check this.  Without the above patch this test fails.
2368
2369 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2370
2371         * gst-libs/gst/rtp/Makefile.am:
2372         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2373
2374 2007-03-23  Michael Smith  <msmith@fluendo.com>
2375
2376         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2377         (gst_video_rate_reset), (gst_video_rate_chain):
2378           If videorate changes caps, we can no longer use the old buffer
2379           (which may have a different size, incompatible with our caps).
2380           So don't do that; just duplicate the new frame more times.
2381
2382 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2383
2384         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2385         Remove playbin's override of the set_clock vmethod. It's irrelevant
2386         after Wim's commit on the 19th.
2387
2388 2007-03-22  Wim Taymans  <wim@fluendo.com>
2389
2390         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2391         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2392         * ext/gnomevfs/gstgnomevfssrc.h:
2393         Don't cache file sizes. Fixes #341078.
2394
2395 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2396
2397         * gst/playback/gstplaybin.c: (add_sink):
2398           Use GST_PTR_FORMAT to log caps. 
2399
2400 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2401
2402         Patch by: Young-Ho Cha <ganadist at chollian net>
2403
2404         * gst/subparse/samiparse.c: (handle_start_font):
2405           Special-case some more colour names that pango doesn't handle by
2406           default. Fixes #420578.
2407
2408 2007-03-20  Michael Smith  <msmith@fluendo.com>
2409
2410         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2411           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2412           that marks EOS internally. After that, libvorbis will buffer all
2413           input data, and encode none of it, eventually leading to memory
2414           exhaustion.
2415
2416 2007-03-19  Wim Taymans  <wim@fluendo.com>
2417
2418         * gst/playback/gstdecodebin.c: (remove_fakesink):
2419         Don't post STATE_DIRTY anymore.
2420
2421         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2422         (gst_play_bin_change_state):
2423         Remove stream_time reset in seek handling, core does that now.
2424         Disable clocking for live pipelines by forcing a NULL clock to the
2425         complete pipeline, core is too smart now for our previous hack.
2426         We can always autoplug in PAUSED now.
2427
2428 2007-03-17  David Schleef  <ds@schleef.org>
2429
2430         * REQUIREMENTS:  Update this file, change the formatting to make
2431         it more consistent, plus more machine readable.
2432
2433 2007-03-16  Michael Smith  <msmith@fluendo.com>
2434
2435         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2436         (strip_width_64), (append_with_other_format):
2437           Previous fix was too simplistic, and broke the tests. Use a better
2438           approach; only strip 64 from widths for integer audio.
2439
2440 2007-03-16  Michael Smith  <msmith@fluendo.com>
2441
2442         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2443         (gst_audio_convert_transform_caps):
2444           We don't support 64 bit integer audio, so don't try to claim we can.
2445           Stops us producing caps don't match our template caps.
2446           Update comments.
2447
2448 2007-03-15  Michael Smith  <msmith@fluendo.com>
2449
2450         * gst/audioresample/gstaudioresample.c:
2451         (audioresample_check_discont), (audioresample_transform):
2452           Don't trigger discontinuities for very small imperfections; a filter
2453           flush will sound bad, and many plugins have rounding errors leading
2454           to these.
2455
2456 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2457
2458         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
2459
2460         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2461         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2462         API: add "min-ptime" property to RTP base audio payloader.
2463         API: add gst_base_rtp_audio_payload_push().
2464         API: add gst_base_rtp_audio_payload_get_adapter().
2465         Fixes #415001
2466         Indentation/whitespace/documentation fixes.
2467
2468 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2469
2470         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2471         (audioresample_transform_size), (audioresample_do_output),
2472         (audioresample_transform), (audioresample_pushthrough): Handle
2473         discontinuous streams.
2474         * gst/audioresample/gstaudioresample.h:
2475         * tests/check/elements/audioresample.c:
2476         (test_discont_stream_instance), (GST_START_TEST),
2477         (audioresample_suite): Add a test for discontinuous streams.
2478         * win32/common/config.h: Updated.
2479
2480 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2481
2482         * po/af.po:
2483         * po/az.po:
2484         * po/cs.po:
2485         * po/en_GB.po:
2486         * po/it.po:
2487         * po/nb.po:
2488         * po/nl.po:
2489         * po/or.po:
2490         * po/sq.po:
2491         * po/sr.po:
2492         * po/sv.po:
2493         * po/uk.po:
2494         * po/vi.po:
2495           Update translations from translation project.
2496
2497 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2498
2499         * gst/audioresample/debug.h:
2500         * gst/audioresample/resample.c: (resample_init):
2501           Since I really am not interested in a debug line for each sample
2502           being processed, move the library's debugging to its own category,
2503           libaudioresample
2504
2505 2007-03-13  Michael Smith  <msmith@fluendo.com>
2506
2507         * ext/theora/theoradec.c: (theora_handle_type_packet):
2508           Since the plugin doesn't support anything other than 4:2:0 right
2509           now, post an error and fail if we get something else. Won't matter
2510           until libtheora supports the other pixel formats, but hopefully
2511           that'll be soon...
2512
2513 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2514
2515         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2516         Use gst_guint64_to_gdouble for conversion.
2517         * win32/MANIFEST:
2518         Add new files to the win32 MANIFEST.
2519         * win32/common/libgstaudio.def:
2520         * win32/common/libgstpbutils.def:
2521         Add new exported functions.
2522         * win32/vs6/gst_plugins_base.dsw:
2523         * win32/vs6/libgstdecodebin.dsp:
2524         * win32/vs6/libgstplaybin.dsp:
2525         Change the link to libgstpbutils.lib.
2526         * win32/vs6/libgstdecodebin2.dsp:
2527         Add a new project for decodebin2.
2528         * win32/vs6/libgstpbutils.dsp:
2529         Add a new project for pbutils.
2530
2531 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2532
2533         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2534           Also accept partial dates with only year and month,
2535           like 1999-12-00 (fixes #410396 even more).
2536
2537         * tests/check/libs/tag.c: (GST_START_TEST):
2538           Add unit test for the above.
2539
2540 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2541
2542         * tests/check/elements/subparse.c: (GST_START_TEST),
2543         (subparse_suite):
2544           Add unit test for MPL2 subtitle format (#413799).
2545
2546 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2547
2548         Patch by: Kamil Pawlowski  <kamilpe gmail com>
2549
2550         * gst/subparse/Makefile.am:
2551         * gst/subparse/gstsubparse.c:
2552         (gst_sub_parse_data_format_autodetect),
2553         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
2554         (gst_subparse_type_find):
2555         * gst/subparse/gstsubparse.h:
2556         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
2557         * gst/subparse/mpl2parse.h:
2558           Add support for MPL2 subtitle format (#413799).
2559
2560 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2561
2562         * configure.ac:
2563           We require core CVS for the new buffer metadata copy functions.
2564
2565 2007-03-09  Wim Taymans  <wim@fluendo.com>
2566
2567         * gst-libs/gst/tag/gstid3tag.c:
2568         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2569         Fixes #414496.
2570
2571         Patch by: Alex Lancaster <alexl at users sourceforge net>
2572
2573 2007-03-09  Wim Taymans  <wim@fluendo.com>
2574
2575         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
2576         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
2577         Improve adapter usage and comments.
2578
2579 2007-03-09  Wim Taymans  <wim@fluendo.com>
2580
2581         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2582         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
2583         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
2584         Use new metadata copy function.
2585
2586         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2587         (gst_ffmpegcsp_transform):
2588         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2589         Basetransform copied the metadata for us.
2590
2591 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2592
2593         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2594         (gst_text_overlay_video_event):
2595           Some more logging. Only accept newsegment events in TIME format and
2596           send a WARNING message if they are not in TIME format.
2597
2598         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2599         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
2600         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
2601         * gst/subparse/gstsubparse.h:
2602           No need to allocate GstSegment structure dynamically, just put it
2603           into the instance structure; ignore newsegment events in BYTE
2604           format and in particular don't let it overwrite our saved TIME
2605           segment from the last seek.
2606
2607 2007-03-09  Michael Smith  <msmith@fluendo.com>
2608
2609         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
2610           Replace AC3 typefinder with one that isn't terrible, and actually
2611           works usefully.
2612
2613 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2614
2615         * gst/audioconvert/gstaudioconvert.c:
2616         (gst_audio_convert_transform):
2617           fix error category and translatable string
2618           
2619
2620 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2621
2622         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2623         * pkgconfig/gstreamer-plugins-base.pc.in:
2624           Fix up utils => pbutils here too.
2625
2626 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2627
2628         * gst/subparse/gstsubparse.c: (handle_buffer):
2629           Break out of loop in chain function as soon as possible if we get
2630           a non-OK flow return.
2631
2632 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2633
2634         * tests/check/elements/alsa.c: (GST_START_TEST):
2635         Unref the mixer if the state change fails too (if the
2636         alsa devices are inaccessible, for example)
2637
2638 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2639
2640         * tests/check/Makefile.am:
2641         Don't test libvisual elements in the states check, because libvisual
2642         seems to leak internally.
2643
2644         Re-enable the alsa and states tests now that there's new suppressions
2645         in gst.supp.
2646
2647         * tests/check/elements/alsa.c: (GST_START_TEST):
2648         Don't leak the alsamixer we instantiated.
2649
2650 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2651
2652         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
2653         (gst_ximagesink_change_state), (gst_ximagesink_reset),
2654         (gst_ximagesink_finalize):
2655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
2656         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
2657         Move some cleanup stuff from the state change handler into a _reset()
2658         function that can be called from _finalize(). This ensures that things
2659         get freed even if (for some reason) the NULL->READY state transition
2660         fails in the parent class.
2661         Even if a parent state change fails, process our downward state change
2662         logic instead of bailing out early.
2663         Free the correct xcontext pointer in ximagesink's xcontext_clear.
2664
2665 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2666
2667         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2668         Extra log line.
2669
2670         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
2671         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
2672         Use pango_font_description_set_family_static instead of 
2673         pango_font_description_set_family to save a string copy (it was
2674         leaking due to the strdup anyway)
2675
2676         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
2677         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
2678         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
2679         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
2680         Chain up in finalize.
2681
2682 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2683
2684         * gst-libs/gst/interfaces/mixertrack.c:
2685         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2686         (gst_mixer_track_set_property):
2687           API: add "untranslated-label" property which should be set by
2688           implementations at construct time (#414645).
2689
2690         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2691         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2692           Set "untranslated-label" when constructing mixer track objects.
2693
2694         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
2695           Unit test to check the above.
2696
2697 2007-03-07  Wim Taymans  <wim@fluendo.com>
2698
2699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
2700         Fix confusing debug message.
2701
2702 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2703
2704         * gst-plugins-base.doap:
2705         update doap file with new version
2706
2707 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2708
2709         * configure.ac:
2710         Back to CVS
2711
2712 === release 0.10.12 ===
2713
2714 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
2715
2716         * configure.ac:
2717           releasing 0.10.12, "Zombie Horde"
2718
2719 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
2720
2721         * configure.ac:
2722         Bump version to 0.10.11.4 pre-release
2723
2724 2007-03-06  Wim Taymans  <wim@fluendo.com>
2725
2726         * gst-libs/gst/audio/gstbaseaudiosink.c:
2727         (gst_base_audio_sink_async_play):
2728         Fix regression that made GStreamer skip the first samples of audio.
2729         Fixes #414684.
2730
2731 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
2732
2733         * configure.ac:
2734         Bump version to 0.10.11.3 pre-release
2735
2736 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
2737
2738         * po/POTFILES.in:
2739           Update paths for the rename from utils to pbutils to fix the build.
2740
2741 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2742
2743         * gst-libs/gst/pbutils/Makefile.am:
2744           Change directory to install headers in from gst/utils to gst/pbutils
2745           as well.
2746
2747 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2748
2749         * configure.ac:
2750         * docs/libs/gst-plugins-base-libs-docs.sgml:
2751         * docs/libs/gst-plugins-base-libs-sections.txt:
2752         * gst-libs/gst/Makefile.am:
2753         * gst-libs/gst/interfaces/mixer.c:
2754         * gst-libs/gst/pbutils/Makefile.am:
2755         * gst-libs/gst/pbutils/descriptions.c:
2756         (gst_pb_utils_get_source_description),
2757         (gst_pb_utils_get_sink_description),
2758         (gst_pb_utils_get_decoder_description),
2759         (gst_pb_utils_get_encoder_description),
2760         (gst_pb_utils_get_element_description),
2761         (gst_pb_utils_add_codec_description_to_tag_list),
2762         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
2763         * gst-libs/gst/pbutils/descriptions.h:
2764         * gst-libs/gst/pbutils/install-plugins.c:
2765         * gst-libs/gst/pbutils/install-plugins.h:
2766         * gst-libs/gst/pbutils/missing-plugins.c:
2767         (gst_missing_uri_source_message_new),
2768         (gst_missing_uri_sink_message_new),
2769         (gst_missing_element_message_new),
2770         (gst_missing_decoder_message_new),
2771         (gst_missing_encoder_message_new),
2772         (gst_missing_plugin_message_get_description):
2773         * gst-libs/gst/pbutils/missing-plugins.h:
2774         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
2775         * gst-libs/gst/pbutils/pbutils.h:
2776         * gst-libs/gst/utils/Makefile.am:
2777         * gst-libs/gst/utils/base-utils.c:
2778         * gst-libs/gst/utils/base-utils.h:
2779         * gst-libs/gst/utils/descriptions.c:
2780         * gst-libs/gst/utils/descriptions.h:
2781         * gst-libs/gst/utils/install-plugins.c:
2782         * gst-libs/gst/utils/install-plugins.h:
2783         * gst-libs/gst/utils/missing-plugins.c:
2784         * gst-libs/gst/utils/missing-plugins.h:
2785         * gst-plugins-base.spec.in:
2786         * gst/playback/Makefile.am:
2787         * gst/playback/gstdecodebin.c:
2788         * gst/playback/gstdecodebin2.c:
2789         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2790         (gen_source_element):
2791         * gst/playback/gstplaybin.c: (plugin_init):
2792         * tests/check/Makefile.am:
2793         * tests/check/libs/pbutils.c: (GST_START_TEST),
2794         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
2795         * tests/check/libs/utils.c:
2796           rename utils to pbutils
2797
2798 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
2799
2800         * docs/plugins/Makefile.am:
2801         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2802         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2803         * docs/plugins/inspect/plugin-decodebin2.xml:
2804         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2805         Add documentation for decodebin2 that indicates that the API
2806         is still unstable.
2807
2808 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
2809
2810         * configure.ac:
2811         Update to 0.10.11.2 (0.10.12 pre-release)
2812
2813 2007-03-01  Wim Taymans  <wim@fluendo.com>
2814
2815         * gst-libs/gst/audio/gstbaseaudiosink.c:
2816         (gst_base_audio_sink_async_play):
2817         base time is irrelevant here.
2818
2819 2007-03-01  Wim Taymans  <wim@fluendo.com>
2820
2821         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2822         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2823         Improve debugging.
2824
2825         * gst-libs/gst/audio/gstbaseaudiosink.c:
2826         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
2827         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2828         Improve latency and clock slaving calculations.
2829         Improve slave clock calibration.
2830
2831         * gst-libs/gst/audio/gstringbuffer.c:
2832         (gst_ring_buffer_commit_full):
2833         When we are asked to render N sample to 0 bytes, return N.
2834
2835 2007-03-01  Wim Taymans  <wim@fluendo.com>
2836
2837         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2838         (gst_alsasink_write), (gst_alsasink_reset):
2839         * ext/alsa/gstalsasink.h:
2840         Remove unused dispose function.
2841         Rename lock to not interfere with alsasrc lock.
2842
2843         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
2844         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
2845         (gst_alsasrc_read), (gst_alsasrc_reset):
2846         * ext/alsa/gstalsasrc.h:
2847         Implement finalize function.
2848         Use lock to protect alsa access.
2849         Implement _reset.
2850         Fine tune sw params.
2851
2852 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2853
2854         * configure.ac:
2855           Convert to new AG_GST style.
2856
2857 2007-02-28  Wim Taymans  <wim@fluendo.com>
2858
2859         Patch by: Ed Catmur <ed at catmur dot co dot uk>
2860
2861         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
2862         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
2863         Fix race condition when rapidly switching visualisations in playbin.
2864         Fixes #401029.
2865
2866 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
2867
2868         * tests/check/Makefile.am:
2869         Include local stuff before system installed things in LDFLAGS and
2870         CFLAGS.
2871
2872 2007-02-28  Wim Taymans  <wim@fluendo.com>
2873
2874         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
2875         Improve debugging.
2876
2877 2007-02-28  Wim Taymans  <wim@fluendo.com>
2878
2879         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2880         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
2881         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2882         Fix duration and timestamping, taking latency into account.
2883         Implement latency query.
2884
2885 2007-02-28  Wim Taymans  <wim@fluendo.com>
2886
2887         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2888         (gst_audio_clock_new):
2889         Fix clock name.
2890
2891         * gst-libs/gst/audio/gstbaseaudiosink.c:
2892         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
2893         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2894         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
2895         (gst_base_audio_src_create):
2896         Improve latency query code.
2897         Use proper clock names.
2898
2899 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2900
2901         * tests/check/generic/states.c: (GST_START_TEST):
2902           Copy the states.c test from core again
2903         * tests/check/Makefile.am:
2904           ignore cdio and cdparanoiasrc
2905
2906 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2907
2908         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2909         (double_hq), (audio_convert_get_func_index), (check_default),
2910         (audio_convert_prepare_context), (audio_convert_convert):
2911           Also make valgrind happy and avoid copying data in some cases.
2912
2913 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2914
2915         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2916         (double_hq), (audio_convert_get_func_index),
2917         (audio_convert_prepare_context), (audio_convert_convert):
2918         * gst/audioconvert/gstaudioconvert.c:
2919         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
2920         (gst_audio_convert_transform_caps):
2921         * tests/check/elements/audioconvert.c: (GST_START_TEST),
2922         (audioconvert_suite):
2923           Don't run inplace if that overwrites source data as we go. Add more
2924           tests. Fixes #339837 even more.
2925
2926 2007-02-27  Julien MOUTTE  <julien@moutte.net>
2927
2928         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
2929         (msg_segment_done): Fix various seeking bugs (Slider was not
2930         updating when doing a non flushing seek, Reverse playback 
2931         on segment seek was wrong).
2932
2933 2007-02-26  Wim Taymans  <wim@fluendo.com>
2934
2935         * tests/examples/seek/seek.c: (stop_seek):
2936         When we stop scrubbing, don't leave the pipeline PLAYING when we
2937         requested a PAUSED state.
2938
2939 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
2940
2941         Patch by: René Stadler <mail at renestadler de>
2942
2943         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2944           Parse date strings in vorbis comments that have an invalid (zero)
2945           month or day (#410396).
2946
2947         * tests/check/libs/tag.c: (GST_START_TEST):
2948           Test case for the above.
2949
2950 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2951
2952         Patch by: Loïc Minier <lool+gnome at via ecp fr>
2953
2954         * configure.ac:
2955         * ext/alsa/Makefile.am:
2956         * gst/audiotestsrc/Makefile.am:
2957           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
2958
2959 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2960
2961         * gst/playback/gstplaybin.c:
2962           Improve docs: point out that the application needs to assist playbin
2963           with buffering.
2964
2965 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2966
2967         * gst-libs/gst/utils/install-plugins.c:
2968         * gst-libs/gst/utils/missing-plugins.c:
2969         * tests/check/libs/utils.c: (missing_msg_check_getters):
2970           Change GStreamer marker prefix in detail string from 'gstreamer.net'
2971           to just 'gstreamer'. Document the caps string component of the
2972           decoder/encoder detail a bit better, since not everyone will be
2973           familiar with the GStreamer media type/caps system (but they better
2974           enjoy nested itemized lists).
2975
2976 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
2977
2978         * gst-libs/gst/netbuffer/gstnetbuffer.c:
2979         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
2980           Fix copying of GstNetBuffer (would crash before, or at least lead to
2981           invalid memory access, #410772), for now by copying the GstBuffer copy
2982           code from the core over here so we can copy the GstBuffer fields on a
2983           provided buffer instance (of type GstNetBuffer in this case). Would be
2984           better to fix this with some support by the core though (and in the long
2985           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
2986
2987         * tests/check/Makefile.am:
2988           Enable unit test for GstNetBuffer.
2989
2990 2007-02-22  Andy Wingo  <wingo@pobox.com>
2991
2992         * gst-libs/gst/audio/gstbaseaudiosink.c
2993         (gst_base_audio_sink_init): Disable pull-mode activation until we
2994         figure out how to make audio sinks go to PLAYING.
2995
2996 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
2997
2998         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2999         (double_hq), (audio_convert_get_func_index),
3000         (audio_convert_prepare_context), (audio_convert_convert):
3001         * gst/audioconvert/audioconvert.h:
3002         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
3003         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
3004         * gst/audioconvert/gstchannelmix.h:
3005         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3006           Add float as an intermediate format, as well as float mixing. Enable
3007           test that was failing before. Fixes #339837
3008
3009 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3010
3011         * tests/examples/seek/seek.c: (do_seek):
3012         Undo the previous commit: -1 as a stop time implies that the stop
3013         time is the end of file, clearing any previously configured segment.
3014
3015 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3016
3017         * tests/examples/seek/seek.c: (do_seek):
3018         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3019
3020 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3021
3022         * gst/volume/gstvolume.c: (volume_process_int16),
3023         (volume_process_int16_clamp), (volume_set_caps):
3024           Unbreak volume, value remains gint.
3025
3026 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3027
3028         * gst/volume/gstvolume.c: (volume_choose_func),
3029         (volume_update_real_volume), (gst_volume_set_volume),
3030         (gst_volume_init), (volume_process_double), (volume_process_float),
3031         (volume_process_int16), (volume_process_int16_clamp),
3032         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3033         * gst/volume/gstvolume.h:
3034           Extend float audio support (double) and some int->uint cleanups.
3035
3036 2007-02-20  Edward Hervey  <edward@fluendo.com>
3037
3038         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3039         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3040         (sort_end_pads), (gst_decode_group_expose),
3041         (gst_decode_group_hide):
3042         Don't free groups from the streaming threads. Just put them aside and
3043         free them in dispose.
3044
3045 2007-02-20  Edward Hervey  <edward@fluendo.com>
3046
3047         * gst/playback/gstdecodebin2.c: (connect_element),
3048         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3049         (sort_end_pads), (gst_decode_group_expose):
3050         Handle dynamic pads within groups.
3051         Sort pads before exposing them in order to make playbin happy.
3052         There still is a race with the multiqueue filling up. This should be
3053         solved separately.
3054         Fixes #398721
3055
3056 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3057
3058         * gst-libs/gst/utils/base-utils.c:
3059         * gst-libs/gst/utils/descriptions.c:
3060         * gst-libs/gst/utils/install-plugins.c:
3061         * gst-libs/gst/utils/missing-plugins.c:
3062           Some more docs (and descriptions for two subtitle formats).
3063
3064 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3065
3066         * gst-libs/gst/audio/audio.c:
3067           Fix documentation.
3068
3069 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3070
3071         Patch by: Yves Lefebvre  <ivanohe abacom com>
3072
3073         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3074           Don't leak caps. Fixes #408278.
3075
3076 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3077
3078         * ext/cdparanoia/gstcdparanoiasrc.h:
3079         * ext/ogg/gstoggdemux.h:
3080         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3081         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3082         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3083         * gst-libs/gst/audio/audio.h:
3084         * gst-libs/gst/audio/gstaudiofilter.h:
3085         * gst-libs/gst/interfaces/videoorientation.h:
3086         * gst/adder/gstadder.h:
3087           More docs coverage and some ChangeLog surgery (add missing names)
3088
3089 2007-02-15  Wim Taymans  <wim@fluendo.com>
3090
3091         * sys/ximage/ximagesink.c:
3092         (gst_ximagesink_calculate_pixel_aspect_ratio):
3093         * sys/xvimage/xvimagesink.c:
3094         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3095         Small constifications.
3096
3097 2007-02-15  Wim Taymans  <wim@fluendo.com>
3098
3099         * gst-libs/gst/audio/gstbaseaudiosink.c:
3100         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3101         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3102         (gst_base_audio_sink_async_play),
3103         (gst_base_audio_sink_change_state):
3104         Answer latency query.
3105         Use configured latency when syncing.
3106         Fix clock slaving.
3107
3108         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3109         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3110         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3111         Fix possible memleak.
3112         Implement latency query.
3113         Small cleanups.
3114
3115 2007-02-15  Wim Taymans  <wim@fluendo.com>
3116
3117         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3118         Ignore errors in reset, these are not fatal. They also grab the element
3119         lock which is already taking when this function is called. Fixes
3120         #405451.
3121
3122 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3123
3124         * configure.ac:
3125           Remove 'tests/examples/xerror/Makefile' from output files again.
3126
3127 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3128
3129         * configure.ac:
3130         * docs/plugins/Makefile.am:
3131           Also crossref against gst-plugins-base-libs.
3132
3133 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3134
3135         * configure.ac:
3136         * docs/libs/Makefile.am:
3137         * docs/plugins/Makefile.am:
3138           Add crossreferences to glib/gobject/gstream docs.
3139
3140         * gst-libs/gst/audio/audio.h:
3141           Source formatting.
3142
3143         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3144           Add own debug category.
3145
3146 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3147
3148         Patch by: René Stadler <mail at renestadler de>
3149
3150         * gst-libs/gst/tag/gstvorbistag.c:
3151           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3152           (#403597).
3153
3154 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3155
3156         * gst/playback/gstplaybasebin.c: (setup_source):
3157           When we have external subtitles and wait for the subtitle decodebin
3158           to get up and running, we set up a (sync) bus handler for the
3159           subtitle decodebin, so we can stop waiting when it posts an error
3160           message. However, we should do that before we set the subtitle
3161           decodebin's state to playing, otherwise things are racy and we might
3162           miss error messages posted before we had a chance to set up the bus.
3163           This should finally fix totem hanging on .txt pseudo-subtitle files.
3164           
3165 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3166
3167         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3168           Use gst_gdouble_to_guint64 for conversions.
3169         * win32/common/config.h.in:
3170           Add a define for GST_INSTALL_PLUGINS_HELPER
3171         * win32/common/libgstaudio.def:
3172         * win32/common/libgstcdda.def:
3173         * win32/common/libgstnetbuffer.def:
3174         * win32/common/libgstrtp.def:
3175         * win32/common/libgutils.def:
3176           Add new exported functions.
3177         * win32/vs6/gst_plugins_base.dsw:
3178         * win32/vs6/libgstdecodebin.dsp:
3179         * win32/vs6/libgstnetbuffer.dsp:
3180         * win32/vs6/libgstplaybin.dsp:
3181         * win32/vs6/libgstrtp.dsp:
3182         * win32/vs6/libgstvorbis.dsp:
3183         * win32/vs6/libgstcdda.dsp:
3184         * win32/vs6/libgstgdp.dsp:
3185         * win32/vs6/libgstutils.dsp:
3186           Update and add new project files.
3187
3188 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3189
3190         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3191         (subrip_remove_unhandled_tags), (parse_subrip):
3192           For SubRip (.srt) subtitles, ignore all markup tags we don't
3193           handle (like font tags, for example).
3194
3195         * tests/check/elements/subparse.c:
3196           Add test for this.
3197
3198 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3199
3200         * gst/playback/gstdecodebin.c: (add_fakesink),
3201         (gst_decode_bin_change_state):
3202         * gst/playback/gstdecodebin2.c: (add_fakesink),
3203         (gst_decode_bin_change_state):
3204           Don't error out if there is no fakesink in the NULL to READY state
3205           change, since when decodebin is re-used, we're only adding the
3206           fakesink element in READY to PAUSED.
3207
3208         * tests/check/elements/decodebin.c:
3209         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3210         (decodebin_suite):
3211           Minimal unit test to make sure we can use the same decodebin
3212           instance twice (at least with audiotestsrc input).
3213
3214 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3215
3216         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3217           Try to get devic-name from device string first, and from handle only
3218           as fallback (seems to yield better results and is more robust
3219           against buggy probing code on the application side).
3220
3221 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3222
3223         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3224
3225         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3226         (gst_alsa_find_device_name):
3227         * ext/alsa/gstalsa.h:
3228         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3229         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3230           Improve device-name detection a bit, especially in the case where
3231           the device is not actually open (#405020, #405024). Move common code
3232           into gstalsa.c instead of duplicating it.
3233
3234 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3235
3236         * gst/audioconvert/gstaudioconvert.c:
3237           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3238
3239 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3240
3241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3242         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3243         (gst_xvimagesink_interface_supported),
3244         (gst_xvimagesink_probe_get_properties),
3245         (gst_xvimagesink_probe_probe_property),
3246         (gst_xvimagesink_probe_needs_probe),
3247         (gst_xvimagesink_probe_get_values),
3248         (gst_xvimagesink_property_probe_interface_init),
3249         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3250         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3251         (gst_xvimagesink_get_type):
3252         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3253         for XVAdaptors so that one can choose the adaptor to use with 
3254         gstreamer-properties.
3255
3256 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3257
3258         * gst/audioconvert/gstaudioconvert.c:
3259           Also mention that a conversion from double to float is suboptimal still.
3260
3261 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3262
3263         * gst-libs/gst/audio/gstaudiofilter.c:
3264         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3265           Clear our formats structure and free the caps contained in it when
3266           shutting down.
3267
3268 2007-02-05  Andy Wingo  <wingo@pobox.com>
3269
3270         * gst-libs/gst/audio/gstbaseaudiosink.c
3271         (gst_base_audio_sink_callback): Update basesink->offset so that we
3272         pull monotonically increasing offsets instead of, um, seeking back
3273         to 0 each time. Fixes alsasrc ! alsasink!
3274
3275 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3276
3277         * gst/videoscale/gstvideoscale.c:
3278           A width and height of 1 makes us crash, so increase minimum size to
3279           2x2 pixels until someone feels like fixing this (#404512).
3280
3281 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3282
3283         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3284           Add small test to make sure request pads are cleaned up properly
3285           even if oggmux never changes state out of NULL.
3286
3287 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3288
3289         * tests/check/libs/utils.c: (GST_START_TEST):
3290           Fix unit test. Turns out things work much better when you
3291           NULL-terminate string arrays. Should make p5 build bot happy again.
3292
3293 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3294
3295         * gst-libs/gst/audio/Makefile.am:
3296         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3297         (gst_audio_filter_template_base_init),
3298         (gst_audio_filter_template_class_init),
3299         (gst_audio_filter_template_init),
3300         (gst_audio_filter_template_set_property),
3301         (gst_audio_filter_template_get_property),
3302         (gst_audio_filter_template_setup),
3303         (gst_audio_filter_template_filter),
3304         (gst_audio_filter_template_filter_inplace), (plugin_init):
3305           Oops, forgot to commit fixed-up example.
3306
3307 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3308
3309         * docs/libs/gst-plugins-base-libs-sections.txt:
3310         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3311         (gst_audio_filter_class_init), (gst_audio_filter_init),
3312         (gst_audio_filter_set_caps),
3313         (gst_audio_filter_class_add_pad_templates):
3314         * gst-libs/gst/audio/gstaudiofilter.h:
3315           Port GstAudioFilter to 0.10. This change technically breaks
3316           API and ABI (and thus also every library developer's heart),
3317           but seems justifiable on the grounds that the base class was
3318           completely unusable before (ie. would crash immediately when
3319           actually used). Fixes #403963 (and eventually also #403572).
3320           Also document all of this a bit.
3321
3322 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3323
3324         * gst-libs/gst/utils/install-plugins.c:
3325         (gst_install_plugins_spawn_child):
3326         * tests/check/libs/utils.c:
3327         (test_base_utils_install_plugins_do_callout):
3328           Lowering log level to see why things fail on the p5 build bot;
3329           fix some typos in unit test messages.
3330
3331 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3332
3333         * tests/check/libs/utils.c:
3334         (test_base_utils_install_plugins_do_callout):
3335           Don't hard-code temp directory for test helper; use GLib functions
3336           to write out file and do error checking etc.
3337
3338 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3339
3340         * gst-libs/gst/utils/Makefile.am:
3341         * gst-libs/gst/utils/base-utils.h:
3342         * gst-libs/gst/utils/install-plugins.c:
3343         (gst_install_plugins_context_set_xid),
3344         (gst_install_plugins_context_new),
3345         (gst_install_plugins_context_free),
3346         (gst_install_plugins_get_helper),
3347         (gst_install_plugins_spawn_child),
3348         (gst_install_plugins_return_from_status),
3349         (gst_install_plugins_installer_exited),
3350         (gst_install_plugins_async), (gst_install_plugins_sync),
3351         (gst_install_plugins_return_get_name),
3352         (gst_install_plugins_installation_in_progress):
3353         * gst-libs/gst/utils/install-plugins.h:
3354           API: add API for applications to initiate installation of missing
3355           plugins, ie. gst_install_plugins_async() primarily.
3356           Based on libgimme-codec by Ryan Lortie.
3357
3358         * configure.ac:
3359           Add --with-install-plugins-helper configure option so distros can specify
3360           the path of the helper script or program to call when plugin installation
3361           is requested (distros: please do any argument munging in this helper
3362           script instead of patching GStreamer to pass arguments differently
3363           to another program directly).
3364
3365         * docs/libs/gst-plugins-base-libs-docs.sgml:
3366         * docs/libs/gst-plugins-base-libs-sections.txt:
3367           Build and document new API.
3368
3369         * tests/check/libs/utils.c: (result_cb),
3370         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3371         (libgstbaseutils_suite):
3372           Some simple checks for the new API.
3373
3374 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3375
3376         * tests/check/elements/audioconvert.c: (test_float_conversion):
3377           Add small test for 32bit float <=> 64bit float conversion (works
3378           only one way so far, 32=>64 produces structured noise).
3379
3380 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3381
3382         * gst/audioconvert/gstaudioconvert.c:
3383         (set_structure_widths_32_and_64), (make_lossless_changes):
3384           We don't support floats with a width of 40, 48 or 56 bits.
3385
3386 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3387
3388         * gst/audioconvert/audioconvert.c: (float), (double),
3389         (audio_convert_get_func_index):
3390         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3391         (make_lossless_changes):
3392           Support for 64-bit float audio in audioconvert (#339837)
3393
3394 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3395
3396         Patch by: Holger Wansing  <linux wansing-online de>
3397
3398         * po/LINGUAS:
3399         * po/de.po:
3400           Add German translation (#352069).
3401
3402 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3403
3404         reviewed by: Wim Taymans <wim@fluendo.com>
3405
3406         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3407         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3408         Use newly added GstCollectPads API to free the allocated resources in
3409         the GstOggPad structures (#402393).
3410
3411 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3412
3413         * gst/playback/gstplaybin.c: (gen_vis_element):
3414           Add audioresample+audioconvert in front of the visualisation
3415           element, so that elements like libvisual 0.4 that don't support all
3416           samplerates can work.
3417
3418           Fixes: #402505
3419
3420 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3421
3422         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3423         (gst_play_base_bin_get_streaminfo_value_array):
3424           Take some locks and make a copy of the streaminfo value array we
3425           maintain while holding the lock, so that the application can
3426           retrieve the stream-info as a value array in a thread-safe way.
3427
3428 2007-01-30  Wim Taymans  <wim@fluendo.com>
3429
3430         * gst/audioconvert/gstaudioconvert.c:
3431         Don't fail on 0 sized buffers. Fixes #396835.
3432
3433 2007-01-29  David Schleef  <ds@schleef.org>
3434
3435         * gst/typefind/gsttypefindfunctions.c:
3436           Detect BBCD as video/x-dirac, so we can play raw dirac
3437           streams.
3438
3439 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3440
3441         * ext/theora/theoraenc.c: (theora_enc_chain):
3442           Check return value of theora_encode_header(), or we might try to
3443           allocate a random number of bytes. theora_encode_header() can fail
3444           if libtheora has been compiled with encoding support disabled.
3445           Fixes #398110.
3446
3447 2007-01-29  Wim Taymans  <wim@fluendo.com>
3448
3449         * tests/check/gst/.cvsignore:
3450         Do as buildbot says.
3451
3452 2007-01-29  Wim Taymans  <wim@fluendo.com>
3453
3454         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3455         Fix strides in libvisual. Gst uses X strides.
3456         Inspired by: <ed at catmur dot co dot uk> and 
3457         <tim at centricular dot net>
3458         Fixes #401118.
3459
3460 2007-01-27  Wim Taymans  <wim@fluendo.com>
3461
3462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3463         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3464         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3465         (gst_ogg_demux_perform_seek),
3466         (gst_ogg_demux_bisect_forward_serialno),
3467         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3468         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3469         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3470         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3471         * ext/ogg/gstoggdemux.h:
3472         Properly propagate streaming errors when we are scanning the file for
3473         chains so that we don't crash when shut down. Might fix some crashers
3474         when quickly switching oggs in RB such as #332503 and #378436.
3475
3476 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3477
3478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3479           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3480           error code as well.
3481
3482 2007-01-25  Wim Taymans  <wim@fluendo.com>
3483
3484         * gst/playback/gstplaybasebin.c: (remove_source):
3485         Don't try to disconnect a signal from a finalized object.
3486
3487 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3488
3489         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3490           Cast lock macro parameters to make sure we're actually accessing the
3491           lock member at the right class level. Free list itself in _dispose()
3492           as well and NULL it in case dispose gets called multiple times.
3493
3494 2007-01-25  Edward Hervey  <edward@fluendo.com>
3495
3496         * gst/playback/gstdecodebin2.c:
3497         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3498         Free GstDecodeGroups no longer used.
3499         (gst_decode_group_expose):
3500         Don't unlock too many times !
3501         (deactivate_free_recursive):
3502         Free iterator once we're done with it.
3503         Fix for recursively deactivating elements (stop at ghostpads).
3504
3505 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3506
3507         * gst/playback/gstplaybin.c: (handoff):
3508           Fix up caps on the frame buffer before we save it and potentially
3509           make it accessible to other threads via g_object_get; also use
3510           gst_buffer_replace() instead of gst_mini_object_replace().
3511
3512 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3513
3514         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3515           Make getting the current frame thread-safe.
3516
3517 2007-01-25  Edward Hervey  <edward@fluendo.com>
3518
3519         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3520         (gst_decode_group_new), (gst_decode_group_free):
3521         Set queues to bigger sizes to cope with HD contents.
3522         Fix some mutex freeing and add comment about MT safe methods.
3523
3524 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3525
3526         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3527         (gst_text_overlay_text_event):
3528           Don't unnecessarily ref (and then leak) upstream events if the text
3529           pad is not linked. Fixes #399948.
3530
3531         * tests/check/gst-plugins-base.supp:
3532           Add suppression for pango on edgy/x86 for textoverlay test.
3533
3534 2007-01-24  Wim Taymans  <wim@fluendo.com>
3535
3536         * gst-libs/gst/rtp/gstrtpbuffer.h:
3537         Add some more fixed payloads.
3538
3539 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3540
3541         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3542           Error out properly if we get an error from libogg while reading the
3543           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
3544
3545 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3546
3547         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
3548           Don't leak mutex.
3549
3550         * tests/check/elements/playbin.c:
3551         (test_sink_usage_video_only_stream),
3552         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3553         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
3554         (test_missing_suburisource_handler),
3555         (test_missing_primary_decoder), (playbin_suite):
3556           Run all tests once with decodebin and once with decodebin2.
3557           One test does not pass yet with decodebin2.
3558
3559 2007-01-23  Edward Hervey  <edward@fluendo.com>
3560
3561         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
3562         Fix the cases where oggmux doesn't properly figure out that all
3563         sinkpads have gone EOS, and therefore doesn't push out the remaining
3564         buffers and the final EOS event.
3565         Fixes #363379
3566
3567 2007-01-23  Julien MOUTTE  <julien@moutte.net>
3568
3569         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3571         Don't lock on navigation event push, just on keysym to string.
3572         Fixes #397673 again.
3573
3574 2007-01-22  Edward Hervey  <edward@fluendo.com>
3575
3576         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3577         (get_current_group), (group_demuxer_event_probe),
3578         (gst_decode_group_expose), (deactivate_free_recursive),
3579         (gst_decode_group_free):
3580         Cleanups.
3581         Don't forget to emit 'no-more-pads' once a group is exposed.
3582         Cleanup elements from a DecodeGroup once we remove it.
3583         Protect call to gst_decode_group_expose() with the decodebin lock.
3584
3585 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3586
3587         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3589         Looking at Xorg code i can't figure out if that XKeysymToString
3590         function is thread sensible or not. Lock it just in case as
3591         recommended by Radek Doulik <rodo at ximian dot com>.
3592
3593 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3594
3595         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3597         Lock that X Call as well. Fixes #397673.
3598
3599 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3600
3601         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
3602           Don't go into an endless loop if the file starts with 00 00 01 2X,
3603           like quicktime redirect files might. Fixes #396042.
3604
3605         * tests/check/Makefile.am:
3606         * tests/check/gst/.cvsignore:
3607         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
3608         (typefindfunctions_suite):
3609           Add unit test for the above.
3610
3611 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3612
3613         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3614           On second thought, use "depth" field rather than "bpp" field.
3615
3616 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3617
3618         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3619           Camtasia caps apparently need a bpp field (#398875).
3620
3621 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3622
3623         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3624         (gen_source_element), (gst_play_base_bin_change_state):
3625           Attempt at a better error message in case we don't have the required
3626           URI handler installed; post missing-plugin message also when we're
3627           missing an URI handler for the subtitle URI; clean up properly also
3628           when an error occurs and we never made it to PAUSED state.
3629
3630         * tests/check/elements/playbin.c: (GST_START_TEST),
3631         (playbin_suite):
3632           Check that we're also getting a missing-plugin messsage for a
3633           missing subtitle URI handler (and clean up properly).
3634
3635 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3636
3637         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
3638           Plug a few reference leaks.
3639
3640 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3641
3642         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3643           Lower probability a bit if the marker isn't right at the start,
3644           to decrease the chance of false positives.
3645
3646 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3647
3648         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3649           Small mpeg2 system stream typefinding improvement: make typefinder
3650           probe a bit into the stream instead of just looking for a marker
3651           at the beginning. Fixes #397810.
3652
3653 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
3654
3655         * gst/audioconvert/gstchannelmix.c:
3656           Remove compatibility cruft for prehistoric GLib versions.
3657
3658 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
3659
3660         * gst/playback/Makefile.am:
3661         * gst/playback/gstdecodebin.c: (close_pad_link):
3662         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3663         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3664         (gst_play_base_bin_handle_message_func), (unknown_type):
3665           Let decodebin be the element to post missing-plugin messages for
3666           missing decoders (rather than playbin); make playbin implement
3667           GstBin::handle_message so we can suppress missing-plugin messages
3668           for types we're not handling on purpose (don't want to bring up an
3669           installer in those cases).
3670
3671 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3672
3673         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3674         * gst-libs/gst/tag/gstvorbistag.c:
3675         (gst_tag_list_to_vorbiscomment_buffer):
3676         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
3677           Fix potentially unaligned access (#397207).
3678
3679 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3680
3681         * tests/examples/seek/seek.c: (set_scale), (update_scale),
3682         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
3683         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
3684         (main):
3685           Allow to toggle looping while it plays. Fix callback prototype. Clean
3686           up code a bit more. Add copyright header.
3687
3688 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3689
3690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3691           Red and blue mask was swapped (spotted by Dan Williams).
3692
3693 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
3694
3695         * gst-libs/gst/tag/gstid3tag.c:
3696         * gst-libs/gst/tag/gstvorbistag.c:
3697           Use new beats-per-minute tag from core.
3698
3699 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
3700
3701         * po/POTFILES.in:
3702           Add new files with translatable strings, so they actually make it
3703           into the template file one day.
3704
3705 2007-01-12  Andy Wingo  <wingo@pobox.com>
3706
3707         * gst-libs/gst/audio/gstbaseaudiosink.c
3708         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
3709         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
3710         stuff, as the base class handles this now. Actually tell the ring
3711         buffer to start.
3712         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
3713         How did this work before? Maybe I'm not as awesome a programmer as
3714         I think.
3715
3716         * gst-libs/gst/audio/gstbaseaudiosrc.c
3717         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
3718         of a pad function.
3719
3720 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3721
3722         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
3723           Remove more fields so that the application can better blacklist
3724           formats that have been tried before.
3725
3726 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3727
3728         * gst-libs/gst/audio/mixerutils.h:
3729           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
3730           used when compiling with c++ compilers as well.
3731
3732 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3733
3734         * gst/typefind/gsttypefindfunctions.c:
3735           Fix comment.
3736
3737 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
3738
3739         * gst/playback/gstplaybin.c: (post_missing_element_message),
3740         (gen_video_element), (gen_text_element), (gen_audio_element),
3741         (gen_vis_element):
3742           Post missing-plugin messages also when we error out because
3743           converters, textoverlay or auto*sinks are missing (#161922).
3744
3745 2007-01-10  Wim Taymans  <wim@fluendo.com>
3746
3747         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
3748         (is_demuxer_element), (new_caps):
3749         * gst/playback/gstplaybasebin.c: (source_new_pad):
3750         Fix the case where we try to ref a NULL element when we delay a link
3751         because of unfixed caps.
3752         Set the state of autoplugged decodebins to PAUSED.
3753         RTSP now works in playbin, we can remove it from the blacklist.
3754
3755 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3756
3757         * gst/playback/Makefile.am:
3758         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
3759         (unknown_type), (setup_subtitle), (gen_source_element):
3760         * gst/playback/gstplaybin.c: (plugin_init):
3761           Post missing-plugin messages on the bus for missing sources and
3762           missing decoders/demuxers/depayloaders; fix error code used when
3763           we're missing an URI handler source; for media types that we are not
3764           handling on purpose at the moment, don't print "don't know how to
3765           handle xyz" messages to the terminal or post missing-plugin
3766           messages on the bus.
3767
3768         * tests/check/elements/playbin.c: (create_playbin),
3769         (GST_START_TEST), (gst_codec_src_uri_get_type),
3770         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
3771         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
3772         (gst_codec_src_init_type), (gst_codec_src_base_init),
3773         (gst_codec_src_create), (gst_codec_src_class_init),
3774         (gst_codec_src_init), (plugin_init), (playbin_suite):
3775           Add some tests for the missing-plugin stuff.
3776
3777 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3778
3779         * configure.ac:
3780         * gst-libs/gst/Makefile.am:
3781         * gst-libs/gst/utils/Makefile.am:
3782         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
3783         * gst-libs/gst/utils/base-utils.h:
3784         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
3785         (find_format_info), (caps_are_rtp_caps),
3786         (gst_base_utils_get_source_description),
3787         (gst_base_utils_get_sink_description),
3788         (gst_base_utils_get_decoder_description),
3789         (gst_base_utils_get_encoder_description),
3790         (gst_base_utils_get_element_description),
3791         (gst_base_utils_add_codec_description_to_tag_list),
3792         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
3793         * gst-libs/gst/utils/descriptions.h:
3794         * gst-libs/gst/utils/missing-plugins.c:
3795         (missing_structure_get_type), (copy_and_clean_caps),
3796         (gst_missing_uri_source_message_new),
3797         (gst_missing_uri_sink_message_new),
3798         (gst_missing_element_message_new),
3799         (gst_missing_decoder_message_new),
3800         (gst_missing_encoder_message_new),
3801         (missing_structure_get_string_detail),
3802         (missing_structure_get_caps_detail),
3803         (gst_missing_plugin_message_get_installer_detail),
3804         (gst_missing_plugin_message_get_description),
3805         (gst_is_missing_plugin_message):
3806         * gst-libs/gst/utils/missing-plugins.h:
3807           API: add new libgstbaseutils library with functions
3808           - to create and parse missing-plugins messages
3809           - that provide (translated) descriptions for caps/decoders/sources/etc.
3810           Closes #392393.
3811
3812         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3813         * pkgconfig/gstreamer-plugins-base.pc.in:
3814           Add new lib.
3815
3816         * docs/libs/gst-plugins-base-libs-docs.sgml:
3817         * docs/libs/gst-plugins-base-libs-sections.txt:
3818           Generate docs for new lib and API.
3819
3820         * tests/check/Makefile.am:
3821         * tests/check/libs/.cvsignore:
3822         * tests/check/libs/utils.c: (missing_msg_check_getters),
3823         (GST_START_TEST), (libgstbaseutils_suite):
3824           Add some basic unit tests.
3825
3826 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3827
3828         * ext/ogg/Makefile.am:
3829           Dist gstoggdemux.h to fix 'make distcheck'.
3830
3831         * sys/v4l/Makefile.am:
3832           Fix 'make distcheck' even more.
3833
3834 2007-01-09  Wim Taymans  <wim@fluendo.com>
3835
3836         * docs/plugins/Makefile.am:
3837         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3838         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3839         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
3840         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
3841         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
3842         (gst_ogg_demux_perform_seek):
3843         * ext/ogg/gstoggdemux.h:
3844         Added docs.
3845         Add some more comments.
3846         Small cleanups.
3847
3848 2007-01-09  Wim Taymans  <wim@fluendo.com>
3849
3850         * ext/theora/theoradec.c:
3851         * ext/vorbis/vorbisdec.c:
3852         * gst-libs/gst/audio/gstringbuffer.c:
3853         (gst_ring_buffer_commit_full):
3854         * gst-libs/gst/audio/gstringbuffer.h:
3855         * gst-libs/gst/rtp/gstrtpbuffer.c:
3856         * gst-libs/gst/tag/gstvorbistag.c:
3857         Small documentation updates/fixes
3858
3859 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3860
3861         * configure.ac:
3862           Require core CVS HEAD for Andy's basesrc/sink API additions.
3863
3864 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3865
3866         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
3867
3868         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
3869         (plugin_init):
3870           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
3871           on flac.sf.net (there appear to be other versions of the first
3872           ogg page in the wild) (#391365).
3873
3874 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3875
3876         * configure.ac:
3877           Check if localtime_r() is available.
3878
3879         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
3880           If localtime_r() is not available, fall back to localtime(). Should
3881           fix build on MingW (#393310).
3882
3883 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3884
3885         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3886         * gst/subparse/gstsubparse.h:
3887           Remove spurious 1000 subtrahend when calculating the timestamp from
3888           the frame number and the frame rate . Also, use the frames/second
3889           value specified in the first line of the file, if one is specified
3890           there. Should fix #357503.
3891
3892         * tests/check/elements/subparse.c: (do_test),
3893         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
3894         (subparse_suite):
3895           Add some basic unit tests for the microdvd subtitle format.
3896
3897 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3898
3899         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3900
3901         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3902         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
3903         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
3904         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
3905         (gst_xvimagesink_set_xwindow_id),
3906         (gst_xvimagesink_set_event_handling),
3907         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3908         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3909         Fixes: #390076.
3910         Add an adaptor property to select a specific XV adaptor.
3911         * sys/xvimage/xvimagesink.h:
3912
3913 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3914
3915         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3916         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
3917         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
3918         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
3919         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
3920         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
3921         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3922         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
3923         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3924         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
3925         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
3926         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
3927         Use flow_lock much more to protect every access to xwindow.
3928         Try to catch erros while creating images in case some drivers are
3929         just generating an XError when the requested image is too big.
3930         Should fix : #354698, #384008, #384060.
3931         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
3932         Implement some stress testing of setting window xid.
3933
3934 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
3935
3936         * win32/common/libgsaudio.def:
3937           Add new exported function.
3938         * win32/common/libgstogg.dsp:
3939           Add gstoggaviparse.c to the build.
3940         * win32/common/libgstvideoscale.dsp:
3941           Add vs_4tap.c to the build.
3942         * win32/common/libgstvorbis.dsp:
3943           Add vorbistag.c to the build.
3944         
3945 2007-01-06  Andy Wingo  <wingo@pobox.com>
3946
3947         * gst-libs/gst/audio/gstbaseaudiosink.c
3948         (gst_base_audio_sink_class_init)
3949         (gst_base_audio_sink_init): 
3950         (gst_base_audio_sink_activate_pull): Add an activate_pull function
3951         to baseaudiosink, and tell basesink that we can work in pull mode.
3952         This way the ring buffer thread drives the pipeline directly, if
3953         pull mode is possible. There is some lingering nastiness regarding
3954         capsnego, however.
3955         (gst_base_audio_sink_callback): Implement the callback to pull
3956         data. This interface is a bit light, though -- it should get a
3957         GstFlowReturn return value at least.
3958
3959 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3960
3961         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
3962         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3963         * gst/playback/gstdecodebin2.c:
3964         (gst_decode_group_check_if_blocked):
3965           Printf format and missing argument fixes.
3966
3967 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
3968
3969         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
3970         (gst_ogm_parse_change_state):
3971         Activate pads before adding them to the element.
3972
3973 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3974
3975         * tests/examples/seek/scrubby.c: (main):
3976         * tests/examples/seek/seek.c: (main):
3977           Call g_thread_init() first thing in main() (see #391278).
3978
3979 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3980
3981         * tests/check/Makefile.am:
3982         * tests/check/libs/.cvsignore:
3983         * tests/check/libs/netbuffer.c: (GST_START_TEST),
3984         (netbuffer_suite):
3985           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
3986           for the time being, since it's broken, see #393099.
3987
3988 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3989
3990         * tests/check/Makefile.am:
3991           Update to use GST_PLUGINS_BASE_CFLAGS as well.
3992
3993 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3994
3995         * configure.ac:
3996           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
3997           so that GST_BASE_CFLAGS can go inbetween them, making sure
3998           we use uninstalled gst-libs headers
3999         * docs/libs/Makefile.am:
4000         * ext/alsa/Makefile.am:
4001         * ext/cdparanoia/Makefile.am:
4002         * ext/gnomevfs/Makefile.am:
4003         * ext/libvisual/Makefile.am:
4004         * ext/ogg/Makefile.am:
4005         * ext/theora/Makefile.am:
4006         * ext/vorbis/Makefile.am:
4007         * gst-libs/gst/audio/Makefile.am:
4008         * gst-libs/gst/cdda/Makefile.am:
4009         * gst-libs/gst/interfaces/Makefile.am:
4010         * gst-libs/gst/riff/Makefile.am:
4011         * gst-libs/gst/rtp/Makefile.am:
4012         * gst-libs/gst/tag/Makefile.am:
4013         * gst/adder/Makefile.am:
4014         * gst/audioconvert/Makefile.am:
4015         * gst/audiorate/Makefile.am:
4016         * gst/audioresample/Makefile.am:
4017         * gst/playback/Makefile.am:
4018         * gst/tcp/Makefile.am:
4019         * gst/videoscale/Makefile.am:
4020         * gst/volume/Makefile.am:
4021         * sys/ximage/Makefile.am:
4022         * sys/xvimage/Makefile.am:
4023         * tests/icles/Makefile.am:
4024           adapt
4025
4026 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4027
4028         * gst-libs/gst/interfaces/xoverlay.c:
4029         (gst_x_overlay_handle_events):
4030         * gst-libs/gst/interfaces/xoverlay.h:
4031         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4032         (gst_ximagesink_set_xwindow_id),
4033         (gst_ximagesink_set_event_handling),
4034         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4035         (gst_ximagesink_get_property), (gst_ximagesink_init),
4036         (gst_ximagesink_class_init):
4037         * sys/ximage/ximagesink.h:
4038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4039         (gst_xvimagesink_set_xwindow_id),
4040         (gst_xvimagesink_set_event_handling),
4041         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4042         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4043         (gst_xvimagesink_class_init):
4044         * sys/xvimage/xvimagesink.h:
4045         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4046         Add a method to the XOverlay interface to allow disabling of 
4047         event handling in x[v]imagesink elements. This will let X events
4048         propagate to parent windows which can be usefull in some cases.
4049         Be carefull that the application is then responsible of pushing
4050         navigation events and expose events to the video sink.
4051         Fixes: #387138.
4052
4053 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4054
4055         * gst-libs/gst/tag/gstvorbistag.c:
4056         * tests/check/libs/tag.c: (GST_START_TEST):
4057           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4058           (fixes #392070).
4059
4060 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4061
4062         * configure.ac:
4063         * docs/Makefile.am:
4064         * docs/design/Makefile.am:
4065           Dist design docs.
4066
4067 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4068
4069         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4070         typo. Fixes: #390063.
4071
4072 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4073
4074         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4076         caps leak.
4077         * win32/common/config.h: Updated.
4078
4079 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4080
4081         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4082         (setup_gdpdepay_streamheader):
4083         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4084         (setup_gdppay_streamheader):
4085           Fix the dp tests, but activating the pads for the streamheader tests
4086           too and cleaning up conditionaly
4087
4088 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4089
4090         * gst/ffmpegcolorspace/avcodec.h:
4091         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4092         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4093         (gst_ffmpegcsp_avpicture_fill):
4094         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4095         (img_get_alpha_info):
4096         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4097         other end of the word. Fixes: #387073.
4098
4099         Add some inconsequential branch hints in a couple of places.
4100
4101 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4102
4103         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4104         (gst_ffmpeg_caps_to_smpfmt):
4105           The "signed" field in raw audio caps is of boolean type, trying to
4106           extract the value with _get_int() will fail (fix to keep in sync with
4107           the copy in gst-ffmpeg)
4108
4109 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4110
4111         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4112         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4113         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4114         (cleanup_gdpdepay):
4115         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4116         * tests/check/elements/subparse.c: (teardown_subparse):
4117         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4118         * tests/check/elements/videorate.c: (cleanup_videorate):
4119         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4120         * tests/check/elements/volume.c: (cleanup_volume):
4121         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4122         (cleanup_vorbisdec):
4123         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4124         (cleanup_vorbistag):
4125           consistent pad (de)activation
4126
4127 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4128
4129         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4130           Forgot to register the extensions.
4131
4132 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4133
4134         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4135         (plugin_init):
4136           Add typefinder for VIVO files (my christmas present to the 90s).
4137
4138 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4139
4140         * gst/playback/gstdecodebin.c: (type_found):
4141           Special-case the text/plain media type: we only want to recognise it
4142           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4143           parser, but not if the entire stream is of text/plain type. If the
4144           entire stream is text/plain, we should just error out.
4145
4146           This fixes playback of audio files with lyrics in totem. Totem can't
4147           distinguish between text files and subtitle files and passes any
4148           .txt file with the same basename as the main file to playbin as
4149           suburi, and playbin will then throw a 'subtitle found, but no video
4150           stream' error, which isn't entirely helpful. See #380342.
4151
4152           Also, with this change we'll show a slightly more correct error
4153           message in case totem passes a playlist file to us (although a
4154           custom error message wording instead of the default text would
4155           probably not be a bad idea either).
4156
4157           Same problem also needs to be fixed for playbin+decodebin2.
4158
4159         * tests/check/Makefile.am:
4160         * tests/check/elements/decodebin.c: (src_handoff_cb),
4161         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4162         (decodebin_suite):
4163           Add simple unit test for decodebin for the above.
4164
4165 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4166
4167         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4168         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4169           Refuse to change state to READY when we failed to create any of the
4170           required elements in our instance init function.
4171
4172 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4173
4174         * docs/libs/gst-plugins-base-libs-sections.txt:
4175           Small docs fixes/updates.
4176
4177         * gst-libs/gst/video/gstvideosink.h:
4178           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4179           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4180           removed from the base sink API between 0.9.6 and 0.9.7).
4181           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4182           accessor macros, so we don't do a runtime GObject type check every
4183           time we use them.
4184
4185 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4186
4187         * Makefile.am:
4188         * gst-plugins-base.doap:
4189         * gst-plugins-base.spec.in:
4190           add doap file
4191
4192 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4193
4194         Patch by: Jens Granseuer <jensgr at gmx net>
4195
4196         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4197         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4198         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4199         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4200         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4201           Declare variables at the beginning of a block. Fixes #383195.
4202
4203 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4204
4205         * configure.ac:
4206         Bump version nano - back to CVS.
4207
4208
4209 === release 0.10.11 ===
4210
4211 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4212
4213         * configure.ac:
4214           releasing 0.10.11, "Dumb things"
4215
4216 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4217
4218         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4219         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4220         Handle the case where an element has multiple pads with 
4221         unfixed caps as well as still possibly producing more dynamic 
4222         pads by storing each case as a distinct entry in the dynamic list.
4223         Fixes #38223 again.
4224
4225 2006-12-04  Wim Taymans  <wim@fluendo.com>
4226
4227         * gst/playback/gstdecodebin.c: (close_pad_link):
4228         Fix #382223, add more dynamic caps handling.
4229
4230 2006-12-04  Wim Taymans  <wim@fluendo.com>
4231
4232         reviewed by: <delete if not using a buddy>
4233
4234         * gst-libs/gst/audio/gstringbuffer.h:
4235         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4236         (gst_netaddress_set_ip4_interface),
4237         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4238         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4239         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4240         (gst_netaddress_get_ttl):
4241         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4242         * gst/playback/gstdecodebin.c: (close_pad_link):
4243         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4244         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4245         * win32/common/config.h:
4246
4247 2006-12-01  Michael Smith  <msmith@fluendo.com>
4248
4249         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4250           Delete bad debug code.
4251           Fixes #381219
4252
4253 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4254
4255         * gst/videoscale/vs_4tap.c:
4256         * win32/MANIFEST:
4257         * win32/common/config.h:
4258         * win32/vs8/libgstvideoscale.vcproj:
4259         Fix compilation on win32 under VS8
4260         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4261         Partially fixes #381175
4262
4263 2006-11-30  Michael Smith  <msmith@fluendo.com>
4264
4265         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4266         (GST_START_TEST):
4267           It would be very bad if, after a discont buffer, we thought every
4268           single following buffer was also discont. So, add to the test to
4269           ensure that this isn't the case.
4270           
4271         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4272           ... it was the case. So fix it.
4273
4274 2006-11-28  Wim Taymans  <wim@fluendo.com>
4275
4276         * gst/playback/gstplaybasebin.c: (check_queue_event):
4277         Improve debug.
4278
4279         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4280         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4281         padtemplate caps. Refixes #357577.
4282
4283 2006-11-28  Wim Taymans  <wim@fluendo.com>
4284
4285         * gst/playback/gstplaybasebin.c: (check_queue_event),
4286         (queue_threshold_reached), (queue_out_of_data),
4287         (gen_preroll_element):
4288         Add event probe to see when EOS is in a queue and we can disable the
4289         underrun signals. Fixes #357577.
4290
4291 2006-11-28  Edward Hervey  <edward@fluendo.com>
4292
4293         * gst/playback/Makefile.am:
4294         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4295         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4296         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4297         (gst_decode_bin_init), (gst_decode_bin_dispose),
4298         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4299         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4300         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4301         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4302         (connect_element), (expose_pad), (type_found),
4303         (pad_added_group_cb), (pad_removed_group_cb),
4304         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4305         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4306         (are_raw_caps), (multi_queue_overrun_cb),
4307         (multi_queue_underrun_cb), (gst_decode_group_new),
4308         (get_current_group), (group_demuxer_event_probe),
4309         (gst_decode_group_control_demuxer_pad),
4310         (gst_decode_group_control_source_pad),
4311         (gst_decode_group_check_if_blocked),
4312         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4313         (gst_decode_group_hide), (gst_decode_group_free),
4314         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4315         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4316         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4317         (plugin_init):
4318         New decodebin2 element.
4319         Closes #370092
4320         * gst/playback/gstplay-marshal.list:
4321         Added marshallers for new signals in decodebin2
4322         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4323         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4324         is set.
4325
4326 2006-11-28  Wim Taymans  <wim@fluendo.com>
4327
4328         * gst/playback/gstplaybasebin.c: (setup_source),
4329         (gst_play_base_bin_change_state):
4330         Disable rtsp:// uris for the release, it's not good enough yet.
4331         Remove unused var.
4332
4333 2006-11-26  Wim Taymans  <wim@fluendo.com>
4334
4335         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4336         (theora_dec_push_forward), (theora_dec_push_reverse),
4337         (theora_handle_data_packet), (theora_dec_decode_buffer),
4338         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4339         (theora_dec_chain_forward), (theora_dec_chain):
4340         Implement reverse playback.
4341
4342         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4343         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4344         (vorbis_dec_chain_forward):
4345         Clear buffers used for reverse playback in _reset.
4346         No need to set the eos flag, we clip samples using the segment.
4347
4348 2006-11-24  Wim Taymans  <wim@fluendo.com>
4349
4350         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4351         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4352         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4353         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4354         Some cleanups.
4355         Handle continued pages in reverse mode.
4356
4357 2006-11-24  Wim Taymans  <wim@fluendo.com>
4358
4359         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4360         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4361         (vorbis_dec_flush_decode):
4362         Small cleanups.
4363         Don't try to add invalid timestamps.
4364         Clipping will unref the buffer.
4365
4366 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4367
4368         * gst/adder/gstadder.h:
4369         * gst/audiotestsrc/gstaudiotestsrc.h:
4370           remove obsolete _factory_init protos
4371
4372 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4373
4374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4375           Fix spacing in debug message.
4376
4377 2006-11-23  Wim Taymans  <wim@fluendo.com>
4378
4379         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4380         (gst_ogg_demux_chain):
4381         Don't just ignore return values from _pad_push().
4382         Small debug improvements.
4383
4384 2006-11-23  Michael Smith  <msmith@fluendo.com>
4385
4386         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4387           If our incoming buffer is marked as DISCONT, then increment the page
4388           number (so that the discontinuity is marked in the final ogg
4389           bitstream) and flush the previous page.
4390
4391 2006-11-22  Michael Smith  <msmith@fluendo.com>
4392
4393         * ext/theora/gsttheoraenc.h:
4394         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4395         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4396         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4397         (theora_enc_chain), (theora_enc_change_state):
4398           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4399
4400         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4401         (GST_START_TEST), (theoraenc_suite):
4402           Enable discontinuity test, fix it.
4403
4404 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4405
4406         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4407         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4408         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4409         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4410         (gst_text_overlay_change_state):
4411         * ext/pango/gsttextoverlay.h:
4412           Some textoverlay fixes: for one, in the video chain function,
4413           actually wait for a text buffer to come in if there is none at the
4414           moment and there should be one; also, deal more gracefully with
4415           incoming buffers that do not have a timestamp or duration; discard
4416           text buffer when not needed any longer. Fixes #341681.
4417
4418         * tests/check/Makefile.am:
4419         * tests/check/elements/.cvsignore:
4420         * tests/check/elements/textoverlay.c:
4421         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4422         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4423         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4424         (test_video_waits_for_text_send_text_newsegment_thread),
4425         (test_video_waits_for_text_shutdown_element),
4426         (test_render_continuity_push_video_buffers_thread),
4427         (textoverlay_suite):
4428           Add some unit tests for textoverlay.
4429
4430 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4431
4432         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4433           Avoid integer underflow when the found probability for mp3 is
4434           smaller than the 'penalty' we subtract if there's not a clean
4435           mp3 header sync at offset 0.
4436
4437 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4438
4439         * docs/libs/gst-plugins-base-libs-sections.txt:
4440           Add some new symbols to the docs
4441
4442 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4443
4444         * tests/check/Makefile.am:
4445         * tests/check/elements/ffmpegcolorspace.c:
4446         (ffmpegcolorspace_suite):
4447           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4448           (for now not for valgrinding though, since it takes too long).
4449
4450 2006-11-20  Wim Taymans  <wim@fluendo.com>
4451
4452         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4453         (gst_ffmpeg_pixfmt_to_caps):
4454         Fix RGBA32 caps. Fixes #357038.
4455
4456 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4457
4458         * gst-libs/gst/interfaces/mixertrack.h:
4459           Add FIXME so we can add some padding here in 0.11
4460
4461 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4462
4463         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4464           Fix GstBaseRTPAudioPayload structure so the whole GObject
4465           inheritance business actually works (parent class instance structure
4466           must always come first in the derived class instance structure).
4467
4468 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4469
4470         * gst/videotestsrc/Makefile.am:
4471         * tests/check/Makefile.am:
4472           Make sure our checks and the videotestsrc plugin link against the
4473           local uninstalled gst libs and not any installed gst libs that
4474           might happen to exist as well.
4475
4476         * tests/check/elements/adder.c: (message_received),
4477         (test_event_message_received), (test_play_twice_message_received):
4478         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4479           Fix compiler warnings when compiling against core with disabled
4480           debugging system.
4481
4482 2006-11-16  Michael Smith  <msmith@fluendo.com>
4483
4484         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4485         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4486           Fix audiorate, so that it accurately sets offsets and timestamps.
4487           Doesn't change the fundamental algorithmic decisions; so should be
4488           safe.
4489
4490         * tests/check/Makefile.am:
4491           Enable audiorate test now that it passes.
4492
4493 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4494
4495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4496           clear xv when going to NULL, remove // commented non-existant proto
4497
4498         * tests/examples/seek/seek.c: (main):
4499           add missing tooltip description for scrub and play_scrub
4500
4501 2006-11-14  David Schleef  <ds@schleef.org>
4502
4503         * configure.ac:
4504           Bump liboil requirement to 0.3.8.
4505         * gst-libs/gst/riff/riff-media.c:
4506           Add Dirac fourcc.
4507         * gst/videoscale/vs_image.h:
4508         * gst/videoscale/vs_scanline.h:
4509           Use liboil's stdint.h.
4510         * gst/videotestsrc/videotestsrc.c:
4511           Remove liboil related ifdef's, since they aren't needed now, and
4512           won't work with future versions.
4513
4514 2006-11-14  David Schleef  <ds@schleef.org>
4515
4516         * gst/videoscale/Makefile.am:
4517         * gst/videoscale/gstvideoscale.c:
4518         * gst/videoscale/gstvideoscale.h:
4519         * gst/videoscale/vs_4tap.c:
4520         * gst/videoscale/vs_4tap.h:
4521         * gst/videoscale/vs_image.c:
4522         * gst/videoscale/vs_image.h:
4523         * gst/videoscale/vs_scanline.c:
4524         * gst/videoscale/vs_scanline.h:
4525           Add a 4-tap image scaler.  Theoretically looks much prettier.
4526           The tap calculation could use some improvement.
4527
4528 2006-11-14  Wim Taymans  <wim@fluendo.com>
4529
4530         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4531
4532         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4533         (gst_riff_parse_strf_iavs):
4534         * gst/subparse/gstsubparse.c: (convert_encoding):
4535         * gst/tcp/gstmultifdsink.c:
4536         (gst_multi_fd_sink_handle_client_write):
4537         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4538         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
4539         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4540         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
4541         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4542         (gst_ximagesink_ximage_new):
4543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4544         Various gsize and gssize printf fixes. Fixes #372507.
4545
4546 2006-11-13  Wim Taymans  <wim@fluendo.com>
4547
4548         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4549         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
4550         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4551         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
4552         (vorbis_dec_chain_forward), (vorbis_dec_chain):
4553         * ext/vorbis/vorbisdec.h:
4554         First stab at vorbis reverse playback.
4555
4556 2006-11-13  Wim Taymans  <wim@fluendo.com>
4557
4558         * gst-libs/gst/audio/gstbaseaudiosink.c:
4559         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4560         * gst-libs/gst/audio/gstbaseaudiosink.h:
4561         Make the clock sync code more accurate wrt resampling and playback
4562         at different rates.
4563         
4564         * gst-libs/gst/audio/gstringbuffer.c:
4565         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
4566         * gst-libs/gst/audio/gstringbuffer.h:
4567         Use better algorithm to interpolate sample rates. 
4568
4569 2006-11-13  Michael Smith  <msmith@fluendo.com>
4570
4571         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
4572           Improve a debug line slightly.
4573
4574         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
4575           Call gst_riff_init() in plugin_init, to avoid getting errors from
4576           the debug system (unrelated changes to another plugin made this turn
4577           up; not sure why).
4578
4579 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4580
4581         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
4582
4583         * win32/common/libgsttag.def:
4584           Add missing symbol (#366492).
4585
4586 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4587
4588         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
4589           Don't unref a NULL pad.
4590
4591 2006-11-09  Wim Taymans  <wim@fluendo.com>
4592
4593         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4594         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
4595         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
4596         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
4597         (gst_ogg_demux_loop):
4598         Implement first stab at reverse playback.
4599
4600 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
4601
4602         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4603         (gst_riff_create_video_template_caps):
4604           add h263/h264 variants to the caps, Fixes #363118
4605
4606 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4607
4608         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4609         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4610           Use g_strerror instead of strerror so we get UTF-8.
4611
4612 2006-11-03  David Schleef  <ds@schleef.org>
4613
4614         * ext/ogg/gstoggdemux.c:
4615         * ext/ogg/gstoggmux.c:
4616           Add/remove KW-DIRAC header here, since it is ogg-specific.
4617
4618 2006-11-03  Michael Smith  <msmith@fluendo.com>
4619
4620         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4621           Recognise more mpeg4 elementary video streams.
4622
4623 2006-11-02  Edward Hervey  <edward@fluendo.com>
4624
4625         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4626         Lower the probability of mp3 typefinding functions if we don't find a
4627         valid mp3 header at the start of the file.
4628         Closes #369482
4629
4630 2006-11-02  Wim Taymans  <wim@fluendo.com>
4631
4632         * ext/theora/gsttheoradec.h:
4633         * ext/theora/theoradec.c: (gst_theora_dec_init),
4634         (theora_dec_sink_event), (theora_dec_chain_forward),
4635         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4636         (theora_dec_chain):
4637         Document and partially implement an algorithm for doing reverse playback
4638         of theora video.
4639
4640 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4641
4642         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
4643
4644         * win32/common/config.h:
4645         * win32/common/interfaces-enumtypes.c:
4646         * win32/common/libgsttag.def:
4647         * win32/vs8/gst-plugins-base.sln:
4648         * win32/vs8/libgstaudioresample.vcproj:
4649         * win32/vs8/libgstinterfaces.vcproj:
4650         * win32/vs8/libgstogg.vcproj:
4651         * win32/vs8/libgstriff.vcproj:
4652         * win32/vs8/libgsttag.vcproj:
4653         * win32/vs8/libgsttheora.vcproj:
4654         * win32/vs8/libgstvideoscale.vcproj:
4655         * win32/vs8/libgstvorbis.vcproj:
4656           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
4657           to libgsttag.def; add missing dependencies for some vs8 projects;
4658           re-arrange placement of .def files in vs8 projects (#366334).
4659
4660 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4661
4662         * ext/ogg/gstogg.c:
4663           Remove unused variable.
4664
4665         * ext/ogg/gstoggdemux.c:
4666           Fix Wim's surname in plugin description.
4667
4668 2006-10-31  Wim Taymans  <wim@fluendo.com>
4669
4670         * gst-plugins-base.spec.in:
4671         spec new .h file. Fixes #368310.
4672
4673 2006-10-31  Michael Smith  <msmith@fluendo.com>
4674
4675         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4676         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4677         (gst_multi_fd_sink_get_stats),
4678         (gst_multi_fd_sink_remove_client_link),
4679         (gst_multi_fd_sink_queue_buffer),
4680         (gst_multi_fd_sink_handle_clients):
4681         * gst/tcp/gstmultifdsink.h:
4682           Make using the remove or clear signals threadsafe.
4683           Make calling get-stats with an invalid fd not segfault.
4684           Fixes 368273.
4685
4686 2006-10-31  Wim Taymans  <wim@fluendo.com>
4687
4688         * gst-libs/gst/rtp/Makefile.am:
4689         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4690         (gst_base_rtp_audio_payload_init):
4691         Fix and activate base audio payloader.
4692
4693 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4694
4695         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
4696         (plugin_init):
4697           Add typefinder for QuickTime Image Files (see #366156).
4698
4699 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4700
4701         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
4702           Another typo fix (#366212).
4703
4704 2006-10-27  Wim Taymans  <wim@fluendo.com>
4705
4706         * gst/volume/gstvolume.c: (volume_transform_ip):
4707         Use stream time to synchronize volume property instead of rather random
4708         timestamps. This is needed when gnonlin does its time shifting.
4709
4710 2006-10-27  Wim Taymans  <wim@fluendo.com>
4711
4712         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4713
4714         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
4715         Remove the pad from the element in release_pad. Fixes #364812.
4716
4717 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4718
4719         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
4720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
4721           Explicitly create our custom buffer classes at a thread-safe
4722           location as well, since g_type_class_ref() doesn't seem to be
4723           entirely thread-safe either (#365501; also see #349410).
4724
4725 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4726
4727         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
4728         (gst_riff_parse_info):
4729           If strings in INFO chunk are not UTF-8, do something similar to
4730           what we do for ID3v1 tags: check a number of environment variables
4731           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
4732           character sets to try, otherwise try the current locale and/or fall
4733           back on ISO-8859-1. Fixes #360552.
4734
4735 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4736
4737         * gst/videotestsrc/gstvideotestsrc.c:
4738         (gst_video_test_src_pattern_get_type),
4739         (gst_video_test_src_set_pattern):
4740         * gst/videotestsrc/gstvideotestsrc.h:
4741         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
4742         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
4743         (gst_video_test_src_checkers8):
4744         * gst/videotestsrc/videotestsrc.h:
4745           Add a bunch of exciting new checkers patterns.
4746
4747 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4748
4749         * gst/subparse/Makefile.am:
4750         * gst/subparse/gstsubparse.c:
4751         (gst_sub_parse_data_format_autodetect),
4752         (gst_sub_parse_format_autodetect), (handle_buffer),
4753         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
4754         * gst/subparse/gstsubparse.h:
4755         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
4756         (parse_tmplayer):
4757         * gst/subparse/tmplayerparse.h:
4758           Add support for TMPlayer-type subtitles (#362845).
4759
4760         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
4761         (GST_START_TEST), (subparse_suite):
4762           Add some basic unit tests for the above.
4763
4764 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4765
4766         * tests/check/elements/audiorate.c: (test_injector_base_init),
4767         (test_injector_class_init), (test_injector_chain),
4768         (test_injector_init), (probe_cb), (do_perfect_stream_test),
4769         (GST_START_TEST), (audiorate_suite):
4770           More tests for audiorate: inject buffers to check behaviour when
4771           buffers overlap.
4772
4773 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
4774
4775         * tests/check/Makefile.am:
4776         * tests/check/elements/.cvsignore:
4777         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
4778         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
4779           Add some basic unit tests for audiorate. Disabled at the moment
4780           since it doesn't pass yet (see bug #363119).
4781
4782 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4783
4784         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
4785         (parse_subrip), (handle_buffer):
4786           Add missing closing tags for markup and fix broken markup,
4787           otherwise pango won't render anything (fixes #357531). Also,
4788           make sure the text we send out is always NUL-terminated
4789           (better safe than sorry etc.).
4790
4791         * tests/check/elements/subparse.c: (test_srt_do_test),
4792         (test_srt):
4793           Some more tests for .srt incl. tests for the above stuff.
4794
4795 2006-10-20  Julien MOUTTE  <julien@moutte.net>
4796
4797         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
4798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4799         Patch by: Stefan Kost  <ensonic@users.sf.net>
4800         Try to redraw borders only when needed. Apparently this consumes
4801         resources on small devices... :-O (#363607)
4802
4803 2006-10-20  Michael Smith  <msmith@fluendo.com>
4804
4805         * gst/tcp/gstmultifdsink.c:
4806         (gst_multi_fd_sink_client_queue_buffer):
4807           If caps change, then update the client's idea of the caps so that we
4808           don't end up re-sending streamheaders for every single buffer after
4809           the caps change.
4810
4811 2006-10-20  Michael Smith  <msmith@fluendo.com>
4812
4813         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
4814         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
4815           Set caps on pushed buffers; fix up refcounting of caps objects.
4816
4817 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4818
4819         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
4820         (plugin_init):
4821           Typefind mmsh header data packet to application/x-mmsh (#362625).
4822
4823 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4824
4825         * tests/check/Makefile.am:
4826         * tests/check/elements/.cvsignore:
4827         * tests/check/elements/subparse.c: (buffer_from_static_string),
4828         (setup_subparse), (teardown_subparse), (test_srt_do_test),
4829         (GST_START_TEST), (subparse_suite):
4830           Add very simple unit test for subparse.
4831
4832 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4833
4834         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
4835         (parse_subrip):
4836           Strip trailing newlines from subtitle text output.
4837
4838 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4839
4840         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4841         (gst_sub_parse_change_state):
4842           Fix memleak; clear subparse->textbuf n state change function.
4843
4844 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4845
4846         * gst/subparse/gstsubparse.c:
4847         (gst_sub_parse_data_format_autodetect):
4848           Don't require subrip (.srt) files to start with a chunk number of 1.
4849
4850 2006-10-18  Wim Taymans  <wim@fluendo.com>
4851
4852         * gst-libs/gst/audio/gstbaseaudiosink.c:
4853         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4854         * gst-libs/gst/audio/gstbaseaudiosink.h:
4855         Extract rate from the NEWSEGMENT event.
4856         Use commit_full to also take rate adjustment into account when writing
4857         samples to the ringbuffer.
4858         
4859         * gst-libs/gst/audio/gstringbuffer.c:
4860         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
4861         (gst_ring_buffer_read):
4862         * gst-libs/gst/audio/gstringbuffer.h:
4863         Added _commit_full() to also take rate into account.
4864         Use simple interpolation algorithm to resample audio.
4865         API: gst_ring_buffer_commit_full()
4866
4867         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
4868         * tests/examples/seek/seek.c: (segment_done):
4869         Don't try to seek with 0.0 rate, just pause instead.
4870         Remove bogus debug line.
4871
4872 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4873
4874         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
4875         (setup_source):
4876           Catch async errors when starting up the subtitle bin, so we can
4877           stop waiting and continue with the main film instead of hanging
4878           forever. Fixes #339366.
4879
4880         * tests/check/elements/playbin.c: (playbin_suite):
4881           Enable unit test for the above.
4882
4883 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4884
4885         * tests/check/Makefile.am:
4886         * tests/check/elements/.cvsignore:
4887         * tests/check/elements/playbin.c: (GST_START_TEST),
4888         (gst_red_video_src_uri_get_type),
4889         (gst_red_video_src_uri_get_protocols),
4890         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
4891         (gst_red_video_src_uri_handler_init),
4892         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
4893         (gst_red_video_src_create), (gst_red_video_src_class_init),
4894         (gst_red_video_src_init), (plugin_init), (playbin_suite):
4895           Some small and basic unit tests for playbin; not very useful yet,
4896           but at least a start.
4897
4898 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4899
4900         * gst/playback/gstplaybin.c: (setup_sinks):
4901           The old pad activation spiel.
4902
4903 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4904
4905         * gst/playback/gstplaybasebin.c: (setup_source):
4906           Don't hang forever if the subbin already fails to start up in 
4907           the state change to PAUSED (#339366).
4908
4909 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
4910
4911         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
4912         (gst_tuner_set_channel), (gst_tuner_get_channel),
4913         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
4914         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
4915         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
4916         (gst_tuner_find_channel_by_name):
4917           Fix some function guards, add some more function guards.
4918
4919 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
4920
4921         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
4922         (remove_element_chain):
4923         Don't return a pad from get_our_ghost_pad unless it is actually the
4924         one we want.
4925         Change a cast in remove_element_chain slightly.
4926
4927 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4928
4929         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4930         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
4931         Segment seeking needs to use the rate and set stop to -1.
4932
4933 2006-10-13  Wim Taymans  <wim@fluendo.com>
4934
4935         * gst-libs/gst/audio/gstbaseaudiosink.c:
4936         (gst_base_audio_sink_setcaps):
4937         Don't crash when ringbuffer is not yet created.
4938         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
4939         Fixes #361634.
4940
4941         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
4942         * gst/playback/gststreamselector.c:
4943         (gst_stream_selector_request_new_pad):
4944         Activate pads befre adding them to running elements.
4945
4946 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4947
4948         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4949         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
4950         updater when we start grabing the slider. Don't wait for the
4951         pipeline to be PAUSED.
4952
4953 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4954
4955         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
4956         (gst_mixer_set_volume), (gst_mixer_get_volume),
4957         (gst_mixer_set_mute), (gst_mixer_set_option),
4958         (gst_mixer_get_option), (gst_mixer_mute_toggled),
4959         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
4960         (gst_mixer_option_changed):
4961           Guard mixer interface functions against bogus arguments.
4962
4963 2006-10-12  Julien MOUTTE  <julien@moutte.net>
4964
4965         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4966         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
4967         (msg_state_changed), (main): Use state-changed messages to trigger
4968         start/stop of scale update timer. Indeed the scale slider was
4969         jumping here and there because the update timer was activated 
4970         before seek completed. This fixes instant applying of rate changes
4971         by pressing the spinbutton like a crazy man !
4972
4973 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
4974
4975         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
4976
4977         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4978         (gst_basertppayload_finalize):
4979           Fix two small memory leaks (#361456).
4980
4981 2006-10-10  Julien MOUTTE  <julien@moutte.net>
4982
4983         * tests/examples/seek/seek.c: (do_seek),
4984         (rate_spinbutton_changed_cb): When changing spinbutton we try
4985         to change the rate on the fly.
4986
4987 2006-10-10  Wim Taymans  <wim@fluendo.com>
4988
4989         * gst-libs/gst/riff/riff-ids.h:
4990         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4991         (gst_riff_create_audio_template_caps):
4992         Add WMS caps.
4993
4994 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4995
4996         Patch by: Josep Torra Valles <josep@fluendo.com>
4997
4998         * ext/gnomevfs/gstgnomevfssink.c:
4999         * ext/gnomevfs/gstgnomevfssrc.c:
5000         Fix URI interface implementation return type.
5001         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
5002         Fix what looks like a copy/paste issue when assigning values.
5003         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5004         (gst_audio_filter_template_get_type):
5005         Cast to prevent Forte warnings.
5006         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5007         Fix URI interface implementation return type.
5008         gst_pad_query_position requires a signed integer pointer as
5009         3rd parameter, GstClockTime is unsigned.
5010         * gst/audioconvert/audioconvert.c:
5011         Fix integer overflow when treated as signed.
5012         * gst/audioresample/resample.c: (resample_add_input_data):
5013         Cast to prevent warnings on Forte.
5014         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5015         Fix integer overflow when treated as signed.
5016         * gst/ffmpegcolorspace/imgconvert_template.h:
5017         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5018         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5019         (cleanup_decodebin):
5020         Who initialises a guint to -1!
5021         Cast function pointers to prevent warnings on Forte.
5022         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5023         (queue_threshold_reached):
5024         Cast function pointers correctly to prevent warnings on Forte.
5025         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5026         Cast function pointers correctly to prevent warnings on Forte.
5027         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5028         Obvious change to unsigned, 0xEF > max signed char.
5029         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5030         GstClockTime is unsigned, initialise correctly.
5031         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5032         Cast so pointer arithemetic doesn't cause warnings on Forte.
5033         * gst/videorate/gstvideorate.c:
5034         Use correct return value.
5035         * tests/examples/seek/scrubby.c:
5036         GstClockTime is unsigned, initialise correctly.
5037
5038 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5039
5040         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5041
5042         * gst/typefind/gsttypefindfunctions.c:
5043           Recognise XML files and XML-like files shorter than 256 bytes as
5044           well (fixes #359237).
5045
5046 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5047
5048         Patch by: Renato Filho <renato.filho@indt.org.br>
5049         
5050         * gst/typefind/gsttypefindfunctions.c:
5051         Added typefind functions to video/x-nuv media.
5052         
5053 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5054
5055         * gst-libs/gst/interfaces/xoverlay.c:
5056         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5057           Some more guards against invalid input.
5058
5059 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5060
5061         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5062         Useless goto.
5063         * tests/examples/seek/seek.c: (do_seek),
5064         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5065         seek example to experiment with rates != 1.0 (reverse playback !)
5066
5067 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5068
5069         * gst-libs/gst/interfaces/xoverlay.c:
5070           Unref message in doc-example (spotted by Robert McQueen)
5071
5072 2006-10-06  Wim Taymans  <wim@fluendo.com>
5073
5074         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5075         (mpeg1_parse_header), (mpeg1_sys_type_find):
5076         printf fix.
5077
5078 2006-10-06  Wim Taymans  <wim@fluendo.com>
5079
5080         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5081         (close_pad_link):
5082         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5083         Activate dynamic pads before adding them to the element.
5084
5085 2006-10-06  Michael Smith  <msmith@fluendo.com>
5086
5087         * gst-libs/gst/floatcast/floatcast.h:
5088           Fix obviously-bogus macros; use the correct types.
5089
5090 2006-10-06  Wim Taymans  <wim@fluendo.com>
5091
5092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5093         (gst_base_rtp_depayload_change_state):
5094         Also call parent state change function to activate pads.
5095
5096         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5097         (mpeg1_parse_header), (mpeg1_sys_type_find):
5098         Add some more debug info in mpeg typefinding.
5099
5100 2006-10-06  Michael Smith  <msmith@fluendo.com>
5101
5102         * ext/theora/theoradec.c: (theora_dec_chain):
5103           Zero byte theora packets are valid and well-defined; don't warn on
5104           them.
5105
5106 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5107
5108         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5109         (gst_multi_fd_sink_get_stats), (find_limits),
5110         (gst_multi_fd_sink_queue_buffer):
5111           API: add dropped_buffers to the get-stats GValueArray
5112
5113 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5114
5115         * ext/alsa/gstalsadeviceprobe.c:
5116         (gst_alsa_device_property_probe_get_values):
5117         * ext/alsa/gstalsasink.c: (set_hwparams):
5118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5119         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5120         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5121         (gst_ogg_mux_process_best_pad):
5122         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5123         (gst_ogg_parse_chain):
5124         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5125         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5126         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5127         (gst_vorbis_enc_buffer_check_discontinuous):
5128         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5129         * gst-libs/gst/audio/gstbaseaudiosink.c:
5130         (gst_base_audio_sink_render):
5131         * gst-libs/gst/cdda/gstcddabasesrc.c:
5132         (gst_cdda_base_src_handle_track_seek):
5133         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5134         (gst_base_rtp_depayload_push_full):
5135         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5136         * gst/audioresample/resample.c: (resample_input_pushthrough):
5137         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5138         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5139         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5140         (wavpack_type_find):
5141         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5142         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5143         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5144         * tests/check/elements/volume.c: (GST_START_TEST):
5145           Printf format fixes.
5146
5147 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5148
5149         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5150           Fix a simple mistake (see the docs)
5151           Fixes #359580
5152
5153 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5154
5155         * docs/plugins/Makefile.am:
5156         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5157         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5158         * docs/plugins/gst-plugins-base-plugins.args:
5159         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5160         * docs/plugins/inspect/plugin-adder.xml:
5161         * docs/plugins/inspect/plugin-alsa.xml:
5162         * docs/plugins/inspect/plugin-audioconvert.xml:
5163         * docs/plugins/inspect/plugin-audiorate.xml:
5164         * docs/plugins/inspect/plugin-audioresample.xml:
5165         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5166         * docs/plugins/inspect/plugin-cdparanoia.xml:
5167         * docs/plugins/inspect/plugin-decodebin.xml:
5168         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5169         * docs/plugins/inspect/plugin-gdp.xml:
5170         * docs/plugins/inspect/plugin-gnomevfs.xml:
5171         * docs/plugins/inspect/plugin-libvisual.xml:
5172         * docs/plugins/inspect/plugin-ogg.xml:
5173         * docs/plugins/inspect/plugin-pango.xml:
5174         * docs/plugins/inspect/plugin-playbin.xml:
5175         * docs/plugins/inspect/plugin-subparse.xml:
5176         * docs/plugins/inspect/plugin-tcp.xml:
5177         * docs/plugins/inspect/plugin-theora.xml:
5178         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5179         * docs/plugins/inspect/plugin-video4linux.xml:
5180         * docs/plugins/inspect/plugin-videorate.xml:
5181         * docs/plugins/inspect/plugin-videoscale.xml:
5182         * docs/plugins/inspect/plugin-videotestsrc.xml:
5183         * docs/plugins/inspect/plugin-volume.xml:
5184         * docs/plugins/inspect/plugin-vorbis.xml:
5185         * docs/plugins/inspect/plugin-ximagesink.xml:
5186         * docs/plugins/inspect/plugin-xvimagesink.xml:
5187           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5188
5189 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5190
5191         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5192
5193         * ext/vorbis/Makefile.am:
5194         * ext/vorbis/vorbis.c: (plugin_init):
5195         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5196         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5197         * ext/vorbis/vorbisparse.h:
5198         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5199         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5200         (gst_vorbis_tag_parse_packet):
5201         * ext/vorbis/vorbistag.h:
5202           Add new vorbistag element which derives from vorbisparse
5203           and is essentially the same as well, only that it implements
5204           the GstTagSetter interface and can modify the stream's
5205           vorbiscomment on the fly (#335635).
5206
5207         * tests/check/Makefile.am:
5208         * tests/check/elements/.cvsignore:
5209         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5210         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5211         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5212         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5213           Add unit test for new vorbistag element.
5214
5215 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5216
5217         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5218         (vorbis_parse_push_headers), (vorbis_parse_chain):
5219           Set BOS flag in packet structure to fix 'jump depends
5220           on unitialized value' errors in valgrind; various minor
5221           clean-ups.
5222
5223 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5224
5225         * gst/playback/gstdecodebin.c: (close_pad_link):
5226         Fix typo in a debug statement.
5227
5228         * gst/playback/gstplaybasebin.c: (probe_triggered),
5229         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5230         (gen_source_element), (source_new_pad), (analyse_source),
5231         (setup_source):
5232         When handling no_more_pads in new_decoded_pad, make sure to treat
5233         subtitle pads correctly. Fixes playback with subtitle files.
5234
5235         Move a recurring message to LOG level.
5236
5237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5238         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5239         which ends up as -1 when cast to an int. Make the logic handle the
5240         max value as an unsigned mask and only change the colorkey when it's
5241         a value we recognise.
5242
5243 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5244
5245         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5246         Removed empty * between paragraphs
5247
5248 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5249
5250         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5251         * gst-libs/gst/rtp/README:
5252         Moved some documentation into .c file
5253
5254 2006-09-29  Wim Taymans  <wim@fluendo.com>
5255
5256         * gst/playback/gstdecodebin.c: (no_more_pads):
5257         Fix compilation.
5258
5259 2006-09-29  Wim Taymans  <wim@fluendo.com>
5260
5261         * gst/playback/gstdecodebin.c: (new_caps):
5262         Remove g_print
5263
5264         * gst/playback/gstplaybin.c:
5265         Add some docs.
5266
5267 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5268
5269         * tests/check/Makefile.am:
5270           Re-enable cddabasesrc test to see if it works again
5271           now.
5272
5273 2006-09-29  Wim Taymans  <wim@fluendo.com>
5274
5275         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5276         (gen_source_element):
5277         Handle invalid URIs a bit more gracefully.
5278
5279 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5280
5281         * tests/check/pipelines/oggmux.c:
5282           Remove obsolete comment.
5283
5284 2006-09-29  Michael Smith  <msmith@fluendo.com>
5285
5286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5287         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5288         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5289         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5290         (gst_ogg_mux_collected):
5291           Commit patch from James "Doc" Livingston, adds proper EOS handling
5292           in oggmux. GStreamer can, for the first time ever, create a valid
5293           Ogg file! Yay!
5294
5295         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5296         (oggmux_suite):
5297           Reenable tests now that they pass.
5298
5299 2006-09-29  Wim Taymans  <wim@fluendo.com>
5300
5301         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5302         Stop reading commands when EOF (we read 0) as well.
5303
5304 2006-09-28  Wim Taymans  <wim@fluendo.com>
5305
5306         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5307         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5308         (find_dynamic), (unlinked), (close_link):
5309         Implement delayed caps linking needed for element with a lot of
5310         different caps on the src pads that get fixed at runtime.
5311         Improve management of dynamic elements.
5312
5313         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5314         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5315         (gen_preroll_element), (remove_groups), (unknown_type),
5316         (add_element_stream), (no_more_pads_full), (no_more_pads),
5317         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5318         (new_decoded_pad), (setup_subtitle), (array_has_value),
5319         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5320         (analyse_source), (remove_decoders), (make_decoder),
5321         (remove_source), (setup_source), (finish_source), (prepare_output),
5322         (gst_play_base_bin_change_state):
5323         * gst/playback/gstplaybasebin.h:
5324         Use more _CAST instead of full type checking casts.
5325         Small cleanups, plug some leaks.
5326         Handle dynamic sources.
5327         Add some helper functions to create lists of strings used for
5328         blacklisting and other stuff.
5329         Refactor some code dealing with analysing the source.
5330         Re-enable sources without pads (like cd:// or other selfcontained
5331         elements).
5332
5333 2006-09-28  Wim Taymans  <wim@fluendo.com>
5334
5335         * gst-libs/gst/audio/gstbaseaudiosink.c:
5336         (gst_base_audio_sink_render):
5337         When we have a timestamp, we can still perform clipping.
5338         When we have no clock, we must play the sample ASAP.
5339
5340 2006-09-28  Wim Taymans  <wim@fluendo.com>
5341
5342         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5343         Set caps on outgoing buffers.
5344
5345         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5346         (gst_video_rate_event), (gst_video_rate_chain):
5347         * gst/videorate/gstvideorate.h:
5348         Fix videorate some more. Fixes #357977
5349
5350 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5351
5352         * tests/check/elements/adder.c: (adder_suite):
5353           Don't set timeout to 6 seconds when we're running
5354           in valgrind ... (and how is 6 seconds longer than
5355           the default anyway?)
5356
5357 2006-09-28  Wim Taymans  <wim@fluendo.com>
5358
5359         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5360         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5361         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5362         Keep sink and src segment to keep track of time and support more
5363         input formats.
5364         Fix bogus next_offset and run_time calculation, don't understand how
5365         this could have worked before. Fixes #357976.
5366         Remove some unneeded vars.
5367
5368 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5369
5370         * gst/playback/gstplaybin.c: (remove_sinks):
5371           Only remove visualisation from visbin if there is a visbin (or:
5372           don't throw warnings when closing totem without playing a file).
5373
5374 2006-09-27  Wim Taymans  <wim@fluendo.com>
5375
5376         * gst-libs/gst/audio/gstbaseaudiosink.c:
5377         (gst_base_audio_sink_render):
5378         Add some more info in a WARNING.
5379
5380         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5381         (gst_base_audio_src_create):
5382         Handle PAUSE in create function, use new -core addition to
5383         wait for playing. Fixes pausing and resuming capture from an
5384         audiosrc.
5385
5386         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5387         (gst_ring_buffer_read):
5388         Constify some more.
5389         Caller supports interrupted reads now.
5390
5391 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5392
5393         * tests/check/Makefile.am:
5394           Another attempt to make the gen64 buildbot happy.
5395
5396 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5397
5398         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5399
5400         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5401         (gst_visual_chain), (gst_visual_change_state):
5402           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5403           correctly. Fixes #357800
5404
5405 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5406
5407         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5408           Add timeout to _get_state() so we see which pipeline it is
5409           that causes trouble on the gen64 build bot.
5410
5411 2006-09-27  Wim Taymans  <wim@fluendo.com>
5412
5413         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5414         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5415         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5416         (gst_base_rtp_depayload_set_gst_timestamp):
5417         the source pad always uses fixed caps.
5418
5419 2006-09-27  Wim Taymans  <wim@fluendo.com>
5420
5421         * docs/libs/gst-plugins-base-libs-docs.sgml:
5422         * docs/libs/gst-plugins-base-libs-sections.txt:
5423         * gst-libs/gst/audio/gstaudioclock.c:
5424         * gst-libs/gst/audio/gstaudioclock.h:
5425         * gst-libs/gst/audio/gstaudiosink.c:
5426         * gst-libs/gst/audio/gstaudiosink.h:
5427         * gst-libs/gst/audio/gstaudiosrc.c:
5428         * gst-libs/gst/audio/gstbaseaudiosink.c:
5429         (gst_base_audio_sink_render):
5430         * gst-libs/gst/audio/gstbaseaudiosink.h:
5431         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5432         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5433         * gst-libs/gst/audio/gstringbuffer.h:
5434         Added docs for the audio libs.
5435
5436 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5437
5438         * tests/check/Makefile.am:
5439           Temporarily disable test that fails on the bots for unknown reasons.
5440
5441 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5442
5443         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5444         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5445         Moved AudioCodecType into priv
5446         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5447
5448 2006-09-25  Wim Taymans  <wim@fluendo.com>
5449
5450         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5451         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5452         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5453         (new_pad):
5454         Cleanups and small leak fixes.
5455         Added Depayloaders to valid list of autopluggable elements.
5456
5457 2006-09-25  Wim Taymans  <wim@fluendo.com>
5458
5459         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5460         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5461         (gen_video_element), (gen_text_element), (gen_audio_element),
5462         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5463         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5464         Detect NO_PREROLL state change returns and disable clock distribution to
5465         the sinks so that sync is disabled.
5466         Avoid some type checking and do simple casts instead.
5467         Small cleanups, fix some FIXMEs.
5468         Be more robust when linking user specified elements, catch an report
5469         errors. Fixes #357404.
5470         Fix some leaks in the error paths.
5471
5472 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5473
5474         * ChangeLog:
5475           ChangeLog surgery for missing bug-number
5476
5477 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5478
5479         Patch by: Peter Kjellerstedt  <pkj at axis com>
5480
5481         * gst/playback/test.c:
5482           Fix compilation with uClibc and -Werror (#357591).
5483
5484 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5485
5486         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5487           Parse dates that are followed by a time as well (#357532).
5488
5489         * tests/check/libs/tag.c: (test_vorbis_tags):
5490           Add unit test for this.
5491
5492 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5493
5494         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5495         (gst_audio_convert_transform_caps):
5496         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5497         * gst/videotestsrc/videotestsrc.h:
5498           A few array const-ifications.
5499
5500 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5501
5502         * tests/check/Makefile.am:
5503           See if this makes the build bots happy.
5504
5505         * tests/check/libs/cddabasesrc.c:
5506           UTF8-ise my name.
5507
5508 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5509
5510         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5511
5512         * gst/subparse/samiparse.c: (handle_start_font),
5513         (fix_invalid_entities):
5514           More case-insensitivity for certain tags; recognise entities with
5515           decimal codes as special entities as well (#357330).
5516
5517 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5518
5519         * gst-libs/gst/Makefile.am:
5520           Need to build tag directory before cdda.
5521
5522 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5523
5524         * docs/libs/gst-plugins-base-libs-sections.txt:
5525         * gst-libs/gst/cdda/Makefile.am:
5526         * gst-libs/gst/cdda/gstcddabasesrc.c:
5527         (gst_cdda_base_src_base_init):
5528         * gst-libs/gst/cdda/gstcddabasesrc.h:
5529         * gst-libs/gst/tag/tag.h:
5530         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5531         (gst_tag_register_musicbrainz_tags):
5532           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5533           depend on libgsttag. This is required so we can extract/read tags like
5534           DISCID without depending on libgstcddabasesrc (which used to register
5535           them).
5536
5537         * gst-libs/gst/tag/gstvorbistag.c:
5538           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
5539           tags (also see #347848).
5540
5541         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
5542           Log vorbis comments we are actually writing. Const-ify array.
5543
5544 2006-09-23  Wim Taymans  <wim@fluendo.com>
5545
5546         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5547         Improve buffering a bit by avoiding a deadlock because we cannot assume
5548         the underrun is always called.
5549
5550 2006-09-23  Wim Taymans  <wim@fluendo.com>
5551
5552         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5553
5554         * gst-libs/gst/riff/riff-ids.h:
5555         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5556         (gst_riff_create_audio_template_caps):
5557         Added MPEG-4 AAC and id and caps. Fixes #357289
5558         Added WMA9 Lossless id.
5559
5560 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5561
5562         * ext/gnomevfs/gstgnomevfssrc.c:
5563           Fix misleading docs addition.
5564
5565         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5566           Get rid of compiler warning the right way.
5567
5568 2006-09-22  Wim Taymans  <wim@fluendo.com>
5569
5570         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5571         (gst_base_rtp_depayload_finalize),
5572         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5573         (gst_base_rtp_depayload_push_full),
5574         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
5575         (gst_base_rtp_depayload_process),
5576         (gst_base_rtp_depayload_set_gst_timestamp),
5577         (gst_base_rtp_depayload_queue_release):
5578         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5579         Small cleanups.
5580         Fix some leaks.
5581         Refactored the process method and added methods to push from the process
5582         vmethod.
5583         Use _scale functions.
5584         API: gst_base_rtp_depayload_push_ts
5585         API: gst_base_rtp_depayload_push
5586
5587         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5588         timestamps are uint.
5589
5590 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
5591
5592         * gst-libs/gst/interfaces/xoverlay.c:
5593           Remove unused statement from doc example.
5594
5595 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
5596
5597         * gst-libs/gst/interfaces/videoorientation.c:
5598         (gst_video_orientation_iface_init),
5599         (gst_video_orientation_get_hflip),
5600         (gst_video_orientation_get_vflip),
5601         (gst_video_orientation_get_hcenter),
5602         (gst_video_orientation_get_vcenter),
5603         (gst_video_orientation_set_hflip),
5604         (gst_video_orientation_set_vflip),
5605         (gst_video_orientation_set_hcenter),
5606         (gst_video_orientation_set_vcenter):
5607           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
5608           in ChangeLog)
5609
5610 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
5611
5612         * tests/check/Makefile.am:
5613         * tests/check/elements/.cvsignore:
5614         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
5615         (create_rgb_conversions), (rgb_conversion_free),
5616         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
5617         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
5618           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
5619           but disable for now since it doesn't pass (something wrong with
5620           RGBA somewhere).
5621
5622 2006-09-21  Wim Taymans  <wim@fluendo.com>
5623
5624         * gst/playback/gstplaybasebin.c: (group_commit),
5625         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
5626         (queue_out_of_data), (gen_preroll_element),
5627         (preroll_remove_overrun), (probe_triggered):
5628         Refactor handling of overrun detection.
5629         Separate handling of group completion and deadlock detection when doing
5630         network buffering. This should fix some deadlocks that were not detected
5631         because the group was completed.
5632         Add more comments, improve debugging.
5633
5634 2006-09-21  Wim Taymans  <wim@fluendo.com>
5635
5636         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5637         * tests/check/libs/audio.c:
5638         Some more compilation fixes.
5639
5640 2006-09-21  Wim Taymans  <wim@fluendo.com>
5641
5642         * gst-libs/gst/audio/gstringbuffer.c:
5643         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5644         (gst_ring_buffer_read):
5645         Early morning compilation fix.
5646
5647 2006-09-20  Wim Taymans  <wim@fluendo.com>
5648
5649         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5650         * tests/check/elements/multifdsink.c: (GST_START_TEST):
5651         * tests/check/elements/videorate.c: (GST_START_TEST):
5652         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5653         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
5654         Fix some warnings.
5655
5656 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5657
5658         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5659         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5660         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5661           Handcrafted merge to help CVS understanding what I changed and what
5662           not.
5663
5664 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5665
5666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5667         (gst_xvimagesink_get_times):
5668           change colorkey behaviour back according to #354773 comment 6/7
5669
5670 2006-09-19  Michael Smith  <msmith@fluendo.com>
5671
5672         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5673         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
5674         (gst_multi_fd_sink_recover_client),
5675         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
5676         (gst_multi_fd_sink_get_property):
5677         * gst/tcp/gstmultifdsink.h:
5678           Implement stubbed out properties unit-type, units-soft-max,
5679           units-max, to allow specifying maximum sizes in units other than
5680           buffers.
5681           Fixes #355935
5682
5683 2006-09-19  Wim Taymans  <wim@fluendo.com>
5684
5685         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5686         (gst_riff_create_audio_template_caps):
5687         Reorder the audio formats a bit for clarity.
5688         Detect and create caps for MSGSM and MSN (WAV49).
5689         Fixes #356596.
5690
5691         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5692         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5693         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5694         Small cleanups, move error handling out of normal flow for clarity.
5695
5696 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5697
5698         * docs/libs/gst-plugins-base-libs-docs.sgml:
5699         * docs/libs/gst-plugins-base-libs.types:
5700         * gst-libs/gst/interfaces/Makefile.am:
5701         * gst-libs/gst/interfaces/videoorientation.c:
5702         (gst_video_orientation_get_type),
5703         (gst_video_orientation_iface_init),
5704         (gst_video_orientation_get_hflip),
5705         (gst_video_orientation_get_vflip),
5706         (gst_video_orientation_get_hcenter),
5707         (gst_video_orientation_get_vcenter),
5708         (gst_video_orientation_set_hflip),
5709         (gst_video_orientation_set_vflip),
5710         (gst_video_orientation_set_hcenter),
5711         (gst_video_orientation_set_vcenter):
5712         * gst-libs/gst/interfaces/videoorientation.h:
5713           API: Add new interface to control video orientation (fixes #354908)
5714
5715 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5716
5717         * gst/videotestsrc/gstvideotestsrc.c:
5718           Use G_UNLIKELY in _create and log one more detail.
5719           
5720         (gst_video_test_src_get_times), (gst_video_test_src_create):
5721         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5722           Use gst_util_uint64_scale_int in _get_times().
5723
5724 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5725
5726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
5727           Give better warning message (add object and detail).
5728
5729 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5730
5731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5732         (gst_xvimagesink_get_times):
5733           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
5734           #354773), use gst_util_uint64_scale_int in _get_times()
5735
5736 2006-09-18  Michael Smith  <msmith@fluendo.com>
5737
5738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
5739           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
5740           always true, leading to dropping all timestamps.
5741
5742 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5743
5744         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
5745         (gst_visual_chain), (gst_visual_change_state):
5746           update to work also with libvisual 0.4 API, fix double unref (#355914)
5747           
5748         * tools/gst-launch-ext.1.in:
5749         * tools/gst-visualise.1.in:
5750           remove references to old man-pages
5751
5752         * tests/examples/seek/seek.c: (main):
5753           add real meadi-buttons, add tool-tips for the seek-options, arrange
5754           seek options in a table
5755
5756 2006-09-18  Michael Smith  <msmith@fluendo.com>
5757
5758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
5759         (gst_ogg_mux_push_buffer):
5760           Don't generate out-of-order timestamps from oggmux, instead clamp
5761           output timestamps to be >= the previously output ts.
5762           Fixes #355595
5763
5764 2006-09-18  Michael Smith  <msmith@fluendo.com>
5765
5766         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5767         (gst_multi_fd_sink_class_init):
5768           Updates, fixes, and typo corrections for multifdsink. No functional
5769           changes.
5770
5771 2006-09-17  Michael Smith  <msmith@fluendo.com>
5772
5773         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
5774           Don't crash on truncated files - check that we got an 8 byte buffer
5775           before trying to memcmp it.
5776
5777 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5778
5779         * gst/playback/gstplaybasebin.c: (get_active_source):
5780           Make stream-switching appear instant to the application
5781           (ie. make sure that a g_object_get on 'current-foo' returns
5782           the stream previously set with g_object_set(). Totem needs
5783           this to update stream-related meta-info (like audio-codec)
5784           correctly when switching streams.
5785
5786 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5787
5788         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
5789         (gst_alsa_mixer_ensure_track_list):
5790           Try harder to guess which mixer track is the master mixer
5791           track (instead of just taking the first one that has a pvolume).
5792           Fixes #342228.
5793
5794 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5795
5796         reviewed by: <delete if not using a buddy>
5797
5798         * gst-libs/gst/audio/audio.h:
5799         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5800
5801 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5802
5803         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5804         (gst_audio_convert_transform_caps):
5805           Get structure-name just once.
5806
5807 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5808
5809         * tests/check/elements/audioresample.c: (GST_START_TEST):
5810         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5811         * tests/check/elements/volume.c: (GST_START_TEST):
5812         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
5813         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
5814         (test_pipeline), (GST_START_TEST):
5815         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
5816         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5817           Fix big batch of compiler warnings.
5818
5819 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5820
5821         * ext/gnomevfs/gstgnomevfssrc.c:
5822           Add docs about icydemux usage in connection with gnomevfssrc
5823
5824         * ext/libvisual/visual.c:
5825         * ext/ogg/gstoggaviparse.c:
5826         * ext/ogg/gstoggdemux.c:
5827         * ext/ogg/gstoggmux.c:
5828         * ext/ogg/gstoggparse.c:
5829         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5830         * gst-libs/gst/audio/gstaudiosink.c:
5831         * gst-libs/gst/audio/gstaudiosrc.c:
5832         * gst/audiorate/gstaudiorate.c:
5833           More G_OBJECT macro fixing.
5834
5835         * gst/audiotestsrc/gstaudiotestsrc.h:
5836           Fix wrong info in header due to copy & paste
5837
5838 2006-09-15  Wim Taymans  <wim@fluendo.com>
5839
5840         * gst-libs/gst/audio/gstbaseaudiosink.c:
5841         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
5842         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5843         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
5844         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
5845         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5846         Do the delay calculation in the source/sink base classes as this is
5847         specific for the capture/playback mode.
5848         Try to fixate a bit better, like round depth up to a multiple of 8
5849         bigger than width.
5850         Handle underruns correctly by marking DISCONT on buffers and adjusting
5851         timestamps to handle the gap.
5852         Set offset/offset_end correctly on buffers.
5853
5854         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
5855         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5856         (gst_ring_buffer_read):
5857         Remove resync and underrun recovery from the ringbuffer.
5858         Fix ringbuffer read code on under/overrun.
5859
5860 2006-09-15  Wim Taymans  <wim@fluendo.com>
5861
5862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5863         (gst_play_base_bin_init), (fill_buffer), (check_queue),
5864         (queue_threshold_reached), (gst_play_base_bin_set_property),
5865         (gst_play_base_bin_get_property):
5866         * gst/playback/gstplaybasebin.h:
5867         Don't use a 0 low watermark when buffering, it is catching starvation
5868         way too late. Instead, use a 3 second queue with 30 and 95
5869         percent low/high watermarks. 
5870         Added queue-min-threshold property to configure low watermark.
5871         Use new _buffering message API.
5872         Make queue_threshold variable big enough to store a uint64 time value.
5873         API: playbin::queue-min-threshold property.
5874
5875 2006-09-15  Wim Taymans  <wim@fluendo.com>
5876
5877         * configure.ac:
5878         We require 0.10.10.1 now because of _wait_preroll().
5879
5880         * gst-libs/gst/audio/gstbaseaudiosink.c:
5881         (gst_base_audio_sink_render):
5882         Use gst_base_sink_wait_preroll().
5883
5884 2006-09-15  Wim Taymans  <wim@fluendo.com>
5885
5886         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
5887         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
5888         Use DEBUG_OBJECT more.
5889
5890 === release 0.10.10 ===
5891
5892 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5893
5894         patch by: Michael Smith <msmith at fluendo dot com>
5895
5896         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
5897         (gst_multi_fd_sink_client_queue_buffer),
5898         (gst_multi_fd_sink_new_client):
5899         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5900         (multifdsink_suite):
5901           Fix implementation of sync-method 'next-keyframe'
5902           Closes #354594
5903
5904 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5905
5906         patch by: Wim Taymans <wim at fluendo dot com>
5907
5908         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5909         This patch removes the RANDOM flag that was incorrectly introduced with
5910         revision 1.91.  Fixes #354590
5911
5912 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5913
5914         * tests/check/Makefile.am:
5915           Random variation in Makefile line to see if it makes the
5916           gen64-base-full bot any happier.
5917
5918 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5919
5920         * tests/check/pipelines/oggmux.c: (oggmux_suite):
5921           Disable test that fails at the moment (killed after timeout).
5922
5923 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5924
5925         Patch by: James Livingston  <doclivingston at gmail.com>
5926
5927         * tests/check/Makefile.am:
5928         * tests/check/pipelines/.cvsignore:
5929         * tests/check/pipelines/oggmux.c: (get_page_codec),
5930         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
5931         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
5932         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
5933         (test_theora_vorbis), (oggmux_suite):
5934           Add simple unit test for oggmux from #337026 with checking for the
5935           EOS flags disabled for the time being.
5936
5937 2006-09-04  Wim Taymans  <wim@fluendo.com>
5938
5939         patch by: Alessandro Dessina <alessandro nnva org>
5940
5941         * ext/ogg/gstoggmux.c:
5942         Add cmml caps to oggmux. Fixes #353912
5943
5944 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5945
5946         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5947           Returning a return value often helps. In this case, we
5948           don't need the return value anyway, so just get rid of it.
5949           Should make build bots much happier.
5950
5951 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5952
5953         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
5954         (paint_get_structure), (gst_video_test_src_get_size),
5955         (gst_video_test_src_smpte), (gst_video_test_src_snow),
5956         (gst_video_test_src_unicolor), (paint_setup_AYUV),
5957         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
5958         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
5959         * gst/videotestsrc/videotestsrc.h:
5960           Add support for AYUV and the various RGBA formats. Initialise
5961           fields of paintinfo structs allocated on the stack.
5962
5963         * tests/check/elements/videotestsrc.c: (right_shift_colour),
5964         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
5965         (check_rgb_buf), (videotestsrc_suite):
5966           Add unit tests for videotestsrc's RGB output.
5967
5968 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5969
5970         * gst/videotestsrc/gstvideotestsrc.c:
5971         (gst_video_test_src_pattern_get_type),
5972         (gst_video_test_src_set_pattern):
5973         * gst/videotestsrc/gstvideotestsrc.h:
5974         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
5975         (gst_video_test_src_black), (gst_video_test_src_white),
5976         (gst_video_test_src_red), (gst_video_test_src_green),
5977         (gst_video_test_src_blue):
5978         * gst/videotestsrc/videotestsrc.h:
5979           Add more uni-colour patterns ("white", "red", "green", and "blue").
5980
5981 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5982
5983         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
5984           Fix stride for YVYU, should be word-aligned (#353658).
5985
5986 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
5987
5988         * gst/adder/gstadder.c: (gst_adder_src_event):
5989           Fix build.
5990
5991 2006-08-31  Edward Hervey  <edward@fluendo.com>
5992
5993         * gst/adder/gstadder.c: (forward_event_func),
5994         (gst_adder_src_event), (gst_adder_collected),
5995         (gst_adder_change_state):
5996         * gst/adder/gstadder.h:
5997         Remember the start position asked in the incoming seeks, so we can
5998         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
5999         of assuming it will always be 0).
6000
6001 2006-08-31  Edward Hervey  <edward@fluendo.com>
6002
6003         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6004         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
6005         (gst_ogg_demux_loop):
6006         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
6007
6008 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6009
6010         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6011         (gst_ffmpegcsp_get_unit_size):
6012           Return FALSE instead of returning a random false unit
6013           size when the format isn't known/supported (even if
6014           this shouldn't happen under normal circumstances).
6015
6016 2006-08-29  Wim Taymans  <wim@fluendo.com>
6017
6018         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6019
6020         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6021         (gst_gnome_vfs_src_start):
6022         Try harder to get the size from a uri by using _info_uri() when
6023         _info_from_handle() does not give us enough info. 
6024         Also follow symlinks when getting the size.
6025         Partially Fixes #332864.
6026
6027 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6028
6029         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6030
6031         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6032         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6033         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6034         (gst_alsa_mixer_set_record):
6035         * ext/alsa/gstalsamixertrack.c:
6036         (gst_alsa_mixer_track_update_alsa_capabilities),
6037         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6038         (gst_alsa_mixer_track_update):
6039         * ext/alsa/gstalsamixertrack.h:
6040           Improve and fix mixer track handling, in particular better handling
6041           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6042           separate track objects for tracks that have both capture and playback
6043           volume (and label them differently as well so they're not mistakenly
6044           assumed to be duplicates); classify mixer tracks that only affect
6045           the audible volume of something (rather than the capture volume)
6046           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6047           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6048           (following the meaning documented in the mixer interface header
6049           file); add support for alsa's exclusive cswitch groups; update/sync
6050           state/flags better if mixer settings are changed by another
6051           application. Fixes #336075.
6052
6053 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         * gst/playback/gstplaybin.c:
6056           Improve docs: add section about BUFFERING messages sent by playbin.
6057
6058 2006-08-29  Michael Smith  <msmith@fluendo.com>
6059
6060         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6061         (gst_vorbis_enc_buffer_check_discontinuous),
6062         (gst_vorbis_enc_chain):
6063           Ignore explicit DISCONT marked on buffers (which is often spurious,
6064           particularly when using multiple segments), in favour of solely
6065           using the timestamps/durations.
6066
6067 2006-08-29  Edward Hervey  <edward@fluendo.com>
6068
6069         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6070         Don't rely on incoming buffers offset anymore, since it is completely
6071         broken when using multiple segments.
6072         Instead convert the incoming buffers timestamp to running time, and
6073         then convert that value to the offsets.
6074         Also inform GstSegment of the last outputted stop position, which is
6075         needed if we received several segments with an unknown stop value.
6076
6077 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6078
6079         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6080           fix buffer unreffing on a header push failure
6081
6082 2006-08-28  Wim Taymans  <wim@fluendo.com>
6083
6084         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6085         (gst_audio_rate_chain):
6086         Make the metadata of the buffer writable before changing its
6087         flags.
6088
6089 2006-08-28  Wim Taymans  <wim@fluendo.com>
6090
6091         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6092         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6093         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6094         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6095         Fix audiorate some more.
6096         Reset and resync counters on flush and READY.
6097         Handle the DISCONT flag correctly.
6098         Use GstSegment to track position.
6099         Fail when not negotiated.
6100         Fixes #353234.
6101
6102 2006-08-25  Michael Smith  <msmith@fluendo.com>
6103
6104         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6105           Fix spelling.
6106           Remove accidently included debug line.
6107
6108 2006-08-25  Wim Taymans  <wim@fluendo.com>
6109
6110         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6111         Small cleanups.
6112         If a buffer is received with no caps, make the buffer metadata
6113         writable and set the caps, making sure that we don't screw up the
6114         refcounts.
6115
6116 2006-08-25  Michael Smith  <msmith@fluendo.com>
6117
6118         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6119         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6120           Fix memory leaks and misleading debug messages, add a couple of
6121           comments.
6122
6123         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6124         (gst_multi_fd_sink_render):
6125           Do not use gst_buffer_make_writable() in a basesink render method,
6126           as it may incorrectly unref the buffer. Instead, use convoluted
6127           dance to avoid copying the buffer except when we need to.
6128
6129 2006-08-25  Michael Smith  <msmith@fluendo.com>
6130
6131         * ext/vorbis/vorbisenc.c:
6132         (gst_vorbis_enc_buffer_check_discontinuous):
6133           Allow very small discontinuities in the timestamps. These we can't
6134           do anything useful with anyway (because vorbis's timestamps have
6135           only sample granularity), and are commonly produced by elements with
6136           minor bugs. Allow up to 1/2 a sample out.
6137           Fixes #351742.
6138
6139 2006-08-24  Wim Taymans  <wim@fluendo.com>
6140
6141         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6142         (play_scrub_toggle_cb), (main):
6143         Add a checkbox to enable play scrubbing. Makes it possible to disable
6144         normal scrubbing.
6145
6146 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6147
6148         * tests/check/elements/.cvsignore:
6149           make buildbot happy
6150
6151 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6154         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6155         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6156         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6157         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6158         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6159         (gst_ogm_text_parse_strip_trailing_zeroes),
6160         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6161         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6162           Refactor ogm parse, do better input checking, misc. clean-ups.
6163           Cache incoming events and push them once the source pad has
6164           been created. Don't pass unterminated strings to sscanf().
6165           Strip trailing zeroes from subtitle text output, since they
6166           are not valid UTF-8. Don't push vorbiscomment packets on
6167           the subtitle text pad. Output perfect streams if possible.
6168
6169 2006-08-23  Wim Taymans  <wim@fluendo.com>
6170
6171         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6172         Waits for tasks to settle down so that we clean up correctly for 
6173         valgrind.
6174
6175 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6176
6177         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6178           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6179           actually return return value in taglists_are_equal.
6180
6181 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6182
6183         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6184           Fix crash due to broken bitstream parsing on x86-64: can't make
6185           any assumptions about sizeof(struct) due to alignment/packing
6186           differences on different architectures. Fixes #351790.
6187
6188 2006-08-22  Wim Taymans  <wim@fluendo.com>
6189
6190         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6191         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6192         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6193         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6194         (gst_riff_parse_info):
6195         Protect public functions against bad input.
6196         Do some cleanups.
6197         Fix documentation.
6198
6199 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6200
6201         * gst-libs/gst/riff/riff-ids.h:
6202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6203           Add voxware audio IDs (even if we can't play it) (#351795).
6204
6205 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6206
6207         * gst-libs/gst/riff/riff-media.c:
6208         (gst_riff_create_video_template_caps),
6209         (gst_riff_create_audio_template_caps),
6210         (gst_riff_create_iavs_template_caps):
6211           Const-ify some arrays and use G_N_ELEMENTS instead
6212           of wasting oodles of RAM on terminator bits.
6213
6214 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6215
6216         * gst-libs/gst/tag/gstvorbistag.c:
6217         (gst_tag_list_to_vorbiscomment_buffer):
6218         * tests/check/libs/tag.c: (GST_START_TEST):
6219           And the same for _to_vorbiscomment_buffer(): allow
6220           id_data_len == 0 for speex.
6221
6222 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6223
6224         * configure.ac:
6225         * docs/plugins/Makefile.am:
6226         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6227         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6228         * docs/plugins/inspect/plugin-gdp.xml:
6229         * gst/gdp/Makefile.am:
6230         * tests/check/Makefile.am:
6231           Move GDP plugin to -base from -bad.  Closes #347783.
6232
6233 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6234
6235         * gst-libs/gst/tag/gstvorbistag.c:
6236         (gst_tag_list_from_vorbiscomment_buffer):
6237           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6238           Also add some checks to make sure we don't memcmp() beyond the end of
6239           vorbiscomment buffer if the ID to check for is larger than the buffer.
6240
6241         * tests/check/libs/tag.c: (GST_START_TEST):
6242           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6243
6244 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6245
6246         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6247         (gst_vorbis_enc_set_metadata):
6248           Use vorbis comment utility functions from libgsttag
6249           instead of re-inventing the wheel (partially fixes #347091).
6250
6251 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6252
6253         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6254         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6255         as some that won't.
6256
6257 2006-08-21  Wim Taymans  <wim@fluendo.com>
6258
6259         * docs/libs/Makefile.am:
6260         * docs/libs/gst-plugins-base-libs-sections.txt:
6261         * docs/libs/gst-plugins-base-libs.types:
6262         Don't try to GObject scan the netbuffer as it's not a GObject.
6263         Fixes #351308.
6264
6265         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6266         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6267         Document GstNetBuffer.
6268
6269 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6270
6271         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6272         (audioconvert_suite):
6273           Add testcase for caps-size-explosion
6274
6275 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6276
6277         * gst/audioconvert/gstaudioconvert.c:
6278         (gst_audio_convert_get_unit_size), (set_structure_widths):
6279           Lower debug, use g_assert in _get_unit_size
6280
6281         * gst/audioresample/gstaudioresample.c:
6282         (audioresample_get_unit_size):
6283         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6284         (gst_ffmpegcsp_get_unit_size):
6285         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6286           use g_assert in _get_unit_size
6287
6288 2006-08-18  Wim Taymans  <wim@fluendo.com>
6289
6290         * docs/libs/gst-plugins-base-libs-sections.txt:
6291         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6292         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6293         (gst_rtp_buffer_get_payload_buffer):
6294         * gst-libs/gst/rtp/gstrtpbuffer.h:
6295         Document GstRTPBuffer.
6296         Added function to efficiently strip payload headers.
6297         API: gst_rtp_buffer_get_payload_subbuffer()
6298
6299 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6300
6301         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6302         (gst_tag_to_vorbis_comments):
6303           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6304           tags and deserialise them properly as well (#347091).
6305           Add some more gtk-doc blurbs and also some g_return_if_fail().
6306
6307         * tests/check/libs/tag.c: (GST_START_TEST),
6308         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6309           More tests.
6310
6311 2006-08-17  Wim Taymans  <wim@fluendo.com>
6312
6313         * ext/ogg/Makefile.am:
6314         * ext/ogg/gstogg.c: (plugin_init):
6315         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6316         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6317         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6318         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6319         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6320         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6321         Added ogg-in-avi parser element. Fixes #140139.
6322
6323         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6324         Fixed a bug in oggdemux debug code.
6325
6326         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6327         (gst_riff_create_audio_template_caps):
6328         Recognise Ogg in the AVI extensible wave format.
6329
6330 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6331
6332         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6333           Make buffer durations add up (duration should be next_ts-ts for
6334           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6335           from CVS.
6336
6337         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6338         (test_buffer_timestamps), (cddabasesrc_suite):
6339           Add unit test for the above.
6340
6341         * tests/check/Makefile.am:
6342           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6343           to see what happens.
6344
6345 2006-08-16  Wim Taymans  <wim@fluendo.com>
6346
6347         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6348         (gst_alsasink_open):
6349         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6350         (gst_alsasrc_open):
6351         Avoid setting and using a NULL device name.
6352         Print more info when we fail to open a device.
6353
6354 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6355
6356         * docs/libs/gst-plugins-base-libs-sections.txt:
6357         * gst-libs/gst/tag/tag.h:
6358         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6359           API: add gst_tag_parse_extended_comment() (#351426).
6360
6361         * tests/check/Makefile.am:
6362         * tests/check/libs/.cvsignore:
6363         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6364           Add unit test for gst_tag_parse_extended_comment().
6365
6366 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6367
6368         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6370           Fix leak (#351502).
6371
6372 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6373
6374         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6375         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6376         * docs/plugins/gst-plugins-base-plugins.args:
6377         * gst/playback/gstplaybin.c:
6378           Document playbin.
6379           
6380         * docs/plugins/inspect/plugin-adder.xml:
6381         * docs/plugins/inspect/plugin-alsa.xml:
6382         * docs/plugins/inspect/plugin-audioconvert.xml:
6383         * docs/plugins/inspect/plugin-audiorate.xml:
6384         * docs/plugins/inspect/plugin-audioresample.xml:
6385         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6386         * docs/plugins/inspect/plugin-cdparanoia.xml:
6387         * docs/plugins/inspect/plugin-decodebin.xml:
6388         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6389         * docs/plugins/inspect/plugin-gnomevfs.xml:
6390         * docs/plugins/inspect/plugin-ogg.xml:
6391         * docs/plugins/inspect/plugin-pango.xml:
6392         * docs/plugins/inspect/plugin-playbin.xml:
6393         * docs/plugins/inspect/plugin-subparse.xml:
6394         * docs/plugins/inspect/plugin-tcp.xml:
6395         * docs/plugins/inspect/plugin-theora.xml:
6396         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6397         * docs/plugins/inspect/plugin-video4linux.xml:
6398         * docs/plugins/inspect/plugin-videorate.xml:
6399         * docs/plugins/inspect/plugin-videoscale.xml:
6400         * docs/plugins/inspect/plugin-videotestsrc.xml:
6401         * docs/plugins/inspect/plugin-volume.xml:
6402         * docs/plugins/inspect/plugin-vorbis.xml:
6403         * docs/plugins/inspect/plugin-ximagesink.xml:
6404         * docs/plugins/inspect/plugin-xvimagesink.xml:
6405           Update to CVS version.
6406
6407 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6408
6409         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6410         (gst_play_bin_set_property), (gst_play_bin_get_property),
6411         (value_list_append_structure_list),
6412         (gst_play_bin_handle_redirect_message),
6413         (gst_play_bin_handle_message):
6414           API: GstPlayBin::connection-speed
6415           Add "connection-speed" property; re-order redirect messages with
6416           multiple redirect locations depending on the minimum bitrate if
6417           that information is available and a connection speed is set
6418           (#350399).
6419
6420 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6421
6422         * gst/playback/gstplaybin.c:
6423           Update max volume to the same value that the volume element uses.
6424
6425 2006-08-14  Wim Taymans  <wim@fluendo.com>
6426
6427         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6428         Less uglyness..
6429
6430 2006-08-14  Wim Taymans  <wim@fluendo.com>
6431
6432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6433         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6434         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6435         Add some more debug info.
6436         Don't crash when a seek failed.
6437         Actually return the result of the seek instead of TRUE.
6438         Ignore multiple BOS pages with the same serial so that we don't create
6439         the same stream multiple times.
6440         Post an error when we fail to do the initial seek.
6441
6442 2006-08-13  Wim Taymans  <wim@fluendo.com>
6443
6444         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6445         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6446         Small code cleanup.
6447
6448         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6449         (gst_alsa_mixer_new):
6450         Remove hack that always set the device to hw:0*.
6451         Properly find the card name for whatever device was configured.
6452         Do some better debugging.
6453         Fixes #350784.
6454
6455         * ext/alsa/gstalsamixerelement.c:
6456         (gst_alsa_mixer_element_set_property),
6457         (gst_alsa_mixer_element_change_state):
6458         Cleanups.
6459         Handle setting of a NULL device name better.
6460
6461 2006-08-11  Wim Taymans  <wim@fluendo.com>
6462
6463         * gst/adder/gstadder.c:
6464         Don't clip float values. Fixes #350900.
6465
6466 2006-08-11  Andy Wingo  <wingo@pobox.com>
6467
6468         * gst/tcp/gsttcp.c: Really fix the build?
6469
6470         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6471         fixes the build.
6472
6473 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6474
6475         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6476           Float caps shouldn't have a "signed" field.
6477
6478 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6479
6480         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6481           Implement SEEKING query in its most basic form, so that we can
6482           at least check if we're seekable or not (#350655).
6483
6484 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6485
6486         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6487           The checks here are not even close to anything that would
6488           justify MAXIMUM probability, lowering to POSSIBLE until someone
6489           fixes the checks (case at hand: quicktime redirection files
6490           might start with 00 00 01 XX and pass the checks here just
6491           fine, see #350399).
6492
6493 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6494
6495         Patch by: Sjoerd Simons  <sjoerd at luon net>
6496
6497         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6498           Better detection for multipart/x-mixed-replace: accept leading
6499           whitespaces before the boundary marker as well (as our very own
6500           multipartmux used to produce) (#349068).
6501
6502 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6503
6504         Patch by: Young-Ho Cha  <ganadist at chollian net>
6505
6506         * gst-libs/gst/riff/riff-ids.h:
6507         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6508         (gst_riff_create_audio_template_caps):
6509           Detect DTS audio streams (#350157).
6510
6511 2006-08-05  Andy Wingo  <wingo@pobox.com>
6512
6513         * ext/theora/gsttheoraparse.h:
6514         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6515         (theora_parse_dispose, theora_parse_set_property)
6516         (theora_parse_get_property, theora_parse_munge_granulepos)
6517         (theora_parse_push_buffer, theora_parse_change_state):
6518         API: GstTheoraParse::synchronization-points
6519         Add a property 'synchronization-points' to fix badly synchronized oggs.
6520
6521 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6522
6523         * tests/check/Makefile.am:
6524         * tests/check/libs/.cvsignore:
6525         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6526         (fixed_caps_have_channel_positions), (GST_START_TEST),
6527         (audio_suite), (main):
6528           Add a few tests for the channel position stuff in libgstaudio.
6529
6530 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6531
6532         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6533         (gst_alsa_detect_channels):
6534         * ext/alsa/gstalsasink.c:
6535           Add support for cards that (only) do more than 8 channels,
6536           like the Delta 44 (#345188).
6537
6538         * gst-libs/gst/audio/multichannel.c:
6539         (gst_audio_check_channel_positions):
6540         * gst-libs/gst/audio/multichannel.h:
6541           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
6542           unspecified channel position and cannot be combined with any
6543           of the other audio channel positions; adjust position layout
6544           checks accordingly (#345188).
6545
6546 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6549           Recognise ancient RealAudio files (see #349779).
6550
6551 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6552
6553         Patch by: Jens Granseuer  <jensgr at gmx net>
6554
6555         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6556           Add typefinder for Interplay's MVE format (#348973).
6557
6558 2006-08-02  Wim Taymans  <wim@fluendo.com>
6559
6560         Patch by: Marcel Moreaux <marcelm at luon dot net>
6561
6562         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6563         (gst_base_rtp_depayload_add_to_queue):
6564         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6565         Handle RTP sequence number rollover.
6566         Disable jitterbuffer by default.
6567
6568 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6569
6570         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
6571         (audioresample_set_caps):
6572         Don't leak references to the incoming caps. Clean them up when
6573         stopping.
6574
6575         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6576         (gst_video_scale_finalize):
6577         Don't leak our temporary pixel buffer.
6578
6579         * tests/check/Makefile.am:
6580         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
6581         (GST_START_TEST), (simple_launch_lines_suite):
6582
6583         Fix leaks and re-enable the test for valgrind checking.
6584
6585 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
6586
6587         Patch by: Sjoerd Simons  <sjoerd at luon net>
6588
6589         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
6590         (plugin_init):
6591           Add typefind function for multipart/x-mixed-replace (#348916).
6592
6593 2006-07-28  Wim Taymans  <wim@fluendo.com>
6594
6595         * gst/adder/gstadder.c: (gst_adder_setcaps),
6596         (gst_adder_query_duration):
6597         Fix leak in duration query.
6598         Reflow some docs and notes.
6599
6600 2006-07-28  Michael Smith  <msmith@fluendo.com>
6601
6602         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
6603         (vorbisenc_suite):
6604           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
6605           aspect of it.
6606
6607 2006-07-28  Michael Smith  <msmith@fluendo.com>
6608
6609         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
6610         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
6611         (gst_vorbis_enc_push_buffer),
6612         (gst_vorbis_enc_buffer_check_discontinuous),
6613         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
6614         * ext/vorbis/vorbisenc.h:
6615           Handle discontinuities in the input vorbis stream correctly,
6616           so that the output is properly timestamped (and has good granulepos
6617           values). Needs some oggmux fixes too.
6618
6619 2006-07-27  Wim Taymans  <wim@fluendo.com>
6620
6621         patch by: Kai Vehmanen <kv2004 eca cx>
6622
6623         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6624         (gst_base_rtp_depayload_chain),
6625         (gst_base_rtp_depayload_handle_sink_event),
6626         (gst_base_rtp_depayload_change_state):
6627         Don't send multiple newsegments with different formats.
6628         Fixes #348677.
6629
6630 2006-07-26  Wim Taymans  <wim@fluendo.com>
6631
6632         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6633         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
6634         Make seeking in ogg more accurate again by doing the more correct
6635         granuletime to stream time conversion.
6636
6637 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6638
6639         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6640         (gst_multi_fd_sink_new_client):
6641           debug a little more understandably
6642           do not use goto as a substitute for break, especially if
6643           break is also being used
6644
6645 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6646
6647         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6648         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6649           Remove GLib-2.6 compatibility cruft.
6650
6651 2006-07-24  Wim Taymans  <wim@fluendo.com>
6652
6653         * gst-libs/gst/audio/gstbaseaudiosink.c:
6654         (gst_base_audio_sink_render):
6655         Don't try to align a sample to an unknown value.
6656
6657 2006-07-24  Wim Taymans  <wim@fluendo.com>
6658
6659         * gst-libs/gst/audio/gstbaseaudiosink.c:
6660         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6661         When the audio clock is slaved to another clock, never try to align
6662         samples but trust the rate interpolation algorithm.
6663
6664 2006-07-24  Wim Taymans  <wim@fluendo.com>
6665
6666         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6667         Don't try to calculate silence samples, base class does this much
6668         better now.
6669
6670         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6671         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
6672         (gst_ring_buffer_acquire):
6673         Calculate silence samples correctly.
6674
6675         * gst-libs/gst/audio/gstringbuffer.h:
6676         Add _CAST macro.
6677
6678 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
6679
6680         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
6681           Limit search for the first markup tag to the first few kB of
6682           the file. If we don't find one there, it's highly unlikely that
6683           this is an XML(-ish) file.
6684
6685 2006-07-21  Andy Wingo  <wingo@pobox.com>
6686
6687         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
6688         test to the one in vorbisenc. Also commented out.
6689
6690         * tests/check/pipelines/vorbisenc.c: 
6691         (test_discontinuity): New test, commented out until Mike lands
6692         some elite vorbisenc patches.
6693
6694         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
6695         Bufferstraw was actually factored out of these tests. Now we share
6696         code yay.
6697
6698         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
6699         for bufferstraw addition to gstcheck.
6700
6701 2006-07-21  Wim Taymans  <wim@fluendo.com>
6702
6703         * ext/theora/theoradec.c: (clip_buffer):
6704         Better clipping.
6705
6706 2006-07-21  Wim Taymans  <wim@fluendo.com>
6707
6708         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
6709         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6710         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
6711         Fix leak.
6712         Avoid type casting when we can.
6713
6714         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
6715         Fix mem leak.
6716
6717 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
6718
6719         * ext/alsa/gstalsamixerelement.c:
6720         (gst_alsa_mixer_element_change_state):
6721           Make state change fail if the specified device can't be opened
6722           for some reason.
6723
6724 2006-07-20  Wim Taymans  <wim@fluendo.com>
6725
6726         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
6727         (cb_newpad), (main):
6728         Example of a small audio/video player using decodebin.
6729
6730 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
6731
6732         * gst-libs/gst/riff/riff-ids.h:
6733           Add 'fact' chunk id
6734
6735 2006-07-19  Wim Taymans  <wim@fluendo.com>
6736
6737         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6738         (gst_base_rtp_depayload_chain),
6739         (gst_base_rtp_depayload_change_state):
6740         Don't assert when not negotiated but post a meaningfull 
6741         error message. Fixes #347918.
6742
6743         * gst-libs/gst/rtp/gstbasertppayload.c:
6744         Add comment about better default MTU size.
6745
6746         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6747         Small cleanups, start docs.
6748
6749 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6750
6751         Patch by: Martin Szulecki
6752
6753         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
6754           If "device-name" is requested and the device is not
6755           open, try to temporarily open it to obtain this
6756           information (#342494).
6757
6758 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6759
6760         * gst-libs/gst/tag/gstid3tag.c:
6761           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
6762
6763         * gst-libs/gst/tag/gsttageditingprivate.h:
6764         * gst-libs/gst/tag/gstvorbistag.c:
6765           Some more random const-ifications.
6766
6767 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
6768
6769         * gst-libs/gst/riff/riff-ids.h:
6770         * gst-libs/gst/riff/riff-media.c:
6771         (gst_riff_create_video_template_caps):
6772           Add more FOURCCs (sort list to make stuff easier to find),
6773           add comment what those 16 bytes in struct _gst_riff_strh according to
6774           one avi-dumper are
6775
6776 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6777
6778         * gst-libs/gst/audio/multichannel.c:
6779         (gst_audio_check_channel_positions),
6780         (gst_audio_fixate_channel_positions):
6781           Const-ify two arrays.
6782
6783 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6784
6785         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
6786           Fix typo, so that alsasink also advertises 8 channels
6787           if that's supported (tags: can, worms, open, alsa, ph34r).
6788
6789 2006-07-17  Wim Taymans  <wim@fluendo.com>
6790
6791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6792         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
6793         *sigh*, when is the compiler going to warn when the comments
6794         are out-of-sync with the code.. Refix case of busted theora
6795         headers with 0 granule pos.
6796
6797 2006-07-14  Wim Taymans  <wim@fluendo.com>
6798
6799         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6800         (gst_base_rtp_depayload_wait),
6801         (gst_base_rtp_depayload_change_state),
6802         (gst_base_rtp_depayload_set_property),
6803         (gst_base_rtp_depayload_get_property):
6804         Fix 99% cpu load by waiting for absolute times on the
6805         clock. Fixes #347300.
6806
6807 2006-07-14  Andy Wingo  <wingo@pobox.com>
6808
6809         * ext/theora/gsttheoraparse.h: 
6810         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
6811         (theora_parse_push_headers, theora_parse_clear_queue)
6812         (theora_parse_drain_queue_prematurely, )
6813         (theora_parse_sink_event, theora_parse_change_state): Queue events
6814         until we initialized our state, like in vorbisparse.
6815
6816         * ext/vorbis/vorbisparse.h: 
6817         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
6818         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6819         (vorbis_parse_drain_queue_prematurely, )
6820         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
6821         until we have initialized our state. Fixes seeking after an
6822         initial pad block.
6823
6824 2006-07-14  Andy Wingo  <wingo@pobox.com>
6825
6826         Patch by: Iain Holmes <iaingnome@gmail.com>
6827         
6828         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
6829
6830 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
6831
6832         * configure.ac:
6833         Bump nano back to CVS
6834
6835 === release 0.10.9 ===
6836
6837 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
6838
6839         * configure.ac:
6840           releasing 0.10.9, "I walk the line"
6841
6842 2006-07-14  Michael Smith  <msmith@fluendo.com>
6843
6844         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
6845           Move a g_cond_signal to earlier to avoid sometimes deadlocking
6846           (commonly happens when running this test under valgrind) when trying
6847           to remove the buffer probe.
6848
6849 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6850
6851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6852         Fix missing g_unlock from the previous commit
6853
6854 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6855
6856         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6857         (gst_ximagesink_change_state):
6858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6859         (gst_xvimagesink_change_state):
6860         Implement a locking order to ensure we always take the object lock
6861         before the x_lock and never vice-versa.
6862
6863 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6864
6865         * gst/playback/gstdecodebin.c: (find_compatibles):
6866         Fix a caps leak when linking (#347304)
6867
6868         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6869         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
6870         (gst_ximagesink_change_state):
6871         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6872         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
6873         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6874         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
6875         Don't leak shared memory resources. Use the object lock to protect
6876         against the xcontext disappearing while returning a buffer from the
6877         pipeline. (#347304)
6878
6879 2006-07-12  Edward Hervey  <edward@fluendo.com>
6880
6881         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
6882         (vorbis_handle_comment_packet):
6883         gst_tag_list_merge() returns a new object. Take that into account when
6884         using it. This avoids memleak.
6885         Revert previous commit which is not needed.
6886
6887 2006-07-12  Edward Hervey  <edward@fluendo.com>
6888
6889         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
6890         Reset the decoder in finalize so that all fields get cleared.
6891
6892 2006-07-12  Wim Taymans  <wim@fluendo.com>
6893
6894         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6895         (gst_base_audio_src_set_clock),
6896         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
6897         Don't try to post an error message when setting the clock fails
6898         as this can happen when adding an element to a bin which will then
6899         deadlock. Fixes #347296.
6900
6901 2006-07-12  Edward Hervey  <edward@fluendo.com>
6902
6903         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6904         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6905         (vorbis_handle_type_packet):
6906         Post tag messages on the bus even if we're not initialized.
6907         If we're not initialized, we still postpone the event pushing of tags.
6908
6909 2006-07-12  Wim Taymans  <wim@fluendo.com>
6910
6911         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6912         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6913         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6914         Revert last two changes that broke the freeze.
6915
6916 2006-07-12  Wim Taymans  <wim@fluendo.com>
6917
6918         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6919         basesink calculates silence sample correctly for us.
6920
6921 2006-07-12  Wim Taymans  <wim@fluendo.com>
6922
6923         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6924         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6925         Calculate correct silence samples so we don't fill our ringbuffer
6926         with noise.
6927
6928 2006-07-12  Edward Hervey  <edward@fluendo.com>
6929
6930         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6931         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
6932         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
6933         * ext/vorbis/vorbisdec.h:
6934         Delay sending events (newsegment, tags) until the decoder is properly
6935         initialized.
6936         Fixes #347295
6937
6938 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
6939
6940         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
6941         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
6942           Patch from #347221 adding a test for audioconvert
6943           channel remappings.
6944
6945 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
6946
6947         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
6948         (gst_ssa_parse_parse_line):
6949           Don't include the terminating NUL in the buffer size,
6950           it's only there for extra paranoia (would add random
6951           '*' characters at the end of each subtitle since the
6952           terminator itself is not valid UTF-8 technically).
6953           Also fix indenting after boilerplate macro.
6954
6955 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
6956
6957         * gst/playback/gstdecodebin.c: (close_pad_link):
6958           Also emit 'unknown-type' signal (which should really be
6959           called unhandled-type) if we found potential decoders/demuxers
6960           in the registry but none of them worked in the end (as in the
6961           case where the plugins don't exist any longer but are still
6962           listed in the registry). Fixes #329798.
6963
6964 2006-07-08  Andy Wingo  <wingo@pobox.com>
6965
6966         * theoraparse.c (theora_parse_push_buffer)
6967         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
6968         Add some more debugging. Fix granulepos reconstruction in the face
6969         of discontinuities.
6970
6971 2006-07-06  Wim Taymans  <wim@fluendo.com>
6972
6973         * gst-libs/gst/audio/gstbaseaudiosink.c:
6974         (gst_base_audio_sink_class_init),
6975         (gst_base_audio_sink_provide_clock):
6976         Use gobject_class instead of G_OBJECT_CLASS (klass)
6977
6978         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6979         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6980         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
6981         (gst_base_audio_src_get_time),
6982         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
6983         (gst_base_audio_src_create_ringbuffer):
6984         Fix latency and buffer-time constants and properties ala basesink.
6985         Implement pull based scheduling. Fixes #346527.
6986         Set default blocksize in GstBaseSrc to 0, we default to pushing out
6987         one segment.
6988         Refuse slaving to another clock instead of silently not working.
6989         Only provide a clock when we are actually able to do so.
6990         Various small cleanups and compiler hints.
6991
6992 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6993
6994         Patch by: Lutz Mueller <lutz at topfrose de>
6995
6996         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
6997         (plugin_init):
6998           Add typefinding for text/html (#346581).
6999
7000 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7001
7002         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7003         (xml_check_first_element), (xml_type_find), (smil_type_find):
7004           Fix SMIL typefinding, make xml_check_first_element() more
7005           useful.
7006
7007 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7008
7009         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7010         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7011         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7012         * gst/playback/gstplaybasebin.h:
7013           Protect list of elements with a subtitle-encoding property and
7014           the subtitle encoding member itself with a lock of their own
7015           instead of using the object lock. This prevents a dead-lock in
7016           the element-remove callback in some circumstances when shutting
7017           down playbin.
7018
7019 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7020
7021         * win32/common/libgsttag.def:
7022         Export some new functions.
7023         * win32/vs6/libgstogg.dsp:
7024         Add a link to libgsttag-0.10.lib.
7025
7026 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7027
7028         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7029           Some const-ification.
7030
7031 2006-07-04  Wim Taymans  <wim@fluendo.com>
7032
7033         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7034         Improve checking if we are dealing with a stream. Added some
7035         more uris that need buffering.
7036
7037 2006-07-03  Edward Hervey  <edward@fluendo.com>
7038
7039         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7040         Remove unused variable.
7041
7042 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7043
7044         * Makefile.am:
7045           include lcov.mak
7046         * configure.ac:
7047           add GCOV_LIBS to GST_LIBS
7048
7049 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7050
7051         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7052
7053         * ext/alsa/gstalsasrc.c:
7054           Add 32 bps to template caps and increase channels range
7055           from [1,2] to [1,MAX]. See #346326.
7056
7057 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7058
7059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7060           Recognise 'WMVA' video codec fourcc (#345879).
7061           
7062 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7063          
7064         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7065           Fixed nasty memory leak
7066
7067 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7068
7069         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7070         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7071           fix logging
7072
7073 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7074
7075         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7076         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7077         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7078         Protect remove_fakesink using a mutex, so that we don't try and
7079         remove the fakesink simultaneously from multiple threads.
7080
7081         When going from READY to PAUSED, restore the fakesink, so that
7082         it is there when decodebin gets reused.
7083
7084 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7085
7086         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7087         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7088         * gst-libs/gst/rtp/gstbasertppayload.c:
7089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7090         * gst/tcp/gstmultifdsink.c:
7091         * gst/tcp/gsttcpclientsink.c:
7092         * gst/tcp/gsttcpclientsrc.c:
7093         * gst/tcp/gsttcpserversink.c:
7094         * gst/tcp/gsttcpserversrc.c:
7095         * gst/videorate/gstvideorate.c:
7096         * gst/videotestsrc/gstvideotestsrc.c:
7097         * sys/v4l/gstv4ljpegsrc.c:
7098         * sys/v4l/gstv4lmjpegsink.c:
7099         * sys/v4l/gstv4lsrc.c:
7100         * tests/examples/seek/scrubby.c:
7101         * tests/examples/seek/seek.c:
7102           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7103
7104 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7105
7106         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7107           Second field in GEnumValue shouldn't be a description,
7108           but a stringified version of the enum value.
7109
7110 2006-06-22  Wim Taymans  <wim@fluendo.com>
7111
7112         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7113         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7114         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7115         Avoid type checking in buffer casts.
7116         Avoid caps copy in buffer_alloc when we can.
7117         Use pad_peer_accept.
7118
7119 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7120
7121         * gst-libs/gst/tag/tag.h:
7122           Oops, make that 'Since: 0.10.9'.
7123
7124 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7125
7126         * docs/libs/gst-plugins-base-libs-sections.txt:
7127         * gst-libs/gst/tag/tag.h:
7128         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7129         (gst_tag_image_type_get_type):
7130           API: add GstTagImageType enum to describe images contained
7131           in image tags (#345641).
7132
7133 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7134
7135         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7136           Fix warnings with gst-inspect: "buffers-min" property
7137           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7138           typo in property description.
7139
7140 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7141
7142         Patch by: Cody Russell <bratsche at gnome org>
7143
7144         * gst/audioresample/gstaudioresample.c:
7145         (gst_audioresample_class_init):
7146         * gst/playback/gststreamselector.c:
7147         (gst_stream_selector_class_init):
7148         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7149         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7150         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7151         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7152         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7153         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7154         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7155         * gst/videotestsrc/gstvideotestsrc.c:
7156         (gst_video_test_src_class_init):
7157         * gst/volume/gstvolume.c: (gst_volume_class_init):
7158           Avoid unnecessary class cast check in class_init
7159           functions (#337747).
7160
7161 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7162
7163         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7164         (gst_text_overlay_video_chain):
7165           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7166           and doesn't validate its input either (and neither did
7167           textoverlay it seems). Let's do that then and fix #345206.
7168
7169 2006-06-19  Wim Taymans  <wim@fluendo.com>
7170
7171         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7172         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7173         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7174         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7175         (find_syncframe), (find_limits), (assign_value),
7176         (count_burst_unit), (gst_multi_fd_sink_new_client),
7177         (gst_multi_fd_sink_handle_client_write),
7178         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7179         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7180         (gst_multi_fd_sink_change_state):
7181         * gst/tcp/gstmultifdsink.h:
7182         Added shiny new burst-on-connect methods.
7183         Add properties to control the minimal amount of data queued.
7184         Small cleanups.
7185         API: bytes-min property
7186         API: time-min property
7187         API: buffers-min property
7188         API: burst-unit property
7189         API: burst-value property
7190         API: add-full signal
7191
7192         * gst/tcp/gsttcp-marshal.list:
7193         Added new marshaller code for the new signal.
7194
7195         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7196         (multifdsink_suite):
7197         Added testcases for new burst methods.
7198
7199 2006-06-19  Edward Hervey  <edward@fluendo.com>
7200
7201         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7202         Implement clipping for accurate seeking.
7203         Closes #345225
7204
7205 2006-06-19  Wim Taymans  <wim@fluendo.com>
7206
7207         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7208
7209         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7210         (gst_video_scale_transform):
7211         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7212
7213 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7214
7215         * configure.ac:
7216           Fix --disable-external (can't set conditionals conditionally,
7217           #343602).
7218
7219 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7220
7221         * tests/check/elements/audioresample.c: (test_reuse),
7222         (audioresample_suite):
7223           Add test case for bug #342789 fixed below.
7224
7225 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7226
7227         * gst/audioresample/gstaudioresample.c:
7228         (gst_audioresample_class_init), (gst_audioresample_init),
7229         (audioresample_start), (audioresample_stop),
7230         (gst_audioresample_set_property), (gst_audioresample_get_property):
7231           Implement GstBaseTransform::start and ::stop so that audioresample
7232           can clear its internal state properly and be reused instead of
7233           causing non-negotiated errors with playbin under some circumstances
7234           (#342789).
7235
7236         * tests/check/elements/audioresample.c: (setup_audioresample),
7237         (cleanup_audioresample):
7238           Need to set element state here so that ::start and ::stop are
7239           called.
7240
7241 2006-06-16  Wim Taymans  <wim@fluendo.com>
7242
7243         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7244
7245         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7246         Parse extra data better, apparently it's right behind
7247         the normal strf header size. Fixes #343500.
7248
7249 2006-06-16  Wim Taymans  <wim@fluendo.com>
7250
7251         * ext/alsa/gstalsasink.c: (set_hwparams):
7252         If we fail to set the buffer_time and period_time alsa
7253         parameters, post a warning and leave alsa select a 
7254         default instead of failing. Fixes #342085
7255
7256 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7257
7258         * docs/libs/gst-plugins-base-libs-sections.txt:
7259         * gst-libs/gst/cdda/gstcddabasesrc.h:
7260           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7261           out in the header file and shouldn't be listed in the docs.
7262
7263         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7264           Must dereference pointer to fourcc in the debug statement.
7265
7266 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7267
7268         * docs/libs/Makefile.am:
7269         * docs/libs/gst-plugins-base-libs-docs.sgml:
7270         * docs/libs/gst-plugins-base-libs-sections.txt:
7271         * docs/libs/gst-plugins-base-libs.types:
7272         add remaining symbols into correct setions
7273         
7274         * gst-libs/gst/audio/gstringbuffer.c:
7275         fix incomplete docs
7276         
7277         * gst-libs/gst/audio/gstringbuffer.h:
7278         comment out not yet implemented function
7279         
7280         
7281         * gst-libs/gst/floatcast/floatcast.h:
7282         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7283         add short descriptions
7284         
7285         
7286         * gst-libs/gst/interfaces/propertyprobe.c:
7287         fix return value docs   
7288         
7289         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7290         simplify debug logging
7291         
7292         * gst-libs/gst/riff/riff-read.h:
7293         sync function prototype and docs
7294         
7295         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7296         remove left over symbol
7297
7298 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7299
7300         * autogen.sh:
7301         * configure.ac:
7302         * docs/Makefile.am:
7303           Use GST_PLUGIN_DOCS macro in configure.ac, add
7304           --enable-plugin-docs default to autogen.sh and use
7305           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7306
7307 2006-06-15  Wim Taymans  <wim@fluendo.com>
7308
7309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7310         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7311         (gst_ogg_demux_loop):
7312         Combine GstFlowReturn from the source pads to give a
7313         meaningfull result to the upstream peer or to stop the
7314         processing task in case of errors.
7315
7316 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7317
7318         * gst/playback/gststreaminfo.c: (cb_probe):
7319           Try GST_TAG_CODEC as fallback when extracting the
7320           codec name; more debug info.
7321
7322 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7323
7324         * ext/ogg/Makefile.am:
7325         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7326           Extract language tags from ogm subtitle streams, so that
7327           the subtitle menu choices are labelled correctly in
7328           Totem (fixes #344708).
7329
7330 2006-06-14  Wim Taymans  <wim@fluendo.com>
7331
7332         Patch by: Alessandro Decina <alessandro at nnva dot org>
7333
7334         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7335         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7336         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7337         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7338         Fix various leaks. Fixes #343699.
7339         Add x-smoke mime type.
7340
7341 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7342
7343         * gst-libs/gst/riff/riff-ids.h:
7344           Add IDs for 'bext' chunks (see #343837).
7345
7346 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7347
7348         Patch by: Young-Ho Cha  <ganadist at chollian net>
7349
7350         * gst/subparse/samiparse.c: (sami_context_pop_state),
7351         (handle_start_font), (end_sami_element):
7352           Honour font face tags in SAMI subtitles (#344503).
7353
7354 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7355
7356         * po/POTFILES.in:
7357           add missing files containing translatable strings
7358
7359 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7360
7361         * docs/libs/tmpl/.cvsignore:
7362           we don't want those *.sgml files in CVS either
7363
7364 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7365
7366         * docs/libs/.cvsignore:
7367         * tests/check/elements/.cvsignore:
7368         * tests/check/libs/.cvsignore:
7369           ignore more
7370
7371 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7372
7373         * docs/libs/Makefile.am:
7374           also commiting the changed Makefile.am (added more libs to the
7375           doc-build)
7376
7377 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7378
7379         * docs/libs/gst-plugins-base-libs-docs.sgml:
7380         * docs/libs/gst-plugins-base-libs-sections.txt:
7381         * docs/libs/gst-plugins-base-libs.types:
7382           first batch of reordering things, add index & hierarchy
7383
7384 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7385
7386         * configure.ac:
7387           use GST_PKG_CHECK_MODULES, cleans up output
7388
7389 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7390
7391         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7392           Add support for burn:// URIs (#343385); const-ify things a bit,
7393           use G_N_ELEMENTS instead of hard-coded array size.
7394
7395 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         Patch by: Young-Ho Cha  <ganadist at chollian net>
7398
7399         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7400           Fix up broken entities before passing them to libxml *sigh*.
7401           (#343303).
7402           
7403 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7404
7405         * configure.ac:
7406           back to TRUNK
7407
7408 === release 0.10.8 ===
7409
7410 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7411
7412         * configure.ac:
7413           releasing 0.10.8, "Moar gij ziet mij nie"
7414
7415 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7416
7417         * configure.ac:
7418         * po/af.po:
7419         * po/az.po:
7420         * po/cs.po:
7421         * po/en_GB.po:
7422         * po/hu.po:
7423         * po/it.po:
7424         * po/nb.po:
7425         * po/nl.po:
7426         * po/or.po:
7427         * po/sq.po:
7428         * po/sr.po:
7429         * po/sv.po:
7430         * po/uk.po:
7431         * po/vi.po:
7432         * win32/common/config.h:
7433           0.10.7.2 prerelease
7434
7435 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7436
7437         * docs/libs/tmpl/gstaudio.sgml:
7438         * docs/libs/tmpl/gstcolorbalance.sgml:
7439         * docs/libs/tmpl/gstmixer.sgml:
7440         * docs/libs/tmpl/gstringbuffer.sgml:
7441         * docs/libs/tmpl/gsttuner.sgml:
7442         * docs/libs/tmpl/gstxoverlay.sgml:
7443         * gst-libs/gst/audio/audio.c:
7444         * gst-libs/gst/audio/gstringbuffer.c:
7445         * gst-libs/gst/interfaces/colorbalance.c:
7446         * gst-libs/gst/interfaces/mixer.c:
7447         * gst-libs/gst/interfaces/tuner.c:
7448         * gst-libs/gst/interfaces/xoverlay.c:
7449           move last template doc snippets to source code and delete them
7450
7451 2006-06-06  Michael Smith  <msmith@fluendo.com>
7452
7453         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7454         (theora_parse_drain_queue):
7455           Mark DELTA_UNIT on non-keyframes.
7456
7457 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7458
7459         * gst-libs/gst/audio/gstbaseaudiosink.c:
7460         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7461         * gst-libs/gst/audio/gstbaseaudiosink.h:
7462         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7463         (gst_ring_buffer_samples_done):
7464         * gst-libs/gst/audio/gstringbuffer.h:
7465         Document better the fact that latency_time and buffer_time are values
7466         stored in microseconds, and not the usual GStreamer nanoseconds.
7467         Change the variables (compatibly) that store them from GstClockTime 
7468         to guint64 to make it more clear that they're not storing clock times.
7469         Also, remove the bogus property description that says the user can
7470         specify -1 to get the default value, since that's never been the case.
7471
7472         When computing the default segment size for the ring buffer, make it
7473         an integer number of samples.
7474
7475         When the sub-class indicates a delay greater than the number of
7476         samples we've written return 0 from the audio sink get_time method.
7477
7478 2006-06-02  Michael Smith  <msmith@fluendo.com>
7479
7480         * tests/check/elements/audioconvert.c: (set_channel_positions),
7481         (get_float_mc_caps), (get_int_mc_caps):
7482         * tests/check/elements/audioresample.c:
7483         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7484         * tests/check/elements/videorate.c:
7485         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7486         * tests/check/elements/volume.c:
7487         * tests/check/elements/vorbisdec.c:
7488         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7489           Don't busy-wait in tests; this was causing test timeouts very
7490           frequently when running under valgrind.
7491
7492 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7493
7494         * gst/tcp/README:
7495         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7496         (gst_multi_fd_sink_remove_client_link),
7497         (gst_multi_fd_sink_client_queue_caps),
7498         (gst_multi_fd_sink_client_queue_buffer),
7499         (gst_multi_fd_sink_handle_client_write),
7500         (gst_multi_fd_sink_render):
7501         * gst/tcp/gstmultifdsink.h:
7502           make multifdsink properly deal with streamheader:
7503           - streamheader is taken from caps
7504           - buffers marked with IN_CAPS are not sent
7505           - streamheaders are sent, on connection, from the caps of the
7506             buffer where the client gets positioned to
7507           - further streamheader changes are done every time the client
7508             will receive a buffer with different caps
7509         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7510         (gst_multifdsink_create_streamheader):
7511           add tests for this
7512
7513 2006-06-02  Michael Smith  <msmith@fluendo.com>
7514
7515         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7516           Reinstate limit on channel count. Vorbis does not define the meaning
7517           of > 6 channels, so they're just independent channels. Gstreamer
7518           currently has no mechanism to represent N independent channels.
7519
7520 2006-06-02  Michael Smith  <msmith@fluendo.com>
7521
7522         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7523           Don't arbitrarily restrict channel counts and rate in vorbis.
7524           In terms of effects likely on real-world files, this fixes 96kHz
7525           playback of vorbis.
7526
7527 2006-06-02  Michael Smith  <msmith@fluendo.com>
7528
7529         * gst/audioconvert/audioconvert.c: (float):
7530           More correct float->int conversion.
7531
7532 2006-06-02  Michael Smith  <msmith@fluendo.com>
7533
7534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7535           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7536           value. Fixes g-critical on trying to play back ogg containing
7537           unknown codec.
7538
7539 2006-06-02  Wim Taymans  <wim@fluendo.com>
7540
7541         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
7542         (setup_source):
7543         * gst/playback/gstplaybasebin.h:
7544         Make the subtitle detection work from any thread so we don't
7545         deadlock. Fixes #343397.
7546
7547 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7548
7549         * gst/volume/Makefile.am:
7550           Seriously, it's not *that* hard to get compilation right.  Even
7551           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
7552
7553 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7554
7555         * gst/volume/gstvolume.c: (volume_choose_func),
7556         (volume_update_real_volume), (gst_volume_class_init),
7557         (gst_volume_init), (volume_process_float), (volume_process_int16),
7558         (volume_process_int16_clamp), (volume_set_caps),
7559         (volume_transform_ip), (plugin_init):
7560         * gst/volume/gstvolume.h:
7561         rewrite the passthrough check, split _int16 and _int16_clamp, fix
7562         another property desc., remove unused param from process function
7563         
7564         * tests/check/elements/volume.c: (volume_suite):
7565         reactivate the passthrough test
7566
7567 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7568
7569         * ext/alsa/gstalsamixerelement.h:
7570         * ext/alsa/gstalsamixeroptions.h:
7571         * ext/alsa/gstalsamixertrack.h:
7572         * ext/gnomevfs/gstgnomevfssink.h:
7573         * ext/gnomevfs/gstgnomevfssrc.h:
7574         * ext/theora/gsttheoradec.h:
7575         * ext/theora/gsttheoraenc.h:
7576         * ext/theora/gsttheoraparse.h:
7577         * ext/vorbis/vorbisparse.h:
7578         * gst-libs/gst/audio/gstaudioclock.h:
7579         * gst-libs/gst/audio/gstaudiofilter.h:
7580         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7581         * gst/audioconvert/gstaudioconvert.h:
7582         * gst/audioresample/gstaudioresample.h:
7583         * gst/audiotestsrc/gstaudiotestsrc.h:
7584         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7585         * gst/playback/gststreamselector.h:
7586         * gst/tcp/gstmultifdsink.h:
7587         * gst/tcp/gsttcpclientsink.h:
7588         * gst/tcp/gsttcpclientsrc.h:
7589         * gst/tcp/gsttcpserversink.h:
7590         * gst/tcp/gsttcpserversrc.h:
7591         * gst/videorate/gstvideorate.h:
7592         * gst/videoscale/gstvideoscale.h:
7593         * gst/videotestsrc/gstvideotestsrc.h:
7594         * gst/volume/gstvolume.h:
7595         * sys/v4l/gstv4ljpegsrc.h:
7596         * sys/v4l/gstv4lmjpegsink.h:
7597         * sys/v4l/gstv4lmjpegsrc.h:
7598         * sys/v4l/gstv4lsrc.h:
7599         * sys/ximage/ximagesink.h:
7600         * sys/xvimage/xvimagesink.h:
7601         * tests/old/testsuite/alsa/sinesrc.h:
7602         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
7603
7604 2006-05-31  Wim Taymans  <wim@fluendo.com>
7605
7606         * ext/libvisual/visual.c: (gst_visual_reset),
7607         (gst_visual_sink_setcaps), (gst_visual_sink_event),
7608         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
7609         Handle DISCONT.
7610         Use running time before doing QoS.
7611         Handle mono too.
7612
7613 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7614
7615         * docs/libs/Makefile.am:
7616           set a magic variable to indicate we know the docs are incomplete
7617
7618 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
7619
7620         * win32/common/libgstvideo.def:
7621           export gst_video_calculate_display_ratio
7622         * win32/vs6/libgstvideoscale.dsp:
7623           add link to libgstvideo-0.10.lib
7624
7625 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7626
7627         * gst/playback/gstplaybasebin.c: (gen_source_element):
7628           Throw a more comprehensible error for rtsp:// URIs (rather
7629           than erroring out with a negotiation error later on) until
7630           we fix playbin to handle rtspsrc etc.
7631
7632 2006-05-30  Wim Taymans  <wim@fluendo.com>
7633
7634         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
7635         (gst_text_overlay_text_event):
7636         Added some FIXMEs.
7637
7638 2006-05-30  Wim Taymans  <wim@fluendo.com>
7639
7640         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
7641         (gst_adder_request_new_pad), (gst_adder_release_pad):
7642         * gst/adder/gstadder.h:
7643         Implement release_request_pad.
7644         Make padcounter atomic.
7645
7646         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
7647         Added check for release_pad in adder.
7648
7649 2006-05-30  Wim Taymans  <wim@fluendo.com>
7650
7651         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
7652         Fix build again.
7653
7654 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7655
7656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7657         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7658         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7659         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
7660         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
7661         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
7662         (gst_ogg_demux_bisect_forward_serialno),
7663         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
7664         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7665           add more debugging
7666           clean up printf formats for granulepos and serialno
7667
7668 2006-05-30  Michael Smith  <msmith@fluendo.com>
7669
7670         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
7671         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
7672         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
7673         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
7674         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7675         * ext/vorbis/vorbisenc.h:
7676           Multi-channel caps negotiation, so we can do proper multichannel
7677           vorbis encoding, negotiated through audioconvert.
7678
7679 2006-05-30  Wim Taymans  <wim@fluendo.com>
7680
7681         * tests/check/elements/adder.c: (test_event_message_received),
7682         (test_play_twice_message_received), (GST_START_TEST),
7683         (adder_suite):
7684         Added check to show that #339935 is fixed with ongoing
7685         adder and collectpads fixes.
7686
7687 2006-05-29  Wim Taymans  <wim@fluendo.com>
7688
7689         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
7690         Don't leak pad name.
7691
7692 2006-05-29  Wim Taymans  <wim@fluendo.com>
7693
7694         * gst/adder/gstadder.c: (gst_adder_query_duration),
7695         (forward_event_func), (forward_event), (gst_adder_src_event):
7696         Fix adder seeking.
7697         Make query/seeking code threadsafe.
7698
7699         * tests/check/Makefile.am:
7700         * tests/check/elements/adder.c: (test_event_message_received),
7701         (GST_START_TEST), (test_play_twice_message_received):
7702         Fix adder test case.
7703
7704 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
7705
7706         Patch by: Young-Ho Cha  <ganadist at chollian net>
7707
7708         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7709         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7710         (set_encoding_element), (decodebin_element_added_cb),
7711         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
7712         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7713         * gst/playback/gstplaybasebin.h:
7714           Add 'subtitle-encoding' property to playbin, so applications can
7715           force a subtitle encoding for non-UTF8 subtitles (#342268).
7716
7717         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
7718         (gst_sub_parse_set_property):
7719           Rename recently-added 'encoding' property to 'subtitle-encoding'
7720           (so it can be proxied by playbin/decodebin in a generic way
7721           with less danger of false positives).
7722
7723 2006-05-29  Michael Smith  <msmith@fluendo.com>
7724
7725         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7726         (append_with_other_format), (set_structure_widths),
7727         (gst_audio_convert_transform_caps):
7728           Patch from #341562: give more specific audio caps in get_caps, so
7729           that basetransform  can make better decisions on what caps to
7730           negotiate.
7731
7732 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7733
7734         * tests/check/elements/volume.c:
7735         make it compile again
7736
7737 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7738
7739         * tests/check/elements/volume.c: (volume_suite):
7740         disable test until #343196 gets resolved
7741
7742 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7743
7744         * gst/adder/gstadder.c: (gst_adder_get_type):
7745         Make it easier to copy&paste
7746         
7747         * gst/volume/Makefile.am:
7748         * gst/volume/gstvolume.c: (volume_update_real_volume),
7749         (gst_volume_set_volume), (gst_volume_set_mute),
7750         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
7751         (volume_transform_ip), (volume_update_mute),
7752         (volume_update_volume):
7753         * gst/volume/gstvolume.h:
7754         Add own debug category, move duplicate code to helper function, fix
7755         property texts, add more comments and prepare ffor liboil-goodness
7756         
7757         * tests/check/Makefile.am:
7758         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7759         add test for mute and passtrough case, be a bit more verbose to track
7760         failure
7761         
7762         * tests/check/generic/states.c: (GST_START_TEST):
7763         catch elements that fail to instantiate
7764
7765 2006-05-28  Edward Hervey  <edward@fluendo.com>
7766
7767         * tests/check/pipelines/simple-launch-lines.c:
7768         * tests/check/pipelines/theoraenc.c:
7769         * tests/check/pipelines/vorbisenc.c:
7770         Comment out tests using parse_launch() if core was built without
7771         parsing capabilities.
7772
7773 2006-05-27  Edward Hervey  <edward@fluendo.com>
7774
7775         * tests/check/Makefile.am:
7776         Extra bonus points for whoever explains to ensonic that you are meant
7777         to test unit tests thoroughly before commiting them, especially if
7778         you know it's going to break.
7779         De-activated element/adder tests.
7780
7781 2006-05-27  Edward Hervey  <edward@fluendo.com>
7782
7783         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7784         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
7785         Marking caps conversion issues as GST_WARNING is way too verbose,
7786         Moving them to GST_LOG.
7787
7788 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
7789
7790         * README:
7791           Replace current README (containing the release notes from
7792           some 0.9.x version) with a proper README taken from the core.
7793
7794 2006-05-26  Wim Taymans  <wim@fluendo.com>
7795
7796         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7797         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
7798         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
7799         (vorbis_dec_change_state):
7800         Small cleanups.
7801         Add some FIXMEs
7802         Clip output samples to segment boundaries.
7803
7804 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7805
7806         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7807         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
7808         Improve the errors produced on bad output, including some human
7809         readable description strings.
7810         Handle the (theoretical for ximagesink) case where the XServer 
7811         has a different idea about the size required for a particular 
7812         frame and gives us too small a memory allocation.
7813
7814 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7815
7816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7817         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
7818         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
7819         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7820         Improve the errors produced on bad output, including some human 
7821         readable description strings.
7822         Handle RGB Xv formats properly by transforming them into our 
7823         big-endian caps description.
7824         Use gst_caps_truncate to ensure that we never try and choose a
7825         non-fixed caps in buffer_alloc.
7826         Handle the case where the XServer has a different idea about the size
7827         required for a particular frame and gives us too small a memory
7828         allocation.
7829         Use -1 to indicate 'no image format', because 0 is a valid XServer
7830         image format number.
7831         Put RGB Xv formats at the end of the caps, so that we always prefer
7832         YUV format frames.
7833         Iterate the available Xv Encodings to determine the maximum width and
7834         height, and then return that in our caps.
7835         (Closes #315312, #337544)
7836
7837 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7838
7839         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
7840         When there is only one unfinished pad and it receives an event that
7841         doesn't match our requirements, we need to set alldone=FALSE so that
7842         the fakesink is not removed yet.
7843
7844 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7845
7846         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7847           Use gst_type_find_helper_for_buffer() to find the type
7848           of stream from the first packet.
7849
7850         * configure.ac:
7851           Bump requirements to core CVS (needed for vorbis
7852           typefinding to work).
7853
7854 2006-05-24  Edward Hervey  <edward@fluendo.com>
7855
7856         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
7857         Added the 'prfl' atom type which MQV (no, it's not a typo) files
7858         contain.  Else they play perfectly fine with qtdemux.
7859
7860 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
7861
7862         * ext/theora/theoradec.c:
7863         * ext/theora/theoraenc.c:
7864         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
7865         * gst/audiorate/gstaudiorate.c:
7866           make more debug catagories static
7867         
7868         * tests/check/Makefile.am:
7869         * tests/check/elements/adder.c: (message_received),
7870         (test_event_message_received), (GST_START_TEST),
7871         (test_play_twice_message_received), (adder_suite):
7872           added test case for using element twice, extra bonus points for anyone
7873           who can make these test run reliably
7874
7875 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
7876
7877         * ext/theora/theoradec.c: (theora_dec_chain):
7878           Make work with time-stamped input buffers that do not
7879           have a granulepos in BUFFER_OFFSET_END (like theora
7880           buffers coming from matroskademux). Fixes #342448.
7881
7882 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7883
7884         Patch by: Peter Kjellerstedt  <pkj at axis com>
7885
7886         * gst/tcp/Makefile.am:
7887           fdstresstest doesn't need Gtk+, fix compilation if 
7888           gtk is not available (#342566).
7889
7890 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7891          
7892         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7893           80 line columns
7894           Removed redundant floor()
7895
7896 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7897
7898         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7899           On second thought, just skip JUNK chunks automatically, so
7900           the caller doesn't have to handle this. Fixes #342345.
7901           Also, return GST_FLOW_UNEXPECTED if we get a short read,
7902           not GST_FLOW_ERROR.
7903
7904 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7905
7906         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7907           Don't bail out on JUNK chunks with a size of 0 (would try to
7908           pull_range 0 bytes before, which sources don't like too much).
7909           See #342345.
7910
7911 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7912
7913         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7915         Use the gstutil scaling function to preserve 64 bits while calculating
7916         output width and height from the display-aspect-ratio. (A continuation
7917         of #341542)
7918
7919 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7920
7921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
7922         (gst_xvimagesink_buffer_alloc):
7923         * sys/xvimage/xvimagesink.h:
7924         When performing buffer allocations, remember the caps and image format
7925         we return so that if the same caps are asked for next time we can
7926         return them immediately without doing any caps intersections.
7927
7928 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7929          
7930         * gst-libs/gst/rtp/README:
7931           Some new documentation
7932         * gst-libs/gst/rtp/gstrtpbuffer.h:       
7933           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
7934         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7935         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
7936           New RTP audio base payloader class. Supports frame or sample based
7937           codecs.  Not enabled in Makefile.am until approved.
7938
7939 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7940
7941         * tests/check/elements/alsa.c: (test_device_property_probe):
7942           Fix test case: don't try to free NULL GValueArray when there
7943           are no devices.
7944
7945 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7946
7947         * tests/check/Makefile.am:
7948         * tests/check/elements/alsa.c: (test_device_property_probe),
7949         (alsa_suite), (main):
7950           Add simple test that runs a device property probe on alsasrc,
7951           alsasink and alsamixer. Disable valgrind check for now (too
7952           many leaks in libasound, and valgrind ignored my suppressions
7953           additions).
7954
7955 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7956
7957         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
7958         (gst_alsa_device_property_probe_probe_property),
7959         (gst_alsa_device_property_probe_needs_probe),
7960         (gst_alsa_device_property_probe_get_values),
7961         (gst_alsa_type_add_device_property_probe_interface):
7962         * ext/alsa/gstalsadeviceprobe.h:
7963         * ext/alsa/gstalsamixerelement.c:
7964         (gst_alsa_mixer_element_init_interfaces):
7965         * ext/alsa/gstalsamixerelement.h:
7966           Clean up and simplify alsa device probing. Make it actually work
7967           for multiple classes. Don't cache results any longer.
7968
7969         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
7970         (gst_alsasink_init):
7971         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
7972         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
7973         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
7974           Make alsasink and alsasrc implement the GstPropertyProbe interface
7975           for device probing (#342181).
7976           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
7977
7978 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7979
7980         * gst/subparse/samiparse.c: (handle_start_font):
7981           Don't ignore return value of strtol (++compiler_happiness).
7982
7983 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
7984
7985         Patch by: Young-Ho Cha  <ganadist chollian net>
7986
7987         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7988         (gst_sub_parse_class_init), (gst_sub_parse_init),
7989         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
7990         (convert_encoding):
7991         * gst/subparse/gstsubparse.h:
7992           Add 'encoding' property (#341681).
7993
7994         * gst/subparse/samiparse.c: (characters_sami):
7995           Output is pango markup, so we need to escape text
7996           between tags (#342143).
7997
7998 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
7999
8000         * gst-libs/gst/audio/multichannel.c:
8001         (gst_audio_check_channel_positions):
8002           It's okay to have caps with channels=1 and a channel position
8003           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
8004           (deinterleavers might want to keep the position in the caps,
8005           so that they can be re-interleaved again properly later).
8006           Leave check for unexpected 2-channel layouts intact for now.
8007
8008 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8009
8010         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8011         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8012         basesrc can do its job correctly.
8013
8014 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8015
8016         * ext/alsa/Makefile.am:
8017         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8018         (gst_alsa_detect_formats), (get_channel_free_structure),
8019         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8020         (gst_alsa_probe_supported_formats):
8021         * ext/alsa/gstalsa.h:
8022         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8023           Refactor and improve caps probing code: probe signedness
8024           when we probe the supported formats/widths; set endianness
8025           to the one we actually probed for (ie. cpu endianness).
8026           
8027         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8028         (gst_alsasrc_close):
8029         * ext/alsa/gstalsasrc.h:
8030           Implement caps probing for alsasrc.
8031
8032 2006-05-15  Wim Taymans  <wim@fluendo.com>
8033
8034         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8035         (theora_dec_src_query), (theora_dec_src_event),
8036         (theora_dec_sink_event), (theora_handle_comment_packet),
8037         (theora_handle_data_packet), (theora_dec_change_state):
8038         Cleanups, add some G_LIKELY.
8039         Use segment helpers instead of our own wrong code.
8040         Clear queued buffers on seek and READY.
8041
8042         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8043         (vorbis_dec_convert), (vorbis_dec_src_query),
8044         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8045         (vorbis_handle_comment_packet), (vorbis_dec_push),
8046         (vorbis_handle_data_packet), (vorbis_dec_chain),
8047         (vorbis_dec_change_state):
8048         * ext/vorbis/vorbisdec.h:
8049         Remove old useless packetno variable.
8050         Do position query properly.
8051         Add some G_LIKELY.
8052         Do cleanup of queued buffers in new helper function
8053         and use it.
8054
8055 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8056
8057         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8058           Query supported sample rates. Fixes #341732.
8059
8060 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8061
8062         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8063         (gst_decode_bin_change_state): Make decodebin reusable
8064         when going from PAUSE_TO_READY and then back to PAUSED.
8065         Fixes #331678.
8066
8067 2006-05-15  Wim Taymans  <wim@fluendo.com>
8068
8069         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8070         (vorbis_dec_convert), (vorbis_dec_src_query),
8071         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8072         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8073         (vorbis_dec_clean_queued), (vorbis_dec_push),
8074         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8075         Cleanups. Use refcounting and DEBUG_OBJECT.
8076         Reset segment on flush, use code methods instead of our
8077         own wrong version.
8078         Fix potential memleak.
8079
8080 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8081
8082         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8083         (gst_alsasink_init):
8084         * ext/alsa/gstalsasink.h:
8085           Don't leak allocated snd_output_t structure if there's
8086           more than one alsasink instance at a time (#341873).
8087           Also fix GObject macros in header file.
8088           
8089 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8090
8091         * gst/subparse/gstsubparse.c:
8092         (gst_sub_parse_data_format_autodetect):
8093           Don't use libxml functions in the typefinding code.
8094
8095 2006-05-15  Wim Taymans  <wim@fluendo.com>
8096
8097         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8098         Fix seeking performance in the case where a non-header 
8099         packet has a 0 granulepos (busted theora case). 
8100         Fixes #341719
8101         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8102          the first place, you limelight stealer you)
8103
8104 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8105
8106         * gst/subparse/gstsubparse.c:
8107         (gst_sub_parse_data_format_autodetect):
8108           Improve SAMI typefinding: handle case where there are
8109           whitespaces or newlines in front of the first <SAMI>
8110           tag (#169936).
8111
8112 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8113
8114         * configure.ac:
8115           Build video4linux plugin even if there's no XVIDEO, just
8116           without implementing the GstXOverlay interface (#334002).
8117          
8118 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8119
8120         * configure.ac:
8121         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8122         (plugin_init):
8123           Add tentative support for libvisual-0.4 (#336881).
8124
8125 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8126
8127         Patch by: Young-Ho Cha <ganadist at chollian net>
8128
8129         * gst/subparse/samiparse.c: (handle_start_font):
8130           Need to map "silver" colour explicitly (#169936).
8131
8132 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8133
8134         Patch by: Young-Ho Cha  <ganadist at chollian net>
8135
8136         * gst/subparse/Makefile.am:
8137         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8138         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8139         (gst_sub_parse_format_autodetect), (feed_textbuf),
8140         (gst_subparse_type_find), (plugin_init):
8141         * gst/subparse/gstsubparse.h:
8142         * gst/subparse/samiparse.c:
8143         * gst/subparse/samiparse.h:
8144           Add support for SAMI subtitles (#169936).
8145
8146 2006-05-14  Michael Smith  <msmith@fluendo.com>
8147
8148         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8149           Fix #341696: crash when mixing L+R+C to mono or stereo.
8150         * tests/check/Makefile.am:
8151         * tests/check/elements/audioconvert.c: (set_channel_positions),
8152         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8153         (audioconvert_suite):
8154           Add test for the above, including some generic framework bits for
8155           testing multichannel things.
8156
8157 === release 0.10.7 ===
8158
8159 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8160
8161         * configure.ac:
8162           releasing 0.10.7, "Leave the gun"
8163
8164 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8165
8166         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8168         Fix the build.
8169
8170 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8171
8172         * docs/libs/gst-plugins-base-libs-docs.sgml:
8173         * docs/libs/gst-plugins-base-libs-sections.txt:
8174         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8175         * gst-libs/gst/video/video.h:
8176         * gst/videoscale/Makefile.am:
8177         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8179         * tests/check/Makefile.am:
8180         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8181         (main):
8182           Fix integer overflow problem with pixel-aspect-ratio calculations
8183           in videoscale and xvimagesink (#341542)
8184
8185 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8186
8187         * gst-libs/gst/tag/gstid3tag.c:
8188           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8189
8190 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8191
8192         * win32/MANIFEST:
8193           update win32 files listing
8194
8195 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8196
8197         patch by: Sjoerd Simons (sjoerd@luon.net)
8198
8199         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8200         (group_create), (group_destroy), (add_stream),
8201         (gst_play_base_bin_get_property),
8202         (gst_play_base_bin_get_streaminfo_value_array):
8203         * gst/playback/gstplaybasebin.h:
8204           API: GstPlayBaseBin::stream-info-value-array property
8205           use a more bindings-friendly way of exposing streaminfo
8206           using a GValueArray.  Tested in ipython.
8207           Closes #341114
8208
8209 2006-05-11  Wim Taymans  <wim@fluendo.com>
8210
8211         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8212         (queue_underrun_cb), (queue_filled_cb):
8213         Also catch queue underruns but don't do anything yet.
8214         Refactor and comment queue enlarging code a bit.
8215
8216         * gst/playback/gstplaybasebin.c: (queue_overrun),
8217         (queue_threshold_reached), (queue_out_of_data),
8218         (gen_preroll_element):
8219         If a queue over/underruns check that we don't create nasty
8220         deadlocks when the min-threshold is not reached but the
8221         max-bytes is. In those cases disable max-bytes when we
8222         know that the queue is fed timed data.
8223         Add more comments.
8224
8225 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8226
8227         * gst/playback/gstplaybin.c: (gen_audio_element):
8228           Make playbin automatically plug an 'audioresample'
8229           element before the audio sink as well. This solves
8230           problems with sinks that only accept a very specific
8231           sample rate, like esdsink (e.g. #340379).
8232
8233 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8234
8235         * gst/playback/gstplaybasebin.c: (gen_source_element):
8236           Make http sources send special headers so that we receive
8237           icecast metadata if the http stream is an icecast stream
8238           (otherwise the server will just ignore them). This also
8239           means that from now on users will need the 'icydemux'
8240           element from gst-plugins-good installed if they want to
8241           listen to icecast radio streams. (#341432, #333657).
8242
8243 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8244
8245         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8246         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8247           remove stupid example from docs - it should come with a simple
8248           C program instead.
8249           Clean up/fix docs
8250         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8251         (fail_if_can_read), (GST_START_TEST),
8252         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8253           add a test for changing streamheader which exposes a bug in
8254           multifdsink
8255
8256 2006-05-11  Michael Smith  <msmith@fluendo.com>
8257
8258         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8259         (gst_gnome_vfs_src_received_headers_callback):
8260         * ext/gnomevfs/gstgnomevfssrc.h:
8261           Don't set icy-caps unless we have a sane interval value. Move
8262           interval to a local variable; we never use it outside this function.
8263
8264 2006-05-11  Wim Taymans  <wim@fluendo.com>
8265
8266         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8268         Register special buffer types along with the objects so
8269         that they are not registered at runtime from N different
8270         streaming threads since they are not threadsafe.
8271
8272 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8273
8274         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8275         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8276           add two more tests, one doing streamheader
8277
8278 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8279
8280         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8281           clean up the bufqueue when shutting down
8282         * tests/check/Makefile.am:
8283         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8284         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8285         (main):
8286           add a test for the leak that was just fixed
8287
8288 2006-05-10  Wim Taymans  <wim@fluendo.com>
8289
8290         * gst/adder/gstadder.c: (gst_adder_setcaps),
8291         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8292         (gst_adder_src_event), (gst_adder_sink_event),
8293         (gst_adder_class_init), (gst_adder_finalize),
8294         (gst_adder_request_new_pad), (gst_adder_collected):
8295         * gst/adder/gstadder.h:
8296         Updated some docs. Added comments and FIXMEs all over the place.
8297         Improve debugging info.
8298         Fix leak on finalize by not calling the parent.
8299         Implement duration query.
8300         Make event forwarding threadsafe.
8301         Correctly send NEWSEGMENT at start and after flush.
8302         Handle EOS correctly.
8303         Post error when not negotiated.
8304
8305         * tests/check/elements/adder.c: (GST_START_TEST):
8306         Added FIXME in the test.
8307
8308 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8309
8310         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8311         (gst_text_overlay_halign_get_type),
8312         (gst_text_overlay_wrap_mode_get_type):
8313         * ext/theora/theoradec.c: (theora_handle_type_packet),
8314         (theora_handle_data_packet):
8315         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8316         (theora_enc_sink_setcaps), (theora_enc_chain):
8317         * gst-libs/gst/cdda/gstcddabasesrc.c:
8318         (gst_cdda_base_src_mode_get_type):
8319         * gst/audiotestsrc/gstaudiotestsrc.c:
8320         (gst_audiostestsrc_wave_get_type):
8321         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8322         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8323         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8324         (gst_sync_method_get_type), (gst_unit_type_get_type),
8325         (gst_client_status_get_type):
8326         * gst/videoscale/gstvideoscale.c:
8327         (gst_video_scale_method_get_type):
8328         * gst/videotestsrc/gstvideotestsrc.c:
8329         (gst_video_test_src_pattern_get_type):
8330         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8331         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8332         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8333         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8334         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8335         (paint_setup_RGB565), (paint_setup_xRGB1555):
8336           Const-ify GEnumValue and GFlagsValue arrays. Use
8337           GST_ROUND_UP_* macros instead of home-made ones.
8338
8339 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8340
8341         * configure.ac:
8342           Require core CVS for the new newsegment stuff.
8343
8344 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8345
8346         Patch by: Sjoerd Simons  <sjoerd at luon net>
8347
8348         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8349           Register nick for enum value (#341160).
8350
8351 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8352
8353         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8354         (plugin_init):
8355          backout typefind patch #340375
8356          
8357         * tests/check/elements/adder.c: (message_received),
8358         (GST_START_TEST), (adder_suite):
8359           redo, signal-handling of test
8360
8361 2006-05-09  Wim Taymans  <wim@fluendo.com>
8362
8363         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8364         (gst_adder_collected):
8365         * gst/adder/gstadder.h:
8366         Remove bogus segment merging and forwarding, we don't
8367         care about timestamps anyway and we just produce a
8368         continuous stream. 
8369         Also create a nice NEWSEGMENT event when we start.
8370         Use _scale_int some more.
8371
8372 2006-05-09  Edward Hervey  <edward@fluendo.com>
8373
8374         * tests/icles/stress-xoverlay.c:
8375         Fix if core was built without parsing support.
8376
8377 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8378
8379         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8380           Add SEDG (Samsung MPEG-4) fourcc.
8381
8382 2006-05-09  Edward Hervey  <edward@fluendo.com>
8383
8384         * tests/icles/stress-xoverlay.c:
8385         * tests/examples/volume/volume.c:
8386         Fix if core was built without parsing support.
8387
8388         * tests/examples/seek/seek.c:
8389         Disable the parse_launch example if core was built without parsing
8390         support.
8391
8392 2006-05-08  Edward Hervey  <edward@fluendo.com>
8393
8394         * autogen.sh: (CONFIGURE_DEF_OPT): 
8395         libtoolize on Darwin/MacOSX is called glibtoolize
8396
8397 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8398
8399         * tests/check/Makefile.am:
8400         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8401           Disable the adder test, until the build-slaves posses the kindness to 
8402           either like it or to give valid reason for not doing so 
8403
8404 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8405
8406         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8407         (adder_suite):
8408           Shuffle NULL state change around and raise timeout more
8409
8410 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8411
8412         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8413         (mp4_type_find), (plugin_init):
8414           Add typefind to distinguish between "audio/x-m4a" and new type
8415           "video/mp4". Fixes #340375
8416
8417         * tests/check/elements/adder.c: (adder_suite):
8418           Raise timeout to make buildbot happy
8419
8420 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8421
8422         * gst/adder/gstadder.c: (gst_adder_sink_event),
8423         (gst_adder_request_new_pad), (gst_adder_change_state):
8424         * gst/adder/gstadder.h:
8425         * tests/check/Makefile.am:
8426         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8427         (adder_suite), (main):
8428           Add sink-event handling to adder. It tries to merge incomming
8429           newsegment-events. Added test to check if segment_done is comming
8430           through. Fixes #340060
8431
8432 2006-05-05  Andy Wingo  <wingo@pobox.com>
8433
8434         * ext/theora/theoraparse.c (gst_theora_parse_init)
8435         (theora_parse_src_convert, theora_parse_src_query):
8436         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8437         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8438         query functions on the source pads of the theora and vorbis parse
8439         elements. Fixes position querying when doing a remux.
8440
8441 2006-05-05  Michael Smith  <msmith@fluendo.com>
8442
8443         * ext/theora/theoraparse.c: (parse_granulepos),
8444         (theora_parse_drain_queue_prematurely),
8445         (theora_parse_queue_buffer), (theora_parse_sink_event):
8446           Fix flushing.
8447           Fix invalid granulepos outputs when starting with a non-keyframe.
8448
8449 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8450
8451         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8452         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8453         Rearrange MPEG system stream detection, fixing some memleaks in the
8454         process.
8455         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8456         they clean up their data correctly.
8457         Remove unused ogganx caps and move the 'is_annodex' check to inside
8458         the 'is_ogg' if statement.
8459
8460 2006-05-05  Wim Taymans  <wim@fluendo.com>
8461
8462         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8463         Properly remove ghostpads. Fixes #340392
8464
8465 2006-05-04  David Schleef  <ds@schleef.org>
8466
8467         * gst/typefind/gsttypefindfunctions.c:
8468
8469 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8470
8471         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8472         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8473
8474         When typefinding an MP3 in push-based mode, don't penalise the
8475         probability down to 74% when we found 5 valid frames just because we
8476         can't peek the end of the file.
8477
8478         Make the probability for detecting MPEG Transport Streams based on the
8479         number of sequential headers we successfully detected.
8480
8481 2006-05-03  Wim Taymans  <wim@fluendo.com>
8482
8483         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8484         (vorbis_dec_push), (vorbis_dec_chain):
8485         Still produce an error when we receive an empty packet.
8486
8487 2006-05-03  Wim Taymans  <wim@fluendo.com>
8488
8489         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8490         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8491         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8492         Mark buffers with DISCONT after seek and after activating new
8493         chains.
8494
8495         * ext/theora/gsttheoradec.h:
8496         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8497         (theora_get_query_types), (theora_dec_sink_event),
8498         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8499         (theora_dec_change_state):
8500         Fix frame counter.
8501         Detect and mark DISCONT buffers.
8502
8503         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8504         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8505         (vorbis_dec_change_state):
8506         * ext/vorbis/vorbisdec.h:
8507         Use GstSegment.
8508         Detect and mark DISCONT buffers.
8509         Don't crash on 0 sized buffers.
8510
8511 2006-05-03  Wim Taymans  <wim@fluendo.com>
8512
8513         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8514         (volume_transform_ip):
8515         Increase "volume" property to 10.0. Fixes #340369.
8516         Set the process function to NULL when capsnego fails so that
8517         we properly error out.
8518
8519 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8520
8521         * gst/playback/gstplaybin.c: (add_sink):
8522         * gst/playback/test.c: (main):
8523         * gst/playback/test5.c: (dump_element_stats):
8524         * gst/playback/test6.c: (main):
8525           free caps using gst_caps_unref, don't leak caps-strings
8526
8527 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8528
8529         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8530         (plugin_init):
8531           Refine musepack typefinding a bit. Return MAXIMUM
8532           probability when we detect stream version 7 to make
8533           sure the mpeg audio typefinder doesn't trump us.
8534
8535 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8536
8537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8538           Protect against unexpected NULL strf_data buffer.
8539
8540 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8541
8542         * tests/check/elements/audioconvert.c: (verify_convert),
8543         (GST_START_TEST):
8544           interpret the out[] buffer in the order the bytes are actually
8545           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
8546           Other tests should use BYTE_ORDER since the array is filled in
8547           with actual values
8548
8549 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8550
8551         * tests/check/elements/audioconvert.c: (verify_convert),
8552         (GST_START_TEST):
8553           when a test fails, give an indication of which it is
8554
8555 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8556
8557         * gst-libs/gst/cdda/gstcddabasesrc.c:
8558           compile fix; strtol() needs <stdlib.h>
8559
8560 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8561
8562         * ext/alsa/gstalsamixerelement.c:
8563         * ext/alsa/gstalsasrc.c:
8564         * ext/cdparanoia/gstcdparanoiasrc.c:
8565         * ext/gnomevfs/gstgnomevfssink.c:
8566         * ext/gnomevfs/gstgnomevfssrc.c:
8567         * ext/ogg/gstoggdemux.c:
8568         * ext/ogg/gstoggmux.c:
8569         * ext/ogg/gstoggparse.c:
8570         * ext/ogg/gstogmparse.c:
8571         * ext/pango/gstclockoverlay.c:
8572         * ext/pango/gsttextoverlay.c:
8573         * ext/pango/gsttextrender.c:
8574         * ext/pango/gsttimeoverlay.c:
8575         * ext/theora/theoradec.c:
8576         * ext/theora/theoraenc.c:
8577         * ext/vorbis/vorbisdec.c:
8578         * ext/vorbis/vorbisenc.c:
8579         * gst-libs/gst/audio/gstaudiofilter.c:
8580         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8581         * gst/audioconvert/gstaudioconvert.c:
8582         * gst/audiorate/gstaudiorate.c:
8583         * gst/audioresample/gstaudioresample.c:
8584         * gst/audiotestsrc/gstaudiotestsrc.c:
8585         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8586         * gst/playback/gstdecodebin.c:
8587         * gst/playback/gstplaybin.c:
8588         * gst/playback/gststreamselector.c:
8589         * gst/subparse/gstsubparse.c:
8590         * gst/tcp/gstmultifdsink.c:
8591         * gst/tcp/gsttcpclientsink.c:
8592         * gst/tcp/gsttcpclientsrc.c:
8593         * gst/tcp/gsttcpserversink.c:
8594         * gst/tcp/gsttcpserversrc.c:
8595         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8596         * gst/videorate/gstvideorate.c:
8597         * gst/videoscale/gstvideoscale.c:
8598         * gst/videotestsrc/gstvideotestsrc.c:
8599         * gst/volume/gstvolume.c:
8600         * sys/v4l/gstv4ljpegsrc.c:
8601         * sys/v4l/gstv4lmjpegsink.c:
8602         * sys/v4l/gstv4lmjpegsrc.c:
8603         * sys/v4l/gstv4lsrc.c:
8604         * sys/ximage/ximagesink.c:
8605         * sys/xvimage/xvimagesink.c:
8606         * tests/check/libs/cddabasesrc.c:
8607           make GstElementDetails const
8608
8609 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8610
8611         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8612         (gst_adder_init):
8613           send events from src-pad to all sink-pads fixes #338657
8614
8615 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8616
8617         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
8618         (alsasink_parse_spec):
8619           query width capabilities from alsa, fixes #338919
8620
8621 2006-04-28  Wim Taymans  <wim@fluendo.com>
8622
8623         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
8624         (gst_multi_fd_sink_remove_client_link):
8625         * gst/tcp/gstmultifdsink.h:
8626         Fix race condition in multifdsink that can lead to spurious 
8627         duplicate clients. this patch adds a new signal that is fired when
8628         multifdsink has removed all references to the fd.
8629         Fixes #339574.
8630         Updated documentation.
8631         API: client-fd-removed signal added
8632
8633 2006-04-28  Michael Smith  <msmith@fluendo.com>
8634
8635         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
8636           When asking g_value_array_new to prealloc elements, we may as well
8637           ask for the right number of elements.
8638
8639 2006-04-28  Wim Taymans  <wim@fluendo.com>
8640
8641         * gst-libs/gst/audio/gstbaseaudiosink.c:
8642         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
8643         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8644         patch to make timestamp checking more tollerant to rounding 
8645         errors given that real discontinuities are to be marked on
8646         buffers. Fixes some asf files and #338778.
8647         Also avoid some crashers when we receive an event in the 
8648         NULL state.
8649
8650 2006-04-28  Michael Smith  <msmith@fluendo.com>
8651
8652         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
8653         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8654         (gst_gnome_vfs_src_get_property),
8655         (gst_gnome_vfs_src_send_additional_headers_callback),
8656         (gst_gnome_vfs_src_received_headers_callback),
8657         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
8658         (gst_gnome_vfs_src_stop):
8659         * ext/gnomevfs/gstgnomevfssrc.h:
8660           Remove ICY handling (mostly) from gnomevfssrc, in favour of
8661           proper shared support within icydemux.
8662
8663 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8664
8665         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
8666         (gst_video_rate_swap_prev), (gst_video_rate_chain):
8667           fix up docs
8668           fix a leak when no caps negotiated
8669           fix counting of input frames
8670         * tests/check/elements/.cvsignore:
8671         * tests/check/elements/videorate.c: (assert_videorate_stats),
8672         (GST_START_TEST), (videorate_suite):
8673           add tests for these
8674
8675 2006-04-28  Wim Taymans  <wim@fluendo.com>
8676
8677         * gst-libs/gst/audio/gstringbuffer.c:
8678         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
8679         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
8680         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8681         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8682         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8683         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8684         (gst_ring_buffer_commit), (gst_ring_buffer_read),
8685         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
8686         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
8687         Check arguments passed to public functions instead of
8688         crashing.
8689
8690 2006-04-28  Wim Taymans  <wim@fluendo.com>
8691
8692         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8693         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8694         GstBaseAudioSrc must be live or it does not work.
8695
8696         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
8697         Don't set live to TRUE as this is the default in the parentclass.
8698
8699 2006-04-28  Wim Taymans  <wim@fluendo.com>
8700
8701         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
8702         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
8703         Videoscale doesn't pass on pixel-aspect ratio. Handle all
8704         fixation cases better. Fixes #338991
8705
8706 2006-04-28  Wim Taymans  <wim@fluendo.com>
8707
8708         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
8709         Handle 0/1 framerate correctly Fixes #331901.
8710
8711 2006-04-28  Wim Taymans  <wim@fluendo.com>
8712
8713         * tests/check/elements/audioconvert.c: (get_float_caps),
8714         (GST_START_TEST), (audioconvert_suite):
8715         Added check for correct clipping when doing float samples
8716         in audioconvert.
8717
8718 2006-04-28  Wim Taymans  <wim@fluendo.com>
8719
8720         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
8721         (gst_video_rate_chain):
8722         Print more debugging info.
8723
8724 2006-04-28  Wim Taymans  <wim@fluendo.com>
8725
8726         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
8727         (resample_set_state_from_caps):
8728         Add support for other formats audioresample can handle such as
8729         32 bits in and float and 64 bits float. Fixes #301759
8730
8731 2006-04-28  Wim Taymans  <wim@fluendo.com>
8732
8733         * gst/audioconvert/audioconvert.c: (float):
8734         correctly clip float samples > 1.0. Fixes #338718
8735
8736 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         Patch by: Young-Ho Cha  <ganadist at chollian net>
8739
8740         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8741         (gst_text_overlay_render_text):
8742           Don't strip newlines from the text. Also, center lines
8743           within multi-line paragraphs (#339405).
8744
8745 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8746
8747         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
8748           Fix wavpack typefinding to work in more cases (don't peek
8749           for chunks of multiple hundred kBs at once, but process
8750           things step-by-step in smaller units). Fixes #339786.
8751
8752 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8753
8754         * configure.ac:
8755           back to HEAD
8756
8757 === release 0.10.6 ===
8758
8759 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
8760
8761         * configure.ac:
8762           releasing 0.10.6, "Chao"
8763
8764 2006-04-26  David Schleef  <ds@schleef.org>
8765
8766         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
8767           Fixes #338897.
8768
8769 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8770
8771         * configure.ac:
8772         * win32/common/config.h:
8773           new prerelease
8774
8775 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8776
8777         patch by: Wim Taymans
8778
8779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8780         (gst_ogg_demux_perform_seek):
8781           make sure correct newsegments are sent, so that the decoder
8782           and the demuxer agree on timestamps.  Fixes playback of a lot
8783           of Ogg files that do not start from 0.  Fixes #339833.
8784
8785 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8786
8787         Patch by: Edward Hervey  <edward@fluendo.com>
8788
8789         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8790         * tests/check/Makefile.am:
8791         * tests/check/elements/videorate.c: (assert_videorate_stats),
8792         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
8793         (videorate_suite), (main):
8794           Fix an infinite loop if frames are passed in with wrongly ordered
8795           timestamps.  Fixes #339013.
8796
8797 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8798
8799         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8800
8801         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8802           fix typefinding on some ISO files.  Fixes #339212.
8803
8804 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8805
8806         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8807
8808         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8809           add another H264 fourcc.  Fixes #339047.
8810
8811 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8812
8813         Patch by: Jan Schmidt
8814
8815         * gst/playback/gststreamselector.c:
8816         (gst_stream_selector_bufferalloc):
8817           Restore old StreamSelector behaviour.
8818           Fixes #338419.
8819
8820 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8821
8822         * configure.ac:
8823         * win32/common/config.h:
8824           prerelease
8825
8826 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8827
8828         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
8829
8830         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8831         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
8832           Fix some memory leaks: on finalize, free buffers left in the queue
8833           before destroying the queue; in _push(), unref rtp_buf even if
8834           the process vfunc returned a NULL buffer as output buffer (#337548);
8835           demote some recuring debug messages to LOG level.
8836
8837 2006-04-11  Wim Taymans  <wim@fluendo.com>
8838
8839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8840         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8841         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
8842         (gst_ogg_demux_loop):
8843         More cleanups.
8844         Respect segment stop when emiting EOS or SEGMENT_DONE.
8845         Fixes (#337945).
8846
8847 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8848
8849         * gst/playback/gststreamselector.c:
8850         (gst_stream_selector_get_property):
8851           Don't leak pad name.
8852
8853 2006-04-10  Michael Smith  <msmith@fluendo.com>
8854
8855         * tests/check/Makefile.am:
8856         * tests/check/gst-plugins-base.supp:
8857           Suppress an old libtheora bug (fixed in more recent versions), so 
8858           that FC4 buildslaves can pass.
8859
8860 2006-04-10  Wim Taymans  <wim@fluendo.com>
8861
8862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8863         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8864         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
8865         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
8866         (gst_ogg_demux_loop):
8867         Don't leak events.
8868         Remember what error we got when finding chains, if we
8869         were shutdown, that would not be an error.
8870
8871 2006-04-10  Wim Taymans  <wim@fluendo.com>
8872
8873         * gst-libs/gst/audio/gstbaseaudiosink.c:
8874         (gst_base_audio_sink_event):
8875         Starting the ringbuffer when we did not acquire it can cause
8876         a deadlock, is pointless and causes nasty things for
8877         subclasses. 
8878         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
8879
8880 2006-04-10  Wim Taymans  <wim@fluendo.com>
8881
8882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8883         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8884         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8885         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8886         (gst_ogg_demux_deactivate_current_chain),
8887         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8888         (gst_ogg_demux_bisect_forward_serialno),
8889         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
8890         Add some more debugging.
8891
8892 2006-04-10  Wim Taymans  <wim@fluendo.com>
8893
8894         * ext/theora/theoradec.c: (theora_dec_src_event),
8895         (theora_handle_data_packet):
8896         Some more debug info.
8897
8898         * tests/examples/seek/seek.c: (start_seek), (main):
8899         Print element messages too.
8900
8901 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
8902
8903         * gst/audioresample/debug.h:
8904           replace debug macros with variable number of parameters
8905           by a simple alias to gstreamer standard debug macros 
8906          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
8907           supported by MSVC 6.0 and 7.1)
8908         * gst/audioresample/resample.h:
8909           define M_PI and rint for WIN32
8910         * win32/common/libgstaudio.def:
8911         * win32/common/libgstriff.def:
8912         * win32/common/libgsttag.def:
8913         * win32/common/libgstvideo.def:
8914           add new exported functions
8915         * win32/vs6:
8916           update project files
8917
8918 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8919
8920         * ext/alsa/gstalsamixeroptions.c:
8921         (gst_alsa_mixer_options_class_init):
8922         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
8923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
8924         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
8925         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
8926         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
8927         * gst-libs/gst/audio/gstaudiofilter.c:
8928         (gst_audio_filter_class_init):
8929         * gst-libs/gst/audio/gstaudiosink.c:
8930         (gst_audioringbuffer_class_init):
8931         * gst-libs/gst/audio/gstaudiosrc.c:
8932         (gst_audioringbuffer_class_init):
8933         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
8934         * gst-libs/gst/interfaces/colorbalancechannel.c:
8935         (gst_color_balance_channel_class_init):
8936         * gst-libs/gst/interfaces/mixeroptions.c:
8937         (gst_mixer_options_class_init):
8938         * gst-libs/gst/interfaces/mixertrack.c:
8939         (gst_mixer_track_class_init):
8940         * gst-libs/gst/interfaces/tunerchannel.c:
8941         (gst_tuner_channel_class_init):
8942         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
8943         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8944         (gst_netbuffer_class_init):
8945         * gst-libs/gst/rtp/gstbasertppayload.c:
8946         (gst_basertppayload_class_init):
8947         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8948         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
8949         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8950         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
8951         * gst/playback/gststreamselector.c:
8952         (gst_stream_selector_class_init):
8953         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
8954         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
8955         * sys/v4l/gstv4lcolorbalance.c:
8956         (gst_v4l_color_balance_channel_class_init):
8957         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
8958         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8959         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8960         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
8961         (gst_v4l_tuner_norm_class_init):
8962         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
8963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
8964         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
8965         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
8966
8967 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8968
8969         * ext/pango/gsttextrender.h:
8970         * gst-libs/gst/audio/gstaudiosink.h:
8971         * gst-libs/gst/audio/gstaudiosrc.h:
8972         * gst-libs/gst/audio/gstbaseaudiosink.h:
8973         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8974         * gst-libs/gst/audio/gstringbuffer.h:
8975         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8976         * gst-libs/gst/rtp/gstbasertppayload.h:
8977         * gst-libs/gst/video/gstvideofilter.h:
8978         * gst-libs/gst/video/gstvideosink.h:
8979         * gst/playback/gstplaybasebin.h:
8980         * gst/tcp/gstmultifdsink.h:
8981         * sys/v4l/gstv4lelement.h:
8982         Fix broken GObject macros
8983
8984 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8985
8986         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
8987         More debug to trace why my USB headset is not working with gst
8988
8989 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
8990
8991         * gst/playback/gstplaybasebin.c: (group_destroy):
8992         Clean up our group elements properly in the case where it never 
8993         got committed - it still got added unconditionally to the bin.
8994
8995 2006-04-07  Wim Taymans  <wim@fluendo.com>
8996
8997         * ext/theora/theoradec.c: (theora_dec_sink_event),
8998         (theora_handle_data_packet), (theora_dec_chain):
8999         Unref unhandled events.
9000         Protect against empty buffers.
9001         Perform QoS on running time.
9002
9003 2006-04-07  Michael Smith  <msmith@fluendo.com>
9004
9005         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
9006         (gst_vorbis_enc_chain):
9007           Remove leaks from vorbisenc.
9008           Mostly minor changes, the only significant one is that now the
9009           buffers we set as 'streamheader' on the caps are copies of the
9010           original buffers, to avoid circular refcounting problems.
9011
9012 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9013
9014         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9015           Don't remove our mute-probe if someone else already did so.
9016           Don't set a 2nd one if there is already one pending on the pad.
9017
9018         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9019         (do_playbin_seek):
9020           When a seek fails, ensure that playbin is still set back to playing.
9021           
9022         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9023         (mpeg_ts_type_find), (plugin_init):
9024           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9025
9026 2006-04-06  Andy Wingo  <wingo@pobox.com>
9027
9028         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9029         (gst_video_rate_init): Caps-related parameters should not be reset
9030         by a flush -- move their inits to the instance init function.
9031         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9032         is not OK, just return the result.
9033
9034         * gst/audiotestsrc/gstaudiotestsrc.c
9035         (gst_audio_test_src_class_init)
9036         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9037         broken by Stefan's commit on 24 March.
9038
9039         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9040         buffers being pushed out. Fixes oggmux ! multifdsink.
9041
9042 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9043
9044         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9045         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9046         * ext/vorbis/vorbisdec.h:
9047         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9048         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9049         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9050         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9051         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9052         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9053         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9054         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9055         (gst_vorbis_enc_buffer_from_packet),
9056         (gst_vorbis_enc_buffer_from_header_packet),
9057         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9058         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9059         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9060         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9061         (gst_vorbis_enc_change_state):
9062         * ext/vorbis/vorbisenc.h:
9063           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9064           vorbisenc adhere to the official nomenclature; use boilerplate
9065           macro.
9066
9067 2006-04-04  Andy Wingo  <wingo@pobox.com>
9068
9069         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9070         Whoops, fix bug introduced. Bad hacker!
9071         
9072         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9073         Properly handle the case where you get EOS before any buffers are
9074         received. Use gst_buffer_make_metadata_writable where appropriate.
9075
9076         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9077         is often negative -- make it signed so as not to wrap around.
9078         Fixes segfaults introduced on 9 March.
9079
9080 2006-04-03  Wim Taymans  <wim@fluendo.com>
9081
9082         * ext/theora/gsttheoradec.h:
9083         * ext/theora/theoradec.c: (theora_dec_src_event):
9084         Don't try to store a gdouble in a gboolean.
9085         Small cleanups.
9086
9087 2006-04-03  Michael Smith  <msmith@fluendo.com>
9088
9089         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9090           Oggmux sucks.
9091           Make it suck slightly less by writing out the final page.
9092           Still can't encode a vorbis-in-ogg file correctly, though.
9093
9094 2006-04-03  Andy Wingo  <wingo@pobox.com>
9095
9096         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9097         a g_print.
9098
9099         * ext/theora/theora.c (plugin_init): Register theoraparse.
9100
9101         * ext/theora/gsttheoraparse.h: 
9102         * ext/theora/theoraparse.c: New files implementing a theora
9103         parser. Now we can properly remux ogg/theora+vorbis, yay.
9104
9105         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9106
9107 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9108
9109         * gst/audiotestsrc/gstaudiotestsrc.c:
9110           Fixed the sample pipeline (see #323798)
9111
9112 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9113
9114         * configure.ac:
9115         * win32/common/config.h:
9116         * win32/common/config.h.in:
9117           use AS_VERSION and AS_NANO
9118           more cleanups
9119
9120 2006-03-31  Andy Wingo  <wingo@pobox.com>
9121
9122         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9123         uninitialized variable return that would happen.
9124         
9125         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9126         uninitialized variable return that would never happen.
9127
9128         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9129         (vorbis_parse_sink_event): Add an event function to flush our
9130         state on a seek, and to drain buffers on a premature EOS.
9131         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9132         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9133         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9134         (vorbis_parse_drain_queue): Queue up buffers until we can set
9135         their timestamps and granulepos values.
9136
9137         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9138         and keep track of data needed for deriving granulepos and
9139         timestamps for buffers.
9140
9141 2006-03-29  Wim Taymans  <wim@fluendo.com>
9142
9143         Patch by: j^ <j at bootlab dot org>
9144
9145         * ext/alsa/gstalsamixerelement.c:
9146         (gst_alsa_mixer_element_class_init):
9147         * ext/alsa/gstalsasink.c:
9148         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9149         * ext/ogg/gstoggdemux.c:
9150         * ext/ogg/gstoggmux.c:
9151         * ext/ogg/gstoggparse.c:
9152         * ext/pango/gstclockoverlay.c:
9153         * ext/pango/gsttextoverlay.c:
9154         * ext/pango/gsttextrender.c:
9155         * ext/pango/gsttimeoverlay.c:
9156         * ext/theora/theoradec.c:
9157         * ext/theora/theoraenc.c:
9158         * ext/vorbis/vorbisdec.c:
9159         * ext/vorbis/vorbisenc.c:
9160         * gst/audioconvert/gstaudioconvert.c:
9161         * gst/subparse/gstsubparse.c:
9162         * gst/tcp/gstmultifdsink.c:
9163         * gst/tcp/gsttcpclientsink.c:
9164         * gst/tcp/gsttcpclientsrc.c:
9165         * gst/tcp/gsttcpserversink.c:
9166         * gst/tcp/gsttcpserversrc.c:
9167           better/unified long descriptions
9168           Fixes #336477
9169
9170 2006-03-29  Wim Taymans  <wim@fluendo.com>
9171
9172         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9173         (stop_seek):
9174         Don't let double and triple clicks mess up our state.
9175
9176 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9177
9178         * gst/playback/gstplaybin.c: (gen_video_element),
9179         (gen_text_element), (gen_audio_element), (gen_vis_element):
9180           Error out gracefully when we can't create any of the usual
9181           conversion elements for some reason. Also, don't try to
9182           create an audioscale (sic) element that's not used anyway.
9183
9184 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9185
9186         * gst/playback/gstplaybasebin.c: (setup_source):
9187           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9188           element for a particular protocol, that's confusing for users.
9189           Instead, post a RESOURCE_FAILED error, so that our own error
9190           message is actually shown in totem etc. (#336303).
9191
9192 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9193
9194         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9195
9196         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9197         (gst_gnome_vfs_src_get_icy_metadata):
9198           Fix some minor memory leaks (#336194).
9199
9200 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9201
9202         * ext/gnomevfs/gstgnomevfs.c:
9203         (gst_gnome_vfs_location_to_uri_string):
9204         * ext/gnomevfs/gstgnomevfs.h:
9205         * ext/gnomevfs/gstgnomevfssink.c:
9206         (gst_gnome_vfs_sink_set_property):
9207         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9208           Make gnomevfssink accept filenames as well as URIs for the
9209           "location" property, just like gnomevfssrc does (and
9210           filesrc/filesink do) (#336190).
9211
9212 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9213
9214         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9215           set to NULL before unreffing, fixes a valgrind leak.
9216           Why was this not triggering the error that an object needs to
9217           be NULL before unreffing ?
9218         * win32/common/config.h:
9219           update
9220
9221 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9222
9223         * gst/subparse/gstsubparse.c: (convert_encoding),
9224         (gst_sub_parse_change_state):
9225         * gst/subparse/gstsubparse.h:
9226           Text subtitle files may or may not be UTF-8. If it's not, we
9227           don't really want to see '?' characters in place of non-ASCII
9228           characters like accented characters. So let's assume the input
9229           is UTF-8 until we come across text that is clearly not. If it's
9230           not UTF-8, we don't really know what it is, so try the following:
9231           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9232           is set; if not, check (b) if the current locale encoding is
9233           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9234           the current locale encoding is UTF-8 and the environment variable
9235           was not set to any particular encoding. Not perfect, but better
9236           than nothing (and better than before, I think) (fixes #172848).
9237
9238 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9239
9240         * configure.ac:
9241           update core requirement to 0.10.4.1 because of async_playback
9242           vmethod on GstBaseSink
9243
9244 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9245
9246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9247         * gst/adder/gstadder.c: (gst_adder_init):
9248         use DEBUG_FUNCPTR for collectpads
9249
9250 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9251
9252         * docs/plugins/Makefile.am:
9253         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9254         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9255         * ext/cdparanoia/gstcdparanoiasrc.c:
9256         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9257         (gst_gnome_vfs_sink_class_init):
9258         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9259         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9260         * ext/ogg/gstoggmux.c:
9261         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9262         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9263         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9264         * ext/pango/gsttextoverlay.c:
9265         * ext/pango/gsttextrender.c:
9266         * ext/theora/theoradec.c:
9267         * ext/theora/theoraenc.c:
9268         * ext/vorbis/vorbisdec.c:
9269         * ext/vorbis/vorbisenc.c:
9270         * gst-libs/gst/audio/gstaudiofilter.c:
9271         (gst_audio_filter_base_init):
9272         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9273         (gst_audio_filter_template_base_init):
9274         * gst/adder/gstadder.c: (gst_adder_get_type):
9275         * gst/adder/gstadder.h:
9276         * gst/audioconvert/gstaudioconvert.c:
9277         * gst/audiotestsrc/gstaudiotestsrc.c:
9278         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9279         (gst_audio_test_src_create):
9280         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9281         * gst/playback/gstdecodebin.c:
9282         * gst/playback/gstplaybin.c:
9283         * gst/playback/gststreamselector.c:
9284         (gst_stream_selector_base_init):
9285         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9286         * gst/volume/gstvolume.c:
9287         * sys/v4l/gstv4lmjpegsink.c:
9288         * sys/v4l/gstv4lmjpegsrc.c:
9289         * tests/check/libs/cddabasesrc.c:
9290         * tests/old/examples/gob/gst-identity2.gob:
9291           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9292           define GstElementDetails at the top
9293
9294 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9295
9296         * win32/common/libgstinterfaces.def:
9297         Add a lot of export functions for gst-python
9298         * win32/vs6/libgstinterfaces.dsp:
9299         Add a missing include folder in the project configuration
9300         
9301 2006-03-23  Wim Taymans  <wim@fluendo.com>
9302
9303         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9304         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9305         (gst_base_audio_src_change_state):
9306         Fix audio sources, forgot to make the ringbuffer
9307         startable...
9308
9309 2006-03-23  Wim Taymans  <wim@fluendo.com>
9310
9311         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9312         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9313         (gst_base_audio_src_change_state):
9314         unparent instead of unref the ringbuffer.
9315
9316 2006-03-23  Wim Taymans  <wim@fluendo.com>
9317
9318         * gst-libs/gst/audio/gstbaseaudiosink.c:
9319         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9320         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9321         Implement new async_play vmethod to start slaving and allow
9322         playback start in case of async PLAY state changes. 
9323
9324         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9325         Enable QoS with new method in base class.
9326
9327 2006-03-23  Wim Taymans  <wim@fluendo.com>
9328
9329         Patch by: Julien MOUTTE <julien at moutte dot net>
9330
9331         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9332         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9333         Partially handle 0 framerate, only EOS after the first frame
9334         is missing.
9335
9336 2006-03-23  Wim Taymans  <wim@fluendo.com>
9337
9338         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9339
9340         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9341         (gst_riff_create_video_template_caps):
9342         * gst/ffmpegcolorspace/avcodec.h:
9343         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9344         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9345         (gst_ffmpegcsp_avpicture_fill):
9346         * gst/ffmpegcolorspace/imgconvert.c:
9347         Patch for support of YVU9 AVI files (#334822)
9348
9349 2006-03-22  Edward Hervey  <edward@fluendo.com>
9350
9351         * docs/design/design-decodebin.txt:
9352         Added design document for new decodebin
9353         (Target Caps): text/x-pango-markup is also a default target caps.
9354
9355 2006-03-22  Wim Taymans  <wim@fluendo.com>
9356
9357         * gst-libs/gst/audio/gstbaseaudiosink.c:
9358         (gst_base_audio_sink_dispose):
9359         Since we _parent the ringbuffer, we also need to
9360         _unparent instead of a plain _unref.
9361
9362 2006-03-22  Wim Taymans  <wim@fluendo.com>
9363
9364         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9365         (stop_seek), (scrub_toggle_cb), (main):
9366         Add scrub checkbox.
9367
9368 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9369
9370         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9371         (gst_ogg_parse_chain):
9372           Fix very inefficient usage of linked lists (#335365).
9373
9374 2006-03-21  Edward Hervey  <edward@fluendo.com>
9375
9376         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9377         * gst/playback/gstplaybin.c: (handoff):
9378         * gst/playback/gststreamselector.c:
9379         (gst_stream_selector_set_property):
9380         gcc 4.1 unreferenced pointer fixes.
9381         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9383         gst_buffer_ref() now takes a GstBuffer*.
9384
9385 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9386
9387         * sys/xvimage/xvimagesink.c:
9388         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9389         by Jan Schmidt.
9390
9391 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9392
9393         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9394         (id3v1_type_find), (apetag_type_find), (plugin_init):
9395           Can't do tag preferences via probability, as tags would then
9396           lose against types that are recognised with MAXIMUM probability
9397           (like .wav); so let all tag typefinders return MAXIMUM themselves
9398           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9399           that we can prefer APE to ID3v1 (fixes #335028).
9400           
9401 2006-03-17  Wim Taymans  <wim@fluendo.com>
9402
9403         * gst-libs/gst/audio/gstbaseaudiosink.c:
9404         (gst_base_audio_sink_change_state):
9405         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9406         (gst_ring_buffer_may_start):
9407         * gst-libs/gst/audio/gstringbuffer.h:
9408         Only start playback if we are playing.
9409         should fix #330748.
9410
9411 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9412
9413         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9414         * win32/common/config.h:
9415           Revert accidental commits to these files.
9416
9417 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9418
9419         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9420
9421         * tests/Makefile.am:
9422           Don't try to build tests in tests/icles if we
9423           don't have X (#323852)
9424
9425 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9426
9427         * gst-libs/gst/tag/gstid3tag.c:
9428           Add TXXX frame identifiers for replaygain stuff as used
9429           by some taggers (see #323721).
9430
9431 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9432
9433         * gst/playback/gststreamselector.c:
9434         (gst_stream_selector_set_property),
9435         (gst_stream_selector_bufferalloc):
9436           Preserve the existing buggy streamselector behaviour by performing
9437           a fallback buffer allocation when downstream isn't linked yet.
9438           This should really be fixed in playbin by blocking pads until it's
9439           linked them.
9440           Also, use gst_pad_alloc_buffer instead of
9441           gst_pad_alloc_buffer_and_set.
9442
9443 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9444
9445         * gst-libs/gst/tag/gstid3tag.c:
9446           Don't crash on unknown ID3v2 TXXX frames.
9447           
9448 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9449
9450         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9451           Chain up to the parent finalize method.
9452           Add 32-bit sample size to the template caps.
9453
9454         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9455         (gst_riff_create_video_template_caps):
9456           Add the fourcc that the VMWare codec uses.
9457           
9458         * gst/playback/gststreamselector.c:
9459         (gst_stream_selector_set_property),
9460         (gst_stream_selector_bufferalloc),
9461         (gst_stream_selector_request_new_pad):
9462           For the active pad, forward buffer-alloc requests, otherwise
9463           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9464           having to memcpy every frame when used by playbin.
9465
9466         * gst/tcp/gstmultifdsink.c:
9467         (gst_multi_fd_sink_handle_client_write):
9468           Get negotiated caps from the sink pad, rather than the sink
9469           pad's peer.
9470
9471 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9472
9473         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9474         
9475         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9476           Don't forget to set src->callbacks_pushed to FALSE again when
9477           popping them, otherwise re-activation in a different mode won't
9478           work (#334620).
9479
9480 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9481
9482         Patch by: Sebastien Moutte  <sebastien moutte net>
9483
9484         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9485         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9486         (gst_ffmpeg_smpfmt_to_caps):
9487           Replace __VA_ARGS__ caps creation macros with varargs functions.
9488           Makes things compile on MSVC (#320765), looks nicer, and we can
9489           tell the compiler to check for the NULL terminator.
9490
9491 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9492
9493         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9494
9495         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9496           Make sure the buffer we copy into is really always big
9497           enough, this time for real (#333488).
9498           
9499 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9500
9501         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9502           Add support for 24bpp DIB (#305279).
9503
9504 2006-03-14  Wim Taymans  <wim@fluendo.com>
9505
9506         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9507         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9508         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9509         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9510         (gst_video_scale_init), (gst_video_scale_src_event):
9511         Re-enable QoS after the release.
9512         Rework videoscale to use the base class src_event handler.
9513
9514 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9515
9516         * configure.ac:
9517           back to CVS.
9518
9519 === release 0.10.5 ===
9520
9521 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9522
9523         * configure.ac:
9524           releasing 0.10.5, "Net"
9525
9526 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9527
9528         * docs/plugins/Makefile.am:
9529           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9530           
9531 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9532
9533         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9534         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9535         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9536           Add cdparanoiasrc to docs.
9537
9538         * gst-libs/gst/cdda/gstcddabasesrc.c:
9539           More GstCddaBaseSrc docs.
9540
9541 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9542
9543         * docs/libs/gst-plugins-base-libs-sections.txt:
9544         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
9545         * gst-libs/gst/tag/tag.h:
9546           API: libgsttag: new method gst_tag_from_id3_user_tag().
9547
9548 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9549
9550         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9551           NULL-terminate array of mpeg4 video file extensions.
9552           Fixes crash on PPC (#334226).
9553
9554 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9555
9556         * ext/gnomevfs/gstgnomevfssrc.c:
9557         (gst_gnome_vfs_src_check_get_range):
9558           gnome_vfs_uri_is_local() alone is not a good indicator
9559           whether we can operate in pull-mode with a specific URI,
9560           as it returns FALSE for file:// URIs that point to an
9561           NFS-mounted path. Be more conservative here: whitelist
9562           local files, blacklist http URIs and use the old
9563           mechanism for anything else (fixes #334216).
9564
9565 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9566
9567         * configure.ac:
9568           back to trunk
9569
9570 === release 0.10.4 ===
9571
9572 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
9573
9574         * configure.ac:
9575           releasing 0.10.4, "Power"
9576
9577 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9578
9579         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9580         Disable max-lateness by setting it to -1 for now, so that 
9581         we can bed QoS stuff in thoroughly between now and the next
9582         release.
9583
9584 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9585
9586         Patch by: Fabrizio Gennari
9587
9588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9589           Make sure we don't read beyond the palette buffer in case of
9590           broken or manipulated files (#333488)
9591
9592 2006-03-10  Edward Hervey  <edward@fluendo.com>
9593
9594         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9595         Fix for variable not initialized.
9596
9597 2006-03-09  Wim Taymans  <wim@fluendo.com>
9598
9599         * ext/libvisual/visual.c: (gst_visual_get_type),
9600         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
9601         (gst_visual_chain):
9602         Small cleanups.
9603
9604         * ext/theora/gsttheoradec.h:
9605         * ext/theora/theoradec.c: (gst_theora_dec_init),
9606         (gst_theora_dec_reset), (_theora_granule_time),
9607         (theora_dec_src_convert), (theora_dec_sink_convert),
9608         (theora_dec_src_query), (theora_dec_src_event),
9609         (theora_dec_sink_event), (theora_handle_comment_packet),
9610         (theora_handle_header_packet), (theora_dec_push),
9611         (theora_handle_data_packet), (theora_dec_chain),
9612         (theora_dec_change_state):
9613         Add simple QoS.
9614
9615 2006-03-09  Wim Taymans  <wim@fluendo.com>
9616
9617         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9618         (audiocast_register_listener), (gst_gnome_vfs_src_start):
9619         Some cleanups.
9620
9621 2006-03-09  Wim Taymans  <wim@fluendo.com>
9622
9623         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9624         Don't try to activate NULL chains.
9625
9626 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9627
9628         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9629           Fix invalid memory access to region before peek'd data (#332964).
9630
9631 2006-03-09  Wim Taymans  <wim@fluendo.com>
9632
9633         Patch by: Christophe Fergeau
9634
9635         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
9636         * ext/pango/gsttextrender.c: (gst_text_render_init):
9637         * gst/adder/gstadder.c: (gst_adder_init):
9638         Don't leak padtemplates, closes #333510.
9639
9640 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9641
9642         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
9643           Fix invalid memory access: make sure string passed to
9644           regexec() is NUL-termianted.
9645
9646 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9647
9648         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9649         (mp3_type_find):
9650           Refactor mpeg/audio typefinding to make it more maintainable
9651           and easier to fine-tune. Make probing into middle of the file
9652           work properly (fixes #333900, also see #152688).
9653
9654 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9655
9656         * gst/typefind/gsttypefindfunctions.c:
9657         (utf8_type_find_have_valid_utf8_at_offset):
9658           Remove part from previous commit that was bogus:
9659           g_utf8_validate() does in fact not accept embedded
9660           zeroes, so we don't need to check for those (thanks
9661           to Mike for the hint).
9662
9663 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9664
9665         * gst/typefind/gsttypefindfunctions.c:
9666         (utf8_type_find_count_embedded_zeroes),
9667         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
9668           Make plain/text typefinder more conservative: firstly, check
9669           for embedded zeroes, which are perfectly valid UTF-8 characters,
9670           but also a fairly good sign that something is not a plain text
9671           file; secondly, probe into the middle of the file if possible.
9672           If we can't probe into the middle, limit the probability value
9673           to be returned to TYPE_FIND_POSSIBLE (see #333900).
9674
9675 2006-03-08  Michael Smith  <msmith@fluendo.com>
9676
9677         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9678           Make typefind function name for mpeg4 video unique.
9679
9680 2006-03-08  Wim Taymans  <wim@fluendo.com>
9681
9682         * ext/libvisual/visual.c: (gst_visual_init),
9683         (gst_visual_clear_actors), (gst_visual_dispose),
9684         (gst_visual_reset), (gst_visual_src_setcaps),
9685         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
9686         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
9687         (gst_visual_chain), (gst_visual_change_state):
9688         Cleanups, post nice errors.
9689         Handle sink and src events.
9690         Implement simple QoS.
9691
9692         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9693         Use new basesink methods to configure max-lateness.
9694         Small doc update.
9695
9696         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9697         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
9698         Debug statement cleanups.
9699
9700         * gst/volume/gstvolume.c: (gst_volume_class_init):
9701         Simple cleanup.
9702
9703 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9704
9705         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
9706         (gst_text_overlay_init), (gst_text_overlay_set_property),
9707         (gst_text_overlay_get_property):
9708           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
9709           as string type properties, but mark them deprecated. Add
9710           'halignment' and 'valignment' properties that use enums
9711           instead of strings.
9712
9713 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9714
9715         Patch by: Fabrizio Gennari
9716
9717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9718           Allow palettes with less than 256 colours in AVI files
9719           (#333488)
9720
9721 2006-03-07  Julien MOUTTE  <julien@moutte.net>
9722
9723         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9724         (gst_text_overlay_video_event): Fix wrong EOS handling on text
9725         pad. We were releasing the queued text buffer when we should keep
9726         it until video pad gets EOS or discard the text buffer because it's
9727         too old. That was eating the last subtitle buffer. Add some more
9728         debug.
9729
9730 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9731
9732         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
9733         (gst_text_overlay_video_chain):
9734           Fix invalid memory access (we can't access a buffer after it's been
9735           pushed downstream without taking a reference); fix memory leak (if
9736           there's no text to render, bail out before allocating stuff).
9737
9738 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9739
9740         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9741         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
9742         * ext/pango/gsttextoverlay.h:
9743           If input is plain text, escape it before passing it to
9744           pango_layout_set_markup().
9745
9746 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9747
9748         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
9749           Don't ignore flow return from gst_pad_push().
9750
9751 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9752
9753         Patch by: Fabrizio Gennari
9754
9755         * ext/libvisual/visual.c: (gst_visual_getcaps),
9756         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
9757         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
9758         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
9759         (gst_vorbisenc_convert_sink):
9760         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9761         (gst_audio_duration_from_pad_buffer):
9762         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
9763         (gst_audio_filter_chain):
9764         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9765         (gst_base_rtp_depayload_setcaps):
9766         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
9767         (gst_video_get_size):
9768         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9769           Don't leak references returned by gst_pad_get_parent()
9770           (#333663)
9771
9772 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
9773
9774         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
9775           change location param details
9776         * gst/volume/gstvolume.c: (plugin_init):
9777           correct plugin description
9778
9779 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9780
9781         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9782         (gst_gnome_vfs_src_check_get_range):
9783           Override GstBaseSrc::check_get_range() in order to avoid opening
9784           the resource just to check whether we can operate in pull-mode or
9785           not - we can predict that pretty well from the URI alone. Should
9786           fix problems with last.fm (#331690). (Requires latest core CVS).
9787
9788 2006-03-06  Wim Taymans  <wim@fluendo.com>
9789
9790         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9791         (gst_video_sink_class_init):
9792         Throw away frames that are later than 20 ms.
9793
9794 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9795
9796         Patch by: Fabrizio Gennari
9797
9798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9799           Set depth on WMA caps (#333545)
9800
9801 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9802
9803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9804         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
9805           put Theora BOS pages before others.  This hardcodes
9806           the Ogg/Theora I profile, but hey.
9807
9808 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9809
9810         * ext/ogg/README:
9811           updated with some examples
9812         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
9813         (granulepos_add), (theora_buffer_from_packet):
9814         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
9815         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
9816         (gst_vorbisenc_chain):
9817           implement strategy from ext/ogg/README
9818         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9819         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
9820         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
9821         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
9822           Fix muxer so that oggz-validate is happy with all streams;
9823           except for no eos mark, and the BOS page ordering
9824         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9825         (check_buffer_granulepos):
9826         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
9827           update tests to check for OFFSET being set as requested
9828           fixed type of granulepos, it's not a ClockTime
9829
9830 2006-03-05  Julien MOUTTE  <julien@moutte.net>
9831
9832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9833         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9834         Check that the xvimage we are creating has a correct size
9835         before returning it. (#314897)
9836
9837 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9838
9839         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9840           Give id3 and ape tag typefinders a rank slightly higher
9841           than PRIMARY to ensure they're always run before any of
9842           the other typefinders (in particular wav and mp3) (#324186).
9843
9844 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9845
9846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9847           Add support for '3IVD' fourcc (#333403).
9848
9849 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9850
9851         * configure.ac:
9852           Bump requirements to GStreamer CVS for the new error enum.
9853
9854         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
9855           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
9856           space left on the device (fixes #333352).
9857
9858 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
9859
9860         * win32/vs6:
9861           add a project file for libgstvolume
9862           update the workspace
9863
9864 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9865
9866         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9867         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9868         (GST_START_TEST):
9869           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
9870           Set IN_CAPS on header buffers
9871
9872 2006-03-02  Wim Taymans  <wim@fluendo.com>
9873
9874         * docs/plugins/Makefile.am:
9875         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9876         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9877         Add audioresample to docs.
9878
9879         * gst/audioconvert/gstaudioconvert.c:
9880         Add revision date.
9881
9882         * gst/audioresample/gstaudioresample.c:
9883         (gst_audioresample_base_init), (gst_audioresample_class_init),
9884         (gst_audioresample_init), (gst_audioresample_dispose),
9885         (audioresample_get_unit_size), (audioresample_transform_caps),
9886         (resample_set_state_from_caps), (audioresample_transform_size),
9887         (audioresample_set_caps), (audioresample_event),
9888         (audioresample_do_output), (audioresample_transform),
9889         (audioresample_pushthrough), (gst_audioresample_set_property),
9890         (gst_audioresample_get_property), (plugin_init):
9891         * gst/audioresample/gstaudioresample.h:
9892         Added docs.
9893         Small code cleanups.
9894
9895 2006-03-02  Wim Taymans  <wim@fluendo.com>
9896
9897         * docs/plugins/Makefile.am:
9898         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9899         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9900         Added videoscale to docs.
9901
9902         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
9903         (gst_video_rate_swap_prev), (gst_video_rate_event),
9904         (gst_video_rate_chain):
9905         Fix typo in docs.
9906
9907         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9908         (gst_video_scale_init), (gst_video_scale_prepare_size),
9909         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9910         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
9911         * gst/videoscale/gstvideoscale.h:
9912         Added docs, examples.
9913         Some code cleanups.
9914         Post errors instead of g_warning.
9915
9916 2006-03-02  Wim Taymans  <wim@fluendo.com>
9917
9918         * docs/libs/gst-plugins-base-libs-docs.sgml:
9919         * docs/libs/gst-plugins-base-libs-sections.txt:
9920         * docs/libs/gst-plugins-base-libs.types:
9921         * docs/plugins/Makefile.am:
9922         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9923         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9924         Added some more docs to libs and plugins.
9925
9926         * gst-libs/gst/audio/gstringbuffer.c:
9927         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
9928         * gst-libs/gst/audio/gstringbuffer.h:
9929         Document ringbuffer some more.
9930
9931         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
9932         (gst_video_rate_setcaps), (gst_video_rate_reset),
9933         (gst_video_rate_init), (gst_video_rate_flush_prev),
9934         (gst_video_rate_swap_prev), (gst_video_rate_event),
9935         (gst_video_rate_chain), (gst_video_rate_change_state):
9936         * gst/videorate/gstvideorate.h:
9937         Fix videorate to use segments.
9938         Make it work with 0/1 framerates (closes #331903)
9939         Handle EOS correctly.
9940         Added docs.
9941
9942 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9943
9944         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
9945         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
9946         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
9947           In state change function, first chain up to parent class,
9948           then handle downwards state change stuff. Remove some
9949           commented out cruft from 0.8 code.
9950
9951 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9952
9953         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
9954         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9955         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
9956         (gst_ogm_parse_chain):
9957           Don't remove/re-add source pad if the new caps are the same as
9958           the old caps anyway (#333042). When removing source pad, don't
9959           unref it afterwards - we didn't ref it when adding. Sprinkle some
9960           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
9961           after using gst_pad_get_parent(). Return downstream flow return
9962           value in chain function.
9963
9964 2006-03-02  Wim Taymans  <wim@fluendo.com>
9965
9966         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9967         * docs/plugins/gst-plugins-base-plugins.args:
9968         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9969         * docs/plugins/gst-plugins-base-plugins.interfaces:
9970         * docs/plugins/gst-plugins-base-plugins.signals:
9971         Fix hierarchy, added some more elements to the docs.
9972
9973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9974         (gst_ffmpegcsp_get_type):
9975         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9976         Fix docs for ffmpegcolorspace.
9977
9978 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
9979
9980         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
9981         (apetag_type_find), (ape_type_find), (plugin_init):
9982           Some typefinding fine-tuning:
9983           - rank ID3/APE tags in order of preference via probabilities, so that
9984             ID3v2 > APEv2 > APEv1 > ID3v1.
9985           - three or four bytes don't really justify MAXIMUM probability,
9986             change those to 'very likely' (musepack and monkeysaudio).
9987
9988 2006-03-01  Wim Taymans  <wim@fluendo.com>
9989
9990         * docs/plugins/Makefile.am:
9991         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9992         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9993         * ext/alsa/gstalsamixer.c:
9994         * ext/alsa/gstalsamixer.h:
9995         * ext/alsa/gstalsamixerelement.c:
9996         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
9997         * ext/alsa/gstalsamixerelement.h:
9998         * ext/alsa/gstalsasink.c:
9999         * ext/alsa/gstalsasink.h:
10000         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10001         (gst_alsasrc_init):
10002         * ext/alsa/gstalsasrc.h:
10003         Added alsa docs.
10004         Small code cleanups.
10005
10006 2006-03-01  Wim Taymans  <wim@fluendo.com>
10007
10008         * ext/theora/Makefile.am:
10009         Dist new header too,
10010
10011 2006-03-01  Wim Taymans  <wim@fluendo.com>
10012
10013         * docs/plugins/Makefile.am:
10014         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10015         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10016         * ext/gnomevfs/gstgnomevfssink.h:
10017         * ext/gnomevfs/gstgnomevfssrc.h:
10018         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10019         * ext/vorbis/vorbisdec.h:
10020         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10021         * ext/vorbis/vorbisenc.h:
10022         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10023         (vorbis_parse_chain), (vorbis_parse_change_state):
10024         * ext/vorbis/vorbisparse.h:
10025         * gst/audioconvert/gstaudioconvert.h:
10026         * gst/tcp/gsttcpserversink.h:
10027         * gst/videotestsrc/gstvideotestsrc.c:
10028         * gst/videotestsrc/gstvideotestsrc.h:
10029         * gst/volume/gstvolume.c:
10030         * gst/volume/gstvolume.h:
10031         Fix some more docs.
10032         Added docs for vorbisdec and vorbisparse.
10033         Fix vorbisparse.
10034
10035 2006-03-01  Wim Taymans  <wim@fluendo.com>
10036
10037         * docs/plugins/Makefile.am:
10038         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10039         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10040         * ext/pango/gstclockoverlay.h:
10041         * ext/pango/gsttextoverlay.h:
10042         * ext/pango/gsttextrender.h:
10043         * ext/pango/gsttimeoverlay.h:
10044         * ext/theora/gsttheoradec.h:
10045         * ext/theora/gsttheoraenc.h:
10046         * ext/theora/theoradec.c:
10047         * ext/theora/theoraenc.c:
10048         * gst/audioconvert/gstaudioconvert.h:
10049         * gst/audiotestsrc/gstaudiotestsrc.h:
10050         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10051         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10052         * gst/tcp/gstmultifdsink.h:
10053         Updated/added documentation.
10054
10055         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10056         (gst_text_overlay_halign_get_type),
10057         (gst_text_overlay_wrap_mode_get_type),
10058         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10059         (gst_text_overlay_init), (gst_text_overlay_set_property),
10060         (gst_text_overlay_get_property):
10061         Fix up properties to be enums instead of string to make bindings,
10062         introspection and automatic GUI creation possible.
10063         Add getters for the properties.
10064
10065 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10066
10067         * gst/audiotestsrc/gstaudiotestsrc.c:
10068           added defines of M_PI and M_PI_2
10069         * gst/ffmpegcolorspace/avcodec.h:
10070           removed #include "stdint.h" for win32 as _stdint.h is 
10071           autogenerated to win32/common
10072         * win32/common/libgstaudio.def:
10073         * win32/common/libgsttag.def:
10074           added some exports
10075         * win32/vs6:
10076           some project files bugs corrected
10077         * win32/vs7:
10078           project files are reset to the default vs7 configuration 
10079           (they link to msvcr71.dll using default optimizations)
10080           
10081 2006-02-28  Wim Taymans  <wim@fluendo.com>
10082
10083         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10084         Fix some docs.
10085
10086 2006-02-28  Edward Hervey  <edward@fluendo.com>
10087
10088         * ext/alsa/gstalsasrc.c:
10089         Set proper class on the ElementDetails:
10090         Source/Audio instead of Src/Audio/
10091
10092 2006-02-28  Edward Hervey  <edward@fluendo.com>
10093
10094         * gst/videoscale/vs_scanline.c:
10095         (vs_scanline_resample_nearest_RGBA):
10096         Revert optimization in videoscale. It should go in liboil and have
10097         an appropriate liboil function.
10098
10099 2006-02-28  Wim Taymans  <wim@fluendo.com>
10100
10101         * gst-libs/gst/audio/gstbaseaudiosink.c:
10102         (gst_base_audio_sink_provide_clock):
10103         Don't try to provide a clock in the NULL state.
10104
10105 2006-02-28  Wim Taymans  <wim@fluendo.com>
10106
10107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10108         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10109         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10110         (gst_ogg_demux_deactivate_current_chain),
10111         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10112         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10113         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10114         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10115         Use GstSegment infrastructure to remove duplicated code
10116         and handle more seek cases correctly.
10117
10118 2006-02-28  Wim Taymans  <wim@fluendo.com>
10119
10120         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10121         (gst_ffmpegcsp_transform):
10122         Don't ignore return code from ffmpeg convert function.
10123
10124         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10125         Split out some long statements to ease debugging.
10126
10127 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10128
10129         * ext/libvisual/visual.c: (gst_visual_init),
10130         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10131         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10132         being able to renegotiate the size. Instead, use the negotiation
10133         algorithm from the goom plugin to pick an initial output caps. 
10134
10135         Also, allow theoretical libvisual plugins that might support non-GL 
10136         output even if they also do GL.
10137
10138 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10139
10140         * ext/libvisual/visual.c: (gst_visual_init),
10141         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10142         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10143         possible negotiation issues.
10144
10145 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10146
10147         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10148
10149 2006-02-24  Michael Smith  <msmith@fluendo.com>
10150
10151         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10152         (cmml_type_find), (plugin_init):
10153           Fix CMML type find function to not require a specific minor version
10154           of the CMML header.
10155
10156           Add an MPEG4 video elementary stream typefind function.
10157
10158 2006-02-04  Michael Smith  <msmith@fluendo.com>
10159
10160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10161         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10162         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10163         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10164         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10165         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10166           Annodex support in ogg demuxer. Doesn't do very much without the
10167           other annodex patches (to come).
10168
10169 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10170
10171         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10172
10173         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10174           Pick up palette for MS video v1 (#327028)
10175
10176 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10177
10178         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10179         (gst_ffmpegcsp_caps_remove_format_info),
10180         (gst_ffmpegcsp_get_unit_size):
10181           The 'palette_data' field from incoming RGB caps shouldn't be
10182           proxied on outgoing YUV caps; also, restrict unit size
10183           adjustment in case of paletted data only to the unit that
10184           actually has a palette. Fixes #330711.
10185
10186 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10189         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10190         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10191         (gst_ffmpegcsp_get_unit_size):
10192           Plug some memory leaks.
10193
10194 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         * sys/ximage/Makefile.am:
10197         * sys/xvimage/Makefile.am:
10198           Add some _CFLAGS and _LIBS that seem to be missing
10199           and/or required for Cygwin (see #317048).
10200
10201 2006-02-22  Wim Taymans  <wim@fluendo.com>
10202
10203         * ext/alsa/gstalsasrc.c:
10204         Fix description as pointed out by caugier.
10205
10206 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10207
10208         Reviewed by : Edward Hervey  <edward@fluendo.com>
10209
10210         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10211         (qt_type_find):
10212         Better 3gp typefinding (#331526).
10213
10214 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10215
10216         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10217           Don't send EOS event here, the base class will send one for us.
10218
10219         * gst/playback/gstplaybasebin.c: (prepare_output):
10220           Subpictures without video stream aren't allowed either.
10221         
10222         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10223           Fix debug statement copy'n'paste-o.
10224
10225 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10226
10227         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10228           Fix issues with mixer keeping state when muting/unmuting
10229           and when changing the volume whilst muted (see #331763
10230           and #331765).
10231
10232 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10233
10234         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10235         (parse_subrip), (gst_sub_parse_format_autodetect):
10236           Set right caps given that we send escaped text. Also,
10237           honour <i></i>, <b></b> and <u></u> markers that can be found
10238           in .srt files (fixes #310202).
10239
10240 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10241
10242         * gst-libs/gst/audio/mixerutils.c:
10243         (element_factory_rank_compare_func):
10244           Make order in which elements are tried more determinable.
10245
10246 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10247
10248         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10249         (remove_element_chain), (cleanup_decodebin),
10250         (gst_decode_bin_change_state): Make decodebin reusable by
10251         fixing remove_element_chain first and then introduce a
10252         cleaner in state change to ->NULL. (Closes #331678)
10253
10254 2006-02-19  Wim Taymans  <wim@fluendo.com>
10255
10256         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10257         use 0666 mask when creating files so umask gets applied
10258         correctly. Fixes #331295.
10259
10260 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10261
10262         * gst/subparse/Makefile.am:
10263         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10264         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10265         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10266         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10267         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10268         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10269         * gst/subparse/gstssaparse.h:
10270         * gst/subparse/gstsubparse.c: (plugin_init):
10271           Add very basic parser for SSA subtitle streams (as often
10272           found in matroska files).
10273
10274 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10275
10276         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10277           That should be text/x-pango-markup, not text/x-pango-layout.
10278
10279 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10280
10281         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10282         Polishing.
10283
10284 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10285
10286         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10287         (gst_text_overlay_finalize), (gst_text_overlay_init),
10288         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10289         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10290         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10291         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10292         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10293         Fix state change deadlock.
10294
10295 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10296
10297         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10298         (gst_text_overlay_finalize), (gst_text_overlay_init),
10299         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10300         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10301         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10302         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10303         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10304         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10305         and subtitles files.
10306
10307 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10308
10309         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10310         should be considered as raw.
10311
10312 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10313
10314         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10315         (cb_probe):
10316         * gst/playback/gststreaminfo.h: Introduce language informations.
10317
10318 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10319
10320         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10321         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10322         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10323         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10324         Set shared memory segments to be deleted as soon as we have attached,
10325         that way they get cleaned up automatically if we crash.
10326
10327 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10328
10329         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10330         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10331         functions are called with lock held.
10332
10333 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10334
10335         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10336         (gst_text_overlay_finalize), (gst_text_overlay_init),
10337         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10338         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10339         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10340         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10341         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10342         (gst_text_overlay_change_state): Refactoring of textoverlay
10343         without collectpads. This now supports sparse subtitles coming
10344         from a demuxer instead of a sub file. Seeking is still broken 
10345         though. Need to discuss with wtay some more on how to handle
10346         seeking correctly.
10347         * ext/pango/gsttextoverlay.h:
10348         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10349         subtitles coming from the demuxer.
10350
10351 2006-02-17  Wim Taymans  <wim@fluendo.com>
10352
10353         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10354         (gst_vorbisenc_convert_sink):
10355         Use some more scaling functions.
10356
10357 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10358
10359         * ext/cdparanoia/gstcdparanoiasrc.c:
10360         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10361         (gst_cd_paranoia_paranoia_callback),
10362         (gst_cd_paranoia_src_signal_is_being_watched),
10363         (gst_cd_paranoia_src_read_sector):
10364         * ext/cdparanoia/gstcdparanoiasrc.h:
10365           Add back 'transport-error' and 'uncorrected-error' signals and
10366           make them actually be fired when bad stuff happens (#319340).
10367
10368 2006-02-17  Wim Taymans  <wim@fluendo.com>
10369
10370         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10371         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10372         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10373         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10374         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10375         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10376         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10377         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10378         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10379         (gst_ring_buffer_clear):
10380         Small cleanups.
10381         Added some G_LIKELY.
10382
10383 2006-02-17  Wim Taymans  <wim@fluendo.com>
10384
10385         * gst-libs/gst/audio/TODO:
10386         Update TODO
10387
10388         * gst-libs/gst/audio/gstbaseaudiosink.c:
10389         (gst_base_audio_sink_get_offset):
10390         When trying to play samples ASAP and we don't have a
10391         previous sample, try to play at position 0 instead of
10392         an invalid position.
10393
10394 2006-02-17  Wim Taymans  <wim@fluendo.com>
10395
10396         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10397         (gst_alsasink_reset):
10398         Also release lock when we get an error in _reset();
10399         fix an error message.
10400
10401 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10402
10403         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10404         (gst_alsasink_init), (get_channel_free_structure),
10405         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10406         (gst_alsasink_close):
10407         * ext/alsa/gstalsasink.h:
10408           Add support for more than 2 channels (#326720).
10409
10410 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10411
10412         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10413           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10414           with 4 or 6 channels, assume a default channel layout to make things
10415           work (not sure there's anything else we can do in those cases).
10416
10417 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10418
10419         * gst-libs/gst/audio/multichannel.c:
10420           Minor docs fix.
10421
10422         * gst-libs/gst/riff/Makefile.am:
10423         * gst-libs/gst/riff/riff-ids.h:
10424         * gst-libs/gst/riff/riff-media.c:
10425         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10426           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10427           channels and a channel layout map.
10428           
10429 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10430
10431         Reviewed by Edward Hervey  <edward@fluendo.com>
10432
10433         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10434         C-level optimization of the RGBA nearest neighbour function.
10435         Eventually this might end up in liboil with vectorized versions.
10436
10437 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10438
10439         * gst-libs/gst/audio/multichannel.c:
10440         (gst_audio_get_channel_positions):
10441           When we have more than 2 channels, but no channel layout is
10442           specified in the caps, return some default channel layout
10443           to the caller and warn about about a possibly buggy element
10444           (could be buggy filtercaps as well of course) (#317038).
10445
10446 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10447
10448         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10449           Add gst-libs/gst/cdda to list of lib search paths.
10450
10451 2006-02-15  Andy Wingo  <wingo@pobox.com>
10452
10453         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10454         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10455         to the Lord Jesus that I do not have to touch the ogg muxer ever
10456         again.
10457
10458 2006-02-15  Edward Hervey  <edward@fluendo.com>
10459
10460         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10461         quicktime movie files can also contain 'uuid' atoms.
10462
10463 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         * gst/audioconvert/plugin.c: (plugin_init):
10466           Register the GstAudioChannelPosition enum type with the type
10467           system in the plugin_init function, so that it is known before
10468           any element actually makes use of multi-channel stuff. This is
10469           required for example if one wants to be able to deserialise/use
10470           a caps string with channel positions before any pipeline has
10471           been setup and started, like with gst-launch.
10472
10473 2006-02-14  Wim Taymans  <wim@fluendo.com>
10474
10475         * gst-libs/gst/audio/gstringbuffer.c:
10476         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10477         (gst_ring_buffer_samples_done), (wait_segment),
10478         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10479         Add some compiler G_(UN_)LIKELY help.
10480         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10481         make sure they can exit their functions. Should fix #330748
10482
10483 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10484
10485         * Makefile.am:
10486         * configure.ac:
10487         * win32/MANIFEST:
10488         * win32/common/_stdint.h:
10489           Windows does not have long long; copy the generated _stdint.h
10490         * win32/common/interfaces-enumtypes.c:
10491         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10492         (gst_mixer_track_flags_get_type),
10493         (gst_tuner_channel_flags_get_type):
10494         * win32/common/multichannel-enumtypes.c:
10495         (gst_audio_channel_position_get_type):
10496           update
10497
10498 2006-02-13  Wim Taymans  <wim@fluendo.com>
10499
10500         * gst-libs/gst/audio/gstbaseaudiosink.c:
10501         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10502         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10503         Always sync on first sample we receive when starting.
10504
10505 2006-02-13  Wim Taymans  <wim@fluendo.com>
10506
10507         * gst/playback/gstplaybin.c: (gen_vis_element):
10508         Update vis bin docs.
10509         Move queue after tee so we don't queue video buffers but
10510         audio samples instead. Fixes problems where the video queue
10511         is filled and the audio queue empty.
10512
10513 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10514
10515         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10516           No need to push an EOS event here, GstBaseSrc will do that for us
10517           when we return FLOW_UNEXPECTED.
10518           
10519 2006-02-12  Wim Taymans  <wim@fluendo.com>
10520
10521         * gst-libs/gst/audio/gstbaseaudiosink.c:
10522         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10523         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10524         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10525         Use scale functions when possible.
10526         Fix error messages.
10527         Free clockid when after waiting for EOS.
10528         Use G_(UN_)LIKLY when it makes sense.
10529         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10530
10531 2006-02-12  Edward Hervey  <edward@fluendo.com>
10532
10533         * gst/playback/gstplaybasebin.c: (prepare_output): 
10534         Remove stray semi-colon (fixes #330888).
10535
10536 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
10537
10538         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
10540         Fix up the XShm call testing so that we catch errors, and don't
10541         cause new ones by attempting to detach from a segment we failed
10542         to attach to. Fixes #312439.
10543
10544 2006-02-10  Edward Hervey  <edward@fluendo.com>
10545
10546         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10547         Added flv file typefind (video/x-flv).
10548
10549 2006-02-10  Edward Hervey  <edward@fluendo.com>
10550
10551         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10552         (gst_riff_create_video_template_caps):
10553         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
10554         Also added the caps to the default set of riff video caps.
10555
10556 2006-02-09  Andy Wingo  <wingo@pobox.com>
10557
10558         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
10559         time and the end time of the last packet in the page.
10560         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
10561         on the pages in our queue, set the duration as well. Reflow a
10562         debug statement.
10563         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
10564         Fixes bad muxing order.
10565
10566 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10567
10568         * gst-libs/gst/rtp/gstbasertppayload.c:
10569         (gst_basertppayload_setcaps), (gst_basertppayload_push):
10570           update seqnum before setting it on the packet; this makes sure
10571           that the timestamp and seqnum properties match after pushing
10572           a buffer
10573
10574 2006-02-09  Andy Wingo  <wingo@pobox.com>
10575
10576         * gst-libs/gst/audio/gstringbuffer.c
10577         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
10578         overflow after 13.5 hours of recording. Kapow!
10579
10580         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
10581         the buffer size -- we don't care about underrun/overrun reporting
10582         right now, just need to return a useful value.
10583
10584 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
10585
10586         * configure.ac:
10587           Back to CVS
10588
10589 === release 0.10.3 ===
10590
10591 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
10592
10593         * configure.ac:
10594           releasing 0.10.3, "Under Pressure"
10595
10596 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10597
10598         * configure.ac:
10599         Drat. Bump libtool version number for new API.
10600         Prelease 0.10.2.3 (of 0.10.3)
10601
10602 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10603
10604         * configure.ac:
10605         * win32/common/config.h:
10606         0.10.2.2 prerelease (of 0.10.3).
10607
10608 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10609
10610         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
10611           Revert Andy's newsegment change pending a more correct
10612           fix.
10613
10614 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10615
10616         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10617         (qt_type_find), (plugin_init):
10618           detect more files as 3gp
10619           group and reorder the iso file formats
10620
10621 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10622
10623         * ext/vorbis/vorbis.c: (plugin_init):
10624           Register musicbrainz tags, so apps don't have to.
10625
10626 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10627
10628         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
10629         (gst_tag_to_vorbis_tag):
10630           Make sure we called gst_tag_register_musicbrainz_tags()
10631           before possibly mapping a vorbiscomment string from/to a
10632           musicbrainz tag.
10633
10634 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10635
10636         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10637           In case we can't find the required number of consecutive
10638           mpeg audio frames to positively identify an MPEG audio
10639           stream, check if there's at least a valid mpeg audio
10640           frame right at offset 0 and if so suggest mpeg/audio
10641           caps with a very low probability (#153004).
10642
10643 2006-02-07  Andy Wingo  <wingo@pobox.com>
10644
10645         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
10646         a TIME segment if we get timestamped buffers. Requires recent
10647         fixes in core to work properly.
10648
10649 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10650
10651         * gst/playback/gstplaybasebin.c: (prepare_output):
10652           Don't print the URI as part of the error message, it
10653           makes error dialogs look rather ugly, especially if
10654           the URI is very long or has characters in it that
10655           need escaping.
10656
10657 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10658
10659         * gst/playback/gstplaybasebin.c: (prepare_output):
10660           Error out if we have only text or subtitles, but nothing
10661           else. Also error out if we have subtitles but no video
10662           stream.
10663
10664 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10665
10666         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10667           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
10668           Post an error message on the bus when we encounter an
10669           error, which will hopefully be more meaningful than the
10670           'Internal Flow Error' message users get to see if we
10671           just return GST_FLOW_ERROR.
10672
10673 2006-02-07  Andy Wingo  <wingo@pobox.com>
10674
10675         * configure.ac (GST_MAJORMINOR): Update core version req to
10676         0.10.2.2, for the collectpads API addition (#330244).
10677
10678 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10679
10680         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10681           Return FALSE from plugin_init() when GnomeVFS can't
10682           be initialised for some reason (#328423).
10683
10684 2006-02-06  Julien MOUTTE  <julien@moutte.net>
10685
10686         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
10687         Stick to seeking theory until i find the bug.
10688         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
10689
10690 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10691
10692         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10693         (theora_enc_finalize), (theora_enc_sink_setcaps),
10694         (theora_set_header_on_caps), (theora_enc_chain),
10695         (theora_enc_change_state):
10696         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
10697           Make theoraenc and the tests leak free. Like, really.
10698
10699 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10700
10701         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10702         (theora_enc_finalize), (theora_enc_sink_setcaps):
10703           Add a finalize method to ensure we clean up state even if
10704           someone omitted the state change back to NULL.
10705
10706         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
10707         (gst_vorbisenc_chain):
10708           Free some more leaked bits.
10709
10710         * tests/check/pipelines/theoraenc.c: (start_pipeline),
10711         (stop_pipeline):
10712           Wait for state changes to happen if they're ASYNC.
10713
10714           This ought to teach those fancy pants buildbots a lesson.
10715
10716 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10717
10718         * gst-libs/gst/tag/gstid3tag.c:
10719           Add mapping for ID3 International Standard Recording Code
10720           tag "TSRC"
10721
10722 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10723
10724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
10725           Don't leak tag names.
10726
10727 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10728
10729         * docs/libs/gst-plugins-base-libs-docs.sgml:
10730         * docs/libs/gst-plugins-base-libs-sections.txt:
10731         * gst-libs/gst/tag/gstid3tag.c:
10732         * gst-libs/gst/tag/gstvorbistag.c:
10733         * gst-libs/gst/tag/tags.c:
10734           Split libgsttag docs into multiple sections.
10735
10736 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10737
10738         * docs/libs/Makefile.am:
10739         * docs/libs/gst-plugins-base-libs-docs.sgml:
10740         * docs/libs/gst-plugins-base-libs-sections.txt:
10741         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
10742         * gst-libs/gst/tag/gstvorbistag.c:
10743         * gst-libs/gst/tag/tag.h:
10744         * gst-libs/gst/tag/tags.c:
10745           Add libgsttag to the docs.
10746
10747 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10748
10749         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
10750         (gst_text_overlay_init), (gst_text_overlay_src_event),
10751         (gst_text_overlay_collected): Fix clockoverlay.
10752
10753 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10754
10755         * docs/libs/compiling.sgml:
10756           Fix typo: it's pkg-config, not pkg-gconfig
10757
10758         * docs/libs/gst-plugins-base-libs-docs.sgml:
10759         * docs/libs/gst-plugins-base-libs-sections.txt:
10760         * docs/libs/tmpl/gstgconf.sgml:
10761           There is no libgstgconf in 0.10, remove it
10762           from the docs.
10763
10764 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10765
10766         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
10767         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10768         (gst_text_overlay_src_event), (gst_text_overlay_collected):
10769         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10770         (gst_sub_parse_class_init), (gst_sub_parse_init),
10771         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
10772         (parse_mpsub), (parser_state_init), (handle_buffer),
10773         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
10774         * gst/subparse/gstsubparse.h: Introduce seeking code.
10775
10776 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10777
10778         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10779           Add comment about LANGUAGE tag inconsistency (we want
10780           ISO-639-1, but extract three-letter identifiers?)
10781
10782         * po/POTFILES.in:
10783           Add two translatable files.
10784
10785 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10786
10787         * gst-libs/gst/tag/Makefile.am:
10788         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10789         * gst-libs/gst/tag/tag.h:
10790         * gst-libs/gst/tag/tags.c:
10791         (gst_tag_register_musicbrainz_tags_internal),
10792         (gst_tag_register_musicbrainz_tags):
10793           Forward-port some tags stuff from the 0.8 branch. This is
10794           mostly the addition of musicbrainz tags and their mapping
10795           to vorbistags, and a vorbistag mapping of the language tag.
10796
10797 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10798
10799         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
10800         refactoring.
10801
10802 2006-02-04  David Schleef  <ds@schleef.org>
10803
10804         * ext/ogg/gstoggmux.c:
10805         * gst/typefind/gsttypefindfunctions.c:
10806           Add Dirac typefinding and add dirac format to oggmux.
10807
10808 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10809
10810         * gst/playback/gstdecodebin.c: (try_to_link_1):
10811           Don't put essential function call into
10812           g_return_*() macro, otherwise it'll all be
10813           replaced by NOOPs when compiling with
10814           G_DISABLE_CHECKS defined.
10815
10816 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
10817
10818         * ext/ogg/gstoggdemux.c:
10819         * ext/ogg/gstoggparse.c:
10820         * gst/tcp/gsttcpserversink.c:
10821         * sys/v4l/v4lsrc_calls.c:
10822         * sys/v4l/v4lsrc_calls.h:
10823         Just make it compile with --disable-gst-debug.
10824
10825 2006-02-03  Wim Taymans  <wim@fluendo.com>
10826
10827         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10828         (gst_alsasink_class_init), (gst_alsasink_init),
10829         (gst_alsasink_write), (gst_alsasink_reset):
10830         * ext/alsa/gstalsasink.h:
10831         Add lock to protect alsa calls.
10832         Implement reset to flush samples ASAP, does not work
10833         with dmix though.
10834
10835 2006-02-02  Wim Taymans  <wim@fluendo.com>
10836
10837         * gst-libs/gst/audio/gstbaseaudiosink.c:
10838         (gst_base_audio_sink_provide_clock):
10839         Ugh.. getting late I guess...
10840
10841 2006-02-02  Wim Taymans  <wim@fluendo.com>
10842
10843         * gst-libs/gst/audio/gstbaseaudiosink.c:
10844         (gst_base_audio_sink_provide_clock),
10845         (gst_base_audio_sink_set_property),
10846         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
10847         Don't try to provide a clock when we are not negotiated since
10848         we might not be able to make it run.
10849
10850 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10851
10852         * gst/playback/gstdecodebin.c: (try_to_link_1):
10853           Unlinking two source pads is ... hard.
10854
10855 2006-02-02  Wim Taymans  <wim@fluendo.com>
10856
10857         * gst-libs/gst/audio/TODO:
10858         Updated.
10859
10860         * gst-libs/gst/audio/gstbaseaudiosink.c:
10861         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
10862         On EOS, wait till the last sample is played before posting EOS.
10863
10864 2006-02-01  Philippe Kalaf <burger at speedy dot org>
10865
10866         Patch by: Kai Vehmanen
10867         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10868           Adds ability to enable newsegment bypass by setting queue_delay to
10869           zero. Also avoid thread being started if queue_delay is zero.
10870
10871 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10872
10873         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
10874           Make test work again by connecting fakesinks to each decoded pad,
10875           which makes the pipeline wait until each fakesink has a buffer
10876           queued before going to PAUSED state. At that point we know the
10877           decodebin pads are negotiated.
10878
10879 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10880
10881         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
10882         (gst_cdda_base_src_handle_event):
10883         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
10884           Pass unhandled queries to the parent class's query function.
10885
10886 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10887
10888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
10889         (gst_ogg_pad_src_query):
10890         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
10891         * ext/theora/theoradec.c: (theora_dec_src_query),
10892         (theora_dec_sink_query):
10893         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10894         (vorbis_dec_sink_query):
10895         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10896         (gst_vorbisenc_sink_query):
10897         * gst/adder/gstadder.c: (gst_adder_query):
10898           Pass unhandled queries upstream instead of just
10899           dropping them (#326447). Also, fix supported
10900           query types list for some elements.
10901
10902 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10903
10904         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
10905         (paris_type_find), (ilbc_type_find), (plugin_init):
10906           Fix typefinding for audio/x-au, audio/x-paris and
10907           audio/iLBC-sh. We cannot use the START_WITH macros
10908           here, because there can only be one typefind factory
10909           with the same name (caps), so the second one would
10910           replace the first one and the first one would never
10911           be called when doing typefinding (see #161712).
10912           
10913
10914 2006-01-31  Wim Taymans  <wim@fluendo.com>
10915
10916         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10917         (vorbis_handle_header_packet), (vorbis_dec_push),
10918         (vorbis_handle_data_packet):
10919         Use scale_int when we can, add some more scaling.
10920         Check packettype before parsing it.
10921
10922 2006-01-31  Wim Taymans  <wim@fluendo.com>
10923
10924         * ext/theora/theoradec.c: (_theora_granule_time),
10925         (theora_dec_src_convert), (theora_dec_sink_convert):
10926         Call right _scale functions.
10927         Use parameter instead of some other random value.
10928
10929 2006-01-31  Wim Taymans  <wim@fluendo.com>
10930
10931         * ext/theora/theoradec.c: (_theora_granule_frame),
10932         (_theora_granule_time), (_inc_granulepos),
10933         (theora_dec_src_convert), (theora_dec_sink_convert),
10934         (theora_handle_type_packet), (theora_handle_data_packet),
10935         (theora_dec_chain):
10936         Use higher precision timestamps calculation.
10937         Convert some other conversions to _scale.
10938
10939 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
10940
10941         * gst/audiotestsrc/gstaudiotestsrc.c:
10942         (gst_audio_test_src_create_sine_table), (plugin_init):
10943         * gst/volume/gstvolume.c: (plugin_init):
10944           initialize gst_controller before using
10945
10946 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10947
10948         * tests/check/pipelines/theoraenc.c:
10949         * tests/check/pipelines/vorbisenc.c:
10950         Define constant using G_GINT64_CONSTANT to avoid errors when
10951         passing it around - otherwise it gets truncated to 32 bits.
10952
10953         Fixes failing tests.
10954
10955 2006-01-31  Andy Wingo  <wingo@pobox.com>
10956
10957         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
10958         caps being set doesn't have a framerate value. Basically a stopgap
10959         measure.
10960
10961         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
10962         technically correct enough to put into core though.
10963         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
10964         DURATION. Fixes theoraenc ! oggmux.
10965
10966         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
10967         fraction, not double.
10968
10969 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
10970
10971         * win32/vs7:
10972         add vs7 project files created by Sergey Scobich
10973
10974 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
10975
10976         * win32/vs8:
10977         add vs8 project files created by Sergey Scobich
10978         
10979 2006-01-30  Andy Wingo  <wingo@pobox.com>
10980
10981         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
10982         timestamp + duration, not just timestamp -- ogg pages should be
10983         ordered by stop time. Necessary fix given the change in vorbis
10984         timestamps.
10985
10986         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
10987         (gst_theora_enc_init): Pull the granule shift out of the encoder.
10988         (granulepos_add): New function, handles the messiness of adjusting
10989         granulepos values.
10990         (theora_buffer_from_packet):
10991         (theora_enc_chain):
10992         (theora_enc_sink_event): Use granulepos_add, not +.
10993
10994         * tests/check/pipelines/theoraenc.c
10995         (check_buffer_granulepos_from_starttime): Just check the frame
10996         count, not the actual granulepos -- we can't dictate to the
10997         encoder when it should be placing keyframes.
10998
10999 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11000
11001         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11002           SERVICE_NOT_AVAILABLE happens for example when you're trying to
11003           play an http:// stream from a server that's not serving
11004
11005 2006-01-30  Andy Wingo  <wingo@pobox.com>
11006
11007         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
11008         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11009         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11010         available.
11011
11012         * ext/theora/gsttheoraenc.h:
11013         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11014         although theoraenc was timestamping correctly. Added handling of
11015         streams that start with nonzero timestamps.
11016
11017         * tests/check/Makefile.am:
11018         * tests/check/pipelines/theoraenc.c: New file, basically does same
11019         tests as vorbisenc.
11020
11021         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11022
11023 2006-01-30  Wim Taymans  <wim@fluendo.com>
11024
11025         * gst-libs/gst/audio/gstaudiosink.c:
11026         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11027         (gst_audioringbuffer_pause):
11028         Implement pause that does not wait for completion.
11029
11030         * gst-libs/gst/audio/gstbaseaudiosink.c:
11031         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11032         Don't drop buffers when going to PAUSED but perform preroll on
11033         remaining samples now that core base class supports this.
11034
11035         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11036         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11037         (gst_ring_buffer_commit):
11038         Pause should not signal waiters.
11039         Implement return value of _commit correctly.
11040
11041 2006-01-30  Andy Wingo  <wingo@pobox.com>
11042
11043         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11044
11045         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11046         updated to timestamp from the first sample, not the last.
11047         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11048         special care of granulepos and timestamp for header packets.
11049         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11050         when the first buffer has a nonzero timestamp.
11051
11052         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11053         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11054         case when the first audio buffer we get has a nonzero timestamp.
11055         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11056         properly timestamp vorbis buffers with the time of the first
11057         sample, not the last.
11058         
11059         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11060         vorbis_granule_time_copy -- now it takes the granule/subgranule
11061         offset into account.
11062
11063         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11064         timestamps, durations, and granulepos on buffers produced by
11065         vorbisenc.
11066
11067 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11068
11069         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11070         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11071           Patch from Eric Jonas to support conversions to/from UYVY 
11072           (Fixes: #324626)
11073
11074 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11075
11076         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11077         (setup_subtitle), (setup_source), (set_active_source):
11078         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11079         (gen_text_element), (gen_audio_element), (gen_vis_element),
11080         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11081
11082 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11083
11084         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11085         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11086                 use gst_guint64_to_gdouble to be compliant with vs6
11087         * gst/playback/gstdecodebin.c: (try_to_link_1)
11088         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11089                 use G_GINT64_CONSTANT for int64 constants
11090         * win32/common/libgstinterfaces.def:
11091                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11092         * win32/vs6:
11093                 update and add new project files
11094                 
11095 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11096
11097         * Makefile.am:
11098         * win32/MANIFEST:
11099         * win32/common/interfaces-enumtypes.c:
11100         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11101         (gst_mixer_track_flags_get_type),
11102         (gst_tuner_channel_flags_get_type):
11103         * win32/common/interfaces-enumtypes.h:
11104         * win32/common/multichannel-enumtypes.c:
11105         (gst_audio_channel_position_get_type):
11106         * win32/common/multichannel-enumtypes.h:
11107           add a win32-update rule like in core, and copy over enumtypes files
11108
11109 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11110
11111         * win32/MANIFEST:
11112         * win32/common/config.h:
11113         * win32/common/config.h.in:
11114           add config files just like in core
11115
11116 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11117
11118         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11119           Make gcc-4.1 happy (part of #327357).
11120
11121 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11122
11123         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11124         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11125         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11126         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11127         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11128         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11129           Update all error messages.  All of them should either use
11130           the default translated message, or actually provide a
11131           translatable string.
11132           Make the string for channel count problems meaningful.
11133
11134 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11135
11136         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11137           check for and throw RESOURCE_BUSY
11138
11139 2006-01-27  David Schleef  <ds@schleef.org>
11140
11141         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11142           checked in this change -- it requires liboil features not
11143           in 0.3.6.  Revert parts.
11144
11145 2006-01-27  David Schleef  <ds@schleef.org>
11146
11147         * REQUIREMENTS:
11148         * configure.ac: update liboil requirement to 0.3.6
11149         * gst/videoscale/Makefile.am:
11150         * gst/videoscale/vs_scanline.c: liboilify
11151
11152 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11153
11154         * ext/libvisual/visual.c: (get_buffer):
11155           When pad_alloc returns a GstFlowReturn other
11156           than GST_FLOW_OK, make sure it is passed upstream.
11157
11158 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11159
11160         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11161         (gst_alsasink_class_init):
11162           Free the device name string.
11163
11164         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11165         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11166         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11167           Don't remove a pad from the collectpads structure until it
11168           is released - it's a request pad, and may receive data again
11169           if the element gets moved back to PLAYING state.
11170
11171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11172           Ensure we turn on double buffering on the Xv port, and
11173           set the colour key to something dark and mysterious that
11174           isn't black.
11175
11176 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11177
11178         * ext/alsa/gstalsaplugin.c: (plugin_init):
11179         * ext/cdparanoia/gstcdparanoiasrc.c:
11180         (gst_cd_paranoia_src_base_init), (plugin_init):
11181         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11183           - a library should not call setlocale. see "Libraries" node in
11184             gettext manual
11185           - make sure all plugins that use translation do bindtextdomain
11186             to point to the localedir
11187         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11188         (setup_sinks), (plugin_init):
11189           all this, and check for NULL when creating sinks
11190
11191 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11192
11193         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11194         (plugin_init): Make typefinding of subtitles work again.
11195
11196 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11197
11198         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11199         (mp3_type_frame_length_from_header), (mp3_type_find),
11200         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11201         (plugin_init):
11202           Backport a bunch of typefinding fixes from the 0.8 branch.
11203           Also, improve wavpack typefinding: if we can't peek the
11204           entire wavpack block, try to parse the bits we can get and
11205           see if we find what we're looking for in those.
11206
11207 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11208
11209         * sys/ximage/ximagesink.c:
11210         (gst_ximagesink_calculate_pixel_aspect_ratio):
11211         * sys/xvimage/xvimagesink.c:
11212         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11213         more cases of pixel aspect ratio.
11214
11215 2006-01-26  Edward Hervey  <edward@fluendo.com>
11216
11217         * gst/playback/gstdecodebin.c: (pad_probe):
11218         Also consider the flush-start and tag events as unblockers
11219         for the pad probes.
11220
11221 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11222
11223         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11224         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11225         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11226         On the fly visualisation switch, works disabling, enabling as
11227         well but it won't be able to enable vis in a playbin that was
11228         created with no visualisation.
11229
11230 2006-01-25  Wim Taymans  <wim@fluendo.com>
11231
11232         * gst-libs/gst/audio/gstbaseaudiosink.c:
11233         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11234         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11235         resume after pause.
11236
11237 2006-01-25  Wim Taymans  <wim@fluendo.com>
11238
11239         * gst-libs/gst/audio/gstbaseaudiosink.c:
11240         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11241         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11242         Improve debugging.
11243         Post error when caps cannot be parsed.
11244         Resync on discontinuity in the stream.
11245         Clip samples to segment boundaries.
11246         return WRONG_STATE sooner when we are flushing.
11247
11248         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11249         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11250         Make audiosrc operate in TIME.
11251         Set TIMESTAMP and DURATION on buffers.
11252
11253 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11254
11255         * tests/examples/seek/seek.c: (main):
11256           Output tag messages as well.
11257
11258 2006-01-23  Edward Hervey  <edward@fluendo.com>
11259
11260         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11261         (free_pad_probes), (remove_fakesink), (pad_probe),
11262         (close_pad_link), (gst_decode_bin_change_state):
11263         Replace GstPadBlockCallback with pad probes that detect
11264         first buffer AND eos before removing fakesink.
11265         Fixes hang with demuxers doing EOS while pre-rolling.
11266         Solves #328279
11267
11268 2006-01-23  Andy Wingo  <wingo@pobox.com>
11269
11270         * ext/alsa/gstalsasink.c:
11271         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11272         (gst_base_rtp_depayload_setcaps),
11273         (gst_base_rtp_depayload_add_to_queue),
11274         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11275         
11276         Patch by: Jens Granseuer <jensgr at gmx dot net>
11277
11278 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11279
11280         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11281         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11282         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11283         frames. We might get a frame destroyed after changing state to
11284         NULL, adding a safety check on xcontext.
11285
11286 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11287
11288         * gst-libs/gst/interfaces/xoverlay.c:
11289           Fix prepare-xwindow-id code example in the docs - we need to
11290           ignore all messages that aren't element messages as well.
11291           
11292 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11293
11294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11295           I think one day i'll completely undestand how caps negotiation
11296           is supposed to work. This refactoring handles buffer_alloc
11297           called with caps we can't handle. We definitely don't want a
11298           set_caps with those caps, so we define and allocate a buffer
11299           we would like to receive.
11300
11301 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11302
11303         * gst/playback/gstplaybasebin.c: (setup_source):
11304           Free iterator when done.
11305
11306 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11307
11308         * gst-libs/gst/audio/gstbaseaudiosink.c:
11309         (gst_base_audio_sink_render):
11310           Fix playback of non-synchronised streams by assuming a rate
11311           of 1.0 instead of a random one.
11312
11313           Makes this work again:
11314
11315           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11316           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11317           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11318           audioresample ! alsasink
11319
11320 === release 0.10.2 ===
11321
11322 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11323
11324         * configure.ac:
11325           releasing 0.10.2, "Then the devil is six"
11326
11327 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11328
11329         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11330         * gst/playback/gststreamselector.c:
11331         (gst_stream_selector_set_property):
11332           Comment out broken code that connects to the state-changed signal.
11333           At this point, changing current stream selection is broken, but 
11334           stuff like gst-launch playbin current-audio=1 works and filters
11335           to the chosen stream.
11336
11337 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11338
11339         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11340           Fix #327216 (null dereference in vorbisdec)
11341
11342 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11343
11344         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11345           Post taglist actually on bus instead of just freeing it
11346           (fixes #327114 and totem bug #327080).
11347
11348         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11349           Use gst_element_found_tags_for_pad(), so that the tags
11350           are sent downstream as an event as well.
11351
11352 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11353
11354         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11355         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11356         (gst_ximagesink_buffer_alloc):
11357         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11358         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11359         (gst_xvimagesink_buffer_alloc):
11360           move all regularly occurring messages to GST_LOG level
11361           add some more object logs
11362
11363 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11364
11365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11366           fix a silly segfault
11367
11368 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11369
11370         * docs/libs/gst-plugins-base-libs-docs.sgml:
11371         * docs/libs/gst-plugins-base-libs-sections.txt:
11372         * gst-libs/gst/audio/mixerutils.c:
11373         * gst-libs/gst/audio/mixerutils.h:
11374           Add docs for mixerutils stuff.
11375
11376 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11377
11378         * gst/playback/gstplaybasebin.c: (setup_source):
11379           Fix playback for sources that emit raw audio or
11380           raw video streams (e.g.: cd audio sources) (#325984).
11381
11382 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11383
11384         * gst-libs/gst/audio/mixerutils.c:
11385         (gst_audio_mixer_filter_do_filter):
11386           actually save the element we create
11387
11388 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11389
11390         * gst-libs/gst/cdda/gstcddabasesrc.c:
11391         (gst_cdda_base_src_handle_track_seek):
11392           No need to post a tag message on the bus when seeking
11393           within the same track, only post it when the current
11394           track changes.
11395
11396 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11397
11398         * gst/playback/gstplaybasebin.c: (group_destroy),
11399         (probe_triggered), (new_decoded_pad), (mute_group_type),
11400         (set_active_source):
11401         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11402         * gst/playback/gststreamselector.c:
11403         (gst_stream_selector_base_init),
11404         (gst_stream_selector_set_property),
11405         (gst_stream_selector_request_new_pad):
11406           Reenable stream selection. These mechanisms need a complete overhaul
11407           in the face of 0.8->0.10 changes though.
11408
11409 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11410
11411         * ext/ogg/gstoggdemux.c:
11412           Change the pad template to src_%d to match the pads that 
11413           are created from it. decodebin needs this information in order
11414           to decide that oggdemux is capable of producing multiple pads
11415           (and hence needs queues inserted).
11416
11417         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11418         (gst_ogg_mux_collected):
11419           Make debug output more useful by using GST_PTR_FORMAT.
11420
11421 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11422
11423         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11424
11425         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11426           Set depth and width for alaw/mulaw (fixes #326601).
11427
11428 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11429
11430         * tests/icles/Makefile.am:
11431           don't build the tests if we don't have the libs
11432
11433 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11434
11435         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11436         (gst_cd_paranoia_paranoia_callback):
11437           Don't try to free NULL pointers.
11438
11439 2006-01-10  Edward Hervey  <edward@fluendo.com>
11440
11441         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11442         (gst_audio_rate_change_state), (plugin_init):
11443         Add debugging category.
11444         Fix type issues.
11445         Add case for incoming buffers without valid offset/offset_end.
11446
11447 2006-01-10  Michael Smith  <msmith@fluendo.com>
11448
11449         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11450           Don't leak GCond in audio sources.
11451
11452 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11453
11454         * gst/playback/gstplaybin.c: (gen_audio_element):
11455           Don't leak an autoaudiosink/alsasink when we generate
11456           a new audio element. (old code, I guess)
11457
11458 2006-01-10  Michael Smith  <msmith@fluendo.com>
11459
11460         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11461           Support float audio in audiorate.
11462           Use width rather than depth for selecting sample width.
11463
11464 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11465
11466         * gst/videotestsrc/videotestsrc.h:
11467           Use GLib types here (that way we don't have to include the
11468           generated _stdint.h header, which makes life easier for win32
11469           folks that don't use autotools for the build) (#325990, patch
11470           by: Sergey Scobich).
11471
11472 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11473
11474         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11475         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11476         (gst_ring_buffer_pause), (wait_segment):
11477         * gst-libs/gst/audio/gstringbuffer.h:
11478           Name (private) union, makes Forte compiler happy (this time
11479           for real) (#324900).
11480
11481 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11482
11483         * gst-libs/gst/audio/Makefile.am:
11484           Link against libgstinterfaces, needed for mixer
11485           and property probe stuff.
11486
11487 2006-01-09  Edward Hervey  <edward@fluendo.com>
11488
11489         * gst-libs/gst/Makefile.am:
11490
11491 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11492
11493         * gst-libs/gst/audio/Makefile.am:
11494         * gst-libs/gst/audio/mixerutils.c:
11495         (gst_audio_mixer_filter_do_filter),
11496         (gst_audio_mixer_filter_check_element),
11497         (gst_audio_mixer_filter_probe_feature),
11498         (element_factory_rank_compare_func),
11499         (gst_audio_default_registry_mixer_filter):
11500         * gst-libs/gst/audio/mixerutils.h:
11501           Add gst_audio_default_registry_mixer_filter() utility
11502           function.
11503
11504 2006-01-03  Michael Smith  <msmith@fluendo.com>
11505
11506         * gst/audioresample/resample.h:
11507           As before, but for o_buf
11508
11509 2006-01-03  Michael Smith  <msmith@fluendo.com>
11510
11511         * gst/audioresample/resample.h:
11512           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11513           since we do arithmetic on it.
11514
11515 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11516
11517         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11518         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11519         (gst_ring_buffer_pause), (wait_segment):
11520         * gst-libs/gst/audio/gstringbuffer.h:
11521           Sun's Forte compiler doesn't seem to like anonymous structs,
11522           so use same setup as in GstBaseSrc (fixes #324900).
11523
11524 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11525
11526         * configure.ac:
11527         * gst/volume/Makefile.am:
11528         * gst/volume/demo.c:
11529           move old example to tests/examples/volume/volune.c
11530         * tests/examples/Makefile.am:
11531         * tests/examples/seek/seek.c: (main):
11532           change window-close event from "delete-event" to "destroy"
11533         * tests/examples/volume/Makefile.am:
11534         * tests/examples/volume/volume.c: (value_changed_callback),
11535         (setup_gui), (message_received), (eos_message_received), (main):
11536           fix event handling and bus usage
11537
11538 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
11539
11540         * gst/audiotestsrc/gstaudiotestsrc.c:
11541         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11542         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
11543         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
11544         (gst_audio_test_src_create_square),
11545         (gst_audio_test_src_create_saw),
11546         (gst_audio_test_src_create_triangle),
11547         (gst_audio_test_src_create_silence),
11548         (gst_audio_test_src_create_white_noise),
11549         (gst_audio_test_src_create_pink_noise),
11550         (gst_audio_test_src_init_sine_table),
11551         (gst_audio_test_src_create_sine_table),
11552         (gst_audio_test_src_change_wave),
11553         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
11554         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
11555         * gst/audiotestsrc/gstaudiotestsrc.h:
11556           update to basesrc changes, implement segmented seeking and eos
11557           handling, add a 'sine-tab' waveform for performance critical playback
11558
11559 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11560
11561         * po/POTFILES.in:
11562           ... and this time the other modified file that I missed last time.
11563
11564 2005-12-29  Michael Smith  <msmith@fluendo.com>
11565
11566         * gst/playback/gstdecodebin.c: (new_pad):
11567           Fix non-C89 variable declaration not at the start of a block. Should
11568           help some compilers.
11569
11570 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11571
11572         * tests/check/Makefile.am:
11573           And now fix 'make distcheck' (builddir != srcdir)
11574
11575 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11576
11577         * configure.ac:
11578         * ext/cdparanoia/Makefile.am:
11579         * ext/cdparanoia/gstcdparanoia.c:
11580         * ext/cdparanoia/gstcdparanoia.h:
11581         * ext/cdparanoia/gstcdparanoiasrc.c:
11582         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
11583         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
11584         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
11585         (gst_cd_paranoia_paranoia_callback),
11586         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
11587         (gst_cd_paranoia_src_set_property),
11588         (gst_cd_paranoia_src_get_property), (plugin_init):
11589         * ext/cdparanoia/gstcdparanoiasrc.h:
11590           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
11591           plugin again (there are still fixes required to playbin to make
11592           cdda:// uris work there).
11593
11594 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11595
11596         * tests/check/Makefile.am:
11597           Fix test case compilation.
11598
11599 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11600
11601         * gst-libs/gst/cdda/gstcddabasesrc.c:
11602         (gst_cdda_base_src_update_duration),
11603         (gst_cdda_base_src_calculate_cddb_id):
11604           An integer is not a string. Fix access to uninitialised variable.
11605
11606         * tests/check/Makefile.am:
11607           Add cddabasesrc unit test; also actually enable the vorbis test.
11608
11609         * tests/check/generic/states.c:
11610           Blacklist new cd audio elements as well.
11611
11612         * tests/check/libs/cddabasesrc.c:
11613           Unit test for GstCddaBaseSrc (discid calculation mostly).
11614
11615 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         * docs/libs/Makefile.am:
11618         * docs/libs/gst-plugins-base-libs-docs.sgml:
11619         * docs/libs/gst-plugins-base-libs-sections.txt:
11620         * docs/libs/gst-plugins-base-libs.types:
11621           Add docs for libgstcdda/GstCddaBaseSrc.
11622
11623         * gst-libs/gst/interfaces/mixertrack.h:
11624           Do one struct member per line with a semicolon at the end, that way
11625           even gtk-doc might parse it without complaining.
11626
11627 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11628
11629         * configure.ac:
11630         * gst-libs/gst/Makefile.am:
11631         * gst-libs/gst/cdda/Makefile.am:
11632         * gst-libs/gst/cdda/base64.c:
11633         * gst-libs/gst/cdda/base64.h:
11634         * gst-libs/gst/cdda/gstcddabasesrc.c:
11635         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
11636         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
11637         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
11638         (gst_cdda_base_src_get_property),
11639         (gst_cdda_base_src_get_track_from_sector),
11640         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
11641         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
11642         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
11643         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
11644         (gst_cdda_base_src_uri_get_protocols),
11645         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
11646         (gst_cdda_base_src_uri_handler_init),
11647         (gst_cdda_base_src_setup_interfaces),
11648         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
11649         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
11650         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
11651         (gst_cdda_base_src_add_tags),
11652         (gst_cdda_base_src_add_index_associations),
11653         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
11654         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
11655         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
11656         (gst_cdda_base_src_create):
11657         * gst-libs/gst/cdda/gstcddabasesrc.h:
11658         * gst-libs/gst/cdda/sha1.c:
11659         * gst-libs/gst/cdda/sha1.h:
11660           Add new libgstcdda with GstCddaBaseSrc class.
11661
11662 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11663
11664         * ext/gnomevfs/gstgnomevfssink.h:
11665           Use GstBaseSinkClass as parent_class member for class struct, not
11666           GstBaseSink.
11667
11668 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11669
11670         Patch by: Michael Benes
11671
11672         * gst/videotestsrc/gstvideotestsrc.c:
11673         (gst_video_test_src_class_init), (gst_video_test_src_start):
11674           Add start method to reset running time and number of frames sent
11675           when starting up (fixes #324696)
11676
11677 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11678
11679         * docs/plugins/Makefile.am:
11680         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11681         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11682         * docs/plugins/gst-plugins-base-plugins.args:
11683         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11684         * docs/plugins/gst-plugins-base-plugins.signals:
11685           Add docs stuff for gnomevfssrc and gnomevfssink.
11686
11687         * ext/gnomevfs/gstgnomevfssrc.c:
11688           Fix example pipeline in gtk-doc blurb.
11689
11690 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11691
11692         * ext/gnomevfs/Makefile.am:
11693         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
11694         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
11695         (gst_gnome_vfs_handle_get_type), (plugin_init):
11696         * ext/gnomevfs/gstgnomevfs.h:
11697         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
11698         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
11699         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
11700         (gst_gnome_vfs_sink_set_property),
11701         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
11702         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
11703         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
11704         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
11705         (gst_gnome_vfs_sink_uri_get_type),
11706         (gst_gnome_vfs_sink_uri_get_protocols),
11707         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
11708         (gst_gnome_vfs_sink_uri_handler_init):
11709         * ext/gnomevfs/gstgnomevfssink.h:
11710           Port gnomevfssink; add gtk-doc blurb.
11711
11712         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
11713         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
11714         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
11715         (gst_gnome_vfs_src_uri_get_type),
11716         (gst_gnome_vfs_src_uri_get_protocols),
11717         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
11718         (gst_gnome_vfs_src_uri_handler_init),
11719         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
11720         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
11721         (gst_gnome_vfs_src_send_additional_headers_callback),
11722         (gst_gnome_vfs_src_received_headers_callback),
11723         (gst_gnome_vfs_src_push_callbacks),
11724         (gst_gnome_vfs_src_pop_callbacks),
11725         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
11726         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
11727         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
11728         * ext/gnomevfs/gstgnomevfssrc.h:
11729           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
11730           file; add gtk-doc blurb with example pipelines.
11731
11732 === release 0.10.1 ===
11733
11734 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
11735
11736         * configure.ac:
11737           releasing 0.10.1, "Dobro Dedek"
11738
11739 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
11740
11741         * gst/typefind/gsttypefindfunctions.c:
11742         iLBC30 and iLBC20 added to typefind.
11743
11744 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11745
11746         * gst-libs/gst/audio/gstbaseaudiosink.c:
11747         (gst_base_audio_sink_class_init):
11748         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11749         (gst_base_audio_src_class_init):
11750           update strings, values are in microseconds
11751           change the default sink buffer time to something that is smaller
11752           (to help software volume mixing have a slightly lower delay) but
11753           still be acceptable on Wim's laptop
11754
11755 2005-12-20  Edward Hervey  <edward@fluendo.com>
11756
11757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
11758         Made a quack, forgot to add DUCK to the riff video template.
11759
11760 2005-12-19  Edward Hervey  <edward@fluendo.com>
11761
11762         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
11763         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
11764         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11765         (gst_ogm_parse_chain):
11766         Make sure pads are initialized correctly.
11767         * gst-libs/gst/riff/riff-ids.h:
11768         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11769         (gst_riff_create_video_template_caps):
11770         Add a whole bunch of FOURCC <=> MimeType.
11771         Extend the riff video pad template to support the newly added fourcc.
11772
11773 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11774
11775         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
11776         (gst_ogg_demux_activate_chain):
11777           Extra debug output when activating/deactivating chains.
11778
11779         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11780         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
11781         (unlinked):
11782           Remove a queue from our list when it becomes unlinked.
11783           Don't add queues to elements in class 'Demux' if they
11784           can only produce one pad 
11785
11786 2005-12-18  Julien MOUTTE  <julien@moutte.net>
11787
11788         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
11789         (gst_video_sink_get_type): Add a debug category.
11790
11791 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11792
11793         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11794         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
11795           Handle downstream newsegment by sending our own newsegment before the
11796           next buffer to be released. (#323900)
11797
11798 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11799
11800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11801         (gst_base_rtp_depayload_set_gst_timestamp):
11802           add queue delay to new segment as well (as opposed to just the first
11803           buffer). (bug #322347)
11804
11805 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
11806
11807         * ext/libvisual/visual.c: (make_valid_name):
11808           change some char* into char[]
11809         * gst/audiotestsrc/gstaudiotestsrc.c:
11810         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
11811         (gst_audio_test_src_create):
11812         * gst/audiotestsrc/gstaudiotestsrc.h:
11813           prepare to handle EOS and SEGMENT_DONE
11814
11815 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11816
11817         * tests/check/generic/states.c: (GST_START_TEST):
11818           Blacklist cdparanoia element in state test.
11819
11820 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11821
11822           Patch by: Benjamin Pineau
11823
11824         * gst/tcp/gsttcp.c:
11825         * gst/tcp/gsttcpclientsink.c:
11826         * gst/tcp/gsttcpserversink.c:
11827         * gst/tcp/gsttcpserversrc.c:
11828           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
11829
11830 2005-12-15  Michael Smith  <msmith@fluendo.com>
11831
11832         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
11833         (gst_video_rate_chain):
11834           Fix timestamping for videorate when the first buffer it sees has a
11835           non-zero timestamp. Fix some misleading debug output.
11836
11837 2005-12-15  Michael Smith  <msmith@fluendo.com>
11838
11839         * gst/audioresample/gstaudioresample.c:
11840           Don't leak all input buffers to audioresample.
11841
11842 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11843
11844         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
11845           Don't operate on empty text buffers. Strip newlines and
11846           tabs only from the end of the text, but leave them intact
11847           in the middle. Fix typo in gtk-doc description.
11848
11849 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11850
11851         * gst/playback/gstplaybasebin.c:
11852         * gst/playback/gstplaybin.c: (handoff):
11853           Make sure the video frame buffer we return to apps via the
11854           "frame" property always has caps set on it. Modify
11855           _gst_gvalue_set_object() macro to handle NULL objects
11856           gracefully too.
11857
11858 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
11859
11860         * gst/audiotestsrc/gstaudiotestsrc.c:
11861         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
11862         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
11863         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
11864         (gst_audio_test_src_create):
11865         * gst/audiotestsrc/gstaudiotestsrc.h:
11866         Adjust to some recent api changes and add wtays new cool seeking
11867         capabillities
11868
11869 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11870
11871         * ext/alsa/Makefile.am:
11872         * ext/alsa/gstalsadeviceprobe.c:
11873         * ext/alsa/gstalsadeviceprobe.h:
11874           Helper functions to add device probing via the GstPropertyProbe
11875           interface to a class.
11876
11877         * ext/alsa/gstalsamixer.h:
11878           Comment out GST_ALSA_MIXER, it returns a struct that's not
11879           used.
11880
11881         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
11882           Add some debug info. 
11883
11884         * ext/alsa/gstalsamixerelement.c:
11885         (gst_alsa_mixer_element_interface_supported),
11886         (gst_implements_interface_init),
11887         (gst_alsa_mixer_element_init_interfaces),
11888         (gst_alsa_mixer_element_class_init),
11889         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
11890         (gst_alsa_mixer_element_set_property),
11891         (gst_alsa_mixer_element_get_property),
11892         (gst_alsa_mixer_element_change_state):
11893         * ext/alsa/gstalsamixerelement.h:
11894           Add 'device' and 'device-name' properties. Add GstPropertyProbe
11895           for device handling (gnome-volume-control will need that).
11896
11897 2005-12-12  Christian Schaller  <uraeus@gnome.org>
11898
11899         * ext/Makefile.am: fix cdparanoia entry
11900         * gst-plugins-base.spec.in: add cdparanoia
11901
11902 2005-12-12  Michael Smith  <msmith@fluendo.com>
11903
11904         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11905           Use the correct function to free list of typefind factories.
11906
11907 2005-12-12  Wim Taymans  <wim@fluendo.com>
11908
11909         * gst/videotestsrc/gstvideotestsrc.c:
11910         (gst_video_test_src_class_init), (gst_video_test_src_init),
11911         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
11912         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
11913         (gst_video_test_src_create):
11914         * gst/videotestsrc/gstvideotestsrc.h:
11915         Implement seeking in videotestsrc.
11916         Small cleanups.
11917
11918 2005-12-12  Wim Taymans  <wim@fluendo.com>
11919
11920         * ext/cdparanoia/Makefile.am:
11921         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
11922         (gst_paranoia_endian_get_type), (_do_init),
11923         (cdparanoia_class_init), (cdparanoia_init),
11924         (cdparanoia_set_property), (cdparanoia_get_property),
11925         (cdparanoia_do_seek), (cdparanoia_is_seekable),
11926         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
11927         (cdparanoia_convert), (cdparanoia_get_query_types),
11928         (cdparanoia_query), (cdparanoia_set_index),
11929         (cdparanoia_uri_set_uri):
11930         * ext/cdparanoia/gstcdparanoia.h:
11931         Partially ported cdparanoia now that basesrc can support a
11932         plugin like this..
11933
11934 2005-12-12  Wim Taymans  <wim@fluendo.com>
11935
11936         * tests/examples/seek/scrubby.c: (main):
11937         Set higher priority for bus events so they don't get reordered with
11938         gtk gui events.
11939
11940         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11941         (flush_toggle_cb), (main):
11942         Added checkbox to disable flushing seeks. 
11943         Disable scrubbing when doing non flushing seeks.
11944
11945 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11946
11947         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
11948         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
11949         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
11950         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
11951           Implement some sort of event handling that doesn't rely on
11952           g_return_if_fail; make sure we always push the last chunk of an 
11953           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
11954           state change function; remove some old cruft. Seeking is still
11955           rather unlikely to work though.
11956
11957         * tools/.cvsignore:
11958           Ignore more.
11959
11960 2005-12-11  Julien MOUTTE  <julien@moutte.net>
11961
11962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
11963         Fixed a leak of the current image reference when cleaning up.
11964         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
11965
11966 2005-12-09  Michael Smith  <msmith@fluendo.com>
11967
11968         * tools/Makefile.am:
11969         * tools/gst-launch-ext-m.m:
11970           Remove gst-launch-ext. It doesn't work, and is no longer
11971           particularly useful.
11972
11973 2005-12-08  Luca Ognibene  <luogni@tin.it>
11974
11975         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11976           don't pass random values to ogmparse convert function.
11977           Make seeking possible in the exile1.ogm file.
11978
11979 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
11980
11981         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
11982         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11983           Work around refcount problem with g_value_set_object() that occur
11984           if the core has been compiled against GLib-2.6 (g_value_set_object()
11985           will only g_object_ref() the element, but the caller will
11986           gst_object_unref() it and bad things will happen due to the way
11987           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
11988           totem for people on FC4 using Thomas's 0.10 RPMs.
11989           
11990 2005-12-07  Edward Hervey  <edward@fluendo.com>
11991
11992         Time to welcome ogm to 0.10 :)
11993         
11994         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
11995         (gst_ogg_pad_typefind):
11996         Oggdemux can now properly typefind elements with dynamic pads.
11997         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11998         Properly set caps on src pad, and set caps on outgoing buffers.
11999
12000 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12001
12002         * ext/alsa/gstalsamixer.h:
12003         * ext/alsa/gstalsamixerelement.h:
12004         * ext/alsa/gstalsamixeroptions.h:
12005         * ext/alsa/gstalsamixertrack.h:
12006         * ext/alsa/gstalsasink.c:
12007         * ext/alsa/gstalsasink.h:
12008         * ext/alsa/gstalsasrc.c:
12009         * ext/alsa/gstalsasrc.h:
12010         * ext/cdparanoia/gstcdparanoia.h:
12011         * ext/gnomevfs/gstgnomevfsuri.h:
12012         * ext/ogg/gstoggdemux.c:
12013         * ext/ogg/gstoggmux.c:
12014         * ext/pango/gsttextoverlay.h:
12015         * ext/theora/theoradec.c:
12016         * ext/theora/theoraenc.c:
12017         * ext/vorbis/vorbisdec.h:
12018         * ext/vorbis/vorbisenc.c:
12019         * ext/vorbis/vorbisenc.h:
12020         * ext/vorbis/vorbisparse.h:
12021         * gst-libs/gst/audio/gstaudioclock.h:
12022         * gst-libs/gst/audio/gstaudiosink.c:
12023         * gst-libs/gst/audio/gstaudiosink.h:
12024         * gst-libs/gst/audio/gstaudiosrc.c:
12025         * gst-libs/gst/audio/gstaudiosrc.h:
12026         * gst-libs/gst/audio/gstbaseaudiosink.c:
12027         * gst-libs/gst/audio/gstbaseaudiosink.h:
12028         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12029         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12030         * gst-libs/gst/audio/gstringbuffer.h:
12031         * gst-libs/gst/audio/multichannel.h:
12032         * gst-libs/gst/floatcast/floatcast.h:
12033         * gst-libs/gst/interfaces/colorbalance.c:
12034         * gst-libs/gst/interfaces/colorbalance.h:
12035         * gst-libs/gst/interfaces/colorbalancechannel.h:
12036         * gst-libs/gst/interfaces/mixer.h:
12037         * gst-libs/gst/interfaces/mixeroptions.h:
12038         * gst-libs/gst/interfaces/mixertrack.h:
12039         * gst-libs/gst/interfaces/navigation.h:
12040         * gst-libs/gst/interfaces/propertyprobe.h:
12041         * gst-libs/gst/interfaces/tuner.h:
12042         * gst-libs/gst/interfaces/tunerchannel.h:
12043         * gst-libs/gst/interfaces/tunernorm.h:
12044         * gst-libs/gst/interfaces/xoverlay.h:
12045         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12046         * gst-libs/gst/riff/riff-ids.h:
12047         * gst-libs/gst/riff/riff-media.h:
12048         * gst-libs/gst/riff/riff-read.h:
12049         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12050         * gst-libs/gst/rtp/gstbasertppayload.c:
12051         * gst-libs/gst/rtp/gstbasertppayload.h:
12052         * gst-libs/gst/rtp/gstrtpbuffer.c:
12053         * gst-libs/gst/rtp/gstrtpbuffer.h:
12054         * gst-libs/gst/tag/gsttageditingprivate.h:
12055         * gst-libs/gst/tag/gstvorbistag.c:
12056         (gst_tag_list_from_vorbiscomment_buffer):
12057         * gst-libs/gst/tag/tag.h:
12058         * gst-libs/gst/video/video.h:
12059         * gst/adder/gstadder.c:
12060         * gst/adder/gstadder.h:
12061         * gst/audioconvert/audioconvert.c:
12062         * gst/audioconvert/audioconvert.h:
12063         * gst/audioconvert/gstaudioconvert.c:
12064         * gst/audioconvert/gstchannelmix.c:
12065         * gst/audioconvert/gstchannelmix.h:
12066         * gst/audiorate/gstaudiorate.c:
12067         * gst/audioresample/buffer.h:
12068         * gst/audioresample/functable.h:
12069         * gst/audioresample/gstaudioresample.c:
12070         * gst/audioresample/resample.h:
12071         * gst/ffmpegcolorspace/avcodec.h:
12072         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12073         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12074         * gst/ffmpegcolorspace/imgconvert.c:
12075         * gst/ffmpegcolorspace/imgconvert_template.h:
12076         * gst/playback/gstdecodebin.c:
12077         * gst/playback/gstplaybasebin.h:
12078         * gst/playback/gstplaybin.c:
12079         * gst/playback/gststreaminfo.h:
12080         * gst/tcp/gstfdset.c:
12081         * gst/tcp/gstfdset.h:
12082         * gst/tcp/gstmultifdsink.c:
12083         * gst/tcp/gstmultifdsink.h:
12084         * gst/tcp/gsttcp.h:
12085         * gst/tcp/gsttcpclientsrc.c:
12086         * gst/tcp/gsttcpclientsrc.h:
12087         * gst/tcp/gsttcpplugin.h:
12088         * gst/tcp/gsttcpserversink.c:
12089         * gst/tcp/gsttcpserversrc.c:
12090         * gst/typefind/gsttypefindfunctions.c:
12091         * gst/videorate/gstvideorate.c:
12092         * gst/videotestsrc/gstvideotestsrc.h:
12093         * gst/videotestsrc/videotestsrc.h:
12094         * sys/v4l/gstv4lcolorbalance.h:
12095         * sys/v4l/gstv4ltuner.h:
12096         * sys/v4l/gstv4lxoverlay.h:
12097         * sys/v4l/v4l_calls.h:
12098         * sys/v4l/videodev_mjpeg.h:
12099         * tests/check/elements/audioconvert.c:
12100         * tests/check/elements/audioresample.c:
12101         * tests/check/elements/audiotestsrc.c:
12102         * tests/check/elements/videotestsrc.c:
12103         * tests/check/elements/volume.c:
12104         * tests/examples/seek/scrubby.c:
12105         * tests/examples/seek/seek.c:
12106           expand tabs
12107
12108 === release 0.10.0 ===
12109
12110 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12111
12112         * configure.ac:
12113           releasing 0.10.0, "Mont-d'or"
12114
12115 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12116
12117         * tests/examples/seek/Makefile.am:
12118         Build fix for when gtk is not available.
12119
12120 2005-12-05  Andy Wingo  <wingo@pobox.com>
12121
12122         * ext/libvisual/visual.c: (get_buffer):
12123         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12124         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12125         * ext/theora/theoradec.c: (theora_handle_data_packet):
12126         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12127         (theora_enc_chain):
12128         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12129         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12130         Update for alloc_buffer changes.
12131
12132 2005-12-05  Andy Wingo  <wingo@pobox.com>
12133
12134         patch by: Kai Vehmanen <kv2004 eca cx>
12135         
12136         * gst-libs/gst/rtp/gstbasertpdepayload.c
12137         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12138
12139 2005-12-04  Andy Wingo  <wingo@pobox.com>
12140
12141         patch by: Sebastien Cote <sebas642 yahoo ca>
12142         
12143         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12144         Fixes #319172.
12145
12146 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12147
12148         * docs/plugins/Makefile.am:
12149         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12150         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12151         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12152         * ext/pango/gstclockoverlay.c:
12153         * ext/pango/gsttextoverlay.c: 
12154         * ext/pango/gsttextrender.c:
12155         * ext/pango/gsttimeoverlay.c:
12156           Add gtk-doc blurbs to pango elements.
12157
12158 2005-12-02  Wim Taymans  <wim@fluendo.com>
12159
12160         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12161         * gst/audioresample/buffer.h:
12162         * gst/audioresample/gstaudioresample.c:
12163         * gst/audioresample/gstaudioresample.h:
12164         * gst/audioresample/resample.c: (resample_input_flush),
12165         (resample_input_pushthrough), (resample_input_eos),
12166         (resample_get_output_size_for_input),
12167         (resample_get_input_size_for_output), (resample_get_output_size),
12168         (resample_get_output_data):
12169         * gst/audioresample/resample.h:
12170         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12171         Fix audioresample, seek torture, new segments, reverse negotiation
12172         etc.. work fine.
12173
12174 2005-12-02  Wim Taymans  <wim@fluendo.com>
12175
12176         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12177         Small cleanups.
12178
12179 2005-12-02  Wim Taymans  <wim@fluendo.com>
12180
12181         * gst/audioconvert/gstaudioconvert.c:
12182         (gst_audio_convert_transform):
12183         Post errors.
12184
12185 === release 0.9.7 ===
12186
12187 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12188
12189         * configure.ac:
12190           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12191
12192 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12193
12194         * Makefile.am:
12195         * po/hu.po:
12196         * win32/MANIFEST:
12197         * win32/gst.sln:
12198           add win32 MANIFEST file
12199           do something to the hungarian translation
12200
12201 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12202
12203         * ext/Makefile.am:
12204           Add $(PANGO_DIR) to SUBDIRS
12205
12206         * ext/pango/gstclockoverlay.c:
12207         * ext/pango/gsttimeoverlay.c:
12208           Fix and improve element descriptions.
12209
12210 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12211
12212         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12213         * docs/plugins/inspect/plugin-libvisual.xml:
12214         * docs/plugins/inspect/plugin-pango.xml:
12215           add pango plugin to docs
12216
12217 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12218
12219         * configure.ac:
12220         * ext/Makefile.am:
12221           moved pango to base
12222
12223 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12224
12225         * configure.ac:
12226         * tests/Makefile.am:
12227         * tests/icles/.cvsignore:
12228         * tests/icles/Makefile.am:
12229         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12230         (close_display), (resize_window), (move_window), (create_window),
12231         (terminate_playback), (pause_playback), (start_playback), (main):
12232           add stress test for xoverlay from Julien
12233
12234 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12235
12236         * docs/libs/tmpl/gstcolorbalance.sgml:
12237         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12238         * gst-libs/gst/rtp/gstbasertppayload.c:
12239         * gst-libs/gst/rtp/gstrtpbuffer.c:
12240         * gst-libs/gst/rtp/gstrtpbuffer.h:
12241           Do burger's rename for rtp payloaders and depayloaders
12242
12243 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12244
12245         * win32/:
12246           add Visual Studio 6 build files
12247
12248 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12249
12250         * docs/libs/gst-plugins-base-libs-docs.sgml:
12251         * docs/libs/gst-plugins-base-libs-sections.txt:
12252         * docs/libs/tmpl/gstaudio.sgml:
12253         * docs/libs/tmpl/gstringbuffer.sgml:
12254         * gst-libs/gst/interfaces/xoverlay.c:
12255         * gst-libs/gst/video/gstvideofilter.c:
12256         * gst-libs/gst/video/gstvideosink.c:
12257           update documentation
12258
12259 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12260
12261         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12262         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12263         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12264         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12265         (gst_multi_fd_sink_get_stats),
12266         (gst_multi_fd_sink_remove_client_link),
12267         (gst_multi_fd_sink_handle_client_read),
12268         (gst_multi_fd_sink_client_queue_data),
12269         (gst_multi_fd_sink_client_queue_caps),
12270         (gst_multi_fd_sink_client_queue_buffer),
12271         (gst_multi_fd_sink_new_client),
12272         (gst_multi_fd_sink_handle_client_write),
12273         (gst_multi_fd_sink_recover_client),
12274         (gst_multi_fd_sink_queue_buffer),
12275         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12276         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12277         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12278         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12279         * gst/tcp/gstmultifdsink.h:
12280         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12281         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12282         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12283         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12284         (gst_tcp_client_sink_set_property),
12285         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12286         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12287         * gst/tcp/gsttcpclientsink.h:
12288         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12289         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12290         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12291         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12292         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12293         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12294         * gst/tcp/gsttcpclientsrc.h:
12295         * gst/tcp/gsttcpplugin.c: (plugin_init):
12296         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12297         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12298         (gst_tcp_server_sink_finalize),
12299         (gst_tcp_server_sink_handle_server_read),
12300         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12301         (gst_tcp_server_sink_set_property),
12302         (gst_tcp_server_sink_get_property),
12303         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12304         * gst/tcp/gsttcpserversink.h:
12305         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12306         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12307         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12308         (gst_tcp_server_src_set_property),
12309         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12310         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12311         * gst/tcp/gsttcpserversrc.h:
12312           more borgifying
12313
12314 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12315
12316         * docs/plugins/Makefile.am:
12317         * docs/plugins/gst-plugins-base-plugins.args:
12318         * docs/plugins/inspect/plugin-libvisual.xml:
12319         * gst/audioconvert/plugin.h:
12320         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12321         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12322         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12323         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12324         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12325         (plugin_init):
12326         * gst/audiotestsrc/gstaudiotestsrc.c:
12327         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12328         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12329         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12330         (gst_audio_test_src_get_query_types),
12331         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12332         (gst_audio_test_src_create_square),
12333         (gst_audio_test_src_create_saw),
12334         (gst_audio_test_src_create_triangle),
12335         (gst_audio_test_src_create_silence),
12336         (gst_audio_test_src_create_white_noise),
12337         (gst_audio_test_src_init_pink_noise),
12338         (gst_audio_test_src_generate_pink_noise_value),
12339         (gst_audio_test_src_create_pink_noise),
12340         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12341         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12342         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12343         (plugin_init):
12344         * gst/audiotestsrc/gstaudiotestsrc.h:
12345         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12346         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12347         (gst_sub_parse_init), (gst_sub_parse_formats),
12348         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12349         (convert_encoding), (get_next_line),
12350         (gst_sub_parse_data_format_autodetect),
12351         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12352         (gst_sub_parse_loop), (gst_sub_parse_chain),
12353         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12354         (plugin_init):
12355         * gst/subparse/gstsubparse.h:
12356         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12357         (gst_video_rate_base_init), (gst_video_rate_class_init),
12358         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12359         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12360         (gst_video_rate_init), (gst_video_rate_event),
12361         (gst_video_rate_chain), (gst_video_rate_set_property),
12362         (gst_video_rate_get_property), (gst_video_rate_change_state),
12363         (plugin_init):
12364         * gst/videoscale/gstvideoscale.c:
12365         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12366         (gst_video_scale_src_template_factory),
12367         (gst_video_scale_sink_template_factory),
12368         (gst_video_scale_get_type), (gst_video_scale_base_init),
12369         (gst_video_scale_class_init), (gst_video_scale_init),
12370         (gst_video_scale_set_property), (gst_video_scale_get_property),
12371         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12372         (gst_video_scale_prepare_size), (parse_caps),
12373         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12374         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12375         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12376         (plugin_init):
12377         * gst/videoscale/gstvideoscale.h:
12378         * gst/videotestsrc/gstvideotestsrc.c:
12379         (gst_video_test_src_pattern_get_type),
12380         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12381         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12382         (gst_video_test_src_set_pattern),
12383         (gst_video_test_src_set_property),
12384         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12385         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12386         (gst_video_test_src_event), (gst_video_test_src_get_times),
12387         (gst_video_test_src_create), (plugin_init):
12388         * gst/videotestsrc/gstvideotestsrc.h:
12389         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12390         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12391         (gst_video_test_src_black):
12392         * gst/videotestsrc/videotestsrc.h:
12393           borgify further
12394           clean up docs a little
12395
12396 2005-11-30  Wim Taymans  <wim@fluendo.com>
12397
12398         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12399         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12400         (gst_basertppayload_event), (gst_basertppayload_push),
12401         (gst_basertppayload_change_state):
12402         * gst-libs/gst/rtp/gstbasertppayload.h:
12403         closed #320644.
12404
12405 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12406
12407         * docs/libs/gst-plugins-base-libs-docs.sgml:
12408         * docs/libs/gst-plugins-base-libs-sections.txt:
12409         * gst-libs/gst/video/gstvideofilter.c:
12410         * gst-libs/gst/video/gstvideosink.c:
12411         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12412
12413 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12414
12415         * LICENSE:
12416           move
12417         * po/af.po:
12418         * po/az.po:
12419         * po/cs.po:
12420         * po/en_GB.po:
12421         * po/hu.po:
12422         * po/it.po:
12423         * po/nb.po:
12424         * po/nl.po:
12425         * po/or.po:
12426         * po/sq.po:
12427         * po/sr.po:
12428         * po/sv.po:
12429         * po/uk.po:
12430         * po/vi.po:
12431         * Makefile.am:
12432           update
12433         * scripts/autoplugins.sh:
12434           remove
12435
12436 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12437
12438         * Makefile.am:
12439         * configure.ac:
12440         * examples/Makefile.am:
12441         * examples/capsfilter/Makefile.am:
12442         * examples/capsfilter/capsfilter1.c:
12443         * examples/gob/Makefile.am:
12444         * examples/gob/gst-identity2.gob:
12445         * examples/indexing/.cvsignore:
12446         * examples/indexing/Makefile.am:
12447         * examples/indexing/indexmpeg.c:
12448         * examples/seeking/.cvsignore:
12449         * examples/seeking/Makefile.am:
12450         * examples/seeking/cdparanoia.c:
12451         * examples/seeking/cdplayer.c:
12452         * examples/seeking/chained.c:
12453         * examples/seeking/scrubby.c:
12454         * examples/seeking/seek.c:
12455         * examples/stats/Makefile.am:
12456         * examples/stats/mp2ogg.c:
12457         * examples/switch/.cvsignore:
12458         * examples/switch/Makefile.am:
12459         * examples/switch/switcher.c:
12460         * tests/Makefile.am:
12461         * tests/check/generic/.cvsignore:
12462         * tests/check/pipelines/.cvsignore:
12463         * tests/examples/Makefile.am:
12464         * tests/examples/seek/Makefile.am:
12465           reorganize stuff under tests/
12466
12467 2005-11-30  Edward Hervey  <edward@fluendo.com>
12468
12469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12470         Go away you stupid GstStaticPadTemplate memleak.
12471
12472 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12473
12474         * gst-libs/gst/net/Makefile.am:
12475         * gst-libs/gst/net/README:
12476         * gst-libs/gst/net/gstnetbuffer.c:
12477         * gst-libs/gst/net/gstnetbuffer.h:
12478           this was moved to "netbuffer"
12479
12480 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12481
12482         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12483         (gst_video_filter_class_init), (gst_video_filter_init):
12484         * gst-libs/gst/video/gstvideofilter.h:
12485           borgify name to bring in line with other classes
12486
12487 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12488
12489         * gst/audioscale/.cvsignore:
12490         * gst/audioscale/Makefile.am:
12491         * gst/audioscale/README:
12492         * gst/audioscale/audioscale.vcproj:
12493         * gst/audioscale/dtof.c:
12494         * gst/audioscale/dtos.c:
12495         * gst/audioscale/functable.c:
12496         * gst/audioscale/gstaudioscale.c:
12497         * gst/audioscale/gstaudioscale.h:
12498         * gst/audioscale/private.h:
12499         * gst/audioscale/resample.c:
12500         * gst/audioscale/resample.h:
12501         * gst/audioscale/test.c:
12502           remove
12503
12504 2005-11-30  Edward Hervey  <edward@fluendo.com>
12505
12506         * gst-libs/gst/netbuffer/Makefile.am:
12507         really, really tired
12508
12509 2005-11-30  Edward Hervey  <edward@fluendo.com>
12510
12511         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12512         Update for new GstTypeFindFactory _register()
12513
12514 2005-11-30  Edward Hervey  <edward@fluendo.com>
12515
12516         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12517         Let's not override libgstnet from core for no reason...
12518         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12519         Ok, maybe not so quick next time.
12520
12521 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12522
12523         * configure.ac:
12524         * gst-libs/gst/Makefile.am:
12525           moved gst-libs/gst/net to netbuffer through CVS surgery
12526           remove old directory
12527           updating build to accomodate
12528           (#322257)
12529
12530 2005-11-29  Andy Wingo  <wingo@pobox.com>
12531
12532         * pkgconfig/gstreamer-plugins-base.pc.in:
12533         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12534         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12535         (#322257).
12536
12537 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12538
12539         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12540         3rd time's the charm. Correct ref-counting for discarded buffers.
12541
12542 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12543
12544         * gst/playback/gststreamselector.c:
12545         (gst_stream_selector_class_init),
12546         (gst_stream_selector_set_property),
12547         (gst_stream_selector_get_property),
12548         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12549         Fix ref-counting
12550
12551 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12552
12553         * gst/subparse/gstsubparse.c: (feed_textbuf):
12554           Don't access already unref'ed buffer.
12555
12556 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12557
12558         * gst/playback/gststreamselector.c:
12559         (gst_stream_selector_class_init), (gst_stream_selector_init),
12560         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
12561         (gst_stream_selector_get_property),
12562         (gst_stream_selector_get_linked_pad),
12563         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12564         * gst/playback/gststreamselector.h:
12565         Add the active-pad property for playbin to use shortly. Ignore buffers
12566         from any other pad, returning GST_FLOW_NOT_LINKED
12567
12568 2005-11-29  Julien MOUTTE  <julien@moutte.net>
12569
12570         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
12571         patch from bug #322704 (Alessandro Decina).
12572
12573 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12574
12575         * gst-libs/gst/audio/Makefile.am:
12576           folded audiofilter into the audio library
12577
12578 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12579
12580         * gst/videoscale/gstvideoscale.h:
12581         * gst/videoscale/gstvideoscale.c:
12582           remove unimplemented scale methods
12583
12584 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
12585
12586         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
12587           Don't leak caps.
12588
12589 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12590
12591         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12592         (gst_ximagesink_setcaps):
12593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12594         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
12595         happens (only visible on ximagesink but bug is in xv too) set_caps was
12596         destroying the internal x[v]image used to memcpy non locally alloced
12597         buffers so that it got renewed on next _chain. The issue is that 
12598         _expose will try to put that image as it reffed it in _put.
12599         Using gst_buffer_unref instead of destroy fixes it !
12600
12601 2005-11-28  Edward Hervey  <edward@fluendo.com>
12602
12603         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12604         (try_to_link_1), (queue_filled_cb):
12605         Better use of the queues. Start with a small size queue and only increase
12606         the size of the queues when the other queues are empty.
12607
12608 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12609
12610         * gst-libs/gst/video/Makefile.am:
12611           compile in copied-over videofilter into the video library
12612         * gst-libs/gst/video/videosink.h:
12613           rename the header to gstvideosink.h since it's a base GstObject class
12614         * sys/ximage/ximagesink.h:
12615         * sys/xvimage/xvimagesink.h:
12616           use the new header
12617
12618 2005-11-28  Wim Taymans  <wim@fluendo.com>
12619
12620         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
12621         * gst/playback/gstplaybasebin.h:
12622         Prepare to handle errors betters.
12623
12624         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12625         Set sinks to PAUSED first before adding and linking them so that
12626         we don't interrupt dataflow.
12627
12628 2005-11-28  Wim Taymans  <wim@fluendo.com>
12629
12630         * gst-libs/gst/audio/TODO:
12631         Updated TODO
12632
12633         * gst-libs/gst/audio/gstaudiosink.c:
12634         (gst_audioringbuffer_open_device),
12635         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
12636         (gst_audioringbuffer_release):
12637         Small cleanups.
12638
12639         * gst-libs/gst/audio/gstbaseaudiosink.c:
12640         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
12641         (gst_base_audio_sink_change_state):
12642         Slave to the master clock when going to PLAYING and unslave when
12643         going to PAUSED.
12644
12645         * gst-libs/gst/audio/gstringbuffer.c:
12646         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12647         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12648         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
12649         (gst_ring_buffer_clear_all), (wait_segment),
12650         (gst_ring_buffer_commit), (gst_ring_buffer_read),
12651         (gst_ring_buffer_advance):
12652         * gst-libs/gst/audio/gstringbuffer.h:
12653         Add some docs and cleanups.
12654
12655 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12656
12657         * sys/xvimage/xvimagesink.c:
12658         (gst_xvimagesink_navigation_send_event): Fix navigation events
12659         coordinates translation with pixel aspect ratios.
12660
12661 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12662
12663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12664         Use calculated video geometry from _setcaps instead of buffer
12665         caps to respect pixel aspect ratio. (fixes #322388)
12666
12667 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12668
12669         * docs/libs/tmpl/gstcolorbalance.sgml:
12670         * docs/libs/tmpl/gstmixer.sgml:
12671         * docs/libs/tmpl/gstxoverlay.sgml:
12672         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
12673         interface.
12674
12675 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12676
12677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12678         Refuse to create an XvImage if we can't find the format.
12679
12680 2005-11-28  Edward Hervey  <edward@fluendo.com>
12681
12682         * gst-libs/gst/riff/riff-media.c:
12683         (gst_riff_create_audio_template_caps):
12684         Add ATRAC3 to the list of riff-possible audio caps.
12685         I know we still don't have a plugin for atrac3, but it's saner to output
12686         that than a cryptic mimetype.
12687
12688 2005-11-27  Edward Hervey  <edward@fluendo.com>
12689
12690         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
12691         Don't try to create a zero-sized subbuffer.
12692
12693 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12694
12695         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
12696         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
12697         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
12698         (gst_ximagesink_expose): Fixed a tricky race.
12699         * sys/ximage/ximagesink.h:
12700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12701         (gst_xvimagesink_expose): Fixed a tricky race.
12702         * sys/xvimage/xvimagesink.h:
12703
12704 2005-11-27  Edward Hervey  <edward@fluendo.com>
12705
12706         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12707         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
12708         Remove unused properties, and add queues between demuxers and decoders
12709         so that a lot more files can preroll properly.
12710
12711 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12712
12713         * gst-libs/gst/net/Makefile.am:
12714         * gst-libs/gst/rtp/Makefile.am:
12715         * gst-libs/gst/tag/Makefile.am:
12716           remove silly include
12717         * gst/tags/Makefile.am:
12718         * gst/tags/gsttagediting.c:
12719         * gst/tags/gsttageditingprivate.h:
12720         * gst/tags/tagedit.vcproj:
12721           remove directory, is as good as empty
12722
12723 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12724
12725         * configure.ac:
12726           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
12727         * gst-libs/Makefile.am:
12728         * gst-libs/gst/audio/Makefile.am:
12729         * gst-libs/gst/interfaces/Makefile.am:
12730         * gst-libs/gst/net/Makefile.am:
12731         * gst-libs/gst/riff/Makefile.am:
12732         * gst-libs/gst/rtp/Makefile.am:
12733         * gst-libs/gst/tag/Makefile.am:
12734         * gst-libs/gst/video/Makefile.am:
12735           and use them
12736
12737 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12738
12739         * docs/libs/tmpl/gstcolorbalance.sgml:
12740         * docs/libs/tmpl/gstmixer.sgml:
12741         * docs/libs/tmpl/gstxoverlay.sgml:
12742         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
12743         * sys/ximage/ximagesink.h:
12744         * sys/xvimage/xvimagesink.h: More and more documentation.
12745
12746 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12747
12748         * docs/libs/gst-plugins-base-libs-docs.sgml:
12749         * docs/libs/gst-plugins-base-libs-sections.txt:
12750         * docs/libs/tmpl/gstcolorbalance.sgml:
12751         * docs/libs/tmpl/gstmixer.sgml:
12752         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
12753         to documentation.
12754
12755 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12756
12757         * docs/plugins/Makefile.am:
12758         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12759         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12760         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
12761
12762 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12763
12764         * docs/plugins/Makefile.am:
12765         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12766         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12767         * docs/plugins/inspect/plugin-adder.xml:
12768         * docs/plugins/inspect/plugin-alsa.xml:
12769         * docs/plugins/inspect/plugin-audioconvert.xml:
12770         * docs/plugins/inspect/plugin-audiorate.xml:
12771         * docs/plugins/inspect/plugin-audioresample.xml:
12772         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12773         * docs/plugins/inspect/plugin-decodebin.xml:
12774         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12775         * docs/plugins/inspect/plugin-gnomevfs.xml:
12776         * docs/plugins/inspect/plugin-ogg.xml:
12777         * docs/plugins/inspect/plugin-playbin.xml:
12778         * docs/plugins/inspect/plugin-subparse.xml:
12779         * docs/plugins/inspect/plugin-tcp.xml:
12780         * docs/plugins/inspect/plugin-theora.xml:
12781         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12782         * docs/plugins/inspect/plugin-video4linux.xml:
12783         * docs/plugins/inspect/plugin-videorate.xml:
12784         * docs/plugins/inspect/plugin-videoscale.xml:
12785         * docs/plugins/inspect/plugin-videotestsrc.xml:
12786         * docs/plugins/inspect/plugin-volume.xml:
12787         * docs/plugins/inspect/plugin-vorbis.xml:
12788         * docs/plugins/inspect/plugin-ximagesink.xml:
12789         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
12790         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
12791
12792 2005-11-26  Edward Hervey  <edward@fluendo.com>
12793
12794         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
12795         Properly return GstFlowReturn from gst_pad_push in chain functions.
12796
12797 2005-11-25  Michael Smith  <msmith@fluendo.com>
12798
12799         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
12800         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
12801         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
12802         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
12803           Handle various conditions better when we don't understand a stream.
12804           Removes a heap of CRITICALs on ogg streams containing unknown data.
12805
12806 2005-11-24  Andy Wingo  <wingo@pobox.com>
12807
12808         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
12809         Be threadsafe.
12810
12811 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12812
12813         * configure.ac: back to HEAD
12814
12815 === release 0.9.6 ===
12816
12817 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
12818
12819         * configure.ac:
12820           releasing 0.9.6, "White Eight"
12821
12822 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12823
12824         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12825         * docs/plugins/inspect/plugin-sine.xml:
12826           remove sinesrc some more
12827
12828 2005-11-23  Wim Taymans  <wim@fluendo.com>
12829
12830         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12831         If we are reading too slowly, jump forward in the ringbuffer
12832         instead of blocking.
12833
12834 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12835
12836         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12837         (gst_visual_chain):
12838         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
12839         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
12840         (gst_videorate_chain):
12841         * gst/videotestsrc/gstvideotestsrc.c:
12842         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
12843         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
12844         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
12845         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
12846         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12847         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12848           Updates for API changes
12849
12850 2005-11-23  Wim Taymans  <wim@fluendo.com>
12851
12852         * gst-libs/gst/audio/gstbaseaudiosink.c:
12853         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12854         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12855         Fix for calibration API change.
12856
12857 2005-11-23  Michael Smith <msmith@fluendo.com>
12858
12859         * gst-libs/gst/audio/multichannel.c:
12860         (gst_audio_get_channel_positions),
12861         (gst_audio_set_channel_positions),
12862         (gst_audio_set_structure_channel_positions_list),
12863         (gst_audio_fixate_channel_positions):
12864           Use gst_value_array_*() functions on value arrays, not
12865           gst_value_list_*().
12866
12867 2005-11-23  Edward Hervey  <edward@fluendo.com>
12868
12869         * autogen.sh:
12870         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
12871         Fixes autogen
12872
12873 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12874
12875         * check/Makefile.am:
12876         * check/elements/videotestsrc.c: (setup_videotestsrc),
12877         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
12878         (main):
12879           add a test for videotestsrc
12880
12881 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12882
12883         * gst/sine/.cvsignore:
12884         * gst/sine/Makefile.am:
12885         * gst/sine/gstsinesrc.c:
12886         * gst/sine/gstsinesrc.h:
12887         * gst/sine/sinesrc.vcproj:
12888           and remove sinesrc from the repository.  Closes #321446
12889
12890 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12891
12892         * configure.ac:
12893         * gst-plugins-base.spec.in:
12894           remove sinesrc from the build
12895
12896 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12897
12898         * check/Makefile.am:
12899         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
12900         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
12901         (main):
12902           add a test for audiotestsrc, testing all waves.  Even seems
12903           leak-free at first glance, nice job Stefan
12904
12905 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12906
12907         * po/af.po:
12908         * po/az.po:
12909         * po/cs.po:
12910         * po/en_GB.po:
12911         * po/hu.po:
12912         * po/it.po:
12913         * po/nb.po:
12914         * po/nl.po:
12915         * po/or.po:
12916         * po/sq.po:
12917         * po/sr.po:
12918         * po/sv.po:
12919         * po/uk.po:
12920         * po/vi.po:
12921           Translation string updates
12922
12923         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12924         (gst_v4lsrc_set_caps):
12925         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12926         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12927         * sys/v4l/v4lsrc_calls.h:
12928           Improve v4lsrc, by making it work again.
12929
12930 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12931
12932         * ext/libvisual/visual.c: (gst_visual_chain):
12933           Fix the fps calculations.
12934
12935         * gst/ffmpegcolorspace/avcodec.h:
12936           Move structure element for clarity
12937
12938         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
12939         * gst-libs/gst/interfaces/tunernorm.h:
12940         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
12941         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12942         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12943         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
12944         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
12945         (gst_v4lmjpegsrc_getcaps):
12946         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12947         (gst_v4lsrc_set_caps):
12948         * sys/v4l/gstv4lsrc.h:
12949         * sys/v4l/v4l_calls.c: (gst_v4l_open):
12950         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12951         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12952         * sys/v4l/v4lsrc_calls.h:
12953           Fractional framerates...
12954
12955 2005-11-22  Wim Taymans  <wim@fluendo.com>
12956
12957         * gst-libs/gst/audio/gstbaseaudiosink.c:
12958         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12959         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12960         And we provide a clock by default, of course...
12961
12962 2005-11-22  Wim Taymans  <wim@fluendo.com>
12963
12964         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
12965         This clock can be slaved to a master clock now.
12966
12967         * gst-libs/gst/audio/gstbaseaudiosink.c:
12968         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
12969         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
12970         (gst_base_audio_sink_set_clock),
12971         (gst_base_audio_sink_set_property),
12972         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
12973         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12974         * gst-libs/gst/audio/gstbaseaudiosink.h:
12975         Handle slaving the internal clock to the clock selected in the
12976         pipeline.
12977         Add property to make the basesink not provide a clock.
12978
12979         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12980         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
12981         (gst_base_rtp_depayload_wait):
12982         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12983         We can use the clock in GstElement, no need to store it ourselves.
12984
12985 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12986
12987         * docs/libs/tmpl/gstaudio.sgml:
12988           update
12989         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12990         (gst_paranoia_endian_get_type):
12991         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
12992         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12993         * gst/audiotestsrc/gstaudiotestsrc.c:
12994         (gst_audiostestsrc_wave_get_type):
12995         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
12996         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12997         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12998         (gst_sync_method_get_type), (gst_unit_type_get_type),
12999         (gst_client_status_get_type), (gst_multifdsink_class_init),
13000         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
13001         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
13002         (gst_multifdsink_get_property):
13003         * gst/tcp/gstmultifdsink.h:
13004         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
13005         * gst/videotestsrc/gstvideotestsrc.c:
13006         (gst_videotestsrc_pattern_get_type):
13007           remove deprecated properties
13008           fix up enums to correctly have short lowercase dashed nicks
13009
13010 2005-11-22  Michael Smith <msmith@fluendo.com>
13011
13012         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13013         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13014           Add underscore.
13015
13016 2005-11-22  Michael Smith <msmith@fluendo.com>
13017
13018         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13019         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13020           Use utility method for scaling clocktime for fractional framerates.
13021
13022 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13023
13024         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13025         (gst_visual_chain):
13026         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13027         * ext/theora/theoradec.c: (theora_handle_type_packet):
13028         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13029         (theora_enc_chain):
13030         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13031         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13032         * gst-libs/gst/video/video.h:
13033         * gst/ffmpegcolorspace/avcodec.h:
13034         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13035         (gst_ffmpeg_caps_to_pixfmt):
13036         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13037         (gst_ffmpegcsp_set_caps):
13038         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13039         (gst_videorate_setcaps), (gst_videorate_blank_data),
13040         (gst_videorate_chain):
13041         * gst/videotestsrc/gstvideotestsrc.c:
13042         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13043         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13044         (gst_videotestsrc_event), (gst_videotestsrc_create):
13045         * gst/videotestsrc/gstvideotestsrc.h:
13046         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13047         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13048         (gst_ximagesink_get_times), (gst_ximagesink_init):
13049         * sys/ximage/ximagesink.h:
13050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13051         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13052         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13053         * sys/xvimage/xvimagesink.h:
13054           Convert elements to use fractions for their framerate.
13055           V4L elements to come later tonight.
13056
13057 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13058
13059         * gst-libs/gst/audio/audio.c:
13060         * gst-libs/gst/audio/audio.h:
13061           remove some deprecated functions
13062
13063 2005-11-22  Andy Wingo  <wingo@pobox.com>
13064
13065         * Update for gst_tag_setter API changes.
13066
13067 2005-11-22  Andy Wingo  <wingo@pobox.com>
13068
13069         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13070         (gst_ogg_demux_perform_seek):
13071         * ext/theora/theoradec.c (theora_dec_sink_event):
13072         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13073         update-funcnames.
13074
13075 2005-11-22  Wim Taymans  <wim@fluendo.com>
13076
13077         * examples/seeking/seek.c: (main):
13078         Give higher priority to bus signals than the gtk events
13079         to fix a race condition in the segment looping.
13080
13081 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13082
13083         * ext/theora/Makefile.am:
13084         * ext/vorbis/Makefile.am:
13085         * gst-libs/gst/tag/Makefile.am:
13086         * gst-plugins-base.spec.in:
13087           Rename libgsttagedit to libgsttag (#322117).
13088
13089 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13090
13091         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13093           Call gst_x_overlay_prepare_xwindow_id() to give applications
13094           a final chance to set their own xwindow id before the video
13095           sink creates its own window.
13096
13097 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13098
13099         * sys/xvimage/xvimagesink.c:
13100         (gst_xvimagesink_navigation_send_event): Handle navigation
13101         events correcly with borders if applicable.
13102
13103 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13104
13105         Patch by: Luca Ognibene
13106
13107         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13108         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13110         (gst_ffmpegcsp_caps_remove_format_info):
13111         * gst/ffmpegcolorspace/imgconvert.c:
13112         * gst/ffmpegcolorspace/imgconvert_template.h:
13113           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13114           #318353); use gst_structure_has_name().
13115
13116 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13117
13118         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13119         (gst_ximagesink_class_init): Add debug macros on functions.
13120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13121         (gst_xvimagesink_xwindow_draw_borders),
13122         (gst_xvimagesink_xvimage_put),
13123         (gst_xvimagesink_xwindow_update_geometry),
13124         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13125         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13126         (gst_xvimagesink_xcontext_clear),
13127         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13128         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13129         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13130         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13131         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13132         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13133         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13134         expose while being PAUSED, out of data flow navigation events, etc..
13135
13136 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13137
13138         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13139         * gst-libs/gst/audio/audio.h:
13140           fix prototype - wondering why the test worked regardless
13141
13142 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13143
13144         * check/Makefile.am:
13145         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13146         * gst-libs/gst/audio/audio.h:
13147           add a method that returns a proper GstClockTime
13148
13149 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13150
13151         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13152         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13153         * gst-libs/gst/interfaces/xoverlay.h:
13154           Remove everything having to do with the desired size; add 
13155           gst_x_overlay_prepare_xwindow_id() function; remove the
13156           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13157           post a message on the bus instead (#321816).
13158
13159         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13161         (gst_xvimagesink_xoverlay_init):
13162           Remove desired size stuff (#321816).
13163
13164 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13165
13166         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13167         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13168         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13169           Terminate vararg functions with NULL instead of 0 to 
13170           make gcc4 happy.
13171
13172 2005-11-21  Andy Wingo  <wingo@pobox.com>
13173
13174         patch by: Sebastien Cote <sebas642@yahoo.ca>
13175         
13176         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13177         * gst-libs/gst/rtp/gstrtpbuffer.c
13178         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13179
13180 2005-11-21  Andy Wingo  <wingo@pobox.com>
13181
13182         * gst/playback/gstplaybin.c (gen_audio_element) 
13183         (gen_video_element): Use the new MISSING_PLUGIN core error
13184         category. Closes #320060.
13185
13186         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13187         * gst/videorate/gstvideorate.c (gst_videorate_event):
13188         * ext/theora/theoradec.c (theora_dec_sink_event): 
13189         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13190         stream lock.
13191
13192         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13193         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13194         stream lock changes.
13195
13196 2005-11-21  Wim Taymans  <wim@fluendo.com>
13197
13198         * gst-libs/gst/audio/gstbaseaudiosink.c:
13199         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13200         (gst_base_audio_sink_provide_clock),
13201         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13202         (gst_base_audio_sink_change_state):
13203         * gst/audioresample/gstaudioresample.c:
13204         Segment update fix.
13205
13206 2005-11-21  Andy Wingo  <wingo@pobox.com>
13207
13208         * *.h:
13209         * *.c: Ran scripts/update-macros. Oh yes.
13210
13211 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13212
13213         * sys/ximage/Makefile.am:
13214         * sys/ximage/ximage.c:
13215           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13216           remove your old libgstximage.* manually if necessary).
13217
13218 2005-11-21  Michael Smith <msmith@fluendo.com>
13219
13220         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13221           Minimal fix for bug #320200: set the min/max bitrate in the correct
13222           units. A better fix would be to upgrade to the RATEMANAGE2
13223           interface, rather than using the deprecated interface used here, but
13224           that would require an update in our libvorbis dependency (to 1.1),
13225           which is probably undesirable.
13226
13227 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13228
13229         * ext/libvisual/visual.c: (get_buffer):
13230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13231         (gst_base_audio_src_fixate):
13232         * gst/audioconvert/gstaudioconvert.c:
13233         (gst_audio_convert_fixate_caps):
13234         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13235         * gst/audiotestsrc/gstaudiotestsrc.c:
13236         (gst_audiotestsrc_src_fixate):
13237         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13238         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13239         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13240         * gst/videotestsrc/gstvideotestsrc.c:
13241         (gst_videotestsrc_src_fixate):
13242         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13244           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13245           (#322027)
13246
13247
13248 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13249
13250         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13251         (gst_riff_create_iavs_caps):
13252         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13253         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13254         (gst_riff_parse_info):
13255         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13256         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13258           Fixes for GST_FOURCC_FORMAT API change.
13259
13260 2005-11-21  Andy Wingo  <wingo@pobox.com>
13261
13262         patch by: Alessandro Dessina <alessandro nnva org>
13263
13264         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13265         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13266         (gst_ogg_parse_chain):
13267         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13268         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13269         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13270         gst_value_list calls on arrays. Fixes #321962.
13271
13272 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13273
13274         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13275         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13276         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13277         * gst/adder/gstadder.c: (gst_adder_init),
13278         (gst_adder_request_new_pad), (gst_adder_collected),
13279         (gst_adder_change_state):
13280           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13281           API change.
13282
13283 2005-11-21  Michael Smith <msmith@fluendo.com>
13284
13285         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13286         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13287           Properly handle pad_push return values.
13288
13289 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13290
13291         * gst-libs/gst/tag/Makefile.am:
13292         * gst-libs/gst/tag/gstvorbistag.c:
13293         (gst_tag_list_to_vorbiscomment_buffer):
13294           Remove obsolete vorbistag element and debug category.
13295
13296         * gst/playback/gstplaybasebin.c: (check_queue):
13297           Don't divide by 0 when queue-threshold is 0.
13298
13299         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13300           Don't modify an existing pixel-aspect-ratio if we fail to read
13301           a new one.
13302
13303 2005-11-20  Wim Taymans  <wim@fluendo.com>
13304
13305         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13306         (gst_vorbisenc_push_packet):
13307         GST_PAD_IS_USABLE is gone, use the return value of
13308         the push or pad_alloc_buffer instead.
13309
13310 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13311
13312         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13313         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13314         (gst_ximagesink_ximage_destroy),
13315         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13316         (gst_ximagesink_xwindow_new),
13317         (gst_ximagesink_xwindow_update_geometry),
13318         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13319         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13320         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13321         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13322         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13323         (gst_ximagesink_navigation_send_event),
13324         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13325         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13326         (gst_ximagesink_finalize), (gst_ximagesink_init),
13327         (gst_ximagesink_class_init):
13328         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13329         This new version brings correct software scaling, non flickering
13330         window while resizing, pixel aspect ratio handling, usage of
13331         hardware buffer pools, out of data flow event thread for 
13332         navigation and handling of expose events even when being PAUSED,
13333         a new property to keep video aspect ratio when resizing, etc...
13334
13335 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13336
13337         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13338         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13339         handling of PAR.
13340
13341 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13342
13343         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13344         Unsetting IS_SINK flag from the fakesink, so decodebin
13345         never behaves as a sink.
13346
13347 2005-11-17  Wim Taymans  <wim@fluendo.com>
13348
13349         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13350         (gst_base_audio_src_change_state):
13351         Fix the audiosrc base class again, we did not unflush.
13352
13353 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13354
13355         * examples/seeking/seek.c: (make_dv_pipeline),
13356         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13357         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13358         to ogg/vorbis/theora pipeline.
13359
13360 2005-11-17  Wim Taymans  <wim@fluendo.com>
13361
13362         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13363         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13364         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13365         Fix EOS on multiple streams.
13366         More debugging.
13367
13368 2005-11-16  Wim Taymans  <wim@fluendo.com>
13369
13370         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13371         (gst_ogg_demux_perform_seek):
13372         Segment done must include stream time.
13373
13374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13375         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13376         (gst_ogg_mux_change_state):
13377         Fix ogg muxer again.
13378
13379 2005-11-16  Wim Taymans  <wim@fluendo.com>
13380
13381         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13382         Fix compile again.
13383
13384 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13385
13386         * ext/libvisual/visual.c: (gst_visual_init):
13387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13388         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13389         (gst_ogg_parse_chain):
13390         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13391         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13392         * ext/theora/theoradec.c: (gst_theora_dec_init):
13393         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13394         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13395         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13396         * gst/adder/gstadder.c: (gst_adder_class_init),
13397         (gst_adder_dispose):
13398         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13399         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13400         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13401           Fix a whole set of pad template leaks
13402
13403 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13404
13405         * check/generic/states.c: (GST_START_TEST):
13406           fix the test so that it only checks for elements that are part of
13407           this source module
13408
13409 2005-11-16  Michael Smith <msmith@fluendo.com>
13410
13411         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13412         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13413         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13414         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13415         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13416         (gst_ogg_mux_change_state):
13417           Fix leaking collectpads.
13418
13419 2005-11-16  Edward Hervey  <edward@fluendo.com>
13420
13421         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13422         (gst_videorate_event), (gst_videorate_chain):
13423         Handle segment seeks
13424
13425 2005-11-16  Wim Taymans  <wim@fluendo.com>
13426
13427         * gst-libs/gst/audio/gstbaseaudiosink.c:
13428         (gst_base_audio_sink_provide_clock),
13429         (gst_base_audio_sink_change_state):
13430         Set ringbuffer to non-flushing when going to PAUSED, set to
13431         flushing again when going to READY.
13432
13433         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13434         (gst_ring_buffer_stop):
13435         Start in flushing mode by default.
13436         Don't set flushing in the _stop method, let the app call
13437         this explicitly.
13438
13439 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13440
13441         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13442         * gst-libs/gst/video/videosink.h: Add helper function needed
13443         for video sinks.
13444
13445 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13446
13447         * gst/videoscale/gstvideoscale.c:
13448         (gst_videoscale_handle_src_event):
13449           Don't leak reference to pad parent.
13450
13451 2005-11-16  Wim Taymans  <wim@fluendo.com>
13452
13453         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13454         Set ringbuffer to flushing when stopping so that we don't
13455         block on wait_segment anymore and livelock.
13456
13457 2005-11-16  Wim Taymans  <wim@fluendo.com>
13458
13459         * examples/seeking/seek.c: (send_event), (do_seek),
13460         (loop_toggle_cb), (segment_done), (main):
13461         Added looping checkbox.
13462
13463 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13464
13465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13466         (gst_ogg_demux_init):
13467         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13468         (gst_vorbis_dec_init):
13469           revert unrefs, they don't pass make check
13470
13471 2005-11-15  Johan Dahlin  <johan@gnome.org>
13472
13473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13474         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13475         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13476         (gst_vorbis_dec_init):
13477         Fix pad template leaks. 
13478
13479 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13480
13481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13482           Make state change function thread safe.
13483
13484 2005-11-15  Edward Hervey  <edward@fluendo.com>
13485
13486         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13487         (gst_ogg_demux_class_init):
13488         Implement GstElement::send_event, so we can send seek events
13489         in GST_STATE_READY
13490
13491 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13492
13493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13494         Discovered how to take away flickering while resizing the
13495         window. Please don't put that in ximagesink, refactoring in
13496         progress.
13497
13498 2005-11-14  Michael Smith <msmith@fluendo.com>
13499
13500         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13501         (gst_multifdsink_render):
13502           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13503
13504 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13505
13506         * gst/playback/gstplaybin.c: (gen_audio_element):
13507           Use autoaudiosink, it tends to be more widely available than
13508           autoaudiiosink.
13509           
13510 2005-11-14  Andy Wingo  <wingo@pobox.com>
13511
13512         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13513         as well if it is available. Fixes #316442.
13514
13515 2005-11-14  Michael Smith <msmith@fluendo.com>
13516
13517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13518         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13519         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13520         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13521         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13522         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13523         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13524         (gst_vorbisenc_change_state):
13525           Fix a small memory leak in vorbisenc.
13526           Fix large memory leaks in oggmux, also fix lots of state change
13527           bugs in oggmux.
13528
13529 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13530
13531         * gst/videotestsrc/gstvideotestsrc.c:
13532         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13533         (gst_videotestsrc_src_fixate):
13534           move fixation to a fixate function
13535           remove negotiate function, basesrc's is good enough
13536           fixes a bug for check when using the element alone
13537
13538 2005-11-13  Edward Hervey  <edward@fluendo.com>
13539
13540         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
13541         (key_toggle_cb), (main):
13542         Added checkboxes for adding/removing the accurate and key_unit seek
13543         flags.
13544
13545 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13546
13547         * configure.ac: back to HEAD
13548
13549 === release 0.9.5 ===
13550
13551 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13552
13553         * configure.ac:
13554           releasing 0.9.5, "No No Kia"
13555
13556 2005-11-11  Edward Hervey  <edward@fluendo.com>
13557
13558         * examples/seeking/seek.c: (make_parselaunch_pipeline):
13559         Added parse-launch syntax seeking mode for the seeking example.
13560         This should help stress-test even more cases.
13561         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
13562
13563 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13564
13565         * sys/xvimage/xvimagesink.c:
13566         (gst_xvimagesink_navigation_send_event):
13567           Check whether peer pad exists before sending navigation events
13568           to it.
13569
13570 2005-11-11  Michael Smith <msmith@fluendo.com>
13571
13572         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
13573         (gst_vorbisenc_buffer_from_packet):
13574         * ext/vorbis/vorbisenc.h:
13575           Set duration on encoded buffers. This allows oggmux's
13576           max_page_delay parameter to actually work.
13577
13578 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13579
13580         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13581         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13582         (gst_ffmpegcsp_avpicture_fill):
13583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13584         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
13585           Make palettes work again (see #132341). Use our own macros
13586           for rounding up.
13587
13588 2005-11-10  Andy Wingo  <wingo@pobox.com>
13589
13590         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
13591         string doober.
13592
13593 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13594
13595         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13596         (gst_ffmpegcsp_transform_caps):
13597           Prefer passthrough in transform_caps
13598
13599 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13600
13601         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13602           check for ALSA errors properly, instead of relying on ALSA's
13603           error strings to serve to the user.
13604
13605 2005-11-10  Wim Taymans  <wim@fluendo.com>
13606
13607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
13608         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
13609         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
13610         Modernise the seek code.
13611
13612 2005-11-10  Michael Smith <msmith@fluendo.com>
13613         
13614         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
13615         (setup_substreams), (set_active_source):
13616           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
13617           trying to go to NULL if we failed to read a file.
13618
13619 2005-11-10  Wim Taymans  <wim@fluendo.com>
13620
13621         * gst/audiotestsrc/gstaudiotestsrc.c:
13622         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
13623         (gst_audiotestsrc_create):
13624         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13625         (gst_sinesrc_get_times), (gst_sinesrc_create):
13626         * gst/videotestsrc/gstvideotestsrc.c:
13627         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
13628         (gst_videotestsrc_create):
13629         The base class can now sync for us.
13630
13631 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13632
13633         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
13634           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
13635           name=source autoprobe=false autoprobe-fps=false copy-mode=1
13636           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
13637           format=(fourcc)I420" ! xvimagesink
13638
13639 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13640
13641         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13642         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
13643         (gst_sinesrc_newsegment):
13644           Send newsegment event in TIME format, set duration if
13645           num-buffers is set, fix duration querying.
13646
13647 2005-11-10  Michael Smith <msmith@fluendo.com>
13648
13649         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13650         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13651         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13652         (gst_ogg_mux_collected):
13653          Fix EOS handling, partially. Now forwarding an EOS event once we have
13654          EOS on all pads works correctly. However, we still don't properly set
13655          EOS on the actual ogg stream pages.
13656
13657 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
13658
13659         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
13660           Set elements to NULL state before disposing of them.
13661
13662 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
13663
13664         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13665
13666         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13667         (gst_base_rtp_depayload_init),
13668         (gst_base_rtp_depayload_set_gst_timestamp):
13669         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13670           We need to send a newsegment event for each instance, not
13671           just for the first instance of this class (get rid of
13672           static variable in function). (#321011).
13673           
13674 2005-11-08  Michael Smith <msmith@fluendo.com>
13675
13676         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13677         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
13678         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
13679         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
13680           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
13681           This makes us mux things correctly according to the ogg muxing
13682           rules. Still not handling EOS correctly right now, though.
13683
13684 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13685
13686         * gst/audioconvert/gstaudioconvert.c:
13687           Fix typo in docs. 
13688
13689 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13690
13691         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13692         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
13693           Initialise segment_stop to GST_CLOCK_TIME_NONE when
13694           creating a new chain; should fix live streaming. Also
13695           add more debug output and fix a typo.
13696
13697 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
13698
13699         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13700
13701         * gst/volume/gstvolume.c: (volume_set_caps):
13702           Fix compilation on Solaris with Forte. (#320923)
13703
13704 2005-11-08  Wim Taymans  <wim@fluendo.com>
13705
13706         * gst-libs/gst/audio/gstbaseaudiosink.c:
13707         (gst_base_audio_sink_render):
13708         No need to do a typecheck.
13709
13710 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13711
13712         * ext/alsa/gstalsa.h:
13713           We register a debug category, so let's use it.
13714
13715 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13716
13717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13718         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
13719         Fixed a small problem.
13720
13721 2005-11-04  Wim Taymans  <wim@fluendo.com>
13722
13723         * examples/seeking/Makefile.am:
13724         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
13725         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
13726         (make_playerbin_pipeline), (format_value), (update_scale),
13727         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
13728         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
13729         (print_usage), (main):
13730         Added app for playback speed testing.
13731
13732         * examples/seeking/seek.c: (dynamic_link),
13733         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
13734         (make_mpeg_pipeline), (do_seek), (set_update_scale),
13735         (message_received), (main):
13736         Updated seek example.
13737
13738 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13739
13740         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13741         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13742         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
13743         (gst_base_rtp_depayload_set_clock):
13744         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13745         Don't sleep on the bench (system clock) when you have a nice 
13746         comfortable bed (Gstreamer clock) to sleep on.
13747
13748 2005-11-03  Wim Taymans  <wim@fluendo.com>
13749
13750         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13751         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
13752         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
13753         Handle the case where a pad_block failed.
13754
13755 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
13756
13757         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
13758
13759         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13760         (gst_base_rtp_depayload_add_to_queue),
13761         (gst_base_rtp_depayload_push),
13762         (gst_base_rtp_depayload_set_gst_timestamp),
13763         (gst_base_rtp_depayload_queue_release):
13764           Fixes some bugs in the depayloader's queuing/de-queueing code.
13765
13766 2005-10-31  Michael Smith <msmith@fluendo.com>
13767
13768         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
13769         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13770         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
13771           Patch from Alessandro Decina <alessandro@nnva.org>.
13772           Make oggdemux only find the final time in a chain, not per-pad,
13773           since the per-pad information can be very expensive to locate, and
13774           it isn't used anywhere. This makes reading a file containing
13775           OggSkeleton reasonably fast.
13776           Also, make chain finding work when there are logical bitstreams that
13777           can't be decoded. Fixes #319110.
13778
13779 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13780
13781         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13782         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13783         (gst_base_rtp_depayload_chain),
13784         (gst_base_rtp_depayload_add_to_queue),
13785         (gst_base_rtp_depayload_push),
13786         (gst_base_rtp_depayload_set_gst_timestamp),
13787         (gst_base_rtp_depayload_queue_release),
13788         (gst_base_rtp_depayload_start_thread),
13789         (gst_base_rtp_depayload_set_property),
13790         (gst_base_rtp_depayload_get_property):
13791         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13792         Some random fixes, to fullfill the desires of thomas.
13793
13794 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13795
13796         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13797         (gst_base_rtp_depayload_add_to_queue),
13798         (gst_base_rtp_depayload_push):
13799         Fixed the queueing algorithm.
13800
13801 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13802
13803         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13804         (gst_base_rtp_depayload_push):
13805         A small fix
13806
13807 2005-10-31  Wim Taymans  <wim@fluendo.com>
13808
13809         * gst-libs/gst/audio/gstringbuffer.h:
13810         Don't break ABI.
13811
13812         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13813         (gst_ffmpeg_caps_to_pixfmt):
13814         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13815         (gst_ffmpegcsp_set_caps):
13816         Some more comments.
13817         Handle missing required caps fields better.
13818
13819 2005-10-31  Wim Taymans  <wim@fluendo.com>
13820
13821         * gst-libs/gst/audio/gstbaseaudiosink.c:
13822         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
13823         (gst_base_audio_sink_render):
13824         * gst-libs/gst/audio/gstringbuffer.c:
13825         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13826         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13827         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
13828         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
13829         (gst_ring_buffer_read):
13830         * gst-libs/gst/audio/gstringbuffer.h:
13831         Add flushing mode to the ringbuffer so that it in all cases does
13832         not try to handle more audio. This makes sure it does not try to
13833         block anymore when flushing and fixes a livelock.
13834
13835 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
13836
13837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13838         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13839         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
13840           Explicitly check for -1 values before doing a conversion
13841           and always map them to -1. (#315545)
13842
13843 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13844
13845         * gst/playback/gstplaybin.c: (gen_video_element):
13846           first try autovideosink, then xvimagesink, then error out
13847         * po/POTFILES.in:
13848           add translatable file
13849         * po/af.po:
13850         * po/az.po:
13851         * po/cs.po:
13852         * po/en_GB.po:
13853         * po/hu.po:
13854         * po/it.po:
13855         * po/nb.po:
13856         * po/nl.po:
13857         * po/or.po:
13858         * po/sq.po:
13859         * po/sr.po:
13860         * po/sv.po:
13861         * po/uk.po:
13862         * po/vi.po:
13863           update translations
13864
13865 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
13866
13867         * gst-libs/gst/rtp/gstbasedepayload.c:
13868         * gst-libs/gst/rtp/gstbasedepayload.h:
13869           Minor cleanups
13870
13871 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
13872
13873         * gst/playback/.cvsignore:
13874         * gst/playback/decodetest.c:
13875         * gst/playback/test3.c:
13876           Port these two tests as well.
13877
13878 2005-10-27  Wim Taymans  <wim@fluendo.com>
13879
13880         * ext/theora/theoradec.c: (theora_dec_src_query),
13881         (theora_dec_sink_event):
13882         * ext/theora/theoraenc.c: (theora_enc_sink_event),
13883         (theora_enc_change_state):
13884         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13885         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
13886         Take proper locks when handling events.
13887
13888 2005-10-27  Wim Taymans  <wim@fluendo.com>
13889
13890         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
13891         (gst_adder_change_state):
13892         Fix timestamps and fix deadlock when stopping the collectpads.
13893
13894 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
13895
13896         * gst-libs/gst/rtp/gstrtpbuffer.h:
13897         Declaring the payload types as strings too so that they can be used
13898         in the padtemplate inialization.
13899
13900 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
13901
13902         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
13903
13904         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13905         (gst_base_rtp_depayload_class_init):
13906         Fixes a small but nasty bug. The derived elements no longer segfaults
13907         on finalization.
13908
13909 2005-10-26  Michael Smith <msmith@fluendo.com>
13910
13911         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
13912           When clearing an audioconvert context, set tmpbufsize to zero, so
13913           we'll allocate it again later if required.
13914           This fixes audioconvert re-negotiating formats, which previously
13915           segfaulted with a NULL destination buffer.
13916
13917 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
13918
13919         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13920         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
13921         (gst_base_rtp_depayload_set_gst_timestamp),
13922         (gst_base_rtp_depayload_queue_release):
13923         Fixed a smalll memleak.
13924
13925 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
13926         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13927         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
13928         (gst_base_rtp_depayload_finalize),
13929         (gst_base_rtp_depayload_setcaps),
13930         (gst_base_rtp_depayload_add_to_queue),
13931         (gst_base_rtp_depayload_push),
13932         (gst_base_rtp_depayload_set_gst_timestamp),
13933         (gst_base_rtp_depayload_queue_release),
13934         (gst_base_rtp_depayload_thread),
13935         (gst_base_rtp_depayload_change_state):
13936         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13937         Changed the C++ comments to C comments
13938
13939 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
13940
13941         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
13942         * gst/tcp/gsttcpclientsrc.h:
13943         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
13944         * gst/tcp/gsttcpserversrc.h:
13945           Remove unused 'curoffset' structure member.
13946
13947 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
13948
13949         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13950         (gst_base_rtp_depayload_base_init),
13951         (gst_base_rtp_depayload_finalize):
13952         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13953         * gst-libs/gst/rtp/gstbasertppayload.h:
13954           The pad-template on the sinkpad should be set by the derived classes.
13955           Also added some useful macros.
13956
13957 2005-10-24  Wim Taymans  <wim@fluendo.com>
13958
13959         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
13960         Correctly flush decoder samples even if we could not
13961         copy them to an output buffer. Fixes #319618.
13962
13963 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13964
13965         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
13967         the caps against our xcontext caps.
13968
13969 2005-10-24  Wim Taymans  <wim@fluendo.com>
13970
13971         * gst-libs/gst/audio/gstbaseaudiosink.c:
13972         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13973         Remove g_print
13974         Use sync property from baseclass to disable sync.
13975
13976 2005-10-24  Wim Taymans  <wim@fluendo.com>
13977
13978         * gst-libs/gst/audio/gstbaseaudiosink.c:
13979         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13980         Buffers with no timestamps get aligned with previous buffers or
13981         on underrun, played ASAP.
13982
13983 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13984
13985         * gst-libs/gst/video/video.h:
13986         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13987         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
13989         here comes my change on caps for framerate and geometry range.
13990         We are now accepting 1 to MAXINT for width and height, and from
13991         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
13992         to be blended correctly in videomixer.
13993
13994 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13995
13996         * configure.ac:
13997           back to HEAD
13998
13999 === release 0.9.4 ===
14000
14001 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14002
14003         * NEWS:
14004         * RELEASE:
14005         * configure.ac:
14006           releasing 0.9.4, "Velociraptor"
14007
14008 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14009
14010         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14011         * po/POTFILES.in:
14012           STOPPED -> FAILED
14013
14014 2005-10-21  Wim Taymans  <wim@fluendo.com>
14015
14016         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14017         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14018         (pad_blocked), (close_pad_link), (new_pad):
14019         Don't try to remove elements twice.
14020
14021 2005-10-21  Wim Taymans  <wim@fluendo.com>
14022
14023         * ext/theora/theoradec.c: (theora_dec_src_query),
14024         (theora_dec_sink_event):
14025         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14026         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14027         (vorbis_handle_data_packet):
14028         * ext/vorbis/vorbisdec.h:
14029         Fix old naming.
14030
14031         * gst-libs/gst/audio/gstbaseaudiosink.c:
14032         (gst_base_audio_sink_render):
14033         Don't try to sync on buffers without a timestamp.
14034
14035 2005-10-21  Wim Taymans  <wim@fluendo.com>
14036
14037         * ext/theora/theoradec.c: (theora_dec_src_query),
14038         (theora_dec_sink_event):
14039         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14040         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14041         (vorbis_handle_data_packet):
14042         * ext/vorbis/vorbisdec.h:
14043         Fix old naming.
14044
14045 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14046
14047         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14048         (gst_vorbisenc_src_query):
14049           Implement position and duration queries.
14050
14051         * gst/playback/test3.c: (update_scale), (main):
14052           Fix for async state changes and print nicer output.
14053
14054 2005-10-20  Wim Taymans  <wim@fluendo.com>
14055
14056         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14057         (dump_element_stats), (main):
14058         * gst/playback/test6.c: (main):
14059         Fix tests again
14060
14061 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14062
14063         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14064         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14065           Don't use functions for position queries when handling
14066           duration queries.
14067
14068 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14069
14070         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14071         (vorbis_handle_data_packet), (vorbis_dec_chain),
14072         (vorbis_dec_change_state):
14073         * ext/vorbis/vorbisdec.h:
14074           Vorbis streams can be embedded in other container formats
14075           than ogg, container formats where the demuxer might set 
14076           timestamps on encoded vorbis buffers instead of those silly 
14077           granulepos thingies. In short: make vorbisdec handle 
14078           timestamps on incoming buffers as well.
14079
14080 2005-10-20  Wim Taymans  <wim@fluendo.com>
14081
14082         * gst/playback/gstplaybasebin.c: (group_destroy),
14083         (gst_play_base_bin_change_state):
14084         Fix leak.
14085         Handle case where playbasebin is now ASYNC because
14086         decodebin is.
14087
14088 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14089
14090         * gst/audioconvert/Makefile.am:
14091         * gst/audioconvert/bufferframesconvert.c:
14092         * gst/audioconvert/plugin.c: (plugin_init):
14093         * gst/audioconvert/plugin.h:
14094           And bye bye buffer-frames-convert
14095
14096 2005-10-19  Wim Taymans  <wim@fluendo.com>
14097
14098         * check/elements/audioconvert.c:
14099         * docs/libs/tmpl/gstaudio.sgml:
14100         * docs/libs/tmpl/gstcolorbalance.sgml:
14101         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14102         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14103         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14104         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14105         * gst-libs/gst/audio/audio.h:
14106         * gst/audioconvert/audioconvert.h:
14107         * gst/audioconvert/gstaudioconvert.c:
14108         (gst_audio_convert_parse_caps):
14109         * gst/volume/gstvolume.c:
14110         Bye bye buffer-frames.
14111
14112 2005-10-19  Wim Taymans  <wim@fluendo.com>
14113
14114         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14115         (query_positions_elems), (query_positions_pads), (update_scale),
14116         (do_seek), (set_update_scale), (message_received), (main):
14117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14118         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14119         (gst_ogg_demux_loop):
14120         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14121         * ext/theora/theoradec.c: (theora_dec_src_query),
14122         (theora_dec_sink_event):
14123         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14124         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14125         * gst/adder/gstadder.c: (gst_adder_query):
14126         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14127         * gst/playback/test3.c: (update_scale):
14128         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14129         (dump_element_stats), (main):
14130         * gst/playback/test6.c: (main):
14131         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14132         Query API update.
14133
14134 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14135
14136         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14137         (xml_check_first_element), (xml_type_find), (smil_type_find),
14138         (plugin_init):
14139           Add typefinding for SMIL and for generic XML. Based on patch by
14140           Akos Maroy (#308663).
14141
14142 2005-10-18  Wim Taymans  <wim@fluendo.com>
14143
14144         * gst/playback/Makefile.am:
14145         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14146         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14147         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14148         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14149         (gst_decode_bin_change_state):
14150         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14151         (gst_play_bin_send_event_to_sink):
14152         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14153         (dump_element_stats), (main):
14154         * gst/playback/test6.c: (main):
14155         Make playbin async, it'll commit state to paused when all streams
14156         are detected.
14157         Remove ugly hack.
14158         Added test6.c to show async behaviour.
14159
14160 2005-10-18  Wim Taymans  <wim@fluendo.com>
14161
14162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14163         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14164         Fix for segment-start/stop API change.
14165
14166 2005-10-18  Wim Taymans  <wim@fluendo.com>
14167
14168         * check/Makefile.am:
14169         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14170         (main):
14171         Add future test for clock selection.
14172
14173 2005-10-18  Wim Taymans  <wim@fluendo.com>
14174
14175         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14176         (gst_alsasink_close):
14177         Set handle to NULL.
14178
14179         * gst-libs/gst/audio/gstringbuffer.c:
14180         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14181         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14182         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14183         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14184         (gst_ring_buffer_read):
14185         More debug info.
14186
14187 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14188
14189         * gst/audiotestsrc/Makefile.am:
14190         * gst/sine/Makefile.am:
14191         * gst/volume/Makefile.am:
14192           fix broken build of controllerized plugins
14193
14194 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14195
14196         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14197
14198         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14199         (gst_riff_create_video_template_caps):
14200           Add support for Indeo-3 (IV32).
14201
14202 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14203
14204         * configure.ac:
14205           rewrite
14206
14207 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14208
14209         * gst-libs/gst/video/video.c: (gst_video_get_size):
14210         * gst/audiotestsrc/gstaudiotestsrc.c:
14211           doc updates
14212
14213 2005-10-17  Andy Wingo  <wingo@pobox.com>
14214
14215         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14216         with the collectpads change.
14217         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14218
14219         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14220
14221         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14222
14223         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14224         alloc_buffer flow return to callers.
14225         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14226         change. Fix some memleaks in theoraenc.
14227
14228         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14229         in strange circumstance.
14230
14231 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14232
14233         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14234         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14235         from caps, let's use the caps...
14236
14237 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14238
14239         * configure.ac:
14240           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14241
14242 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14243
14244         * gst-libs/gst/interfaces/Makefile.am:
14245           fix silly typo
14246
14247 2005-10-16  Andy Wingo  <wingo@pobox.com>
14248
14249         * gst/playback/gstdecodebin.c
14250         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14251         function!
14252         (try_to_link_1): Increase kraziness level.
14253
14254 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14255
14256         * configure.ac:
14257           restructure like the core one
14258         * gst-libs/gst/audio/Makefile.am:
14259         * gst-libs/gst/interfaces/Makefile.am:
14260         * gst-libs/gst/net/Makefile.am:
14261         * gst-libs/gst/riff/Makefile.am:
14262         * gst-libs/gst/rtp/Makefile.am:
14263         * gst-libs/gst/tag/Makefile.am:
14264         * gst-libs/gst/video/Makefile.am:
14265           use correct linker flags, now the libs are properly versioned
14266         * check/elements/audioconvert.c: (verify_convert):
14267         * ext/alsa/gstalsaplugin.c:
14268         * ext/cdparanoia/gstcdparanoia.c:
14269         * ext/gnomevfs/gstgnomevfs.c:
14270         * ext/libvisual/visual.c:
14271         * ext/ogg/gstogg.c:
14272         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14273         * ext/theora/theora.c:
14274         * ext/vorbis/vorbis.c:
14275         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14276         * gst-libs/gst/tag/gsttagediting.c:
14277         * gst-libs/gst/video/video.c:
14278         * gst/adder/gstadder.c:
14279         * gst/audioconvert/plugin.c:
14280         * gst/audiorate/gstaudiorate.c:
14281         * gst/audioresample/gstaudioresample.c:
14282         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14283         * gst/audioscale/gstaudioscale.c:
14284         * gst/audioscale/resample.c:
14285         * gst/audiotestsrc/gstaudiotestsrc.c:
14286         * gst/ffmpegcolorspace/gstffmpeg.c:
14287         * gst/playback/gstdecodebin.c: (close_pad_link):
14288         * gst/playback/gstplaybin.c: (gen_video_element),
14289         (gen_audio_element):
14290         * gst/sine/gstsinesrc.c:
14291         * gst/subparse/gstsubparse.c:
14292         * gst/tags/gsttagediting.c:
14293         * gst/tcp/gsttcpplugin.c:
14294         * gst/typefind/gsttypefindfunctions.c:
14295         * gst/videorate/gstvideorate.c:
14296         * gst/videoscale/gstvideoscale.c:
14297         * gst/videotestsrc/gstvideotestsrc.c:
14298         * gst/volume/gstvolume.c:
14299         * sys/v4l/gstv4l.c:
14300         * sys/ximage/ximage.c:
14301         * sys/xvimage/xvimagesink.c:
14302           fix up defines
14303
14304 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14305
14306         * ext/vorbis/vorbisenc.c:
14307         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14308         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14309         (gst_tag_to_vorbis_comments):
14310           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14311
14312 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14313
14314         * examples/stats/mp2ogg.c:
14315         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14316           typo fixes
14317
14318 2005-10-13  Michael Smith <msmith@fluendo.com>
14319
14320         * ext/ogg/gstoggmux.c:
14321           Use magic glib macros to define constants as 64 bit, to ensure
14322           appropriate vararg passing.
14323
14324 2005-10-13  Michael Smith <msmith@fluendo.com>
14325
14326         * ext/ogg/gstoggmux.c:
14327         * gst/audioconvert/audioconvert.c: (float):
14328           Don't use LL suffix, as it's not portable, and neither of these
14329           uses required it anyway.
14330
14331 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14332
14333         * examples/indexing/indexmpeg.c: (main):
14334         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14335         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14336         (cdparanoia_convert), (cdparanoia_query):
14337         * ext/cdparanoia/gstcdparanoia.h:
14338         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14339         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14340         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14341         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14342         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14343         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14344         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14345         (gst_multifdsink_render), (gst_multifdsink_start),
14346         (gst_multifdsink_stop):
14347         * gst/tcp/gstmultifdsink.h:
14348         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14349         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14350         (gst_tcpclientsink_stop):
14351         * gst/tcp/gsttcpclientsink.h:
14352         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14353         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14354         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14355         * gst/tcp/gsttcpclientsrc.h:
14356         * gst/tcp/gsttcpserversink.h:
14357         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14358         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14359         (gst_tcpserversrc_stop):
14360         * gst/tcp/gsttcpserversrc.h:
14361         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14362         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14363         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14364           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14365           moved bitshift from macro to enum definition
14366
14367 2005-10-12  Wim Taymans  <wim@fluendo.com>
14368
14369         * examples/seeking/Makefile.am:
14370         Oops.
14371
14372 2005-10-12  Wim Taymans  <wim@fluendo.com>
14373
14374         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14375         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14376         Don't assert on normal stuff.
14377
14378         * gst/playback/gstplaybin.c: (do_playbin_seek):
14379         API fix.
14380
14381 2005-10-12  Wim Taymans  <wim@fluendo.com>
14382
14383         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14384         * examples/seeking/Makefile.am:
14385         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14386         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14387         (do_seek), (set_update_scale), (message_received), (main):
14388         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14389         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14390         Update for _get_state() API change.
14391
14392 2005-10-11  Wim Taymans  <wim@fluendo.com>
14393
14394         * gst-libs/gst/audio/gstbaseaudiosink.c:
14395         (gst_base_audio_sink_render):
14396         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14397         (gst_base_audio_src_create):
14398         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14399         (gst_ring_buffer_read):
14400         Cleanups.
14401         Commit and read from ringbuffer in samples rather than bytes.
14402
14403 2005-10-11  Wim Taymans  <wim@fluendo.com>
14404
14405         * gst-libs/gst/audio/gstbaseaudiosink.c:
14406         (gst_base_audio_sink_render):
14407         Respect segment rate and accum when scheduling samples.
14408
14409 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14410
14411         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14412         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14413         EOS correctly, that needs more work.
14414
14415 2005-10-11  Wim Taymans  <wim@fluendo.com>
14416
14417         * check/generic/states.c: (GST_START_TEST):
14418         remove old property.
14419
14420         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14421         (gst_ogg_demux_perform_seek):
14422         * ext/theora/theoradec.c: (theora_dec_sink_event):
14423         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14424         (vorbis_handle_data_packet):
14425         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14426         (gst_base_rtp_depayload_set_gst_timestamp):
14427         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14428         Update for newsegment API change.
14429
14430 2005-10-11  Michael Smith <msmith@fluendo.com>
14431
14432         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14433         (do_playbin_seek), (gst_play_bin_send_event):
14434           Override send_event differently, so that we can takes bits of
14435           functionality from GstPipeline (special handling for seeks,
14436           including pausing/resuming, and resetting stream time) and still get
14437           the appropriate behaviour of only forwarding event to a single sink,
14438           rather than all of them.
14439           Unfortunately requires a lot of code duplication, but the
14440           alternatives are equally ugly in the end.
14441
14442 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14443
14444         * check/elements/audioconvert.c: (setup_audioconvert),
14445         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14446         (GST_START_TEST), (audioconvert_suite):
14447           clean up tests a little, fix some leaks.
14448
14449 2005-10-10  Wim Taymans  <wim@fluendo.com>
14450
14451         * ext/alsa/gstalsasink.c:
14452         Also allow unsigned int.
14453
14454         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14455         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14456         Small cleanup
14457
14458 2005-10-10  Wim Taymans  <wim@fluendo.com>
14459
14460         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14461         Small update, use API as stated in design docs.
14462
14463         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14464         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14465         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14466         (message_received), (main):
14467         Updated seek example for GOption. Some usability improvements.
14468
14469 2005-10-10  Wim Taymans  <wim@fluendo.com>
14470
14471         * gst/audioconvert/audioconvert.h:
14472         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14473         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14474         Alloc temp storage somewhere else where we can do it more
14475         portable.
14476
14477 2005-10-10  Wim Taymans  <wim@fluendo.com>
14478
14479         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14480         (gst_tcpserversrc_start):
14481         Don't block in accept while doing the state change, move
14482         to poll and make cancellable.
14483
14484 2005-10-09  Philippe Khalaf <burger@speedy.org>
14485
14486         * gst-libs/gst/rtp/rtpbasedepayload.c:
14487         Set timestamp and add queue delay to timestamp
14488         * gst-libs/gst/rtp/rtpbuffer.h:
14489         Set correct payload type for h263
14490
14491 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14492
14493         * gst/audiotestsrc/gstaudiotestsrc.c:
14494         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14495         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14496         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14497         (gst_audiotestsrc_create_triangle),
14498         (gst_audiotestsrc_create_silence),
14499         (gst_audiotestsrc_create_white_noise),
14500         (gst_audiotestsrc_init_pink_noise),
14501         (gst_audiotestsrc_generate_pink_noise_value),
14502         (gst_audiotestsrc_create_pink_noise),
14503         (gst_audiotestsrc_change_wave):
14504         * gst/audiotestsrc/gstaudiotestsrc.h:
14505           fixed typo, added pink noise
14506
14507 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14508
14509         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14510         (plugin_init):
14511           Add wavpack and spc typefind functions from 0.8 branch.
14512
14513 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14514
14515         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14516         (ar_type_find), (msdos_type_find), (plugin_init):
14517           Add typefind functions for tar archives, ar archives,
14518           RAR archives, and msdos-executables (dlls, exe, etc.).
14519           Some of those would be wrongly identified as mpeg
14520           streams of some sort before (#315550).
14521
14522 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14523
14524         * configure.ac:
14525         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14526         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14527         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14528         * gst/audiotestsrc/Makefile.am:
14529         * gst/audiotestsrc/gstaudiotestsrc.c:
14530         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14531         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14532         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14533         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14534         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14535         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14536         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
14537         (gst_audiotestsrc_create_silence),
14538         (gst_audiotestsrc_create_white_noise),
14539         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
14540         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
14541         (gst_audiotestsrc_start), (plugin_init):
14542         * gst/audiotestsrc/gstaudiotestsrc.h:
14543           add new plugin and element
14544         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
14545           use gobject_class
14546
14547 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14548
14549         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
14550         (gst_adder_init), (gst_adder_request_new_pad),
14551         (gst_adder_change_state):
14552           Add query function to source pad, so adder reports the correct
14553           time/sample position when queried (#315457); fix state change
14554           function; use GST_DEBUG_FUNCPTR() for pad functions.
14555
14556 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14557
14558         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
14559           Fix leaks in typefind registration
14560           Clean up the gratuitous commenting and whitespacing a little
14561
14562 2005-10-08  Wim Taymans  <wim@fluendo.com>
14563
14564         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
14565         Only actually wait for the thread to be stopped if it's 
14566         running.
14567
14568 2005-10-08  Wim Taymans  <wim@fluendo.com>
14569
14570         * gst-libs/gst/audio/gstbaseaudiosink.c:
14571         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14572         If we receive EOS we can start playback of what we had.
14573
14574 2005-10-08  Wim Taymans  <wim@fluendo.com>
14575
14576         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14577         (gst_multifdsink_finalize), (multifdsink_hash_remove),
14578         (gst_multifdsink_stop):
14579         Fix crasher when going to NULL multiple times.
14580
14581 2005-10-06  Wim Taymans  <wim@fluendo.com>
14582
14583         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
14584         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14585         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14586         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14587         patch from Edgard Lima <edgard.lima@indt.org.br>
14588         Fixed gstbaseaudiosrc adding ring buffer sync to it.
14589
14590 2005-10-06  Wim Taymans  <wim@fluendo.com>
14591
14592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14593         Report the FLOW_RETURN as string in the error message.
14594
14595         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
14596         Don't assert when clearing an unnegotiated buffer.
14597
14598 2005-10-04  Michael Smith <msmith@fluendo.com>
14599
14600         * gst/playback/gstplaybasebin.c: (group_destroy),
14601         (gen_preroll_element), (remove_groups), (setup_source):
14602         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
14603         (setup_sinks), (gst_play_bin_send_event),
14604         (gst_play_bin_change_state):
14605           Set state to NULL before removing from bin. Fix refcounting.
14606
14607 2005-10-04  Michael Smith <msmith@fluendo.com>
14608
14609         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14610           Correct refcounting in send_event() function. Previously was wrong
14611           if the first sink was unable to handle the event.
14612
14613 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14614
14615         * configure.ac:
14616           back to development
14617
14618 === release 0.9.3 ===
14619
14620 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14621
14622         * configure.ac:
14623           Releasing 0.9.3, "De Facto"
14624
14625 2005-10-03  Andy Wingo  <wingo@pobox.com>
14626
14627         * gst/playback/gstdecodebin.c (try_to_link_1)
14628         (remove_element_chain): set element to NULL before removing it.
14629
14630 2005-10-02  Johan Dahlin  <johan@gnome.org>
14631
14632         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
14633         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
14634         MT safe.
14635
14636 2005-10-02  Andy Wingo  <wingo@pobox.com>
14637
14638         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
14639         (gst_ring_buffer_prepare_read): 
14640         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
14641         Demote to LOG.
14642
14643 2005-09-29  Wim Taymans  <wim@fluendo.com>
14644
14645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14646         * ext/theora/theoradec.c: (theora_handle_data_packet):
14647         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14648         Propagate error codes from alloc_buffer too.
14649
14650 2005-09-29  Wim Taymans  <wim@fluendo.com>
14651
14652         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14653         We use fixed caps.
14654
14655         * gst/playback/Makefile.am:
14656         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14657         (dump_element_stats), (main):
14658         Added example stream introspection code.
14659
14660 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
14661
14662         * gst/adder/gstadder.c: (gst_adder_collected):
14663           fix adder for float elements
14664
14665 2005-09-28  Wim Taymans  <wim@fluendo.com>
14666
14667         * gst-libs/gst/audio/gstbaseaudiosink.c:
14668         (gst_base_audio_sink_class_init),
14669         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14670         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14671         (gst_base_audio_src_class_init),
14672         (gst_base_audio_src_provide_clock):
14673         get_clock -> provide_clock
14674
14675 2005-09-28  Andy Wingo  <wingo@pobox.com>
14676
14677         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
14678         and unlocking.
14679
14680         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
14681         unlocking.
14682
14683         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
14684         Actually add the pad template.
14685         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
14686
14687         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
14688         I'm at it...
14689
14690         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
14691         from fdsrc. Get caps in create() instead of start() so it can be
14692         interrupted. Interruption somewhat untested.
14693
14694         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
14695         Proper EOS handling.
14696
14697 2005-09-27  Andy Wingo  <wingo@pobox.com>
14698
14699         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
14700
14701         * gst/tcp/gsttcpserversrc.c: Cleaned up.
14702
14703         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
14704
14705         * gst/tcp/gsttcp.h: 
14706         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
14707         out of tcpclientsrc.c. Cancellable.
14708         (gst_tcp_socket_read): Made private, cancellable, with better
14709         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
14710         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
14711         whole buffer, and better diagnostics.
14712         (gst_tcp_gdp_read_caps): Same.
14713
14714         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
14715
14716 2005-09-26  Andy Wingo  <wingo@pobox.com>
14717
14718         * gst/sine/gstsinesrc.h:
14719         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
14720         change the 'sync' property to 'is-live' and implement it halfway,
14721         update for controller api change.
14722
14723         * gst/volume/gstvolume.c (volume_transform_ip): Update for
14724         controller api change.
14725
14726 2005-09-24  Wim Taymans  <wim@fluendo.com>
14727
14728         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
14729         * gst-libs/gst/audio/gstaudiosink.c:
14730         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14731         (gst_audioringbuffer_stop):
14732         * gst-libs/gst/audio/gstbaseaudiosink.c:
14733         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
14734         (gst_base_audio_sink_change_state):
14735         * gst-libs/gst/audio/gstbaseaudiosink.h:
14736         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
14737         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14738         (gst_ring_buffer_commit), (gst_ring_buffer_read):
14739         * gst-libs/gst/audio/gstringbuffer.h:
14740         Fix sync again. Moved sample alignment to basesink.
14741
14742 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14743
14744         * docs/plugins/Makefile.am:
14745         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14746         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14747         * gst/volume/gstvolume.c:
14748           add/fix docs
14749         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
14750         * gst-libs/gst/audio/audio.h:
14751           add conversion macros for frames <-> clocktime
14752
14753 2005-09-23  David Schleef  <ds@schleef.org>
14754
14755         * gst/audioresample/Makefile.am:
14756         * gst/audioresample/debug.h:
14757         * gst/audioresample/gstaudioresample.c:
14758         * gst/audioresample/resample.c: Convert to using gst debugging
14759
14760 2005-09-22  Wim Taymans  <wim@fluendo.com>
14761
14762         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14763         (gst_play_bin_send_event):
14764         Only seek on one sink, the first one that succeeds.
14765
14766 2005-09-22  Michael Smith <msmith@fluendo.com>
14767
14768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
14769         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14770         Don't flush encoder state unless we have an initialised encoder.
14771         Clear out encoder state on PAUSED_TO_READY.
14772
14773 2005-09-22  Wim Taymans  <wim@fluendo.com>
14774
14775         * gst-libs/gst/rtp/gstbasertppayload.c:
14776         (gst_basertppayload_class_init), (gst_basertppayload_init),
14777         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14778         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14779         (gst_basertppayload_is_filled), (gst_basertppayload_push),
14780         (gst_basertppayload_set_property),
14781         (gst_basertppayload_get_property),
14782         (gst_basertppayload_change_state):
14783         * gst-libs/gst/rtp/gstbasertppayload.h:
14784         Added max-ptime to control amount of data in the rtp packets.
14785
14786 2005-09-21  Andy Wingo  <wingo@pobox.com>
14787
14788         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
14789         thingies.
14790
14791         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
14792         can be called multiple times, dogs.
14793
14794 2005-09-21  Wim Taymans  <wim@fluendo.com>
14795
14796         * gst-libs/gst/rtp/gstbasertppayload.c:
14797         (gst_basertppayload_class_init), (gst_basertppayload_init),
14798         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14799         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14800         (gst_basertppayload_push), (gst_basertppayload_get_property),
14801         (gst_basertppayload_change_state):
14802         Allow 0 ssrc too.
14803
14804 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
14805
14806         * docs/libs/compiling.sgml:
14807           fixing typos
14808
14809 2005-09-20  Wim Taymans  <wim@fluendo.com>
14810
14811         * gst-libs/gst/rtp/gstbasertppayload.c:
14812         (gst_basertppayload_class_init), (gst_basertppayload_init),
14813         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14814         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14815         (gst_basertppayload_push), (gst_basertppayload_set_property),
14816         (gst_basertppayload_get_property),
14817         (gst_basertppayload_change_state):
14818         * gst-libs/gst/rtp/gstbasertppayload.h:
14819         Added property to configure sequence number offsets.
14820
14821 2005-09-20  Wim Taymans  <wim@fluendo.com>
14822
14823         * gst-libs/gst/rtp/gstbasertppayload.c:
14824         (gst_basertppayload_class_init), (gst_basertppayload_init),
14825         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14826         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14827         (gst_basertppayload_push), (gst_basertppayload_set_property),
14828         (gst_basertppayload_get_property),
14829         (gst_basertppayload_change_state):
14830         * gst-libs/gst/rtp/gstbasertppayload.h:
14831         Make timestamp offset configurable.
14832
14833 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14834
14835         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14836           fix wrong pop/unref
14837
14838 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
14839
14840         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14841
14842         * gst-libs/gst/interfaces/propertyprobe.c:
14843         (gst_property_probe_probe_property_name),
14844         (gst_property_probe_needs_probe_name),
14845         (gst_property_probe_get_values_name),
14846         (gst_property_probe_probe_and_get_values_name):
14847           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
14848           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
14849
14850 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14851
14852         * check/Makefile.am:
14853           have some tests be disabled for valgrinding
14854         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
14855         (GST_START_TEST):
14856         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
14857           Fix A Leak.  Chain To Parent Finalize.
14858
14859 2005-09-19  Wim Taymans  <wim@fluendo.com>
14860
14861         * examples/seeking/seek.c: (make_wav_pipeline), (main):
14862         Fixed wav pipeline.
14863
14864 2005-09-19  Wim Taymans  <wim@fluendo.com>
14865
14866         * gst-libs/gst/rtp/gstbasertppayload.c:
14867         (gst_basertppayload_class_init), (gst_basertppayload_init),
14868         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14869         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14870         (gst_basertppayload_push), (gst_basertppayload_get_property),
14871         (gst_basertppayload_change_state):
14872         Posting ERROR and WARNING messages is good.
14873
14874 2005-09-19  Wim Taymans  <wim@fluendo.com>
14875
14876         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14877         (gst_base_rtp_depayload_add_to_queue),
14878         (gst_base_rtp_depayload_push),
14879         (gst_base_rtp_depayload_set_gst_timestamp),
14880         (gst_base_rtp_depayload_queue_release):
14881         This one was not supposed to go in.
14882
14883 2005-09-19  Wim Taymans  <wim@fluendo.com>
14884
14885         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14886         Fix for bus API.
14887
14888         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14889         (gst_base_rtp_depayload_chain),
14890         (gst_base_rtp_depayload_add_to_queue),
14891         (gst_base_rtp_depayload_push),
14892         (gst_base_rtp_depayload_set_gst_timestamp),
14893         (gst_base_rtp_depayload_queue_release):
14894         Some cleanups.
14895
14896         * gst-libs/gst/rtp/gstbasertppayload.c:
14897         (gst_basertppayload_class_init), (gst_basertppayload_init),
14898         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
14899         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14900         (gst_basertppayload_get_property),
14901         (gst_basertppayload_change_state):
14902         Added debugging category.
14903
14904 2005-09-18  David Schleef  <ds@schleef.org>
14905
14906         * gst/playback/gstdecodebin.c: free plugin list correctly
14907         * gst/playback/gstplaybin.c: emit warning if autovideosink
14908           and autoaudiosink can't be found (instead of segfaulting)
14909
14910 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14911
14912         * check/elements/audioconvert.c: (GST_START_TEST):
14913           try out 24 bit conversion
14914
14915 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14916
14917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14918         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
14919         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
14920         * ext/vorbis/vorbisenc.h:
14921           Fix EOS handling.  Still needs a fix in the ogg muxer to
14922           mark the last page as eos.
14923
14924 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14925
14926         * common/gtk-doc-plugins.mak:
14927         * docs/plugins/Makefile.am:
14928         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14929         * gst/ffmpegcolorspace/Makefile.am:
14930         * gst/ffmpegcolorspace/avcodec.h:
14931         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14932         * gst/tcp/gstmultifdsink.c:
14933           fix up ffmpegcolorspace docs; extract header
14934
14935 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14936
14937         * common/gtk-doc-plugins.mak:
14938         * docs/plugins/Makefile.am:
14939         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14940         * ext/theora/Makefile.am:
14941         * ext/theora/gsttheoraenc.h:
14942         * ext/theora/theoraenc.c:
14943         * ext/vorbis/vorbisenc.c:
14944           pick up signals and args for vorbis; add some docs for vorbis
14945
14946 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14947
14948         * common/gstdoc-scangobj:
14949         * common/gtk-doc-plugins.mak:
14950         * docs/libs/Makefile.am:
14951         * docs/plugins/gst-plugins-base-plugins.args:
14952         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14953         * docs/plugins/gst-plugins-base-plugins.interfaces:
14954         * docs/plugins/gst-plugins-base-plugins.prerequisites:
14955         * docs/plugins/gst-plugins-base-plugins.signals:
14956           only scanobj stuff from our source module.  Not sure yet
14957           if that's correct, given the hierarchy stuff :)
14958
14959 2005-09-15  Wim Taymans  <wim@fluendo.com>
14960
14961         * gst/audioconvert/gstaudioconvert.c:
14962         And enable 24 bits mode as well..
14963
14964 2005-09-15  Wim Taymans  <wim@fluendo.com>
14965
14966         * gst-libs/gst/rtp/Makefile.am:
14967         * gst-libs/gst/rtp/gstbasertppayload.c:
14968         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
14969         (gst_basertppayload_class_init), (gst_basertppayload_init),
14970         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
14971         (gst_basertppayload_chain), (gst_basertppayload_set_options),
14972         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14973         (gst_basertppayload_set_property),
14974         (gst_basertppayload_get_property),
14975         (gst_basertppayload_change_state):
14976         * gst-libs/gst/rtp/gstbasertppayload.h:
14977         Added rtp payloader base class.
14978
14979 2005-09-15  Andy Wingo  <wingo@pobox.com>
14980
14981         * configure.ac (plugindir): Remove the EOL matcher from the
14982         regexp, as it causes me problems. Libtool? Make? Who knows?
14983
14984 2005-09-14  David Schleef  <ds@schleef.org>
14985
14986         * check/generic/states.c: 
14987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14988         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14989           Fixes for changes in registry API.
14990
14991         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
14992           to GST_PLUGIN_LDFLAGS.
14993         * ext/libvisual/visual.c: Make the library shut up.
14994         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
14995         * gst-libs/gst/audio/gstaudiofilter.c: same
14996
14997 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14998
14999         * docs/plugins/Makefile.am:
15000         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15001         * docs/plugins/inspect/plugin-libvisual.xml:
15002         * docs/plugins/tmpl/element-tcpserversink.sgml:
15003         * ext/theora/theoraenc.c:
15004           add libvisual plugin and theoraenc element to docs
15005
15006 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15007
15008         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15009         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15010         * ext/theora/theoraenc.c:
15011           add theoraenc
15012
15013 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15014
15015         * gst/audioconvert/Makefile.am:
15016           Audioconvert derives from GstBaseTransform and should
15017           link to the library with our base elements to avoid
15018           unresolved symbols. Makes things work with MinGW (#316160)
15019
15020         * gst/playback/test4.c: (main):
15021           Fix MinGW build problem and use g_usleep() instead of 
15022           sleep() (#316162)
15023
15024 2005-09-12  Wim Taymans  <wim@fluendo.com>
15025
15026         * gst/audioconvert/audioconvert.c: (float),
15027         (audio_convert_prepare_context), (audio_convert_convert):
15028         * gst/audioconvert/audioconvert.h:
15029         Cleanups, speedups, simplifications, added back support
15030         for 24 bits.
15031
15032 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15033
15034         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15035         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15036         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15037         * docs/plugins/tmpl/element-tcpserversink.sgml:
15038         * gst/ffmpegcolorspace/gstffmpeg.c:
15039         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15040         * gst/videotestsrc/gstvideotestsrc.c:
15041         * gst/volume/gstvolume.c:
15042           add more elements to the docs
15043
15044 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15045
15046         * check/Makefile.am:
15047         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15048         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15049           Add extra tests for basetransform based components. 
15050           Comment out the test_element_negotiation test until we decide
15051           if it's testing correct behaviour.
15052         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15053         (gst_visual_chain), (gst_visual_change_state):
15054           Slightly more correct but still bogus timestamping.
15055           Fix state change function.
15056         * gst/audioconvert/gstaudioconvert.c:
15057         (gst_audio_convert_class_init):
15058         * gst/audioresample/gstaudioresample.c:
15059         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15060         (gst_ffmpegcsp_class_init):
15061         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15062         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15063         (gst_videoscale_prepare_image):
15064         * gst/volume/gstvolume.c: (gst_volume_class_init),
15065         (volume_transform_ip):
15066           Basetransform updates. Enable passthrough modes.
15067         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15068         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15069         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15070           Negotiation fix that allows the window to return to the original
15071           size and renegotiate passthrough upstream. Extra debug output.
15072
15073 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15074
15075         * gst/sine/gstsinesrc.c:
15076         * gst/volume/gstvolume.c:
15077           fix up header include
15078
15079 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15080
15081         * gst-libs/gst/audio/gstbaseaudiosink.c:
15082         (gst_base_audio_sink_render):
15083         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15084         * gst/volume/gstvolume.c: (gst_volume_class_init),
15085         (volume_transform):
15086           fixing lost sync, some more debugging
15087
15088 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15089
15090         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15091         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15092         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15093         (gst_xvimagesink_check_xshm_calls):
15094           Fix compilation when XShm is not available.
15095
15096 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15097
15098         * ext/libvisual/visual.c: (gst_visual_dispose),
15099         (gst_visual_getcaps), (gst_visual_src_setcaps),
15100         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15101         (gst_visual_change_state):
15102           Finish fixing up libvisual plugin so that it runs. 
15103
15104 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15105
15106         * ext/vorbis/vorbisenc.c:
15107         * gst-libs/gst/tag/gstvorbistag.c:
15108           gsttaginterface.h -> gsttagsetter.h
15109
15110 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15111
15112         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15113           added another test that failes for me (test is not active by default)
15114
15115 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15116
15117         * configure.ac:
15118           v4l2 is no longer in gst-plugins-base
15119
15120 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15121
15122         * configure.ac:
15123           In the output at the end, don't show the first plugin on the same
15124           line as "Core plug-ins, always built:".
15125           Indent the output as for other plugin categories
15126         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15127           #define that can be used to not use peer buffer_alloc functions for
15128           test purposes.
15129         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15130         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15131         (gst_ximagesink_show_frame):
15132         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15133         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15134         (gst_xvimagesink_show_frame):
15135           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15136           fails gracefully instead of XError aborting or deadlocking.
15137
15138 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15139
15140         * ext/libvisual/Makefile.am:
15141           link against gst-base-libs
15142
15143 2005-09-06  David Schleef  <ds@schleef.org>
15144
15145         * configure.ac: Enable libvisual plugin.
15146         * ext/libvisual/Makefile.am:
15147         * ext/libvisual/visual.c: Fixes to make it compile.
15148
15149 === release 0.9.2 ===
15150
15151 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15152
15153         * NEWS:
15154         * RELEASE:
15155         * configure.ac:
15156         * docs/random/ChangeLog-0.8:
15157           releasing 0.9.2, "Spoon"
15158
15159 2005-09-05  Michael Smith <msmith@fluendo.com>
15160
15161         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15162           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15163           that in the vorbisenc element.
15164
15165 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15166
15167         * common/gtk-doc-plugins.mak:
15168         * docs/plugins/Makefile.am:
15169           fix distcheck
15170         * gst/audioresample/resample.c:
15171           fix wrong docstring
15172
15173 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15174
15175         * common/gst-xmlinspect.py:
15176         * common/gtk-doc-plugins.mak:
15177           only inspect plugins for this given package
15178           require gst-python 0.9
15179
15180 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15181
15182         * Makefile.am:
15183         * autogen.sh:
15184         * common/gst-xmlinspect.py:
15185         * configure.ac:
15186         * docs/Makefile.am:
15187         * docs/plugins/inspect/plugin-alsa.xml:
15188         * docs/plugins/inspect/plugin-audioresample.xml:
15189         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15190         * docs/plugins/inspect/plugin-ogg.xml:
15191         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15192         * docs/plugins/tmpl/element-multifdsink.sgml:
15193         * docs/plugins/tmpl/element-tcpserversink.sgml:
15194         * docs/plugins/tmpl/element-vorbisenc.sgml:
15195         * gst-plugins-base.spec.in:
15196           various doc-related updates
15197
15198 2005-08-31  Wim Taymans  <wim@fluendo.com>
15199
15200         * gst-libs/gst/audio/gstbaseaudiosink.c:
15201         (gst_base_audio_sink_render):
15202         Resync if the buffer timestamps drift more than a 10th 
15203         of a second.
15204
15205 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15206
15207         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15208         (gst_v4lsrc_get_property):
15209           The 'timestamp-offset' property is registered as an int64, so
15210           let's use g_value_{set|get}_int64() in our setter and getter
15211           functions (makes it work and fixes warnings with gst-inspect).
15212
15213 2005-08-30  Wim Taymans  <wim@fluendo.com>
15214
15215         * check/elements/audioconvert.c: (setup_audioconvert):
15216         * check/elements/audioresample.c: (setup_audioresample):
15217         * check/elements/volume.c: (setup_volume):
15218         Fix checks.
15219
15220 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15221
15222         * common/gtk-doc-plugins.mak:
15223         * common/plugins.xsl:
15224         * docs/plugins/Makefile.am:
15225           make module a param
15226
15227 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15228
15229         * examples/seeking/seek.c: (make_mp3_pipeline),
15230         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15231         (play_cb), (pause_cb), (stop_cb):
15232           update the example
15233
15234 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15235
15236         * gst/volume/gstvolume.c: (gst_volume_class_init),
15237         (volume_transform):
15238           do not update controlled params, if buffer has no timestamp
15239
15240 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15241
15242         * configure.ac:
15243         * gst/sine/Makefile.am:
15244         * gst/volume/Makefile.am:
15245           controllerized elements also need to link against controller-libs ;)
15246
15247 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15248
15249         * docs/libs/tmpl/gstcolorbalance.sgml:
15250         * docs/libs/tmpl/gstgconf.sgml:
15251         * docs/libs/tmpl/gstmixer.sgml:
15252         * docs/libs/tmpl/gstringbuffer.sgml:
15253         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15254         (gst_sinesrc_create):
15255         * gst/volume/gstvolume.c: (gst_volume_class_init),
15256         (volume_transform):
15257           controllerized two audio plugins
15258
15259 2005-08-29  Andy Wingo  <wingo@pobox.com>
15260
15261         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15262         (vorbis_handle_data_packet): Fix some int overflow errors.
15263
15264         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15265         -1.
15266         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15267         valid.
15268         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15269         if it's valid. Fixed streaming-mode playback.
15270
15271         * check/elements/volume.c (cleanup_volume): Fix for running
15272         CK_FORK=no.
15273
15274         * check/elements/audioconvert.c: Convert from native endian, not
15275         little endian.
15276
15277 2005-08-29  Michael Smith <msmith@fluendo.com>
15278
15279         * ext/ogg/Makefile.am:
15280         * ext/ogg/gstogg.c: (plugin_init):
15281         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15282         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15283         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15284         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15285         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15286         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15287         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15288         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15289         Add an ogg parser element.
15290
15291 2005-08-28  Andy Wingo  <wingo@pobox.com>
15292
15293         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15294
15295 2005-08-26  Wim Taymans  <wim@fluendo.com>
15296
15297         * gst/audioconvert/audioconvert.c: (if), (float),
15298         (audio_convert_get_func_index), (check_default),
15299         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15300         (audio_convert_clean_context), (audio_convert_get_sizes),
15301         (audio_convert_convert):
15302         Cleanups.
15303
15304 2005-08-26  Wim Taymans  <wim@fluendo.com>
15305
15306         * gst/audioconvert/audioconvert.c: (if), (float),
15307         (audio_convert_get_func_index), (check_default),
15308         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15309         (audio_convert_clean_context), (audio_convert_get_sizes),
15310         (audio_convert_convert):
15311         More elegant and working temp buffer selection algo.
15312
15313 2005-08-26  Wim Taymans  <wim@fluendo.com>
15314
15315         * gst/audioconvert/audioconvert.c: (if), (float),
15316         (audio_convert_get_func_index), (check_default),
15317         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15318         (audio_convert_clean_context), (audio_convert_get_sizes),
15319         (get_temp_buffer), (audio_convert_convert):
15320         Use realloc else we lose our original data.
15321
15322 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15323
15324         * gst/audioresample/gstaudioresample.c:
15325           use base class' newsegment to properly timestamp
15326
15327 2005-08-26  Wim Taymans  <wim@fluendo.com>
15328
15329         * gst/audioconvert/audioconvert.c: (if), (float),
15330         (audio_convert_get_func_index), (check_default),
15331         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15332         (audio_convert_clean_context), (audio_convert_get_sizes),
15333         (get_temp_buffer), (audio_convert_convert):
15334         * gst/audioconvert/gstaudioconvert.c:
15335         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15336         (gst_audio_convert_transform_caps),
15337         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15338         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15339         Oops, allocate enough space to perform the channel mix.
15340
15341 2005-08-26  Wim Taymans  <wim@fluendo.com>
15342
15343         * gst/audioconvert/Makefile.am:
15344         * gst/audioconvert/audioconvert.c: (if), (float),
15345         (audio_convert_get_func_index), (check_default),
15346         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15347         (audio_convert_clean_context), (audio_convert_get_sizes),
15348         (get_temp_buffer), (audio_convert_convert):
15349         * gst/audioconvert/audioconvert.h:
15350         * gst/audioconvert/gstaudioconvert.c:
15351         (gst_audio_convert_class_init), (gst_audio_convert_init),
15352         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15353         (gst_audio_convert_get_unit_size),
15354         (gst_audio_convert_transform_caps),
15355         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15356         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15357         * gst/audioconvert/gstaudioconvert.h:
15358         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15359         (gst_channel_mix_fill_identical),
15360         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15361         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15362         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15363         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15364         (gst_channel_mix_mix):
15365         * gst/audioconvert/gstchannelmix.h:
15366         Cleanups, librarify a bit, optimize, better negotiation and more.
15367
15368 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15369
15370         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15371         Another from MikeS:
15372         During typefinding, don't support negative offsets
15373         (offsets from the end of the stream) in our typefind->peek() function
15374         - nothing embedded in ogg ever needs them. However, we need to recognise
15375         those requests and reject them, otherwise we return invalid pointers.
15376
15377 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15378
15379         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15380         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15381         (vorbisdec_finalize), (vorbis_handle_type_packet):
15382           Big shout-out to MikeS for fixing this giant memory leak.
15383           Huzzah!
15384
15385 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15386
15387         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15388         (audio_convert_get_unit_size):
15389           plug some leaks
15390
15391 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15392
15393         * check/Makefile.am:
15394         * check/elements/audioconvert.c: (setup_audioconvert),
15395         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15396         (GST_START_TEST), (audioconvert_suite), (main):
15397           add a test for audioconvert
15398         * gst/audioresample/gstaudioresample.c:
15399         * gst/audioresample/gstaudioresample.h:
15400           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15401           note that for buffers of 1/3 sec this means DURATION(c) is 
15402           one nanosecond more than for a and b
15403
15404 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15405
15406         * check/Makefile.am:
15407         * check/elements/audioresample.c: (setup_audioresample),
15408         (cleanup_audioresample), (fail_unless_perfect_stream),
15409         (test_perfect_stream_instance), (GST_START_TEST),
15410           add a check for audioresample
15411         (audioresample_suite), (main):
15412         * check/elements/volume.c: (GST_START_TEST):
15413           remove unused method
15414         * gst/audioresample/gstaudioresample.c:
15415           set correct buffer parameters since we're changing them
15416         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15417           add some debug
15418
15419 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15420
15421         * gst/audioresample/debug.c:
15422         * gst/audioresample/gstaudioresample.c:
15423           add room for extra overlap samples when asked to transform size
15424           protect against possible mem corruption and check for discrepancies
15425           between written size and outbuffer's size so we can warn for
15426           potential problems
15427         * gst/audioresample/resample.c: (resample_init),
15428         (resample_get_output_size_for_input), (resample_get_output_size),
15429         (resample_set_n_channels), (resample_set_format):
15430           set debug level based on RESAMPLE_DEBUG env var
15431           make sure that get_output_size* returns a whole number of
15432           sample_size
15433           set sample_size each time either channel or format is set
15434         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15435         * gst/audioresample/resample_functable.c:
15436         (resample_scale_functable):
15437         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15438           remove r->sample_size, it's done in resample.c now
15439           add some debugging to the ref implementation
15440           make sure we only give back bytes that are wholes of the sample
15441           size
15442
15443 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15444         * gst/playback/gstplaybasebin.c: (fill_buffer):
15445         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15446
15447 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15448
15449         * gst/volume/gstvolume.c:
15450           made set_caps function static
15451
15452 2005-08-24  Wim Taymans  <wim@fluendo.com>
15453
15454         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15455         (gst_vorbisenc_change_state):
15456         Stop leaking taglists.
15457
15458 2005-08-24  Wim Taymans  <wim@fluendo.com>
15459
15460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15461         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15462         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15463         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15464         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15465         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15466         Parse seeking events better.
15467         Unref static caps.
15468         Generate correct newsegment events, fixes seeking in live oggs.
15469
15470         * ext/theora/theoradec.c: (theora_dec_src_query),
15471         (theora_dec_src_event), (theora_dec_src_getcaps),
15472         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15473         Use newsegment values to report correct play time.
15474
15475         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15476         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15477         * ext/vorbis/vorbisdec.h:
15478         Parse and use newsegment values to report correct play time.
15479
15480         * gst-libs/gst/audio/gstbaseaudiosink.c:
15481         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15482         Clear ringbuffer on flush.
15483         Use newsegment values to calculate playback time.
15484
15485         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15487         Basesink does newsegment calculations for us now.
15488
15489 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15490
15491         * check/Makefile.am:
15492         * configure.ac:
15493           add core's plugins to the mix so that playbin works
15494         * check/generic/states.c: (GST_START_TEST):
15495           set a 0 timeout on pipelines, so they don't force the next
15496           state change
15497         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15498         (gst_play_base_bin_change_state):
15499           remove the crappy error handling and do GST error handling
15500
15501 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15502
15503         * check/Makefile.am:
15504         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15505           add same test as to core, it bitches out on playbin atm.
15506
15507 2005-08-24  Wim Taymans  <wim@fluendo.com>
15508
15509         * configure.ac:
15510         Remove audioscale.
15511
15512 2005-08-24  Wim Taymans  <wim@fluendo.com>
15513
15514         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15515         (gst_videoscale_prepare_size), (parse_caps),
15516         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15517         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15518         (gst_videoscale_transform):
15519         * gst/videoscale/gstvideoscale.h:
15520         Refactor, make use of BaseTranform really well.
15521
15522 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15523
15524         * configure.ac:
15525           compile audioresample
15526         * gst/audioresample/Makefile.am:
15527         * gst/audioresample/buffer.c:
15528         * gst/audioresample/functable.c:
15529         * gst/audioresample/gstaudioresample.c:
15530         * gst/audioresample/gstaudioresample.h:
15531         * gst/audioresample/resample.c:
15532         (resample_get_output_size_for_input):
15533         * gst/audioresample/resample.h:
15534         * gst/audioresample/resample_chunk.c:
15535         * gst/audioresample/resample_functable.c:
15536         * gst/audioresample/resample_ref.c:
15537           port to use basetransform; doesn't work in all cases yet
15538
15539 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15540
15541         * gst/audioconvert/gstaudioconvert.c:
15542         (gst_audio_convert_class_init), (gst_audio_convert_init),
15543         (audio_convert_get_unit_size), (audio_convert_transform_caps),
15544         (audio_convert_fixate_caps), (audio_convert_set_caps),
15545         (audio_convert_transform),
15546         (gst_audio_convert_buffer_to_default_format),
15547         (gst_audio_convert_buffer_from_default_format),
15548         (gst_audio_convert_channels):
15549         * gst/audioconvert/gstchannelmix.c:
15550         * gst/audioconvert/gstchannelmix.h:
15551           port to basetransform
15552         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15553         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
15554         (gst_ffmpegcsp_get_unit_size):
15555         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15556         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
15557           fix for basetransform changes
15558
15559 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15560
15561         * check/Makefile.am:
15562           Add CHECK_CFLAGS and LDFLAGS
15563
15564         * gst/playback/gstplaybasebin.c: (fill_buffer):
15565           GST_MESSAGE_SRC became a GObject
15566
15567 2005-08-24  Wim Taymans  <wim@fluendo.com>
15568
15569         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
15570         (gst_ring_buffer_clear_all):
15571         * gst-libs/gst/audio/gstringbuffer.h:
15572         Added function to clear the ringbuffer.
15573
15574 2005-08-24  Andy Wingo  <wingo@pobox.com>
15575
15576         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
15577         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
15578         of _open and _close.
15579
15580         * sys/v4l/gstv4lxoverlay.h:
15581         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
15582         an Xv connection here, instead of all the time. Make Xv only be
15583         loaded if you axe for it. Kindof a workaround for buggy behaviour
15584         of Xv when using remote xservers (XvQueryExtension would block).
15585         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
15586         replace the _open and _close public API. Only start the xv
15587         connection if necessary.
15588         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
15589
15590 2005-08-23  David Schleef  <ds@schleef.org>
15591
15592         * gst/audioresample/Makefile.am: Leet audioresampling code
15593         * gst/audioresample/buffer.c:
15594         * gst/audioresample/buffer.h:
15595         * gst/audioresample/debug.c:
15596         * gst/audioresample/debug.h:
15597         * gst/audioresample/functable.c:
15598         * gst/audioresample/functable.h:
15599         * gst/audioresample/gstaudioresample.c:
15600         * gst/audioresample/gstaudioresample.h:
15601         * gst/audioresample/resample.c:
15602         * gst/audioresample/resample.h:
15603         * gst/audioresample/resample_chunk.c:
15604         * gst/audioresample/resample_functable.c:
15605         * gst/audioresample/resample_ref.c:
15606
15607 2005-08-23  Wim Taymans  <wim@fluendo.com>
15608
15609         * examples/seeking/seek.c: (make_vorbis_pipeline),
15610         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
15611         Small seek updates.
15612
15613 2005-08-23  Andy Wingo  <wingo@pobox.com>
15614
15615         * gst-libs/gst/audio/gstbaseaudiosrc.c
15616         (gst_base_audio_src_fixate): Only fixate endianness if it is
15617         present in the caps.
15618
15619 2005-08-22  Andy Wingo  <wingo@pobox.com>
15620
15621         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
15622         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
15623         device-name property.
15624
15625         * gst-libs/gst/audio/gstaudiosrc.h:
15626         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
15627         close_device in the ring buffer, like gstaudiosink.
15628
15629         * ext/alsa/gstalsamixer.h:
15630         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
15631         macro to implement the interface without much code. Cleanups. 
15632
15633         * ext/alsa/gstalsasrc.h:
15634         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
15635         READY.
15636
15637         * ext/alsa/Makefile.am: Add new files.
15638         * ext/alsa/gstalsamixerelement.c: 
15639         * ext/alsa/gstalsamixerelement.c: Split element code out from
15640         mixer code so that alsasrc can be a mixer too.
15641
15642 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15643
15644         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15645         (GST_START_TEST):
15646         * check/elements/vorbisdec.c: (setup_vorbisdec),
15647         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
15648         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15649         (vorbis_handle_identification_packet),
15650         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
15651         (vorbis_handle_header_packet), (vorbis_dec_push),
15652         (vorbis_dec_chain):
15653           use the setup/teardown methods to save code.  save code is good.
15654
15655 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15656
15657         * check/Makefile.am:
15658           add ext dir for plugins
15659           add vorbisdec test conditionally
15660         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15661         (GST_START_TEST), (volume_suite):
15662           add a test with wrong caps
15663         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
15664         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
15665           add a vorbisdec test
15666         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
15667         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
15668           clean up debug output
15669         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15670           yay, fix a segfault/security issue in vorbisdec
15671           gst-launch fakesrc ! vorbisdec wasn't happy
15672         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
15673         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
15674         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
15675         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15676         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
15677         (gst_vorbisenc_set_metadata), (get_constraints_string),
15678         (update_start_message), (gst_vorbisenc_setup),
15679         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15680         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
15681         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
15682         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
15683         * ext/vorbis/vorbisenc.h:
15684           march in line
15685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15686         (gst_ffmpegcsp_transform):
15687           have the kow come home
15688         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15689           debug my func ptr
15690         * gst/volume/gstvolume.c: (volume_set_caps):
15691           add a debug
15692
15693 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15694
15695         * Makefile.am:
15696         * check/.cvsignore:
15697         * check/Makefile.am:
15698         * check/elements/.cvsignore:
15699         * check/elements/volume.c: (chain_func), (event_func),
15700         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
15701         (main):
15702         * configure.ac:
15703           add unit test structure for gst-plugins-base
15704           add a test for volume
15705         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
15706         (gst_volume_set_volume), (gst_volume_get_volume),
15707         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
15708         (volume_funcfind), (volume_process_float), (volume_process_int16),
15709         (volume_set_caps), (volume_transform), (volume_update_mute),
15710         (volume_update_volume), (volume_set_property),
15711         (volume_get_property):
15712           document a little; use basetransform vmethod _set_caps
15713
15714 2005-08-19  Andy Wingo  <wingo@pobox.com>
15715
15716         * ext/alsa/gstalsamixertrack.h:
15717         * ext/alsa/gstalsamixertrack.c:
15718         * ext/alsa/gstalsamixeroptions.h:
15719         * ext/alsa/gstalsamixeroptions.c:
15720         * ext/alsa/gstalsamixer.h:
15721         * ext/alsa/gstalsamixer.c: Port to 0.9.
15722
15723         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
15724         Remove gstalsa.c and alsaclock. No more cruft here.
15725         
15726 2005-08-18  Wim Taymans  <wim@fluendo.com>
15727
15728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15729         (gst_base_rtp_depayload_chain),
15730         (gst_base_rtp_depayload_add_to_queue),
15731         (gst_base_rtp_depayload_push),
15732         (gst_base_rtp_depayload_queue_release):
15733         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15734         Fix for RTPBuffer changes.
15735
15736         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
15737         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
15738         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
15739         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
15740         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
15741         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
15742         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
15743         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
15744         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
15745         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
15746         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
15747         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
15748         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
15749         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
15750         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
15751         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
15752         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
15753         (gst_rtpbuffer_get_payload):
15754         * gst-libs/gst/rtp/gstrtpbuffer.h:
15755         Don't subclass GstBuffer but add methods and helper functions
15756         to construct and manipulate RTP packets in regular GstBuffers.
15757
15758 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
15759
15760         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15761           moved statement below switch
15762         * gst/volume/gstvolume.c: (gst_volume_class_init):
15763           added debug ptr
15764
15765 2005-08-16  Wim Taymans  <wim@fluendo.com>
15766
15767         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15768         (gst_base_audio_src_change_state):
15769         Open and close device in READY<->NULL state change.
15770
15771 2005-08-16  Andy Wingo  <wingo@pobox.com>
15772
15773         * examples/seeking/Makefile.am: Don't compile non-compiling
15774         compiled objects with the compiler.
15775
15776         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
15777         elements.
15778
15779 2005-08-12  Philippe Khalaf <burger@speedy.org>
15780         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15781         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15782           Made a thread to release the queue.
15783           Removed timestamp conversion for now.
15784
15785 2005-08-10  Philippe Khalaf <burger@speedy.org>
15786         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15787         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15788           Added rtp timestamp -> gst timestamp conversion.
15789           Fixed several problems with queue.
15790
15791 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15792
15793         * gst-libs/gst/audio/gstaudioclock.h:
15794         * gst-libs/gst/audio/gstaudiofilter.h:
15795         * gst-libs/gst/audio/gstaudiosink.h:
15796         * gst-libs/gst/audio/gstaudiosrc.h:
15797         * gst-libs/gst/audio/gstbaseaudiosink.h:
15798         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15799         * gst-libs/gst/audio/gstringbuffer.h:
15800         * gst-libs/gst/net/gstnetbuffer.h:
15801         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15802         * gst-libs/gst/rtp/gstrtpbuffer.h:
15803           Add padding (you will need to rebuild gst-plugins-base,
15804           gst-plugins and all applications afterwards!)
15805
15806 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15807
15808         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15809         (gst_riff_parse_chunk):
15810           Fix bug in debug message and add some more debug messages.
15811
15812 2005-08-08  Edward Hervey  <edward@fluendo.com>
15813
15814         * gst-libs/gst/riff/riff-media.c:
15815         backported updates since branch
15816
15817 2005-08-08  Andy Wingo  <wingo@pobox.com>
15818
15819         * gst-libs/gst/audio/gstbaseaudiosink.c
15820         (gst_base_audio_sink_change_state): Open the device in NULL->READY
15821         like good elements should. Close on READY->NULL too.
15822
15823         * gst-libs/gst/audio/gstaudiosink.c
15824         (gst_audioringbuffer_open_device,
15825         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
15826         (gst_audioringbuffer_release): Updates for new ring buffer API,
15827         hook into the new audio sink api.
15828
15829         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
15830         (GstAudioSinkClass.close): Just open and close the device -- no
15831         resource allocation or configuration.
15832         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
15833         vmethods, handle device setup and resource allocation.
15834
15835         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
15836         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
15837         base class API.
15838
15839         * gst-libs/gst/audio/gstringbuffer.h
15840         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
15841         New vmethods.
15842
15843         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
15844         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
15845         New API functions. The device should be opened before acquiring
15846         and closed after releasing.
15847
15848 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15849
15850         * gst-libs/gst/interfaces/mixer.h:
15851           Reset padding to GST_PADDING.
15852
15853 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15854
15855         * gst/playback/gstplaybin.c: (remove_sinks):
15856           Remove visualization from parent explicitely; works around some
15857           apparent refcount issue that I haven't tracked down yet.
15858
15859 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15860
15861         * ext/alsa/gstalsasink.c: (set_hwparams):
15862           Assign debug category, add negotiation debug msgs.
15863
15864 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15865
15866         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
15867           Fix error code for file-not-found to NOT_FOUND.
15868
15869 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15870
15871         * common/gtk-doc-plugins.mak:
15872         * docs/plugins/Makefile.am:
15873         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15874         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15875           renamed to actual element names, so much nicer to look at
15876         * docs/plugins/tmpl/gstmultifdsink.sgml:
15877           remove
15878         * docs/plugins/tmpl/multifdsink.sgml:
15879         * docs/plugins/tmpl/tcpserversink.sgml:
15880           add
15881         * ext/alsa/gstalsa.c:
15882         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
15883         * ext/ogg/gstoggmux.c:
15884         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15885         * gst/playback/gstdecodebin.c:
15886         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15887         * gst/tcp/gsttcpserversink.c:
15888           various fixes and documentation additions
15889
15890 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15891
15892         * common/Makefile.am:
15893         * common/gstdoc-scangobj:
15894         * common/gtk-doc-plugins.mak:
15895         * common/gtk-doc.mak:
15896           add a custom scangobj that uses the registry
15897           add a custom gtk-doc-plugins.mak that uses it
15898           some doc build fixes
15899         * configure.ac:
15900         * docs/Makefile.am:
15901         * docs/plugins/Makefile.am:
15902         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15903         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15904         * docs/plugins/gst-plugins-base-plugins.types:
15905         * docs/plugins/tmpl/gstmultifdsink.sgml:
15906           add docs for one element, multifdsink
15907         * gst/adder/gstadder.h:
15908         * gst/volume/gstvolume.h:
15909           don't privatize enum
15910         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15911         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15912         (gst_sync_method_get_type), (gst_client_status_get_type),
15913         (gst_multifdsink_class_init),
15914         (gst_multifdsink_client_queue_buffer),
15915         (gst_multifdsink_handle_client_write):
15916         * gst/tcp/gstmultifdsink.h:
15917         * gst/tcp/gsttcp.h:
15918         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
15919         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
15920         (gst_tcpclientsink_render):
15921         * gst/tcp/gsttcpclientsink.h:
15922         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
15923         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
15924         (gst_tcpclientsrc_start):
15925         * gst/tcp/gsttcpclientsrc.h:
15926         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
15927         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
15928         * gst/tcp/gsttcpserversrc.h:
15929         * gst/typefind/gsttypefindfunctions.c:
15930           remove superfluous Type stuff
15931
15932 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15933
15934         * gst/playback/gstplaybin.c: (gen_video_element):
15935           Enable videoscale.
15936
15937 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15938
15939         * gst-libs/gst/gconf/gconf.c:
15940         * gst-libs/gst/gconf/gconf.h:
15941           Fix some Andy Problem [tm].
15942
15943 2005-08-04  Andy Wingo  <wingo@pobox.com>
15944
15945         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
15946         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
15947         (gst_ffmpegcsp_get_size): Adapt to API changes.
15948
15949         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
15950         Implement an in-place do-nothing transform.
15951
15952 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15953
15954         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
15955         (gst_ximagesink_renegotiate_size):
15956           Do not set new window sizes yet if we prepare a new buffer size
15957           for upstream renegotiation (software scaling) at some point in the
15958           future, because this new size waqs not actually accepted yet. Once
15959           accepted, renegotiation later on will set the new sizes just fine.
15960           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
15961           embedding testcase.
15962
15963 2005-08-03  Andy Wingo  <wingo@pobox.com>
15964
15965         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
15966         (gst_ximagesink_buffer_alloc): 
15967         Protect the height, width, and desired_caps with the pool_lock.
15968         Fixes videotestsrc ! queue ! ximagesink.
15969
15970 2005-08-02  Edward Hervey  <edward@fluendo.com>
15971
15972         * gst/volume/gstvolume.c:
15973         include left from controller cleanup
15974
15975 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
15976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
15977           Stop collectpads before calling the parent state
15978           change function on PAUSED->READY.
15979
15980 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
15981         * configure.ac:
15982           When testing for X libs, use the X CFlags 
15983         * gst/adder/gstadder.c: (gst_adder_change_state):
15984           Stop the collectpads before calling parent state change function
15985           on PAUSED->READY, otherwise we deadlock deactivating pads.
15986
15987 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
15988
15989         * configure.ac:
15990         * docs/libs/tmpl/gstcolorbalance.sgml:
15991         * docs/libs/tmpl/gstmixer.sgml:
15992         * examples/Makefile.am:
15993         * gst/sine/Makefile.am:
15994         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
15995         (gst_sinesrc_set_property), (plugin_init):
15996         * gst/sine/gstsinesrc.h:
15997         * gst/volume/Makefile.am:
15998         * gst/volume/gstvolume.c: (gst_volume_set_volume),
15999         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
16000         (volume_process_float), (volume_process_int16),
16001         (volume_set_property), (plugin_init):
16002         * gst/volume/gstvolume.h:
16003           deactivate and remove dparams (libgstcontrol)
16004
16005 2005-07-29  Wim Taymans  <wim@fluendo.com>
16006
16007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
16008         Convert me to BaseTransform!! help..
16009
16010 2005-07-29  Andy Wingo  <wingo@pobox.com>
16011
16012         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16013         sinks.
16014
16015         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16016         support of both endiannesses.
16017
16018 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16019
16020         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16021           Fix confusing debug message (s/event/query/)
16022
16023 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16024
16025         * gst/videotestsrc/videotestsrc.h:
16026           Use "_stdint.h" instead of <stdint.h>
16027
16028 2005-07-27  Wim Taymans  <wim@fluendo.com>
16029
16030         * ext/vorbis/Makefile.am:
16031         Revert wrong commit.
16032
16033 2005-07-27  Wim Taymans  <wim@fluendo.com>
16034
16035         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16036         More compilation fixen.
16037
16038 2005-07-27  Wim Taymans  <wim@fluendo.com>
16039
16040         * gst-libs/gst/audio/gstbaseaudiosink.c:
16041         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16042         (gst_base_audio_sink_create_ringbuffer),
16043         (gst_base_audio_sink_change_state):
16044         Fix compilation.
16045
16046 2005-07-27  Wim Taymans  <wim@fluendo.com>
16047
16048         * examples/seeking/seek.c: (setup_dynamic_link),
16049         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16050         (query_positions_elems), (query_positions_pads), (do_seek):
16051         Update seek example.
16052
16053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16054         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16055         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16056         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16057         (gst_ogg_demux_handle_event),
16058         (gst_ogg_demux_deactivate_current_chain),
16059         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16060         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16061         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16062         (gst_ogg_demux_loop):
16063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16064         * ext/theora/theoradec.c: (theora_dec_src_event),
16065         (theora_dec_src_getcaps), (theora_dec_sink_event),
16066         (theora_dec_push), (theora_dec_chain):
16067         * ext/vorbis/Makefile.am:
16068         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16069         (vorbis_dec_sink_event), (vorbis_dec_push),
16070         (vorbis_handle_data_packet):
16071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16072         (gst_vorbisenc_chain):
16073         * gst/playback/gststreaminfo.c: (cb_probe):
16074         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16075         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16076         * gst/videoscale/gstvideoscale.c:
16077         (gst_videoscale_handle_src_event):
16078         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16079         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16080         (gst_ximagesink_navigation_send_event):
16081         * sys/xvimage/xvimagesink.c:
16082         (gst_xvimagesink_navigation_send_event):
16083         Various event updates and cleanups
16084
16085 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16086
16087         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16088           Fix segfault for I420/YV12.
16089
16090 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16091
16092         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16093           Report bitrate.
16094
16095 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16096
16097         * gst/playback/gstplaybin.c: (gen_video_element),
16098         (gen_audio_element):
16099           Switch to auto*sink elements as default sinks; add volume element
16100           so that volume control in totem works.
16101
16102 2005-07-21  Wim Taymans  <wim@fluendo.com>
16103
16104         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16105         * gst/playback/gstplaybin.c: (setup_sinks),
16106         (gst_play_bin_change_state):
16107         Refcount fix and more comments.
16108
16109 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16110
16111         * sys/ximage/Makefile.am:
16112         * sys/ximage/ximage.c: (plugin_init):
16113         * sys/ximage/ximagesink.c:
16114         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16115         
16116
16117 2005-07-21  Wim Taymans  <wim@fluendo.com>
16118
16119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16120         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16121         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16122         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16123         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16124         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16125         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16126         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16127         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16128         Generate correct disconts for live chained oggs.
16129
16130         * gst-libs/gst/audio/gstbaseaudiosink.c:
16131         (gst_base_audio_sink_render),
16132         (gst_base_audio_sink_create_ringbuffer),
16133         (gst_base_audio_sink_change_state):
16134         Handle discont math correctly.
16135
16136         * gst/playback/gstplaybin.c: (add_sink):
16137         Some small debug cleanup.
16138
16139 2005-07-21  Wim Taymans  <wim@fluendo.com>
16140
16141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16142         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16143         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16144         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16145         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16146         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16147         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16148         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16149         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16150         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16151         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16152         (gst_ogg_demux_change_state), (gst_ogg_print):
16153         Reorganize code to send the right disconts when in streaming
16154         mode.
16155
16156 2005-07-20  Andy Wingo  <wingo@pobox.com>
16157
16158         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16159         fix (?), fixes a seggie mcfalterson (#310894).
16160
16161 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16162
16163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16164         (gst_ogg_mux_set_header_on_caps):
16165         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16166         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16167         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16168         * gst-libs/gst/audio/multichannel.c:
16169         (gst_audio_set_channel_positions),
16170         (gst_audio_set_structure_channel_positions_list):
16171         * gst/playback/gstdecodebin.c: (dynamic_create):
16172         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16173         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16174           Fixes for API changes in core.
16175
16176 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16177
16178         * gst/playback/gstplaybasebin.c: (fill_buffer):
16179           Use _new_custom() so we can set custom message types for buffering
16180           messages.
16181
16182 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16183
16184         * configure.ac:
16185         * gst-libs/gst/Makefile.am:
16186         * gst-libs/gst/gconf/.cvsignore:
16187         * gst-libs/gst/gconf/Makefile.am:
16188         * gst-libs/gst/gconf/test-gconf.c:
16189         * pkgconfig/Makefile.am:
16190         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16191         * pkgconfig/gstreamer-gconf.pc.in:
16192           Remove gconf stuff, use gconf elements instead from now on.
16193
16194 2005-07-20  Wim Taymans  <wim@fluendo.com>
16195
16196         * gst-libs/gst/audio/TODO:
16197         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16198         (gst_audio_clock_get_internal_time):
16199         * gst-libs/gst/audio/gstaudioclock.h:
16200         * gst-libs/gst/audio/gstbaseaudiosink.c:
16201         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16202         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16203         (gst_base_audio_sink_render),
16204         (gst_base_audio_sink_create_ringbuffer),
16205         (gst_base_audio_sink_change_state):
16206         Make sure the audio clock always returns an increasing value.
16207
16208 2005-07-19  Andy Wingo  <wingo@pobox.com>
16209
16210         * gst/videotestsrc/: Cleanups.
16211
16212 2005-07-19  Wim Taymans  <wim@fluendo.com>
16213
16214         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16215         Better debugging.
16216
16217 2005-07-19  Wim Taymans  <wim@fluendo.com>
16218
16219         * examples/seeking/seek.c: (make_dv_pipeline),
16220         (make_vorbis_theora_pipeline), (query_rates),
16221         (query_positions_elems), (query_positions_pads), (do_seek):
16222         Make correct DV pipeline.
16223
16224 2005-07-18  Andy Wingo  <wingo@pobox.com>
16225
16226         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16227         default. Also because it's the only thing that really works. (This
16228         is used in the GConf elements).
16229         Use AS_LIBTOOL_TAGS.
16230
16231 2005-07-18  Wim Taymans  <wim@fluendo.com>
16232
16233         * gst/playback/gstdecodebin.c: (remove_element_chain):
16234         * gst/playback/gstplaybin.c: (add_sink):
16235         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16236         (gst_stream_info_set_mute):
16237         * gst/playback/gststreamselector.c:
16238         (gst_stream_selector_get_linked_pad),
16239         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16240         More leak and compile fixes.
16241
16242 2005-07-18  Wim Taymans  <wim@fluendo.com>
16243
16244         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16245         (query_rates), (query_positions_elems), (query_positions_pads),
16246         (do_seek), (seek_cb), (stop_seek):
16247         Updated seek example. 
16248
16249         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16250         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16251         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16252         * gst/playback/gstplaybin.c: (add_sink):
16253         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16254         (gst_stream_info_set_mute):
16255         Some refcount leak fixes.
16256
16257 2005-07-16  Wim Taymans  <wim@fluendo.com>
16258
16259         * gst-libs/gst/audio/gstbaseaudiosink.c:
16260         (gst_base_audio_sink_render):
16261         Align samples even if we have roundoff errors in the 
16262         timestamp conversion.
16263
16264 2005-07-16  Wim Taymans  <wim@fluendo.com>
16265
16266         * docs/libs/tmpl/gstringbuffer.sgml:
16267         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16268         (query_rates), (query_positions_elems), (query_positions_pads),
16269         (update_scale), (do_seek):
16270         Updated seek example.
16271
16272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16273         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16274         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16275         (gst_ogg_demux_loop):
16276         Push out correct discont values.
16277
16278         * ext/theora/theoradec.c: (theora_dec_src_convert),
16279         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16280         (theora_dec_sink_event), (theora_handle_type_packet),
16281         (theora_handle_header_packet), (theora_dec_push),
16282         (theora_handle_data_packet), (theora_dec_chain),
16283         (theora_dec_change_state):
16284         Better timestamping.
16285
16286         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16287         (vorbis_dec_sink_event), (vorbis_dec_push),
16288         (vorbis_handle_data_packet), (vorbis_dec_chain):
16289         * ext/vorbis/vorbisdec.h:
16290         Better timestamping.
16291
16292         * gst-libs/gst/audio/gstbaseaudiosink.c:
16293         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16294         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16295         Handle syncing on timestamps instead of sample offsets. Make
16296         use of DISCONT values as described in design docs.
16297
16298         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16299         (gst_base_audio_src_get_time):
16300         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16301         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16302         (gst_ring_buffer_read):
16303         * gst-libs/gst/audio/gstringbuffer.h:
16304         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16305         (gst_ximagesink_show_frame):
16306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16307         Correcly convert buffer timestamp to stream time.
16308
16309 2005-07-16  Wim Taymans  <wim@fluendo.com>
16310
16311         * gst/audioconvert/gstaudioconvert.c:
16312         (gst_audio_convert_get_buffer):
16313         Timestamp buffers correctly.
16314
16315         * gst/playback/gstplaybin.c: (gen_video_element):
16316         Make internal fakesink silent.
16317
16318 2005-07-15  Wim Taymans  <wim@fluendo.com>
16319
16320         * gst/ffmpegcolorspace/Makefile.am:
16321         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16322         (gst_ffmpegcsp_caps_remove_format_info),
16323         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16324         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16325         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16326         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16327         Ported ffmpegcolorspace to basetransform.
16328
16329         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16330         * gst/volume/gstvolume.c: (volume_transform):
16331         Ported to new API.
16332
16333 2005-07-14  Wim Taymans  <wim@fluendo.com>
16334
16335         * gst/videotestsrc/Makefile.am:
16336         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16337         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16338         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16339         (gst_videotestsrc_init), (gst_videotestsrc_event),
16340         (gst_videotestsrc_create), (gst_videotestsrc_start),
16341         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16342         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16343         (gst_videotestsrc_get_property):
16344         * gst/videotestsrc/gstvideotestsrc.h:
16345         Make videotestsrc a pushsrc.
16346
16347 2005-07-14  Wim Taymans  <wim@fluendo.com>
16348
16349         * gst/tcp/gstfdset.c: (gst_fdset_free):
16350         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16351         (gst_multifdsink_add), (gst_multifdsink_remove),
16352         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16353         (gst_multifdsink_remove_client_link),
16354         (gst_multifdsink_client_queue_data),
16355         (gst_multifdsink_client_queue_caps),
16356         (gst_multifdsink_client_queue_buffer),
16357         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16358         (gst_multifdsink_stop):
16359         * gst/tcp/gstmultifdsink.h:
16360         0.8 backporting.
16361
16362         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16363         Also draw image when not from a pool.
16364
16365 2005-07-14  Wim Taymans  <wim@fluendo.com>
16366
16367         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16368         (mute_stream), (silence_stream):
16369         Small debug additions.
16370
16371 2005-07-14  Wim Taymans  <wim@fluendo.com>
16372
16373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16374         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16375         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16376         Better error recovery, ignore unconnected pads and
16377         non-fatal errors.
16378
16379 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16380
16381         * docs/libs/tmpl/gstaudio.sgml:
16382         * docs/libs/tmpl/gstcolorbalance.sgml:
16383         * docs/libs/tmpl/gstgconf.sgml:
16384         * docs/libs/tmpl/gstmixer.sgml:
16385         * docs/libs/tmpl/gstringbuffer.sgml:
16386         * docs/libs/tmpl/gsttuner.sgml:
16387         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16388         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16389         (gst_tcpclientsrc_class_init):
16390         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16391         (gst_tcpserversrc_class_init):
16392         * sys/v4l/gstv4lelement.c:
16393           more autistic cleanliness in functions/names/defines
16394
16395 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16396
16397         * configure.ac:
16398           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16399           added manually to each Makefile.am so we are sure it goes
16400           *last* and doesn't add -L flags before linking in libs of our
16401           own, like, say, internal .la libs, that then accidentally pick
16402           up the installed copy.
16403         * docs/libs/Makefile.am:
16404         * ext/alsa/Makefile.am:
16405         * ext/cdparanoia/Makefile.am:
16406         * ext/gnomevfs/Makefile.am:
16407         * ext/libvisual/Makefile.am:
16408         * ext/ogg/Makefile.am:
16409         * ext/theora/Makefile.am:
16410         * ext/vorbis/Makefile.am:
16411         * gst-libs/gst/video/Makefile.am:
16412         * gst/adder/Makefile.am:
16413         * gst/audioconvert/Makefile.am:
16414         * gst/audiorate/Makefile.am:
16415         * gst/audioscale/Makefile.am:
16416         * gst/ffmpegcolorspace/Makefile.am:
16417         * gst/playback/Makefile.am:
16418         * gst/sine/Makefile.am:
16419         * gst/subparse/Makefile.am:
16420         * gst/tags/Makefile.am:
16421         * gst/tcp/Makefile.am:
16422         * gst/typefind/Makefile.am:
16423         * gst/videorate/Makefile.am:
16424         * gst/videoscale/Makefile.am:
16425         * gst/videotestsrc/Makefile.am:
16426         * gst/volume/Makefile.am:
16427         * sys/v4l/Makefile.am:
16428         * sys/ximage/Makefile.am:
16429         * sys/xvimage/Makefile.am:
16430           adapt properly to this change. This should make sure that
16431           plugins and libs properly link to the as-yet-uninstalled
16432           copies of stuff like libgstinterfaces and libgstvideo
16433
16434 2005-07-13  Andy Wingo  <wingo@pobox.com>
16435
16436         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16437         (gst_v4lsrc_fixate): Fixate on format as well.
16438
16439         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16440         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16441         buffer points to it.
16442         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16443         rather just doing X calls ourselves. Also fixes a memleak.
16444
16445 2005-07-12  Andy Wingo  <wingo@pobox.com>
16446
16447         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16448         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16449         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16450         TRUE to avoid deadlocks if an element holds on to our buffers.
16451
16452 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16453
16454         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16455         (gst_sinesrc_init), (gst_sinesrc_create),
16456         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16457         (gst_sinesrc_start):
16458         * gst/sine/gstsinesrc.h:
16459           removing num-buffers property before moving it
16460
16461 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16462
16463         * configure.ac:
16464           use overridable ERROR_CFLAGS
16465         * docs/libs/gst-plugins-base-libs.types:
16466         * docs/libs/tmpl/gstringbuffer.sgml:
16467         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16468         (gst_alsasink_class_init):
16469         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16470         (gst_alsasrc_class_init):
16471         * gst-libs/gst/audio/audio.h:
16472         * gst-libs/gst/audio/gstaudioclock.h:
16473         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16474         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16475         (gst_audio_filter_link), (gst_audio_filter_init),
16476         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16477         (gst_audio_filter_get_property),
16478         (gst_audio_filter_class_add_pad_templates):
16479         * gst-libs/gst/audio/gstaudiofilter.h:
16480         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16481         (gst_audio_filter_template_get_type),
16482         (gst_audio_filter_template_base_init),
16483         (gst_audio_filter_template_class_init),
16484         (gst_audio_filter_template_init),
16485         (gst_audio_filter_template_set_property),
16486         (gst_audio_filter_template_get_property), (plugin_init),
16487         (gst_audio_filter_template_setup),
16488         (gst_audio_filter_template_filter),
16489         (gst_audio_filter_template_filter_inplace):
16490         * gst-libs/gst/audio/gstaudiosink.c:
16491         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16492         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16493         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16494         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16495         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16496         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16497         * gst-libs/gst/audio/gstaudiosink.h:
16498         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16499         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16500         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16501         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16502         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16503         (gst_audio_src_class_init), (gst_audio_src_init),
16504         (gst_audio_src_create_ringbuffer):
16505         * gst-libs/gst/audio/gstaudiosrc.h:
16506         * gst-libs/gst/audio/gstbaseaudiosink.c:
16507         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16508         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16509         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16510         (gst_base_audio_sink_set_property),
16511         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16512         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16513         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16514         (gst_base_audio_sink_create_ringbuffer),
16515         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16516         * gst-libs/gst/audio/gstbaseaudiosink.h:
16517         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16518         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16519         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16520         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16521         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16522         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16523         (gst_base_audio_src_event), (gst_base_audio_src_create),
16524         (gst_base_audio_src_create_ringbuffer),
16525         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16526         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16527         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16528         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16529         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16530         (gst_ring_buffer_debug_spec_caps),
16531         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16532         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16533         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16534         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16535         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16536         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16537         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
16538         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16539         (gst_ring_buffer_clear):
16540         * gst-libs/gst/audio/gstringbuffer.h:
16541         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16542         (gst_video_sink_class_init), (gst_video_sink_get_type):
16543         * gst-libs/gst/video/videosink.h:
16544         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16545         (gst_multifdsink_class_init),
16546         (gst_multifdsink_handle_client_write),
16547         (gst_multifdsink_change_state):
16548         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16549         (gst_tcpclientsink_setcaps):
16550         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16551         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
16552         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
16553         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16554         (gst_ximagesink_send_pending_navigation),
16555         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
16556         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
16557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16558         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16559         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
16560         (gst_xvimagesink_send_pending_navigation),
16561         (gst_xvimagesink_navigation_send_event),
16562         (gst_xvimagesink_set_xwindow_id),
16563         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
16564         (gst_xvimagesink_get_type):
16565         more macro splitting
16566
16567 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16568
16569         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16570           plug a memleak, allows me to import 1479 albums in one go
16571           in jamboree
16572         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16573         (vorbis_handle_type_packet), (vorbis_dec_chain),
16574         (vorbis_dec_change_state):
16575           fix some format strings
16576
16577 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16578
16579         * docs/libs/tmpl/gstcolorbalance.sgml:
16580         * docs/libs/tmpl/gstmixer.sgml:
16581         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16582         (gst_alsasink_set_property), (gst_alsasink_get_property):
16583         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16584         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
16585           add device property
16586
16587 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16588
16589         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16590         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16591         (audiocast_register_listener), (audiocast_thread_run),
16592         (gst_gnomevfssrc_send_additional_headers_callback),
16593         (gst_gnomevfssrc_received_headers_callback),
16594         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
16595         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
16596         (gst_gnomevfssrc_get_size):
16597           add/clean up debugging
16598         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
16599           cleanups
16600
16601 2005-07-07  Andy Wingo  <wingo@pobox.com>
16602
16603         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
16604         framerate. Need to get a handle on when exactly this function is
16605         called, tho.
16606
16607         * sys/v4l/v4lsrc_calls.h:
16608         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
16609         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
16610         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
16611
16612         * sys/v4l/v4l_calls.h: Cast to V4lElement.
16613         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
16614         v4lelements are sources.
16615
16616         * sys/v4l/gstv4lxoverlay.h:
16617         * sys/v4l/gstv4lxoverlay.c:
16618         * sys/v4l/gstv4ltuner.h:
16619         * sys/v4l/gstv4ltuner.c: Header loc fixen.
16620         
16621         * sys/v4l/gstv4lsrc.h:
16622         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
16623         PushSrc/BaseSrc. Removed most sync-related properties, videorate
16624         or something should handle that. Made a live source.
16625
16626         * sys/v4l/gstv4lelement.h:
16627         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
16628         signals. Some cleanups.
16629
16630         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
16631
16632         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
16633         stuff.
16634
16635         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
16636         stuff.
16637
16638         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
16639
16640 2005-07-07  Wim Taymans  <wim@fluendo.com>
16641
16642         * ext/theora/theoradec.c: (theora_get_query_types),
16643         (theora_dec_src_getcaps), (theora_dec_push):
16644         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
16645         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
16646         Remove deprecated/unused query types.
16647
16648 2005-07-06  Wim Taymans  <wim@fluendo.com>
16649
16650         * ext/alsa/Makefile.am:
16651         * ext/alsa/gstalsaplugin.c: (plugin_init):
16652         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16653         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16654         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
16655         (gst_alsasrc_class_init), (gst_alsasrc_init),
16656         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
16657         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
16658         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
16659         (gst_alsasrc_reset):
16660         * ext/alsa/gstalsasrc.h:
16661         * gst-libs/gst/audio/Makefile.am:
16662         * gst-libs/gst/audio/gstaudiosink.c:
16663         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16664         (gst_audioringbuffer_start):
16665         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16666         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16667         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
16668         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
16669         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16670         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16671         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
16672         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
16673         * gst-libs/gst/audio/gstaudiosrc.h:
16674         * gst-libs/gst/audio/gstbaseaudiosink.c:
16675         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16676         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
16677         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
16678         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16679         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
16680         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
16681         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
16682         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
16683         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
16684         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
16685         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
16686         (gst_baseaudiosrc_change_state):
16687         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16688         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
16689         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
16690         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
16691         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
16692         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
16693         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
16694         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
16695         * gst-libs/gst/audio/gstringbuffer.h:
16696         Added audiosource base classes.
16697         Ported alsasrc, still very basic.
16698
16699 2005-07-06  Wim Taymans  <wim@fluendo.com>
16700
16701         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
16702         (theora_dec_push), (theora_handle_data_packet):
16703         Prepare for better timestamp fix later.
16704
16705         * gst/audioconvert/gstaudioconvert.c:
16706         List most accurate caps first
16707
16708         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
16709         Use proper pad task function.
16710
16711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16712         (gst_xvimagesink_show_frame):
16713         Fix deadlock when alloc failed.
16714
16715 2005-07-05  Andy Wingo  <wingo@pobox.com>
16716
16717         * ext/gnomevfs/gstgnomevfssrc.c:
16718         * gst/sine/gstsinesrc.c:
16719         * gst/tcp/gsttcpserversrc.c:
16720         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
16721
16722         * sys/v4l/: Port from 0.8.
16723
16724         * Many files: Null if we got it....
16725
16726 2005-07-05  Andy Wingo  <wingo@pobox.com>
16727
16728         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
16729         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
16730         Signedness fixes.
16731
16732 2005-07-05  Wim Taymans  <wim@fluendo.com>
16733
16734         * configure.ac:
16735         * gst/tcp/Makefile.am:
16736         * gst/tcp/README:
16737         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16738         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
16739         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16740         (is_sync_frame), (gst_multifdsink_handle_client_write),
16741         (gst_multifdsink_render), (gst_multifdsink_start),
16742         (gst_multifdsink_stop), (gst_multifdsink_change_state):
16743         * gst/tcp/gstmultifdsink.h:
16744         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
16745         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
16746         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
16747         * gst/tcp/gsttcp.h:
16748         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16749         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16750         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16751         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
16752         * gst/tcp/gsttcpclientsink.h:
16753         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16754         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
16755         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
16756         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
16757         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
16758         * gst/tcp/gsttcpclientsrc.h:
16759         * gst/tcp/gsttcpplugin.c: (plugin_init):
16760         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
16761         * gst/tcp/gsttcpserversink.h:
16762         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16763         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
16764         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
16765         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16766         (gst_tcpserversrc_stop):
16767         * gst/tcp/gsttcpserversrc.h:
16768         * gst/tcp/gsttcpsink.c:
16769         * gst/tcp/gsttcpsink.h:
16770         * gst/tcp/gsttcpsrc.c:
16771         * gst/tcp/gsttcpsrc.h:
16772         Ported tcp plugins to 0.9. 
16773         
16774
16775 2005-07-05  Andy Wingo  <wingo@pobox.com>
16776
16777         * gst/playback/gstplaybasebin.c (fill_buffer):
16778         message_new_application fixen.
16779
16780         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
16781         Style fix.
16782
16783 2005-07-04  Wim Taymans  <wim@fluendo.com>
16784
16785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16786         Set caps on output buffer.
16787
16788 2005-07-04  Andy Wingo  <wingo@pobox.com>
16789
16790         * ext/gnomevfs/gstgnomevfssrc.c
16791         (gst_gnomevfssrc_received_headers_callback) 
16792         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
16793         hopefully.
16794
16795         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
16796         No refcount leakage.
16797
16798         * configure.ac: Enable -Werror.
16799         
16800         * ext/theora/theoradec.c (theora_dec_src_getcaps):
16801         * gst/audioconvert/bufferframesconvert.c
16802         (buffer_frames_convert_fixate):
16803         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
16804         (gst_audio_convert_fixate):
16805         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
16806         (gst_sinesrc_create): Fixate func changes.
16807         
16808         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16809         (gst_ximagesink_buffer_alloc): Unused var.
16810
16811 2005-07-01  Andy Wingo  <wingo@pobox.com>
16812
16813         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
16814         getcaps to do explicit caps. Needs to be done in all decoders,
16815         possibly via a base class.
16816
16817         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
16818
16819         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
16820         caps on the sink pad, just rely on the pad template. Also, setting
16821         ANY caps on a pad is not valid because the caps are not fixed.
16822
16823         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
16824         caps on the buffer, and get the width from the desired_caps if
16825         they're set.
16826         (gst_ximagesink_renegotiate_size): Implement via setting the
16827         desired_caps on the ximagesink.
16828         (gst_ximagesink_setcaps): Only reset the width of the player if it
16829         wasn't already set. Not sure if this is right.
16830         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
16831
16832         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
16833         that the user wants. NULL unless the window has been resized.
16834
16835         * gst/volume/gstvolume.c (volume_transform): Adapt to
16836         basetransform refcount changes.
16837         
16838 2005-07-01  Andy Wingo  <wingo@pobox.com>
16839
16840         * gst/videoscale/gstvideoscale.c:
16841         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
16842         from BaseTransform, implements a transform_caps. Removed dead code
16843         including some PAR stuff that was never reached -- should probably
16844         be added back somehow.
16845
16846 2005-07-01  Andy Wingo  <wingo@pobox.com>
16847
16848         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
16849         come later.
16850
16851 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16852
16853         * configure.ac:
16854         * docs/libs/Makefile.am:
16855         * docs/libs/gst-plugins-libs.types:
16856         * ext/alsa/Makefile.am:
16857         * ext/alsa/gstalsamixer.h:
16858         * ext/alsa/gstalsamixeroptions.h:
16859         * ext/alsa/gstalsamixertrack.h:
16860         * gst-libs/gst/Makefile.am:
16861         * gst-libs/gst/colorbalance/.cvsignore:
16862         * gst-libs/gst/colorbalance/Makefile.am:
16863         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16864         * gst-libs/gst/colorbalance/colorbalance.c:
16865         * gst-libs/gst/colorbalance/colorbalance.h:
16866         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16867         * gst-libs/gst/colorbalance/colorbalancechannel.c:
16868         * gst-libs/gst/colorbalance/colorbalancechannel.h:
16869         * gst-libs/gst/interfaces/Makefile.am:
16870         * gst-libs/gst/interfaces/colorbalance.c:
16871         (gst_color_balance_class_init):
16872         * gst-libs/gst/interfaces/colorbalance.h:
16873         * gst-libs/gst/interfaces/interfaces-marshal.list:
16874         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
16875         * gst-libs/gst/interfaces/mixer.h:
16876         * gst-libs/gst/interfaces/mixeroptions.h:
16877         * gst-libs/gst/interfaces/navigation.c:
16878         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
16879         * gst-libs/gst/interfaces/tuner.h:
16880         * gst/volume/Makefile.am:
16881         * gst/volume/gstvolume.c:
16882         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16883         * sys/ximage/Makefile.am:
16884         * sys/ximage/ximagesink.c:
16885         * sys/xvimage/Makefile.am:
16886         * sys/xvimage/xvimagesink.c:
16887           fold in all interfaces into an interfaces dir, preserving CVS
16888           history
16889
16890 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16891
16892         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16893           Fix build after riff changes.
16894
16895 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16896
16897         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16898         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
16899         (gst_riff_create_video_template_caps),
16900         (gst_riff_create_audio_template_caps),
16901         (gst_riff_create_iavs_template_caps):
16902         * gst-libs/gst/riff/riff-media.h:
16903         * gst-libs/gst/riff/riff-read.h:
16904         * gst-libs/gst/riff/riff.c: (gst_riff_init):
16905           Add gst_riff_init() to initialize the debug category, instead
16906           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
16907
16908 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16909
16910         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
16911           Oops, I shouldn't apply hacks.
16912
16913 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16914
16915         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
16916           Remove pad_loop function which doesn't work.
16917
16918 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16919
16920         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
16921           Send EOS when deactivating.
16922         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16923         (check_queue), (queue_threshold_reached), (queue_out_of_data),
16924         (gen_preroll_element), (probe_triggered), (mute_stream),
16925         (silence_stream), (new_decoded_pad), (setup_substreams),
16926         (set_active_source):
16927         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
16928         (remove_sinks), (add_sink):
16929         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
16930           Change for new probe API.
16931
16932 2005-06-29  Wim Taymans  <wim@fluendo.com>
16933
16934         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
16935         * gst-libs/gst/audio/gstbaseaudiosink.c:
16936         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16937         (gst_baseaudiosink_change_state):
16938         * gst-libs/gst/audio/gstbaseaudiosink.h:
16939         * gst-libs/gst/audio/gstringbuffer.c:
16940         (gst_ringbuffer_set_callback):
16941         Fix compilation error.
16942         Ringbuffer starts out as not running.
16943         Free our clock in dispose.
16944         When releasing the ringbuffer we need to renegotiate so
16945         clear the pad caps.
16946
16947 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16948
16949         * autogen.sh:
16950         * configure.ac:
16951         * docs/Makefile.am:
16952         * docs/libs/Makefile.am:
16953         * docs/libs/gst-plugins-libs-docs.sgml:
16954         * docs/libs/gst-plugins-libs-sections.txt:
16955         * docs/libs/gst-plugins-libs.types:
16956         * docs/libs/tmpl/gstaudio.sgml:
16957         * docs/libs/tmpl/gstcolorbalance.sgml:
16958         * docs/libs/tmpl/gstringbuffer.sgml:
16959         * gst-libs/gst/audio/gstringbuffer.c:
16960         (gst_ringbuffer_set_callback):
16961           reinstate gtk-doc docs for plugin libs
16962
16963 2005-06-28  Wim Taymans  <wim@fluendo.com>
16964
16965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16966         (gst_ogg_demux_init):
16967         Removed pad loop function.
16968
16969 2005-06-28  Wim Taymans  <wim@fluendo.com>
16970
16971         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
16972         If we're building a chain we are not in an error case
16973         when we queue a buffer.
16974
16975 2005-06-28  Andy Wingo  <wingo@pobox.com>
16976
16977         * *.c: Don't cast to GstObject before reffing/unreffing.
16978
16979 2005-06-27  Andy Wingo  <wingo@pobox.com>
16980
16981         * gst/videotestsrc/gstvideotestsrc.c
16982         (gst_videotestsrc_activate_push): Activation API changes.
16983
16984         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
16985         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
16986         they have refs on the decodebin.
16987
16988         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
16989         parent class.
16990         (gst_ogg_pad_typefind): Don't leak a pad ref.
16991         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
16992         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
16993         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
16994
16995 2005-06-27  Edward Hervey  <edward@fluendo.com>
16996
16997         * ext/theora/theoradec.c: (theora_dec_change_state): 
16998         re-arranged call to parent's state change in order to avoid locks (or
16999         worse).
17000
17001 2005-06-26  Edward Hervey  <edward@fluendo.com>
17002
17003         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17004         2nd argument of 'unknow-type' signal is a GstCaps and not a
17005         GstMiniObject
17006
17007 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
17008         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17009           Set the worker thread's running flag to TRUE before starting the
17010           thread.
17011         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17012           Catch a failure to add typefind to the bin.
17013
17014 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17015
17016         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17017         (gst_sinesrc_init), (gst_sinesrc_create),
17018         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17019         (gst_sinesrc_start):
17020         * gst/sine/gstsinesrc.h:
17021           add num-buffers and timestamp-offset properties
17022         * gst/videotestsrc/gstvideotestsrc.c:
17023         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17024         (gst_videotestsrc_get_property):
17025           add timestamp-offset property
17026
17027 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17028
17029         * configure.ac: add videorate
17030         * gst-plugins-base.spec.in: add videorate
17031
17032 2005-06-23  Wim Taymans  <wim@fluendo.com>
17033
17034         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17035         (gst_videorate_getcaps), (gst_videorate_setcaps),
17036         (gst_videorate_event), (gst_videorate_chain):
17037         Fixed videorate, fixating an already fixated caps is not
17038         an error.
17039
17040 2005-06-23  Wim Taymans  <wim@fluendo.com>
17041
17042         * ext/ogg/README:
17043         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17044         Buffer on caps is not boxed anymore.
17045
17046 2005-06-22  Wim Taymans  <wim@fluendo.com>
17047
17048         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17049         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17050         Set buffers on caps as miniobjects and not as boxed.
17051
17052 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17053
17054         * configure.ac:
17055           back to HEAD
17056
17057 === release 0.9.1 ===
17058
17059 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17060
17061         * .cvsignore:
17062         * NEWS:
17063         * README:
17064         * RELEASE:
17065         * configure.ac:
17066         * po/af.po:
17067         * po/az.po:
17068         * po/cs.po:
17069         * po/en_GB.po:
17070         * po/hu.po:
17071         * po/it.po:
17072         * po/nb.po:
17073         * po/nl.po:
17074         * po/or.po:
17075         * po/sq.po:
17076         * po/sr.po:
17077         * po/sv.po:
17078         * po/uk.po:
17079         * po/vi.po:
17080           updates for release
17081
17082 2005-06-09  Andy Wingo  <wingo@pobox.com>
17083
17084         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17085         
17086 2005-06-09  Andy Wingo  <wingo@pobox.com>
17087
17088         * configure.ac:
17089         * gst-libs/gst/Makefile.am:
17090         * gst-libs/gst/net/Makefile.am:
17091         Add gstnet to build.
17092
17093 2005-06-09  Andy Wingo  <wingo@pobox.com>
17094
17095         * gst-libs/gst/gconf/gconf.c:
17096         * gst/playback/test.c:
17097         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17098         fixes.
17099
17100         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17101
17102         * ext/theora/theoraenc.c (theora_enc_chain): 
17103         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17104
17105         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17106         RealPad.
17107
17108 2005-06-02  Wim Taymans  <wim@fluendo.com>
17109
17110         * gst-libs/gst/net/Makefile.am:
17111         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17112         * pkgconfig/gstreamer-libs.pc.in:
17113         Added net stuff, version net lib.
17114
17115 2005-06-02  Wim Taymans  <wim@fluendo.com>
17116
17117         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17118         (query_rates), (query_positions_elems), (query_positions_pads),
17119         (do_seek):
17120         Updated seek example.
17121
17122 2005-06-02  Andy Wingo  <wingo@pobox.com>
17123
17124         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17125         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17126         list.
17127
17128         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17129         remove the typefind, the bin dispose will do it for us. When it's
17130         removed and unreffed, the signal handler will be disconnected,
17131         too.
17132         (unlinked): It's too difficult to disconnect from unlinked
17133         handlers, as they are on pads not elements. Just punt if the pads
17134         aren't grandkids of the bin.
17135
17136 2005-06-02  Wim Taymans  <wim@fluendo.com>
17137
17138         * ext/ogg/README:
17139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17140         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17141         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17142         * ext/theora/theoradec.c: (theora_dec_src_query),
17143         (theora_handle_data_packet):
17144         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17145         (theora_enc_chain):
17146         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17147         (vorbis_handle_data_packet):
17148         * gst/audioconvert/bufferframesconvert.c:
17149         (buffer_frames_convert_chain):
17150         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17151         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17152         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17153         (gst_ffmpegcsp_chain):
17154         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17155         (gst_videorate_getcaps), (gst_videorate_setcaps),
17156         (gst_videorate_event), (gst_videorate_chain):
17157         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17158         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17159         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17160         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17161         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17162         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17163         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17164         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17165         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17166         Cleanups and buffer alloc.
17167
17168 2005-05-31  Wim Taymans  <wim@fluendo.com>
17169
17170         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17171         Don't try to call the delay method when the device is not
17172         opened.
17173
17174 2005-05-31  Wim Taymans  <wim@fluendo.com>
17175
17176         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17177         Get actual segment size and buffer size after opening
17178         the device.
17179
17180 2005-05-30  Wim Taymans  <wim@fluendo.com>
17181
17182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17183         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17184         Also FLUSH upstream, makes the loop function exit faster.
17185         
17186         * ext/theora/theoradec.c: (theora_dec_src_query):
17187         Some more debug info in the query.
17188         
17189         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17190         (gst_ximagesink_setcaps):
17191         Release lock on par error, better error reporting.
17192
17193 2005-05-26  Wim Taymans  <wim@fluendo.com>
17194
17195         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17196         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17197         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17198         Clear chains in READY
17199         Queue packets until the chain is activated.
17200
17201 2005-05-25  Wim Taymans  <wim@fluendo.com>
17202
17203         * gst-libs/gst/audio/gstaudiosink.c:
17204         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17205         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17206         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17207         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17208         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17209         (gst_audiosink_create_ringbuffer):
17210         * gst-libs/gst/audio/gstbaseaudiosink.c:
17211         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17212         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17213         (gst_baseaudiosink_set_property), (build_linear_format),
17214         (debug_spec_caps), (debug_spec_buffer),
17215         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17216         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17217         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17218         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17219         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17220         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17221         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17222         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17223         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17224         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17225         (wait_segment), (gst_ringbuffer_commit),
17226         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17227         (gst_ringbuffer_clear):
17228         Various small cleanups.
17229
17230         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17231         (gst_audio_convert_change_state):
17232         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17233         No need to take the locks anymore.
17234
17235 2005-05-25  Wim Taymans  <wim@fluendo.com>
17236
17237         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17238         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17239         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17240         (type_found):
17241         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17242         (group_destroy), (group_commit), (queue_overrun),
17243         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17244         (mute_stream), (new_decoded_pad), (setup_substreams),
17245         (setup_source), (mute_group_type), (set_active_source),
17246         (gst_play_base_bin_change_state):
17247         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17248         (gen_video_element), (gen_text_element), (gen_audio_element),
17249         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17250         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17251         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17252         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17253         Some playbin cleanups mostly refcounting sloppyness.
17254
17255 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17256
17257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17258           Work with streaming input.
17259
17260 2005-05-25  Wim Taymans  <wim@fluendo.com>
17261
17262         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17263         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17264         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17265         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17266         No need to take the STREAM lock anymore.
17267
17268 2005-05-25  Wim Taymans  <wim@fluendo.com>
17269
17270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17271         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17272         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17273         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17274         (gst_ogg_demux_sink_activate):
17275         * ext/theora/theoradec.c: (theora_dec_src_event),
17276         (theora_handle_comment_packet), (theora_dec_chain),
17277         (theora_dec_change_state):
17278         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17279         (vorbis_handle_data_packet), (vorbis_dec_chain),
17280         (vorbis_dec_change_state):
17281         Remove STREAM locks as they are taken in core now.
17282         Never set bogus granulepos on vorbis/theora.
17283         Fix leaks in theoradec tag parsing.
17284
17285 2005-05-25  Wim Taymans  <wim@fluendo.com>
17286
17287         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17288         Fix memleaks, GST_BUFFER_DATA() is not freed.
17289
17290 2005-05-25  Wim Taymans  <wim@fluendo.com>
17291
17292         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17293         Open non-blocking, set to blocking mode afterwards to avoid
17294         lockups when audio device is busy.
17295
17296 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17297
17298         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17299           This can't be good.
17300
17301 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17302
17303         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17304         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17305         (gst_audio_convert_setcaps):
17306           Implement instant setup switching.
17307
17308 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17309
17310         * gst/playback/gstplaybasebin.c: (probe_triggered):
17311           Fix missing unlock.
17312         * gst/playback/gstplaybin.c: (add_sink):
17313           First add, then link (otherwise pad link fails).
17314
17315 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17316
17317         * examples/Makefile.am:
17318         fix buildbot (make distcheck)
17319
17320 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17321
17322         * gst/playback/gstplaybin.c: (gen_vis_element):
17323           Remove some wrong code. Doesn't work yet.
17324
17325 2005-05-19  Wim Taymans  <wim@fluendo.com>
17326
17327         * gst-libs/gst/net/Makefile.am:
17328         * gst-libs/gst/net/README:
17329         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17330         (gst_netbuffer_class_init), (gst_netbuffer_init),
17331         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17332         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17333         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17334         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17335         * gst-libs/gst/net/gstnetbuffer.h:
17336         Added buffer subclass to store extra to/from addresses for
17337         network sources/sinks.
17338
17339 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17340
17341         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17342           Don't lock an unassigned variable.
17343
17344 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17345
17346         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17347           Increase buffer for video, decrease buffer for other media types.
17348         * gst/playback/gstplaybin.c: (gen_video_element),
17349         (gen_audio_element):
17350           Change names for debugging purposes.
17351
17352 2005-05-18  Wim Taymans  <wim@fluendo.com>
17353
17354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17355         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17356         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17357         (gst_ffmpegcsp_chain):
17358         Enable buffer alloc passthrough if the source and dest
17359         formats are the same.
17360
17361 2005-05-17  Wim Taymans  <wim@fluendo.com>
17362
17363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17364         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17365         (gst_ogg_demux_chain_unlocked):
17366         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17367         (gst_audio_convert_caps_remove_format_info),
17368         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17369         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17370         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17371         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17372         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17373         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17374         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17375         (gst_ffmpegcsp_get_property):
17376         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17377         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17378         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17379         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17380         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17381         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17382         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17383         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17384         Leak fixes in oggdemux.
17385         Some cleanups in audioconvert.
17386         Make passthrough work along with buffer_alloc etc.
17387         Make buffer_alloc and buffer recycling actually work in
17388         xvimagesink.
17389
17390 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17391
17392         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17393           make the compiler happy
17394
17395 2005-05-17  Wim Taymans  <wim@fluendo.com>
17396
17397         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17398         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17399         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17400         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17401         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17402         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17403         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17404         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17405         (gst_xvimagesink_set_xwindow_id):
17406         * sys/xvimage/xvimagesink.h:
17407         Port xvimagesink to new MiniObject.
17408
17409 2005-05-17  Wim Taymans  <wim@fluendo.com>
17410
17411         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17412         (gst_audiofilter_chain):
17413         * gst-libs/gst/audio/gstaudiosink.c:
17414         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17415         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17416         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17417         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17418         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17419         (gst_audiosink_create_ringbuffer):
17420         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17421         (gst_audio_convert_caps_remove_format_info),
17422         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17423         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17424         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17425         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17426         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17427         Fix passthrough in ffmpegcolorspace.
17428         Fix memset in audiosink on wrong memory.
17429
17430 2005-05-16  David Schleef  <ds@schleef.org>
17431
17432         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17433         to GstMiniObject.
17434
17435 2005-05-16  David Schleef  <ds@schleef.org>
17436
17437         Port from GstData to GstMiniObject.
17438         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17439         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17440         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17441         (gst_ogg_mux_collected):
17442         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17443         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17444         (theora_handle_data_packet):
17445         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17446         (theora_set_header_on_caps), (theora_enc_chain):
17447         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17448         (vorbis_handle_comment_packet):
17449         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17450         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17451         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17452         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17453         * gst/audioconvert/gstaudioconvert.c:
17454         (gst_audio_convert_get_buffer):
17455         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17456         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17457         (mute_stream), (silence_stream):
17458         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17459         * gst/volume/gstvolume.c: (volume_transform):
17460         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17461         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17462         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17463         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17464         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17465         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17466         (gst_ximagesink_buffer_alloc):
17467         * sys/ximage/ximagesink.h:
17468
17469 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17470
17471         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17472         (fill_buffer), (check_queue), (queue_threshold_reached),
17473         (queue_out_of_data):
17474         * gst/playback/gstplaybasebin.h:
17475           Post buffer-fullness on the bus.
17476
17477 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17478
17479         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17480         (try_to_link_1):
17481         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17482         (group_commit), (probe_triggered), (setup_source),
17483         (gst_play_base_bin_change_state):
17484         * gst/playback/gstplaybasebin.h:
17485         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17486         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17487         (gst_play_bin_change_state):
17488           Move setup_output_pads into a virtual function, remove
17489           group-switch (no longer needed) and redirect (handled by bus
17490           now) signals.
17491
17492 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17493
17494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17495         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17496         (get_active_group), (get_building_group), (group_destroy),
17497         (group_commit), (check_queue), (queue_overrun),
17498         (queue_threshold_reached), (queue_out_of_data),
17499         (gen_preroll_element), (remove_groups), (unknown_type),
17500         (add_element_stream), (no_more_pads), (probe_triggered),
17501         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17502         (setup_substreams), (setup_source), (finish_source),
17503         (prepare_output), (muted_group_change_state),
17504         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17505         (gst_play_base_bin_change_state):
17506         * gst/playback/gstplaybasebin.h:
17507         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17508         (gst_play_bin_init), (gst_play_bin_set_property),
17509         (gen_video_element), (gen_text_element), (gen_audio_element),
17510         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17511         (gst_play_bin_change_state):
17512         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17513         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17514         (stream_info_change_state), (gst_stream_info_set_mute),
17515         (gst_stream_info_get_property):
17516         * gst/playback/gststreaminfo.h:
17517         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17518         (gst_stream_selector_get_linked_pad),
17519         (gst_stream_selector_getcaps),
17520         (gst_stream_selector_get_linked_pads),
17521         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17522         * gst/playback/gststreamselector.h:
17523           Rough port of playbin. Needs some more work, but is mostly done,
17524           and uses a few locks in important places, which should make stuff
17525           like chain-switches clean. Still uses GST_STATE() in a few places,
17526           which isn't all that good an idea, subtitles/elements disabled
17527           because no elements to test with and thus probably broken, query
17528           and event handling moved to GstBin, internal thread removed
17529           alltogether because the pipeline does that for us now. Can play
17530           Ogg/Vorbis files. Haven't tested anything else yet.
17531
17532 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17533
17534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17535           Do no-more-pads (needed for autoplugging).
17536
17537 2005-05-10  Andy Wingo  <wingo@pobox.com>
17538
17539         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
17540         message to the bus with the tags. Still not sent downstream tho.
17541
17542         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
17543         get_parent.
17544         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
17545         avoid refcounting hassles.
17546
17547 2005-05-09  Andy Wingo  <wingo@pobox.com>
17548
17549         * gst/volume/Makefile.am:
17550         * gst/volume/demo.c
17551         * gst/volume/gstvolume.h
17552         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
17553         basetransform. Probably need an audio filter base class.
17554
17555 2005-05-09  Wim Taymans  <wim@fluendo.com>
17556
17557         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
17558         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17559         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
17560         (gst_vorbisenc_chain):
17561         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17562         (gst_audio_convert_caps_remove_format_info),
17563         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17564         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17565         Make caps writable before writing to it.
17566         Fix negotiation in audioconvert some more.
17567
17568 2005-05-09  Wim Taymans  <wim@fluendo.com>
17569
17570         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17571         (gst_videorate_getcaps), (gst_videorate_setcaps),
17572         (gst_videorate_event), (gst_videorate_chain):
17573         Better negotiation.
17574
17575 2005-05-09  Wim Taymans  <wim@fluendo.com>
17576
17577         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17578         (gst_videorate_getcaps), (gst_videorate_setcaps),
17579         (gst_videorate_blank_data), (gst_videorate_init),
17580         (gst_videorate_event), (gst_videorate_chain),
17581         (gst_videorate_change_state):
17582         Port videorate, do a better job at negotiation while we're at
17583         it.
17584
17585 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
17586
17587         * configure.ac:
17588           Disable libvisual
17589
17590         * examples/Makefile.am:
17591         * gst-libs/gst/audio/Makefile.am:
17592         * gst-libs/gst/riff/Makefile.am:
17593         * gst-libs/gst/tag/Makefile.am:
17594         * gst-libs/gst/video/Makefile.am:
17595           Fixups for missing variables.
17596
17597 2005-05-09  Wim Taymans  <wim@fluendo.com>
17598
17599         * examples/seeking/seek.c: (make_theora_pipeline),
17600         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
17601         (query_rates), (query_positions_elems), (query_positions_pads),
17602         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
17603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
17604         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
17605         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
17606         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17607         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
17608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17609         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17610         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17611         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
17612         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
17613         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17614         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17615         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
17616         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
17617         (theora_dec_src_convert), (theora_dec_sink_convert),
17618         (theora_dec_src_query), (theora_dec_sink_query),
17619         (theora_dec_src_event), (theora_dec_sink_event),
17620         (theora_handle_comment_packet), (theora_handle_type_packet),
17621         (theora_handle_header_packet), (theora_handle_data_packet),
17622         (theora_dec_chain):
17623         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17624         (vorbis_dec_convert), (vorbis_dec_src_query),
17625         (vorbis_dec_sink_query), (vorbis_dec_src_event),
17626         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17627         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17628         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17629         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17630         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
17631         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
17632         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17633         (gst_play_bin_query):
17634         * gst/playback/test3.c: (update_scale):
17635         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
17636         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
17637         * gst/subparse/gstsubparse.c: (gst_subparse_init):
17638         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17639         (gst_videotestsrc_src_query):
17640         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
17641         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
17642         (paint_hline_YUV9):
17643         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
17644         Port to new query API.
17645         Updated seek.
17646         Cleanups in x[v]imagesink
17647
17648 2005-05-09  Andy Wingo  <wingo@pobox.com>
17649
17650         * ext/alsa/gstalsasink.h:
17651         * ext/gnomevfs/gstgnomevfssrc.c:
17652         (gst_gnomevfssrc_get_icy_metadata):
17653         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
17654         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
17655         * ext/theora/theoradec.c (theora_dec_src_query)
17656         (theora_dec_src_event, theora_dec_sink_event)
17657         (theora_handle_comment_packet, theora_handle_data_packet):
17658         * ext/theora/theoraenc.c (theora_enc_chain):
17659         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
17660         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
17661         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17662         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
17663         (qt_type_find):
17664         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
17665         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
17666         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
17667         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
17668         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
17669         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
17670         (paint_setup_xBGR8888, paint_setup_RGBx8888)
17671         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
17672         (paint_setup_RGB565, paint_setup_xRGB1555):
17673         * gst/videotestsrc/videotestsrc.h:
17674         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
17675         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
17676         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
17677         GCC4 fixes.
17678         
17679         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
17680         gst_pad_query_position. Fixes oggdemux.
17681
17682 2005-05-08  David Schleef  <ds@schleef.org>
17683
17684         * configure.ac: Require liboil.
17685         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
17686         a few more.
17687         * gst/videotestsrc/videotestsrc.c:
17688         * gst/videotestsrc/videotestsrc.h:
17689
17690 2005-05-06  Wim Taymans  <wim@fluendo.com>
17691
17692         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17693         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17694         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17695         Well, unreffing a buffer right before pushing it is asking
17696         for trouble..
17697
17698 2005-05-06  Christian Schaller  <uraeus@gnome.org>
17699
17700         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
17701
17702 2005-05-06  Wim Taymans  <wim@fluendo.com>
17703
17704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17705         (gst_audio_convert_caps_remove_format_info),
17706         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17707         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17708         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17709         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17710         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17711         * gst/sine/Makefile.am:
17712         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
17713         (gst_sinesrc_class_init), (gst_sinesrc_init),
17714         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
17715         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
17716         (gst_sinesrc_update_freq):
17717         * gst/sine/gstsinesrc.h:
17718         * gst/tcp/gstmultifdsink.c:
17719         * sys/xvimage/xvimagesink.c:
17720         Fixed negotiation wrt _peer_get_caps()
17721         Some cleanups.
17722
17723
17724 2005-05-06  Wim Taymans  <wim@fluendo.com>
17725
17726         * gst-libs/gst/audio/gstaudiosink.c:
17727         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17728         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17729         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17730         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17731         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17732         (gst_audiosink_create_ringbuffer):
17733         * gst-libs/gst/audio/gstbaseaudiosink.c:
17734         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17735         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17736         (gst_baseaudiosink_set_property), (build_linear_format),
17737         (debug_spec_caps), (debug_spec_buffer),
17738         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17739         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17740         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17741         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17742         * gst-libs/gst/audio/gstbaseaudiosink.h:
17743         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17744         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17745         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17746         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17747         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17748         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17749         (wait_segment), (gst_ringbuffer_commit),
17750         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17751         (gst_ringbuffer_clear):
17752         * gst-libs/gst/audio/gstringbuffer.h:
17753         Make the base audiosink return an error when there is no
17754         audiobuffer negotiated.
17755
17756 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17757
17758         * ext/Makefile.am:
17759         Disable cdparanoia until someone ports it!
17760
17761 2005-05-06  Wim Taymans  <wim@fluendo.com>
17762
17763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17764         (gst_ogg_demux_sink_activate):
17765         And revert after wingo's revert.. sigh..
17766
17767 2005-05-05  Andy Wingo  <wingo@pobox.com>
17768
17769         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
17770         GObject.
17771         * configure.ac: Return audiorate and subparse from the ghetto.
17772         Re-enable -Wall -Werror.
17773         * gst/subparse/gstsubparse.c:
17774         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
17775         or chain-based. Cleaned up a bit. Not tested.
17776         
17777 2005-05-05  Christian Schaller <christian@fluendo.com> 
17778
17779         * Makefile.am: remove stuff that is not building
17780         * configure.ac: remove stuff that is not building
17781         * examples/Makefile.am: remove stuff that is not building
17782         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
17783         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
17784         * sys/Makefile.am: remove stuff that is not building
17785         * testsuite/Makefile.am: remove stuff that is not building
17786
17787 2005-05-05  Andy Wingo  <wingo@pobox.com>
17788
17789         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17790         * gst-libs/gst/tag/gstvorbistag.c:
17791         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
17792         * gst/adder/gstadder.h:
17793         * gst/audioconvert/gstchannelmix.c:
17794         (gst_audio_convert_fill_one_other):
17795         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
17796         (gst_audiorate_init), (gst_audiorate_chain):
17797         * gst/playback/gstplaybasebin.c: (setup_source):
17798         * gst/playback/test3.c: (update_scale):
17799         Some GCC4 fixes
17800         
17801         * po/af.po:
17802         * po/az.po:
17803         * po/cs.po:
17804         * po/en_GB.po:
17805         * po/hu.po:
17806         * po/it.po:
17807         * po/nb.po:
17808         * po/nl.po:
17809         * po/or.po:
17810         * po/sq.po:
17811         * po/sr.po:
17812         * po/sv.po:
17813         * po/uk.po:
17814         * po/vi.po: Foo
17815
17816 2005-05-05  Wim Taymans  <wim@fluendo.com>
17817
17818         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17819         (gst_audio_convert_caps_remove_format_info),
17820         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
17821         (gst_audio_convert_change_state), (gst_audio_convert_channels):
17822         * gst/videotestsrc/gstvideotestsrc.c:
17823         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
17824         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
17825         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
17826         (gst_videotestsrc_init), (gst_videotestsrc_loop):
17827         Don't ignore _push() return values.
17828         Make sure no processing is done when shutting down.
17829         Videotestsrc pad activation fix.
17830
17831 2005-05-05  Wim Taymans  <wim@fluendo.com>
17832
17833         * gst/adder/Makefile.am:
17834         * gst/adder/gstadder.c: (gst_adder_setcaps),
17835         (gst_adder_class_init), (gst_adder_init),
17836         (gst_adder_request_new_pad), (gst_adder_collected),
17837         (gst_adder_change_state):
17838         * gst/adder/gstadder.h:
17839         Ported adder as an example of a mixer element using
17840         collect pads. Needs more negotiation work.
17841
17842 2005-05-05  Wim Taymans  <wim@fluendo.com>
17843
17844         * ext/theora/theoradec.c: (_inc_granulepos),
17845         (theora_dec_src_event), (theora_dec_sink_event),
17846         (theora_handle_comment_packet), (theora_handle_type_packet),
17847         (theora_handle_header_packet), (theora_handle_data_packet),
17848         (theora_dec_chain):
17849         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17850         (gst_theora_enc_init), (theora_enc_sink_setcaps),
17851         (theora_push_buffer), (theora_push_packet),
17852         (theora_enc_sink_event), (theora_enc_chain),
17853         (theora_enc_change_state), (theora_enc_set_property),
17854         (theora_enc_get_property):
17855         Added stream lock to decoder so that we can serialize
17856         the discont event.
17857         More theoraenc porting, recover from errors, do clean
17858         shutdown.
17859
17860 2005-05-05  Wim Taymans  <wim@fluendo.com>
17861
17862         * ext/ogg/Makefile.am:
17863         * ext/ogg/README:
17864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17865         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
17866         (gst_ogg_print):
17867         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17868         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17869         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17870         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17871         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
17872         (gst_ogg_mux_change_state):
17873         Ported ogg muxer.
17874
17875 2005-05-05  Wim Taymans  <wim@fluendo.com>
17876
17877         * docs/design-audiosinks.txt:
17878         * gst-libs/gst/audio/TODO:
17879         * gst-libs/gst/audio/gstaudiosink.c:
17880         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17881         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17882         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17883         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17884         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17885         (gst_audiosink_create_ringbuffer):
17886         * gst-libs/gst/audio/gstbaseaudiosink.c:
17887         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17888         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17889         (gst_baseaudiosink_set_property), (build_linear_format),
17890         (debug_spec_caps), (debug_spec_buffer),
17891         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17892         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17893         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17894         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17895         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17896         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17897         (gst_ringbuffer_release), (gst_ringbuffer_play),
17898         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17899         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17900         (gst_ringbuffer_set_sample), (wait_segment),
17901         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17902         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17903         More work on the audiosink, mostly debugging and a race in
17904         shutdown.
17905
17906 2005-04-28  Wim Taymans  <wim@fluendo.com>
17907
17908         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17909         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
17910         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17911         (vorbis_dec_src_query), (vorbis_dec_src_event),
17912         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17913         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17914         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17915         Don't crap out when seeking back to position 0.
17916
17917 2005-04-28  Wim Taymans  <wim@fluendo.com>
17918
17919         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
17920         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
17921         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
17922         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
17923         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
17924         Make audio sink configurable, use alsasink as default.
17925
17926 2005-04-28  Wim Taymans  <wim@fluendo.com>
17927
17928         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17929         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17930         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17931         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
17932         (vorbis_dec_change_state):
17933         * ext/vorbis/vorbisdec.h:
17934         Refactor, use STREAM_LOCK.
17935
17936 2005-04-28  Wim Taymans  <wim@fluendo.com>
17937
17938         * ext/theora/theoradec.c: (_inc_granulepos),
17939         (theora_dec_sink_event), (theora_handle_comment_packet),
17940         (theora_handle_type_packet), (theora_handle_header_packet),
17941         (theora_handle_data_packet), (theora_dec_chain),
17942         (theora_dec_change_state):
17943         Refactor a bit, use STREAM_LOCK.
17944
17945 2005-04-28  Wim Taymans  <wim@fluendo.com>
17946
17947         * ext/alsa/Makefile.am:
17948         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
17949         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
17950         (gst_alsa_link), (gst_alsa_close_audio):
17951         * ext/alsa/gstalsaplugin.c: (plugin_init):
17952         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
17953         (gst_alsasink_dispose), (gst_alsasink_base_init),
17954         (gst_alsasink_class_init), (gst_alsasink_init),
17955         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
17956         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
17957         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
17958         (gst_alsasink_reset):
17959         * ext/alsa/gstalsasink.h:
17960         Implement alsasink with simple open/write/close API. 
17961         Make alsa dir build by disabling compilation of code.
17962
17963 2005-04-28  Wim Taymans  <wim@fluendo.com>
17964
17965         * gst-libs/gst/audio/Makefile.am:
17966         * gst-libs/gst/audio/audio.h:
17967         * gst-libs/gst/audio/audioclock.c:
17968         * gst-libs/gst/audio/audioclock.h:
17969         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
17970         (gst_audio_clock_class_init), (gst_audio_clock_init),
17971         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
17972         * gst-libs/gst/audio/gstaudioclock.h:
17973         * gst-libs/gst/audio/gstaudiosink.c:
17974         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17975         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17976         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17977         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17978         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17979         (gst_audiosink_create_ringbuffer):
17980         * gst-libs/gst/audio/gstbaseaudiosink.c:
17981         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17982         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17983         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
17984         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
17985         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17986         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17987         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17988         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17989         * gst-libs/gst/audio/gstbaseaudiosink.h:
17990         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17991         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
17992         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17993         (gst_ringbuffer_release), (gst_ringbuffer_play),
17994         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17995         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17996         (gst_ringbuffer_set_sample), (wait_segment),
17997         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17998         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17999         * gst-libs/gst/audio/gstringbuffer.h:
18000         Make ringbuffer faster and more simple by removing the locks
18001         in the playback thread.
18002         Add sample accurate playback based on buffer sample offsets.
18003         Make the baseaudiosink provide a clock.
18004         Parse caps in the base class.
18005         Correctly handle seeking, flushing and state changes.
18006
18007 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18008
18009         * configure.ac:
18010         * gst/audioconvert/Makefile.am:
18011         * gst/audioscale/Makefile.am:
18012           Fix part of the build.  Come on guys, autogen didn't even work :)
18013
18014 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18015
18016         * configure.ac:
18017         * gst-libs/gst/Makefile.am:
18018         * gst-libs/gst/media-info/.cvsignore:
18019         * gst-libs/gst/media-info/Makefile.am:
18020         * gst-libs/gst/media-info/README:
18021         * gst-libs/gst/media-info/media-info-priv.c:
18022         * gst-libs/gst/media-info/media-info-priv.h:
18023         * gst-libs/gst/media-info/media-info-test.c:
18024         * gst-libs/gst/media-info/media-info.c:
18025         * gst-libs/gst/media-info/media-info.h:
18026         * gst-libs/gst/media-info/media-info.vcproj:
18027         * pkgconfig/Makefile.am:
18028         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18029         * pkgconfig/gstreamer-media-info.pc.in:
18030           Remove media-info, which is also successed by playbin (see Totem
18031           implementation).
18032
18033 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18034
18035         * configure.ac:
18036         * examples/Makefile.am:
18037         * examples/gstplay/.cvsignore:
18038         * examples/gstplay/Makefile.am:
18039         * examples/gstplay/player.c:
18040         * gst-libs/gst/Makefile.am:
18041         * gst-libs/gst/play/.cvsignore:
18042         * gst-libs/gst/play/Makefile.am:
18043         * gst-libs/gst/play/play.c:
18044         * gst-libs/gst/play/play.h:
18045         * gst-libs/gst/play/play.vcproj:
18046         * pkgconfig/Makefile.am:
18047         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18048         * pkgconfig/gstreamer-play.pc.in:
18049           Remove libgstplay, playbin is now the official successor.
18050
18051 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18052
18053         * configure.ac:
18054         * gst-libs/gst/Makefile.am:
18055         * gst-libs/gst/xwindowlistener/Makefile.am:
18056         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18057         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18058           Remove deprecated xwindowlistener (I've moved xwindowlistening
18059           in the v4l/v4l2 plugins over to serverside).
18060
18061 2005-04-25  David Schleef  <ds@schleef.org>
18062
18063         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18064         to examples/dynparams.  Examples do not belong interspersed with
18065         source code.
18066         * examples/dynparams/demo-dparams.c:
18067         * gst/sine/Makefile.am:
18068         * gst/sine/demo-dparams.c:
18069
18070 2005-04-25  David Schleef  <ds@schleef.org>
18071
18072         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18073         * gst-libs/gst/audio/Makefile.am:
18074         * gst-libs/gst/riff/Makefile.am:
18075         * gst-libs/gst/tag/Makefile.am:
18076         * gst-libs/gst/video/Makefile.am:
18077         * gst-libs/gst/xwindowlistener/Makefile.am:
18078
18079         Convert to 0.9 API, seems to work:
18080         * sys/ximage/Makefile.am:
18081         * sys/ximage/ximagesink.c:
18082
18083 2005-04-24  David Schleef  <ds@schleef.org>
18084
18085         Link plugins against libraries:
18086         * ext/alsa/Makefile.am:
18087         * gst/tcp/Makefile.am:
18088
18089         Remove asm code that should be in liboil
18090         * gst/videoscale/Makefile.am:
18091         * gst/videoscale/videoscale_x86_asm.s:
18092
18093         gettext wants these checked in:
18094         * po/af.po:
18095         * po/az.po:
18096         * po/cs.po:
18097         * po/en_GB.po:
18098         * po/hu.po:
18099         * po/it.po:
18100         * po/nb.po:
18101         * po/nl.po:
18102         * po/or.po:
18103         * po/sq.po:
18104         * po/sr.po:
18105         * po/sv.po:
18106         * po/uk.po:
18107         * po/vi.po:
18108
18109 2005-04-24  David Schleef  <ds@schleef.org>
18110
18111         Convert gst_main() to g_main_loop_run()
18112         * gst/playback/decodetest.c: (main):
18113         * gst/playback/test2.c: (main):
18114         * gst/playback/test3.c: (main):
18115         * gst/playback/test4.c: (main):
18116
18117         Link plugins against libraries:
18118         * ext/libvisual/Makefile.am:
18119         * sys/xvimage/Makefile.am:
18120
18121 2005-04-24  David Schleef  <ds@schleef.org>
18122
18123         * configure.ac: Remove idct and resample libs
18124         * gst-libs/gst/Makefile.am: same
18125
18126         Remove usage of gst_library_load():
18127         * ext/alsa/gstalsaplugin.c: (plugin_init):
18128         * ext/libvisual/visual.c: (plugin_init):
18129         * ext/ogg/gstogg.c: (plugin_init):
18130         * ext/theora/theora.c: (plugin_init):
18131         * ext/vorbis/vorbis.c: (plugin_init):
18132         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18133         * gst/audioscale/gstaudioscale.c:
18134         * gst/adder/gstadder.c: (plugin_init):
18135         * gst/audioconvert/plugin.c: (plugin_init):
18136         * sys/ximage/ximagesink.c: (plugin_init):
18137         * sys/xvimage/xvimagesink.c: (plugin_init):
18138         * gst/tcp/gsttcpplugin.c: (plugin_init):
18139
18140         Link plugins against libraries:
18141         * ext/ogg/Makefile.am:
18142         * ext/theora/Makefile.am:
18143         * ext/vorbis/Makefile.am:
18144         * gst/audioconvert/Makefile.am:
18145
18146         Create proper libraries:
18147         * gst-libs/gst/riff/Makefile.am:
18148         * gst-libs/gst/audio/Makefile.am:
18149         * gst-libs/gst/video/Makefile.am:
18150
18151         Move resample library to audioscale plugin directory:
18152         * gst-libs/gst/resample/Makefile.am:
18153         * gst-libs/gst/resample/README:
18154         * gst-libs/gst/resample/dtof.c:
18155         * gst-libs/gst/resample/dtos.c:
18156         * gst-libs/gst/resample/functable.c:
18157         * gst-libs/gst/resample/private.h:
18158         * gst-libs/gst/resample/resample.c:
18159         * gst-libs/gst/resample/resample.h:
18160         * gst-libs/gst/resample/resample.vcproj:
18161         * gst-libs/gst/resample/test.c:
18162         * gst/audioscale/Makefile.am:
18163         * gst/audioscale/README:
18164         * gst/audioscale/dtof.c:
18165         * gst/audioscale/dtos.c:
18166         * gst/audioscale/functable.c:
18167         * gst/audioscale/private.h:
18168         * gst/audioscale/resample.c:
18169         * gst/audioscale/resample.h:
18170         * gst/audioscale/test.c:
18171
18172         Move tagedit library to gst-libs:
18173         * gst-libs/gst/tag/Makefile.am:
18174         * gst-libs/gst/tag/gstid3tag.c:
18175         * gst-libs/gst/tag/gsttagediting.c:
18176         * gst-libs/gst/tag/gsttageditingprivate.h:
18177         * gst-libs/gst/tag/gstvorbistag.c:
18178         * gst/tags/Makefile.am:
18179         * gst/tags/gstid3tag.c:
18180         * gst/tags/gstvorbistag.c:
18181
18182         Fix for core changes:
18183         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18184         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18185         (gst_sinesrc_getrange):
18186
18187 2005-04-23  David Schleef  <ds@schleef.org>
18188
18189         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18190         in gst-plugins in a long time, and properly belongs in liboil.
18191         * gst-libs/gst/idct/Makefile.am:
18192         * gst-libs/gst/idct/README:
18193         * gst-libs/gst/idct/dct.h:
18194         * gst-libs/gst/idct/doieee:
18195         * gst-libs/gst/idct/fastintidct.c:
18196         * gst-libs/gst/idct/floatidct.c:
18197         * gst-libs/gst/idct/idct.c:
18198         * gst-libs/gst/idct/idct.h:
18199         * gst-libs/gst/idct/idtc.vcproj:
18200         * gst-libs/gst/idct/ieeetest.c:
18201         * gst-libs/gst/idct/intidct.c:
18202
18203 2005-04-20  Wim Taymans  <wim@fluendo.com>
18204
18205         * docs/design-audiosinks.txt:
18206         * gst-libs/gst/audio/Makefile.am:
18207         * gst-libs/gst/audio/TODO:
18208         * gst-libs/gst/audio/gstaudiosink.c:
18209         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18210         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18211         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18212         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18213         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18214         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18215         (gst_audiosink_class_init), (gst_audiosink_init),
18216         (gst_audiosink_create_ringbuffer):
18217         * gst-libs/gst/audio/gstaudiosink.h:
18218         * gst-libs/gst/audio/gstbaseaudiosink.c:
18219         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18220         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18221         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18222         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18223         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18224         (gst_baseaudiosink_create_ringbuffer),
18225         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18226         * gst-libs/gst/audio/gstbaseaudiosink.h:
18227         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18228         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18229         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18230         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18231         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18232         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18233         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18234         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18235         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18236         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18237         * gst-libs/gst/audio/gstringbuffer.h:
18238         An attempt at a set of audio base classes together with some
18239         design docs.
18240
18241 2005-04-20  Wim Taymans  <wim@fluendo.com>
18242
18243         * gst/audioconvert/Makefile.am:
18244         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18245         (gst_audio_convert_caps_remove_format_info),
18246         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18247         (gst_audio_convert_channels):
18248         Link against audio libs.
18249         Fix audio convert plugin.
18250
18251 2005-04-20  Wim Taymans  <wim@fluendo.com>
18252
18253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18254         (gst_ogg_demux_sink_activate):
18255         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18256         (theora_set_header_on_caps), (theora_enc_sink_event),
18257         (theora_enc_chain):
18258         Fix theora encoder.
18259
18260 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18261
18262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18263         * gst/playback/gstdecodebin.c: (find_compatibles):
18264           Work with staticpadtemplates in elementfactories.
18265
18266 2005-04-12  Wim Taymans  <wim@fluendo.com>
18267
18268         * gst/playback/README:
18269         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18270         (compare_ranks), (print_feature), (gst_decode_bin_init),
18271         (dynamic_create), (dynamic_free), (find_compatibles),
18272         (mimetype_is_raw), (close_pad_link), (got_redirect),
18273         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18274         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18275         (gst_decode_bin_change_state):
18276         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18277         (gst_play_base_bin_init), (group_destroy), (group_commit),
18278         (check_queue), (queue_overrun), (queue_threshold_reached),
18279         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18280         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18281         (got_redirect), (setup_source), (play_base_eos),
18282         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18283         (gst_play_base_bin_remove_element):
18284         * gst/playback/gstplaybasebin.h:
18285         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18286         (gst_play_bin_init), (gst_play_bin_dispose),
18287         (gst_play_bin_set_property), (gen_video_element),
18288         (gen_text_element), (gen_audio_element), (remove_sinks),
18289         (gst_play_bin_send_event):
18290         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18291         (stream_info_change_state), (gst_stream_info_set_mute):
18292         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18293         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18294         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18295         (gst_stream_selector_chain):
18296         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18297         (main):
18298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18299         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18300         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18301         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18302         Raw and crude port of decodebin. 
18303         Make playbin compile.
18304
18305 2005-04-06  Wim Taymans  <wim@fluendo.com>
18306
18307         * ext/gnomevfs/Makefile.am:
18308         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18309         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18310         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18311         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18312         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18313         (gst_gnomevfssrc_stop):
18314         * ext/ogg/Makefile.am:
18315         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18316         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18317         * ext/theora/Makefile.am:
18318         * ext/theora/theoradec.c: (_inc_granulepos),
18319         (theora_dec_sink_event), (theora_dec_chain):
18320         * ext/vorbis/Makefile.am:
18321         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18322         (vorbis_dec_sink_event), (vorbis_dec_chain):
18323         * gst-libs/gst/audio/Makefile.am:
18324         * sys/xvimage/Makefile.am:
18325         Make gnomevfssrc extend the source base class.
18326         Fix linking against libs in various plugins.
18327
18328 2005-04-06  Andy Wingo  <wingo@pobox.com>
18329
18330         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18331         GST_BASE_LIBS.
18332
18333         * configure.ac: Add check and AC_SUBST for libgstbase.
18334
18335 2005-03-31  Wim Taymans  <wim@fluendo.com>
18336
18337         * examples/seeking/Makefile.am:
18338         * examples/seeking/cdparanoia.c: (main):
18339         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18340         (play_cb), (pause_cb), (stop_cb), (main):
18341         * examples/seeking/playbin.c:
18342         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18343         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18344         (make_sid_pipeline), (make_vorbis_pipeline),
18345         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18346         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18347         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18348         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18349         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18350         (stop_cb), (main):
18351         * examples/seeking/spider_seek.c:
18352         * examples/seeking/vorbisfile.c:
18353         * ext/gnomevfs/Makefile.am:
18354         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18355         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18356         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18357         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18358         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18359         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18360         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18361         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18362         * ext/ogg/README:
18363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18364         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18365         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18366         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18367         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18368         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18369         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18370         (gst_ogg_demux_factory_filter), (compare_ranks),
18371         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18372         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18373         (gst_ogg_chain_new), (gst_ogg_chain_free),
18374         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18375         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18376         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18377         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18378         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18379         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18380         (gst_ogg_demux_get_prev_page),
18381         (gst_ogg_demux_deactivate_current_chain),
18382         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18383         (gst_ogg_demux_bisect_forward_serialno),
18384         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18385         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18386         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18387         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18388         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18389         (gst_ogg_demux_change_state), (gst_ogg_print):
18390         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18391         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18392         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18393         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18394         (gst_ogg_mux_loop):
18395         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18396         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18397         (theora_dec_src_convert), (theora_dec_sink_convert),
18398         (theora_dec_src_query), (theora_dec_src_event),
18399         (theora_dec_sink_event), (theora_dec_chain),
18400         (theora_dec_change_state):
18401         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18402         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18403         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18404         (theora_enc_change_state):
18405         * ext/vorbis/Makefile.am:
18406         * ext/vorbis/oggvorbisenc.c:
18407         * ext/vorbis/oggvorbisenc.h:
18408         * ext/vorbis/vorbis.c: (plugin_init):
18409         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18410         (vorbis_dec_src_query), (vorbis_dec_src_event),
18411         (vorbis_dec_sink_event), (vorbis_dec_chain),
18412         (vorbis_dec_change_state):
18413         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18414         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18415         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18416         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18417         (gst_vorbisenc_change_state):
18418         * ext/vorbis/vorbisenc.h:
18419         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18420         * gst-libs/gst/audio/audioclock.c:
18421         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18422         (gst_audiofilter_init), (gst_audiofilter_chain):
18423         * gst-libs/gst/audio/testchannels.c: (main):
18424         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18425         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18426         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18427         (gmip_find_track_streaminfo), (gmip_find_track_format):
18428         * gst-libs/gst/media-info/media-info.c:
18429         (gst_media_info_read_idler):
18430         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18431         (gst_play_get_all_by_interface):
18432         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18433         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18434         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18435         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18436         (gst_riff_parse_info):
18437         * gst-libs/gst/riff/riff-read.h:
18438         * gst-libs/gst/riff/riff.c: (plugin_init):
18439         * gst-libs/gst/video/Makefile.am:
18440         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18441         (gst_videosink_class_init), (gst_videosink_get_type):
18442         * gst-libs/gst/video/videosink.h:
18443         * gst/audioconvert/bufferframesconvert.c:
18444         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18445         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18446         * gst/audioconvert/channelmixtest.c: (main):
18447         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18448         (gst_audio_convert_chain),
18449         (gst_audio_convert_caps_remove_format_info),
18450         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18451         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18452         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18453         (gst_audio_convert_buffer_to_default_format),
18454         (gst_audio_convert_buffer_from_default_format),
18455         (gst_audio_convert_channels):
18456         * gst/audioconvert/gstchannelmix.h:
18457         * gst/ffmpegcolorspace/avcodec.h:
18458         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18459         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18460         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18461         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18462         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18463         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18464         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18465         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18466         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18467         (dv_type_find):
18468         * gst/videotestsrc/gstvideotestsrc.c:
18469         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18470         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18471         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18472         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18473         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18474         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18475         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18477         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18478         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18479         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18480         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18481         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18482         (gst_xvimagesink_navigation_send_event),
18483         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18484         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18485         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18486         * sys/xvimage/xvimagesink.h:
18487         Plugin port to 0.9, ogg/theora playback should work in the seek
18488         example now.
18489         Removed old examples.
18490         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18491         explained in 0.9 TODO doc.
18492
18493
18494 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18495
18496         * autogen.sh:
18497         * configure.ac:
18498         * ext/Makefile.am:
18499         * gst/Makefile.am:
18500         * po/POTFILES.in:
18501         * po/af.po:
18502         * po/az.po:
18503         * po/cs.po:
18504         * po/en_GB.po:
18505         * po/hu.po:
18506         * po/it.po:
18507         * po/nb.po:
18508         * po/nl.po:
18509         * po/or.po:
18510         * po/sq.po:
18511         * po/sr.po:
18512         * po/sv.po:
18513         * po/uk.po:
18514         * po/vi.po:
18515         * sys/Makefile.am:
18516         * testsuite/Makefile.am:
18517           remove a whole bunch of plugins.  This module now contains a set
18518           of free reference plugins/elements as agreed.
18519
18520 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18521
18522         * configure.ac:
18523           hunting season on 0.9 is now OPEN
18524
18525 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18526
18527         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18528           Kick the hell out of gcc for not warning me about a symbol conflict.
18529
18530 2005-02-22  Luca Ognibene  <luogni@tin.it>
18531
18532         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18533
18534         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18535           Don't leak caps string (fixes #168134)
18536
18537         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
18538         (gst_jpegenc_init), (gst_jpegenc_finalize),
18539         (gst_jpegenc_change_state):
18540           Don't leak line buffers and context struct (fixes #168133).
18541
18542 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18543
18544         * configure.ac:
18545         * ext/dirac/gstdiracdec.cc:
18546         (gst_diracdec_chain):
18547           Since dirac 0.5.0 the framerate in dirac is expressed as a
18548           rational number. Fix build and up requirement to 0.5.0, and
18549           also pass parameters to gst_diracdec_link in the right order
18550           (fixes #167959).
18551
18552 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
18553
18554         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
18555         * ext/faad/gstfaad.h:
18556         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
18557         certain invalid muxed streams, where some packets will contain 
18558         junk after decoder data. Partially fixes #149158.
18559
18560 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
18561         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
18562           Make sure we only write to writable buffers
18563
18564 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
18565
18566         * gst-libs/gst/riff/riff-media.c:
18567         (gst_riff_create_audio_caps_with_data):
18568           Do actually fix invalid RIFF fmt header values for alaw
18569           and mulaw audio instead of just saying so.
18570
18571         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18572           Give gst_riff_create_audio_caps_with_data() a chance to
18573           fix up broken format header fields before extracting any
18574           parameters from the header. (fixes #167633)
18575
18576 2005-02-19  Martin Holters  <martin.holters@gmx.de>
18577
18578         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18579
18580         * gst/audioconvert/bufferframesconvert.c:
18581         (buffer_frames_convert_link):
18582           Don't leak othercaps. (fixes #167878)
18583
18584 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
18585
18586         * configure.ac:
18587         * ext/libvisual/visual.c: (gst_visual_srclink),
18588         (gst_visual_change_state):
18589           Support libvisual 0.2.0.
18590
18591 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18592
18593         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
18594         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
18595           Use same rowstrides for I420 as used everywhere else.
18596
18597 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18598
18599         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18600           Declare variables at beginning of block and make gcc-2.95 happy
18601           (fixes # 167482, patch by Gergely Nagy).
18602           
18603         * gst/tcp/gsttcpclientsrc.c:
18604         * gst/tcp/gsttcpclientsrc.h:
18605           Move some includes into the header, so that struct sockaddr_in is
18606           defined when it should be defined on FreeBSD as well (fixes
18607           #167483).
18608           
18609         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18610           Don't pass uninitialised values to setsockopt() here either.
18611
18612 2005-02-17  Luca Ognibene  <luogni at tin dot it>
18613
18614         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18615
18616         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
18617           Don't pass uninitialised values to setsockopt(). (fixes #167704)
18618
18619 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18620
18621         * gst/playback/gstplaybin.c: (add_sink):
18622           Invert bin_add/link order to workaround deadlock in opt.
18623
18624 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18625
18626         * gst/modplug/gstmodplug.cc:
18627           Add missing break causing position queries to fail.
18628
18629 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18630
18631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
18632           Granpos can apparently be -1, which screws up calculations...
18633
18634 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18635
18636         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18637         (gst_ximagesink_send_pending_navigation),
18638         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
18639         (gst_ximagesink_init):
18640         * sys/ximage/ximagesink.h:
18641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18642         (gst_xvimagesink_send_pending_navigation),
18643         (gst_xvimagesink_navigation_send_event),
18644         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
18645         * sys/xvimage/xvimagesink.h:
18646           Use a mutex protected list to marshal navigation
18647           events into the stream thread from whichever thread
18648           sends them.
18649
18650 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18651
18652         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
18653           Display current position and track length; misc. clean-ups.
18654           
18655         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
18656         (speed_init), (speed_chain):
18657           Add query function, so that the stream length and current position
18658           get adjusted when queried (note that current position queries may
18659           still be wrong if the audio sink returns values based on buffer
18660           timestamps instead of passing on the query).
18661
18662 2005-02-13  Benjamin Otte  <otte@gnome.org>
18663
18664         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18665         (gst_audio_convert_channels):
18666           create channel conversion matrix when linking
18667         * gst/audioconvert/.cvsignore:
18668         * gst/audioconvert/Makefile.am:
18669         * gst/audioconvert/channelmixtest.c: (main):
18670           add (ugly) test that ensures stereo <=> mono conversion works
18671           correctly
18672
18673 2005-02-13  Benjamin Otte  <otte@gnome.org>
18674
18675         * gst/audioconvert/gstchannelmix.h:
18676           include missing header file
18677         * gst/audioconvert/gstchannelmix.c:
18678         (gst_audio_convert_fill_compatible):
18679           use same sign for both channels when converting to/from compatible
18680           channel. Previously used different signs made the signals cancel
18681           each other out and appear like silence. (fixes #167269)
18682
18683 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18684
18685         * gst/ffmpegcolorspace/avcodec.h:
18686         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18687         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18688         (gst_ffmpegcsp_avpicture_fill):
18689         * gst/ffmpegcolorspace/imgconvert.c:
18690           Convert to and from YV12 (fixes #156379).
18691
18692 2005-02-12  Julien MOUTTE  <julien@moutte.net>
18693
18694         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18695         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
18696         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
18697         (gst_ximagesink_expose), (gst_ximagesink_set_property),
18698         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
18699         methods from chain and negotiation and vice versa (Fixes #166142).
18700         * sys/ximage/ximagesink.h: Add stream_lock.
18701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18702         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18703         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18704         (gst_xvimagesink_expose): Check for xcontext before trying to link.
18705
18706 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18707
18708         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
18709           Don't send "Hey! You gave me a NULL pointer you naughty person" as
18710           error message when we can't open the DVD device (when dvdnav_open()
18711           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
18712           the above). Send something more useful instead (fixes #167117).
18713
18714 2005-02-11  Julien MOUTTE  <julien@moutte.net>
18715
18716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18717         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
18718         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18719         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18720         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
18721         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
18722         methods from chain and negotiation and vice versa (Fixes #166142).
18723         Fix a possible bug of images in the buffer pool being discarded because
18724         we are looking at the wrong geometry.
18725         * sys/xvimage/xvimagesink.h: Add stream_lock.
18726
18727 2005-02-11  David Schleef  <ds@schleef.org>
18728
18729         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
18730         unsigned int. (fixes #167128)
18731
18732 2005-02-11  David Schleef  <ds@schleef.org>
18733
18734         * gst/librfb/Makefile.am: Testing stuff before committing is
18735           for wimps... and people with fast machines.  Fix stupid
18736           mistake.
18737
18738 2005-02-11  David Schleef  <ds@schleef.org>
18739
18740         * configure.ac: Pull in librfb from my CVS tree, because it is
18741           too small and annoying to be separate.  Move rfbsrc plugin
18742           to gst/.
18743         * ext/Makefile.am:
18744         * ext/librfb/Makefile.am:
18745         * ext/librfb/gstrfbsrc.c:
18746         * gst/librfb/Makefile.am:
18747         * gst/librfb/gstrfbsrc.c:
18748         * gst/librfb/rfb.c:
18749         * gst/librfb/rfb.h:
18750         * gst/librfb/rfbbuffer.c:
18751         * gst/librfb/rfbbuffer.h:
18752         * gst/librfb/rfbbytestream.c:
18753         * gst/librfb/rfbbytestream.h:
18754         * gst/librfb/rfbcontext.h:
18755         * gst/librfb/rfbdecoder.c:
18756         * gst/librfb/rfbdecoder.h:
18757         * gst/librfb/rfbutil.h:
18758
18759 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18760
18761         * gst/speed/Makefile.am:
18762         * gst/speed/demo-mp3.c: (main):
18763         * gst/speed/filter.func:
18764         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
18765         (speed_class_init), (speed_init), (speed_chain_int16),
18766         (speed_chain_float32), (speed_chain), (speed_set_property),
18767         (speed_get_property), (speed_change_state):
18768         * gst/speed/gstspeed.h:
18769           Fix speed element and make it chain-based (fixes #156467),
18770           and make it handle more than one channel.
18771
18772 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
18773
18774         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
18775         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
18776         (gst_dtsdec_chain), (gst_dtsdec_change_state):
18777         * ext/dts/gstdtsdec.h:
18778           Don't clobber the stack constructing the channels array.
18779           Make the element chain-based. DTS tracks can now be played.
18780           
18781 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
18782
18783         * gst-libs/gst/audio/multichannel.h:
18784         * gst-libs/gst/gconf/gconf.h:
18785         * gst-libs/gst/idct/idct.h:
18786         * gst-libs/gst/media-info/media-info-priv.h:
18787         * gst-libs/gst/play/play.h:
18788         * gst-libs/gst/resample/private.h:
18789         * gst-libs/gst/resample/resample.h:
18790         * gst-libs/gst/riff/riff-ids.h:
18791         * gst-libs/gst/video/video.h:
18792         * gst-libs/gst/video/videosink.h:
18793           Add G_BEGIN_DECLS and G_END_DECLS around headers where
18794           missing, so that they work when included from C++ code.
18795
18796 2005-02-09  David Schleef  <ds@schleef.org>
18797
18798         * testsuite/gst-lint: Check for non-statically scoped
18799           parent_class variables.  This won't be a problem once
18800           plugins are loaded with RTLD_LOCAL.
18801
18802 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18803
18804         * ext/mplex/gstmplexibitstream.cc:
18805           gcc madness.
18806
18807 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18808
18809         * ext/ogg/gstogmparse.c:
18810         * gst/debug/gstnavigationtest.c:
18811           Die, thou faulty symbol pollutors (non-static parent_class).
18812
18813 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18814
18815         * ext/mplex/gstmplexibitstream.cc:
18816           Fix event handling (#165525).
18817
18818 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18819
18820         * ext/mikmod/gstmikmod.c:
18821         * gst/modplug/gstmodplug.cc:
18822           Add missing endianness to template (fixes #165509).
18823
18824 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18825
18826         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
18827           Fix wrong order of reading of optional bytes (#165290).
18828
18829 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18830
18831         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18832           Implement FILLER event awareness.
18833
18834 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18835
18836         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
18837           Fix track calculations (#166208).
18838
18839 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18840
18841         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18842
18843         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
18844         * ext/libpng/gstpngenc.c:
18845           Fix byte-order, use proper fixed caps. Fixes #164197.
18846
18847 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18848
18849         * configure.ac:
18850           Add dvdlpcmdec 
18851
18852         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
18853         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
18854           Don't push buffers if the src pad isn't negotiated yet.
18855           
18856         * gst/audioconvert/gstaudioconvert.c:
18857         (gst_audio_convert_buffer_to_default_format),
18858         (gst_audio_convert_buffer_from_default_format):
18859           Add support for 24-bit width.
18860
18861         * gst/dvdlpcmdec/.cvsignore:
18862         * gst/dvdlpcmdec/Makefile.am:
18863         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
18864         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
18865         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
18866         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
18867         (plugin_init):
18868         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
18869           New decoder for rearranging DVD LPCM into our audio/x-raw-int
18870           format. Needs support for the channels maps if someone can find 
18871           a DVD LPCM track with > 2 channels.
18872
18873         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
18874         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
18875         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
18876         * gst/mpegstream/gstdvddemux.h:
18877         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
18878         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
18879         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
18880         * gst/mpegstream/gstmpegdemux.h:
18881         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
18882         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
18883         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
18884         (gst_mpeg_parse_handle_src_query),
18885         (gst_mpeg_parse_handle_src_event):
18886           Use audio/x-dvd-lpcm for LPCM output.
18887           Add DTS output.
18888
18889 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18890
18891         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18892
18893         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
18894         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
18895           Add BGRA handling (#165736).
18896
18897 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
18898
18899         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18900
18901         * gst/law/alaw-decode.c: (alawdec_link):
18902         * gst/law/alaw-encode.c: (alawenc_link):
18903         * gst/law/mulaw-decode.c: (mulawdec_link):
18904         * gst/law/mulaw-encode.c: (mulawenc_link):
18905           Fix caps memleaks (#166600).
18906
18907 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
18908
18909         * ext/tarkin/mem.h:
18910         * ext/tarkin/wavelet.h:
18911         * ext/tarkin/yuv.h:
18912         * gst/ffmpegcolorspace/avcodec.h:
18913           Include "_stdint.h" instead of <stdint.h>. Fixes build on
18914           systems that don't have stdint.h, like Solaris9 (fixes #166631).
18915
18916 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18917
18918         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
18919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
18920         (gst_xvimagesink_change_state):
18921           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
18922           Xv video (and thereby regenerate Xv colourkey) in clear() so
18923           that PLAY -> READY -> PLAY works (fixes #162504).
18924
18925 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18926
18927         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
18928           Switch to list instead of range, since MJPEG-devices really just
18929           support decimations, not any size.
18930
18931 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18932         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
18933         (gst_mpeg2dec_reset), (free_all_buffers),
18934         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
18935         * ext/mpeg2dec/gstmpeg2dec.h:
18936           The libmpeg2 user-allocated buffer management is awkward, 
18937           to say the least. Hopefully this fixes things.
18938
18939 2005-02-04  Andy Wingo  <wingo@pobox.com>
18940
18941         * gst/audioconvert/bufferframesconvert.c
18942         (buffer_frames_convert_fixate): New function, fixates to 256
18943         frames per buffer by default. (Much better than 1.)
18944         (buffer_frames_convert_init): Set the fixate function for both src
18945         and sink pad.
18946         (buffer_frames_convert_link): After success setting nonfixed caps,
18947         get the negotiated caps so we can know how many buffer-frames it
18948         will be. No idea how this worked at all before.
18949
18950 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18951
18952         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
18953         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
18954         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
18955         (handle_sequence), (handle_picture):
18956         * ext/mpeg2dec/gstmpeg2dec.h:
18957           Rearrange buffer tracking and refcounting and refactor
18958           a little for readability. 
18959
18960 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18961         * sys/v4l/gstv4l.c: (plugin_init):
18962         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
18963         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
18964         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
18965         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
18966         * sys/v4l/gstv4ljpegsrc.h:
18967         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
18968         * sys/v4l/v4l_calls.h:
18969         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
18970         (gst_v4lsrc_get_fps):
18971         * sys/v4l/v4lsrc_calls.h:
18972           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
18973           you jpeg inside rgb frames" driver.
18974           Don't error in the v4lsrc link function, just return 
18975           REFUSED.
18976
18977 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18978
18979         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
18980         (gst_qcamsrc_open):
18981           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
18982
18983 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18984
18985         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18986           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
18987
18988 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18989
18990         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
18991           Reset negotiated state on PAUSED->READY.
18992
18993 2005-02-02  David Schleef  <ds@schleef.org>
18994
18995         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
18996         whereever possible.  (Fixes #165997)
18997         * examples/capsfilter/capsfilter1.c: (main):
18998         * examples/dynparams/filter.c: (create_ui):
18999         * examples/seeking/cdparanoia.c: (get_track_info), (main):
19000         * examples/seeking/chained.c: (main):
19001         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19002         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19003         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
19004         (make_mpeg_pipeline), (make_mpegnt_pipeline):
19005         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19006         * examples/switch/switcher.c: (main):
19007         * ext/dv/demo-play.c: (main):
19008         * ext/faad/gstfaad.c: (gst_faad_change_state):
19009         * ext/mad/gstmad.c: (gst_mad_chain):
19010         * ext/smoothwave/demo-osssrc.c: (main):
19011         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19012         (gst_gconf_render_bin_from_description),
19013         (gst_gconf_get_default_audio_sink),
19014         (gst_gconf_get_default_video_sink),
19015         (gst_gconf_get_default_audio_src),
19016         (gst_gconf_get_default_video_src),
19017         (gst_gconf_get_default_visualization_element):
19018         * gst/level/demo.c: (main):
19019         * gst/level/plot.c: (main):
19020         * gst/playback/gstplaybin.c: (gen_video_element),
19021         (gen_audio_element):
19022         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19023         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19024         * gst/sine/demo-dparams.c: (main):
19025         * gst/spectrum/demo-osssrc.c: (main):
19026         * gst/speed/demo-mp3.c: (main):
19027         * gst/volume/demo.c: (main):
19028         * testsuite/embed/embed.c: (main):
19029
19030 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19031
19032         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19033         (gst_tcpclientsink_finalize):
19034         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19035         (gst_tcpclientsrc_finalize):
19036         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19037         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19038         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19039         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19040           Don't leak the hostname when shutting down.
19041           In tcpserversrc, take a copy of the default hostname.
19042
19043 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19044
19045         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19046           Set caps to systemstream=TRUE.
19047
19048 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19049
19050         * testsuite/Makefile.am:
19051           Fix more OSX buildbots.
19052
19053 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19054
19055         * ext/mpeg2dec/gstmpeg2dec.c:
19056           Don't send things to NULL PAD_PEERs
19057
19058         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19059           Copy-on-write the incoming buffer.
19060
19061         * gst/mpegstream/gstdvddemux.h:
19062         * gst/mpegstream/gstmpegclock.h:
19063         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19064         (normal_seek), (gst_mpeg_demux_handle_src_event):
19065         * gst/mpegstream/gstmpegdemux.h:
19066         * gst/mpegstream/gstmpegpacketize.h:
19067         * gst/mpegstream/gstmpegparse.c:
19068         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19069         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19070         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19071         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19072         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19073         * gst/mpegstream/gstmpegparse.h:
19074         * gst/mpegstream/gstrfc2250enc.h:
19075           Various changes to the way time is computed that make seeking and
19076           total time estimation much better here.
19077           Use G_BEGIN/END_DECLS instead of __cplusplus
19078
19079         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19080           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19081
19082 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19083
19084         * gst/subparse/gstsubparse.c:
19085           Fix OSX buildbot.
19086
19087 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19088
19089         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19090         (theora_enc_chain), (theora_enc_change_state):
19091         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19092         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19093         (gst_vorbisenc_change_state):
19094         * ext/vorbis/vorbisenc.h:
19095           Set granulepos and timestamp correctly for streams not
19096           starting at 0, taking into account the initial delay.
19097
19098 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19099
19100         * gst/mpegstream/gstdvddemux.c:
19101           Add audio/x-dts to audio pad template caps
19102
19103 2005-01-30  David Schleef  <ds@schleef.org>
19104
19105         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19106         (create_context), (gst_polypsink_link): Fix silly endianness
19107         bug.  Add some debugging.  Remove float from caps; it doesn't
19108         work.  Attempt to get remote audio working.
19109
19110 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19111
19112         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19113           Add 3IV2 fourcc.
19114
19115 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19116
19117         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19118         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19119         (gst_avi_demux_stream_data):
19120         * gst/avi/gstavidemux.h:
19121           Invert DIB images. Fixes #132341.
19122
19123 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19124
19125         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19126         (gst_ffmpegcsp_chain):
19127           D'oh, reference the palette data, not the palette structure.
19128           Fixes color distortion in #132341.
19129
19130 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19131
19132         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19133           PAR can be non-fixed when not provided as argument (#162626).
19134
19135 2005-01-29  David Moore  <dcm@acm.org>
19136
19137         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19138
19139         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19140         (gst_qtdemux_loop_header):
19141           Re-apply patch from #142272 that allows non-seekable sources,
19142           re-proposed by Daniel Drake <dsd@gentoo.org>.
19143
19144 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19145
19146         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19147           Use the src template for creating the src pad (#162330).
19148
19149 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19150
19151         * configure.ac:
19152         * ext/musepack/Makefile.am:
19153         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19154         (gst_musepackdec_init), (gst_musepackdec_dispose),
19155         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19156         (gst_musepack_stream_init), (gst_musepackdec_loop),
19157         (gst_musepackdec_change_state):
19158         * ext/musepack/gstmusepackdec.cpp:
19159         * ext/musepack/gstmusepackdec.h:
19160         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19161         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19162         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19163         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19164         * ext/musepack/gstmusepackreader.cpp:
19165         * ext/musepack/gstmusepackreader.h:
19166           Update to 1.1 API (#165446).
19167
19168 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19169
19170         * ext/Makefile.am:
19171           Unbreak buildbot.
19172
19173 2005-01-28  Andy Wingo  <wingo@pobox.com>
19174
19175         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19176         to reflect a different dubious internet source. Add a reference
19177         and some commentary.
19178
19179 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19180
19181         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19182         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19183         * gst/playback/gststreamselector.h:
19184           Be more selective when we're redoing caps negotiation from
19185           within the chain function on a stream change.
19186
19187 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19188
19189         * configure.ac:
19190         * ext/Makefile.am:
19191         * ext/amrnb/Makefile.am:
19192         * ext/amrnb/amrnb.c: (plugin_init):
19193         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19194         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19195         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19196         (gst_amrnbdec_state_change):
19197         * ext/amrnb/amrnbdec.h:
19198         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19199         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19200         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19201         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19202         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19203         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19204         * ext/amrnb/amrnbparse.h:
19205           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19206         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19207           Add AMR-NB/-WB raw formats.
19208         * ext/alsa/gstalsa.c: (gst_alsa_link):
19209           Keep valid time when changing format.
19210         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19211         (qtdemux_parse_trak):
19212           Add some more format-specific options (#140141, #143555, #155163).
19213
19214 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19215
19216         * gst/matroska/matroska-demux.c:
19217         (gst_matroska_demux_parse_blockgroup):
19218           Fix logic error in timing of subtitle stream synchronization.
19219         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19220           Add skip-chunk, which is found in kodak-camera streams.
19221
19222 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19223
19224         * po/LINGUAS:
19225         * po/vi.po:
19226           Adding Vietnamese translation (submitted by Clytie Siddall)
19227
19228 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19229
19230         * gst/playback/gstdecodebin.c: (try_to_link_1):
19231           Use realpad for signal.
19232
19233 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19234
19235         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19236           Fix category so decodebin picks it up.
19237
19238 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19239
19240         * ext/mad/Makefile.am:
19241         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19242         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19243         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19244         (found_type), (gst_id3demux_bin_change_state):
19245         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19246         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19247         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19248         (gst_id3_tag_change_state), (plugin_init):
19249         * ext/mad/gstmad.h:
19250           Add id3demuxbin (which is a simple bin consisting of id3demux
19251           and typefind), take over rank from id3demux, remove typefind
19252           code from id3demux. Makes all broken mp3s that I know of work,
19253           and thereby fixes #152688.
19254
19255 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19256
19257         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19258
19259         * ext/mad/gstmad.c: (gst_mad_src_event):
19260         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19261           Allow seeks on audio pad, make mad forward those (#164826).
19262         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19263           Set duration (#165335).
19264
19265 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19266
19267         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19268         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19269         (gst_asf_demux_process_ext_content_desc),
19270         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19271         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19272         * gst/asfdemux/gstasfdemux.h:
19273           Improve metadata display, e.g. if the metadata comes before the
19274           streams are loaded (which is perfectly valid).
19275
19276 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19277
19278         * tools/gst-launch-ext-m.m:
19279           Fix AVI/ASF pipelines (#165340).
19280
19281 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19282         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19283         build failure on amd64
19284
19285 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19286
19287         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19288         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19289           Check environment variables GST_ID3V2_TAG_ENCODING,
19290           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19291           list of character encodings to force interpretation of non-unicode
19292           strings stored in an ID3v2 tag to a particular encoding. If none
19293           is specified, try to use current locale's encoding, then fall back
19294           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19295         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19296         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19297           Check environment variables GST_ID3V1_TAG_ENCODING,
19298           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19299           list of character encodings to use in case a string encountered
19300           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19301           specified, try to use the current locale's encoding, then fall
19302           back to ISO-8859-1 (which will always succeed).
19303
19304 2005-01-25  Benjamin Otte  <otte@gnome.org>
19305
19306         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19307           - on half framerate, compute the rate in advance so the comparisons
19308             don't compare wrong values
19309           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19310             behaviour
19311           - don't use mad_header_decode anymore, mad_frame_decode does that
19312             automatically
19313           - when getting rid of consumed bytes, reset the stream's skiplen
19314           (fixes #163867)
19315
19316 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19317
19318         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19319           Use 1/2 a second for default max_discont, as PES streams from DVB
19320           seem to have larger spacings in the SCR. 
19321           Fix a typo.
19322
19323 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19324
19325         * gst/playback/gstplaybasebin.c: (group_commit):
19326           Notify delayed stream-info availability.
19327
19328 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19329         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19330         (gst_a52dec_handle_event), (gst_a52dec_chain):
19331         Add some debug output. Check that a discont has a valid
19332         time associated.
19333         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19334         (gst_alsa_sink_loop):
19335         Ignore TAG events. A little extra debug for broken timestamps.
19336         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19337         (dvdnavsrc_change_state):
19338         Ensure we send a discont to engage the link before we send any
19339         other events.
19340         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19341         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19342         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19343         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19344         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19345         dvd://title works in totem because typefinding sends a seek that ends
19346         up going back to chapter 1 regardless.
19347         * ext/mpeg2dec/gstmpeg2dec.c:
19348         * ext/mpeg2dec/gstmpeg2dec.h:
19349         Output correct timestamps and handle disconts.
19350         * ext/ogg/gstoggdemux.c: (get_relative):
19351         Small guard against a null dereference.
19352         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19353         (gst_textoverlay_set_property):
19354         Free memory when done. Don't call gst_event_filler_get_duration on
19355         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19356         g_warning.
19357         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19358         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19359         (gst_sw_srclink), (gst_smoothwave_chain):
19360         Draw solid lines, prettier colours.
19361         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19362         Add a default palette that'll work for some movies.
19363         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19364         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19365         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19366         * gst/mpegstream/gstdvddemux.h:
19367         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19368         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19369         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19370         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19371         * gst/mpegstream/gstmpegparse.h:
19372         Use PTM/NAV events when for timestamp adjustment when connected to 
19373         dvdnavsrc. Don't use many discont events where one suffices.
19374         * gst/playback/gstplaybasebin.c: (group_destroy),
19375         (gen_preroll_element), (gst_play_base_bin_add_element):
19376         * gst/playback/gstplaybasebin.h:
19377         Make sure we remove subtitles from the same bin we put them in.
19378         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19379         (gst_subparse_buffer_format_autodetect),
19380         (gst_subparse_change_state):
19381         Fix some memleaks and invalid accesses.
19382         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19383         (oggskel_type_find), (cmml_type_find), (plugin_init):
19384         Some typefind functions for Annodex v3.0 files
19385         * gst/wavparse/gstwavparse.h:
19386         GstRiffReadClass is the correct parent class.
19387
19388 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19389
19390         * gst-libs/gst/riff/riff-media.c:
19391         (gst_riff_create_video_caps_with_data):
19392           Add extradata to huffyuv (fixes #165013).
19393         * gst-libs/gst/riff/riff-read.c:
19394         (gst_riff_read_strf_vids_with_data):
19395           Fix extradata extraction if it is in the chunk size.
19396
19397 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19398
19399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19400
19401         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19402         (gst_quarktv_change_state), (gst_quarktv_dispose):
19403           Memory free'ing location fix (#164708).
19404
19405 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19406
19407         * gst/playback/gstplaybasebin.c: (group_commit),
19408         (gen_preroll_element), (probe_triggered), (gen_source_element),
19409         (setup_source), (gst_play_base_bin_change_state),
19410         (gst_play_base_bin_add_element):
19411           Don't block for streams.
19412         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19413         (gst_stream_info_set_mute):
19414           Use gst_pad_set_active_recursive.
19415
19416 2005-01-25  Andy Wingo  <wingo@pobox.com>
19417
19418         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19419         for #ifndef HAVE_XVIDEO.
19420
19421 2005-01-24  Jeffrey C. Ollie
19422
19423         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19424
19425         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19426         * ext/gsm/gstgsmdec.h:
19427         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19428         * ext/gsm/gstgsmenc.h:
19429         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19430         was given by property. Add proper buffer timestamps and offsets.
19431
19432 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19433
19434         * gst-libs/gst/riff/riff-media.c:
19435         (gst_riff_create_audio_caps_with_data):
19436           Audio can be <8000Hz.
19437
19438 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19439
19440         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19441           Explicit state change to workaround refcount bugs.
19442
19443 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19444
19445         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19446         (gst_avimux_riff_get_avi_header):
19447           Fix...
19448
19449 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19450
19451         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19452         (gst_riff_read_element_data):
19453         * gst-libs/gst/riff/riff-read.h:
19454           Add _peek version (req'ed in CDXA).
19455         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19456         (gst_cdxaparse_loop):
19457           Fix parsing in playbin.
19458         * gst/playback/gstdecodebin.c: (close_pad_link):
19459           Ignore current_ pads, they cause major annoyance.
19460
19461 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19462
19463         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19464           Safety guard.
19465
19466 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19467
19468         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19469           Fix padding...
19470
19471 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19472
19473         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19474           Allow for 0-sized buffers. Fixes length query problems in
19475           starwars.mkv from the testsuite.
19476
19477 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19478
19479         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19480         (gst_video_box_i420), (gst_video_box_chain):
19481           Fix row strides for I420 (fixes #163159)
19482           
19483 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19484
19485         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19486           MPEG2 has a useful rate property, so we can actually use that.
19487           For MPEG-1, continue using the bytes/time properties.
19488
19489 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19490
19491         * gst-libs/gst/riff/riff-media.c:
19492         (gst_riff_create_video_caps_with_data),
19493         (gst_riff_create_video_template_caps):
19494           Add intel-h263.
19495
19496 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19497
19498         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19499           Fail if caps negotiation fails. Should fix #162184, and should
19500           definately be in there regardless of it fixing the actual bug.
19501         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19502         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19503         (gst_avimux_riff_get_avix_header),
19504         (gst_avimux_riff_get_video_header),
19505         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19506         (gst_avimux_start_file), (gst_avimux_handle_event),
19507         (gst_avimux_change_state):
19508         * gst/avi/gstavimux.h:
19509           Refactor structure writing to use GST_WRITE_UINT macros, add
19510           metadata writing support.
19511
19512 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19513
19514         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19515           Elements may already be destroyed when this function is called.
19516
19517 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19518
19519         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19520         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19521           More memory leak fixes (#149162).
19522
19523 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19524
19525         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19526         (gst_qtdemux_add_stream):
19527           Fix two memleaks.
19528
19529 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19530
19531         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19532           Argh...
19533
19534 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19535
19536         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19537           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
19538           when fixating to six channels in Totem.
19539
19540 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19541
19542         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
19543           Fix compile warnings on Solaris 10 buildbot
19544
19545 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19546
19547         * ext/dvdread/dvdreadsrc.c: (_read):
19548           Don't read beyond the last cell in a chapter (fixes 
19549           invalid memory access)
19550
19551 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19552
19553         * ext/dvdread/stream_labels.c:
19554         (dvdreadsrc_get_audio_stream_labels):
19555           Use NULL for an empty GList instead of g_list_alloc(); fix 
19556           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
19557           of GString (easier to bulk free later)
19558
19559 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19560
19561         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19562
19563         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19564         (gst_ffmpeg_pixfmt_to_caps):
19565           Fix BGRA32 caps (#164209).
19566
19567 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19568
19569         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19570
19571         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19572         (gst_ffmpeg_caps_to_pixfmt):
19573           alpha_mask can be RGBA/ABGR. Fixes #164265.
19574
19575 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
19576
19577         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19578
19579         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
19580         (gst_mpeg2dec_alloc_buffer):
19581         * ext/mpeg2dec/gstmpeg2dec.h:
19582           Crop if decoding size is not the actual image size (#163676).
19583
19584 2005-01-17  Steve Baker  <steve@stevebaker.org>
19585
19586         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19587
19588         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
19589         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
19590           Add libsndfile typefind functions (#163309).
19591
19592 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19593
19594         * tools/gst-launch-ext-m.m:
19595           Add .aac, fix .m1v/.m2v (#163891).
19596
19597 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19598
19599         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
19600           Sanity check, don't wait endlessly since the clock might not
19601           actually run at this point (which is a deadlock). Fixes #164069.
19602
19603 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19604
19605         * gst/playback/gstplaybasebin.c: (probe_triggered):
19606           Of course, only pause if group is done...
19607
19608 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19609
19610         * gst/playback/gstplaybasebin.c: (probe_triggered):
19611           Thread safety.
19612
19613 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19614
19615         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19616           Don't return state change success when the parent
19617           failed.
19618
19619 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19620
19621         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
19622           Free events (fix memleak in #162905).
19623
19624 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
19625
19626         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19627
19628         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19629         (gst_ffmpeg_caps_to_pixfmt):
19630           Fix for depth = 15. Fixes #161675.
19631
19632 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19633
19634         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19635           Set FPS correctly, even for webcams and the like.
19636         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
19637           Don error on setting while capturing.
19638
19639 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19640
19641         * ext/dv/gstdvdec.c:
19642         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19643         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19644           I'm a bad boy. using /1001. to force C to do float division
19645           and not integer division (as it did in my last commit)
19646           Thanks to David I. Lehn for pointing this mistake.
19647
19648 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19649
19650         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19651           Revert Johan's 1.35->1.36 since it breaks compat.
19652
19653 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19654
19655         * ext/dv/gstdvdec.c:
19656         * ext/libfame/gstlibfame.c:
19657         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19658         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19659           replace framerate aproximations by their real value
19660           (24000/1001, 30000/1001, 60000/1001)
19661           Finish fixing bug #164049
19662
19663 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19664
19665         * ext/ogg/gstoggmux.c:
19666           eos/bos debugging
19667         * gst/tcp/gstmultifdsink.c:
19668         * gst/tcp/gstmultifdsink.h:
19669         * gst/tcp/gsttcp.c:
19670         * gst/tcp/gsttcp.h:
19671         * gst/tcp/gsttcpclientsink.c:
19672         * gst/tcp/gsttcpclientsrc.c:
19673         * gst/tcp/gsttcpserversink.c:
19674         * gst/tcp/gsttcpserversrc.c:
19675           improve reusability of elements after state changes and errors
19676           make multifdsink throw away streamheaders when receiving new ones
19677
19678 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19679
19680         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19681           Fix for if items are already in list...
19682
19683 2005-01-12  Benjamin Otte  <otte@gnome.org>
19684
19685         * gst/adder/gstadder.c: (gst_adder_loop):
19686           fix adder a bit so it doesn't screw up with events as much anymore
19687
19688 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
19689
19690         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
19691         (pixbufscale_scale), (gst_pixbufscale_chain):
19692         * ext/gdk_pixbuf/pixbufscale.h:
19693           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
19694           to ensure rowstrides are calculated the same way as 
19695           ffmpegcolorspace
19696           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
19697           that we pick up duration and offset also.
19698
19699 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19700
19701         * gst/avi/gstavimux.c: (gst_avimux_class_init),
19702         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
19703           Reusability fixes.
19704
19705 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19706
19707         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
19708         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19709         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
19710         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
19711           Update flags when requested.
19712
19713 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19714
19715         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19716           Fix dmix.
19717
19718 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19719
19720         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19721         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
19722         (probe_triggered), (new_decoded_pad), (gen_source_element),
19723         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
19724         * gst/playback/gstplaybasebin.h:
19725         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19726         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
19727         (gst_play_bin_change_state):
19728           Implement group-switch signal for use in apps to clear metadata
19729           cache, clean up subtitle, add suburi property instead of # hack,
19730           some error-out fixes.
19731
19732 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19733
19734         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19735           Debug.
19736         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
19737           If we got a state change in the _get handler, don't return success.
19738
19739 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19740
19741         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
19742         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
19743           Make jpegdec quiet on MJPEG decoding
19744         * gst/asfdemux/README:
19745           Fix mimetypes for MJPEG and H263
19746
19747 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19748
19749         * ext/theora/theoradec.c: (theora_dec_chain):
19750           Fix broken code generation by gcc by swapping arguments.
19751         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19752           Fix \n in debug.
19753
19754 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19755
19756         * TODO:
19757           delete this file, it is by far outdated
19758         * ext/alsa/gstalsa.1: remove
19759         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
19760         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
19761         (gst_alsa_get_caps):
19762           Add HW probing for supported sample rates. Fixes #161704
19763
19764 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19765
19766         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19767           Don't crash, biatch! :).
19768
19769 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19770
19771         * ext/musepack/gstmusepackreader.cpp:
19772         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
19773           Some work on tags - still doesn't work in playbin...
19774         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19775           Handle events...
19776
19777 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19778
19779         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
19780           Also shove tags on kid pads.
19781
19782 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19783
19784         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
19785           Don't bail on unknown events.
19786         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19787           Don't crash on events before negotiation.
19788         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19789           Send tags on pads, too.
19790         * gst/playback/gststreamselector.c:
19791         (gst_stream_selector_request_new_pad):
19792           Forward events on first pad if no input was selected yet.
19793
19794 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19795
19796         * gst/playback/gstplaybasebin.c: (setup_substreams):
19797           Don't disable streamtype if the stream doesn't exist, since
19798           then playing a video after audio will disable both and nothing
19799           will happen. Fixes the testsuite.
19800
19801 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19802
19803         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
19804         (gst_v4l_xoverlay_set_xwindow_id):
19805         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
19806         (gst_v4l2_xoverlay_set_xwindow_id):
19807           Add debug categories, fix overlay disabling.
19808
19809 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19810
19811         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
19812         * ext/alsa/gstalsa.h:
19813           Add HW probing for period_count/size and buffer_size MIX/MAX
19814           Adjust default/user defined value if out of bounds
19815           Should fix bug #162024
19816
19817 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19818
19819         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
19820           Fix warning (#161191).
19821
19822 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19823
19824         * ext/dvdread/stream_labels.c:
19825         (dvdreadsrc_get_audio_stream_labels):
19826           Fix warning (init the good variable in switch default)
19827
19828 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
19829
19830         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19831
19832         * gst/tta/gstttaparse.c: (gst_tta_src_event):
19833           Fix gcc-2.95 compile (#163485).
19834
19835 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19836
19837         * configure.ac:
19838         * ext/flac/gstflacenc.c: (gst_flacenc_init),
19839         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19840         (gst_flacenc_tell_callback), (gst_flacenc_chain),
19841         (gst_flacenc_change_state):
19842         * ext/flac/gstflacenc.h:
19843           Update for API change in flac-1.1.1. Update requirement in
19844           configure.ac. Fixes #162974.
19845
19846 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19847
19848         * gst/playback/gstplaybasebin.c: (group_destroy):
19849           Remove hack to get rid of assert and get rid of unlinked
19850           signals properly.
19851
19852 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19853
19854         * gst/playback/gstplaybasebin.c: (setup_source):
19855           Set source to NULL so that resources are free'ed. Fixes issues
19856           with playback of CDDA and similar device-accessing things.
19857
19858 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19859
19860         * testsuite/embed/Makefile.am:
19861           test->noinst, fix make test in buildbot.
19862
19863 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19864
19865         * ext/dvdread/stream_labels.c: new file
19866         * ext/dvdread/stream_labels.h: new file
19867         * ext/dvdread/Makefile.am:
19868         * ext/dvdread/dvdreadsrc.c: (_seek_title):
19869           Extract audio stream label from DVD IFO files.
19870           It only dump them on the console for now, still have to
19871           make playbin aware of them.
19872
19873 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19874
19875         * gst/playback/gstplaybasebin.c: (setup_source):
19876           Fix hanging subs.
19877
19878 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19879
19880         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19881         (gen_preroll_element), (remove_groups), (setup_subtitle),
19882         (gen_source_element), (setup_source):
19883         * gst/playback/gstplaybasebin.h:
19884           Multiple .sub files is just a stupid idea... Fix some threading
19885           mistakes. Interestingly, external .sub files cause playbin to
19886           hang, I don't know why... Parsing fixes contributed by Fran??ois
19887           Kooman <fkooman@tuxed.net>.
19888
19889 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19890
19891         * testsuite/embed/Makefile.am:
19892           Fix buildbot.
19893
19894 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19895
19896         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19897
19898         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19899         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
19900         (gst_pngenc_set_property):
19901         * ext/libpng/gstpngenc.h:
19902           Add compression level property (#163323).
19903
19904 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19905
19906         * configure.ac:
19907         * examples/capsfilter/capsfilter1.c: (main):
19908         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19909         * ext/dvdread/Makefile.am:
19910         * ext/dvdread/demo-play:
19911         * ext/dvdread/demo-play.c:
19912         * gconf/gstreamer.schemas.in:
19913         * gst-libs/gst/gconf/gconf.c:
19914         * sys/v4l/TODO:
19915         * testsuite/Makefile.am:
19916         * testsuite/embed/Makefile.am:
19917         * testsuite/embed/embed.c: (cb_expose), (main):
19918           Remove all references to xvideosink, fix examples (#140845).
19919         * gst/playback/gstplaybasebin.c: (group_destroy):
19920           Apparently, disposal does not unlink - so do explicitely.
19921         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19922           Add debug.
19923
19924 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
19925
19926         * README: fix PKG_CONFIG_PATH instructions, what was there
19927         previously was breaking default search path, not nice. 
19928         Fixes #163358
19929
19930 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19931
19932         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
19933         (gst_audioscale_chain):
19934           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
19935           when resampling - how the ^@$^!@^! is this possible?!?
19936
19937 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19938
19939         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19940           Reset variables on READY.
19941         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
19942         (gst_matroska_mux_loop):
19943           Require data before writing header.
19944
19945 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
19946
19947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19948
19949         * ext/mad/gstmad.c: (gst_mad_chain):
19950           Don't call mad_stream_sync() directly after recovering sync.
19951           Fixes #151661.
19952
19953 2005-01-09  Martin Eikermann  <meiker@upb.de>
19954
19955         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19956
19957         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
19958         (snapshot_handler), (gst_snapshot_sinkconnect),
19959         (gst_snapshot_chain):
19960           Allocate resources when required, fix recursive signal emission
19961           and fix caps. Fixes #161667.
19962
19963 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19964
19965         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19966
19967         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
19968         (gst_pngdec_chain):
19969           Handle only 8-bppc (bits-per-pixel-component) images, better
19970           error handling and correct strides. Fixes #163177.
19971         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
19972         (gst_pngenc_chain):
19973           Better error handling. Fixes #163348.
19974
19975 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19976
19977         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
19978         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
19979         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
19980         (dvdnavsrc_uri_handler_init):
19981           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
19982         * gst/playback/gstplaybasebin.c: (gen_source_element):
19983           Add MMS to streaming URIs.
19984
19985 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19986
19987         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
19988         * sys/xvimage/xvimagesink.c:
19989         (gst_xvimagesink_navigation_send_event):
19990           Check for pad availability before sending event.
19991
19992 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19993
19994         * gst-plugins.spec.in:
19995           Add subparse.
19996
19997 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19998
19999         * configure.ac:
20000           Since we use functions from CVS, up requirement.
20001
20002 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20003
20004         * gst/playback/Makefile.am:
20005         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20006         (group_destroy), (group_commit), (group_is_muted),
20007         (gen_preroll_element), (add_stream), (unknown_type),
20008         (probe_triggered), (preroll_unlinked), (mute_stream),
20009         (silence_stream), (new_decoded_pad), (setup_substreams),
20010         (setup_source), (get_active_source), (mute_group_type),
20011         (muted_group_change_state), (set_active_source),
20012         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20013         (play_base_eos), (gst_play_base_bin_change_state):
20014         * gst/playback/gstplaybasebin.h:
20015         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20016         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20017         (gst_stream_info_dispose), (stream_info_mute_pad),
20018         (stream_info_change_state), (gst_stream_info_set_mute):
20019         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20020         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20021         (gst_stream_selector_init), (gst_stream_selector_dispose),
20022         (gst_stream_selector_get_linked_pad),
20023         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20024         (gst_stream_selector_get_linked_pads),
20025         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20026         * gst/playback/gststreamselector.h:
20027           Adding stream selection support plus required properties for
20028           applications to use this. Fully fixes #100931.
20029
20030 2005-01-08  Benjamin Otte  <otte@gnome.org>
20031
20032         * gst/games/gstpuzzle.c: (nav_event_handler):
20033           - handle nav events differently: forward every event no matter if it
20034             was handled or not.
20035           - translate events
20036           You can now cheat by using navigationtest ! puzzle and moving the
20037           mouse close to the edge of a tile. ;)
20038
20039 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20040
20041         * configure.ac:
20042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20043         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20044         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20045         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20046         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20047         (gst_ogm_parse_plugin_init):
20048         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20049         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20050         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20051         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20052         * ext/pango/gsttextoverlay.h:
20053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20054         (gst_matroska_demux_handle_seek_event),
20055         (gst_matroska_demux_sync_streams),
20056         (gst_matroska_demux_parse_blockgroup),
20057         (gst_matroska_demux_subtitle_caps),
20058         (gst_matroska_demux_plugin_init):
20059         * gst/matroska/matroska-ids.h:
20060         * gst/playback/gstdecodebin.c: (close_pad_link):
20061         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20062         (gen_preroll_element), (remove_groups), (add_stream),
20063         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20064         (setup_source):
20065         * gst/playback/gstplaybasebin.h:
20066         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20067         * gst/subparse/Makefile.am:
20068         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20069         (gst_subparse_base_init), (gst_subparse_class_init),
20070         (gst_subparse_init), (gst_subparse_formats),
20071         (gst_subparse_eventmask), (gst_subparse_event),
20072         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20073         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20074         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20075         (parse_mpsub_deinit), (parse_mpsub_init),
20076         (gst_subparse_buffer_format_autodetect),
20077         (gst_subparse_format_autodetect), (gst_subparse_loop),
20078         (gst_subparse_change_state), (gst_subparse_type_find),
20079         (plugin_init):
20080         * gst/subparse/gstsubparse.h:
20081         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20082         (plugin_init):
20083           Add subtitle support, .sub parser (supports SRT and MPsub),
20084           OGM text support, Matroska UTF-8 text support, deadlock fixes
20085           all over the place, subtitle awareness in decodebin/playbin
20086           and some fixes to textoverlay to handle subtitles in a stream
20087           correctly. Fixes #100931.
20088
20089 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20090
20091         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20092           Check for pad availability before doing a query on it.
20093
20094 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20095
20096         * ext/dv/gstdvdec.c:
20097           really fix bpp24/32 dvdec caps (classic rgba indeed)
20098         * gst/asfdemux/gstasfdemux.c:
20099         (gst_asf_demux_process_ext_content_desc):
20100           don't send text tags if they are empty (bis repetita)
20101
20102 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20103
20104         * ext/dv/gstdvdec.c:
20105          remove unneeded comment from dvdec
20106           (related to DV 4CC codes in AVI files)
20107           moved them in gstreamer/docs/random/mimetypes
20108         * gst/asfdemux/gstasfdemux.c:
20109         (gst_asf_demux_process_ext_content_desc):
20110          don't send text tags if they are empty
20111          fix mem leak on error path
20112         * gst/ffmpegcolorspace/avcodec.h:
20113         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20114         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20115         (gst_ffmpegcsp_avpicture_fill):
20116         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20117         * gst/ffmpegcolorspace/imgconvert_template.h:
20118          adds BGR32 and BGRA32 to ffmpegcolorspace
20119           (still bad colors, fixing it on next commit)
20120           helps with dvdec outputing BGR32
20121
20122 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20123
20124         * ext/dv/gstdvdec.c:
20125          Fix audio caps i just broke (missing ',')
20126         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20127         (gst_matroska_mux_reset):
20128          Fix typo + add FIXME about old "x-gst-metadata" crap
20129
20130 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20131
20132         * ext/dv/demo-play.c: (main):
20133          xvideosink -> xvimagesink
20134         * ext/dv/gstdvdec.c:
20135          change rgb 32/32 caps to 24/32 (no alpha)
20136          change nb of channels to be a list (2 or 4, not 2)
20137          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20138         * gst/asfdemux/gstasfdemux.c:
20139         (gst_asf_demux_process_ext_content_desc):
20140          Add 'date/year' to extracted metadata list
20141
20142 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20143
20144         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20145           The return value of fixate_to does not imply that the requested
20146           value was set, so don't assume.
20147
20148 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20149
20150         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20151
20152         * ext/libpng/gstpngdec.c:
20153         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20154         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20155         * ext/libpng/gstpngenc.h:
20156           Alpha support (encoder; #163161), mime fixage.
20157
20158 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20159
20160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20161
20162         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20163         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20164         (gst_faac_set_property), (gst_faac_get_property):
20165         * ext/faac/gstfaac.h:
20166           Allow for ADTS output (#153434).
20167
20168 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20169
20170         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20171           Fix against template (#150576).
20172
20173 2005-01-06  Benjamin Otte  <otte@gnome.org>
20174
20175         * gst/games/gstpuzzle.c: (draw_puzzle):
20176           don't draw a puzzle if either width or height of tiles would be 0.
20177
20178 2005-01-06  Benjamin Otte  <otte@gnome.org>
20179
20180         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20181         (gst_puzzle_class_init), (gst_puzzle_finalize):
20182           no memleaks, please
20183         (gst_puzzle_create), (gst_puzzle_init),
20184         (gst_puzzle_set_property), (gst_puzzle_setup):
20185           change initialization code around so we don't reshuffle on resize
20186         (draw_puzzle):
20187           fix another stupid typo
20188
20189 2005-01-06  Benjamin Otte  <otte@gnome.org>
20190
20191         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20192           fix stupid typo that borked copying on YUY2
20193
20194 2005-01-06  Benjamin Otte  <otte@gnome.org>
20195
20196         * gst/games/gstpuzzle.c: (draw_puzzle):
20197           fix edges when image sizes aren't multiples of tile sizes
20198
20199 2005-01-06  Benjamin Otte  <otte@gnome.org>
20200
20201         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20202           make RGB endianness work correctly
20203         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20204           refactor and fix race with initial shuffling
20205         (nav_event_handler):
20206           allow using the mouse to puzzle
20207         (draw_puzzle):
20208           insist on tiles having width and height as multiples of 4 to get
20209           clean YUV image handling
20210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20211         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20212           s/DEBUG/LOG/ for common messages
20213         (gst_xvimagesink_navigation_send_event):
20214           fix mouse event translation to not include screen PAR
20215         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20216           fix mouse event translation to actually work
20217
20218 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20219
20220         * gst/asfdemux/gstasfdemux.c:
20221         (gst_asf_demux_process_ext_content_desc):
20222          Extract TrackNumber metadata + clean up code
20223         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20224          Hope this is the good fix (var used unitialised)
20225
20226 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20227
20228         * ext/faad/gstfaad.c: (gst_faad_chain):
20229           Only increment timestamp if it's valid. Fixes raw AAC streams.
20230
20231 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20232
20233         * configure.ac:
20234         * gst/games/Makefile.am:
20235         * gst/games/gstpuzzle.c:
20236           add a puzzle game with...
20237         * gst/games/gstvideoimage.c:
20238         * gst/games/gstvideoimage.h:
20239           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20240           from videotestsrc and made into something that would be a nice
20241           library for a lot of other plugins.
20242
20243 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20244
20245         * configure.ac:
20246          don't compile faad plugin if a RC of 2.0 is found
20247          Fixes #155346 (and FC1 buildbot)
20248         * gst/asfdemux/gstasfdemux.c:
20249         (gst_asf_demux_process_ext_content_desc):
20250          try to make Solaris compiler happier
20251
20252 2005-01-06  Paul Jack  <pjack@sfaf.org>
20253
20254         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20255
20256         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20257           Fix segfault (#161667).
20258
20259 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20260
20261         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20262           Fix framerate reporting.
20263
20264 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20265
20266         * gst-libs/gst/riff/riff-ids.h:
20267         * gst/wavenc/riff.h:
20268          Add AMR (VBR and CBR) ids to riff.h audio codec list
20269         * gst/asfdemux/gstasfdemux.c:
20270         (gst_asf_demux_process_ext_content_desc),
20271         (gst_asf_demux_process_object):
20272           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20273
20274 2005-01-05  Martin Eikermann  <meiker@upb.de>
20275
20276         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20277
20278         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20279         (gst_dvd_demux_handle_discont):
20280         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20281         (gst_mpeg_demux_handle_discont):
20282           Recreate pads on new-media (#160730).
20283         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20284           Send discont even if manager changes timestamps (#161929).
20285
20286 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20287
20288         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20289
20290         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20291           Fix invalid memory access (#159211).
20292
20293 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20294
20295         * examples/gstplay/player.c: (main):
20296           Don't iterate.
20297         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20298           Add visualizations.
20299         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20300         (gst_a52dec_handle_frame):
20301           Set duration.
20302         * ext/dvdnav/gst-dvd:
20303           Add audioconvert. Fixes #161325.
20304         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20305           Explicitely case to gint64. Possible valgrind error.
20306         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20307         (gst_play_tick_callback), (gst_play_change_state),
20308         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20309         (gst_play_set_location), (gst_play_get_location),
20310         (gst_play_seek_to_time), (gst_play_set_data_src),
20311         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20312         (gst_play_set_visualization), (gst_play_connect_visualization),
20313         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20314         (gst_play_new):
20315           Use playbin. Fixes #139749 and #147744.
20316         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20317           Add genre tag.
20318         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20319         (audioscale_get_type), (gst_audioscale_base_init),
20320         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20321         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20322         (gst_audioscale_link), (gst_audioscale_get_buffer),
20323         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20324         (gst_audioscale_init), (gst_audioscale_dispose),
20325         (gst_audioscale_chain), (gst_audioscale_set_property),
20326         (gst_audioscale_get_property), (plugin_init):
20327           Indent properly.
20328         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20329           Fix LPCM.
20330         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20331         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20332         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20333           Add more metadata (fixes #162656).
20334
20335 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20336
20337         * configure.ac:
20338           back to cvs
20339
20340 === release 0.8.7 ===
20341
20342 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20343
20344         * NEWS:
20345         * RELEASE:
20346         * configure.ac:
20347           releasing 0.8.7, "Hyperspace"
20348
20349 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20350
20351         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20352
20353         * gst/playback/gstplaybasebin.c:
20354          Fix for #162924 - free caps after use, not before
20355
20356 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20357
20358         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20359
20360         * gst/playback/gstplaybasebin.c:
20361         * gst/wavparse/gstwavparse.c:
20362           Fix for #154773 - fixes playback of small .wav files
20363
20364 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20365
20366         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20367
20368         * gst/audioscale/gstaudioscale.c:
20369           Fix for #162819 - make audioscale reusable
20370           Fixes playback of more than one file with playbin/totem
20371
20372 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20373
20374         * gst/ffmpegcolorspace/avcodec.h:
20375         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20376         * gst/ffmpegcolorspace/imgconvert.c:
20377           clean up the mess that made me cry and avoid needless duplication
20378
20379 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20380
20381         * gst/ffmpegcolorspace/imgconvert.c:
20382           give some indication of why we're segfaulting
20383
20384 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20385
20386         * configure.ac:
20387           Fix indentation, fix v4l2 plugin detection.
20388         * ext/Makefile.am:
20389           Fix libmms location (Maciej, use diff -u!).
20390         * ext/alsa/gstalsa.c: (gst_alsa_init):
20391           Initialize caps cache to NULL.
20392         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20393           Only change state on audiosink if it exists.
20394
20395 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20396
20397         * gst/matroska/matroska-demux.c:
20398         * gst/matroska/matroska-ids.h:
20399         * gst/matroska/matroska-demux.h:
20400         Fix Vorbis streams failing to decode in some files, where cluster_time
20401         isn't 0, because then it doesn't send codec_priv before actual data.
20402         Remove time-based test and replace it with marker set on beginning of
20403         new stream
20404
20405 2004-12-28  David Schleef  <ds@schleef.org>
20406
20407         Merge patch from Ronald fixing problems with streaming
20408         text.
20409         * ext/cairo/gstcairo.c: (plugin_init):
20410         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20411         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20412         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20413         (gst_textoverlay_font_init), (gst_textoverlay_init),
20414         (gst_textoverlay_set_property):
20415         * ext/cairo/gsttextoverlay.h:
20416
20417 2004-12-27  David Schleef  <ds@schleef.org>
20418
20419         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20420         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20421         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20422         (gst_textoverlay_font_init), (gst_textoverlay_init),
20423         (gst_textoverlay_set_property): Improvements to actually
20424         render text as white on black outline on video, including
20425         font selection and horizontal/vertical alignment.  (Ronald's
20426         christmas present)
20427         * ext/cairo/gsttextoverlay.h:
20428
20429 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20430
20431         * ext/ogg/gstogg.c:
20432         * ext/ogg/gstogmparse.c:
20433           fix ogm[audio/video]parse plugin registration
20434           (riff won't load if bytestream is already loaded)
20435
20436 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20437
20438         * gst/audioconvert/gstchannelmix.c:
20439           fix for GLIB < 2.4
20440
20441 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20442
20443         * Makefile.am:
20444         * configure.ac:
20445           disable docs again until it actually passes make distcheck.
20446
20447 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20448
20449         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20450         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20451         (plugin_init):
20452           Add 3GP (variables name Q3GP because they can't start with a
20453           number). Add samr audio fourcc (used in .3gp files), decoder
20454           is work in progress. Also do a GST_WARNING instead of ERROR
20455           in case of unknown nodes, to decrease output.
20456
20457 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20458
20459         * Makefile.am:
20460           really fix dist
20461
20462 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20463
20464         * configure.ac:
20465         * ext/speex/gstspeexdec.h:
20466         * ext/speex/gstspeexenc.h:
20467           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20468           Fix detection code in configure.ac
20469
20470 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20471
20472         * gst/matroska/matroska-demux.c:
20473         (gst_matroska_demux_parse_blockgroup):
20474           Save position, so that queries give proper return values. Don't
20475           know how this could ever have worked before...
20476
20477 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20478
20479         * configure.ac:
20480           Put additional LAME check inside the conditional.  Fixes #152339
20481
20482 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20483
20484         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20485         (gst_avi_demux_stream_scan):
20486           Add some more debug. Fix logic error when setting movi offset
20487           while reading index.
20488
20489 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20490
20491         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20492         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20493         (gst_avi_demux_process_next_entry):
20494           Add some debugging. Better detection of broken indexes and the
20495           accompanying index recovery. No infinite loops on state changes
20496           when we're still in our loopfunction.
20497
20498 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20499
20500         * configure.ac:
20501           Fix up.
20502
20503 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20504
20505         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20506
20507         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20508           Normalizing the value before setting
20509         (gst_sunaudiomixer_get_volume):
20510           Normalizing the value after getting. Fixes bug# 161980
20511
20512 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20513
20514         * Makefile.am: Make sure docs gets disted
20515         * docs/Makefile.am: Make sure all needed files get disted
20516         * gst-plugins.spec.in: latest updates
20517
20518 2004-12-22  Wim Taymans  <wim@fluendo.com>
20519
20520         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20521         Revert patch 1.38 as clock distribution over schedulers does
20522         not work correcly in the core yet.
20523
20524 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20525
20526         * sys/oss/README: remove this file, which predates my birth
20527           (and which content is by far outdated)
20528
20529 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20530
20531         * Makefile.am:
20532         * configure.ac:
20533         * docs/Makefile.am:
20534         * docs/libs/Makefile.am:
20535         * docs/libs/gst-plugins-libs-docs.sgml:
20536         * docs/libs/gst-plugins-libs-sections.txt:
20537         * docs/libs/tmpl/gstgconf.sgml:
20538         * docs/upload.mak:
20539         * docs/version.entities.in:
20540           Added boilerplate gtk-doc files for plugin-libs documentation.
20541
20542 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20543
20544         * gst/auparse/gstauparse.c: fix int and float audio caps
20545
20546 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20547
20548         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20549         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
20550           g_assert() can be a macro, don't use #ifdef inside it.
20551
20552 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
20553
20554         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20555
20556         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20557         (gst_videorate_init), (gst_videorate_chain),
20558         (gst_videorate_change_state):
20559           Event handling (fixes #159986).
20560
20561 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20562
20563         * gst-libs/gst/riff/riff-media.c:
20564         (gst_riff_create_video_caps_with_data):
20565           Add BLZ0 (Blizzard's version of DivX) fourcc.
20566
20567 2004-12-18  David Schleef  <ds@schleef.org>
20568
20569         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
20570         portability fix.
20571
20572 2004-12-18  David Schleef  <ds@schleef.org>
20573
20574         * gst/tta/ttadec.h: Disable some header code that isn't used
20575         and clearly isn't portable.
20576
20577 2004-12-18  David Schleef  <ds@schleef.org>
20578
20579         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20580         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20581         (avcodec_get_pix_fmt), (avpicture_layout),
20582         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
20583         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
20584         Fix code to not use GCC extensions (and c99 extensions that
20585         Forte does not like.)
20586
20587 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20588
20589         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20590
20591         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20592         (gst_deinterlace_chain):
20593           Rowstride fixes. Fixes #161039.
20594         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
20595         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
20596         (gst_video_crop_getcaps), (gst_video_crop_link),
20597         (gst_video_crop_i420), (gst_video_crop_chain),
20598         (gst_video_crop_change_state):
20599           Rework of negotiation. Actually works now. Fixes #158650.
20600
20601 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20602
20603         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
20604           That was very stupid.
20605
20606 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20607
20608         * gst/matroska/matroska-demux.c:
20609         (gst_matroska_demux_parse_blockgroup):
20610           Fix possible crasher.
20611
20612 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20613
20614         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
20615         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
20616           Lace sizes can be zero.
20617
20618 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20619
20620         * ext/musepack/gstmusepackdec.cpp:
20621           Fetch error return values. Fixes #161624.
20622         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20623           Really EOS.
20624
20625 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20626
20627         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
20628           Work for truncated (unfinished download etc.) files. Fixes #160514.
20629
20630 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20631
20632         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20633           Fix for integer overflow. Makes #156001 not crash. Probably masks
20634           the real bug.
20635
20636 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20637
20638         * gst/ac3parse/gstac3parse.c: (plugin_init):
20639           Parsers never have ranks. Fixes #159651.
20640
20641 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20642
20643         * gst/playback/gstdecodebin.c: (compare_ranks):
20644           make sure the facotries are ordered the same every time even if they
20645           have the same rank by using the name
20646         * gst/playback/gstdecodebin.c: (find_compatibles):
20647           make sure we don't add factories to the list twice
20648
20649 2004-12-16  David Schleef  <ds@schleef.org>
20650
20651         * configure.ac: look for musepack headers as musepack/*.h
20652         (fixes #159847)
20653         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
20654         * ext/musepack/gstmusepackreader.h: same
20655
20656 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20657
20658         * gst-libs/gst/riff/riff-read.c:
20659         (gst_riff_read_strf_auds_with_data):
20660           Read extradata correctly (fixes #155879).
20661
20662 2004-12-16  David Schleef  <ds@schleef.org>
20663
20664         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
20665         audio.  does _not_ attempt or allow conversion unless channels
20666         is 1 or 2.
20667
20668 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20669
20670         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
20671
20672 2004-12-16  David Schleef  <ds@schleef.org>
20673
20674         * gst/audioscale/gstaudioscale.c: the resample library only
20675         handles 1 or 2 channels.  Change caps to compensate.
20676
20677 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20678
20679         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
20680         (gst_matroska_demux_audio_caps):
20681           Some MPEG-AAC hacks, because else it doesn't work...
20682
20683 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20684
20685         * gst-libs/gst/riff/riff-media.c:
20686         (gst_riff_create_video_caps_with_data),
20687         (gst_riff_create_video_template_caps):
20688           Add h264.
20689
20690 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20691
20692         * gst-libs/gst/audio/Makefile.am:
20693           Try to fix buildbot.
20694
20695 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20696
20697         * gst/tcp/gstmultifdsink.c:
20698           Clean up and uniformize debugging.
20699
20700 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
20701
20702         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20703
20704         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20705         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
20706         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
20707         (gst_mpeg_demux_change_state):
20708           Reset on ready. Fixes 160276.
20709
20710 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20711
20712         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20713
20714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20715         (gst_ffmpegcsp_pad_link):
20716           Fix memleak (#154815).
20717
20718 2004-12-16  James Bowes  <bowes@cs.dal.ca>
20719
20720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20721
20722         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
20723         (gst_musicbrainz_init), (gst_musicbrainz_chain),
20724         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
20725         * ext/musicbrainz/gsttrm.h:
20726           Add support for using a proxy server when getting a trm id from
20727           the MusicBrainz database (#149613).
20728
20729 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
20730
20731         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20732
20733         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
20734         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20735           Fix memleaks (#157233).
20736
20737 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20738
20739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20740
20741         * gst-libs/gst/resample/resample.c: (gst_resample_close):
20742         * gst-libs/gst/resample/resample.h:
20743         * gst/audioscale/gstaudioscale.c:
20744           Fix memleak (#159215).
20745
20746 2004-12-16  Toni Willberg  <toniw@iki.fi>
20747
20748         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20749
20750         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20751         * sys/oss/oss_probe.c: (main):
20752           Check for mono/stereo support (similar to samplerate probing),
20753           fixes #159433. Also add missing copyright header to oss_probe.c.
20754
20755 2004-12-15  David Schleef  <ds@schleef.org>
20756
20757         * configure.ac: add audioresample and cairo plugins.  Remove
20758         HAVE_MMX stuff, because it's not used.
20759         * ext/Makefile.am: same
20760         * ext/audioresample/Makefile.am: You are not ready for an
20761         audio resampling element based on audioresample.
20762         * ext/audioresample/gstaudioresample.c:
20763         * ext/audioresample/gstaudioresample.h:
20764         * ext/cairo/Makefile.am: You are not ready for overlay elements
20765         based on cairo.  Don't look too closely, these elements kinda
20766         suck right now.
20767         * ext/cairo/gstcairo.c: new
20768         * ext/cairo/gsttextoverlay.c: new
20769         * ext/cairo/gsttextoverlay.h: new
20770         * ext/cairo/gsttimeoverlay.c: new
20771         * ext/cairo/gsttimeoverlay.h: new
20772         * gst-libs/gst/media-info/media-info-priv.h: fix compile
20773         problem with compilers that don't support variadic macros.
20774
20775 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20776
20777         Reviewed by:  David Schleef  <ds@schleef.org>
20778
20779         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
20780         Bala, registering sunaudiosrc (oops!), and cleaning up code a
20781         bit.  Also ran indent-gst.
20782         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
20783         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
20784         (gst_sunaudiosrc_setparams):
20785
20786 2004-12-14  David Schleef  <ds@schleef.org>
20787
20788         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
20789         output rate to 16000.  Should fix #160235.
20790
20791 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20792
20793         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
20794         Add typefinding for mpeg2 pes streams
20795
20796 2004-12-13  David Schleef  <ds@schleef.org>
20797
20798         * configure.ac:  Applied patch from bug #143659, making default
20799         sources and sinks OS-dependent (for Solaris), and added code
20800         for OS/X.
20801         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
20802
20803 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20804
20805         * gst-libs/gst/riff/riff-media.c:
20806           forgot to add h2.64 to avidemux template caps
20807
20808 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20809
20810         * gst/wavenc/riff.h:
20811         * gst-libs/gst/riff/riff-media.c:
20812         * gst-libs/gst/riff/riff-ids.h:
20813         * gst/avi/gstavimux.c
20814         add 4CC code for VideoSoft h264 in AVI (VSSH)
20815           fixes bug #160655
20816         remove s323 from riff, it's quicktime specific :(
20817
20818 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20819
20820         * gst/asfdemux/README
20821         * gst/wavenc/riff.h
20822         * gst-libs/gst/riff/riff-ids.h
20823         * gst-libs/gst/riff/riff-media.c
20824         * gst/qtdemux/qtdemux.c:
20825           add new 4CC codes for h263 related codecs
20826           fixes partially bug #155163
20827
20828 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
20829
20830         * configure.ac: Update polyaudio requirement to 0.7
20831         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
20832
20833 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20834
20835         * gst/interleave/deinterleave.c:
20836         fix my name's spelling! :)
20837
20838 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20839
20840         * AUTHORS ChangeLog
20841         * gst/auparse/gstauparse.c
20842         * gst/interleave/deinterleave.c
20843         * gst/law/:
20844                 alaw-decode.c alaw-encode.c
20845                 mulaw-decode.c mulaw-encode.c
20846         * gst/oneton/gstoneton.c
20847         * sys/osxaudio/:
20848                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
20849         * sys/osxvideo/:
20850                 cocoawindow.h cocoawindow.m
20851                 osxvideosink.h osxvideosink.m
20852
20853         put the same mail address for Zaheer Abbas Merali everywhere
20854
20855 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20856
20857         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
20858           Align by packetsize, and assert that we a packet available before
20859           playing. The first makes webstreams work (they often include
20860           trailing padding data in a packet), the second allows pausing a
20861           ASF stream in totem without getting demux errors afterwards.
20862
20863 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20864
20865         * ext/ogg/gstoggdemux.c: (get_relative):
20866           Check for non-NULL before accessing member (end-of-chain).
20867
20868 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20869
20870         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20871         (cdparanoia_set_property), (cdparanoia_get_property):
20872         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20873         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
20874         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20875         (dvdreadsrc_init), (dvdreadsrc_set_property),
20876         (dvdreadsrc_get_property):
20877         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
20878         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
20879           Synchronize property names where not yet the case. Devices are
20880           now device=X, other versions are deprecated (but still exist).
20881           Also use g_free() unconditionally.
20882         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20883         (setup_source), (gst_play_base_bin_get_property):
20884           Expose source.
20885
20886 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20887
20888         * configure.ac: move GCONF macro outside conditional for the am
20889           conditional. Fixes #160439
20890
20891 2004-12-08  David Schleef  <ds@schleef.org>
20892
20893         * tools/gst-visualise-m.m: Switch to elements that currently
20894         exist.
20895
20896 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20897
20898         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20899           We love wrong commas.
20900
20901 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20902
20903         * gst/matroska/matroska-demux.c:
20904         (gst_matroska_demux_handle_src_query):
20905           Don't set DEFAULT, unsupported - makes length display incorrectly
20906           in some cases.
20907
20908 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20909
20910         * gst/monoscope/README: remove blurb about files being GPL
20911         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
20912         * gst/monoscope/monoscope.c: Change license to BSD with explanation
20913           monoscope is now effectively LGPL licensed
20914
20915 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20916
20917         * gst/monoscope/README: Update information to be more correct
20918         * gst/monoscope/convolve.c: Relicense to LGPL
20919         * gst/monoscope/convolve.h: Relicense to LGPL
20920
20921 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
20922
20923         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20924           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
20925         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
20926           set default_duration for mpeg1 audio
20927
20928 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20929
20930         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
20931         * ext/alsa/gstalsa.h:
20932           refactor big chunks of the core caps negotiation code to make it
20933           a lot faster, because people claim it's really slow
20934           (actually, just cache the getcaps when the device is opened)
20935
20936 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20937
20938         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
20939         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
20940         (gst_a52dec_handle_frame), (gst_a52dec_chain),
20941         (gst_a52dec_change_state), (plugin_init):
20942         * ext/a52dec/gsta52dec.h:
20943           Do something useful with timestamps. Make chain-based (since
20944           there's really no reason to be loopbased).
20945         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20946           Update current_byte/frame correctly.
20947
20948 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20949
20950         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
20951         (gst_ape_demux_stream_init):
20952           Forward tags, too.
20953
20954 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20955
20956         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
20957           Let's make sure we're done typefinding when detecting tags.
20958
20959 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20960
20961         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
20962         (gst_ebml_read_init), (gst_ebml_read_use_event),
20963         (gst_ebml_read_element_id), (gst_ebml_peek_id),
20964         (gst_ebml_read_seek), (gst_ebml_read_skip),
20965         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
20966         (gst_ebml_read_master):
20967         * gst/matroska/ebml-read.h:
20968         * gst/matroska/matroska-demux.c:
20969         (gst_matroska_demux_parse_contents),
20970         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
20971           Disgustingly evil hack for working around INTERRUPT events and
20972           their extremely annoying habit of being a pain in the ass. We
20973           simply peek a cluster before reading any of it.
20974
20975 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20976
20977         * ext/musepack/gstmusepackdec.cpp:
20978           There's also floating point libmusepacks.
20979
20980 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20981
20982         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
20983         (gst_faad_chanpos_to_gst), (gst_faad_chain):
20984           Set DURATION even if source buffer didn't. Also use increasing
20985           timestamps.
20986         * gst-libs/gst/riff/riff-media.c:
20987         (gst_riff_create_audio_caps_with_data):
20988           Block_align can have larger values than 8192.
20989
20990 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20991
20992         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
20993         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
20994         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
20995         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
20996           Fix caps.
20997
20998 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20999
21000         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
21001           Fix logic bug.
21002
21003 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21004
21005         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
21006           Yay, another one.
21007
21008 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21009
21010         * ext/esd/esdsink.c: (gst_esdsink_chain):
21011           Make error actually say something useful (fixes #156798).
21012         * gst-libs/gst/riff/riff-media.c:
21013         (gst_riff_create_video_caps_with_data),
21014         (gst_riff_create_video_template_caps):
21015           Add Intel Video 5.0 fourcc (IV50).
21016
21017 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21018
21019         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21020         detection on mono and stereo mp3 files.
21021
21022 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21023
21024         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21025           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21026           the contained stream).
21027
21028 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21029
21030         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21031           Oops, remove debug.
21032
21033 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21034
21035         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21036
21037         * gst/law/alaw-decode.c: (alawdec_getcaps):
21038         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21039           Prevent warnings when negotiating caps (fixes #159338).
21040
21041 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21042
21043         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21044         (gst_ffmpegcsp_chain):
21045           Remove old leftover that shouldn't be there...
21046
21047 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21048
21049         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21050
21051         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21052           Don't forward DISCONT events (fixes #159684).
21053
21054 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21055
21056         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21057           Unlink manually since sometimes bin disposal (and therefore
21058           pad unlinking) is delayed, which will cause a new media file
21059           to not be able to start playing instantly.
21060
21061 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21062
21063         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21064           On mute of an unlinked stream, check for pad availability so
21065           we don't crash on unlinked pad.
21066
21067 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21068
21069         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21070         (gst_avi_demux_massage_index):
21071           Fix quite humiliating bug in omitting 0-sized index chunks but
21072           forgetting to count them for timestamps.
21073
21074 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21075
21076         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21077           Actually leave the loop if we failed to sync. Don't crash.
21078
21079 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21080
21081         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21082         (gst_dvd_demux_process_private):
21083         * gst/mpegstream/gstdvddemux.h:
21084           Fix crash (#159759). Doesn't work, though. :-(.
21085
21086 2004-11-28  Benjamin Otte  <otte@gnome.org>
21087
21088         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21089           more overwriting protection due to modifying channels one by one
21090           instead of all at once
21091
21092 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21093
21094         * gst/audioconvert/gstchannelmix.c:
21095         (gst_audio_convert_fill_normalize):
21096           Normalize using absolute values.
21097
21098 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21099
21100         * configure.ac:
21101         * ext/Makefile.am:
21102         * ext/directfb/Makefile.am:
21103         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21104         (gst_directfbvideosink_get_pixel_format),
21105         (gst_directfbvideosink_get_format_from_fourcc),
21106         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21107         (gst_directfbvideosink_sink_link),
21108         (gst_directfbvideosink_change_state),
21109         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21110         (gst_directfbvideosink_buffer_alloc),
21111         (gst_directfbvideosink_interface_supported),
21112         (gst_directfbvideosink_interface_init),
21113         (gst_directfbvideosink_navigation_send_event),
21114         (gst_directfbvideosink_navigation_init),
21115         (gst_directfbvideosink_set_property),
21116         (gst_directfbvideosink_get_property),
21117         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21118         (gst_directfbvideosink_base_init),
21119         (gst_directfbvideosink_class_init),
21120         (gst_directfbvideosink_get_type), (plugin_init):
21121         * ext/directfb/directfbvideosink.h: Adding a first version of
21122         directfbvideosink.
21123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21124         more.
21125
21126 2004-11-28  Benjamin Otte  <otte@gnome.org>
21127
21128         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21129           walk the samples backwards if out_channels > in_channels so we don't
21130           overwrite data
21131
21132 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21133
21134         * gst/audioconvert/Makefile.am:
21135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21136         (gst_audio_convert_link), (gst_audio_convert_change_state),
21137         (gst_audio_convert_channels):
21138         * gst/audioconvert/gstchannelmix.c:
21139         (gst_audio_convert_unset_matrix),
21140         (gst_audio_convert_fill_identical),
21141         (gst_audio_convert_fill_compatible),
21142         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21143         (gst_audio_convert_fill_others),
21144         (gst_audio_convert_fill_normalize),
21145         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21146         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21147         * gst/audioconvert/gstchannelmix.h:
21148           Implement a channel mixer.
21149
21150 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21151
21152         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21153         * ext/alsa/gstalsa.h:
21154         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21155         Make alsasink actually honor gst_element_set_clock and use that
21156         clock instead of its internal one.
21157
21158 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21159
21160         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21161         (gst_play_base_bin_change_state): nullify source and decoder when
21162         going from READY to NULL so that we don't try to do weird stuff with
21163         them when going from NULL to READY
21164         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21165         instead of g_object_unref
21166         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21167         it should be correct
21168         (gst_play_bin_change_state): don't call remove_sinks if we are
21169         currently disposing the object
21170
21171 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21172
21173         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21174           Don't forget bass if it's there. Else left channel is silent...
21175
21176 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21177
21178         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21179         (gst_a52dec_change_state):
21180           Don't do sample adjusting anymore, we use float audio now.
21181         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21182           Don't fixate to non-existing properties.
21183
21184 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21185
21186         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21187         (gst_a52dec_change_state):
21188           Advertise that we can do surround sound.
21189
21190 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21191
21192         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21193           Add buffer-frames=0.
21194         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21195         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21196         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21197         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21198         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21199         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21200         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21201         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21202         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21203         * ext/dvdread/dvdreadsrc.h:
21204           Add seeking, querying for bytes, sectors, title, angle and
21205           chapter. Handle multiple chapters. Relicense to LGPL because
21206           Billy agreed on that (thanks Billy!).
21207
21208 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21209
21210         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21211         call parent dispose method
21212
21213 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21214
21215         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21216         (gst_audio_clock_get_internal_time):
21217         Fix active <-> inactive transitions: ensure time value always
21218         grows and avoid abrupt value changes.
21219
21220 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21221
21222         * configure.ac:
21223         * gst/tta/Makefile.am:
21224         * gst/tta/crc32.h:
21225         * gst/tta/filters.h:
21226         * gst/tta/gsttta.c:
21227         * gst/tta/gstttadec.c:
21228         * gst/tta/gstttadec.h:
21229         * gst/tta/gstttaparse.c:
21230         * gst/tta/gstttaparse.h:
21231         * gst/tta/ttadec.h:
21232           added TTA parser and decoder
21233
21234 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21235
21236         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21237         (probe_triggered), (check_queue), (buffer_underrun),
21238         (buffer_running), (buffer_overrun), (gen_source_element),
21239         (setup_source):
21240         * gst/playback/gstplaybasebin.h:
21241           Implement buffering. Needs some more work.
21242
21243 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21244
21245         * ext/theora/theoradec.c: (theora_dec_chain):
21246           Fix ilog mask range overflow.
21247
21248 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21249
21250         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21251           Don't omit the last (which in case of dmix is the only :) )
21252           channel count. Don't set channels if <= 2.
21253
21254 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21255
21256         * gst/playback/gstplaybin.c: (gen_video_element),
21257         (gen_audio_element): Removed 2 obsolete comments
21258
21259 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21260
21261         * ext/vorbis/oggvorbisenc.c
21262         * ext/vorbis/vorbisenc.c :
21263           change description fields of those plugins to differentiate them
21264           (pitivi show Encoders by description, they had the same one)
21265
21266 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21267
21268         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21269
21270         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21271         (gst_play_bin_set_property), (gen_video_element),
21272         (gen_audio_element):
21273           Refcounting fixes for provided audio-/videosinks.
21274
21275 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21276
21277         * gst/playback/gstplaybin.c: (gen_video_element),
21278         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21279           Don't reference all sinks, but only the video- and audiosinks.
21280           The vis. element should be disposed when we're done with it.
21281           We don't have any reason to keep it around. This fixes warnings
21282           when reusing playbin for playing multiple audio files with
21283           vis. enabled. Also release audio device on pause - idea stolen
21284           from Rhythmbox.
21285
21286 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21287
21288         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21289         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21290         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21291         * ext/alsa/gstalsaplugin.c: (plugin_init):
21292         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21293         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21294         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21295         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21296         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21297         (gst_faad_change_state), (plugin_init):
21298         * ext/faad/gstfaad.h:
21299         * ext/vorbis/vorbis.c: (plugin_init):
21300         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21301         * gst-libs/gst/audio/Makefile.am:
21302         * gst-libs/gst/audio/audio.c: (plugin_init):
21303         * gst-libs/gst/audio/multichannel.c:
21304         (gst_audio_check_channel_positions),
21305         (gst_audio_get_channel_positions),
21306         (gst_audio_set_channel_positions),
21307         (gst_audio_set_structure_channel_positions_list),
21308         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21309         (gst_audio_fixate_channel_positions):
21310         * gst-libs/gst/audio/multichannel.h:
21311         * gst-libs/gst/audio/testchannels.c: (main):
21312         * gst/audioconvert/gstaudioconvert.c:
21313         (gst_audio_convert_class_init), (gst_audio_convert_init),
21314         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21315         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21316         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21317         * gst/audioconvert/plugin.c: (plugin_init):
21318           Surround sound support.
21319
21320 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21321
21322         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21323           Fix position for discont if we're close as well. Nitpicking, but
21324           saves a few milliseconds of extra waiting or skipping.
21325
21326 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21327
21328         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21329           We sometimes need parsers for playback, so add those too.
21330
21331 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21332
21333         * configure.ac:
21334         * gst/apetag/Makefile.am:
21335         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21336         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21337         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21338         (gst_ape_demux_get_src_query_types),
21339         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21340         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21341         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21342         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21343         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21344         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21345         (gst_ape_demux_change_state):
21346         * gst/apetag/apedemux.h:
21347         * gst/apetag/apetag.c: (plugin_init):
21348         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21349         (plugin_init):
21350           APE v1/2 tag reader plus typefind function.
21351
21352 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21353
21354         * configure.ac:
21355         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21356         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21357           Remove hacks for older core. Require newer core version
21358           accordingly.
21359
21360 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21361
21362         * gst/cdxaparse/Makefile.am:
21363         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21364         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21365         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21366         * gst/cdxaparse/gstcdxaparse.h:
21367         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21368         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21369         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21370         (gst_cdxastrip_get_src_query_types),
21371         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21372         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21373         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21374         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21375         * gst/cdxaparse/gstcdxastrip.h:
21376           SVCD/VCD header stripping separated from CDXA image parsing.
21377         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21378         (plugin_init):
21379           Add VCD/SVCD header typefinding for VCD/SVCD.
21380         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21381         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21382         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21383         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21384         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21385         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21386         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21387         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21388         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21389         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21390         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21391         * sys/vcd/vcdsrc.h:
21392           Fix up, add seeking, querying, URI interface. Works in totem now.
21393
21394 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21395
21396         * configure.ac:
21397           back to CVS
21398
21399 === release 0.8.6 ===
21400
21401 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21402
21403         * NEWS:
21404         * RELEASE:
21405         * configure.ac:
21406         * po/af.po:
21407         * po/az.po:
21408         * po/cs.po:
21409         * po/en_GB.po:
21410         * po/hu.po:
21411         * po/it.po:
21412         * po/nb.po:
21413         * po/nl.po:
21414         * po/or.po:
21415         * po/sq.po:
21416         * po/sr.po:
21417         * po/sv.po:
21418         * po/uk.po:
21419           releasing 0.8.6, "IOU Love"
21420
21421 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21422
21423         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21424
21425         * gst/playback/gstplaybasebin.c:
21426           Fix unplayable files error handling.  Fixes #158365
21427
21428 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21429
21430         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21431
21432         * gst/typefind/gsttypefindfunctions.c:
21433           Fix broken mp3 typefinding.  Fixes #158375
21434
21435 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21436
21437         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21438
21439         * ext/ogg/gstoggdemux.c:
21440           Fix sync on broken files.  Fixes #158976
21441
21442 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21443
21444         patch by: Edward Hervey <bilboed@bilboed.com>
21445
21446         * ext/libpng/gstpngenc.c:
21447           Copy over buffer properties.  Fixes #158832
21448
21449 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21450
21451         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21452
21453         * ext/dvdread/dvdreadsrc.c:
21454           Fixes invalid reads (#158462)
21455
21456 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21457
21458         * sys/v4l/gstv4lsrc.c:
21459         * sys/v4l/gstv4lsrc.h:
21460         * sys/v4l/v4lsrc_calls.c:
21461           Probe less and cache it.  Fixes #159187.
21462
21463 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21464
21465         * gst/videorate/gstvideorate.c:
21466           Handle all video formats. Fixes #159186.
21467
21468 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21469         * gst/synaesthesia/gstsynaesthesia.c:
21470         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21471         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21472         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21473         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21474         (gst_synaesthesia_change_state), (plugin_init):
21475         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21476         Force 320x200 output, as that's the only thing the underlying
21477         synaesthesia implementation supports. Still needs to be made
21478         re-entrant.
21479
21480 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21481
21482         * configure.ac:
21483           Fix mpeg2enc configure check (similar to mplex check below).
21484
21485 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21486
21487         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21488
21489         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21490           Fix for gcc-2.95 (fixes #158221).
21491
21492 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21493
21494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21495           Re-add clock distribution hack (until new core is released).
21496           Fixes #158125.
21497
21498 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21499         * configure.ac:
21500           fix mplex configure check segfaulting on some systems (bug #140994)
21501
21502 2004-11-13  Benjamin Otte  <otte@gnome.org>
21503
21504         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21505           add debugging
21506         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21507           do a wait when we enter the loop func with no data available to
21508           write instead of getting into an 100% CPU loop by just returning and
21509           being called again by the scheduler
21510
21511 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21512
21513         * configure.ac:
21514         * ext/libvisual/visual.c: (gst_visual_get_type),
21515         (libvisual_log_handler), (gst_visual_getcaps),
21516         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21517         (plugin_init):
21518           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21519         * ext/smoothwave/Makefile.am:
21520         * ext/smoothwave/demo-osssrc.c: (main):
21521         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21522         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21523         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21524         (plugin_init):
21525         * ext/smoothwave/gstsmoothwave.h:
21526           Make gstsmoothwave a working element in the 20th century.
21527
21528         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21529           Fix incorrect link function
21530
21531 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21532
21533         * gst/volume/gstvolume.c:
21534           Allow buffer-frames=0.
21535
21536 2004-11-12 Iain <iaingnome@gmail.com>
21537
21538         * configure.ac: Check for polypaudio
21539
21540         * ext/Makefile.am: Build the polyp dir
21541
21542         * ext/polyp: The polypsink sources.
21543
21544 2004-10-30 Iain <iaingnome@gmail.com>
21545
21546         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
21547         caps to reflect the new number of channels.
21548
21549 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21550
21551         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21552           Fix for negotiation order problem. This would show when the
21553           ALSA loopfuction was called before any other function. ALSA
21554           wouldn't do anything because we're not negotiated yet, leading
21555           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
21556
21557 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21558
21559         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21560
21561         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21562           No warnings (#157986).
21563
21564 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21565
21566         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21567           Prefer apev1/2 and id3v1 (at end of file) over musepack.
21568
21569 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21570
21571         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
21572           Signal no-more-pads (so it works in playbin).
21573
21574 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21575
21576         * ext/musepack/gstmusepackreader.cpp:
21577           Workaround for older core.
21578
21579 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21580
21581         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
21582           Actually test for odd width/height rather than testing whether
21583           a temporary variable that was 0 before we subtracted 1 is now
21584           not equal to zero (which it always is).
21585
21586 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21587
21588         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21589         Fix compilation if HAVE_XVIDEO is not defined
21590
21591 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21592
21593         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21594         Fix compilation if HAVE_XVIDEO is not defined
21595
21596 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
21597
21598         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
21599         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
21600         (gst_goom_change_state), (plugin_init):
21601         Use the bytestream adapter so goom doesn't depend on the input
21602         buffer size.
21603         Add a debug category
21604
21605 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21606
21607         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21608           Only set hardware parameters *after* negotiation. Before
21609           negotiation, it will set ANY and that seems to cause crashes
21610           (see e.g. #151288, #153227).
21611
21612 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21613
21614         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21615           This seems to be antique leftover. It needs to pass error
21616           checking.
21617         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21618         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
21619         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
21620         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
21621           Fix GstXOverlay implementation (#151059).
21622
21623 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21624
21625         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21626           Don't assert (#157853).
21627
21628 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21629
21630         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21631           Fix bytes/samples confustion.
21632         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
21633           Fix for underrun (#144389).
21634
21635 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21636
21637         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21638           Disable halfway-seek for pending release (since it needs a new
21639           core release).
21640
21641 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21642
21643         * sys/v4l/gstv4lsrc.c:
21644         * sys/v4l/gstv4lsrc.h:
21645         * sys/v4l/v4lsrc_calls.c:
21646           add autoprobe-fps property so we can separate autoprobing parts
21647
21648 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21649
21650         * sys/v4l/gstv4lsrc.c:
21651         * sys/v4l/v4lsrc_calls.c:
21652         initialise fourcc to catch unset fourcc's, and debug
21653
21654 2004-11-09  Wim Taymans  <wim@fluendo.com>
21655
21656         * gst/playback/README:
21657         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21658         * gst/playback/gstplaybin.c: (gst_play_bin_init),
21659         (gst_play_bin_dispose), (gst_play_bin_set_property),
21660         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
21661         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
21662         (gst_play_bin_get_formats), (gst_play_bin_convert),
21663         (gst_play_bin_get_query_types), (gst_play_bin_query):
21664         Cleanups and some more documentation.
21665
21666 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
21667
21668         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21669         (gst_cacasink_init), (gst_cacasink_chain):
21670         * ext/libcaca/gstcacasink.h:
21671         Cacasink inherits from VideoSink, so let that store the clock.
21672
21673 2004-11-09  Wim Taymans  <wim@fluendo.com>
21674
21675         * gst/playback/README:
21676         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
21677         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
21678         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
21679         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
21680         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
21681         (setup_sinks):
21682         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
21683         (gst_stream_info_is_mute), (gst_stream_info_set_property):
21684         * gst/playback/gststreaminfo.h:
21685         Updated README.
21686         Only switch groups if all streams have muted (EOSed).
21687         Send Tags in sync with the stream playback instead of in
21688         the playback/preroll phase.
21689         Some cleanups, free the fakesrc elements.
21690
21691 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21692
21693         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
21694           buffer-frames property was missing
21695         * ext/arts/gst_arts.c:
21696           rate missing from sinkcaps
21697         * ext/audiofile/gstafparse.c:
21698         * ext/audiofile/gstafsink.c:
21699         * ext/audiofile/gstafsrc.c:
21700         * ext/swfdec/gstswfdec.c:
21701           int audio doesn't know buffer-frames
21702         * ext/cdparanoia/gstcdparanoia.c:
21703           int audio doesn't know chunksize either
21704         * ext/nas/nassink.c:
21705           it's endianness, not endianess
21706         * gst-libs/gst/audio/audio.h:
21707           make float standard pad template caps really describe float
21708         * gst/law/mulaw.c: (linear_factory):
21709           signed only, please
21710         * gst/mpegstream/gstdvddemux.c:
21711           widths of 20 are not valid
21712
21713 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21714
21715         Submitted by: Luca Ferretti <elle.uca@infinito.it>
21716
21717         * po/LINGUAS:
21718         * po/it.po:
21719           Add Italian
21720
21721 2004-11-08  Wim Taymans  <wim@fluendo.com>
21722
21723         * gst/playback/README:
21724         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21725         * gst/playback/gstplaybasebin.c: (probe_triggered),
21726         (gst_play_base_bin_change_state):
21727         Updated README, added more comments for fixmes etc..
21728
21729 2004-11-08  Wim Taymans  <wim@fluendo.com>
21730
21731         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21732         We can remove this hack now.
21733
21734 2004-11-08  Wim Taymans  <wim@fluendo.com>
21735
21736         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
21737         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21738         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21739         Only mix AYUV for maximum quality.
21740
21741 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21742
21743         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
21744         (gst_ogg_demux_push), (gst_ogg_pad_push):
21745           Let's act as if we're synchronized now! :).
21746         * ext/theora/theoradec.c: (theora_dec_chain):
21747           Add some debug.
21748
21749 2004-11-08  Wim Taymans  <wim@fluendo.com>
21750
21751         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21752         (gst_alpha_set_property), (gst_alpha_sink_link),
21753         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
21754         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
21755         (gst_alpha_init_params), (gst_alpha_chain):
21756         Implement alpha functions for AYUV too, this increases
21757         accuracy quite a bit.
21758
21759 2004-11-08  Wim Taymans  <wim@fluendo.com>
21760
21761         * gst/ffmpegcolorspace/avcodec.h:
21762         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21763         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21764         (gst_ffmpegcsp_avpicture_fill):
21765         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21766         (gst_ffmpegcsp_caps_remove_format_info):
21767         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21768         (shrink12), (img_get_alpha_info), (deinterlace_line),
21769         (deinterlace_line_inplace):
21770         * gst/ffmpegcolorspace/imgconvert_template.h:
21771         Added AYUV colorspace and handle RGBA a bit more respectful.
21772
21773 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21774
21775         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21776           Actually always send a discont (cornercase when resending the
21777           same serial-tagged chain twice).
21778
21779 2004-11-08  Julien MOUTTE  <julien@moutte.net>
21780
21781         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
21782         (gst_ximagesink_finalize):
21783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
21784         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
21785
21786 2004-11-08  Wim Taymans  <wim@fluendo.com>
21787
21788         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
21789         Don't segfault on NULL data.
21790
21791 2004-11-08  Wim Taymans  <wim@fluendo.com>
21792
21793         * gst/playback/gstdecodebin.c: (unlinked):
21794         * gst/playback/gstplay-marshal.list:
21795         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21796         (gst_play_base_bin_init), (group_create), (get_active_group),
21797         (get_building_group), (group_destroy), (group_commit),
21798         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
21799         (add_element_stream), (no_more_pads), (probe_triggered),
21800         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
21801         (state_change), (setup_source), (gst_play_base_bin_get_property),
21802         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
21803         (gst_play_base_bin_link_stream),
21804         (gst_play_base_bin_get_streaminfo):
21805         * gst/playback/gstplaybasebin.h:
21806         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21807         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
21808         Add support for chained ogg files. Prepare for playlist
21809         support. This patch introduces the concept of pad groups, which
21810         together compose one playable media file.
21811
21812 2004-11-07  David Schleef  <ds@schleef.org>
21813
21814         * testsuite/gst-lint: Check for pad templates that aren't statically
21815         scoped.
21816
21817 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21818
21819         * configure.ac:
21820         * ext/Makefile.am:
21821         * ext/musepack/Makefile.am:
21822         * ext/musepack/gstmusepackdec.cpp:
21823         * ext/musepack/gstmusepackdec.h:
21824         * ext/musepack/gstmusepackreader.cpp:
21825         * ext/musepack/gstmusepackreader.h:
21826           Add musepack decoder.
21827         * ext/faad/gstfaad.c: (gst_faad_base_init):
21828           Make pad templates static.
21829         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21830         (plugin_init):
21831           Add musepack typefinder, make mp3 typefinding work halfway stream,
21832           which doesn't actually work yet because id3demux doesn't implement
21833           _get_length().
21834
21835 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21836
21837         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21838         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
21839           Fix interrupt event handling (#144436).
21840
21841 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21842
21843         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
21844           Hide unused glory.
21845
21846 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21847
21848         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21849
21850         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21851           Fix weird caps (#157548).
21852
21853 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21854
21855         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21856
21857         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
21858           Add missing NULL terminator (#157543).
21859
21860 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21861
21862         * gst/tcp/gsttcp.h:
21863         * gst/tcp/gsttcpclientsink.c:
21864         * gst/tcp/gsttcpclientsrc.c:
21865         * gst/tcp/gsttcpserversink.c:
21866         * gst/tcp/gsttcpserversrc.c:
21867           ports can go up to 65535.  Move common defines to gsttcp.h
21868
21869 2004-11-05  Wim Taymans  <wim@fluendo.com>
21870
21871         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
21872         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
21873         Added two more colorspaces.
21874
21875 2004-11-05  Wim Taymans  <wim@fluendo.com>
21876
21877         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21878         (gst_ffmpegcsp_avpicture_fill):
21879         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21880         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
21881         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
21882         More stride fixes.
21883
21884 2004-11-05  Wim Taymans  <wim@fluendo.com>
21885
21886         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
21887         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
21888         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21889         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
21890         (gst_videomixer_loop):
21891         More stride fixes.
21892
21893 2004-11-05  Benjamin Otte  <otte@gnome.org>
21894
21895         * ext/mad/gstmad.c: (gst_mad_chain):
21896           don't overflow data buffer. Flush not needed sync data when syncing
21897           failed.
21898
21899 2004-11-04  Wim Taymans  <wim@fluendo.com>
21900
21901         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21902         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
21903         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
21904         (gst_alpha_init_params), (gst_alpha_chain),
21905         (gst_alpha_change_state):
21906         Updated the chroma keying algorithm with something more
21907         sophisticated.
21908
21909 2004-11-03  Wim Taymans  <wim@fluendo.com>
21910
21911         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21912         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21913         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21914         Fix stride issues. Does not completely work for odd
21915         heights.
21916
21917 2004-11-03  Wim Taymans  <wim@fluendo.com>
21918
21919         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21920         (gst_alpha_chroma_key), (gst_alpha_chain):
21921         Fix stride issues. Does not completely work for odd
21922         heights.
21923
21924 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
21925
21926         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21927         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
21928         leak fixes
21929
21930 2004-11-03  Wim Taymans  <wim@fluendo.com>
21931
21932         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21933         (gst_ffmpegcsp_avpicture_fill):
21934         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21935         (avpicture_alloc):
21936         * gst/ffmpegcolorspace/imgconvert_template.h:
21937         Use correct _fill function to get correct strides.
21938
21939 2004-11-02  David Schleef  <ds@schleef.org>
21940
21941         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21942         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
21943         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
21944         Change all g_print()s to debugging.  Add a bunch of consistency
21945         checks.
21946
21947 2004-11-02  Wim Taymans  <wim@fluendo.com>
21948
21949         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21950         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
21951         (unlinked), (no_more_pads), (close_link):
21952         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21953         (unknown_type), (add_element_stream), (new_decoded_pad),
21954         (removed_decoded_pad), (setup_source):
21955         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
21956         (gst_stream_info_class_init), (gst_stream_info_init),
21957         (gst_stream_info_new), (gst_stream_info_dispose),
21958         (stream_info_mute_pad), (gst_stream_info_set_property),
21959         (gst_stream_info_get_property):
21960         * gst/playback/gststreaminfo.h:
21961         Fix playback of multiple files.
21962         a slightly different approach to handling dynamic pad removals.
21963         This one only looks at pads that we have linked.
21964
21965 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
21966
21967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
21968         free" warning from libc.
21969
21970 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21971
21972         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21973         (get_unconnected_element), (remove_starting_from), (pad_removed),
21974         (close_link):
21975           Implement support for dynamic pad changing. We listen to "live"
21976           pad removals (i.e. while playing) and re-setup autoplugging
21977           after that. Playbasebin/playbin need some more work for this
21978           to finally work, but decodebin supports (and replugs) chained
21979           ogg now.
21980
21981 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
21982
21983         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
21984         (gst_alsa_finalize):
21985         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
21986         (gst_cdaudio_finalize):
21987         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21988         (cdparanoia_finalize):
21989         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
21990         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
21991         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21992         (dvdreadsrc_finalize):
21993         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
21994         (gst_flacdec_finalize):
21995         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
21996         (gst_flacenc_finalize):
21997         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
21998         (gst_gnomevfssink_finalize):
21999         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
22000         (gst_gnomevfssrc_finalize):
22001         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
22002         (gst_fameenc_finalize):
22003         * ext/nas/nassink.c: (gst_nassink_class_init),
22004         (gst_nassink_finalize):
22005         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
22006         (gst_sdlvideosink_class_init):
22007         * ext/sndfile/gstsf.c: (gst_sf_dispose):
22008         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22009         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22010         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22011         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22012         (gst_x_window_listener_dispose):
22013         * gst/audioscale/gstaudioscale.c:
22014         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22015         (play_on_demand_finalize):
22016         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22017         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22018         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22019         (cdplayer_finalize):
22020         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22021         (gst_glimagesink_class_init):
22022         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22023         (gst_osselement_finalize):
22024         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22025         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22026         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22027           Fixes a bunch of problems with finalize and dispose functions,
22028           either assumptions that dispose is only called once, or not calling
22029           the parent class dispose/finalize function
22030
22031 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22032
22033         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22034           added two api precondition guards
22035           use g_strdup with getenv to fix crash when using ENVVAR
22036
22037 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22038         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22039         (gst_esdsink_finalize):
22040         Use a finalize function, not dispose, and more importantly,
22041         call the parent class finalize function too
22042
22043 2004-11-01  Johan Dahlin  <johan@gnome.org>
22044
22045         * ext/ogg/gstoggdemux.c:
22046         * gst/tags/gstvorbistag.c:
22047         Plug leaks.
22048
22049 2004-10-31  Benjamin Otte  <otte@gnome.org>
22050
22051         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22052           lotsa memleaks today. But they're all small...
22053
22054 2004-10-31  Benjamin Otte  <otte@gnome.org>
22055
22056         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22057           another memleak crushed
22058
22059 2004-10-31  Benjamin Otte  <otte@gnome.org>
22060
22061         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22062           fix memleak
22063
22064 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22065
22066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22067           Hack to prevent crash when going to READY inside signal handler
22068           while this function is active.
22069
22070 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22071
22072         * gst/ffmpegcolorspace/Makefile.am:
22073         * gst/ffmpegcolorspace/avcodec.h:
22074         * gst/ffmpegcolorspace/common.h:
22075         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22076         * gst/ffmpegcolorspace/dsputil.h:
22077         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22078         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22079         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22080         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22081         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22082         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22083         (gst_ffmpegcsp_avpicture_fill):
22084         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22086         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22087         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22088         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22089         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22090         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22091         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22092         * gst/ffmpegcolorspace/imgconvert.c:
22093         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22094         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22095         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22096         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22097         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22098         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22099         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22100         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22101         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22102         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22103         (grow21), (grow22), (grow41), (grow44), (conv411),
22104         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22105         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22106         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22107         (avpicture_free), (is_yuv_planar), (img_convert),
22108         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22109         (deinterlace_line_inplace), (deinterlace_bottom_field),
22110         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22111         * gst/ffmpegcolorspace/imgconvert_template.h:
22112         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22113         * gst/ffmpegcolorspace/mmx.h:
22114         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22115         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22116         (av_freep), (avcodec_get_context_defaults),
22117         (avcodec_alloc_context), (avcodec_init):
22118           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22119           handling plus update from ffmpeg CVS. Large clean-up.
22120
22121 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22122
22123         * gst/playback/Makefile.am:
22124           We need the marshallers for decodebin, too.
22125
22126 2004-10-30  David Schleef  <ds@schleef.org>
22127
22128         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22129           quicktime typefinding work with 64-bit offsets.
22130
22131 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22132
22133         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22134           Set EOS on the element when processing an EOS event.
22135         * ext/speex/gstspeexdec.h:
22136         * ext/speex/gstspeexenc.h:
22137           Only keep a const ptr to the mode
22138         * gst-libs/gst/riff/riff-media.c:
22139         (gst_riff_create_audio_caps_with_data),
22140         (gst_riff_create_audio_template_caps):
22141           Allow WMAV3, with up to 6 channels.
22142         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22143           Don't call gst_pad_set_event_function on a sink pad.
22144         * gst/mpegstream/gstdvddemux.c:
22145         (gst_dvd_demux_get_subpicture_stream),
22146         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22147           Copy the explicit caps that were set across to the cur_* pads,
22148           instead of trying to use a possibly non-existent negotiated caps.
22149           Reset the type of subpicture pads to UNKNOWN after calling
22150           init_stream, so that the caps get set.
22151
22152 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22153
22154         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22155
22156         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22157           Don't touch buffer if it is of size 0 (fixes #151064).
22158
22159 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22160
22161         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22162           Synchronized discont handling.
22163
22164 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22165
22166         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22167         (gst_ogg_demux_push):
22168           Make seeking sort-of exact again (fixes #156387).
22169
22170 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22171
22172         * gst/playback/gstplaybasebin.c: (unknown_type),
22173         (add_element_stream), (new_decoded_pad),
22174         (gst_play_base_bin_change_state):
22175         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22176         (gst_stream_info_init), (gst_stream_info_new),
22177         (gst_stream_info_dispose), (gst_stream_info_get_property):
22178         * gst/playback/gststreaminfo.h:
22179           Make caps explicitely available. Makes testing for unsupported
22180           types possible. Improves error reporting.
22181
22182 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22183
22184         * gst/audioconvert/gstaudioconvert.c:
22185         (gst_audio_convert_buffer_to_default_format):
22186           Really don't touch read-only buffers (#156563).
22187
22188 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22189
22190         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22191
22192         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22193           Fix memleak (#155223).
22194
22195 2004-10-29  Wim Taymans  <wim@fluendo.com>
22196
22197         * gst/tcp/.cvsignore:
22198         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22199         (gst_multifdsink_class_init), (gst_multifdsink_init),
22200         (gst_multifdsink_add), (gst_multifdsink_remove),
22201         (gst_multifdsink_remove_client_link), (is_sync_frame),
22202         (gst_multifdsink_new_client),
22203         (gst_multifdsink_handle_client_write),
22204         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22205         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22206         (gst_multifdsink_get_property):
22207         * gst/tcp/gstmultifdsink.h:
22208         Added burst on connect sync_method, deprecated sync_clients,
22209         streamlined the sync code some more.
22210
22211 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22212
22213         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22214         (gst_play_base_bin_change_state):
22215           Improve error reporting.
22216
22217 2004-10-28  Wim Taymans  <wim@fluendo.com>
22218
22219         * gst/tcp/Makefile.am:
22220         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22221         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22222         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22223         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22224         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22225         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22226         (gst_fdset_wait):
22227         Added more locks around fdset structures. Fixed/reworked
22228         the poll array resizing code.
22229         Added stress test for fdset.
22230
22231 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22232
22233         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22234         fix build
22235
22236 2004-10-28  Benjamin Otte  <otte@gnome.org>
22237
22238         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22239           fix link function to always query channels and query width for
22240           floats
22241         * configure.ac:
22242           add equalizer dir
22243         * gst/equalizer/Makefile.am:
22244         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22245         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22246         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22247         (arg_to_scale), (setup_filter),
22248         (gst_iir_equalizer_compute_frequencies),
22249         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22250         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22251         (plugin_init):
22252           add an equalizer
22253
22254 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22255
22256         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22257
22258         * po/LINGUAS:
22259         * po/nb.po:
22260           Added Norwegian Bokmaal translation
22261
22262 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22263
22264         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22265           Don't break on options (fixes #156488).
22266
22267 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22268
22269         * configure.ac:
22270         * ext/cdaudio/Makefile.am:
22271         * sys/Makefile.am:
22272           fix build on older automake
22273
22274 2004-10-26  Wim Taymans  <wim@fluendo.com>
22275
22276         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22277         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22278         Allow a little margin when negotiating the framerate.
22279
22280 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22281
22282         * gst/level/gstlevel.c:
22283           synchonised naming of pads and pad-templates
22284
22285 2004-10-26  Wim Taymans  <wim@fluendo.com>
22286
22287         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22288         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22289         (_find_streams_check), (gst_ogg_demux_push):
22290         Fix EOS again. Needs to be done in a better way. We should not
22291         remove the pad if there is no new chained stream.
22292
22293 2004-10-26 Iain <iaingnome@gmail.com>
22294
22295         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22296         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22297         of the caps.
22298         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22299         pad.
22300         (interleave_release_pad): Remove the pad.
22301         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22302         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22303         the set device.
22304         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22305         attrs
22306         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22307         (gst_xvimagesink_finalize): Free the par.
22308
22309 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22310
22311         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22312         (gst_avimux_stop_file):
22313           First calculate the rate, and only then use it. Hdr.rate is a
22314           multiple and not a derivative of hdr.scale. Scale is not the
22315           same as blockalign but is solely related to rate.
22316
22317 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22318
22319         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22320         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22321           Implement seeking.
22322
22323 2004-10-25  James Henstridge  <james@jamesh.id.au>
22324
22325         Reviewed by:  David Schleef  <ds@schleef.org>
22326
22327         * examples/gstplay/player.c: (got_stream_length), (main):
22328         * examples/seeking/cdplayer.c: (update_scale):
22329         * examples/seeking/seek.c: (format_value), (update_scale):
22330         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22331         (stop_seek):
22332         Build fixes on AMD64.
22333
22334 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22335
22336         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22337
22338         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22339         Fix for some v4l cards which hang in v4lsrc
22340
22341 2004-10-25  Wim Taymans  <wim@fluendo.com>
22342
22343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22344         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22345         Make sure to remove the pad when a new chain is
22346         encountered. Set some vars to NULL so we don't try
22347         to reference freed memory.
22348
22349 2004-10-25  Wim Taymans  <wim@fluendo.com>
22350
22351         * examples/seeking/Makefile.am:
22352         * examples/seeking/cdplayer.c: (update_scale):
22353         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22354         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22355         (format_value), (update_scale), (iterate), (start_seek),
22356         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22357         (print_usage), (main):
22358         Added some more examples, update others.
22359
22360 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22361
22362         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22363         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22364         * ext/theora/theoradec.c: (theora_dec_chain):
22365         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22366           Add codec-name metadata.
22367
22368 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22369
22370         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22371
22372         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22373         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22374         * ext/alsa/gstalsamixertrack.h:
22375         * po/POTFILES.in:
22376           ALSA mixer track label internationalization (#154054).
22377
22378 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22379
22380         * ext/theora/theoradec.c: (theora_dec_chain):
22381           Export bitrate as metadata.
22382
22383 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22384
22385         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22386         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22387         * ext/alsa/gstalsamixertrack.h:
22388           Fix names, fix loop.
22389
22390 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22391
22392         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22393         (speex_dec_convert):
22394           sinkconvert function so oggdemux can get the file length (totem).
22395
22396 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22397
22398         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22399
22400         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22401           Don't push incomplete packets.
22402         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22403           Fix MPEG-4 audio typefinding.
22404
22405 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22406
22407         * sys/v4l/Makefile.am:
22408         * sys/v4l/gstv4l.c: (plugin_init):
22409         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22410         (gst_v4lelement_init), (gst_v4lelement_dispose),
22411         (gst_v4lelement_change_state):
22412         * sys/v4l/gstv4lelement.h:
22413         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22414         (gst_v4l_xoverlay_close), (idle_refresh),
22415         (gst_v4l_xoverlay_set_xwindow_id):
22416         * sys/v4l/gstv4lxoverlay.h:
22417         * sys/v4l/v4l-overlay_calls.c:
22418         * sys/v4l/v4l_calls.h:
22419         * sys/v4l2/Makefile.am:
22420         * sys/v4l2/gstv4l2.c: (plugin_init):
22421         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22422         (gst_v4l2element_init), (gst_v4l2element_dispose),
22423         (gst_v4l2element_change_state):
22424         * sys/v4l2/gstv4l2element.h:
22425         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22426         (gst_v4l2_xoverlay_close), (idle_refresh),
22427         (gst_v4l2_xoverlay_set_xwindow_id):
22428         * sys/v4l2/gstv4l2xoverlay.h:
22429         * sys/v4l2/v4l2-overlay_calls.c:
22430         * sys/v4l2/v4l2_calls.h:
22431           Remove client-side overlay handling, use the X-server v4l plugin
22432           for that. Nicer overlay, less code. Also make the plugin
22433           compileable without X (but then without overlay, obviously).
22434           Makes xwindowlistener obsolete, should we remove that?
22435
22436 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22437
22438         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22439         (gst_osssrc_src_query):
22440         * sys/oss/gstosssrc.h:
22441           OK, so people want offset in DEFAULT. This time, actually fix all
22442           cases.
22443         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22444           Add FPS properly.
22445
22446 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22447
22448         * gst/asfdemux/gstasfmux.c:
22449         * gst/avi/gstavimux.c:
22450           Framerate.
22451
22452 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22453
22454         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22455           Fix properties (channel, norm, frequency).
22456
22457 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22458
22459         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22460           Flag typo.
22461         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22462           No warnings.
22463
22464 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22465
22466         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22467           Fix hang.
22468
22469 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22470
22471         * sys/v4l2/gstv4l2element.h:
22472           Yet Another Hack (tm) for kernel header borkedness.
22473         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22474         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22475         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22476         (gst_v4l2src_change_state):
22477         * sys/v4l2/gstv4l2src.h:
22478         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22479         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22480           Fix caps, keep track of state, work.
22481
22482 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22483
22484         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22485           Quiet.
22486
22487 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22488
22489         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22490           Don't mix bytes and samples.
22491
22492 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22493
22494         * ext/ogg/gstoggmux.c:
22495           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22496           and theora. Any is incorrect.
22497         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22498           Fix caps.
22499         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22500         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22501         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22502         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22503         * sys/v4l/gstv4lmjpegsrc.h:
22504         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22505         (gst_v4lsrc_change_state):
22506         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22507         (gst_v4lmjpegsrc_capture_stop):
22508           Fix caps. Keep track of internal state. Work.
22509
22510 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22511
22512         * ext/Makefile.am:
22513           Fix the build fixes.
22514
22515 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22516
22517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22518         (gst_ogg_demux_src_event), (_find_chain_seek),
22519         (gst_ogg_pad_push):
22520           Check for pad availability before using it.
22521         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22522           Fix parsing of chained ogg. Needs more work on the decoder side.
22523
22524 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22525
22526         * gst/spectrum/Makefile.am:
22527         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22528         (idle_func):
22529           Fix demo and reenable it. Yes, I'm currently playing with audio
22530           analysis tools
22531
22532 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22533
22534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22535           We love it if files that start at zero work too...
22536
22537 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22538
22539         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22540           Handle files with missing EOS headers.
22541
22542 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22543
22544         * gst/tcp/gsttcpserversink.c:
22545         (gst_tcpserversink_handle_server_read),
22546         (gst_tcpserversink_init_send):
22547         Zero some variables first (need for accept not to return EINVAL)
22548
22549 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22550
22551         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22552         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22553         * ext/theora/theoradec.c: (theora_dec_sink_convert),
22554         (theora_dec_chain):
22555         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22556         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
22557           Seeking and querying finetune.
22558
22559 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22560
22561         * configure.ac:
22562         * ext/Makefile.am:
22563         * ext/raw1394/Makefile.am:
22564           fix the build
22565
22566 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22567
22568         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22569           Wrong return.
22570         * gst/playback/Makefile.am:
22571         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22572         * gst/playback/gstplay-marshal.list:
22573         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
22574           Fix marshallers.
22575
22576 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22577
22578         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
22579           Silence.
22580
22581 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22582
22583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22584         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22585         (gst_ogg_pad_push):
22586           Yay for non-lineair granulepos in theora.
22587
22588 2004-10-18  Wim Taymans  <wim@fluendo.com>
22589
22590         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22591         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22592         * ext/dv/gstdvdec.h:
22593         Make sure we renegotiate aspect ratio when the camera switches.
22594
22595 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22596
22597         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22598         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22599           Start at zero.
22600         * ext/theora/theoradec.c: (theora_dec_chain):
22601           Skip headers. Bad idea for chained ogg, but fixes seeking.
22602
22603 2004-10-18  Wim Taymans  <wim@fluendo.com>
22604
22605         * configure.ac:
22606         I swear, this is the last time I touch this.
22607
22608 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22609
22610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22611         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22612         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
22613           Faster seeking.
22614         * ext/theora/theoradec.c: (theora_dec_sink_convert):
22615           Time-to-default conversion.
22616         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22617           Don't error on unknown packets, just skip. We should probably
22618           read them if we want to support chained ogg.
22619
22620 2004-10-18  Wim Taymans  <wim@fluendo.com>
22621
22622         * configure.ac:
22623         Added cdaudio to wrong list.
22624
22625 2004-10-18  Wim Taymans  <wim@fluendo.com>
22626
22627         * configure.ac:
22628         Revive cdaudio.
22629
22630 2004-10-18  Wim Taymans  <wim@fluendo.com>
22631
22632         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22633         (gst_dvdec_video_link), (gst_dvdec_push):
22634         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22635         (gst_smokeenc_resync), (gst_smokeenc_chain):
22636         Fix mimetype on smoke encoder.
22637         Add aspect ratio to dvdec. Not sure if these
22638         values are correct though....
22639
22640 2004-10-18  Wim Taymans  <wim@fluendo.com>
22641
22642         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22643         Fix vorbis property descriptions and ranges.
22644
22645 2004-10-18  Wim Taymans  <wim@fluendo.com>
22646
22647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22648         Really do nothing when no data is available.
22649         Go to the playing state when the stream is not seekable
22650         instead of failing.
22651
22652 2004-10-18  Wim Taymans  <wim@fluendo.com>
22653
22654         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
22655         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
22656         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
22657         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
22658         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
22659         Added uri handler for cd://
22660         Port to new API.
22661
22662 2004-10-18  Wim Taymans  <wim@fluendo.com>
22663
22664         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22665         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22666         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22667         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22668         (remove_prerolls), (unknown_type), (add_element_stream),
22669         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
22670         (gst_play_base_bin_remove_element),
22671         (gst_play_base_bin_link_stream):
22672         * gst/playback/gstplaybin.c: (gen_video_element),
22673         (gen_vis_element), (remove_sinks), (setup_sinks):
22674         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22675         (gst_stream_info_get_type), (gst_stream_info_class_init),
22676         (gst_stream_info_init), (gst_stream_info_new),
22677         (gst_stream_info_dispose), (stream_info_mute_pad),
22678         (gst_stream_info_set_property), (gst_stream_info_get_property):
22679         * gst/playback/gststreaminfo.h:
22680         Add sink padtemplate to decodebin.
22681         Added some more comments.
22682         Make queue size configurable in playbasebin.
22683         Added possibility to use elements as sinks (ex cdaudio).
22684
22685 2004-10-15  Wim Taymans  <wim@fluendo.com>
22686
22687         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
22688         (gst_speexenc_chain):
22689         Fix speex timestamps so that it gets muxed properly.
22690
22691 2004-10-15  Wim Taymans  <wim@fluendo.com>
22692
22693         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
22694         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
22695         (gst_dv1394src_init), (gst_dv1394src_dispose),
22696         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
22697         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
22698         (gst_dv1394src_event), (gst_dv1394src_get_formats),
22699         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
22700         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
22701         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
22702         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
22703         * ext/raw1394/gstdv1394src.h:
22704         Added conversion/query functions.
22705         Update buffer timestamps,
22706         Added signals.
22707         Added uri dv:// so it might play from the firewire in playbin.
22708         Fix a possible leak.
22709         Added debugging.
22710
22711 2004-10-15  Wim Taymans  <wim@fluendo.com>
22712
22713         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
22714         (gst_dv1394src_init), (gst_dv1394src_set_property),
22715         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
22716         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
22717         * ext/raw1394/gstdv1394src.h:
22718         Added AV/C VTR control support needed for some cameras.
22719         Added automatic port detection.
22720         Added properties for selecting the channel.
22721         The configure.ac script is not yet updated to reflect the
22722         new libavc1394 and librom1394 dependencies.
22723
22724 2004-10-15  Wim Taymans  <wim@fluendo.com>
22725
22726         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22727         (qtdemux_parse), (gst_qtdemux_handle_esds):
22728         An esds box is not a container.
22729         Fix parsing of mp4v boxes.
22730         Do not try to renegotiate fps for each frame. Need to
22731         find a better method. This should fix mp4 playback.
22732
22733 2004-10-14  David Schleef  <ds@schleef.org>
22734
22735         * configure.ac: update for swfdec-0.3 and liboil-0.2
22736         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
22737         * ext/swfdec/gstswfdec.h: same
22738         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
22739         * gst/videotestsrc/videotestsrc.c: same
22740
22741 2004-10-14  Wim Taymans  <wim@fluendo.com>
22742
22743         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22744         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
22745         (is_sync_frame), (gst_multifdsink_new_client),
22746         (gst_multifdsink_handle_client_write),
22747         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22748         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
22749         Turn warnings into info.
22750         Don't allow a state change in the streaming thread.
22751
22752 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22753
22754         * ext/vorbis/oggvorbisenc.c:
22755         * ext/vorbis/vorbisdec.c:
22756           fix template sample rate
22757
22758 2004-10-13  Wim Taymans  <wim@fluendo.com>
22759
22760         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
22761         Decoding the header first fixes some problems in resyncing
22762         in more mp3s.
22763
22764 2004-10-12  Wim Taymans  <wim@fluendo.com>
22765
22766         * gst/playback/gstplaybin.c: (gen_video_element),
22767         (gen_vis_element), (remove_sinks), (setup_sinks):
22768         Added vis plugin support, need to configure the vis
22769         element to activate it.
22770
22771 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22772
22773         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
22774         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
22775           Some debug.
22776         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
22777         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
22778         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
22779         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
22780         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
22781         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
22782         * gst/avi/gstavidemux.h:
22783           Support for openDML-2.0 indx/ix## chunks. Support for broken index
22784           recovery (where, if part of the index is broken, we will still read
22785           the rest of the index and recover the broken part by stream
22786           scanning). More broken media support. EOS workarounds. General AVI
22787           braindamage headache recovery. Aspirin included.
22788
22789 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22790
22791         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
22792         (cdparanoia_event), (cdparanoia_query):
22793           Get rid of hideous lead-in.
22794
22795 2004-10-11  Wim Taymans  <wim@fluendo.com>
22796
22797         * gst/playback/gstplaybasebin.c: (setup_source):
22798         Wrong var used to get g_list_next.
22799
22800 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22801
22802         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22803         (cdparanoia_get), (cdparanoia_open):
22804           Report discid as metadata, add duration.
22805
22806 2004-10-11  Wim Taymans  <wim@fluendo.com>
22807
22808         * gst/playback/gstplaybasebin.c: (setup_source):
22809         Cleanup the previous pipeline a little earlier for the
22810         case that a source element provides raw data.
22811
22812 2004-10-11  Benjamin Otte  <otte@gnome.org>
22813
22814         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22815           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
22816           consuming the last 128 bytes, even though it was valid mp3 data.
22817
22818 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22819
22820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22821         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
22822         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22823         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
22824
22825 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22826
22827         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
22828         Fix for webcams that support only specific width or height
22829
22830 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22831
22832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22833
22834         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
22835           Fix wrong discont event setup (fixes #154967).
22836
22837 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
22838
22839         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22840
22841         * gst/auparse/gstauparse.c: (gst_auparse_chain):
22842           Error out on invalid data (fixes #154807).
22843
22844 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22845
22846         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22847
22848         * ext/dvdread/dvdreadsrc.c: (_read):
22849           Make titles > 0 work again (fixes #154834).
22850
22851 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22852
22853         * gst-libs/gst/riff/riff-media.c:
22854         (gst_riff_create_video_template_caps):
22855           WMV3 missing in template caps.
22856
22857 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22858
22859         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22860           OK, so the original code was too strict. It makes random AVI files
22861           hang for seconds upon opening, which is unacceptable and is far
22862           beyond the original goal of getting multiple chunks for one-chunk
22863           sounc stream files. So now do just that.
22864
22865 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22866
22867         * gst/playback/gstplaybasebin.c: (setup_source),
22868         (gst_play_base_bin_change_state):
22869           Actually clean up streaminfo if output fails. This would trigger
22870           if, for example, there was no CD in the drive. No preroll, so
22871           a streaminfo structure is created, but the subsequent state change
22872           of the thread fails.
22873         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22874           Don't change state if parent failed.
22875
22876 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22877
22878         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22879         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
22880         (gen_video_element), (remove_sinks):
22881           Add small bits of code for screenshot handling.
22882
22883 2004-10-08  Wim Taymans  <wim@fluendo.com>
22884
22885         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
22886         (gen_video_element), (gen_audio_element), (setup_sinks):
22887         Don't assume the user provided sinks are named "sink"...
22888
22889 2004-10-08  Wim Taymans  <wim@fluendo.com>
22890
22891         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22892         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
22893         (gst_play_base_bin_link_stream):
22894         Do not try to autoplug sources that generate raw streams like
22895         cdparanoia.
22896         disconnect the preroll overrun signal when we don't need it anymore.
22897
22898 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
22899
22900         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22901         Added reworked patch from #154903 from milosz derezynski (deadchip).
22902
22903 2004-10-08  Wim Taymans  <wim@fluendo.com>
22904
22905         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22906         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
22907         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
22908         (cdparanoia_convert), (cdparanoia_uri_get_type),
22909         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
22910         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
22911         * ext/cdparanoia/gstcdparanoia.h:
22912         This adds the cdda://<tracknum> uri.
22913
22914 2004-10-08  Wim Taymans  <wim@fluendo.com>
22915
22916         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22917         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22918         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22919         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22920         (unknown_type), (gst_play_base_bin_remove_element),
22921         (gst_play_base_bin_link_stream):
22922         * gst/playback/gstplaybasebin.h:
22923         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22924         (gst_play_bin_set_property), (gen_video_element),
22925         (gen_audio_element), (setup_sinks):
22926         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22927         (gst_stream_info_get_type), (gst_stream_info_class_init),
22928         (gst_stream_info_init), (gst_stream_info_new),
22929         (gst_stream_info_dispose), (stream_info_mute_pad),
22930         (gst_stream_info_set_property), (gst_stream_info_get_property):
22931         * gst/playback/gststreaminfo.h:
22932         Reuse the audio and video bins.
22933         Some internal cleanups in the stream selection code.
22934
22935 2004-10-08  Julien MOUTTE  <julien@moutte.net>
22936
22937         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22938         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22939         * sys/ximage/ximagesink.h:
22940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22941         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22942         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
22943         not coming from those elements. Moreover these elements should not keep
22944         the xid they have been given when in NULL state.
22945
22946 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22947
22948         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22949         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22950         * sys/ximage/ximagesink.h:
22951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22952         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22953         * sys/xvimage/xvimagesink.h:
22954           Actually only create a new toplevel window if we're not gonna
22955           embed it right after.
22956
22957 2004-10-07  Wim Taymans  <wim@fluendo.com>
22958
22959         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
22960         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
22961         * gst/playback/gstplaybin.c: (setup_sinks):
22962         Implement muting/unmuting of streams, mute streams that are not
22963         used.
22964
22965 2004-10-07  Wim Taymans  <wim@fluendo.com>
22966
22967         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
22968         (plugin_init):
22969         Added lame audio/x-ac3 typefind function.
22970
22971 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22972
22973         * configure.ac:
22974           bump nano to cvs
22975
22976 === release 0.8.5 ===
22977
22978 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22979
22980         * NEWS:
22981         * RELEASE:
22982         * configure.ac:
22983           releasing 0.8.5, "Take You On"
22984
22985 2004-10-06  Wim Taymans  <wim@fluendo.com>
22986
22987         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
22988         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22989         (no_more_pads), (close_link), (type_found):
22990         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22991         * gst/playback/gstplaybin.c: (gen_video_element):
22992         Do not signal the no_more_pads after the first pad when
22993         we are plugging a non dynamic element with multiple
22994         output pads (like swfdec, dvdec, ...).
22995
22996 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22997
22998         * configure.ac:
22999           bump for prerelease
23000
23001 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23002
23003         * gst/wavparse/gstwavparse.c:
23004           add ATRAC3 to STATIC CAPS to fix a warning
23005
23006         * gst/matroska/ebml-read.c:
23007         * gst-libs/gst/riff/riff-read.c:
23008           fix typos
23009
23010 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23011
23012         * gst-libs/gst/riff/riff-media.c:
23013           generate caps for ATRAC3 audio streams
23014
23015         * gst/realmedia/rmdemux.c:
23016           generate caps for ATRAC3 audio streams
23017
23018 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23019
23020         * gst/wavparse/Makefile.am
23021         * gst/wavparse/riff.h
23022         * gst/wavparse/wavparse.vcproj
23023           riff.h removal (unused and duplication with riff-ids.h)
23024
23025 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23026
23027         * gst/wavparse/gstwavparse.h
23028           remove duplicated defines for audio codec codes
23029
23030         * gst-libs/gst/riff/riff-ids.h
23031         * gst/wavenc/riff.h:
23032           add "4CC" code for ATRAC3 audio streams
23033           add "4CC" code for ITU_G721_ADPCM (unused for now)
23034
23035 2004-10-06  Wim Taymans  <wim@fluendo.com>
23036
23037         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23038         Actually _do_ negotiation. Pass gdouble as arg instead
23039         of guint64 for the framerate.
23040
23041 2004-10-06  Wim Taymans  <wim@fluendo.com>
23042
23043         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23044         (find_compatibles), (close_pad_link), (try_to_link_1),
23045         (no_more_pads), (close_link), (type_found):
23046         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23047         * gst/playback/gstplaybin.c: (gen_video_element),
23048         (gen_audio_element):
23049         Set state on newly added element to READY so that negotiation
23050         can happen ASAP.
23051         Addes some more debug info.
23052         Do not try to plug pads with multiple caps structures or ANY
23053         because it is too dangerous since we do not do dynamic
23054         replugging.
23055
23056 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23057
23058         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23059
23060         * po/LINGUAS:
23061         * po/or.po:
23062           add Oriya translation
23063
23064 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23065
23066         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23067           Prevent overwrite of size member. Makes audio sound crappy.
23068
23069 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23070
23071         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23072         Add rmvb to the list of known RealMedia extensions
23073
23074 2004-10-05  Wim Taymans  <wim@fluendo.com>
23075
23076         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23077         (mngdec_openstream), (mngdec_closestream),
23078         (mngdec_handle_sink_event), (mngdec_readdata),
23079         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23080         (mngdec_getcanvasline), (mngdec_refresh),
23081         (gst_mngdec_change_state):
23082         Set the framerate correctly.
23083
23084 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23085
23086         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23087           There was something wrong with the index massaging.
23088
23089 2004-10-04  Wim Taymans  <wim@fluendo.com>
23090
23091         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23092         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23093         (gst_smokedec_chain):
23094         * ext/jpeg/gstsmokedec.h:
23095         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23096         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23097         * ext/jpeg/gstsmokeenc.h:
23098         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23099         (smokecodec_decode_new), (smokecodec_info_free),
23100         (smokecodec_set_quality), (smokecodec_get_quality),
23101         (smokecodec_set_threshold), (smokecodec_get_threshold),
23102         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23103         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23104         (smokecodec_encode), (smokecodec_parse_id),
23105         (smokecodec_parse_header), (smokecodec_decode):
23106         * ext/jpeg/smokecodec.h:
23107         * ext/jpeg/smokeformat.h:
23108         Updated smoke, new bitstream, allows embedding in ogg.
23109
23110 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23111
23112         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23113           Fix seeking in some files. All this code is no longer needed (and
23114           actually breaks stuff) because we now synchronize the full index
23115           right when reading the header.
23116
23117 2004-10-04  Wim Taymans  <wim@fluendo.com>
23118
23119         * configure.ac:
23120         configure update for libmng.
23121
23122 2004-10-04  Wim Taymans  <wim@fluendo.com>
23123
23124         * ext/libmng/Makefile.am:
23125         * ext/libmng/gstmng.c: (plugin_init):
23126         * ext/libmng/gstmng.h:
23127         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23128         (gst_mngdec_base_init), (gst_mngdec_class_init),
23129         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23130         (gst_mngdec_loop), (gst_mngdec_get_property),
23131         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23132         (mngdec_closestream), (mngdec_handle_sink_event),
23133         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23134         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23135         (gst_mngdec_change_state):
23136         * ext/libmng/gstmngdec.h:
23137         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23138         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23139         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23140         (gst_mngenc_chain), (gst_mngenc_get_property),
23141         (gst_mngenc_set_property):
23142         * ext/libmng/gstmngenc.h:
23143         Added basic MNG decoder. Needs more work. The encoder does
23144         not work yet.
23145
23146 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23147
23148         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23149         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23150         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23151           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23152           no-more-pads.
23153
23154 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23155
23156         * configure.ac:
23157           you need at least 1.0.4 of speex
23158
23159 2004-10-04 Iain <iaingnome@gmail.com>
23160
23161         * ext/speex/gstspeexdec.h: Revert the includes changes.
23162
23163         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23164
23165 2004-09-30 Iain <iaingnome@gmail.com>
23166
23167         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23168         found during init or set as a property instead of hardcoding /dev/audio
23169
23170 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23171
23172         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23173         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23174         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23175         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23176         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23177         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23178         (gst_rmdemux_dump_data):
23179           Use debug category, fix EOS handling. filesrc ! rmdemux now
23180           works.
23181
23182 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23183
23184         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23185         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23186         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23187           Improve allocation, cutting and sorting of the index. How takes a
23188           few seconds instead of minutes.
23189
23190 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23191
23192         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23193           fixed compilation
23194
23195 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23196
23197         * gst-libs/gst/riff/riff-media.c:
23198         (gst_riff_create_video_caps_with_data),
23199         (gst_riff_create_video_template_caps):
23200           Add wing commander format mimetype/fourccs.
23201         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23202           Don't crash if some value is 0.
23203
23204 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23205
23206         * gst-libs/gst/riff/riff-media.c:
23207         (gst_riff_create_video_caps_with_data),
23208         (gst_riff_create_video_template_caps):
23209           Add DIB fourcc (raw, palettized 8-bit RGB).
23210         * gst-libs/gst/riff/riff-read.c:
23211         (gst_riff_read_strf_vids_with_data):
23212           Oops, fix strf_data reading bug.
23213         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23214           Use a non-NULL tag.
23215         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23216           Time for hacks. Sorry Dave. At least one quicktime movie (a
23217           trailer) that I've encountered contains multiple video tracks.
23218           One of those is the actual video track, the other are one-frame
23219           tracks (images). Unfortunately, the number of frames according
23220           to the trak header is 1 for each, so that doesn't help. So
23221           instead, I look at the duration and discard tracks with a
23222           duration shorter than 20% of the length of the stream. Better
23223           than nothing.
23224
23225 2004-10-01  Christian Schaller <christian@fluendo.com>
23226
23227         * ext/ivorbis/vorbis.c:
23228           Patch from Phil Blundell (Bug 152341)
23229
23230 2004-10-01  Wim Taymans  <wim@fluendo.com>
23231
23232         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23233         (speex_dec_get_formats), (speex_dec_convert),
23234         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23235         (speex_dec_chain), (gst_speexdec_get_property),
23236         (gst_speexdec_set_property):
23237         Small cleanups.
23238
23239 2004-10-01  Wim Taymans  <wim@fluendo.com>
23240
23241         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23242         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23243         (gst_wavparse_other), (gst_wavparse_loop),
23244         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23245         (gst_wavparse_srcpad_event):
23246         * gst/wavparse/gstwavparse.h:
23247         Added some more debugging info.
23248         Fix the case where the length of the file is 0.
23249         Make sure we seek to sample borders.
23250
23251 2004-10-01  Wim Taymans  <wim@fluendo.com>
23252
23253         * gst/playback/README:
23254         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23255         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23256         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23257         Add some debug info to decodebin, update README
23258
23259 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23260
23261         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23262           Don't use g_print(); use GST_DEBUG().
23263
23264 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23265
23266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23267         (gst_ogg_mux_queue_pads):
23268           Handle EOS properly.
23269
23270 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23271
23272         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23273
23274         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23275         (gst_faad_chain), (gst_faad_change_state):
23276         * ext/faad/gstfaad.h:
23277           Allow playback of raw (unframed) MPEG AAC files (#148993).
23278
23279 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23280
23281         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23282
23283         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23284           Throw error if we didn't recognize the stream. Fixes #152289.
23285
23286 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23287
23288         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23289           Fix negotiation.
23290
23291 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23292
23293         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23294
23295         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23296           Fix memleak.
23297
23298 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23299
23300         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23301
23302         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23303           Solve #152805.
23304         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23305           Solve 152806.
23306
23307 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23308
23309         * gst-libs/gst/riff/riff-media.c:
23310         (gst_riff_create_video_caps_with_data),
23311         (gst_riff_create_audio_caps_with_data):
23312           Add codec_data handling (like asfdemux used to do).
23313         * gst/asfdemux/gstasf.c: (plugin_init):
23314         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23315         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23316           Use riff-media for caps creation instead of our own (mostly
23317           broken) copy of its functions.
23318
23319 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23320
23321         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23322           Don't actually error out if we get another return value than
23323           -EINVAL. Opposite to what I first thought, drivers have random
23324           return values for this, although -EINVAL is the expected return
23325           value. Since this is not fatal, we shouldn't use
23326           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23327
23328 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23329
23330         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23331         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23332         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23333         (dvdreadsrc_get), (dvdreadsrc_open_file),
23334         (dvdreadsrc_change_state):
23335           Fix. Don't do one big huge loop around the whole DVD, that will
23336           cache all data and thus eat sizeof(dvd) (several GB) before we
23337           see something.
23338         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23339           Actually NULL'ify event after using it.
23340         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23341         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23342         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23343         (gst_ebml_read_seek), (gst_ebml_read_skip):
23344           Handle events.
23345         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23346         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23347         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23348           Fix timing (this will probably break if I seek using menus, but
23349           I didn't get there yet). VOBs and normal DVDs should now work.
23350           Add a mpeg2-only pad with high rank so this get autoplugged for
23351           MPEG-2 movies.
23352         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23353         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23354         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23355         (gst_mpeg_demux_get_audio_stream),
23356         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23357         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23358           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23359           MPEG-1 but use dvddemux for MPEG-2.
23360         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23361         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23362         (gst_mpeg_parse_parse_packhead):
23363           Timing. Only add pad template if it exists. Add sink template from
23364           class and not from ourselves. This means we will always use the
23365           correct sink template even if it is not the one defined in this
23366           file.
23367
23368 2004-09-29  Wim Taymans  <wim@fluendo.com>
23369
23370         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23371         (gst_mpeg_demux_parse_pes):
23372         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23373         Fix playback of mpeg again, timestamps where screwed up by
23374         patch 1.61.
23375
23376 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23377
23378         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23379           Only return true if we actually filled something in. Prevents
23380           player applications from showing a random length for flac files.
23381         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23382         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23383         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23384         (gst_riff_read_strf_vids_with_data),
23385         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23386           OK, ok, so I implemented event handling. Apparently it's normal
23387           that we receive random events at random points without asking
23388           for it.
23389         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23390         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23391         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23392         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23393         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23394         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23395         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23396         * gst/avi/gstavidemux.h:
23397           Implement non-lineair chunk handling and subchunk processing.
23398           The first solves playback of AVI files where the audio and video
23399           data of individual buffers that we read are not synchronized.
23400           This should not happen according to the wonderful AVI specs, but
23401           of course it does happen in reality. It is also a prerequisite for
23402           the second. Subchunk processing allows us to cut chunks in small
23403           pieces and process each of these pieces separately. This is
23404           required because I've seen several AVI files with incredibly large
23405           audio chunks, even some files with only one audio chunk for the
23406           whole file. This allows for proper playback including seeking.
23407           This patch is supposed to fix all AVI A/V sync issues.
23408         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23409         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23410           Work.
23411         * gst/modplug/gstmodplug.cc:
23412           Proper return value setting for the query() function.
23413         * gst/playback/gstplaybasebin.c: (setup_source):
23414           Being in non-playing state (after, e.g., EOS) is not necessarily
23415           a bad thing. Allow for that. This fixes playback of short files.
23416           They don't actually playback fully now, because the clock already
23417           runs. This means that small files (<500kB) with a small length
23418           (<2sec) will still not or barely play. Other files, such as mod
23419           or flx, will work correctly, however.
23420
23421 2004-09-28  Wim Taymans  <wim@fluendo.com>
23422
23423         * ext/speex/gstspeex.c: (plugin_init):
23424         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23425         (gst_speex_dec_class_init), (speex_dec_get_formats),
23426         (speex_get_event_masks), (speex_get_query_types),
23427         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23428         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23429         (gst_speexdec_get_property), (gst_speexdec_set_property),
23430         (speex_dec_change_state):
23431         * ext/speex/gstspeexdec.h:
23432         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23433         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23434         (gst_speexenc_base_init), (gst_speexenc_class_init),
23435         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23436         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23437         (gst_speexenc_src_query), (gst_speexenc_init),
23438         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23439         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23440         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23441         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23442         (gst_speexenc_chain), (gst_speexenc_get_property),
23443         (gst_speexenc_set_property), (gst_speexenc_change_state):
23444         * ext/speex/gstspeexenc.h:
23445         Rewrote speex encoder, make sure it can be embedded in ogg.
23446         Implemented speex decoder.
23447
23448 2004-09-28  Christian Schaller <christian@fluendo.com>
23449
23450         * configure.ac:
23451         Remove kioslave plugin. Markey is brewing a new working one
23452         * ext/Makefile.am: Remove kioslave plugin
23453         * ext/kio: remove
23454         * gst-plugins.spec.in: remove kio plugin from spec
23455
23456 2004-09-27  Wim Taymans  <wim@fluendo.com>
23457
23458         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23459         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23460         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23461         (gst_multifdsink_new_client),
23462         (gst_multifdsink_handle_client_write),
23463         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23464         (gst_multifdsink_handle_clients):
23465         * gst/tcp/gstmultifdsink.h:
23466         Make syncing to keyframes actually work for new clients and lagging
23467         clients.
23468
23469 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23470
23471         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23472         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23473         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23474         * gst/debug/gstnavigationtest.h:
23475           make navigationtest display button-press and button-release events
23476
23477 2004-09-26 Iain <iaingnome@gmail.com>
23478
23479         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23480         the channels have received a new media event.
23481         (interleave_buffered_loop): Compresses a new media event on all
23482         channels into one.
23483
23484 2004-09-26 Iain <iaingnome@gmail.com>
23485
23486         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23487         call the sinkpad's default event handler and not the srcpads. He also
23488         says this is confusing :)
23489         (gst_wavenc_stop_file): Company says that seek events only go upstream
23490         we should send a discontinuous downstream instead.
23491
23492 2004-09-25  Christian Schaller <christian@fluendo.com>
23493
23494         * Update SPEC file to be usable in conjunction with Fedora Core,
23495           Fedora.us and freshrpms packages
23496         * Fix typo in multifilesrc test Makefile
23497
23498 2004-09-24  Wim Taymans  <wim@fluendo.com>
23499
23500         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23501         Only signal the no_more_pads signal when we have
23502         added the stream to our list.
23503
23504 2004-09-24  Wim Taymans  <wim@fluendo.com>
23505
23506         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23507         (new_decoded_pad):
23508         * gst/playback/gstplaybasebin.h:
23509         * gst/playback/gstplaybin.c: (setup_sinks):
23510         Don't try to preroll or decode more than one audio/video
23511         track.
23512
23513 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23514
23515         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23516           Throw error if we failed to find a suitable output. This should
23517           throw an error if we successfully set up a pipeline (e.g. because
23518           we recognized a media file) but found no decodable streams in it
23519           (e.g. because it contains only media stream types for which we
23520           have no decoders, or because it's not a media type).
23521
23522 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23523
23524         * ext/dirac/Makefile.am:
23525         * ext/dirac/gstdirac.cc:
23526         * ext/dirac/gstdiracdec.cc:
23527         * ext/dirac/gstdiracdec.h:
23528           Do something. Don't actually know if this works because I don't
23529           have a demuxer yet.
23530         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23531           Add channels=1 to caps returned from _getcaps().
23532         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23533         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23534         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23535         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23536         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
23537         (gst_ogm_parse_change_state):
23538           Separate between audio/video so ogmaudioparse actually uses the
23539           audio pad templates. Both audio and video work now, including
23540           autoplugging. Also use sometimes-srcpad hack.
23541         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23542           Handle events better. Don't hang on infinite loops.
23543         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
23544         (gst_avi_demux_init), (gst_avi_demux_reset),
23545         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23546         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
23547         (gst_avi_demux_change_state):
23548         * gst/avi/gstavidemux.h:
23549           Improve A/V sync. Still not perfect.
23550         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
23551         (gst_ebml_read_skip):
23552           Handle events better.
23553         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23554         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
23555         (qtdemux_audio_caps):
23556           Add IMA4. Improve event handling. Save offset after a seek when
23557           the headers are at the end of the file so that we don't end up in
23558           an infinite loop.
23559         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23560           Add low-priority typefind support for files with no length.
23561
23562 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23563
23564         * testsuite/multifilesink/Makefile.am:
23565         fix typo
23566
23567 2004-09-22  Julien MOUTTE  <julien@moutte.net>
23568
23569         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
23571         mistakes from thaytan's patches.
23572
23573 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23574
23575         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23576           For completeness, XSync in the destroy function as xvimage does.
23577
23578 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23579
23580         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
23581            Correct caps negotiation
23582         * gst/volume/gstvolume.c: (volume_chain_float),
23583         (volume_chain_int16):
23584            Modify debug output to be little more informative
23585         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
23586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23587         (gst_xvimagesink_xvimage_destroy):
23588           Add XSync calls after detaching from the shared memory segment to
23589           avoid a crash.
23590
23591 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23592
23593         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23594         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
23595         * ext/vorbis/vorbis.c: (plugin_init):
23596         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23597         (gst_vorbisenc_chain):
23598         * ext/vorbis/vorbisenc.h:
23599         remove explicit newmedia support from oggmux and vorbisenc
23600         add debug category to vorbisenc
23601         * gst/multifilesink/gstmultifilesink.c:
23602         (gst_multifilesink_class_init), (gst_multifilesink_init),
23603         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
23604         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
23605         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
23606         (plugin_init):
23607         * gst/multifilesink/gstmultifilesink.h:
23608         add support for streamheader in multifilesink
23609
23610 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23611
23612         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
23613         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
23614         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
23615           Prevent infinite loops. More correct error reporting.
23616         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23617           Error out if negotiation fails.
23618         * gst/playback/gstplaybasebin.c: (setup_source),
23619         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
23620         (gst_play_base_bin_found_tag):
23621           Error/tag forwarding. Pre-roll fixes for source errors on state
23622           changes (e.g. "file does not exist") to prevent hangs.
23623
23624 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23625
23626         * testsuite/multifilesink/Makefile.am:
23627         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
23628         (gst_newmedia_class_init), (gst_newmedia_init),
23629         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23630         (newfile_signal), (test_signal), (main):
23631         * testsuite/multifilesink/multifilesrc_test.c: (main):
23632         * testsuite/multifilesink/oggtheora_test.c:
23633         (gst_newmedia_base_init), (gst_newmedia_class_init),
23634         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23635         (test_format), (newfile_signal), (test_signal), (main):
23636         * testsuite/multifilesink/oggvorbis_test.c:
23637         (gst_newmedia_base_init), (gst_newmedia_class_init),
23638         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23639         (test_format), (newfile_signal), (test_signal), (main):
23640         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
23641         (gst_newmedia_class_init), (gst_newmedia_init),
23642         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23643         (newfile_signal), (test_signal), (main):
23644         New media tests
23645
23646 2004-09-20  Christian Schaller <christian@fluendo.com>
23647
23648         * Fix mikmod license to LGPL as they have relicensed
23649         * Move Dirac and Effectv into LGPL section of README_license
23650
23651 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23652
23653         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
23654         (gst_mad_change_state):
23655           Allow for mp3 rate/channels changes. However, only very
23656           conservatively. Reason that we *have* to enable this is smiply
23657           because the mad find_sync() function is not good enough, it will
23658           regularly sync on random data as valid frames and therefore make
23659           us provide random caps as *final* caps of the stream. The best fix
23660           I could think of is to simply require several of the same stream
23661           changes in a row before we change caps.
23662           The actual testcase that works now is #
23663         * ext/ogg/Makefile.am:
23664         * ext/ogg/gstogg.c: (plugin_init):
23665         * ext/ogg/gstogmparse.c:
23666           OGM support (video only for now; I need an audio sample file).
23667         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23668         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
23669         (gst_asf_demux_add_video_stream):
23670           WMV extradata.
23671         * gst/playback/gstplaybasebin.c: (unknown_type):
23672           Don't error out on single unknown-types after all. It's wrong.
23673           If we found type of video and audio but not of a subtitle stream,
23674           it will still error out (which is unwanted). Will find a better fix
23675           later on.
23676         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
23677         (ogmaudio_type_find), (plugin_init):
23678           OGM support.
23679
23680 2004-09-20  Johan Dahlin  <johan@gnome.org>
23681
23682         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
23683         after setting caps.
23684
23685 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23686
23687         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
23688         * gst/wavenc/gstwavenc.h:
23689         Added newmedia support to wavenc
23690
23691 2004-09-17  Wim Taymans  <wim@fluendo.com>
23692
23693         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
23694         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
23695         (gst_fdset_fd_can_write), (gst_fdset_wait):
23696         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
23697         (gst_multifdsink_init), (gst_multifdsink_add),
23698         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
23699         (gst_multifdsink_remove_client_link),
23700         (gst_multifdsink_client_queue_buffer),
23701         (gst_multifdsink_handle_client_write),
23702         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
23703         (gst_multifdsink_close), (gst_multifdsink_change_state):
23704         * gst/tcp/gstmultifdsink.h:
23705         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23706         (gst_tcpserversink_removed):
23707         Small cleanups in fdset.c
23708         Use a hastable to map fd to the client structure for faster
23709         lookup in _remove and get_stats.
23710         Added virtual function to close the fds.
23711         Handle clients even when the select/poll call was unblocked because
23712         of a command.
23713         Implement syncing to keyframe in the recovery procedure.
23714
23715 2004-09-16 Iain <iaingnome@gmail.com>
23716
23717         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
23718         try caps.
23719
23720 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23721
23722         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
23723           Caps are only set if the type of the stream is unknown, but this
23724           is initialized in ->init_stream(), so set to UNKNOWN after calling
23725           ->init_stream() so that capsnego starts.
23726
23727 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23728
23729         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23730         (gst_avi_demux_stream_data):
23731           Just hardcode for raw audio then. AVI audio sucks.
23732
23733 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
23734
23735         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
23736         * gst/matroska/matroska-mux.c: (audiosink_templ),
23737         (gst_matroska_mux_audio_pad_link):
23738         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
23739         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
23740
23741 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23742
23743         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23744         (gst_avi_demux_stream_data):
23745           Try to fix a/v sync issues.
23746
23747 2004-09-15  David Schleef  <ds@schleef.org>
23748
23749         * configure.ac: remove NASM check, since we don't use it.  Update
23750         dirac check to 0.4
23751         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
23752         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23753         Initialized variables.
23754         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
23755         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
23756         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
23757         SVQ3 format
23758
23759 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23760
23761         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23762         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
23763         * gst/avi/gstavidemux.h:
23764           Fix for compressed audio (mp3) timestamp generation. How did this
23765           ever work?
23766
23767 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23768
23769         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
23770           Volume is a double not a float.
23771
23772 2004-09-15  Wim Taymans  <wim@fluendo.com>
23773
23774         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
23775         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23776         Don't close the fd in multifdsink as we didn't open it in the
23777         first place. Some cleanups.
23778
23779 2004-09-15  Wim Taymans  <wim@fluendo.com>
23780
23781         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23782         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23783         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23784         Fix the case where the muxer would mark pages as delta
23785         frames when they are not (vorbis only ogg).
23786
23787 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23788
23789         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
23790         (gst_play_base_bin_change_state):
23791           Handle the case where we failed to setup a clear pipeline. This
23792           will throw an error (or EOS, another nice case) and if you don't
23793           catch that, the app will wait for the signal forever (and thus
23794           hang).
23795
23796 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23797
23798         * ext/gnomevfs/gstgnomevfssink.c:
23799         (gst_gnomevfssink_uri_get_protocols):
23800         * ext/gnomevfs/gstgnomevfssrc.c:
23801         (gst_gnomevfssrc_uri_get_protocols):
23802         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23803         * ext/gnomevfs/gstgnomevfsuri.h:
23804           Use _uri_new() instead of _open(), so it doesn't take as long and
23805           Christophe's computer won't hang.
23806         * gst/playback/gstplaybasebin.c: (unknown_type):
23807           Throw error on unknown media type, so apps actually display it.
23808
23809 2004-09-14  Brian Cameron  <brian.cameron@sun.com
23810
23811         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
23812           this script to work on Solaris since bash shell handles echo
23813           differenly than bash.
23814
23815 2004-09-17  Wim Taymans  <wim@fluendo.com>
23816
23817         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
23818         (setup_source), (gst_play_base_bin_set_property),
23819         (gst_play_base_bin_add_element):
23820         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
23821         Some more work on making sure seeking pauses the pipeline and
23822         that changing the uri actually does something.
23823
23824 2004-09-17  Wim Taymans  <wim@fluendo.com>
23825
23826         * gst/tcp/gstfdset.c: (gst_fdset_wait):
23827         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
23828         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
23829         (gst_tcpserversink_close):
23830         Be a bit more paranoid when freeing memory.
23831
23832 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23833
23834         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
23835         (qtdemux_parse_trak):
23836           Don't crash by dividing by zero (see sample movie in #126922).
23837
23838 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23839
23840         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23841           Don't touch non-existing data (fixes crash on file in #140147).
23842
23843 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23844
23845         * gst/playback/gstplaybasebin.c:
23846         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
23847           Handle double disposals, and proper change of URIs.
23848
23849 2004-09-13  Martin Eikermann <meiker@upb.de>
23850
23851         * gst/mpegstream/gstmpegparse.c:
23852           fix synchronistation for streams recorded from digital PCR
23853           fixes bug #119376
23854
23855 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23856
23857         * ext/gnomevfs/Makefile.am:
23858         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23859         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
23860         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
23861         (gst_gnomevfssink_uri_get_type),
23862         (gst_gnomevfssink_uri_get_protocols),
23863         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
23864         (gst_gnomevfssink_uri_handler_init),
23865         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
23866         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
23867         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
23868         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
23869         (gst_gnomevfssrc_uri_get_type),
23870         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
23871         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
23872         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
23873         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
23874         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23875         * ext/gnomevfs/gstgnomevfsuri.h:
23876           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
23877           of fake URIs to see which this version of Gnome-VFS likes, and
23878           uses that for the Gst-URI interface. Makes playbin support http://
23879           streams. Also fix up some stupid behaviour in gnomevfssrc.
23880
23881 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23882
23883         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
23884         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
23885         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
23886         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
23887           Update mixer (to sync with other sessions) if we try to obtain
23888           a new value. This makes alsamixer work accross applications.
23889         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
23890           Only call sync functions if we're running, else alsalib asserts.
23891         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23892           Sometimes fails to compile. Possibly a gcc bug.
23893         * gst/playback/gstplaybin.c: (gen_video_element),
23894         (gen_audio_element):
23895           Add a reference to an application-provided object, because we lose
23896           this same reference if we add it to the bin. If we don't do this,
23897           we can only use this object once and thus crash if we go from
23898           ready to playing, back to ready and back to playing again.
23899           Also add an audioscale element because several cheap soundcards -
23900           like mine - don't support all samplerates.
23901         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23902         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
23903           Fix wrong order or PAR calls. Makes automatically obtained PAR
23904           from the X server atually being used.
23905
23906 2004-09-12  David Schleef  <ds@schleef.org>
23907
23908         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
23909         #151887, #152102, #152247.
23910         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
23911         * examples/seeking/cdparanoia.c: same
23912         * examples/seeking/cdplayer.c: same
23913         * examples/seeking/seek.c: same
23914         * examples/seeking/spider_seek.c: same
23915         * examples/seeking/vorbisfile.c: same
23916         * examples/stats/mp2ogg.c: same
23917         * ext/esd/esdsink.c: (gst_esdsink_class_init),
23918         (gst_esdsink_dispose): Dispose of element properly.
23919         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
23920         fixes.
23921         * ext/nas/nassink.c: (gst_nassink_class_init),
23922         (gst_nassink_dispose): Dispose of element correctly.
23923         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
23924         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23925         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
23926         Fix 64-bit warning.
23927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23928         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23929         Fix 64-bit warning.
23930
23931 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23932
23933         * configure.ac : change speex detection as 1.1.6 now uses
23934           .pc/pkg-config and they changed their headers location.
23935
23936 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
23937
23938         * gst/matroska/matroska-mux.h:
23939         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
23940         (gst_matroska_mux_start), (gst_matroska_mux_finish),
23941         (gst_matroska_mux_write_data):
23942           Write multiple blocks/frames per cluster.
23943                 Write meta-seek information (seek heads).
23944
23945 2004-09-09  Scott Wheeler <wheeler@kde.org>
23946
23947         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
23948         (gst_play_bin_set_property), (gst_play_bin_get_property),
23949         (gen_audio_element), (gen_audio_element):
23950           Add a volume element / property to the pipeline.
23951
23952 2004-09-07  Wim Taymans  <wim@fluendo.com>
23953
23954         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
23955         Copy timestamps from the master pad to the output buffers.
23956
23957 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23958
23959         * ext/raw1394/gstdv1394src.c:
23960           throw errors when applicable
23961
23962 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
23963
23964         * gst/matroska/ebml-ids.h:
23965         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
23966         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
23967         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
23968           automatically convert unix time <-> ebml time when reading/writing
23969           a date, use gst_ebml_write_uint to write CUETIME,
23970           not gst_ebml_write_date.
23971         * gst/matroska/matroska-ids.h:
23972         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
23973         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
23974         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
23975         (gst_matroska_mux_write_data):
23976           Write track and segment UIDs, write muxing date, write
23977           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
23978           Create cues for audio only files.
23979
23980 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23981
23982         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23983         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
23984           Re-commit ALSA switches.
23985         * gst/adder/gstadder.c: (gst_adder_loop):
23986           64-bit fix (#151416).
23987         * gst/debug/progressreport.c: (gst_progressreport_report):
23988           64-bit fix (#151419).
23989         * gst/matroska/matroska-demux.c:
23990         (gst_matroska_demux_parse_contents):
23991           64-bit fix (#151420).
23992         * gst/playback/test3.c: (update_scale):
23993           64-bit fix (#151421).
23994
23995 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23996
23997         * configure.ac:
23998           bump nano to cvs
23999
24000 === release 0.8.4 ===
24001
24002 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24003
24004         * configure.ac: releasing 0.8.4, "Alias"
24005
24006 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24007
24008         * ext/theora/Makefile.am:
24009           fix makefile.  Fixes #151462.
24010
24011 2004-08-30  Wim Taymans  <wim@fluendo.com>
24012
24013         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24014         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24015         (gst_multifdsink_remove_client_link),
24016         (gst_multifdsink_client_queue_buffer),
24017         (gst_multifdsink_handle_client_write):
24018         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24019         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24020         Fix some memory leaks.
24021
24022 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24023
24024         Patch by: David Schleef
24025
24026         * configure.ac:
24027         * sys/Makefile.am:
24028           rename our detection macro for V4L2.  Fixes #151236.
24029
24030 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24031
24032         Patch by: David Schleef
24033
24034         * configure.ac:
24035           check to define LAMEPRESET.  Fixes #151232.
24036
24037 2004-08-27  David Schleef  <ds@schleef.org>
24038
24039         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24040         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24041         (gst_glimagesink_fixate):  Move local variable declarations to
24042         make gcc-2.95 happy.
24043
24044 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24045
24046         * configure.ac:
24047           bump nano for prerelease
24048
24049 2004-08-27  David Schleef  <ds@schleef.org>
24050
24051         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24052         * sys/sunaudio/gstsunaudiosrc.c:
24053         * sys/sunaudio/gstsunaudiosrc.h:
24054
24055 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24056
24057         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24058         handle EOS correctly
24059         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24060         * gst/matroska/matroska-mux.h:
24061         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24062         VFW compatibility mode
24063
24064 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24065
24066         patch by: Zaheer Abbas Merali
24067
24068         * ext/ogg/gstoggmux.c:
24069         * ext/vorbis/vorbisenc.c:
24070         * ext/vorbis/vorbisenc.h:
24071           handle NEWMEDIA
24072
24073 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24074
24075         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24076         fix byte order reversion on little endian machines.
24077         * gst/matroska/matroska-mux.c: (audiosink_templ),
24078         (gst_matroska_mux_audio_pad_link):
24079         add TTA codec to the list of supported codecs.
24080         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24081         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24082         (gst_matroska_mux_write_data):
24083         * gst/matroska/matroska-mux.h:
24084         write segment duration correctly, write muxing app string, fixes bugs
24085         #140897 and #140898.
24086         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24087         wait for all pads to be negotiated before starting to mux.
24088
24089 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24090
24091         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24092         * ext/lame/gstlame.h:
24093         Added new media support to lame
24094
24095 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24096
24097         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24098         send vorbis headers at the beginning of a stream, fixes bug #141554.
24099         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24100         bug #148950.
24101         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24102         (gst_matroska_demux_plugin_init):
24103         * gst/matroska/matroska-ids.h:
24104         enable demuxing of TTA audio streams, fixes bug #148951.
24105         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24106         enable typefinding for TTA audio files, fixes bug #148711.
24107         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24108         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24109         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24110
24111 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24112
24113         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24114         (gst_riff_read_element_data), (gst_riff_read_seek),
24115         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24116         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24117         <teuf@gnome.org>
24118
24119 2004-08-23 Iain <iaingnome@gmail.com>
24120
24121         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24122         tags. They appear to be handled differently to normal.
24123         (tag_list_to_id3_tag_foreach): Ditto.
24124
24125 2004-08-22  Wim Taymans  <wim@fluendo.com>
24126
24127         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24128         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24129         Make sure we never send -1 granulepos.
24130
24131 2004-08-20  Wim Taymans  <wim@fluendo.com>
24132
24133         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24134         (gst_ogg_mux_loop):
24135         I will accept bitchslappings with non sharp objects.
24136
24137 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24138
24139         * configure.ac:
24140         Clean up the test for lame presets
24141
24142 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24143
24144         * configure.ac:
24145         * ext/lame/Makefile.am:
24146         * ext/lame/gstlame.c: (gst_lame_class_init),
24147         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24148         Only enable lame presets if version of lame has presets in API
24149
24150 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24151         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24152         * gst/udp/gstudpsrc.h:
24153           Don't call gst_pad_push in a get function. Fixes #150449
24154
24155 2004-08-18  Wim Taymans  <wim@fluendo.com>
24156
24157         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24158         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24159         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24160         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24161         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24162         (gst_fdset_wait):
24163         * gst/tcp/gstfdset.h:
24164         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24165         (gst_multifdsink_client_queue_buffer),
24166         (gst_multifdsink_handle_client_write):
24167         * gst/tcp/gstmultifdsink.h:
24168         Some extra checks in gstfdset.
24169         Only use send() when the fd is a socket. Don't try to
24170         read from write only fds.
24171
24172 2004-08-18  Wim Taymans  <wim@fluendo.com>
24173
24174         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24175         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24176         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24177         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24178         (gst_fdset_wait):
24179         Add more locking and bounds checking.
24180
24181 2004-08-18  Wim Taymans  <wim@fluendo.com>
24182
24183         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24184         Realloc test fdset in the lock and right before starting
24185         the poll call. Bump the limit to 4096.
24186
24187 2004-08-17  David Schleef  <ds@schleef.org>
24188
24189         * sys/sunaudio/Makefile.am:
24190         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24191         of rates and channels.  Make debugging less obnoxious.
24192
24193         Patch from Balamurali Viswanathan implementing a mixer for
24194         Sun audio.  (bug #144091):
24195         * sys/sunaudio/gstsunelement.c:
24196         * sys/sunaudio/gstsunelement.h:
24197         * sys/sunaudio/gstsunmixer.c:
24198         * sys/sunaudio/gstsunmixer.h:
24199
24200 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24201
24202         * gst/audioscale/gstaudioscale.c:
24203         * gst/audioscale/gstaudioscale.h:
24204         made audioscale resample from any sample rate to any sample rate
24205
24206 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24207
24208         * ext/libpng/gstpngdec.c:
24209           error out on unsupported types
24210
24211 2004-08-17  Iain <iaingnome@gmail.com>
24212
24213         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24214         mid_side and loose_mid_side properties if its a stereo stream.
24215
24216 2004-08-17  Wim Taymans  <wim@fluendo.com>
24217
24218         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24219         (theora_get_formats), (theora_dec_src_convert),
24220         (theora_dec_sink_convert), (theora_dec_src_query),
24221         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24222         Add a debug line.
24223
24224 2004-08-17  Wim Taymans  <wim@fluendo.com>
24225
24226         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24227         (gst_ogg_pad_push):
24228         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24229         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24230         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24231         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24232         Mark delta units in the muxer.
24233         Try to decode the packet after an out-of-sync error from
24234         libogg.
24235
24236 2004-08-17  Wim Taymans  <wim@fluendo.com>
24237
24238         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24239         (gst_multifdsink_init), (gst_multifdsink_add),
24240         (gst_multifdsink_client_queue_buffer),
24241         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24242         * gst/tcp/gstmultifdsink.h:
24243         Added option to send a keyframe to clients as the first buffer.
24244         Make timeout property writable.
24245
24246 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24247
24248         patch by: Wim Taymans
24249
24250         * gst/tcp/gstfdset.c:
24251         * gst/tcp/gstmultifdsink.c:
24252           fix index comparison, should include 0
24253
24254 2004-08-16  Wim Taymans  <wim@fluendo.com>
24255
24256         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24257         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24258         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24259         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24260         (gst_fdset_wait):
24261           copy when reallocing for poll so the select arguments don't get
24262           changed during the call
24263
24264 2004-08-16  Wim Taymans  <wim@fluendo.com>
24265
24266         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24267         (gst_theora_enc_class_init), (theora_enc_sink_link),
24268         (theora_buffer_from_packet), (theora_enc_chain):
24269         Fix bug where buffers were not marked as keyframes
24270         correctly.
24271
24272 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24273
24274         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24275         (gst_lame_preset_get_type), (gst_lame_class_init):
24276         describe the enum values for vbr mode and presets more verbosely
24277
24278 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24279
24280         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24281         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24282         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24283         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24284         * ext/lame/gstlame.h:
24285         add preset property to lame so it can use lame presets
24286
24287 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24288
24289         * ext/lame/gstlame.c: (gst_lame_get_property):
24290         whoops forgot break, thanks teuf
24291
24292 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24293
24294         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24295         (gst_lame_class_init), (gst_lame_src_getcaps),
24296         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24297         (gst_lame_get_property), (gst_lame_setup):
24298         * ext/lame/gstlame.h:
24299         fix lame's broken vbr stuff, allow it to resample if need be, and also
24300         make xing header optional
24301
24302 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24303
24304         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24305         added getcaps function so samplerate doesnt get fixated to silly values
24306
24307 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24308
24309         * ext/lame/gstlame.c: (gst_lame_src_link):
24310         revert previous fix
24311
24312 2004-08-12  Johan Dahlin  <johan@gnome.org>
24313
24314         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24315         checks. Doesn't matter what state we are in. Interfaces are a
24316         compile time thing, not runtime. It also broke the python bindings.
24317
24318 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24319
24320         * ext/lame/gstlame.c: (gst_lame_src_link):
24321         made source pad link function check if sinkpad is ok..fixes the problem
24322         where core fixates the output rate of lame stupidly
24323
24324 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24325
24326         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24327         * sys/v4l/v4l_calls.c:
24328         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24329           fix fixate function to handle nonsimple caps.
24330           remove bogus check in _link
24331           cleanups
24332
24333 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24334
24335         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24336         set default compression ratio parameter to 0.0 so bitrate parameter
24337         works :)
24338
24339 2004-08-11  David Schleef  <ds@schleef.org>
24340
24341         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24342
24343 2004-08-11  David Schleef  <ds@schleef.org>
24344
24345         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24346         before.
24347
24348 2004-08-11  David Schleef  <ds@schleef.org>
24349
24350         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24351
24352 2004-08-11  David Schleef  <ds@schleef.org>
24353
24354         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24355           license field
24356         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24357         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24358           LGPL.
24359         * gst/auparse/gstauparse.c: Fix plugin license field.
24360         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24361         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24362         * gst/rtp/gstrtp.c: Fix plugin license field.
24363
24364 2004-08-11  Wim Taymans  <wim@fluendo.com>
24365
24366         * gst/tcp/Makefile.am:
24367         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24368         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24369         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24370         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24371         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24372         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24373         (gst_fdset_fd_can_write), (gst_fdset_wait):
24374         * gst/tcp/gstfdset.h:
24375         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24376         (gst_multifdsink_class_init), (gst_multifdsink_init),
24377         (gst_multifdsink_add), (gst_multifdsink_remove),
24378         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24379         (gst_multifdsink_remove_client_link),
24380         (gst_multifdsink_handle_client_read),
24381         (gst_multifdsink_client_queue_data),
24382         (gst_multifdsink_client_queue_caps),
24383         (gst_multifdsink_client_queue_buffer),
24384         (gst_multifdsink_handle_client_write),
24385         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24386         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24387         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24388         (gst_multifdsink_close):
24389         * gst/tcp/gstmultifdsink.h:
24390         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24391         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24392         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24393         (gst_tcpserversink_close):
24394         * gst/tcp/gsttcpserversink.h:
24395         Abstracted away the select call, implemented poll (yes we ran into
24396         the 1024 limit in production).
24397
24398 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24399
24400         * gst/tcp/gsttcp.c:
24401         * gst/tcp/gsttcpplugin.c:
24402           improve debuggging, remove assert
24403
24404 2004-08-10  Wim Taymans  <wim@fluendo.com>
24405
24406         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24407         (gst_client_status_get_type), (gst_multifdsink_class_init),
24408         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24409         (gst_multifdsink_handle_client_read),
24410         (gst_multifdsink_handle_client_write),
24411         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24412         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24413         (gst_multifdsink_get_property):
24414         * gst/tcp/gstmultifdsink.h:
24415         * gst/tcp/gsttcp-marshal.list:
24416         Starting to prepare for specifying buffer time in other units
24417         than buffers. Expose remove reason in signal.
24418
24419 2004-08-10  Wim Taymans  <wim@fluendo.com>
24420
24421         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24422         (gst_multifdsink_remove), (gst_multifdsink_clear),
24423         (gst_multifdsink_remove_client_link),
24424         (gst_multifdsink_handle_client_read),
24425         (gst_multifdsink_client_queue_data),
24426         (gst_multifdsink_client_queue_buffer),
24427         (gst_multifdsink_handle_client_write),
24428         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24429         (gst_multifdsink_chain), (gst_multifdsink_close):
24430         * gst/tcp/gstmultifdsink.h:
24431         Added more debugging info. Changed the way clients are
24432         removed from the lists. Fixed a bug where a bad file descriptor
24433         could cause many clients to be removed.
24434
24435 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24436
24437         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24438           allow all pixel-aspect-ratios, not just 1:1
24439
24440 2004-08-09  David Schleef  <ds@schleef.org>
24441
24442         * sys/glsink/ARB_multitexture.h:  Remove old files.
24443         * sys/glsink/EXT_paletted_texture.h:
24444         * sys/glsink/NV_register_combiners.h:
24445         * sys/glsink/gstgl_nvimage.c:
24446         * sys/glsink/gstgl_pdrimage.c:
24447         * sys/glsink/gstgl_rgbimage.c:
24448         * sys/glsink/gstglsink.c:
24449         * sys/glsink/gstglsink.h:
24450         * sys/glsink/gstglxwindow.c:
24451         * sys/glsink/regcomb_yuvrgb.c:
24452
24453 2004-08-09  David Schleef  <ds@schleef.org>
24454
24455         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24456         GL sink plugin.  (Bug #147302)
24457
24458         * configure.ac: Test for OpenGL
24459         * sys/Makefile.am: Use test for OpenGL
24460         * sys/glsink/Makefile.am:
24461         * sys/glsink/glimagesink.c: rewrite
24462         * sys/glsink/glimagesink.h: rewrite
24463
24464 2004-08-09  David Schleef  <ds@schleef.org>
24465
24466         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24467         sane framerates.
24468         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24470         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24471
24472 2004-08-09  Wim Taymans  <wim@fluendo.com>
24473
24474         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24475         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24476         (gst_multifdsink_client_remove),
24477         (gst_multifdsink_handle_client_read),
24478         (gst_multifdsink_handle_client_write),
24479         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24480         Do a bit more logging, make the client_read code more robust.
24481
24482 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24483
24484         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24485         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24486         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24487         (gst_jpegdec_init), (gst_jpegdec_chain):
24488         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24489         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24490           cleanups, debugging fixes and memleak plugging
24491
24492 2004-08-09  Wim Taymans  <wim@fluendo.com>
24493
24494         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24495         (theora_get_formats), (theora_dec_src_convert),
24496         (theora_dec_sink_convert), (theora_dec_src_query),
24497         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24498         (theora_dec_change_state):
24499         Don't crash on missing header packets.
24500
24501 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24502
24503         * po/LINGUAS:
24504         * po/sq.po:
24505           Added Albanian translation (Laurent Dhima)
24506         * po/cs.po:
24507           updated
24508
24509 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24510
24511         * ext/lame/gstlame.c:
24512           fix/add debugging
24513
24514 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24515
24516         * sys/ximage/ximagesink.c:
24517         * sys/xvimage/xvimagesink.c:
24518           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24519
24520 2004-08-06  Wim Taymans  <wim@fluendo.com>
24521
24522         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24523         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24524         (gst_multifdsink_client_remove),
24525         (gst_multifdsink_handle_client_read),
24526         (gst_multifdsink_handle_client_write),
24527         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24528         Make sure we don't try to read more from a client that what
24529         ioctl says us or we deadlock.
24530
24531 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24532
24533         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24534         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24535         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24536           decouple running_time and n_frames so it can handle changing
24537           framerate while running
24538
24539 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24540
24541         * po/nl.po:
24542         * po/sv.po:
24543           updated translations
24544
24545 2004-08-04  Benjamin Otte  <otte@gnome.org>
24546
24547         * gst/videotestsrc/gstvideotestsrc.c:
24548         (gst_videotestsrc_get_capslist), (generate_capslist),
24549         (plugin_init):
24550           generate the list of supported caps at startup and reuse it instead
24551           of always generating it
24552
24553 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24554
24555         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
24556           whoops, last checkin broke normal build
24557
24558 2004-08-03  Benjamin Otte  <otte@gnome.org>
24559
24560         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
24561         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24562         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24563         (gst_alsa_mixer_get_option):
24564         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
24565         (dvdnavsrc_print_event):
24566         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
24567         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
24568         (gst_ogg_mux_pad_unlink):
24569         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
24570         (gst_multipart_mux_pad_unlink):
24571         * gst/videofilter/gstvideobalance.c:
24572         (gst_videobalance_colorbalance_set_value):
24573         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
24574         (gst_videomixer_pad_unlink):
24575         * po/uk.po:
24576         * sys/oss/gstossmixer.c:
24577         * sys/v4l/gstv4lcolorbalance.c:
24578         * sys/v4l/gstv4ltuner.c:
24579         * sys/v4l/v4lsrc_calls.c:
24580         * sys/v4l2/gstv4l2colorbalance.c:
24581         * sys/v4l2/gstv4l2tuner.c:
24582           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
24583
24584 2004-08-03  Benjamin Otte  <otte@gnome.org>
24585
24586         * examples/dynparams/filter.c: (ui_control_create):
24587         * examples/gstplay/player.c: (print_tag):
24588         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
24589         * ext/gdk_pixbuf/gstgdkanimation.c:
24590         (gst_gdk_animation_iter_may_advance):
24591         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
24592         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
24593         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
24594         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
24595         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
24596         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24597         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
24598         * gst/sine/demo-dparams.c: (main):
24599         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24600         * testsuite/alsa/formats.c: (create_pipeline):
24601         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
24602           fixes for G_DISABLE_ASSERT and friends
24603         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24604         (mp3_type_frame_length_from_header), (mp3_type_find),
24605         (plugin_init):
24606           require mp3 typefinding to have at least MIN_HEADERS valid headers
24607           add typefinding for AAC adts files
24608
24609 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
24610
24611         * sys/ximage/ximagesink.c:
24612         (gst_ximagesink_calculate_pixel_aspect_ratio):
24613         * sys/xvimage/xvimagesink.c:
24614         (gst_xvimagesink_calculate_pixel_aspect_ratio):
24615         Make sure we calculate pixel-aspect-ratio using floating point maths
24616
24617 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24618
24619         * po/uk.po:
24620           updated translation
24621
24622 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24623
24624         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
24626           add debugging for display PAR calculation
24627
24628 2004-08-02  David Schleef  <ds@schleef.org>
24629
24630         * configure.ac: Fix mikmod CFLAGS.
24631
24632 2004-07-27  Benjamin Otte  <otte@gnome.org>
24633
24634         * gst/audioscale/gstaudioscale.c:
24635         - fix templates to only support S16, it's the only format that works
24636         - make caps nego code use try_set_caps_nonfixed and fixation instead
24637         of try_set_caps twice, which is not nice for autopluggers
24638         - change rank to secondary, so autopluggers can pick it up after
24639         audioconvert
24640
24641 2004-08-02  Iain <iain@prettypeople.org>
24642
24643         * gst/interleave/interleave.c (interleave_init),
24644         (interleave_request_new_pad),
24645         (interleave_pad_removed),
24646         (interleave_buffered_loop): Use the real pad count, not the artificial
24647         one.
24648
24649 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24650
24651         * configure.ac: bump nano back to development
24652
24653 === release 0.8.3 ===
24654
24655 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24656
24657         * configure.ac: releasing 0.8.3, "Water"
24658
24659 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24660
24661         * sys/xvimage/xvimagesink.c:
24662         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24663         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
24664         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
24665         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24666         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24667         * sys/xvimage/xvimagesink.h:
24668           apply similar PAR fixes as to ximagesink
24669
24670 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24671
24672         patch from: Benjamin Otte
24673
24674         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
24675           add link function to lame.  Fixes #148986.
24676
24677 2004-08-02  Johan Dahlin  <johan@gnome.org>
24678
24679         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
24680         fix debugging log
24681
24682 2004-07-30  David Schleef  <ds@schleef.org>
24683
24684         * gst/videomixer/Makefile.am: Fix things that should have been
24685         fixed in the last checkin.
24686
24687 2004-07-30  David Schleef  <ds@schleef.org>
24688
24689         * gst/multipart/Makefile.am: Fix things that should have been
24690         fixed in the last checkin.
24691
24692 2004-07-30  David Schleef  <ds@schleef.org>
24693
24694         * testsuite/multifilesink/Makefile.am: Fix unused variable.
24695
24696 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24697
24698         * configure.ac:
24699           bump nano for prerelease
24700         * po/af.po:
24701         * po/az.po:
24702         * po/cs.po:
24703         * po/en_GB.po:
24704         * po/hu.po:
24705         * po/nl.po:
24706         * po/sr.po:
24707         * po/sv.po:
24708         * po/uk.po:
24709           updates
24710
24711 2004-07-30  Wim Taymans  <wim@fluendo.com>
24712
24713         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24714         (gst_multifdsink_add), (gst_multifdsink_remove),
24715         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24716         (gst_multifdsink_client_remove),
24717         (gst_multifdsink_handle_client_write),
24718         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24719         * gst/tcp/gstmultifdsink.h:
24720         Recover from a select with a bad file descriptor by removing
24721         the client.
24722
24723 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24724
24725         * configure.ac:
24726           fix requirement of core
24727         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
24728         (gst_play_pipeline_setup):
24729           don't use colorspace element.  do use hermescolorspace element.
24730           make macro to get a colorspace element.
24731           mark strings for translation.
24732         * po/POTFILES.in:
24733           add play.c
24734         * po/af.po:
24735         * po/az.po:
24736         * po/cs.po:
24737         * po/en_GB.po:
24738         * po/hu.po:
24739         * po/nl.po:
24740         * po/sr.po:
24741         * po/sv.po:
24742         * po/uk.po:
24743           update translations
24744
24745 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24746
24747         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
24748         fix default for newmedia flag
24749
24750 2004-07-30  Wim Taymans  <wim@fluendo.com>
24751
24752         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24753         (gst_theora_dec_init), (theora_get_formats),
24754         (theora_dec_src_convert), (theora_dec_sink_convert),
24755         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24756         (theora_dec_chain), (theora_dec_set_property),
24757         (theora_dec_get_property):
24758         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24759         (gst_theora_enc_class_init), (gst_theora_enc_init),
24760         (theora_enc_sink_link), (theora_enc_chain),
24761         (theora_enc_set_property), (theora_enc_get_property):
24762         Added cropping option to theora decoder.
24763         Added border option to theora encoder.
24764
24765 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24766
24767         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24768         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24769         (gst_pngenc_set_property):
24770         * ext/libpng/gstpngenc.h:
24771         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
24772
24773 2004-07-30  Wim Taymans  <wim@fluendo.com>
24774
24775         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24776         (theora_enc_sink_link), (theora_enc_chain),
24777         (theora_enc_set_property), (theora_enc_get_property):
24778         Fix encoding of non-multiple-of-16 video.
24779
24780 2004-07-29  David Schleef  <ds@schleef.org>
24781
24782         * configure.ac: make test for audiofile more strict
24783
24784 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24785
24786         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24787           give different names to typefind functions
24788
24789 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24790
24791         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24792         (gst_ximagesink_calculate_pixel_aspect_ratio),
24793         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24794         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24795         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
24796         (gst_ximagesink_get_property), (gst_ximagesink_init):
24797         * sys/ximage/ximagesink.h:
24798           allocate PAR's dynamically.
24799           use autodetected PAR if no object-set PAR is given.
24800           add workaround for directfb's X not setting physical size.
24801           fix to xvimagesink will follow tomorrow.
24802
24803 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24804
24805         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
24806         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
24807         (gst_shout2send_get_type), (gst_shout2send_set_clock),
24808         (gst_shout2send_class_init), (gst_shout2send_init),
24809         (set_shout_metadata), (gst_shout2send_set_metadata),
24810         (gst_shout2send_chain), (gst_shout2send_set_property),
24811         (gst_shout2send_get_property), (gst_shout2send_connect),
24812         (gst_shout2send_change_state):
24813         * ext/shout2/gstshout2.h:
24814         - fix for sending mp3 audio to icecast2 server, if pad link function not
24815         called before PAUSED state
24816         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
24817         - added tagging support for mp3 audio broadcasted
24818         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
24819         debug info
24820
24821 2004-07-28  Wim Taymans  <wim@fluendo.com>
24822
24823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24824         (gst_ogg_demux_push):
24825         Return query failure when we don't know the length of
24826         an ogg stream insteda of returning TRUE with a bogus value.
24827
24828 2004-07-28  Wim Taymans  <wim@fluendo.com>
24829
24830         * ext/theora/theoradec.c: (theora_get_formats),
24831         (theora_dec_src_convert), (theora_dec_sink_convert),
24832         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24833         (theora_dec_chain):
24834         Don't screw up the 1 Chroma for 1 luma sample situation when we
24835         have an odd offset/width by adding a black border in those cases.
24836
24837 2004-07-28  Wim Taymans  <wim@fluendo.com>
24838
24839         * ext/theora/theoradec.c: (theora_get_formats),
24840         (theora_dec_src_convert), (theora_dec_sink_convert),
24841         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24842         (theora_dec_chain):
24843         * ext/theora/theoraenc.c: (theora_enc_sink_link):
24844         Added first attempt at cropping of the image as required by the
24845         theora spec. We need more properties in the caps (offset_x,
24846         offset_y,stride) to implement this correctly.
24847
24848 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
24849
24850         * ext/dvdnav/README:
24851           Update the README to use dvddemux
24852         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24853           Ensure getcaps returns a subset of the template caps
24854         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
24855         (gst_mpeg2subt_init):
24856           Ensure getcaps returns a subset of the template caps
24857         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
24858         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
24859         (gst_dvd_demux_get_subpicture_stream),
24860         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
24861         * gst/mpegstream/gstdvddemux.h:
24862           Set the explicit caps on the current_video pad before pushing
24863           anything
24864         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
24865         (gst_mpeg_demux_get_audio_stream):
24866           Free caps used to gst_pad_set_explicit_caps, which takes a const
24867           GstCaps *
24868
24869 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24870
24871         * configure.ac: update GStreamer requirement to 0.8.4 because of
24872           GstFraction.
24873
24874 2004-07-28  Wim Taymans  <wim@fluendo.com>
24875
24876         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
24877         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
24878         Add the pad to the element after setting up the caps. This
24879         makes it a lot easier to autoplug.
24880
24881 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24882
24883         * gst/median/gstmedian.c:
24884         * gst/mpeg2subt/gstmpeg2subt.c:
24885         * gst/mpegaudioparse/gstmpegaudioparse.c:
24886         * gst/mpegstream/gstdvddemux.c:
24887         * gst/mpegstream/gstmpegdemux.c:
24888         * gst/mpegstream/gstmpegpacketize.c:
24889         * gst/rtjpeg/gstrtjpeg.c:
24890         * gst/rtjpeg/gstrtjpegdec.c:
24891         * gst/rtjpeg/gstrtjpegenc.c:
24892         * gst/sine/gstsinesrc.c:
24893         * gst/smooth/gstsmooth.c:
24894         * gst/smpte/gstsmpte.c:
24895         * gst/smpte/gstsmpte.h:
24896         * gst/stereo/gststereo.c:
24897         * gst/videofilter/gstgamma.c:
24898         * gst/videofilter/gstvideobalance.c:
24899         * gst/videofilter/gstvideofilter.c:
24900         * gst/videofilter/gstvideoflip.c:
24901         * gst/videoscale/gstvideoscale.c:
24902         * gst/videoscale/videoscale.c:
24903         * gst/videotestsrc/gstvideotestsrc.c:
24904         * gst/videotestsrc/videotestsrc.c:
24905         * gst/wavenc/gstwavenc.c:
24906         * gst/wavparse/gstwavparse.c:
24907           fix local includes and 64 bits constants
24908
24909 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24910
24911         * win32/gst.sln:
24912         * gst-libs/gst/*/*.vcproj:
24913         * gst/*/*.vcproj:
24914           more working plugins
24915
24916 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24917
24918         * testsuite/alsa/Makefile.am:
24919         * testsuite/alsa/srcstate.c:
24920         add test for alsasrc changing state
24921
24922 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24923
24924         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
24925         (gst_silence_get):
24926         * gst/silence/gstsilence.h:
24927         fix silence generation for 16bit raw audio
24928
24929 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24930
24931         * gst/matroska/matroska-demux.c:
24932         (gst_matroska_demux_parse_metadata),
24933         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
24934         * gst/mpegaudio/common.c:
24935         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
24936         (gst_videoscale_getcaps), (gst_videoscale_link),
24937         (gst_videoscale_src_fixate), (gst_videoscale_init),
24938         (gst_videoscale_finalize):
24939         * gst/videoscale/gstvideoscale.h:
24940         * gst/videotestsrc/gstvideotestsrc.c:
24941         (gst_videotestsrc_get_capslist):
24942         * gst/wavenc/gstwavenc.c:
24943         * sys/oss/gstossmixer.c: (fill_labels):
24944         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24945         (gst_ximagesink_handle_xevents),
24946         (gst_ximagesink_calculate_pixel_aspect_ratio),
24947         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
24948         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
24949         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
24950         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
24951         (gst_ximagesink_init), (gst_ximagesink_class_init):
24952         * sys/ximage/ximagesink.h:
24953         * sys/xvimage/xvimagesink.c:
24954         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24955         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
24956         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
24957         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24958         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24959         * sys/xvimage/xvimagesink.h:
24960           first batch of pixel aspect ratio commits.
24961
24962 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24963
24964         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24965         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
24966         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
24967           handle stride, needs work if we want to move stride handling
24968           upstream, but works correctly for our purposes.
24969
24970 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24971
24972         * gst/videoscale/README:
24973           add testing examples
24974         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
24975         (gst_videoscale_chain):
24976         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
24977         (gst_videoscale_get_size):
24978           add get_size function that handles stride like videotestsrc.
24979           fixes conversion for YUV formats for as much as I can test them.
24980
24981 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24982
24983         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24984         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24986         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24987         (gst_xvimagesink_xvimage_put):
24988           further cleanups, logging, error handling and synchronizing
24989
24990 2004-07-27  Wim Taymans  <wim@fluendo.com>
24991
24992         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24993         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24994         (gst_videomixer_pad_set_property),
24995         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24996         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24997         (gst_videomixer_class_init), (gst_videomixer_init),
24998         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
24999         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
25000         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
25001         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25002         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25003         (gst_videomixer_loop), (plugin_init):
25004         Be a nicer negotiation citizen and provide a getcaps function on
25005         the srcpad. This also fixes a crash when resizing.
25006
25007 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25008
25009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25010         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25011
25012 2004-07-27  Wim Taymans  <wim@fluendo.com>
25013
25014         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25015         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25016         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25017         (gst_pngenc_set_property):
25018         * ext/libpng/gstpngenc.h:
25019         Added snapshot property to pngenc.
25020         removed g_print from pngdec
25021
25022 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25023
25024         * gst/ac3parse/ac3parse.vcproj
25025         * gst/adder/adder.vcproj
25026         * gst/alpha/alpha.vcproj
25027         * gst/alpha/alphacolor.vcproj
25028         * gst/asfdemux/asf.vcproj
25029         * gst/audioconvert/audioconvert.vcproj
25030         * gst/audiorate/audiorate.vcproj
25031         * gst/audioscale/audioscale.vcproj
25032         * gst/auparse/auparse.vcproj
25033         * gst/avi/avi.vcproj
25034         * gst/cdxaparse/cdxaparse.vcproj
25035         * gst/chart/chart.vcproj
25036         * gst/colorspace/colorspace.vcproj
25037         * gst/cutter/cutter.vcproj
25038         * gst/debug/debug.vcproj
25039         * gst/debug/efence.vcproj
25040         * gst/debug/navigationtest.vcproj
25041         * gst/deinterlace/deinterlace.vcproj
25042         * gst/effectv/effectv.vcproj
25043         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25044         * gst/filter/filter.vcproj
25045         * gst/flx/flxdec.vcproj
25046         * gst/goom/goom.vcproj
25047         * gst/interleave/interleave.vcproj
25048         * gst/law/alaw.vcproj
25049         * gst/law/mulaw.vcproj
25050         * gst/matroska/matroska.vcproj
25051         * gst/median/median.vcproj
25052         * gst/mixmatrix/mixmatrix.vcproj
25053         * gst/mpeg1sys/mpeg1systemencode.vcproj
25054         * gst/mpeg1videoparse/mp1videoparse.vcproj
25055         * gst/mpeg2sub/mpeg2subt.vcproj
25056         * gst/mpegaudio/mpegaudio.vcproj
25057         * gst/mpegaudioparse/mpegaudioparse.vcproj
25058         * gst/mpegstream/mpegstream.vcproj
25059         * gst/multifilesink/multifilesink.vcproj
25060         * gst/multipart/multipart.vcproj
25061         * gst/oneton/oneton.vcproj
25062         * gst/overlay/overlay.vcproj
25063         * gst/passthrough/passthrough.vcproj
25064         * gst/qtdemux/qtdemux.vcproj
25065         * gst/realmedia/rmdemux.vcproj
25066         * gst/rtjpeg/rtjpeg.vcproj
25067         * gst/rtp/rtp.vcproj
25068         * gst/silence/silence.vcproj
25069         * gst/sine/sinesrc.vcproj
25070         * gst/smooth/smooth.vcproj
25071         * gst/smpte/smpte.vcproj
25072         * gst/spectrum/spectrum.vcproj
25073         * gst/speed/speed.vcproj
25074         * gst/stereo/stereo.vcproj
25075         * gst/switch/switch.vcproj
25076         * gst/tags/tagedit.vcproj
25077         * gst/tcp/tcp.vcproj
25078         * gst/typefind/typefindfunctions.vcproj
25079         * gst/udp/udp.vcproj
25080         * gst/videobox/videobox.vcproj
25081         * gst/videocrop/videocrop.vcproj
25082         * gst/videodrop/videodrop.vcproj
25083         * gst/videofilter/gamma.vcproj
25084         * gst/videofilter/videobalance.vcproj
25085         * gst/videofilter/videofilter.vcproj
25086         * gst/videofilter/videoflip.vcproj
25087         * gst/videoflip/videoflip.vcproj
25088         * gst/videomixer/videomixer.vcproj
25089         * gst/videorate/videorate.vcproj
25090         * gst/videoscale/videoscale.vcproj
25091         * gst/videotestsrc/videotestsrc.vcproj
25092         * gst/virtualdub/virtualdub.vcproj
25093         * gst/volenv/volenv.vcproj
25094         * gst/volume/volume.vcproj
25095         * gst/wavenc/wavenc.vcproj
25096         * gst/wavparse/wavparse.vcproj
25097         * gst/y4m/y4menc.vcproj
25098         * gst-libs/gst/audio/audio.vcproj
25099         * gst-libs/gst/audio/audiofilter.vcproj
25100         * gst-libs/gst/colorbalance/colorbalance.vcproj
25101         * gst-libs/gst/idct/idtc.vcproj
25102         * gst-libs/gst/media-info/media-info.vcproj
25103         * gst-libs/gst/mixer/mixer.vcproj
25104         * gst-libs/gst/navigation/navigation.vcproj
25105         * gst-libs/gst/play/play.vcproj
25106         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25107         * gst-libs/gst/resample/resample.vcproj
25108         * gst-libs/gst/riff/riff.vcproj
25109         * gst-libs/gst/tuner/tuner.vcproj
25110         * gst-libs/gst/video/video.vcproj
25111         * gst-libs/gst/xoverlay/xoverlay.vcproj
25112           avoid problems with math.h, fix release dependancy
25113           rename GStreamer-0.8.lib to libgstreamer.lib
25114
25115 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25116
25117         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25119         the atom is not available we have to unlock the mutex. Fixes #148023
25120
25121 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25122
25123         * gst-libs/gst/media-info/media-info.h:
25124           issue for a vararg macro with MSVC
25125
25126 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25127
25128         * gst/effectv/effectv.vcproj
25129         * gst-libs/gst/idct/idct.vcproj:
25130         * gst-libs/gst/media-info/media-info.vcproj:
25131         * gst-libs/gst/navigation/navigation.vcproj:
25132         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25133         * gst-libs/gst/video/video.vcproj:
25134         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25135           fixes for build problems
25136
25137 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25138
25139         * gst-libs/gst/audio/audio.def:
25140         * gst-libs/gst/audio/riff.def:
25141           add some definitions needed by plugins
25142
25143 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25144
25145         * gst/asfdemux/gstasfmux.c
25146           Fix some 64 bits constants to be glib friendly
25147
25148 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25149
25150         * gst/ac3parse/gstac3parse.c
25151         * gst/audioscale/gstaudioscale.c
25152         * gst/auparse/gstauparse.c
25153         * gst/colorspace/gstcolorspace.c
25154         * gst/colorspace/yuv2rgb.h
25155           local include fixes
25156
25157 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25158
25159         * win32/gst.sln
25160           add more plugins to the build
25161
25162 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25163
25164         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25165         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25166
25167 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25168
25169         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25170         (gst_level_set_property), (gst_level_get_property),
25171         (gst_level_base_init), (gst_level_class_init):
25172           add debugging categories.  cleanups.
25173
25174 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25175
25176         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25177         (gst_videoscale_planar411), (gst_videoscale_planar400),
25178         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25179         (gst_videoscale_scale_nearest_str1),
25180         (gst_videoscale_scale_nearest_str2),
25181         (gst_videoscale_scale_nearest_str4),
25182         (gst_videoscale_scale_nearest_16bit),
25183         (gst_videoscale_scale_nearest_24bit):
25184           fixed stride issues
25185           tested with 320x240 -> 321, 322, 324 x240
25186           tested with YV12, I420, YUY2, UYVY
25187           fixed packed422rev (don't think it could have worked before)
25188           by testing with UYVY
25189
25190 2004-07-26  Benjamin Otte  <otte@gnome.org>
25191
25192         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25193         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25194         (plugin_init):
25195           add debugging category, add error checks like checking return values
25196           of setup calls, make sure it still works after
25197           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25198
25199 2004-07-26  Wim Taymans  <wim@fluendo.com>
25200
25201         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25202         (gst_mpeg_demux_get_audio_stream),
25203         (gst_mpeg_demux_process_private):
25204         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25205         Check for error codes from the negotiation functions. Make sure
25206         we really set the pad caps when a new pad is created.
25207
25208 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25209
25210         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25211         (gst_ffmpeg_caps_to_pix_fmt):
25212         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25213         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25214         (gst_ffmpegcolorspace_pad_link):
25215           don't make function do two things at the same time without reason.
25216
25217 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25218
25219         * gst/ac3parse/ac3parse.vcproj
25220         * gst/adder/adder.vcproj
25221         * gst/alpha/alpha.vcproj
25222         * gst/alpha/alphacolor.vcproj
25223         * gst/asfdemux/asf.vcproj
25224         * gst/audioconvert/audioconvert.vcproj
25225         * gst/audiorate/audiorate.vcproj
25226         * gst/audioscale/audioscale.vcproj
25227         * gst/auparse/auparse.vcproj
25228         * gst/avi/avi.vcproj
25229         * gst/cdxaparse/cdxaparse.vcproj
25230         * gst/chart/chart.vcproj
25231         * gst/colorspace/colorspace.vcproj
25232         * gst/cutter/cutter.vcproj
25233         * gst/debug/debug.vcproj
25234         * gst/debug/efence.vcproj
25235         * gst/debug/navigationtest.vcproj
25236         * gst/deinterlace/deinterlace.vcproj
25237         * gst/effectv/effectv.vcproj
25238         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25239         * gst/filter/filter.vcproj
25240         * gst/flx/flxdec.vcproj
25241         * gst/goom/goom.vcproj
25242         * gst/interleave/interleave.vcproj
25243         * gst/law/alaw.vcproj
25244         * gst/law/mulaw.vcproj
25245         * gst/matroska/matroska.vcproj
25246         * gst/median/median.vcproj
25247         * gst/mixmatrix/mixmatrix.vcproj
25248         * gst/mpeg1sys/mpeg1systemencode.vcproj
25249         * gst/mpeg1videoparse/mp1videoparse.vcproj
25250         * gst/mpeg2sub/mpeg2subt.vcproj
25251         * gst/mpegaudio/mpegaudio.vcproj
25252         * gst/mpegaudioparse/mpegaudioparse.vcproj
25253         * gst/mpegstream/mpegstream.vcproj
25254         * gst/multifilesink/multifilesink.vcproj
25255         * gst/multipart/multipart.vcproj
25256         * gst/oneton/oneton.vcproj
25257         * gst/overlay/overlay.vcproj
25258         * gst/passthrough/passthrough.vcproj
25259         * gst/qtdemux/qtdemux.vcproj
25260         * gst/realmedia/rmdemux.vcproj
25261         * gst/rtjpeg/rtjpeg.vcproj
25262         * gst/rtp/rtp.vcproj
25263         * gst/silence/silence.vcproj
25264         * gst/sine/sinesrc.vcproj
25265         * gst/smooth/smooth.vcproj
25266         * gst/smpte/smpte.vcproj
25267         * gst/spectrum/spectrum.vcproj
25268         * gst/speed/speed.vcproj
25269         * gst/stereo/stereo.vcproj
25270         * gst/switch/switch.vcproj
25271         * gst/tags/tagedit.vcproj
25272         * gst/tcp/tcp.vcproj
25273         * gst/typefind/typefindfunctions.vcproj
25274         * gst/udp/udp.vcproj
25275         * gst/videobox/videobox.vcproj
25276         * gst/videocrop/videocrop.vcproj
25277         * gst/videodrop/videodrop.vcproj
25278         * gst/videofilter/gamma.vcproj
25279         * gst/videofilter/videobalance.vcproj
25280         * gst/videofilter/videofilter.vcproj
25281         * gst/videofilter/videoflip.vcproj
25282         * gst/videoflip/videoflip.vcproj
25283         * gst/videomixer/videomixer.vcproj
25284         * gst/videorate/videorate.vcproj
25285         * gst/videoscale/videoscale.vcproj
25286         * gst/videotestsrc/videotestsrc.vcproj
25287         * gst/virtualdub/virtualdub.vcproj
25288         * gst/volenv/volenv.vcproj
25289         * gst/volume/volume.vcproj
25290         * gst/wavenc/wavenc.vcproj
25291         * gst/wavparse/wavparse.vcproj
25292         * gst/y4m/y4menc.vcproj
25293           more plugins supported under windows
25294
25295 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25296
25297         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25298         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25299         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25301         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25302           Add debugging statements.  Use the sizes as returned by the
25303           *CreateImage calls.
25304
25305 2004-07-26  Johan Dahlin  <johan@gnome.org>
25306
25307         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25308         the pad is negotiated.
25309
25310         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25311
25312 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25313
25314         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25315         * gst-libs/gst/idct/idct.vcproj:
25316         * gst-libs/gst/media-info/media-info.vcproj:
25317         * gst-libs/gst/mixer/mixer.vcproj:
25318         * gst-libs/gst/navigation/navigation.vcproj:
25319         * gst-libs/gst/play/play.vcproj:
25320         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25321         * gst-libs/gst/resample/resample.vcproj:
25322         * gst-libs/gst/tuner/tuner.vcproj:
25323         * gst-libs/gst/video/video.vcproj:
25324         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25325           more plugins supported under windows
25326
25327 2004-07-25 Iain <iain@prettypeople.org>
25328
25329         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25330         pad now rather than when the pad is created because state changes wipe
25331         explicit caps (fixes #148043).
25332
25333 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25334
25335         reviewed by Benjamin Otte  <otte@gnome.org>
25336
25337         * ext/mad/gstmad.c:
25338           fix mad plugin crashing on Sun (fixes #148289)
25339
25340 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25341
25342         * gst/avi/avi.def:
25343         * gst/avi/avi.vcproj:
25344         * gst/matroska/matroska.def:
25345         * gst/matroska/matroska.vcproj:
25346           remove unused .def files
25347
25348 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25349
25350         * gst-libs/gst/audio/gstaudiofilter.c:
25351           Clean the local include
25352
25353 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25354
25355         * win32/gst.sln:
25356         * gst-libs/gst/audio/audio.def:
25357         * gst-libs/gst/audio/audio.vcproj:
25358         * gst-libs/gst/audio/audiofilter.vcproj:
25359         * gst-libs/gst/audio/riff.def:
25360         * gst-libs/gst/audio/riff.vcproj:
25361         * gst-libs/gst/gst-libs.def:
25362         * gst-libs/gst/gst-libs.vcproj:
25363         * gst/avi/avi.vcproj:
25364         * gst/avi/avi.vcproj:
25365           Copy the files where needed after building, cleaner projects
25366
25367 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25368
25369         * gst/matroska/ebml-write.c:
25370           Fix some 64 bits constants to be glib friendly
25371
25372 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25373
25374         * win32/gst.sln:
25375         * gst-libs/gst/gst-libs.def:
25376         * gst-libs/gst/gst-libs.vcproj:
25377         * gst/matroska/matroska.def:
25378         * gst/matroska/matroska.vcproj:
25379           Add the preliminary canvas to build plugins on Win32
25380
25381 2004-07-23  Benjamin Otte  <otte@gnome.org>
25382
25383         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25384           don't enfore negotiation from source side, it breaks
25385           sinesrc ! audioconvert ! osssink
25386
25387 2004-07-22  David Schleef  <ds@schleef.org>
25388
25389         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25390         for ELF files, since they can easily be recognized as audio/mpeg.
25391         (bug #147441)
25392
25393 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25394
25395         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25396         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25397         (gst_videoscale_scale_nearest_24bit),
25398         (gst_videoscale_scale_nearest_16bit):
25399           fix 16bit and 24bit for stride (24bit might need testing)
25400           don't pretend we do more than one algorithm
25401
25402 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25403
25404         * configure.ac:
25405         * gst/Makefile.am:
25406         * gst/multifilesink/Makefile.am:
25407         * gst/multifilesink/gstmultifilesink.c:
25408         (gst_multifilesink_get_formats),
25409         (gst_multifilesink_get_query_types), (_do_init),
25410         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25411         (gst_multifilesink_init), (gst_multifilesink_dispose),
25412         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25413         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25414         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25415         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25416         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25417         (gst_multifilesink_uri_get_type),
25418         (gst_multifilesink_uri_get_protocols),
25419         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25420         (gst_multifilesink_uri_handler_init), (plugin_init):
25421         * gst/multifilesink/gstmultifilesink.h:
25422         * testsuite/Makefile.am:
25423         * testsuite/multifilesink/Makefile.am:
25424         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25425         (gst_newmedia_class_init), (gst_newmedia_init),
25426         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25427         (newfile_signal), (test_signal), (main):
25428         multifilesink plugin for creating new files every time a new media
25429         discontinuity event occurs
25430
25431 2004-07-22  Wim Taymans  <wim@fluendo.com>
25432
25433         * gst/alpha/Makefile.am:
25434         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25435         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25436         (gst_alpha_color_init), (gst_alpha_color_set_property),
25437         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25438         (transform), (gst_alpha_color_chain),
25439         (gst_alpha_color_change_state), (plugin_init):
25440         Stupid plugin to to RGBA to AYUV conversion because none of
25441         the colorspace plugins can handle that yet.
25442
25443 2004-07-22  Wim Taymans  <wim@fluendo.com>
25444
25445         * examples/seeking/seek.c: (update_scale), (main):
25446         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25447         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25448         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25449         (gst_decode_bin_init), (gst_decode_bin_dispose),
25450         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25451         (no_more_pads), (close_link), (type_found),
25452         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25453         (plugin_init):
25454         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25455         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25456         (gst_play_base_bin_dispose), (queue_overrun),
25457         (gen_preroll_element), (remove_prerolls), (unknown_type),
25458         (no_more_pads), (new_stream), (setup_source),
25459         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25460         (play_base_eos), (gst_play_base_bin_change_state),
25461         (gst_play_base_bin_add_element),
25462         (gst_play_base_bin_remove_element),
25463         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25464         (gst_play_base_bin_unlink_stream),
25465         (gst_play_base_bin_get_streaminfo):
25466         * gst/playback/gstplaybin.c: (gen_video_element),
25467         (gen_audio_element):
25468         * gst/playback/gststreaminfo.h:
25469         More playback updates, attempt to fix things after the state change
25470         breakage.
25471
25472 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25473
25474         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25475         (gst_videoscale_scale_nearest_16bit):
25476           comment algorithm
25477
25478 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25479
25480         * gst/videotestsrc/gstvideotestsrc.c:
25481         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25482         (gst_videotestsrc_init), (gst_videotestsrc_get),
25483         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25484         (gst_videotestsrc_get_property):
25485         * gst/videotestsrc/gstvideotestsrc.h:
25486         * gst/videotestsrc/videotestsrc.c:
25487         * gst/videotestsrc/videotestsrc.h:
25488           cleanup and commenting
25489
25490 2004-07-21  Wim Taymans  <wim@fluendo.com>
25491
25492         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25493         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25494         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25495         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25496         (_find_chain_get_unknown_part), (_find_streams_check),
25497         (gst_ogg_demux_push), (gst_ogg_pad_push):
25498         * ext/theora/theoradec.c: (theora_get_formats),
25499         (theora_dec_src_convert), (theora_dec_sink_convert),
25500         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25501         (theora_dec_chain):
25502         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25503         (vorbis_dec_convert), (vorbis_dec_src_query),
25504         (vorbis_dec_src_event), (vorbis_dec_event):
25505         More seeking fixes, oggdemux now supports seeking to time and
25506         uses the downstream element to convert granulepos to time.
25507         Seeking in theora-only ogg files now works.
25508
25509 2004-07-21  Wim Taymans  <wim@fluendo.com>
25510
25511         * ext/theora/theoradec.c: (gst_theora_dec_init),
25512         (theora_get_formats), (theora_get_event_masks),
25513         (theora_get_query_types), (theora_dec_src_convert),
25514         (theora_dec_sink_convert), (theora_dec_src_query),
25515         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25516         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25517         (vorbis_get_event_masks), (vorbis_get_query_types),
25518         (gst_vorbis_dec_init), (vorbis_dec_convert),
25519         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25520         Added query/convert/formats functions to vorbis and theora decoders
25521         so that the outside world can use them too. Fixed seeking on an
25522         ogg/theora/vorbis file by disabling the seeking seeking on the
25523         theora srcpad.
25524
25525 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25526
25527         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25528         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25529         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25530         images creation for both elements. We don't create the image on caps
25531         nego or renego, we just destroy the internal one if present if it does
25532         not match the needs. The chain function takes care of creating a new
25533         image when needed.
25534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25535         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25536         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25537         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
25538         the image format information. The buffer pool checks for the context
25539         image format and discard images with different formats.
25540         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
25541
25542 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25543
25544         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25545         (gst_ffmpegcolorspace_chain):
25546           no point in doing any chaining if the pad we want to push from
25547           isn't usable.
25548
25549 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25550
25551         * gst-libs/gst/riff/riff-media.c:
25552         (gst_riff_create_audio_caps_with_data):
25553           Fix double end-to-native symbol conversion (#148021).
25554
25555 2004-07-20  David Schleef  <ds@schleef.org>
25556
25557         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25558         Don't use an Atom that doesn't exist.
25559
25560 2004-07-20  Wim Taymans  <wim@fluendo.com>
25561
25562         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25563         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25564         (gst_multifdsink_client_remove),
25565         (gst_multifdsink_handle_client_write),
25566         (gst_multifdsink_queue_buffer):
25567         * gst/tcp/gstmultifdsink.h:
25568         More multifdsink stats. Avoid deadlock by releasing locks
25569         before sending out a signal.
25570
25571 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25572
25573         * po/LINGUAS:
25574         * po/hu.po:
25575           added Hungarian translation (Laszlo Dvornik)
25576
25577 2004-07-20  Wim Taymans  <wim@fluendo.com>
25578
25579         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25580         (gst_multifdsink_add), (gst_multifdsink_client_remove),
25581         (gst_multifdsink_handle_client_write),
25582         (gst_multifdsink_queue_buffer):
25583         * gst/tcp/gsttcp-marshal.list:
25584         Fixed the stupid marshal definition.
25585
25586 2004-07-20  Wim Taymans  <wim@fluendo.com>
25587
25588         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25589         (gst_multifdsink_init), (gst_multifdsink_add),
25590         (gst_multifdsink_client_remove),
25591         (gst_multifdsink_handle_client_write),
25592         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
25593         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
25594         (gst_multifdsink_init_send):
25595         * gst/tcp/gstmultifdsink.h:
25596         Added more stats, added timeout for a client, fixed some typos
25597         and added some comments.
25598
25599 2004-07-20  Wim Taymans  <wim@fluendo.com>
25600
25601         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25602         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25603         (gst_multifdsink_client_remove),
25604         (gst_multifdsink_handle_client_write):
25605         * gst/tcp/gstmultifdsink.h:
25606         * gst/tcp/gsttcp-marshal.list:
25607         Added get_stats method that returns a GValueArray of
25608         stats values.
25609
25610 2004-07-19  Benjamin Otte  <otte@gnome.org>
25611
25612         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25613           make sure longname, description and author are valid UTF-8
25614
25615 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25616
25617         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
25618         (gst_ximagesink_set_property):
25619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
25620         (gst_xvimagesink_set_property):
25621           make sure SYNCHRONOUS is respected after getting the X context
25622
25623 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25624
25625         * gst/matroska/matroska-demux.c:
25626         (gst_matroska_demux_handle_src_event),
25627         (gst_matroska_demux_parse_blockgroup):
25628         * gst/matroska/matroska-ids.h:
25629           add BlockReference tag and ignore it to clear out log.
25630           ignore NAVIGATION events to clear out log.
25631
25632 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25633
25634         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25635         (gst_matroska_demux_add_stream):
25636         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
25637           add debug categories
25638
25639 2004-07-16  Wim Taymans  <wim@fluendo.com>
25640
25641         * ext/libpng/Makefile.am:
25642         * ext/libpng/gstpng.c: (plugin_init):
25643         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
25644         (gst_pngdec_get_type), (gst_pngdec_base_init),
25645         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
25646         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
25647         * ext/libpng/gstpngdec.h:
25648         Added png decoder.
25649
25650 2004-07-16  Julien MOUTTE  <julien@moutte.net>
25651
25652         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
25653         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
25654         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
25655         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25656         (gst_ximagesink_buffer_alloc):
25657         * sys/ximage/ximagesink.h:
25658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25659         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25660         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25661         (gst_xvimagesink_buffer_alloc):
25662         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
25663         again. Using internal data pointer of the x(v)image to store image's
25664         data to be coherent with the buffer alloc mechanism. Investigated the
25665         image destruction code to be sure that everything gets freed correctly.
25666
25667 2004-07-16  Wim Taymans  <wim@fluendo.com>
25668
25669         * gst-libs/gst/riff/riff-read.c:
25670         (gst_riff_read_strf_vids_with_data),
25671         (gst_riff_read_strf_auds_with_data):
25672         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25673         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25674         Make sure we don't create 0 sized subbuffers in riff-read.
25675         Signal the no more pads signal after reading the avi header.
25676
25677 2004-07-16  Wim Taymans  <wim@fluendo.com>
25678
25679         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25680         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25681         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25682         (gst_decode_bin_init), (gst_decode_bin_dispose),
25683         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25684         (no_more_pads), (close_link), (type_found),
25685         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25686         (gst_decode_bin_change_state), (plugin_init):
25687         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25688         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25689         (gst_play_base_bin_dispose), (queue_overrun),
25690         (gen_preroll_element), (remove_prerolls), (unknown_type),
25691         (no_more_pads), (new_stream), (setup_source),
25692         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25693         (play_base_eos), (gst_play_base_bin_change_state),
25694         (gst_play_base_bin_add_element),
25695         (gst_play_base_bin_remove_element),
25696         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25697         (gst_play_base_bin_unlink_stream),
25698         (gst_play_base_bin_get_streaminfo):
25699         * gst/playback/gstplaybasebin.h:
25700         Better error recovery. Added configurable preroll queue size. Faster
25701         detection of no-more-pads.
25702
25703 2004-07-16  Wim Taymans  <wim@fluendo.com>
25704
25705         * gst-libs/gst/video/video.h:
25706         Added 32 bits RGBA. Not sure if we should use another mime-type
25707         for alpha rgb. Currently the presence of the alpha_mask property
25708         signals an alpha channel.
25709
25710 2004-07-16  Wim Taymans  <wim@fluendo.com>
25711
25712         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25714         FPS seems to be 0.0 to MAX everywhere else.
25715
25716 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25717
25718         * gst-libs/gst/riff/riff-media.c:
25719         (gst_riff_create_video_caps_with_data):
25720           mp42/mp43 (no caps) exist too.
25721         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
25722           Set pixel_width/height; we've got them in-caps.
25723         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25724         * gst/wavparse/gstwavparse.c: (plugin_init):
25725           Both are valid primary.
25726         * sys/oss/gstossmixer.c:
25727           Remove i18n hack and enable translations.
25728
25729 2004-07-15  Benjamin Otte  <otte@gnome.org>
25730
25731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25732         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25733           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
25734
25735 2004-07-15  Benjamin Otte  <otte@gnome.org>
25736
25737         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25738         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
25739         (gst_alsa_close_audio):
25740           disable some of the debugging code for now. Writing debugging to a
25741           buffer is broken in current alsalib releases.
25742
25743 2004-07-12  Benjamin Otte  <otte@gnome.org>
25744
25745         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
25746           use bufferpools
25747
25748 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25749
25750         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25751         (theora_dec_src_query), (theora_dec_event):
25752         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
25753           add debugging categories.  Remove \n's.
25754
25755 2004-07-13  Johan Dahlin  <johan@gnome.org>
25756
25757         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
25758         (gst_play_bin_get_property): Impl.
25759
25760 2004-07-13  Wim Taymans  <wim@fluendo.com>
25761
25762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
25763         When trying to find the stream length, seek back N pages
25764         instead of just one, where N is the number of streams in
25765         the current chain.
25766
25767 2004-07-13  Wim Taymans  <wim@fluendo.com>
25768
25769         * gst-libs/gst/riff/riff-media.c:
25770         (gst_riff_create_audio_caps_with_data),
25771         (gst_riff_create_audio_caps),
25772         (gst_riff_create_audio_template_caps):
25773         * gst-libs/gst/riff/riff-media.h:
25774         * gst-libs/gst/riff/riff-read.c:
25775         (gst_riff_read_strf_vids_with_data),
25776         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
25777         * gst-libs/gst/riff/riff-read.h:
25778         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25779         (gst_avi_demux_add_stream):
25780         Set codec_data on caps for avidemuxer.
25781
25782 2004-07-12  David Schleef  <ds@schleef.org>
25783
25784         * configure.ac: Fix test for Objective C
25785
25786 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
25787         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
25788         (gst_gdk_pixbuf_chain):
25789           Add svg and pcx to template caps, and ensure that getcaps returns a
25790           subset of the template caps.
25791           Copy each row manually for output, as gdkpixbuf may pad the
25792           rowstride to a 32-bit word boundary.
25793
25794 2004-07-12  Wim Taymans  <wim@fluendo.com>
25795
25796         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
25797         (gst_riff_create_video_template_caps):
25798         Fix the template caps to include some more media types.
25799
25800 2004-07-12  Wim Taymans  <wim@fluendo.com>
25801
25802         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25803         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25804         (compare_ranks), (print_feature), (gst_decode_bin_init),
25805         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25806         (try_to_link_1), (new_pad), (close_link), (type_found),
25807         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25808         (gst_decode_bin_change_state), (plugin_init):
25809         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25810         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25811         (gst_play_base_bin_dispose), (queue_overrun),
25812         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25813         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25814         (gst_play_base_bin_get_property), (play_base_eos),
25815         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25816         (gst_play_base_bin_remove_element),
25817         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25818         (gst_play_base_bin_unlink_stream),
25819         (gst_play_base_bin_get_streaminfo):
25820         * gst/playback/gstplaybasebin.h:
25821         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25822         (gst_play_bin_class_init), (gst_play_bin_init),
25823         (gst_play_bin_dispose), (gst_play_bin_set_property),
25824         (gst_play_bin_get_property), (gen_video_element),
25825         (gen_audio_element), (remove_sinks), (setup_sinks),
25826         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25827         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25828         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25829         (gst_play_bin_query), (plugin_init):
25830         * gst/playback/test4.c: (main):
25831         More fixes on reusing of the element.
25832
25833 2004-07-11  Benjamin Otte  <otte@gnome.org>
25834
25835         * ext/mad/gstmad.c: (normal_seek):
25836           allow seeking for other methods than just SET
25837
25838 2004-07-11  Andy Wingo  <wingo@pobox.com>
25839
25840         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
25841         float, "any" caps -> buffer_frames=[0,MAX].
25842
25843         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
25844         doesn't intersect our caps with the template any more. Do it
25845         ourselves.
25846         (interleave_buffered_loop): Use g_newa instead of malloc/free.
25847
25848 2004-07-09  Wim Taymans  <wim@fluendo.com>
25849
25850         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25851         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25852         (compare_ranks), (print_feature), (gst_decode_bin_init),
25853         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25854         (try_to_link_1), (new_pad), (close_link), (type_found),
25855         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25856         (gst_decode_bin_change_state), (plugin_init):
25857         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25858         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25859         (gst_play_base_bin_dispose), (queue_overrun),
25860         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25861         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25862         (gst_play_base_bin_get_property), (play_base_eos),
25863         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25864         (gst_play_base_bin_remove_element),
25865         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25866         (gst_play_base_bin_unlink_stream),
25867         (gst_play_base_bin_get_streaminfo):
25868         * gst/playback/gstplaybasebin.h:
25869         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25870         (gst_play_bin_class_init), (gst_play_bin_init),
25871         (gst_play_bin_dispose), (gst_play_bin_set_property),
25872         (gst_play_bin_get_property), (gen_video_element),
25873         (gen_audio_element), (remove_sinks), (setup_sinks),
25874         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25875         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25876         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25877         (gst_play_bin_query), (plugin_init):
25878         * gst/playback/test4.c: (main):
25879         Work on object reuse and seeking.
25880
25881 2004-07-09  Wim Taymans  <wim@fluendo.com>
25882
25883         * examples/seeking/seek.c: (iterate):
25884         Don't consume all CPU in the idle loop.
25885
25886 2004-07-09  Wim Taymans  <wim@fluendo.com>
25887
25888         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
25889         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
25890         Add pad to element *after* setting the pad functions so that
25891         the scheduler can use the correct ones.
25892
25893 2004-07-09  Wim Taymans  <wim@fluendo.com>
25894
25895         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
25896         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
25897         Sync to keyframe after seek
25898
25899 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25900
25901         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
25902         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
25903         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
25904         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
25905         * ext/libvisual/visual.c: (gst_visual_change_state):
25906         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
25907         * ext/theora/theoradec.c: (theora_dec_change_state):
25908         * ext/theora/theoraenc.c: (theora_enc_change_state):
25909         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
25910         * gst-libs/gst/navigation/navigation.c:
25911         * gst/adder/gstadder.c: (gst_adder_change_state):
25912         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25913         (gst_audio_convert_get_buffer):
25914         * gst/multipart/multipartdemux.c:
25915         (gst_multipart_demux_change_state):
25916         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
25917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25918         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
25919         * gst/videoscale/gstvideoscale.c:
25920         (gst_videoscale_handle_src_event):
25921         * gst/volume/gstvolume.c: (volume_chain_int16):
25922           don't assert in state change, this should be done by the base
25923           GstElement class.
25924           various debugging fixes.
25925
25926 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25927
25928         * configure.ac:
25929         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25930         (gst_play_dispose), (gst_play_set_location),
25931         (gst_play_set_data_src), (gst_play_set_video_sink),
25932         (gst_play_set_audio_sink), (gst_play_set_visualization),
25933         (gst_play_connect_visualization), (gst_play_get_sink_element),
25934         (gst_play_get_all_by_interface):
25935         * gst-libs/gst/play/play.h:
25936           add new method to get elements implementing an interface.
25937           add various error logging
25938
25939 2004-07-08  Wim Taymans  <wim@fluendo.com>
25940
25941         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
25942         (make_mpeg_pipeline), (make_mpegnt_pipeline),
25943         (make_playerbin_pipeline), (query_durations_elems),
25944         (query_durations_pads), (query_positions_elems),
25945         (query_positions_pads), (update_scale), (iterate), (stop_seek),
25946         (main):
25947         Added playbin seeking example.
25948
25949 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25950
25951         * gst-libs/gst/play/play.c: (gst_play_set_location),
25952         (gst_play_set_data_src), (gst_play_set_video_sink),
25953         (gst_play_set_audio_sink), (gst_play_set_visualization),
25954         (gst_play_connect_visualization), (gst_play_get_framerate):
25955           use a macro to look up elements from hash table
25956
25957 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25958
25959         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25960         (gst_play_get_length_callback), (gst_play_set_location),
25961         (gst_play_seek_to_time), (gst_play_set_data_src),
25962         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25963         (gst_play_set_visualization), (gst_play_connect_visualization),
25964         (gst_play_get_sink_element):
25965         - add debugging info
25966         - fix looking up sink elements by iterating over complete caps
25967         - put everything except for source and autoplugger in a complete bin
25968
25969 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25970
25971         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
25972         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
25973         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
25974         (gst_alsa_sink_write), (gst_alsa_sink_loop):
25975         * ext/alsa/gstalsasink.h:
25976         - add debugging info
25977         - clean up schizophrenia of data/buffer/event
25978         - fix double event unref error
25979
25980 2004-07-08  Wim Taymans  <wim@fluendo.com>
25981
25982         * gst/playback/Makefile.am:
25983         Add headers to noinst
25984
25985 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25986
25987         * tools/gst-launch-ext-m.m:
25988         * tools/gst-launch-ext.1.in:
25989           convert to the third millenium
25990
25991 2004-07-07  David Schleef  <ds@schleef.org>
25992
25993         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
25994
25995 2004-07-07  Wim Taymans  <wim@fluendo.com>
25996
25997         * gst/playback/Makefile.am:
25998         * gst/playback/README:
25999         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26000         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26001         (compare_ranks), (print_feature), (gst_decode_bin_init),
26002         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26003         (try_to_link_1), (new_pad), (close_link), (type_found),
26004         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26005         (plugin_init):
26006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26007         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26008         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26009         (gen_preroll_element), (no_more_pads), (new_stream),
26010         (setup_source), (gst_play_base_bin_set_property),
26011         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26012         (gst_play_base_bin_add_element),
26013         (gst_play_base_bin_remove_element),
26014         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26015         (gst_play_base_bin_unlink_stream),
26016         (gst_play_base_bin_get_streaminfo):
26017         * gst/playback/gstplaybasebin.h:
26018         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26019         (gst_play_bin_class_init), (gst_play_bin_init),
26020         (gst_play_bin_dispose), (gst_play_bin_set_property),
26021         (gst_play_bin_get_property), (gen_video_element),
26022         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26023         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26024         (gst_play_bin_get_formats), (gst_play_bin_convert),
26025         (gst_play_bin_get_query_types), (gst_play_bin_query),
26026         (plugin_init):
26027         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26028         (gst_stream_info_get_type), (gst_stream_info_class_init),
26029         (gst_stream_info_init), (gst_stream_info_new),
26030         (gst_stream_info_dispose), (gst_stream_info_set_property),
26031         (gst_stream_info_get_property):
26032         * gst/playback/gststreaminfo.h:
26033         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26034         (main):
26035         * gst/playback/test2.c: (main):
26036         * gst/playback/test3.c: (update_scale), (main):
26037         More playbin fixes. Added README. Do better element filtering.
26038         Added base class to preroll media. Added test apps.
26039
26040 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26041
26042         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26043         * ext/mpeg2dec/gstmpeg2dec.h:
26044           various debugging improvements.  Reset stream to next picture
26045           instead of sequence header, otherwise seeks cannot work.
26046
26047 2004-07-07  Wim Taymans  <wim@fluendo.com>
26048
26049         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26050         (gst_video_box_class_init), (gst_video_box_set_property),
26051         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26052         Use pad_alloc where possible.
26053
26054 2004-07-07  Wim Taymans  <wim@fluendo.com>
26055
26056         * sys/oss/gstosselement.c: (gst_osselement_reset),
26057         (gst_osselement_parse_caps):
26058         * sys/oss/gstosselement.h:
26059         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26060         Fix offset on osssrc.
26061
26062 2004-07-07  Wim Taymans  <wim@fluendo.com>
26063
26064         * ext/theora/theora.c: (plugin_init):
26065         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26066         (theora_dec_src_query), (theora_dec_chain):
26067         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26068         (theora_enc_sink_link), (theora_buffer_from_packet),
26069         (theora_push_packet), (theora_enc_chain):
26070         Fix theora granulepos calculation.
26071         Fix overflow in duration/position calculation.
26072         Bump rank to PRIMARY for theoradec.
26073         Use granulepos of last packet to calculate position.
26074         Set keyframe flag on buffers when needed.
26075
26076 2004-07-06  David Schleef  <ds@schleef.org>
26077
26078         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26079         serious?  (Fixed, obviously.)
26080
26081 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26082
26083         * po/LINGUAS:
26084         * po/cs.po:
26085           added Czech translation (Miloslav Trmac)
26086
26087 2004-07-05  Wim Taymans  <wim@fluendo.com>
26088
26089         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26090         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26091         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26092         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26093         (close_link), (type_found), (gst_decode_bin_set_property),
26094         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26095         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26096         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26097         (gst_decode_bin_query), (plugin_init):
26098         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26099         (gst_play_bin_class_init), (gst_play_bin_init),
26100         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26101         (get_video_element), (new_pad), (setup_source),
26102         (gst_play_bin_set_property), (gst_play_bin_get_property),
26103         (gst_play_bin_change_state), (gst_play_bin_add_element),
26104         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26105         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26106         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26107         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26108         * gst/playback/test.c: (main):
26109         More fixes, cleaned up playbin, make it use decodebin. Added
26110         threaded property to playbin.
26111
26112 2004-07-05  Wim Taymans  <wim@fluendo.com>
26113
26114         * configure.ac:
26115         * gst/playback/Makefile.am:
26116         * gst/playback/decodetest.c: (main):
26117         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26118         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26119         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26120         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26121         (close_link), (type_found), (gst_decode_bin_set_property),
26122         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26123         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26124         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26125         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26126         (plugin_init):
26127         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26128         (gst_play_bin_class_init), (gst_play_bin_init),
26129         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26130         (collect_sink_pads), (find_compatibles), (close_pad_link),
26131         (try_to_link_1), (new_pad), (close_link), (type_found),
26132         (setup_source), (gst_play_bin_set_property),
26133         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26134         (compare_ranks), (gst_play_bin_collect_factories),
26135         (gst_play_bin_change_state), (gst_play_bin_add_element),
26136         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26137         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26138         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26139         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26140         * gst/playback/test.c: (main):
26141         Added some playback helper elements and some test apps, very alpha
26142         still.
26143
26144 2004-07-04  Benjamin Otte  <otte@gnome.org>
26145
26146         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26147           only restart audio when we indeed have an xrun to fix repeated
26148           xruns. Fix suggested by Giuliano Pochini.
26149
26150 2004-07-03  David Schleef  <ds@schleef.org>
26151
26152         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26153         call to gst_debug_log() if debugging is disabled (bug #145118)
26154
26155 2004-07-03  Benjamin Otte  <otte@gnome.org>
26156
26157         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26158           use our own functions for restarting the alsa device.
26159         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26160           I should apply patches myself - use MIN for the third argument, not
26161           the second, this fixes seeking
26162
26163 2004-07-02  David Schleef  <ds@schleef.org>
26164
26165         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26166         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26167         do with the logic.
26168
26169 2004-07-02  David Schleef  <ds@schleef.org>
26170
26171         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26172         output buffers.  Fix logic mistake.  (bug #144866)
26173
26174 2004-07-02  David Schleef  <ds@schleef.org>
26175
26176         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26177         on X.  (bug #144753)
26178
26179 2004-07-02  David Schleef  <ds@schleef.org>
26180
26181         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26182         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26183         (bug #144624)
26184         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26185         (gst_osselement_rate_probe_check): Add another workaround for
26186         buggy drivers (bug #145336)
26187
26188 2004-07-02  David Schleef  <ds@schleef.org>
26189
26190         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26191         Most systems don't have MSG_NOSIGNAL.
26192
26193 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26194
26195         * Makefile.am:
26196         * gst-libs/gst/colorbalance/Makefile.am:
26197         * gst-libs/gst/mixer/Makefile.am:
26198         * gst-libs/gst/play/Makefile.am:
26199         * gst-libs/gst/tuner/Makefile.am:
26200           (hopefully) fix both install and dist and make error message useful.
26201           needs testing across automakes.
26202
26203 2004-07-02  Benjamin Otte  <otte@gnome.org>
26204
26205         * ext/ogg/gstogg.c: (plugin_init):
26206           we require bytestream now
26207         * ext/ogg/gstoggdemux.c:
26208           huge diff to implement chain setup in a fast and generic way. This
26209           improves tag reading and startup of huge files (read: Theora videos)
26210           quite a bit. It probably contains bugs, too, so please test.
26211           Seeking is not improved to the fast method.
26212
26213 2004-06-29  Wim Taymans  <wim@fluendo.com>
26214
26215         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26216         * ext/ogg/gstoggmux.c:
26217         Fix memleak in oggdemux when running unconnected pads.
26218         doc update in mux, start working on keyframe mode.
26219
26220 2004-06-29  Benjamin Otte  <otte@gnome.org>
26221
26222         * sys/oss/gstosssink.c:
26223         * sys/oss/gstosssrc.c:
26224           advertise correct template caps - we indeed do non-native endianness
26225           and 8bit audio has no endianness
26226         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26228           avoid (wrong) duplications in getcaps function and return
26229           template caps
26230
26231 2004-06-29  Wim Taymans  <wim@fluendo.com>
26232
26233         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26234         (gst_multifdsink_class_init), (gst_multifdsink_add),
26235         (gst_multifdsink_remove), (gst_multifdsink_clear),
26236         (gst_multifdsink_client_remove),
26237         (gst_multifdsink_handle_client_read),
26238         (gst_multifdsink_client_queue_data),
26239         (gst_multifdsink_client_queue_caps),
26240         (gst_multifdsink_client_queue_buffer),
26241         (gst_multifdsink_handle_client_write),
26242         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26243         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26244         (gst_multifdsink_init_send), (gst_multifdsink_close):
26245         Fix wrong GList iteration that could crash the server when
26246         more then 2 clients disconnect at the same time. Read all the
26247         pending commands in one batch to recover from command storms under
26248         very heavy load.
26249
26250 2004-06-28  Wim Taymans  <wim@fluendo.com>
26251
26252         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26253         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26254         (gst_videomixer_pad_set_property),
26255         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26256         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26257         (gst_videomixer_class_init), (gst_videomixer_init),
26258         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26259         (pad_zorder_compare), (gst_videomixer_sort_pads),
26260         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26261         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26262         (gst_videomixer_update_queues), (gst_videomixer_loop),
26263         (plugin_init):
26264         Avoid divide by zero, choose masterpad as the pad with the highest
26265         framerate.
26266
26267 2004-06-27  Julien Moutte  <julien@moutte.net>
26268
26269         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26270         (gst_ximagesink_xwindow_new):
26271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26272         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26273         function directly. We might want to call it from somewhere else one day.
26274
26275 2004-06-27  Julien Moutte  <julien@moutte.net>
26276
26277         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26278         (gst_ximagesink_xwindow_new):
26279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26280         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26281         window decorations.
26282
26283 2004-06-27  Wim Taymans  <wim@fluendo.com>
26284
26285         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26286         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26287         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26288         (gst_dvdec_set_property), (gst_dvdec_get_property):
26289         * ext/dv/gstdvdec.h:
26290         Implement drop_factor property to lower the framerate with
26291         a factor.
26292
26293 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26294
26295         * gst-libs/gst/colorbalance/Makefile.am:
26296         * gst-libs/gst/mixer/Makefile.am:
26297         * gst-libs/gst/play/Makefile.am:
26298         * gst-libs/gst/tuner/Makefile.am:
26299           unbreak Company's fix that didn't install the -enum.h files
26300
26301 2004-06-27  Wim Taymans  <wim@fluendo.com>
26302
26303         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26304         (gst_dvdec_change_state):
26305         * ext/dv/gstdvdec.h:
26306         Fix timestamp, duration and offset of the buffers.
26307
26308 2004-06-27  Wim Taymans  <wim@fluendo.com>
26309
26310         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26311         (gst_multifdsink_class_init), (gst_multifdsink_add),
26312         (gst_multifdsink_remove), (gst_multifdsink_clear),
26313         (gst_multifdsink_client_remove),
26314         (gst_multifdsink_handle_client_read),
26315         (gst_multifdsink_client_queue_data),
26316         (gst_multifdsink_client_queue_caps),
26317         (gst_multifdsink_client_queue_buffer),
26318         (gst_multifdsink_handle_client_write),
26319         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26320         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26321         (gst_multifdsink_init_send), (gst_multifdsink_close):
26322         * gst/tcp/gstmultifdsink.h:
26323         * gst/tcp/gsttcpserversink.c:
26324         (gst_tcpserversink_handle_server_read),
26325         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26326         More multifdsink fixes, more recovery policy fixes.
26327         Removed stupid g_print
26328
26329 2004-06-26  Wim Taymans  <wim@fluendo.com>
26330
26331         * gst/tcp/Makefile.am:
26332         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26333         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26334         (gst_multifdsink_class_init), (gst_multifdsink_init),
26335         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26336         (gst_multifdsink_handle_client_read),
26337         (gst_multifdsink_client_queue_data),
26338         (gst_multifdsink_client_queue_caps),
26339         (gst_multifdsink_client_queue_buffer),
26340         (gst_multifdsink_handle_client_write),
26341         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26342         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26343         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26344         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26345         (gst_multifdsink_close), (gst_multifdsink_change_state):
26346         * gst/tcp/gstmultifdsink.h:
26347         * gst/tcp/gsttcpplugin.c: (plugin_init):
26348         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26349         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26350         (gst_tcpserversink_handle_server_read),
26351         (gst_tcpserversink_handle_select),
26352         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26353         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26354         * gst/tcp/gsttcpserversink.h:
26355         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26356         one of the locks, added recovery policy to multifdsink.
26357
26358 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26359
26360         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26361           fix decision for when getting frames with same timestamp
26362         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26363         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26364         (gst_v4lsrc_get_property):
26365         * sys/v4l/gstv4lsrc.h:
26366           add latency offset property
26367
26368 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26369
26370         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26371         (plugin_init):
26372           fix debugging. add category.
26373
26374 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26375
26376         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26377           fix wrong offsets
26378
26379 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26380
26381         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26382         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26383         (gst_alsa_src_change_state):
26384           return a time that is in sync with the element's processing
26385
26386 2004-06-25  Wim Taymans  <wim@fluendo.com>
26387
26388         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26389         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26390         (gst_tcpserversink_client_remove),
26391         (gst_tcpserversink_handle_client_read),
26392         (gst_tcpserversink_client_queue_data),
26393         (gst_tcpserversink_client_queue_caps),
26394         (gst_tcpserversink_client_queue_buffer),
26395         (gst_tcpserversink_handle_client_write),
26396         (gst_tcpserversink_queue_buffer),
26397         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26398         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26399         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26400         (gst_tcpserversink_close):
26401         * gst/tcp/gsttcpserversink.h:
26402         Serversink rewrite. Really do non blocking writes to clients and
26403         maintain an internal queue to handle slower clients while not
26404         disturbing fast clients.
26405
26406 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26407
26408         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26409           better debug, don't override OFFSET and OFFSET_END
26410
26411 2004-06-25  Iain <iain@prettypeople.org>
26412
26413         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26414         name=source for the wavparse pipeline.
26415
26416 2004-06-24  Johan Dahlin  <johan@gnome.org>
26417
26418         * ext/theora/theoraenc.c (theora_enc_chain): Call
26419         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26420         streamheader caps are set correctly.
26421
26422 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26423
26424         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26425         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26426           respect minimum bitrate; same could be done for max bitrate
26427
26428 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26429
26430         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26431         (gst_vorbisenc_setup):
26432           fix sample rate range
26433
26434 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26435
26436         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26437         (gst_oggvorbisenc_setup):
26438         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26439         (gst_vorbisenc_setup):
26440           resolve ambiguities in code and description
26441
26442 2004-06-24  Wim Taymans  <wim@fluendo.com>
26443
26444         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26445         * ext/alsa/gstalsa.h:
26446         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26447         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26448         Use alsa trigger_tstamp to get the timestamp of the first
26449         sample in the buffer for more precise sync. Some cleanups.
26450
26451 2004-06-24  Wim Taymans  <wim@fluendo.com>
26452
26453         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26454         (gst_audiorate_init), (gst_audiorate_chain),
26455         (gst_audiorate_set_property), (gst_audiorate_get_property):
26456         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26457         (gst_videorate_chain):
26458         Added some logging, fixed an overflow bug in videorate.
26459
26460 2004-06-24  Benjamin Otte  <otte@gnome.org>
26461
26462         * ext/kio/Makefile.am:
26463           fix for builddir != srcdir and distcheck
26464
26465 2004-06-24  Benjamin Otte  <otte@gnome.org>
26466
26467         * gst-libs/gst/colorbalance/Makefile.am:
26468         * gst-libs/gst/mixer/Makefile.am:
26469         * gst-libs/gst/play/Makefile.am:
26470         * gst-libs/gst/tuner/Makefile.am:
26471         * gst/tcp/Makefile.am:
26472         * sys/dxr3/Makefile.am:
26473           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26474           tarball.
26475           Also add all *.list files that were missing.
26476         * Makefile.am:
26477           add a distcheck hook to ensure the above doesn't happen again.
26478
26479 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26480
26481         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26482
26483 2004-06-23  Colin Walters  <walters@redhat.com>
26484
26485         * m4/Makefile.am: Distribute gst-fionread.m4.
26486
26487 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26488
26489         * configure.ac: back to dev
26490
26491 2004-06-23  Wim Taymans  <wim@fluendo.com>
26492
26493         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26494         (gst_alsa_xrun_recovery):
26495         * ext/alsa/gstalsa.h:
26496         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26497         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26498         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26499         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26500         (gst_alsa_src_loop):
26501         Add clock to alsasrc. Take new capture timestamp when
26502         restarting after an overrun. Split up some functions between
26503         alsasrc and alsasink.
26504
26505 === release 0.8.2 ===
26506
26507 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26508
26509         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26510         (gst_alsa_change_state), (gst_alsa_update_avail),
26511         (gst_alsa_xrun_recovery):
26512         * ext/alsa/gstalsa.h:
26513         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26514           merge back changes from release
26515
26516 2004-06-23  Wim Taymans  <wim@fluendo.com>
26517
26518         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26519         (gst_audiorate_init), (gst_audiorate_chain),
26520         (gst_audiorate_set_property), (gst_audiorate_get_property):
26521         Implement sample dropping and notify
26522
26523 2004-06-22  Wim Taymans  <wim@fluendo.com>
26524
26525         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26526         (theora_enc_sink_link), (theora_buffer_from_packet),
26527         (theora_push_packet), (theora_enc_chain):
26528         Some cleanups, make sure the timestamps are correct.
26529
26530 2004-06-22  Wim Taymans  <wim@fluendo.com>
26531
26532         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26533         (gst_alsa_change_state), (gst_alsa_update_avail),
26534         (gst_alsa_xrun_recovery):
26535         * ext/alsa/gstalsa.h:
26536         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26537         Cleanups, take queued samples into account when reporting
26538         the time.
26539
26540 2004-06-22  Wim Taymans  <wim@fluendo.com>
26541
26542         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26543         (gst_videorate_init):
26544         Initialize the property as well.
26545
26546 2004-06-22  Wim Taymans  <wim@fluendo.com>
26547
26548         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26549         (gst_videorate_init), (gst_videorate_chain),
26550         (gst_videorate_set_property), (gst_videorate_get_property):
26551         Add property to make videorate silent.
26552         Add property to prefer new frames over old ones.
26553
26554 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26555
26556         * sys/osxvideo/Makefile.am:
26557         Workaround so that the osxvideo .so file gets linked with the
26558         Cocoa, OpenGL and QuickTime frameworks
26559
26560 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26561
26562         * sys/osxaudio/Makefile.am:
26563         Workaround so that the osxaudio .so file gets linked with the
26564         CoreAudio framework
26565
26566 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26567
26568         * configure.ac:
26569         Whoops, my fault...fixed build issues
26570
26571 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26572
26573         * configure.ac:
26574         Add objective-c support if running in Darwin/Mac OS X
26575         * sys/Makefile.am:
26576         * sys/osxvideo:
26577         * sys/osxvideo/Makefile.am:
26578         * sys/osxvideo/osxvideosink.h:
26579         * sys/osxvideo/osxvideosink.m:
26580         * sys/osxvideo/cocoawindow.h:
26581         * sys/osxvideo/cocoawindow.m:
26582         Add osxvideosink, a cocoa-based osx video sink
26583
26584
26585 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
26586         * ext/dvdnav/gst-dvd:
26587         Grab the gconf key from the right spot
26588         * gst/debug/gstnavseek.c: (gst_navseek_init),
26589         (gst_navseek_segseek), (gst_navseek_handle_src_event),
26590         (gst_navseek_chain):
26591         * gst/debug/gstnavseek.h:
26592           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
26593           and loop parameters of a segment seek.
26594         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
26595         (gst_videotestsrc_get_event_masks),
26596         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26597         * gst/videotestsrc/gstvideotestsrc.h:
26598           Add seeking support to videotestsrc
26599           Initialise the timestamp_offset variable.
26600
26601 2004-06-18  Wim Taymans  <wim@fluendo.com>
26602
26603         * ext/sidplay/gstsiddec.cc:
26604         Fix negotiation and set correct end offset.
26605
26606 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26607
26608         * configure.ac: branch and prerelease
26609
26610 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26611
26612         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
26613         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
26614         (gst_tcpclientsrc_init_receive):
26615         * gst/tcp/gsttcpclientsrc.h:
26616           read caps when connecting to server for GDP so we set them correctly
26617
26618 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26619
26620         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26621           notify drops and duplicates
26622         * gst/videoscale/videoscale.c: (videoscale_get_structure):
26623           no good reason to limit ourselves to 100x100
26624
26625 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26626
26627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26628         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
26629         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26630         (gst_v4lsrc_get_property):
26631         * sys/v4l/gstv4lsrc.h:
26632         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26633         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26634         (gst_v4l_set_audio):
26635         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
26636         (gst_v4lsrc_try_capture):
26637         * sys/v4l/v4lsrc_calls.h:
26638           change try_palette to more general try_capture
26639           add autoprobe option so we can turn off autoprobing
26640           various fixes
26641
26642 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26643
26644         * configure.ac:
26645           add videorate
26646         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
26647         (gst_ximagesink_class_init):
26648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
26649         (gst_xvimagesink_class_init):
26650           run them as finalize, not dispose, since dispose can be invoked
26651           multiple times
26652
26653 2004-06-17  Wim Taymans  <wim@fluendo.com>
26654
26655         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26656         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
26657         * ext/alsa/gstalsa.h:
26658         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
26659         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
26660         (gst_alsa_src_change_state):
26661         * ext/alsa/gstalsasrc.h:
26662         Make the xrun code timestamp and offset the buffers correctly.
26663         moved the clock to the base class, use alsa methods to get time.
26664         Do correct timestamping on outgoing buffers.
26665
26666 2004-06-17  Wim Taymans  <wim@fluendo.com>
26667
26668         * gst/audiorate/Makefile.am:
26669         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
26670         (gst_audiorate_base_init), (gst_audiorate_class_init),
26671         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
26672         (gst_audiorate_set_property), (gst_audiorate_get_property),
26673         (gst_audiorate_change_state), (plugin_init):
26674         Added an audiorate converter that fills in gaps.
26675
26676 2004-06-17  Johan Dahlin  <johan@gnome.org>
26677
26678         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
26679
26680 2004-06-16  Wim Taymans  <wim@fluendo.com>
26681
26682         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
26683         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26684         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26685         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26686         (gst_v4lsrc_get_property):
26687         * sys/v4l/gstv4lsrc.h:
26688         Added a copy mode to v4lsrc where it will output a copied version
26689         of its internal hardware buffer.
26690         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
26691         can't | them.
26692
26693 2004-06-16  Wim Taymans  <wim@fluendo.com>
26694
26695         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26696         Timestamp fixes.
26697
26698 2004-06-16  Wim Taymans  <wim@fluendo.com>
26699
26700         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26701         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26702         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26703         (gst_v4lsrc_get_property):
26704         * sys/v4l/gstv4lsrc.h:
26705         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
26706         Added a sync mode enum property to control v4lsrc timestamp method
26707         Removed the use-fixed-fps property and moved functionality in
26708         the enum.
26709         Don't error on an error value from v4l-conf, it might not always
26710         be a real error.
26711
26712 2004-06-16  Wim Taymans  <wim@fluendo.com>
26713
26714         * gst/videorate/Makefile.am:
26715         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
26716         (gst_videorate_base_init), (gst_videorate_class_init),
26717         (gst_videorate_getcaps), (gst_videorate_link),
26718         (gst_videorate_init), (gst_videorate_chain),
26719         (gst_videorate_set_property), (gst_videorate_get_property),
26720         (gst_videorate_change_state), (plugin_init):
26721         Added a video timestamp corrector.
26722
26723 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26724
26725         fixed a potential leak with previous commit
26726
26727         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26728
26729 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26730
26731         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26732         Added missing refcount, fixes bug #144425
26733         Cheers Tim for finding the bug
26734
26735 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26736
26737         * sys/v4l/gstv4l.c: (plugin_init):
26738         * sys/v4l/gstv4lcolorbalance.c:
26739         * sys/v4l/gstv4lcolorbalance.h:
26740         * sys/v4l/gstv4lelement.c:
26741         * sys/v4l/gstv4lelement.h:
26742         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
26743         * sys/v4l/gstv4lmjpegsink.h:
26744         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26745         * sys/v4l/gstv4lmjpegsrc.h:
26746         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26747         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26748         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
26749         * sys/v4l/gstv4lsrc.h:
26750         * sys/v4l/gstv4ltuner.c:
26751         * sys/v4l/gstv4ltuner.h:
26752         * sys/v4l/gstv4lxoverlay.c:
26753         * sys/v4l/gstv4lxoverlay.h:
26754         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
26755         (gst_v4l_set_window), (gst_v4l_enable_overlay):
26756         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26757         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26758         (gst_v4l_set_audio):
26759         * sys/v4l/v4l_calls.h:
26760         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
26761         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
26762         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
26763         (gst_v4lmjpegsink_playback_init),
26764         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
26765         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
26766         (gst_v4lmjpegsink_playback_stop),
26767         (gst_v4lmjpegsink_playback_deinit):
26768         * sys/v4l/v4lmjpegsink_calls.h:
26769         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
26770         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
26771         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
26772         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
26773         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
26774         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
26775         * sys/v4l/v4lmjpegsrc_calls.h:
26776         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26777         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
26778         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
26779         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
26780         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
26781         (gst_v4lsrc_try_palette):
26782         * sys/v4l/v4lsrc_calls.h:
26783           bunch of paranoia cleanups
26784
26785 2004-06-14  David Schleef  <ds@schleef.org>
26786
26787         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
26788         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
26789         Send discont events and change timestamps appropriately when
26790         we get a seek event.  (bug #144240)
26791         * ext/cdparanoia/gstcdparanoia.h:
26792
26793 2004-06-14  Benjamin Otte  <otte@gnome.org>
26794
26795         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
26796           snd_pcm_hw_params_set_rate  since the latter fails for no good
26797           reason on some setups.
26798
26799 2004-06-14  David Schleef  <ds@schleef.org>
26800
26801         * gst/volume/demo.c: (value_changed_callback): exp10() is not
26802         standard.  Thank you for playing.
26803
26804 2004-06-14  Wim Taymans  <wim@fluendo.com>
26805
26806         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
26807         Patch 1.3 broke the ordering of the colorspace info and
26808         made the plugin basically work by coincidence, reordered
26809         the info.
26810
26811 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26812
26813         * ext/lame/gstlame.c:
26814         * ext/mad/gstmad.c:
26815           sync caps.  Make sure mad can only output a list of rates, not
26816           a full range.  In the future, have three caps lists for each of the
26817           mpeg versions.  Change mpegversion to a double as well.
26818
26819 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26820
26821         * gst/volume/.cvsignore:
26822         * gst/volume/Makefile.am:
26823         * gst/volume/demo.c: (value_changed_callback), (idler),
26824         (setup_gui), (main):
26825           added small demo app
26826
26827 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
26828         * ext/esd/esdsink.c: (gst_esdsink_change_state):
26829         * ext/esd/esdsink.h:
26830         Close the esd connection on pause, because esd will just wait -
26831         blocking all other esd clients indefinitely.
26832
26833 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
26834
26835         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
26836           previous commit with GST_DEBUG
26837
26838 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
26839
26840         * configure.ac:
26841           add a header check for a dvdread header in dvdnav.  Fixes #133002
26842
26843 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26844
26845         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26846         * gst/tcp/gsttcpclientsink.h:
26847         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26848         * gst/tcp/gsttcpclientsrc.h:
26849         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
26850         (gst_tcpserversink_handle_server_read),
26851         (gst_tcpserversink_init_send):
26852         * gst/tcp/gsttcpserversink.h:
26853         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26854         * gst/tcp/gsttcpserversrc.h:
26855         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
26856         version of IP)
26857
26858 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26859
26860         * configure.ac:
26861         Added ogg library so that OSX detects libtheora properly
26862
26863 2004-06-11  Wim Taymans  <wim@fluendo.com>
26864
26865         * ext/theora/theoradec.c: (theora_dec_chain),
26866         (theora_dec_change_state):
26867         Don't try to decode frames before we received a keyframe.
26868
26869 2004-06-11  Wim Taymans  <wim@fluendo.com>
26870
26871         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26872         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26873         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26874         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26875         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26876         Added property to set the maximum delay of a page.
26877
26878 2004-06-10  Wim Taymans  <wim@fluendo.com>
26879
26880         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26881         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26882         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26883         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26884         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26885         Added max-delay property to control the maximum amount
26886         of data to put in one page.
26887
26888 2004-06-10  Wim Taymans  <wim@fluendo.com>
26889
26890         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26891         (gst_theora_enc_init), (theora_enc_sink_link),
26892         (theora_buffer_from_packet), (theora_enc_set_property),
26893         (theora_enc_get_property):
26894         Set duration on encoded buffer, added some more properties
26895
26896 2004-06-10  Wim Taymans  <wim@fluendo.com>
26897
26898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26899         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26900         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26901         * ext/theora/theoraenc.c: (theora_enc_chain):
26902         Fix refcounting bugs
26903
26904 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26905
26906         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26907         (gst_asf_demux_loop), (gst_asf_demux_process_file),
26908         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
26909         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
26910         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
26911         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
26912         (gst_asf_demux_change_state):
26913         * gst/asfdemux/gstasfdemux.h:
26914           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
26915           feels like. I think we should set a new requirement for demuxers
26916           from now on to implement sane loop functions, data loops, query
26917           and seek functions before first commit into CVS. And this commit
26918           fixes all of the above.
26919
26920 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
26921
26922         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
26923           vorbis comments are properly encoded in UTF-8 before adding them
26924           to a GstTagList
26925
26926 2004-06-09  Benjamin Otte  <otte@gnome.org>
26927
26928         * ext/alsa/gstalsa.c: (add_channels):
26929           handle min <= max correctly
26930         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
26931         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
26932           add fixation functions so we fixate correctly. No preferring of alaw
26933           anymore because it's the first structure.
26934         * ext/alsa/gstalsa.h:
26935         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
26936         (gst_alsa_hw_params_dump):
26937           add functions to ease debugging in alsalib
26938         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
26939         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
26940         (gst_alsa_start_audio):
26941           only specify hw params if we really setup a format (fixes #134007 -
26942           or at least works around it)
26943
26944 2004-06-09  Wim Taymans  <wim@fluendo.com>
26945
26946         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26947         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26948         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
26949         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
26950         (gst_ogg_mux_loop):
26951         Use stream caps to setup the initial pages in the ogg stream.
26952         Correctly set the streamheader caps on the srcpad.
26953
26954 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26955
26956         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26957         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26958         (gst_v4lsrc_getcaps):
26959         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26960         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
26961           add querying of fps lists for webcams.  Negotiating to a framerate
26962           now works.
26963
26964 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26965
26966         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26967         (theora_push_buffer), (theora_push_packet),
26968         (theora_set_header_on_caps), (theora_enc_chain):
26969           mark buffers and put on streamheader, raw theora streaming
26970           now works too, whee
26971
26972 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26973
26974         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26975         (gst_tcp_gdp_read_caps):
26976           do a looping read for caps and GDP headers too
26977
26978 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26979
26980         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26981         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
26982           return EOS instead of NULL in _get
26983
26984 2004-06-08  Wim Taymans  <wim@fluendo.com>
26985
26986         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26987         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
26988         (gst_tcp_gdp_write_caps):
26989         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26990         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
26991         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
26992         Memory leak fixes
26993
26994 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26995
26996         * ext/vorbis/Makefile.am:
26997         * ext/vorbis/vorbis.c: (plugin_init):
26998         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
26999         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
27000         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
27001         (vorbis_parse_change_state):
27002         * ext/vorbis/vorbisparse.h:
27003           adding a vorbisparse element that marks the buffers, streaming
27004           raw vorbis using GDP now works, whee
27005
27006 2004-06-08  Wim Taymans  <wim@fluendo.com>
27007
27008         * ext/jpeg/Makefile.am:
27009         * ext/jpeg/README:
27010         * ext/jpeg/gstjpeg.c: (plugin_init):
27011         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27012         (gst_smokedec_base_init), (gst_smokedec_class_init),
27013         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27014         * ext/jpeg/gstsmokedec.h:
27015         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27016         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27017         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27018         (gst_smokeenc_resync), (gst_smokeenc_chain),
27019         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27020         * ext/jpeg/gstsmokeenc.h:
27021         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27022         (smokecodec_flush_destination), (smokecodec_term_destination),
27023         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27024         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27025         (smokecodec_term_source), (smokecodec_encode_new),
27026         (smokecodec_decode_new), (smokecodec_info_free),
27027         (smokecodec_set_quality), (smokecodec_get_quality),
27028         (smokecodec_set_threshold), (smokecodec_get_threshold),
27029         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27030         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27031         (smokecodec_parse_header), (smokecodec_decode):
27032         * ext/jpeg/smokecodec.h:
27033         Added a new simple jpeg based codec
27034
27035 2004-06-08  Wim Taymans  <wim@fluendo.com>
27036
27037         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27038         (gst_multipart_mux_loop):
27039         Fix memory leak
27040
27041 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27042
27043         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27044         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27045         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27046         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27047         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27048         * gst/tcp/gsttcpserversink.h:
27049           take streamheader into account
27050
27051 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27052
27053         * gst/level/Makefile.am:
27054         * gst/level/gstlevel.c: (gst_level_class_init):
27055           clean up marshal generation
27056
27057 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27058
27059         * gst/tcp/Makefile.am:
27060         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27061         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27062         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27063         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27064         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27065         (gst_tcpclientsrc_get_property):
27066         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27067         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27068         (gst_tcpserversink_handle_client_read),
27069         (gst_tcpserversink_handle_client_write),
27070         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27071         * gst/tcp/gsttcpserversink.h:
27072           add signals client-added and client-removed
27073         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27074         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27075         (gst_tcpserversrc_get_property):
27076         uniformized, change default protocol to NONE
27077         * gst/tcp/gsttcp-marshal.list: added
27078 2004-06-07  Benjamin Otte  <otte@gnome.org>
27079
27080         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27081           handle discont events if they happen before caps nego
27082
27083 2004-06-07  Wim Taymans  <wim@fluendo.com>
27084
27085         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27086         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27087         (gst_multipart_demux_plugin_init):
27088         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27089         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27090         (gst_multipart_mux_change_state):
27091         Small updates, fix a memleak
27092
27093 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27094
27095         * configure.ac: OSS portability
27096         * ext/arts/gst_arts.c: idem
27097         * sys/oss/gstosselement.c: idem
27098         * sys/oss/gstossmixer.c: idem
27099         * sys/oss/gstosssink.c: idem
27100         * sys/oss/gstosssrc.c: idem
27101         * sys/oss/oss_probe.c: idem
27102           - check for soundcard.h in different places for some BSD
27103
27104 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27105
27106         * AUTHORS:
27107         Add me to the authors file
27108         * configure.ac:
27109         Increase the libdv requirement to >= version 0.100
27110         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27111         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27112         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27113         * ext/dv/gstdvdec.h:
27114         Add support for the new_media flag when sending DISCONT events
27115         Make the querying work when video pad is not linked
27116
27117 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27118
27119         reviewed by Benjamin Otte  <otte@gnome.org>
27120
27121         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27122           create a NULL-initialized array of pads, so we don't think they
27123           exist already. (fixes #143130)
27124
27125 2004-06-07  Benjamin Otte  <otte@gnome.org>
27126
27127         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27128         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27129         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27130           don't use // coments
27131
27132 2004-06-07  Benjamin Otte  <otte@gnome.org>
27133
27134         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27135           cast to GstClockTime to get higher granularity
27136         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27137           use gst_element_set_time_delay to get the exact time
27138         * ext/mad/gstmad.c: (gst_mad_chain):
27139           use the negotiated rate instead of the current frame's rate which
27140           might be wrong because of bit errors. This avoids emitting totally
27141           bogus timestamps and screwing sync.
27142         (fixes #143454)
27143
27144 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27145
27146         reviewed by Benjamin Otte  <otte@gnome.org>
27147
27148         * gst/adder/gstadder.c: (gst_adder_loop):
27149           properly error out when no negotiation has happened yet. (fixes
27150           #143032)
27151
27152 2004-06-06  Benjamin Otte  <otte@gnome.org>
27153
27154         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27155           forward correctly transformed offset in discont events. Based on
27156           patch by Arwed v. Merkatz. (fixes #142851)
27157
27158 2004-06-06  David Schleef  <ds@schleef.org>
27159
27160         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27161         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27162         problems on several systems.
27163
27164 2004-06-06  Benjamin Otte  <otte@gnome.org>
27165
27166         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27167           use explicit caps on the srcpad
27168         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27169           properly error out if caps couldn't be set (fixes #142764)
27170
27171 2004-06-06  Benjamin Otte  <otte@gnome.org>
27172
27173         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27174         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27175         (gst_alsa_start_audio):
27176           - don't call set_periods_integer anymore, it breaks the
27177           configuration randomly
27178           - call snd_pcm_hw_params_set_access directly instead of using masks
27179           - don't fail if the sw_params can't be set, just use the default
27180           params and hope it works. Alsalib has weird issues when you touch
27181           sw_params and does no proper error reporting about what failed.
27182         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27183         (gst_alsa_close_audio):
27184           make our alsa debugging go via gst debugging and not conditionally
27185           defined
27186         * ext/alsa/gstalsa.h:
27187           add ALSA_DEBUG_FLUSH macro
27188         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27189         (plugin_init):
27190           wrap alsa errors to be printed via the gst debugging system and not
27191           spammed to stderr
27192
27193 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27194
27195         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27196         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27197         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27198         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27199         (qtdemux_parse_trak):
27200         * gst/qtdemux/qtdemux.h:
27201           Bitch. Also known as seeking, querying & co.
27202         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27203         (gst_osssink_change_state):
27204         * sys/oss/gstosssink.h:
27205           Resyncing is for weenies, this hack is no longer needed and was
27206           broken anyway (since it - unintendedly - always leaves resync to
27207           TRUE).
27208
27209 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27210
27211         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27212         * gst/tcp/gsttcpclientsrc.h: idem
27213           - define MSG_NOSIGNAL if not done
27214           - include unistd.h for off_t
27215           (fixes #143749)
27216
27217 2004-06-05  Benjamin Otte  <otte@gnome.org>
27218
27219         * configure.ac:
27220         * ext/kio/Makefile.am:
27221           check for qt's moc preprocessor explicitly and use it
27222
27223 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27224
27225         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27226           don't get a signal for EPIPE on socket writes
27227           (somebody check if this works on other platforms)
27228
27229 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27230
27231         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27232         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27233           check error condition on available samples correctly
27234
27235 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27236
27237         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27238           avoid a segfault
27239         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27240         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27241         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27242         (gst_tcpserversrc_gdp_read_header):
27243          use ssize_t over size_t since the former is signed and thus the
27244          check for error codes can work
27245
27246 2004-06-02  Wim Taymans  <wim@fluendo.com>
27247
27248         reviewed by: Johan
27249
27250         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27251         (gst_multipart_mux_loop):
27252         Oops
27253
27254 2004-06-02  Wim Taymans  <wim@fluendo.com>
27255
27256         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27257         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27258         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27259         (gst_multipart_mux_change_state):
27260         Added configurable boundary specifier, added the value as a
27261         caps field as well.
27262
27263 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27264
27265         * gst/tcp/gsttcp.c:
27266         * gst/tcp/gsttcpclientsrc.c:
27267         * gst/tcp/gsttcpclientsrc.h:
27268         * gst/tcp/gsttcpserversrc.c:
27269           - portability fix, to compile on OSX
27270             (fixes #143146)
27271
27272         * sys/osxaudio/gstosxaudioelement.c:
27273         * sys/osxaudio/gstosxaudiosink.c:
27274         * sys/osxaudio/gstosxaudiosrc.c:
27275           - compilation warnings on OSX
27276             (fixes #143153)
27277
27278 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27279
27280         * ext/vorbis/vorbisdec.c : sign warning fixes
27281
27282         * gst-libs/gst/mixer/mixertrack.c :
27283           do no use defines which are glib 2.4 specific
27284
27285 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27286
27287         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27288           buffer since libflac doesn't expect it (reports a sync error when
27289           it encounters that)
27290
27291
27292 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27293
27294         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27295         * gst-libs/gst/mixer/mixertrack.c:
27296         (gst_mixer_track_get_property), (get_mixer_track_init),
27297         (get_mixer_track_get_property): Added property accessors
27298         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27299         * gst-libs/gst/mixer/mixeroptions.c:
27300         (gst_mixer_options_get_values): Added
27301         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27302         * gst-libs/gst/mixer/mixer.c: Fixed comment
27303
27304
27305 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27306
27307         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27308           improve error messages on open
27309
27310
27311 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27312
27313         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27314           check if v4l-conf is in path
27315
27316 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27317
27318         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27319           change assert to a more readable error message
27320
27321 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27322
27323         * gst-libs/gst/tuner/tunerchannel.h:
27324           - add a freq_multiplicator field to make the conversion
27325             between internal frequency unit and Hz
27326         * sys/v4l/gstv4lelement.c:
27327         * sys/v4l2/gstv4l2element.c:
27328           - change default video device to /dev/video0
27329         * sys/v4l/v4l_calls.c:
27330         * sys/v4l2/v4l2_calls.c:
27331           - we only expose frequency to the user in Hz instead of
27332             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27333
27334 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27335         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27336           Initialise b_o_s and e_o_s variables
27337         * gst-libs/gst/riff/riff-media.c:
27338         (gst_riff_create_video_caps_with_data):
27339           Add some unusual fourcc's from mplayer avi's
27340         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27341           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27342           autoplugging.
27343
27344 2004-05-28  Wim Taymans  <wim@fluendo.com>
27345
27346         * configure.ac:
27347         * gst/alpha/Makefile.am:
27348         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27349         (gst_alpha_get_type), (gst_alpha_base_init),
27350         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27351         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27352         (gst_alpha_chroma_key), (gst_alpha_chain),
27353         (gst_alpha_change_state), (plugin_init):
27354         A plugin to add an alpha channel to I420 video. Can optionally do
27355         chroma keying.
27356         * gst/multipart/Makefile.am:
27357         * gst/multipart/multipart.c: (plugin_init):
27358         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27359         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27360         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27361         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27362         (gst_multipart_demux_change_state),
27363         (gst_multipart_demux_plugin_init):
27364         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27365         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27366         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27367         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27368         (gst_multipart_mux_pad_unlink),
27369         (gst_multipart_mux_request_new_pad),
27370         (gst_multipart_mux_handle_src_event),
27371         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27372         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27373         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27374         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27375         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27376         send multipart jpeg images to a browser.
27377         * gst/videobox/Makefile.am:
27378         * gst/videobox/README:
27379         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27380         (gst_video_box_get_type), (gst_video_box_base_init),
27381         (gst_video_box_class_init), (gst_video_box_init),
27382         (gst_video_box_set_property), (gst_video_box_get_property),
27383         (gst_video_box_sink_link), (gst_video_box_i420),
27384         (gst_video_box_ayuv), (gst_video_box_chain),
27385         (gst_video_box_change_state), (plugin_init):
27386         Crops or adds borders around an image. can do alpha channel
27387         borders as well.
27388         * gst/videomixer/Makefile.am:
27389         * gst/videomixer/README:
27390         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27391         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27392         (gst_videomixer_pad_get_sink_event_masks),
27393         (gst_videomixer_pad_get_property),
27394         (gst_videomixer_pad_set_property),
27395         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27396         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27397         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27398         (gst_videomixer_base_init), (gst_videomixer_class_init),
27399         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27400         (gst_videomixer_handle_src_event),
27401         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27402         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27403         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27404         (gst_videomixer_loop), (gst_videomixer_get_property),
27405         (gst_videomixer_set_property), (gst_videomixer_change_state),
27406         (plugin_init):
27407         Generic video mixer plugin, can handle multiple inputs all with
27408         different framerates and video sizes. Is fully alpha channel
27409         aware.
27410
27411 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27412
27413         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27414           Select first track as master track. Not sure how else to handle
27415           that...
27416         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27417           Discard discont events. Should fix #142962.
27418
27419 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27420
27421         * ext/alsa/Makefile.am:
27422         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27423         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27424         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27425         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27426         (gst_alsa_mixer_get_option):
27427         * ext/alsa/gstalsamixer.h:
27428         * ext/alsa/gstalsamixeroptions.c:
27429         (gst_alsa_mixer_options_get_type),
27430         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27431         (gst_alsa_mixer_options_new):
27432         * ext/alsa/gstalsamixeroptions.h:
27433         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27434         * ext/alsa/gstalsamixertrack.h:
27435           Add enumerations (as GstMixerOptions). Make correct distinction
27436           between input/output tracks. Add capture/playback private flag.
27437           Use flag to decide on whether to set capture or playback volumes
27438           or switches. Use playback and record switches.
27439         * gst-libs/gst/mixer/Makefile.am:
27440         * gst-libs/gst/mixer/mixer-marshal.list:
27441         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27442         (gst_mixer_set_option), (gst_mixer_get_option),
27443         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27444         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27445         * gst-libs/gst/mixer/mixer.h:
27446         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27447         (gst_mixer_options_class_init), (gst_mixer_options_init),
27448         (gst_mixer_options_dispose):
27449         * gst-libs/gst/mixer/mixeroptions.h:
27450           Add GstMixerOptions.
27451         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27452           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27453           broken device detection on computers with multiple OSS sound
27454           cards.
27455
27456 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27457
27458         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27459           fixate nicely even when the peer is not negotiating
27460
27461 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27462
27463         * gst/audioconvert/gstaudioconvert.c:
27464         (gst_audio_convert_parse_caps):
27465           make sure we don't allow depth > width
27466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27467           fixate endianness to G_BYTE_ORDER as default
27468         * gst/audioscale/gstaudioscale.c:
27469           we don't handle another endianness as host-endianness
27470
27471 2004-05-25  David Schleef  <ds@schleef.org>
27472
27473         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27474
27475 2004-05-24  Benjamin Otte  <otte@gnome.org>
27476
27477         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27478         (gst_oggvorbisenc_setup):
27479           properly fail when we can't setup the vorbis encoder due to
27480           unsupported settings
27481         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27482         (gst_vorbisenc_setup):
27483           same
27484         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27485           fix case where warnings occured when one pad was unlinked while the
27486           other's link function was called
27487
27488 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27489
27490         * gst/tcp/Makefile.am:
27491           use GST_ENABLE_NEW
27492
27493 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27494
27495         * gst-libs/gst/resample/private.h:
27496           don't use optimizations that are #if 0'ed
27497
27498 2004-05-24  Wim Taymans  <wim@fluendo.com>
27499
27500         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27501         Fix potential division by zero error and hopefully get
27502         the position query right to get correct timestamps on avi
27503         audio.
27504
27505 2004-05-24  Wim Taymans  <wim@fluendo.com>
27506
27507         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27508         (gst_videoscale_scale_nearest_str2),
27509         (gst_videoscale_scale_nearest_str4),
27510         (gst_videoscale_scale_nearest_32bit),
27511         (gst_videoscale_scale_nearest_24bit),
27512         (gst_videoscale_scale_nearest_16bit):
27513         Fix the scaling algorithm and avoid a buffer overflow.
27514         removed the while loop in the scaling function as it
27515         was used for point sampling only.
27516
27517 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27518
27519         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27520         (gst_id3_tag_class_init), (gst_id3_tag_init),
27521         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27522         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27523         (gst_id3_tag_send_tag_event):
27524           lots of fixes to make id3mux work and id3demux work correctly
27525
27526 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27527
27528         * ext/Makefile.am:
27529           add rules to build shout2send (was removed by accident
27530           when this module was no more marked experimental/broken)
27531
27532 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27533
27534         * ext/shout2/gstshout2.c:
27535         * ext/shout2/gstshout2.h:
27536           adding a "connection problem" signal to shout2send
27537           (fixes #142954)
27538
27539 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27540
27541         * ext/kio/kioreceiver.cpp:
27542         * ext/kio/kioreceiver.h:
27543           fix sign comparison issues
27544
27545 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27546
27547         * gst/cdxaparse/gstcdxaparse.c:
27548         * gst/cdxaparse/gstcdxaparse.h:
27549           some renaming
27550           add some checks/sanity
27551           prepare for seek addition
27552
27553         * sys/sunaudio/gstsunaudio.c:
27554           remove exported dupe init function
27555
27556 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
27557
27558         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
27559         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
27560           Fix format conversion and position querying.
27561         * gst/debug/progressreport.c: (gst_progressreport_report):
27562           Don't output a bogus total value that we didn't query.
27563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27564           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
27565           only a blank window after xine has been used.
27566
27567 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27568
27569         * m4/as-arts.m4:
27570           sync with upstream version to fix test on FC2
27571           readd with -ko to preserve Id header
27572
27573 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27574
27575         * configure.ac:
27576           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
27577         * gst/tcp/gsttcpclientsrc.c: idem
27578         * gst/tcp/gsttcpserversink.c: idem
27579         * gst/tcp/gsttcpserversrc.c: idem
27580         * m4/gst-fionread.m4: idem
27581
27582         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
27583
27584         * configure.ac: enable speex plugin for speex 1.1.5+
27585         * ext/speex/gstspeexenc.c: fix cast warning
27586
27587         * ext/esd/README: fix typo
27588
27589 2004-05-20  David Schleef  <ds@schleef.org>
27590
27591         * configure.ac: Minor cosmetic change to convince the buildbot to
27592         reautogen.
27593         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
27594         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
27595         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
27596         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
27597         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
27598         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
27599         More hacking.  Plays audio now.
27600
27601 2004-05-20  David Schleef  <ds@schleef.org>
27602
27603         * configure.ac:
27604         * sys/Makefile.am:
27605
27606 2004-05-20  David Schleef  <ds@schleef.org>
27607
27608         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
27609         * sys/osxaudio/gstosxaudio.c:
27610         * sys/osxaudio/gstosxaudioelement.c:
27611         * sys/osxaudio/gstosxaudioelement.h:
27612         * sys/osxaudio/gstosxaudiosink.c:
27613         * sys/osxaudio/gstosxaudiosink.h:
27614         * sys/osxaudio/gstosxaudiosrc.c:
27615         * sys/osxaudio/gstosxaudiosrc.h:
27616
27617 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27618
27619         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
27620         (gst_vorbisenc_chain):
27621           put the codec headers on the caps as streamheader as well as
27622           pushing them out
27623
27624 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27625
27626         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27627         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
27628         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
27629         split up push_packet into two functions
27630
27631 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27632
27633         * gst/tcp/.cvsignore:
27634           ignore enums
27635         * gst/tcp/Makefile.am:
27636         * gst/tcp/README:
27637         * gst/tcp/gsttcp.c:
27638         * gst/tcp/gsttcp.h:
27639         * gst/tcp/gsttcpclientsink.c:
27640         * gst/tcp/gsttcpclientsink.h:
27641         * gst/tcp/gsttcpclientsrc.c:
27642         * gst/tcp/gsttcpclientsrc.h:
27643         * gst/tcp/gsttcpplugin.c:
27644         * gst/tcp/gsttcpserversink.c:
27645         * gst/tcp/gsttcpserversink.h:
27646         * gst/tcp/gsttcpserversrc.c:
27647         * gst/tcp/gsttcpserversrc.h:
27648           add new tcp elements
27649
27650 2004-05-19  Wim Taymans  <wim@fluendo.com>
27651
27652         * gst/law/mulaw-conversion.c: (mulaw_encode):
27653         Fix overflow bug in ulaw encoding.
27654
27655 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27656
27657         * ext/mad/gstmad.c: (gst_mad_handle_event):
27658           don't unref the event twice
27659
27660 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27661
27662         * configure.ac:
27663           remove -Wno-sign-compare
27664
27665 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27666
27667         * configure.ac:
27668           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
27669           if you want to work against glib 2.2 and 2.4
27670
27671 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27672
27673         * gst/tcp/Makefile.am:
27674         * gst/tcp/gsttcp.c:
27675         * gst/tcp/gsttcp.h:
27676         * gst/tcp/gsttcpsink.h:
27677         * gst/tcp/gsttcpsrc.h:
27678           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
27679
27680 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27681
27682         * gst/debug/tests.c: (md5_get_value):
27683           fix segfault on gst-inspect
27684
27685 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27686
27687         * gst/debug/testplugin.c:
27688         * gst/debug/tests.c:
27689         * gst/debug/tests.h:
27690           add new extensible and configurable testing element. Current tests
27691           include buffer count, stream length, timestamp/duration matching and
27692           md5.
27693         * gst/debug/Makefile.am:
27694         * gst/debug/gstdebug.c: (plugin_init):
27695           add infrastructure for new element
27696
27697 2004-05-19  Johan Dahlin  <johan@gnome.org>
27698
27699         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
27700         ending of the array. Fixes gst-inspect segfault on ppc.
27701
27702 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27703
27704         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
27705
27706         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
27707
27708 2004-05-18  David Schleef  <ds@schleef.org>
27709
27710         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
27711         warnings (bugs, actually) noticed by gcc but not forte.
27712
27713 2004-05-18  David Schleef  <ds@schleef.org>
27714
27715         * sys/sunaudio/Makefile.am:
27716         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
27717
27718 2004-05-18  David Schleef  <ds@schleef.org>
27719
27720         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27721         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
27722         to allow qtdemux to use non-seekable streams. (bug #142272)
27723
27724 2004-05-18  David Schleef  <ds@schleef.org>
27725
27726         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
27727         (gst_resample_sinc_ft_float): Remove use of static temporary
27728         buffer.  This code was obviously not supposed to last long, but
27729         it's stuck in our ABI, so it required a little hack to make it
27730         ABI-compatible.  Fixes #142585.
27731         * gst-libs/gst/resample/resample.h: same.
27732
27733 2004-05-18  David Schleef  <ds@schleef.org>
27734
27735         * configure.ac: Add sunaudio
27736         * examples/Makefile.am: make gstplay depend on gconf
27737         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
27738         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
27739         (convert_table_lookup), (img_convert): remove c99-isms
27740         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
27741           unsigned, to fix a warning on Solaris
27742         * gst/mpeg1sys/systems.c: bcopy->memcpy
27743         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
27744         * sys/Makefile.am: Add sunaudio
27745
27746 2004-05-18  Wim Taymans  <wim@fluendo.com>
27747
27748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
27749         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
27750         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
27751         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
27752         (gst_ogg_mux_loop):
27753         Fix an ugly memleak where the muxer didn't flush enough ogg
27754         pages. This also resulted in badly muxed ogg files.
27755
27756 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27757
27758         * gst/asfdemux/asfheaders.c :
27759         * gst/asfdemux/asfheaders.h :
27760         * gst/asfdemux/gstasfdemux.c :
27761           - fix ASF_OBJ_PADDING guid
27762           - add 3 new object guids (language list, metadata,
27763             extended stream properties)
27764           - add a function to parse extended header objects
27765
27766 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27767
27768         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27769           remove leftover debugging g_print
27770
27771 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27772
27773         * ext/mad/gstmad.c: (gst_mad_handle_event):
27774           Fix for when the first format in a discont event is not a
27775           byte-based one. Should fix #137710.
27776
27777 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27778
27779         * m4/a52.m4 : fix compilation with -Wall -Werror
27780         * m4/libfame.m4 : idem
27781         * m4/libmikmod.m4 : idem
27782
27783 2004-05-17  Benjamin Otte  <otte@gnome.org>
27784
27785         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27786           signal the new tags before giving up the reference
27787
27788 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27789
27790         * ext/shout2/gstshout2.c:
27791           use application/ogg instead of application/x-ogg (patch by Patrick
27792           Guimond, fixes #142432)
27793         * sys/oss/gstosselement.c: (gst_osselement_reset),
27794         (gst_osselement_sync_parms):
27795           don't set fragment size unless specified (fixes #142493)
27796
27797 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27798
27799         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
27800           fixes #142664
27801
27802 2004-05-17  Benjamin Otte  <otte@gnome.org>
27803
27804         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27805           compute offsets correctly for internal buffers so timestamps are set
27806           correctly when we can't seek. Also handle cases where there are no
27807           offsets. (based on a patch by David Moore, fixes #142507)
27808
27809 2004-05-17  Benjamin Otte  <otte@gnome.org>
27810
27811         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27812           use correct variable when determining amount of data to skip so we
27813           don't skip into the void and segfault
27814
27815 2004-05-16  Benjamin Otte  <otte@gnome.org>
27816
27817         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27818           Hi, I'm a memleak
27819
27820 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27821
27822         * gst/asfdemux/gstasfdemux.c:
27823           - fix a mem leak and always propagate tags
27824           - add WMV3 to known video codecs (but no decoder yet)
27825           - replace "surplus data" at end of audio header for what
27826             it is : codec specific data
27827           - fix a typo
27828
27829 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
27830
27831         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
27832
27833         * gst-libs/gst/audio/audioclock.c:
27834           Fix wrong return type (#142205).
27835
27836 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27837
27838         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
27839           Ignore CRCs by default (fixes #142566).
27840
27841 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27842
27843         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
27844         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
27845         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
27846         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
27847         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27848         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
27849           Fix for cases where we fail to attach to a mixer.
27850
27851 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27852
27853         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
27854           Don't touch events after not owning them anymore.
27855         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
27856         (gst_wavparse_fmt), (gst_wavparse_other),
27857         (gst_wavparse_handle_seek), (gst_wavparse_loop),
27858         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
27859         (gst_wavparse_srcpad_event):
27860         * gst/wavparse/gstwavparse.h:
27861           Add seeking, fix querying.
27862
27863 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27864
27865         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27866           - process comments even if they don't end with \0\0
27867             g_convert would ignore them if present and works well without them
27868
27869 2004-05-16  Benjamin Otte  <otte@gnome.org>
27870
27871         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
27872           simplify caps
27873
27874 2004-05-16  Benjamin Otte  <otte@gnome.org>
27875
27876         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27877           don't write to memory we might not write to - g_convert does that
27878           for us anyway (fixes #142613)
27879         (gst_asf_demux_audio_caps):
27880           comment out gst_util_dump_mem
27881
27882 2004-05-16  Benjamin Otte  <otte@gnome.org>
27883
27884         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27885           compute correct expected timestamps after seek (broken since
27886           last commit)
27887         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
27888           rename element and debugging category to gdkpixbufscale
27889
27890 2004-05-16  Benjamin Otte  <otte@gnome.org>
27891
27892         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27893           add error checking to snd_pcm_delay and remove duplicate call to
27894           snd_pcm_delay that caused issues (see inline code comments)
27895         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
27896           make more readable and fix return value when snd_pcm_delay fails
27897         (fixes #142586)
27898
27899 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
27900         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
27901         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
27902         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
27903         (gst_pixbufscale_link), (gst_pixbufscale_init),
27904         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
27905         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
27906         (gst_pixbufscale_get_property), (pixbufscale_init):
27907         * ext/gdk_pixbuf/pixbufscale.h:
27908         Add these files I forgot earlier
27909
27910 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
27911         * ext/gdk_pixbuf/Makefile.am:
27912         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27913         * ext/gdk_pixbuf/gstgdkpixbuf.h:
27914         Add new pixbufscale element to scale RGB video
27915         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
27916         and HYPER interpolation correctly.
27917         * ext/theora/theoraenc.c: (theora_enc_chain),
27918         Discard buffer and return if explicit caps could not be set
27919         (theora_enc_get_property):
27920         Make _get return kbps for the bitrate consistent with
27921         the _set function.
27922
27923
27924 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27925
27926         * ext/libvisual/visual.c: (gst_visual_chain):
27927           add missing visual_audio_analyze
27928
27929 2004-05-14  David Schleef  <ds@schleef.org>
27930
27931         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
27932         is killed while we're playing.
27933         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
27934         gst_element_no_more_pads().
27935
27936 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27937
27938         * gst-libs/gst/riff/riff-read.c :
27939           - fix INFO tag extraction in RIFF/AVI files
27940             because gst_event_unref (event) also freed taglist
27941           - avoid a mem leak
27942
27943 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27944
27945         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
27946         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
27947
27948         * gst/auparse/gstauparse.c :
27949           - add code (commented for now) to support audio/x-adpcm on src pad
27950             (we have no decoder for those layout yet)
27951
27952         * gst/cdxaparse/gstcdxaparse.c :
27953         * gst/cdxaparse/gstcdxaparse.h :
27954           - partial rewrite using RiffRead (ripped iain's wavparse code)
27955
27956         * gst/rtp/gstrtpL16enc.c : typo
27957         * gst/rtp/gstrtpgsmenc.c : typo
27958
27959 2004-05-13  Benjamin Otte  <otte@gnome.org>
27960
27961         * configure.ac:
27962           check for exact version of libvisual, it's not supposed to be
27963           API/ABI stable yet
27964
27965 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27966
27967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
27968           signal no-more-pads
27969
27970 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
27971
27972         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
27973         Report which format was used for GST_FORMAT_DEFAULT
27974         * gst/debug/Makefile.am:
27975         * gst/debug/gstdebug.c: (plugin_init):
27976         * gst/debug/progressreport.c: (gst_progressreport_base_init),
27977         (gst_progressreport_class_init), (gst_progressreport_init),
27978         (gst_progressreport_report), (gst_progressreport_set_property),
27979         (gst_progressreport_get_property), (gst_progressreport_chain),
27980         (gst_progressreport_plugin_init):
27981         Add progressreport element for testing.
27982
27983 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27984
27985         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
27986         * sys/v4l/gstv4lsrc.h:
27987         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
27988         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
27989         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
27990         (gst_v4lsrc_grab_frame):
27991           add more debugging
27992           send a discont at start
27993
27994 2004-05-12  Colin Walters  <walters@redhat.com>
27995
27996         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
27997         inflooping if we can't find a chunk.  Or in other words, don't blow
27998         chunks if we don't have a chunk to blow.
27999
28000 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28001         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
28002         Remove old debug output
28003         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
28004         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
28005         (gst_dvdec_set_property), (gst_dvdec_get_property):
28006         Change the quality setting to an enum, so it works from gst-launch
28007         Don't renegotiate a non-linked pad. Allows audio only decoding.
28008         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28009         (gst_deinterlace_link), (gst_deinterlace_init):
28010         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28011         (gst_videodrop_link):
28012         Some caps negotiation fixes
28013
28014 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28015
28016         * ext/tarkin/gsttarkin.c :
28017           - Change RANK from NONE to PRIMARY
28018         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28019           - Change RANK from NONE to MARGINAL
28020         * ext/divx/gstdivxenc.c :
28021           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28022
28023 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28024
28025         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28026         (gst_vorbisenc_push_packet):
28027           copy a function that was added between 1.0 and 1.0.1 until we
28028           depend on worthwhile features of post-1.0
28029
28030 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28031
28032         * configure.ac:
28033           enable shout2 by default
28034         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28035         (gst_shout2send_base_init), (gst_shout2send_init),
28036         (gst_shout2send_connect), (gst_shout2send_change_state):
28037         * ext/shout2/gstshout2.h:
28038           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28039           #142262)
28040         * ext/theora/theora.c: (plugin_init):
28041           don't set rank on encoders
28042
28043 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28044
28045         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28046           Use codec_data property instead of flag1 and flag2 for wma
28047
28048 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28049
28050         * gst/cdxaparse/gstcdxaparse.c :
28051           - Add mpegversion to CAPS to make it link
28052           - Rank is as GST_RANK_SECONDARY instead of NONE
28053         * gst/auparse/gstauparse.c :
28054           - Document all audio encoding we can encounter from Solaris 9
28055             headers and libsndfile information.
28056           - Increase max. rate from 48000 to 192000 (to match other elements)
28057           - Don't try to play junk data between header and samples
28058
28059 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28060
28061         * ext/libvisual/visual.c: (gst_visual_getcaps):
28062           use the right caps depending on endianness (I hope)
28063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28064           use GST_RANK_NONE for all non-decoding elements or spider gets
28065           mighty confused
28066
28067 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28068
28069         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28070           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28071
28072 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28073
28074         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28075         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28076         (gst_switch_loop), (gst_switch_get_type):
28077           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28078           HEADERS. Had to be said.
28079
28080 2004-05-10  David Schleef  <ds@schleef.org>
28081
28082         * configure.ac: Add prototype Dirac support.
28083         * ext/Makefile.am:
28084         * ext/dirac/Makefile.am:
28085         * ext/dirac/gstdirac.cc:
28086         * ext/dirac/gstdiracdec.cc:
28087
28088 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28089
28090         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28091         (gst_auparse_init), (gst_auparse_chain),
28092         (gst_auparse_change_state):
28093           Hack around spider. Remove me some day please.
28094
28095 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28096
28097         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28098           Fix for some uninitialized variables in previous patch, also
28099           makes it work. Fixes #142286 while we're at it.
28100
28101 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28102
28103         * gst/auparse/gstauparse.c:
28104                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28105                 only unsupported formats are ADPCM/CCITT G.72x
28106                 reviewed by Ronald
28107         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28108
28109 2004-05-10  Wim Taymans  <wim@fluendo.com>
28110
28111         * ext/vorbis/Makefile.am:
28112         * ext/vorbis/README:
28113         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28114         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28115         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28116         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28117         (gst_oggvorbisenc_convert_sink),
28118         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28119         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28120         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28121         (get_constraints_string), (update_start_message),
28122         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28123         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28124         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28125         * ext/vorbis/oggvorbisenc.h:
28126         * ext/vorbis/vorbis.c: (plugin_init):
28127         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28128         (raw_caps_factory), (gst_vorbisenc_class_init),
28129         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28130         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28131         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28132         * ext/vorbis/vorbisenc.h:
28133         Added a raw vorbis encoder to be used with the oggmuxer.
28134         We still need the old encoder for some gnome applications,
28135         read the README to find out how that works.
28136         The raw encoder is called "rawvorbisenc" until 0.9.
28137
28138 2004-05-10  Wim Taymans  <wim@fluendo.com>
28139
28140         * ext/ogg/gstogg.c: (plugin_init):
28141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28142         (gst_ogg_print):
28143         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28144         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28145         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28146         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28147         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28148         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28149         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28150         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28151         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28152         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28153         Added an ogg muxer.
28154         Small typo fixes in the demuxer.
28155
28156 2004-05-10  Wim Taymans  <wim@fluendo.com>
28157
28158         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28159         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28160         (theora_enc_change_state), (theora_enc_set_property),
28161         (theora_enc_get_property):
28162         Mark the last packet with an EOS flag which is not really needed
28163         in gstreamer.
28164         Do some better video framerate initialisation.
28165         Update the buffer timestamp.
28166
28167 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28168
28169         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28170         Return the result of the parent state change call
28171
28172 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28173
28174         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28175         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28176         * gst/law/alaw-encode.c : (idem)
28177         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28178         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28179         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28180
28181 2004-05-09  Benjamin Otte  <otte@gnome.org>
28182
28183         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28184           don't use a fixed buffer size when writing variable length data to
28185           it. Fixes memory corruption and makes alsasrc work
28186
28187 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28188
28189         * ext/gnomevfs/gstgnomevfssink.c:
28190         (_gst_boolean_allow_overwrite_accumulator),
28191         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28192           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28193           RUN_LAST, and don't use that to set the accumulator value because
28194           then it's always FALSE.
28195
28196 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28197
28198         * gst-libs/gst/riff/riff-media.c:
28199         (gst_riff_create_video_caps_with_data),
28200         (gst_riff_create_audio_caps),
28201         (gst_riff_create_audio_template_caps):
28202         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28203           Fix for unaligned RIFF files (i.e. where all the chunks together
28204           in a LIST chunk are not of the same size as the size given in
28205           the LIST chunk header). Fixes several odd WAVE files. Also fix
28206           ADPCM (block_align property) in audio, so that wavparse based
28207           on this works now as it used to stand-alone.
28208
28209 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28210
28211         reviewed by Benjamin Otte  <otte@gnome.org>
28212
28213         * ext/a52dec/gsta52dec.c:
28214         * ext/divx/gstdivxdec.c:
28215         * ext/divx/gstdivxenc.c:
28216         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28217         * ext/faac/gstfaac.c: (gst_faac_base_init):
28218         * ext/faad/gstfaad.c: (gst_faad_base_init):
28219         * ext/ivorbis/vorbisfile.c:
28220         * ext/lame/gstlame.c:
28221         * ext/libfame/gstlibfame.c:
28222         * ext/mpeg2enc/gstmpeg2enc.cc:
28223         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28224         * ext/sidplay/gstsiddec.cc:
28225         * ext/speex/gstspeexdec.c:
28226         * ext/speex/gstspeexenc.c:
28227         * ext/xvid/gstxviddec.c:
28228         * ext/xvid/gstxvidenc.c:
28229           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28230           (fixes #142193)
28231
28232 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28233
28234         * ext/alsa/gstalsa.c: (device_list),
28235         (gst_alsa_class_probe_devices):
28236         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28237           Fix alsa oddness in mixer after the combination of using mixer
28238           in source/sink elements and using hw:x,y instead of just hw:x.
28239
28240 2004-05-09  Benjamin Otte  <otte@gnome.org>
28241
28242         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28243         (gst_wavparse_create_sourcepad):
28244           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28245           sourcepads
28246
28247 2004-05-09  Benjamin Otte  <otte@gnome.org>
28248
28249         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28250           allow discont events before caps nego
28251
28252 2004-05-08  Benjamin Otte  <otte@gnome.org>
28253
28254         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28255           don't leak events
28256
28257 2004-05-08  Benjamin Otte  <otte@gnome.org>
28258
28259         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28260         (gst_level_change_state), (gst_level_init):
28261         * gst/level/gstlevel.h:
28262           figure out if we're initialized directly instead of keeping a
28263           variable that's wrong in 90% of cases
28264           don't initialize pads and then leak them and use a new unitialized
28265           pad. (fixes #142084)
28266           these were bugs so n00bish I didn't find them for an hour :/
28267
28268 2004-05-08 Iain <iain@prettypeople.org>
28269
28270         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28271         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28272         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28273         return the length that was read.
28274         (gst_riff_read_strf_auds): Allow fmt tags as well.
28275
28276 2004-05-07  David Schleef  <ds@schleef.org>
28277
28278         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28279         signed char assumption in faad.h.
28280
28281 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28282
28283         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28284           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28285
28286 2004-05-07  Colin Walters  <walters@redhat.com>
28287
28288         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28289         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28290         function.
28291         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28292         Add dispose function.
28293
28294 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28295         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28296           Fix caps nego and pad templates. RGB mode caps should
28297           work now.
28298         * ext/dvdnav/gst-dvd:
28299           Move mpeg2dec inside the thread because otherwise the
28300           queue rejects cap changes mid-stream
28301         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28302         (gst_mpeg2dec_flush_decoder):
28303           For mpeg2dec > 0.4.0, call the flush function instead of
28304           manually extracting all in-flight frames.
28305         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28306         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28307           Change mime type video/dv go video/x-dv to match the
28308           rest of gst-plugins
28309
28310 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28311
28312         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28313         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28314         (gst_alsa_sink_class_init):
28315         * ext/alsa/gstalsasink.h:
28316         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28317         (gst_alsa_src_class_init):
28318         * ext/alsa/gstalsasrc.h:
28319           Make alsasink/src a subclass of alsamixer so that mixer stuff
28320           shows up in gst-rec. Needs some finetuning.
28321
28322 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28323
28324         * ext/lame/gstlame.c: (gst_lame_chain):
28325           simplify
28326         * ext/mad/gstmad.c: (gst_mad_handle_event):
28327           fix event leak
28328         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28329           be able to detect mp3 files < 4096 bytes
28330
28331 2004-05-06  Wim Taymans  <wim@fluendo.com>
28332
28333         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28334         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28335         (theora_enc_set_property), (theora_enc_get_property):
28336         Also encode the first frame, cleanup some code.
28337
28338 2004-05-06  Wim Taymans  <wim@fluendo.com>
28339
28340         * ext/mpeg2enc/gstmpeg2enc.cc:
28341         Forward events first before deciding that negotiation was
28342         not performed.
28343
28344 2004-05-06  Wim Taymans  <wim@fluendo.com>
28345
28346         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28347         First process the events before deciding that negotiation
28348         was not performed.
28349
28350 2004-05-06  Wim Taymans  <wim@fluendo.com>
28351
28352         * ext/theora/Makefile.am:
28353         * ext/theora/theora.c: (plugin_init):
28354         * ext/theora/theoradec.c: (theora_dec_change_state):
28355         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28356         (gst_theora_enc_class_init), (gst_theora_enc_init),
28357         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28358         (theora_enc_chain), (theora_enc_change_state),
28359         (theora_enc_set_property), (theora_enc_get_property):
28360         Added a theora encoder, grouped the encoder and decoder into the
28361         same plugin.
28362
28363 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28364
28365         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28366         (gst_jpegenc_chain):
28367         fix DURATION on outgoing buffers
28368         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28369         debug using time formats
28370         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28372         (gst_xvimagesink_sink_link):
28373         windows with width/height 0 generate X errors, so don't allow them
28374
28375 2004-05-05  Wim Taymans  <wim@fluendo.com>
28376
28377         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28378         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28379         (gst_mpeg2dec_negotiate_format):
28380         * ext/mpeg2dec/gstmpeg2dec.h:
28381           removed the static pad template so that we can add the
28382           more accurate framerate value to the caps.
28383
28384
28385 2004-05-04  Benjamin Otte  <otte@gnome.org>
28386
28387         * configure.ac:
28388           check for kdemacros.h, too (should fix #141821)
28389         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28390           don't crash if no header was sent, but nicely error out (fixes part
28391           of #141554)
28392
28393 2004-05-04  Wim Taymans  <wim@fluendo.com>
28394
28395         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28396         parent dispose function to avoid segfault on destroy.
28397
28398 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28399
28400         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28401         (plugin_init):
28402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28403         (gst_xvimagesink_sink_link):
28404         clean up debugging caps
28405         also recreate xvimage when format has changed
28406
28407 2004-05-04  Benjamin Otte  <otte@gnome.org>
28408
28409         * ext/libvisual/Makefile.am:
28410         * ext/libvisual/visual.c: (gst_visual_class_init),
28411         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28412         (gst_visual_srclink), (gst_visual_chain),
28413         (gst_visual_change_state), (plugin_init):
28414           use a GstAdapter to correctly adapt buffer sizes - allows using a
28415           framerate
28416
28417 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28418
28419         * sys/v4l/gstv4lelement.h:
28420         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28421         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28422         (gst_v4lsrc_buffer_free):
28423         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28424         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28425         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28426         (gst_v4lsrc_requeue_frame):
28427         move some debugging categories around
28428         query for fps index and set accordingly if found
28429
28430 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28431
28432         * ext/lame/gstlame.c:
28433         correct defaults that lame_init puts out of range
28434
28435 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28436
28437         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28438         (gst_divxenc_class_init):
28439         fix range since -1 is the default
28440         * gst/mpeg1sys/gstmpeg1systemencode.c:
28441         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28442         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28443         (gst_rtjpegdec_chain):
28444         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28445         (gst_rtjpegenc_chain):
28446         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28447         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28448         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28449         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28450         * sys/v4l/gstv4lsrc.c:
28451         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28452         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28453         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28454         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28455         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28456           remove gst_info calls
28457
28458 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28459
28460         * Makefile.am:
28461         * po/af.po:
28462         * po/az.po:
28463         * po/en_GB.po:
28464         * po/nl.po:
28465         * po/sr.po:
28466         * po/sv.po:
28467           Updated translations
28468
28469 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28470
28471         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28472           refactor/comment code
28473
28474 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28475
28476         * gst/asfdemux/Makefile.am:
28477         * gst/asfdemux/asfheaders.c:
28478         * gst/asfdemux/asfheaders.h:
28479         * gst/asfdemux/gstasf.c: (plugin_init):
28480         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28481         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28482         (gst_asf_demux_setup_pad):
28483         * gst/asfdemux/gstasfdemux.h:
28484         * gst/asfdemux/gstasfmux.c:
28485         * gst/asfdemux/gstasfmux.h:
28486           Add tagging support to demuxer, split out registration in its own
28487           file instead of in demux (hacky), and prevent having some tables
28488           in our memory multiple times (in asfheaders.h).
28489
28490 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28491
28492         * gst/matroska/matroska-demux.c:
28493         (gst_matroska_demux_parse_metadata):
28494         * gst/matroska/matroska-ids.h:
28495           Basic tag reading support.
28496
28497 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28498
28499         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28500           Really detect ac-3 audio.
28501         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28502           really detect matroska files (off-by-1).
28503
28504 2004-04-30  David Schleef  <ds@schleef.org>
28505
28506         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28507         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28508         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28509         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28510         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28511         hackage -- parse a lot more atoms, extract a few tags.  One might even
28512         mistake this for tag support.  Maybe it is.
28513         * gst/qtdemux/qtdemux.h:
28514
28515 2004-04-30  Colin Walters  <walters@verbum.org>
28516
28517         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28518
28519 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28520
28521         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28522         (gst_ffmpegcolorspace_getcaps):
28523           remove broken nego fix
28524
28525 2004-04-30  Benjamin Otte  <otte@gnome.org>
28526
28527         * configure.ac:
28528         * ext/Makefile.am:
28529         * ext/libvisual/Makefile.am:
28530         * ext/libvisual/visual.c:
28531           add initial support for libvisual (http://libvisual.sourceforge.net)
28532           libvisual is still quite alpha, so expect crashes in there :)
28533
28534 2004-04-29  David Schleef  <ds@schleef.org>
28535
28536         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
28537         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
28538         up qtdemux to make it spit out codec_data.  Do _not_ look at this
28539         code; you will no longer respect me.
28540
28541 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28542
28543         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
28544         * ext/alsa/gstalsa.h :
28545         change alsa pcm device discovery to find more than 1 device
28546         per card. code review by Ronald.
28547
28548 2004-04-29  David Schleef  <ds@schleef.org>
28549
28550         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
28551         Add a check for a driver bug on FreeBSD.  (bug #140565)
28552
28553 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28554
28555         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
28556         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28557         (gst_jpegenc_getcaps):
28558           move format setting to inner loop
28559         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28560         (gst_ffmpegcolorspace_getcaps):
28561           use GST_PAD_CAPS if available so that we use already negotiated
28562           caps
28563         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28564         (qtdemux_parse_moov), (qtdemux_parse):
28565           extra debugging
28566         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
28567         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
28568           move hardcoded path to DEFINE
28569
28570 2004-04-28  David Schleef  <ds@schleef.org>
28571
28572         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
28573         (bug #140064)
28574
28575 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28576
28577         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
28578           Don't probe for playback device if we're a source element. Fixes
28579           #139658.
28580
28581 2004-04-29  Benjamin Otte  <otte@gnome.org>
28582
28583         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28584         (gst_id3_tag_chain):
28585           rewrite buffer offset
28586
28587 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28588
28589         * configure.ac:
28590         * ext/Makefile.am:
28591         * ext/dts/Makefile.am:
28592         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
28593         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
28594         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
28595         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
28596         (gst_dtsdec_loop), (gst_dtsdec_change_state),
28597         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
28598         (plugin_init):
28599         * ext/dts/gstdtsdec.h:
28600           New DTS decoder.
28601         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
28602         (gst_faad_srcconnect):
28603           Add ESDS atom handling (.m4a).
28604
28605 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28606
28607         * ext/divx/gstdivxdec.c: (plugin_init):
28608           Remove comment that makes no sense.
28609         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
28610           Fix for obvious typo that resulted in warnings during gst-register.
28611         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
28612         (gst_xviddec_sink_link):
28613           Fix caps negotiation a bit better.
28614         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
28615           We call this 'codec_data', not 'esds'.
28616
28617 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28618
28619         * gst/monoscope/gstmonoscope.c:
28620           make sure we only provide 256x128
28621         * gst/monoscope/monoscope.c: (monoscope_init):
28622           assert size of 256x128
28623
28624 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28625
28626         * Makefile.am:
28627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
28628         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
28629           fixate to max width and height of device
28630
28631 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28632
28633         * Makefile.am:
28634         * sys/v4l/gstv4l.c:
28635         * sys/v4l/gstv4lsrc.c:
28636         * sys/v4l/v4l_calls.c:
28637         * sys/v4l/v4lsrc_calls.c:
28638           fix for qc-usb driver which fakes having more than one buffer
28639           by handing the same buffer twice, which confused GStreamer's/v4lsrc
28640           buffer_free override
28641           add debugging
28642
28643 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28644
28645         * Makefile.am:
28646         * gst/videotestsrc/gstvideotestsrc.c:
28647         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
28648         (gst_videotestsrc_init), (gst_videotestsrc_get),
28649         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
28650         * gst/videotestsrc/gstvideotestsrc.h:
28651           add num-buffers property
28652
28653         2004-04-26  Benjamin Otte  <otte@gnome.org>
28654
28655         * ext/mad/gstid3tag.c: (plugin_init):
28656           set id3mux rank to NONE so it doesn't confuse spider
28657           require audio/mpeg,mpegversion=1 in id3mux
28658
28659 2004-04-26  Benjamin Otte  <otte@gnome.org>
28660
28661         * configure.ac:
28662           detect faad correctly as non-working if it's indeed non-working
28663
28664 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28665
28666         * Makefile.am:
28667         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28668         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
28669         fix _getcaps so it only negotiates to its supported format
28670
28671 2004-04-25  Benjamin Otte  <otte@gnome.org>
28672
28673         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28674           fix memleak
28675
28676 2004-04-23  Benjamin Otte  <otte@gnome.org>
28677
28678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
28679           audio/x-raw-int with height rules! not. Now it's depth.
28680
28681 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28682
28683         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
28684         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
28685         (gst_wavparse_loop):
28686           Missing variable initialization. Add handling of DVI ADPCM. Fix
28687           mis-parsing of LIST chunks. This works around a bug where we mis-
28688           parse non-aligning LIST chunks (so LIST chunks where the contents
28689           don't align with the actual LIST size). The correct fix is to use
28690           rifflib, I'm not going to fix wavparse - too much work. All this
28691           fixes #104878.
28692
28693 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28694
28695         reviewed by Benjamin Otte  <otte@gnome.org>
28696
28697         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
28698           fix shoutcast not working (fixes #140844)
28699
28700 2004-04-22  Benjamin Otte  <otte@gnome.org>
28701
28702         * ext/hermes/gsthermescolorspace.c:
28703         (gst_hermes_colorspace_caps_remove_format_info):
28704         * gst/colorspace/gstcolorspace.c:
28705         (gst_colorspace_caps_remove_format_info):
28706         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28707         (gst_ffmpegcolorspace_caps_remove_format_info):
28708           s/gst_caps_simplify/gst_caps_do_simplify/
28709
28710 2004-04-22  Benjamin Otte  <otte@gnome.org>
28711
28712         * gst-libs/gst/riff/riff-media.c:
28713         (gst_riff_create_video_caps_with_data):
28714           mpegversion is an int
28715         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
28716           don't try to create pad templates with NULL caps, use any caps
28717           instead.
28718
28719 2004-04-20  David Schleef  <ds@schleef.org>
28720
28721         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
28722         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
28723         (bug #140384)
28724
28725 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28726
28727         reviewed by David Schleef
28728
28729         * ext/mad/gstid3tag.c: Add stdlib.h
28730         * gst/rtp/gstrtpgsmenc.c: same
28731         * gst/tags/gstid3tag.c: same
28732         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
28733         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
28734         GST_DISABLE_LOADSAVE use.
28735         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
28736         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
28737         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
28738         atol(3)).
28739         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
28740         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
28741         strtoul(3)).
28742         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
28743         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
28744         $(ID3_CFLAGS).
28745         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
28746         $(LIBFAME_CFLAGS).
28747
28748 2004-04-20  David Schleef  <ds@schleef.org>
28749
28750         * gst/realmedia/rmdemux.c:  This was supposed to part of the
28751         last checkin.  Same idea.
28752
28753 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28754
28755         reviewed by David Schleef
28756
28757         * configure.ac: bump required gstreamer version to 0.8.1.1
28758         because of following changes [--ds]
28759
28760         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
28761         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
28762         (gst_riff_read_header):  Use GST_READ_UINT*
28763         macros to access possibly unaligned memory.
28764
28765         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
28766         (mp3_type_find):  Use GST_READ_UINT*
28767         macros to access possibly unaligned memory.
28768         (mp3_type_find, mpeg1_parse_header, qt_type_find)
28769         (speex_type_find): Likewise
28770
28771         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
28772
28773         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
28774         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
28775         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
28776         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
28777         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
28778         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
28779         macros to access possibly unaligned memory.
28780
28781         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
28782         Likewise.
28783
28784         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
28785         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
28786
28787         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28788         Likewise.
28789
28790         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
28791         (gst_mpeg2subt_chain_subtitle): Likewise.
28792
28793         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
28794         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
28795         Likewise.
28796
28797         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
28798         Likewise.
28799
28800         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
28801         Likewise.
28802
28803         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
28804         Likewise.
28805
28806 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28807
28808         * configure.ac:
28809           update required version of GStreamer because of GST_TIME_FORMAT
28810
28811 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28812
28813         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
28814           remove leftover g_print
28815         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28816           don't try setting only a subset of the caps. We don't want to kill
28817           autoplugging on purpose
28818
28819 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28820
28821         * sys/ximage/ximagesink.c: (plugin_init):
28822         * sys/xvimage/xvimagesink.c: (plugin_init):
28823           add debugging categories
28824
28825 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28826
28827         * po/en_GB.po:
28828         * po/LINGUAS:
28829           Adding en_GB translation (Gareth Owen)
28830
28831 2004-04-20  David Schleef  <ds@schleef.org>
28832
28833         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28834         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
28835         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
28836         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
28837         A number of new features and hacks to extract the esds atom and
28838         put it into the caps.  (bug #137724)
28839
28840 2004-04-19  David Schleef  <ds@schleef.org>
28841
28842         * gconf/Makefile.am: Fix for non-GNU make
28843         * gst-libs/gst/Makefile.am: Change directory order to handle
28844         GstPlay linking with gstinterfaces
28845         * gst-libs/gst/audio/make_filter: make use of tr portable
28846         * gst-libs/gst/play/Makefile.am: Add intended \
28847         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28848         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
28849         function prototype instead of void *.
28850         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
28851         macro.
28852         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28853         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
28854         * gst/videofilter/make_filter: make use of tr portable
28855         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
28856
28857 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28858
28859         * po/LINGUAS:
28860         * po/uk.po:
28861           Added Ukrainian translation (Maxim V. Dziumanenko)
28862
28863 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28864
28865         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
28866         (gst_gsmdec_link), (gst_gsmdec_chain):
28867           Fix capsnego, simplify chain function slightly.
28868         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
28869           Add GSM.
28870
28871 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28872
28873         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
28874         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
28875         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
28876           Hack to make wavparse work with spider (always -> sometimes pad).
28877           Fixes #135862 && #140411.
28878
28879 2004-04-18  Benjamin Otte  <otte@gnome.org>
28880
28881         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
28882         (gst_osselement_rate_probe_check),
28883         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
28884           get rid of \n in debug output
28885
28886 2004-04-17  Iain <iain@prettypeople.org>
28887
28888         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
28889         not just EOS.
28890
28891 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28892
28893         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
28894         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
28895         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
28896         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
28897         (gst_id3_tag_src_link), (gst_id3_tag_chain),
28898         (gst_id3_tag_change_state), (plugin_init):
28899           deprecate id3tag element and replace with id3demux/id3mux.
28900           great side effect: this ugly file is now even uglier, yay!
28901         * ext/mad/gstmad.h:
28902           remove non-available function
28903           update for new get_type
28904
28905 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28906
28907         * configure.ac:
28908           require mpeg2dec >= 0.4.0
28909
28910 2004-04-17  Benjamin Otte  <otte@gnome.org>
28911
28912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28913         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
28914         (gst_xvimagesink_set_xwindow_id):
28915           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
28916           assorted cleanup fixes.
28917
28918 2004-04-16  David Schleef  <ds@schleef.org>
28919
28920         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
28921         * sys/xvimage/xvimagesink.h: same
28922
28923 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28924
28925         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
28926           Fix GST_ELEMENT_ERROR with (NULL)
28927
28928 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28929
28930         * gst-libs/gst/riff/riff-media.c:
28931         (gst_riff_create_video_caps_with_data):
28932           Add div[3456] as fourccs for DivX 3 (fixes #140137).
28933
28934 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28935
28936         * gst-libs/gst/riff/riff-media.c:
28937         (gst_riff_create_video_caps_with_data),
28938         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
28939         (gst_riff_create_video_template_caps),
28940         (gst_riff_create_audio_template_caps):
28941         * gst-libs/gst/riff/riff-media.h:
28942         * gst-libs/gst/riff/riff-read.c:
28943         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
28944         * gst-libs/gst/riff/riff-read.h:
28945         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28946           Add MS RLE support. I added some functions to read out strf chunks
28947           into strf chunks and the data behind it. This is usually color
28948           palettes (as in RLE, but also in 8-bit RGB). Also use those during
28949           caps creation. Lastly, add ADPCM (similar to wavparse - which
28950           should eventually be rifflib based).
28951         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
28952         (gst_matroska_demux_init), (gst_matroska_demux_reset):
28953         * gst/matroska/matroska-demux.h:
28954           Remove placeholders for some prehistoric tagging system. Didn't add
28955           support for any tag system really anyway.
28956         * gst/qtdemux/qtdemux.c:
28957           Add support for audio/x-m4a (MPEG-4) through spider.
28958         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28959         (gst_wavparse_loop):
28960           ADPCM support (#135862). Increase max. buffer size because we
28961           cannot split buffers for ADPCM (screws references) and I've seen
28962           files with 2048 byte chunks. 4096 seems safe for now.
28963
28964 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28965
28966         * configure.ac: bump nano to 1
28967
28968 === release 0.8.1 ===
28969
28970 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28971
28972         * configure.ac: releasing 0.8.1, "Comforting Sounds"
28973
28974 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28975
28976         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
28977           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
28978           Fixes #140058
28979
28980 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28981
28982         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
28983           lower rank of dvddemux so that it's not used for mpeg playback.
28984
28985 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28986
28987         * configure.ac:
28988           save libs correctly when checking mad
28989
28990 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28991
28992         * ext/mad/gstid3tag.c: (plugin_init):
28993           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
28994
28995 2004-04-13  David Schleef  <ds@schleef.org>
28996
28997         * common/m4/gst-feature.m4: Call -config scripts with
28998         --plugin-libs if it is supported.
28999         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
29000         JPEG images are image/jpeg.
29001         * gst/debug/Makefile.am:
29002         * gst/debug/negotiation.c: (gst_negotiation_class_init),
29003         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
29004         (gst_negotiation_update_caps), (gst_negotiation_get_property),
29005         (gst_negotiation_plugin_init): Add a property that acts like
29006         filter caps.
29007         * testsuite/gst-lint:  Move license checking to be a standard
29008         test.
29009
29010 2004-04-13  David Schleef  <ds@schleef.org>
29011
29012         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29013         patch from Sebastien Cote (bug #139958)
29014
29015 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29016
29017         * examples/gstplay/Makefile.am:
29018         * examples/gstplay/player.c: (main):
29019           make the commandline player example use gconf settings
29020
29021 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29022
29023         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29024         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29025         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29026           init/end library during state transition, not object
29027           creation/disposal.  get rid of custom dispose handler.
29028
29029
29030 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29031
29032         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29033         be a symlink
29034
29035 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29036
29037         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29038           Handle JUNK chunks inside data section. Prevents warnings.
29039
29040 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29041
29042         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29043         (gst_riff_create_video_template_caps):
29044           Add MS video v1.
29045         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29046         (gst_avi_demux_stream_data):
29047           Add support for "rec-list" chunks.
29048
29049 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29050
29051         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29052           Fix another codecname mismatch.
29053
29054 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29055
29056         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29057           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29058           so that MJPEG plays back.
29059
29060 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29061
29062         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29063         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29064         * gst/mpeg1videoparse/gstmp1videoparse.h:
29065           Fix for some slight mis-cuts in buffer parsing, and for some
29066           potential overflows or faults-causers. Adds disconts. Also fixes
29067           #139105 while we're at it.
29068
29069 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29070
29071         * configure.ac:
29072         * sys/v4l2/gstv4l2element.h:
29073           Workaround for missing struct v4l2_buffer declaration in Suse 9
29074           and Mandrake 10 linux/videodev2.h header file (#135919).
29075
29076 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29077
29078         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29079           Bail out if no filename was given.
29080
29081 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29082
29083         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29084         (gst_v4l2_fourcc_from_structure):
29085           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29086           Y41B somewhere).
29087
29088 2004-04-09  Benjamin Otte  <otte@gnome.org>
29089
29090         * ext/gnomevfs/gstgnomevfssink.c:
29091         (_gst_boolean_allow_overwrite_accumulator),
29092         (gst_gnomevfssink_class_init):
29093           fix erase signal - if any handler returns false the file will not be
29094           overwritten. If no handler is connected, the file will not be
29095           overwritten either.
29096           renamed signal to "allow-overwrite"
29097         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29098           free string when adding it to ID3 failed
29099         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29100           unref event when done
29101         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29102           free caps
29103         * gst/typefind/gsttypefindfunctions.c:
29104         (mpeg_video_stream_type_find):
29105           fix invalid read
29106
29107 2004-04-08  David Schleef  <ds@schleef.org>
29108
29109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29110         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29111
29112 2004-04-08  David Schleef  <ds@schleef.org>
29113
29114         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29115         we don't support (bug #139532)
29116
29117 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29118
29119         * ext/mad/gstmad.c: (gst_mad_handle_event),
29120         (gst_mad_check_caps_reset), (gst_mad_chain),
29121         (gst_mad_change_state):
29122           only set explicit caps if they haven't been set before for
29123           this stream.  MPEG-audio sample rate/channels aren't allowed
29124           to change in-stream.
29125           Fixes #139382
29126
29127 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29128
29129         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29130         (_gst_boolean_did_something_accumulator),
29131         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29132         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29133         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29134         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29135         (gst_gnomevfssink_change_state):
29136           Fix erase signal. Don't erase by default. Remove handoff signal.
29137           Remove erase property. Don't segfault. General cleanup.
29138
29139 2004-04-07  Benjamin Otte  <otte@gnome.org>
29140
29141         * gst-libs/gst/gconf/test-gconf.c: (main):
29142           add missing gst_init
29143
29144 2004-04-07  Benjamin Otte  <otte@gnome.org>
29145
29146         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29147           free the mutexes, too
29148
29149 2004-04-07  Benjamin Otte  <otte@gnome.org>
29150
29151         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29152           actually free the URI string
29153         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29154           compute offset correctly when passing discont events
29155         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29156           don't leak discont events
29157         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29158           add some missing breaks so caps aren't copied randomly
29159         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29160           if we realloc memory, we better use it
29161
29162 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29163
29164         * ext/mad/gstmad.c: (normal_seek):
29165           fix GST_FORMAT_TIME usage
29166
29167 2004-04-05  David Schleef  <ds@schleef.org>
29168
29169         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29170         a deprecated function (hack!)
29171
29172 2004-04-05  Benjamin Otte  <otte@gnome.org>
29173
29174         * ext/esd/esdmon.c: (gst_esdmon_get):
29175           fix nonterminated vararg and memleak
29176
29177 2004-04-05  Benjamin Otte  <otte@gnome.org>
29178
29179         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29180         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29181         (gst_ladspa_set_property), (gst_ladspa_get_property),
29182         (gst_ladspa_instantiate), (gst_ladspa_activate),
29183         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29184           clean up debugging
29185
29186 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29187
29188         reviewed by Benjamin Otte  <otte@gnome.org>
29189
29190         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29191           check for broken LADSPA parameters (fixes #138635)
29192
29193 2004-04-05  Benjamin Otte  <otte@gnome.org>
29194
29195         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29196           advertise buffer-frames correctly on sinkpads
29197
29198 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29199
29200         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29201         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29202         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29203         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29204         (gst_mad_check_caps_reset), (gst_mad_chain):
29205         add more debugging, only reset caps when we're not in error state
29206
29207 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29208
29209         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29210
29211 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29212
29213         reviewed by Benjamin Otte  <otte@gnome.org>
29214
29215         * configure.ac:
29216           fix == in test(1) operator
29217
29218 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29219
29220         reviewed by Benjamin Otte  <otte@gnome.org>
29221
29222         * configure.ac:
29223           fix --export-symblos-regex to a working regex.
29224
29225 2004-04-04  Benjamin Otte  <otte@gnome.org>
29226
29227         * sys/oss/.cvsignore:
29228           add for oss_probe
29229
29230 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29231
29232         reviewed by Benjamin Otte  <otte@gnome.org>
29233
29234         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29235           add missing 'new_media' argument (fixes #138168)
29236         * gst/matroska/matroska-demux.c:
29237         (gst_matroska_demux_handle_seek_event):
29238           add vararg terminator (fixes #138169)
29239
29240 2004-04-02  David Schleef  <ds@schleef.org>
29241
29242         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29243         disted (bug #138914)
29244
29245 2004-04-01  Benjamin Otte  <otte@gnome.org>
29246
29247         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29248         (gst_alsa_close_audio):
29249           handle case better where a soundcard can't pause
29250         * ext/ogg/gstoggdemux.c:
29251           don't crash when we get events but don't have pads yet
29252
29253 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29254
29255         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29256           throw an error if we couldn't probe any caps.
29257
29258 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29259
29260         * ext/dvdnav/gst-dvd:
29261         Add a really simple sample DVD player
29262
29263 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29264
29265         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29266         (gst_a52dec_push), (gst_a52dec_handle_event),
29267         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29268         (gst_a52dec_change_state):
29269         * ext/a52dec/gsta52dec.h:
29270           Use a debug category, Output timestamps correctly
29271           Emit tag info, Handle events, tell liba52dec about cpu
29272           capabilities so it can use MMX etc.
29273         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29274           Fix a crasher accessing invalid memory
29275         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29276         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29277         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29278         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29279         (dvdnavsrc_query):
29280           Some support for byte-format seeking.
29281           Small fixes for still frames and menu button overlays
29282         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29283         (gst_mpeg2dec_alloc_buffer):
29284           Use a debug category. Adjust the report level of several items to
29285           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29286           so it doesn't lose the GstBuffer pointer
29287         * gst/debug/Makefile.am:
29288         * gst/debug/gstdebug.c: (plugin_init):
29289         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29290         (gst_navseek_base_init), (gst_navseek_class_init),
29291         (gst_navseek_init), (gst_navseek_seek),
29292         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29293         (gst_navseek_get_property), (gst_navseek_chain),
29294         (gst_navseek_plugin_init):
29295         * gst/debug/gstnavseek.h:
29296           Add the navseek debug element for seeking back and forth in a
29297           video stream using arrow keys.
29298         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29299         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29300         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29301         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29302         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29303         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29304         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29305         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29306         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29307         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29308         * gst/mpeg2sub/gstmpeg2subt.h:
29309           Pretty much a complete rewrite. Now a loopbased element. May still
29310           require work to properly synchronise subtitle buffers.
29311         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29312         (gst_dvd_demux_send_subbuffer):
29313         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29314           Don't attempt to create subbuffers of size 0
29315           Reduce a couple of error outputs to warnings.
29316         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29317         (gst_y4mencode_chain):
29318         Output the y4m frame header correctly.
29319
29320 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29321
29322         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29323           throw errors instead of allowing SIGFPE
29324
29325 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29326
29327         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29328         (gst_gconf_render_bin_from_key):
29329           leak plugging and style fixing
29330
29331 2004-03-31  David Schleef  <ds@schleef.org>
29332
29333         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29334         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29335         (bug #138225)
29336         * gst/debug/Makefile.am:
29337         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29338         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29339         plugin.
29340         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29341         (gst_negotiation_base_init), (gst_negotiation_class_init),
29342         (gst_negotiation_init), (gst_negotiation_getcaps),
29343         (gst_negotiation_pad_link), (gst_negotiation_chain),
29344         (gst_negotiation_set_property), (gst_negotiation_get_property),
29345         (gst_negotiation_plugin_init):  New element to talk about random
29346         negotiation things happening in a pipeline.
29347
29348 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29349
29350         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29351           fix integer addition with help of Stefan Kost
29352
29353 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29354
29355         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29356
29357 2004-03-30  David Schleef  <ds@schleef.org>
29358
29359         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29360         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29361         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29362         (bug #137504)
29363         * ext/mpeg2dec/gstmpeg2dec.h:
29364
29365 2004-03-30  David Schleef  <ds@schleef.org>
29366
29367         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29368
29369 2004-03-30  David Schleef  <ds@schleef.org>
29370
29371         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29372         Michael Petullo) to handle .mov
29373
29374 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29375
29376         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29377         (gst_osselement_rate_check_rate):
29378           probe caps correctly for sound cards that only support one format
29379
29380 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29381
29382         * ext/kio/kiosrc.cpp: (process_events):
29383           update handling event processing if inside KDE - untested
29384
29385 2004-03-29  David Schleef  <ds@schleef.org>
29386
29387         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29388         by 2 to not interfere with other colorspaces.
29389         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29390         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29391         one to not interfere with ffmpeg_colorspace.
29392
29393 2004-03-29  David Schleef  <ds@schleef.org>
29394
29395         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29396         aren't in the caps.
29397         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29398         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29399
29400 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29401
29402         * gst-libs/gst/riff/riff-media.c:
29403           fail on error, don't try to set stuff on NULL caps
29404
29405 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29406
29407         * configure.ac:
29408         * ext/Makefile.am:
29409         * ext/kio/Makefile.am:
29410         * ext/kio/kioreceiver.cpp:
29411         * ext/kio/kioreceiver.h:
29412         * ext/kio/kiosrc.cpp:
29413         * ext/kio/kiosrc.h:
29414           add experimental kiosrc plugin
29415         * ext/alsa/gstalsaplugin.c: (plugin_init):
29416           initialize debugging category only when we're sure registering the
29417           plugins worked.
29418
29419 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29420
29421         * examples/gstplay/player.c: (main):
29422         * gst-libs/gst/play/play.c: (gst_play_class_init),
29423         (gst_play_set_location), (gst_play_set_data_src),
29424         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29425         (gst_play_set_visualization), (gst_play_connect_visualization):
29426           check return values of element_set_state and return FALSE where
29427           failed
29428
29429 2004-03-29  Benjamin Otte  <otte@gnome.org>
29430
29431         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29432           try harder to check if an event is really a discont
29433
29434 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29435
29436         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29437         * po/az.po:
29438
29439 2004-03-28  Benjamin Otte  <otte@gnome.org>
29440
29441         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29442         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29443         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29444           get rid of non-standard "..." ranges in case statements.
29445
29446 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29447
29448         * gst/mpegstream/gstmpegdemux.c:
29449         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29450         specific functionality split to the new dvddemux element.
29451         * gst/mpegstream/gstdvddemux.c:
29452         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29453         streams, derived from mpegdemux.
29454         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29455         up. SCR based timestamp rewriting can be turned off (will probably
29456         completely disappear soon).
29457         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29458         hacking. General cleanup. All printf statements replaced by
29459         debugging messages. Almost complete libdvdnav support.
29460         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29461         by events. New properties for audio and subpicture languages.
29462         (dvdnavsrc_update_highlight): Now uses events.
29463         (dvdnavsrc_user_op): Cleaned up.
29464         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29465         based). Lots of cleanup, and propper support for most libdvdnav
29466         events.
29467         (dvdnavsrc_make_dvd_event): New function.
29468         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29469         (dvdnavsrc_make_clut_change_event): New function.
29470
29471 2004-03-26  Benjamin Otte  <otte@gnome.org>
29472
29473         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29474           fix bug where typefinding would claim it's theora whenever less then
29475           7 bytes of data were available
29476
29477 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29478
29479         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29480         (gst_alawdec_base_init), (gst_alawdec_class_init),
29481         (gst_alawdec_init), (gst_alawdec_chain):
29482         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29483         (gst_alawenc_base_init), (gst_alawenc_class_init),
29484         (gst_alawenc_init), (gst_alawenc_chain):
29485         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29486         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29487         (gst_mulawdec_init), (gst_mulawdec_chain):
29488         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29489         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29490         (gst_mulawenc_init), (gst_mulawenc_chain):
29491           Fix capsnego in all four, remove the unused property functions and
29492           simplify the chain functions slightly. I guess we could use macros
29493           or something similar for those, since the code is so similar, but
29494           I'm currently too lazy...
29495
29496 2004-03-24  David Schleef  <ds@schleef.org>
29497
29498         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29499         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29500         (gst_osselement_get_format_structure),
29501         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29502         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29503         (gst_osselement_rate_int_compare): Add code to handle rate probing
29504         (bug #120883)
29505         * sys/oss/gstosselement.h: same
29506         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29507         Use rate probing provided by osselement.
29508         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29509
29510 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29511
29512         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29513         (gst_xvidenc_get_property):
29514           ulong/int mess-up.
29515
29516 2004-03-24  David Schleef  <ds@schleef.org>
29517
29518         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29519         (gst_speexdec_init):
29520         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29521         (gst_speexenc_init):  Create the pad template correctly (from
29522         the static pad template, not a NULL pointer.)
29523
29524 2004-03-25  Benjamin Otte  <otte@gnome.org>
29525
29526         * gst/debug/Makefile.am:
29527         * gst/debug/breakmydata.c:
29528           add element that quasi-randomly changes bytes in the stream.
29529           Intended use is robustness checking of demuxers and decoders in
29530           media tests.
29531
29532 2004-03-24  Benjamin Otte  <otte@gnome.org>
29533
29534         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29535         (gst_alsa_probe_hw_params):
29536         * ext/alsa/gstalsa.h:
29537           debugging output fixes
29538
29539 2004-03-24  Benjamin Otte  <otte@gnome.org>
29540
29541         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
29542           don't g_return_if_fail if element is PLAYING, fail silently as every
29543           other element.
29544         * gst/effectv/gstquark.c: (gst_quarktv_chain):
29545           only fix needed for cast lvalue issues in gst-plugins
29546         * gst/volenv/gstvolenv.c: (gst_volenv_init):
29547           add proxy_getcaps
29548
29549 2004-03-24  Benjamin Otte  <otte@gnome.org>
29550
29551         * gst/level/gstlevel.c: (gst_level_init):
29552           add proxying getcaps function, so level doesn't advertise impossible
29553           caps
29554
29555 2004-03-24  David Schleef  <ds@schleef.org>
29556
29557         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29558         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
29559         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
29560         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
29561         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
29562         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
29563         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
29564         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
29565         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
29566         messages.  Divide the chunk size by the compression ratio
29567         (needed for MACE audio)
29568
29569 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29570
29571         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29572           Fix buffer overflow read error.
29573
29574 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29575
29576         * ext/alsa/gstalsa.h:
29577           Remove unused entry.
29578         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29579           Add cinepak.
29580         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29581         (gst_videodrop_link), (gst_videodrop_chain):
29582           Fix, sort of. Was horribly broken with new capsnego. Bah...
29583
29584 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
29585
29586         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
29587         (plugin_init):
29588         Add a monkeysaudio typefind function
29589
29590 2004-03-23  Johan Dahlin  <johan@gnome.org>
29591
29592         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
29593         (gst_play_video_fixate): Check so the structure has the field
29594         before trying to fixate them, this makes it possible to have
29595         fakesinks for video and audio output without printing errors on
29596         the output console.
29597
29598 2004-03-22  David Schleef  <ds@schleef.org>
29599
29600         * sys/oss/Makefile.am:
29601         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
29602         (check_rate), (add_rate):  Rate probing test app.
29603
29604 2004-03-21  Benjamin Otte  <otte@gnome.org>
29605
29606         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
29607         (_fixate_caps_to_int), (gst_audio_convert_fixate):
29608           add a fixation function that pretty much does the right thing (fixes
29609           #137556)
29610
29611 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
29612
29613         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
29614
29615 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
29616
29617         reviewed by: Benjamin Otte  <otte@gnome.org>
29618
29619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29620           terminate gst_event_new_discontinuous correctly (fixes parts of
29621           #137711)
29622
29623 2004-03-19  David Schleef  <ds@schleef.org>
29624
29625         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
29626         since it doesn't depend on X, and it's part of our ABI.
29627
29628 2004-03-19  Iain <iain@prettypeople.org>
29629
29630         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
29631         is_int in the structure, not the local variable.
29632
29633 2004-03-19  David Schleef  <ds@schleef.org>
29634
29635         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
29636         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
29637         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
29638         Improvements in caps negotiation.
29639
29640 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29641
29642         * po/LINGUAS:
29643         * po/af.po:
29644           adding Afrikaans (Petri Jooste)
29645
29646 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29647
29648         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29649         (gst_ffmpegcolorspace_chain):
29650         throw error instead of g_critical (#137588)
29651
29652 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29653
29654         * Makefile.am:
29655         * configure.ac:
29656           dist common and m4 correctly
29657         * po/sv.po:
29658
29659 2004-03-17  David Schleef  <ds@schleef.org>
29660
29661         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
29662         (bug #137348)
29663
29664 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29665
29666         * po/LINGUAS:
29667         * po/sv.po:
29668           adding Swedish translation (Christian Rose)
29669
29670 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29671
29672         * Makefile.am: use release.mak
29673
29674 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29675
29676         * common/ChangeLog:
29677         * common/gst-autogen.sh:
29678           add some explanation about the version detection
29679         * configure.ac:
29680           fix X check
29681
29682 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29683
29684         * configure.ac: bump nano to 1
29685
29686 === release 0.8.0 ===
29687
29688 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29689
29690         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
29691
29692 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29693
29694         * configure.ac:
29695           update libtool version
29696         * gst-libs/gst/media-info/Makefile.am:
29697           actually use libtool version
29698
29699 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29700
29701         * configure.ac: fix speex detection to work with 1.0 but not 1.1
29702
29703 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29704
29705         * configure.ac:
29706         * gst-plugins.spec.in:
29707         * pkgconfig/Makefile.am:
29708         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
29709         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29710         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29711         * pkgconfig/gstreamer-libs.pc.in:
29712         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29713         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29714         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
29715         * pkgconfig/gstreamer-plugins.pc.in:
29716           remove @VERSION@ from some of the pc files since core and plugins
29717           are decoupled.
29718           created gstreamer-plugins.pc as it's a better name, but keeping
29719           -libs around for now to get fixes upstream done first.
29720
29721 2004-03-15  Julien MOUTTE <julien@moutte.net>
29722
29723         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
29724         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
29725         * gst-libs/gst/play/play.h:
29726
29727 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29728
29729         * *.c, *.cc: don't mix tabs and spaces
29730
29731 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29732
29733         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
29734           use the new ffmpegcolorspace
29735         * gst-plugins.spec.in:
29736           package new colorspace and media-info
29737         * configure.ac:
29738         * pkgconfig/Makefile.am:
29739           fix some more disting issues
29740         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29741         * pkgconfig/gstreamer-media-info.pc.in:
29742           generate media-info pc files
29743
29744 2004-03-15  Johan Dahlin  <johan@gnome.org>
29745
29746         * *.h: Revert indenting
29747
29748 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29749
29750         * configure.ac:
29751           adding ffmpegcolorspace element
29752         * gst/ffmpegcolorspace/Makefile.am:
29753         * gst/ffmpegcolorspace/avcodec.h:
29754         * gst/ffmpegcolorspace/common.h:
29755         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29756         * gst/ffmpegcolorspace/dsputil.h:
29757         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29758         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29759         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
29760         (gst_ffmpeg_caps_to_pix_fmt):
29761         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29762         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29763         (gst_ffmpegcolorspace_caps_remove_format_info),
29764         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
29765         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
29766         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
29767         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
29768         (gst_ffmpegcolorspace_set_property),
29769         (gst_ffmpegcolorspace_get_property),
29770         (gst_ffmpegcolorspace_register):
29771         * gst/ffmpegcolorspace/imgconvert.c:
29772         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29773         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29774         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29775         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29776         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29777         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
29778         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
29779         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
29780         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
29781         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
29782         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
29783         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
29784         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
29785         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
29786         (img_get_alpha_info), (deinterlace_line),
29787         (deinterlace_line_inplace), (deinterlace_bottom_field),
29788         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29789         * gst/ffmpegcolorspace/imgconvert_template.h:
29790         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29791         * gst/ffmpegcolorspace/mmx.h:
29792         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
29793           adding ffmpegcolorspace element supplied by Ronald after cleaning
29794           up and pulling in the right bits of upstream source.
29795           I'm sure a better C/compiler wizard could do some cleaning up (for
29796           example use GLIB's malloc stuff), but as a first pass this
29797           works very well
29798
29799 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29800
29801         * ext/alsa/gstalsa.h:
29802           I assume Ronald forgot to commit the change to have cardname
29803           as a struct member.  Expect some public spanking at the next
29804           opportunity.
29805
29806 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29807
29808         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
29809         (gst_alsa_open_audio), (gst_alsa_close_audio):
29810         * ext/alsa/gstalsa.c:
29811           Don't open the device if we're a mixer (= padless).
29812         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
29813         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
29814         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
29815           Open mixer during state change rather than during object
29816           initialization. Also, get a device name. Currently in a somewhat
29817           hackish fashion, but I didn't really find something better.
29818
29819 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29820
29821         * *.c, *.h: run gst-indent
29822
29823 2004-03-14  Benjamin Otte  <otte@gnome.org>
29824
29825         * gst/modplug/gstmodplug.cc:
29826         * gst/modplug/gstmodplug.h:
29827           set correct timestamps on outgoing buffers
29828
29829 2004-03-14  Benjamin Otte  <otte@gnome.org>
29830
29831         * gst/modplug/gstmodplug.cc:
29832           handle events - don't do crap when a discont arrives that's not
29833           necessary
29834           This allows correct loading and playback of mods in Rhythmbox
29835
29836 2004-03-14  Benjamin Otte  <otte@gnome.org>
29837
29838         * configure.ac:
29839         * gst-libs/gst/gconf/Makefile.am:
29840         * pkgconfig/Makefile.am:
29841           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
29842           they get rebuilt properly
29843         * configure.ac:
29844           when checking for vorbis, try pkgconfig first.
29845         * gst/modplug/gstmodplug.cc:
29846           add fixate function
29847
29848 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29849
29850         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29851           Fix for obvious mistake, where we first shift the offset and then
29852           read a samplesize element assuming the old offset. Note that this
29853           part still has something weird, i.e. my movies containing those
29854           don't actually play well, but at least there's something that looks
29855           like sound now.
29856
29857 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
29858         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
29859         (plugin_init):
29860         Add a typefind function for speex format
29861
29862 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29863
29864         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
29865         (gst_asf_demux_setup_pad):
29866           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
29867           instead of 0. Reason is simple: some elements have a fps range
29868           of 1-max instead of 0-max. So now ASF video actually works.
29869
29870 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29871
29872         * po/LINGUAS:
29873         * po/sr.po:
29874           adding serbian as a language
29875
29876 2004-03-13  Benjamin Otte  <otte@gnome.org>
29877
29878         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29879           return taglist correctly from _get function, don't gst_pad_push it.
29880           (fixes #137042)
29881
29882 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29883         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29884
29885 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29886
29887         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
29888         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
29889         (gst_alsa_mixer_track_new):
29890         * ext/alsa/gstalsamixertrack.h:
29891           Fix ancient leftovers... MixerTrack is a GObject.
29892
29893 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29894
29895         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29896         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29897           Don't block during probing...
29898
29899 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29900
29901         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
29902         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
29903         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
29904         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
29905         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
29906         (gst_alsa_open_audio), (gst_alsa_close_audio):
29907         * ext/alsa/gstalsa.h:
29908           Add propertyprobe interface implementation, add some device-name
29909           property, all this so that it looks good in gnome-volume-control.
29910
29911 2004-03-12  David Schleef  <ds@schleef.org>
29912
29913         * configure.ac: the Hermes library controls hermescolorspace, not
29914         colorspace.
29915         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
29916         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
29917         not /* */
29918         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
29919         * ext/sdl/sdlvideosink.h: ditto.
29920         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
29921
29922 2004-03-12  Benjamin Otte  <otte@gnome.org>
29923
29924         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
29925         (gst_x_overlay_got_xwindow_id):
29926         * gst-libs/gst/xoverlay/xoverlay.h:
29927           replace XID with unsigned long to get rid of the xlibs dependency in
29928           XOverlay (fixes #137004)
29929
29930 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29931         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
29932         (gst_agingtv_setup):
29933         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
29934         (gst_dicetv_base_init), (gst_dicetv_class_init),
29935         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
29936         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
29937         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
29938         (gst_edgetv_setup), (gst_edgetv_rgb32):
29939         * gst/effectv/gsteffectv.c:
29940         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
29941         (gst_quarktv_set_property):
29942         * gst/effectv/gstrev.c: (gst_revtv_get_type),
29943         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
29944         (gst_revtv_setup), (gst_revtv_rgb32):
29945         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
29946         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
29947         (gst_shagadelictv_init), (gst_shagadelictv_setup),
29948         (gst_shagadelictv_rgb32):
29949         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
29950         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
29951         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
29952         * gst/effectv/gstwarp.c:
29953         Port everything that can be ported to videofilter and fix up the caps.
29954         Can someone with a big-endian machine please check these?
29955
29956 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29957
29958         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
29959         (gst_osssink_chain), (gst_osssink_change_state):
29960           Latest fixes for A/V sync, audio playback and such. This is about
29961           all... MPEG playback issues are mostly related to the async build-
29962           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
29963
29964 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29965
29966         patch from: Stephane Loeuillet
29967
29968         * configure.ac:
29969           use pkg-config for some libraries, falling back to the old .m4 way
29970           (fixes #131270)
29971         * m4/libdv.m4:
29972           removed
29973
29974 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29975
29976         * configure.ac:
29977         * tools/Makefile.am:
29978         * tools/Makefile.in:
29979         * tools/gst-launch-ext-m.m:
29980         * tools/gst-launch-ext.1.in:
29981         * tools/gst-visualise-m.m:
29982         * tools/gst-visualise.1:
29983         * tools/gst-visualise.1.in:
29984           reorganizing generation of script tools
29985
29986 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29987
29988         * ext/divx/gstdivxdec.c:
29989           Downgrade priority. We prefer ffdec_mpeg4.
29990         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
29991         (gst_faad_chain), (gst_faad_change_state):
29992           Fix capsnego. Doesn't work for some sounds because we don't have
29993           a 5:1 to stereo element.
29994         * ext/xvid/gstxvid.c: (plugin_init):
29995           Add priority.
29996         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29997         (gst_osssink_change_state):
29998           Add discont handling.
29999
30000 2004-03-09  Colin Walters  <walters@verbum.org>
30001
30002         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
30003         conversion.
30004
30005 2004-03-09  Benjamin Otte  <otte@gnome.org>
30006
30007         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30008           the signals take 2 arguments
30009
30010 2004-03-09  David Schleef  <ds@schleef.org>
30011
30012         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30013         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30014         * ext/alsa/gstalsa.h:
30015         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30016
30017 2004-03-09  Benjamin Otte  <otte@gnome.org>
30018
30019         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30020         (gst_mikmod_change_state):
30021         * ext/mikmod/gstmikmod.h:
30022           make mikmod's loop function not loop infinitely and call
30023           gst_element_yield anymore
30024         * gst/modplug/gstmodplug.cc:
30025           fix pad negotiation (fixes #136590)
30026
30027 2004-03-09  David Schleef  <ds@schleef.org>
30028
30029         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30030         doesn't conflict with the internal colorspace plugin.
30031         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30032         satisfy the crappy-ass shell shipped by a certain vendor.
30033         * gst/videofilter/make_filter: same (bug #135299)
30034
30035 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30036
30037         * configure.ac: bump nano to 1
30038
30039 === release 0.7.6 ===
30040
30041 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30042
30043         * configure.in: releasing 0.7.6, "There"
30044
30045 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30046
30047         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30048         * pkgconfig/gstreamer-play.pc.in:
30049           synchronize the two
30050
30051 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30052
30053         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30054         (cdparanoia_open), (cdparanoia_event):
30055           fix/add error handling
30056         * po/POTFILES.in:
30057           add cdparanoia source
30058         * tools/Makefile.am:
30059           make scripts executable
30060
30061 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30062
30063         * configure.ac:
30064         * ext/vorbis/Makefile.am:
30065         * sys/Makefile.am:
30066           remove id3types, vorbisfile and xvideosink from the build (#133783)
30067
30068 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30069
30070         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30071           Fix metadata read crash (#136537).
30072
30073 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30074
30075         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30076         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30077           adding mime types, fixing the one-stop function
30078
30079 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30080
30081         * ext/nas/nassink.c and /ext/nas/nassink.h:
30082         More NAS love from Arwed von Merkatz
30083         So lets all sing 'Can you feel the NAS tonight'
30084
30085 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30086
30087         * tools/gst-launch-ext.in:
30088         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30089
30090 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30091
30092         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30093         (gst_mpeg2dec_init):
30094         remove the user_data pad for now, because it is being used in
30095         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30096         If someone knows how to fix this properly, please do.
30097
30098 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30099
30100         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30101         (gst_osssink_get_time):
30102         add a warning, IMO this won't get triggered anymore, remove later
30103
30104 2004-03-07  David Schleef  <ds@schleef.org>
30105
30106         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30107         format (bug #136470)
30108
30109 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30110
30111         * gst-libs/Makefile.am:
30112         * gst-libs/gst/media-info/Makefile.am:
30113         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30114         (error_callback), (gst_media_info_error_create),
30115         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30116         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30117         * gst-libs/gst/media-info/media-info-priv.h:
30118         * gst-libs/gst/media-info/media-info-test.c: (main):
30119         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30120         (gst_media_info_class_init), (gst_media_info_instance_init),
30121         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30122         (gst_media_info_read_idler), (gst_media_info_read):
30123         * gst-libs/gst/media-info/media-info.h:
30124         fixed, should work now
30125
30126 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30127
30128         * ext/nas/nassink.c:
30129         A bunch of NAS fixes from Arwed von Merkatz
30130
30131 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30132
30133         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30134         (qtdemux_parse_trak):
30135           Fix crash (j might be greater than n_samples, in which case we're
30136           writing outside the allocated space for the array) and memleak.
30137
30138 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30139
30140         * sys/oss/gstosssink.c: (gst_osssink_chain):
30141           And another caller that couldn't handle delay < 0 (unsigned
30142           integer overflow). Video now continues playing on an audio
30143           buffer underrun, and the clock continues working. Audio still
30144           stalls.
30145
30146 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30147
30148         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30149         (gst_osssink_get_time):
30150           get_delay() may return values lower than 0. In those cases, we
30151           should not actually cast to *unsigned* int64, that will break
30152           stuff horribly. In my case, it screwed up A/V sync in movies
30153           in totem rather badly.
30154
30155 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30156
30157         * ext/faac/gstfaac.c: (gst_faac_chain):
30158         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30159         * ext/libpng/gstpngenc.c: (user_write_data):
30160         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30161         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30162         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30163         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30164         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30165         of any buffer), should fix some leaks. I hope I didn't unref buffers
30166         that shouldn't be...
30167
30168 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30169
30170         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30171         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30172         (error_callback), (gmi_reset), (gmi_seek_to_track),
30173         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30174         (gmip_find_type_post), (gmip_find_stream_post),
30175         (gmip_find_track_streaminfo_post):
30176         * gst-libs/gst/media-info/media-info-priv.h:
30177         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30178         (info_print), (main):
30179         * gst-libs/gst/media-info/media-info.c:
30180         (gst_media_info_error_create), (gst_media_info_error_element),
30181         (gst_media_info_instance_init), (gst_media_info_get_property),
30182         (gst_media_info_new), (gst_media_info_set_source),
30183         (gst_media_info_read_idler), (gst_media_info_read):
30184         * gst-libs/gst/media-info/media-info.h:
30185           first pass at making this work again.  This seems to work on
30186           tagged ogg/vorbis and mp3 files.
30187
30188 2004-03-06  Benjamin Otte  <otte@gnome.org>
30189
30190         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30191           fix huge leak: gst_buffer_merge doesn't unref the first argument
30192           itself.
30193
30194 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30195
30196         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30197           report layer/mode/emphasis
30198
30199 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30200
30201         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30202
30203 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30204
30205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30206           signal serial
30207
30208 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30209
30210         * ext/vorbis/vorbis.c: (plugin_init):
30211         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30212         (gst_vorbis_dec_init), (vorbis_dec_event):
30213         add debug category
30214         make vorbisdec handle _BYTE and _TIME queries
30215
30216 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30217
30218         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30219           from the xing header
30220
30221 2004-03-06  Benjamin Otte  <otte@gnome.org>
30222
30223         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30224         (gst_audio_convert_link), (gst_audio_convert_change_state),
30225         (gst_audio_convert_buffer_from_default_format):
30226           do conversions from/to float correctly, fix some caps nego errors,
30227           export correct supported caps in template and getcaps, use correct
30228           caps in try_set_caps functions
30229
30230 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30231
30232         For some reason, I only committed a ChangeLog entry yesterday and
30233         not the corresponding code...
30234         * ext/mad/gstmad.c: Fix detection of Xing headers
30235         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30236
30237 2004-03-06  Benjamin Otte  <otte@gnome.org>
30238
30239         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30240         (gst_ogg_demux_src_query):
30241           make sure to handle the case where there's no current chain
30242           gracefully.
30243
30244 2004-03-05  David Schleef  <ds@schleef.org>
30245
30246         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30247         Add fixate function. (bug #131128)
30248         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30249         (gst_sdlvideosink_fixate):  Add fixate function.
30250         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30251         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30252         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30253         Fix missing break that was causing ulaw to be interpreted as
30254         raw int.
30255
30256 2004-03-05  David Schleef  <ds@schleef.org>
30257
30258         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30259         Fix code that ignores return value of gst_buffer_merge().
30260         (bug #114560)
30261         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30262         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30263         * testsuite/gst-lint:  Check for above.
30264
30265 2004-03-05  David Schleef  <ds@schleef.org>
30266
30267         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30268         caps and throw an element error.  (bug #136334)
30269
30270 2004-03-05  David Schleef  <ds@schleef.org>
30271
30272         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30273         (gst_faad_chain): Fix negotiation.
30274         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30275         key and button events.
30276         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30277         dung heap of code.
30278         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30279         depends on gconf
30280         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30281         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30282         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30283         function to encourage better negotiation, particularly between
30284         audioconvert and osssink.
30285         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30286         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30287         more important.
30288         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30289         typefinding.
30290         * gst/vbidec/vbiscreen.c:  Add glib header
30291         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30292
30293 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30294
30295         * ext/mad/gstmad.c: Fix detection of Xing headers
30296         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30297
30298 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30299
30300         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30301         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30302           debug updates
30303
30304 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30305
30306         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30307         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30308         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30309         files, and report the parsed length as a GST_TAG_DURATION tag.
30310         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30311
30312 2004-03-05  Benjamin Otte  <otte@gnome.org>
30313
30314         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30315           convert channels correctly. convert correctly to unsigned.
30316
30317 2004-03-05  Julien MOUTTE <julien@moutte.net>
30318
30319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30320         we have a window before clearing it.
30321
30322 2004-03-05  Julien MOUTTE <julien@moutte.net>
30323
30324         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30325         have a window before clearing it.
30326
30327 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30328
30329         * gconf/gstreamer.schemas.in:
30330         * gst-libs/gst/gconf/Makefile.am:
30331           version installation path the same way as for 0.6
30332         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30333         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30334         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30335           remove comment that was fixed
30336
30337 2004-03-05  David Schleef  <ds@schleef.org>
30338
30339         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30340         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30341         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30342         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30343         Add prototype code for handling seeking and querying.
30344
30345 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30346
30347         * examples/gstplay/player.c: (main):
30348           Initialize variables to NULL. Prevents a segfault because the
30349           (uninitialized) variable is not NULL, resulting in a crash on
30350           trying to reach error->message.
30351
30352 2004-03-05  Benjamin Otte  <otte@gnome.org>
30353
30354         * gst/audioconvert/gstaudioconvert.c:
30355         (gst_audio_convert_buffer_to_default_format):
30356         make float=>int conversion work correctly even in cornercases.
30357
30358 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30359
30360         * debian/README.Debian:
30361         * debian/build-deps:
30362         * debian/changelog:
30363         * debian/control:
30364         * debian/control.in:
30365         * debian/copyright:
30366         * debian/gstreamer-a52dec.files:
30367         * debian/gstreamer-aa.files:
30368         * debian/gstreamer-alsa.files:
30369         * debian/gstreamer-alsa.manpages:
30370         * debian/gstreamer-arts.files:
30371         * debian/gstreamer-artsd.files:
30372         * debian/gstreamer-audiofile.files:
30373         * debian/gstreamer-avifile.files:
30374         * debian/gstreamer-cdparanoia.files:
30375         * debian/gstreamer-colorspace.files:
30376         * debian/gstreamer-doc.files:
30377         * debian/gstreamer-dv.files:
30378         * debian/gstreamer-dvd.files:
30379         * debian/gstreamer-esd.files:
30380         * debian/gstreamer-festival.files:
30381         * debian/gstreamer-flac.files:
30382         * debian/gstreamer-gconf.conffiles:
30383         * debian/gstreamer-gconf.files:
30384         * debian/gstreamer-gconf.postinst:
30385         * debian/gstreamer-gnomevfs.files:
30386         * debian/gstreamer-gsm.files:
30387         * debian/gstreamer-http.files:
30388         * debian/gstreamer-jack.files:
30389         * debian/gstreamer-jpeg.files:
30390         * debian/gstreamer-mad.files:
30391         * debian/gstreamer-mikmod.files:
30392         * debian/gstreamer-misc.files:
30393         * debian/gstreamer-mpeg2dec.files:
30394         * debian/gstreamer-oss.files:
30395         * debian/gstreamer-plugin-apps.files:
30396         * debian/gstreamer-plugin-apps.manpages:
30397         * debian/gstreamer-plugin-libs-dev.files:
30398         * debian/gstreamer-plugin-libs.files:
30399         * debian/gstreamer-plugin-template.postinst:
30400         * debian/gstreamer-plugin-template.postrm:
30401         * debian/gstreamer-sdl.files:
30402         * debian/gstreamer-sid.files:
30403         * debian/gstreamer-vorbis.files:
30404         * debian/gstreamer-x.files:
30405         * debian/mk.control:
30406         * debian/rules:
30407         Debian package info not maintained here.
30408
30409 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30410
30411         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30412         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30413         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30414         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30415         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30416         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30417         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30418         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30419         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30420         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30421         * gst-libs/gst/colorbalance/colorbalance.c:
30422         (gst_color_balance_class_init):
30423         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30424         (gst_color_balance_channel_class_init):
30425         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30426         * gst-libs/gst/play/play.c: (gst_play_class_init):
30427         * gst-libs/gst/propertyprobe/propertyprobe.c:
30428         (gst_property_probe_iface_init):
30429         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30430         * gst-libs/gst/tuner/tunerchannel.c:
30431         (gst_tuner_channel_class_init):
30432         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30433         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30434         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30435         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30436         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30437         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30438         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30439         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30440         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30441           fix signals to use - instead of _
30442         * ext/libcaca/gstcacasink.h:
30443         * ext/sdl/sdlvideosink.h:
30444           fix header rename
30445
30446 2004-03-04  David Schleef  <ds@schleef.org>
30447
30448         * testsuite/gst-lint:  Add a check for bad signal names.
30449
30450 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30451
30452         reviewed by David Schleef
30453
30454         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30455         modified the alpha channel and caused a warning. (bug #136192)
30456
30457 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30458
30459         * gst-plugins.spec.in:
30460         Change names of plugins to actually be correct. Try to keep things
30461         alphabetical to avoid getting beat up by Thomas
30462
30463 2004-03-03  Julien MOUTTE <julien@moutte.net>
30464
30465         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30466         Using ximagesink as a default if no gconf key found. We should
30467         probably consider using alsasink instead of osssink for the audio
30468         part.
30469
30470 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30471
30472         * configure.ac:
30473           fix --with-plugins, don't think it ever worked before
30474         * gst-plugins.spec.in:
30475           even more updates
30476
30477 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30478
30479         * ext/sdl/sdlvideosink.h:
30480         * sys/ximage/ximagesink.h:
30481         * sys/xvideo/xvideosink.h:
30482         * sys/xvimage/xvimagesink.h:
30483           Fix for move of gstvideosink.h -> videosink.h.
30484
30485 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30486
30487         * gst-libs/gst/xwindowlistener/Makefile.am:
30488           this is a plugin library, not a library
30489
30490 2004-03-01  David Schleef  <ds@schleef.org>
30491
30492         * AUTHORS:  Added some names.  Add yourself if you're still
30493         missing.
30494
30495 2004-03-01  David Schleef  <ds@schleef.org>
30496
30497         * MAINTAINERS: Add
30498
30499 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30500
30501         * gst-plugins.spec.in: clean up spec file
30502
30503 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30504
30505         * gst-libs/gst/video/Makefile.am:
30506         * gst-libs/gst/video/gstvideosink.c:
30507         * gst-libs/gst/video/gstvideosink.h:
30508           rename gstvideosink.h to videosink.h to match other headers
30509         * gst/mixmatrix/Makefile.am:
30510           fix plugin filename
30511         * gst/tags/Makefile.am: fix plugin filename
30512
30513 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30514
30515         * gst/tags/Makefile.am: fix plugin filename
30516
30517 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30518
30519         * examples/gstplay/player.c: (got_time_tick), (main):
30520           add error handler
30521           display time_tick more readably
30522         * gst/mixmatrix/Makefile.am:
30523           fix plugin file name
30524
30525 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30526
30527         * sys/oss/gstosselement.c: (gst_osselement_probe),
30528         (device_combination_append), (gst_osselement_class_probe_devices):
30529         * sys/oss/gstosselement.h:
30530           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30531           on my system using alsa oss emulation, fixes bug #135597
30532
30533 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30534
30535         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30536         (gst_videodrop_chain), (gst_videodrop_change_state):
30537         * gst/videodrop/gstvideodrop.h:
30538           Work based on timestamp of input data, not based on the expected
30539           framerate from the input. The consequence is that this element now
30540           not only scales framerates, but also functions as a framerate
30541           corrector or framerate stabilizer/constantizer.
30542
30543 2004-02-27  David Schleef  <ds@schleef.org>
30544
30545         patches from jmmv@menta.net (Julio M. Merino Vidal)
30546
30547         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
30548         GST_ELEMENT_ERROR call (bug #135634)
30549         * gst/interleave/interleave.c: (interleave_buffered_loop),
30550         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
30551         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
30552         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30553         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
30554         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
30555         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30556         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
30557         Fix GST_ELEMENT_ERROR call.
30558         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
30559         GST_ELEMENT_ERROR call.
30560
30561 2004-02-27  Benjamin Otte  <otte@gnome.org>
30562
30563         * gst-libs/gst/audio/audio.h:
30564           add macro to make sure header isn't included twice
30565         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30566           don't use gst_buffer_free
30567         * gst/playondemand/filter.func:
30568           don't use gst_data_free. Free data only once.
30569
30570 2004-02-26  David Schleef  <ds@schleef.org>
30571
30572         * gst-libs/gst/colorbalance/Makefile.am:
30573         * gst-libs/gst/mixer/Makefile.am:
30574         * gst-libs/gst/tuner/Makefile.am:
30575         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
30576         should not be disted, -marshal.h files should not be installed,
30577         and -enum.h files _should_ be installed.  Fix to make this the
30578         case.
30579
30580 === release 0.7.5 ===
30581
30582 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30583
30584         * configure.ac: release 0.7.5, "Under The Sea"
30585
30586 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30587
30588         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30589         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
30590         * gst/videoscale/gstvideoscale.c:
30591         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30592           assorted debug/warning fixes
30593
30594 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30595
30596         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30597         (gst_videoscale_init), (gst_videoscale_chain),
30598         (gst_videoscale_set_property), (plugin_init):
30599         * gst/videoscale/gstvideoscale.h:
30600         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30601         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
30602         (gst_videoscale_planar400), (gst_videoscale_packed422),
30603         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
30604         (gst_videoscale_24bit), (gst_videoscale_16bit),
30605         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
30606         (gst_videoscale_scale_plane_slow),
30607         (gst_videoscale_scale_point_sample),
30608         (gst_videoscale_scale_nearest),
30609         (gst_videoscale_scale_nearest_str2),
30610         (gst_videoscale_scale_nearest_str4),
30611         (gst_videoscale_scale_nearest_32bit),
30612         (gst_videoscale_scale_nearest_24bit),
30613         (gst_videoscale_scale_nearest_16bit):
30614         add debugging category and use it properly
30615         fix use of GST_PTR_FORMAT
30616
30617 2004-02-25  Andy Wingo  <wingo@pobox.com>
30618
30619         * gst/interleave/interleave.c (interleave_buffered_loop): Always
30620         push only when channel->buffer is NULL. Prevents segfaults doing
30621         the state change after a nonlocal exit, like a scheme exception.
30622
30623         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
30624         Handle the case where the intersected caps is empty.
30625
30626 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30627
30628         * gst/law/mulaw-decode.c: (mulawdec_link):
30629         * gst/law/mulaw.c: (plugin_init):
30630           fix mulawdec so it actually works again
30631
30632 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
30633
30634         reviewed by: David Schleef  <ds@schleef.org>
30635
30636         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
30637         (gst_gamma_init), (gst_gamma_set_property),
30638         (gst_gamma_get_property), (gst_gamma_calculate_tables),
30639         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
30640         for RGB, with separate r g and b correction factors. (#131167)
30641
30642 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30643
30644         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30645           only signal tags for bitrate if they're > 0 (#134894)
30646
30647 2004-02-24  David Schleef  <ds@schleef.org>
30648
30649         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
30650         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
30651         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
30652         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
30653         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
30654         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
30655         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
30656         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
30657         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
30658         category.  Attempt to fix timestamp calculation.
30659
30660 2004-02-24  Johan Dahlin  <johan@gnome.org>
30661
30662         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
30663
30664 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30665
30666         * configure.ac:
30667         * gconf/Makefile.am:
30668         * gconf/gstreamer.schemas:
30669         * gst-libs/gst/gconf/Makefile.am:
30670         * gst-libs/gst/gconf/gconf.c:
30671           version gconf schemas and install locations
30672
30673 2004-02-23  Benjamin Otte  <otte@gnome.org>
30674
30675         * ext/xine/xineinput.c: (gst_xine_input_dispose):
30676         (gst_xine_input_subclass_init):
30677           call parent dispose.
30678           change pad template for CD reader correctly
30679         * ext/xine/Makefile.am:
30680         * ext/xine/gstxine.h:
30681         * ext/xine/xine.c: (plugin_init):
30682         * ext/xine/xineaudiosink.c:
30683           wrap audio sinks, too
30684         * gst-libs/gst/resample/private.h:
30685         * gst-libs/gst/resample/resample.c: (gst_resample_init),
30686         (gst_resample_reinit), (gst_resample_scale),
30687         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
30688         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
30689         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
30690         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
30691         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
30692         * gst-libs/gst/resample/resample.h:
30693         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
30694         (gst_audioscale_class_init), (gst_audioscale_link),
30695         (gst_audioscale_get_buffer), (gst_audioscale_init),
30696         (gst_audioscale_chain), (gst_audioscale_set_property),
30697         (gst_audioscale_get_property):
30698         * gst/audioscale/gstaudioscale.h:
30699           s/resample_*/gst_resample_*/i to not clobber namespaces
30700
30701 2004-02-23  Julien MOUTTE  <julien@moutte.net>
30702
30703         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
30704         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
30705         (gst_riff_create_video_template_caps),
30706         (gst_riff_create_audio_template_caps),
30707         (gst_riff_create_iavs_template_caps):
30708         * gst-libs/gst/riff/riff-media.h:
30709         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30710         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
30711         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
30712         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30713         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
30714         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
30715         (gst_matroska_demux_plugin_init): First batch implementing audio and
30716         video codec tags in demuxers.
30717
30718 2004-02-22  Benjamin Otte  <otte@gnome.org>
30719
30720         * ext/xine/Makefile.am:
30721         * ext/xine/gstxine.h:
30722         * ext/xine/xine.c: (plugin_init):
30723         * ext/xine/xineinput.c:
30724           add input plugin wrapper. Playback from files, http, mms and cdda
30725           works.
30726         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
30727           remove leftover G_GNUC_UNUSED
30728         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
30729         (gst_asf_demux_identify_guid):
30730           improve debugging output
30731
30732 2004-02-22  Benjamin Otte  <otte@gnome.org>
30733
30734         reported by: Padraig O'Briain <padraig.obriain@sun.com>
30735
30736         * autogen.sh:
30737           replace test -e with test -x for mkinstalldirs to be more portable.
30738           (fixes #134816)
30739
30740 2004-02-22  Benjamin Otte  <otte@gnome.org>
30741
30742         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
30743
30744         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
30745           set rank to PRIMARY
30746         * gst/volume/gstvolume.c: (plugin_init):
30747           set rank to NONE
30748         fixes #134960
30749
30750 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
30751
30752         reviewed by Benjamin Otte  <otte@gnome.org>
30753
30754         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30755           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
30756
30757 2004-02-22  Benjamin Otte  <otte@gnome.org>
30758
30759         * configure.ac:
30760           export [_]*{gst,Gst,GST}.* symbols from plugins
30761
30762 2004-02-22  Christophe Fergeau <teuf@gnome.org>
30763
30764         reviewed by: Benjamin Otte  <otte@gnome.org>
30765
30766         * ext/lame/gstlame.c: (add_one_tag):
30767         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
30769         (gst_vorbisenc_metadata_set1):
30770         * gst/tags/gstid3tag.c:
30771         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
30772           apply fixes from bugs #135042 (lame can't write tags) and #133817
30773           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
30774
30775 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
30776
30777         * configure.ac: Export only gst_plugin_desc from plugins.
30778          Note that this change only makes any effect with Linux using libtool
30779          1.5.2 or higher. Otherwise it is silently ignored, but it would build
30780          fine. And don't try to have several versions of libtool in different
30781          directories.
30782
30783 2004-02-20  Andy Wingo  <wingo@pobox.com>
30784
30785         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
30786         interleave respectively.
30787
30788         * gst/interleave/deinterleave.c: New plugin: deinterleave
30789         (replaces on oneton).
30790         * gst/interleave/interleave.c: New plugin: interleave.
30791         * gst/interleave/plugin.h: Support file.
30792         * gst/interleave/plugin.c: Support file.
30793
30794         * configure.ac: Remove intfloat and oneton, add interleave.
30795
30796         * ext/sndfile/gstsf.c: Handle events better.
30797
30798         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
30799         and float2int operation. int2float has scheduling problems as
30800         noted in in2float_chain.
30801
30802 2004-02-20  Benjamin Otte  <otte@gnome.org>
30803
30804         * ext/xine/Makefile.am:
30805         * ext/xine/gstxine.h:
30806         * ext/xine/xine.c:
30807         * ext/xine/xineaudiodec.c:
30808         * ext/xine/xinecaps.c:
30809           add first version of xine plugin wrapper. Currently only wraps the
30810           QDM2 win32 DLL, and even that only in proof-of-concept quality.
30811         * configure.ac:
30812         * ext/Makefile.am:
30813           add xine plugin wrapper, disabled by default. Use --enable-xine to
30814           build. Note that it'll segfault on gst-register if you don't remove
30815           the goom and tvtime post plugins from xine.
30816         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30817         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
30818           add extradata parsing for QDM2.
30819           change around debugging prints.
30820
30821 2004-02-19  Benjamin Otte  <otte@gnome.org>
30822
30823         * ext/lame/gstlame.c: (gst_lame_chain):
30824         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30825           use gst_tag_list_insert when you want to insert tags
30826
30827 2004-02-18  David Schleef  <ds@schleef.org>
30828
30829         * configure.ac:  Move massink to gst-rotten
30830         * ext/Makefile.am:
30831         * ext/mas/Makefile.am:
30832         * ext/mas/massink.c:
30833         * ext/mas/massink.h:
30834
30835 2004-02-18  David Schleef  <ds@schleef.org>
30836
30837         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
30838         typefinding, since it seems to be worse than nothing.
30839         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
30840         atom to recognize .mp4 and .m4a files as video/quicktime.
30841
30842 2004-02-18  David Schleef  <ds@schleef.org>
30843
30844         * gst/sine/demo-dparams.c: (quit_live),
30845         (dynparm_log_value_changed), (dynparm_value_changed), (main):
30846         Use double dparams, not float.
30847         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30848         (gst_sinesrc_init): Change sync default to FALSE, since multiple
30849         sync'd elements don't really work correctly.
30850         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
30851         (volume_update_volume), (volume_get_property):  Change dparam
30852         to double.
30853
30854 2004-02-18  Julien MOUTTE  <julien@moutte.net>
30855
30856         * sys/ximage/ximagesink.c:
30857         (gst_ximagesink_xwindow_update_geometry),
30858         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30859         (gst_ximagesink_change_state), (gst_ximagesink_expose),
30860         (gst_ximagesink_init): Rework the way software video scaling works. So
30861         now we check on each chain call if the video frames are feeling the
30862         window. If not we try to renegotiate caps. On failure we memorize that
30863         and we won't try again for that PLAYING sessions.
30864         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
30865         failure.
30866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
30867         synchronous flag.
30868
30869 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30870
30871         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30872           break up _link so we can give a better debug message for errors
30873
30874 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30875
30876         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
30877           set up debug category
30878
30879 2004-02-18  Julien MOUTTE <julien@moutte.net>
30880
30881         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30882         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
30883         the way renegotiation work. The event handling function is not taking
30884         care of external windows and renegotiate method check for pad flags
30885         NEGOTIATING. Should fix : #133209
30886
30887 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30888
30889         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
30890         pad is negotiating before trying renegotiation.
30891
30892 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30893
30894         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
30895           pass on all possible mime types as typefind hints
30896
30897 2004-02-17  Julien MOUTTE <julien@moutte.net>
30898
30899         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
30900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
30901         possible SHM leak if we crash. All other apps using XShm are doing
30902         that.
30903
30904 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30905
30906         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30907         (gst_ximagesink_expose): Renegotiate size on expose.
30908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
30909         size on expose.
30910
30911 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30912
30913         * testsuite/alsa/sinesrc.c:
30914           cosmetic fix to fix compile issue with gcc 2.95.4
30915
30916 2004-02-16  Julien MOUTTE <julien@moutte.net>
30917
30918         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
30919         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
30920         failed opening the audio device.
30921         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30922         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
30923         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
30924         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
30925         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30926         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
30927         (gst_ximagesink_change_state), (gst_ximagesink_chain),
30928         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
30929         Removing some useless g_return_if_fail like wingo suggested.
30930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30931         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
30932         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
30933         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
30934         (gst_xvimagesink_update_colorbalance),
30935         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
30936         (gst_xvimagesink_xcontext_clear),
30937         (gst_xvimagesink_get_fourcc_from_caps),
30938         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30939         (gst_xvimagesink_set_xwindow_id),
30940         (gst_xvimagesink_colorbalance_list_channels),
30941         (gst_xvimagesink_colorbalance_set_value),
30942         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
30943         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
30944
30945 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30946
30947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30948           throw error when not negotiated instead of asserting
30949
30950 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30951
30952         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
30953         correct data refcounting.
30954
30955 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30956
30957         * gst/switch/gstswitch.c: (gst_switch_change_state),
30958         (gst_switch_class_init): Cleaning the sinkpads correctly on state
30959         change, mostly the EOS flag.
30960
30961 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30962
30963         * examples/gstplay/player.c: (got_eos), (main): Adding some
30964         output for debugging.
30965         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
30966         timeouts if we go to any state different from PLAYING.
30967         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
30968         more EOS bugs in riff lib.
30969
30970 2004-02-14  Julien MOUTTE  <julien@moutte.net>
30971
30972         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
30973         visualization until i find a way to fix switch correctly.
30974         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
30975         EOS arrives.
30976         * gst/switch/gstswitch.c: (gst_switch_release_pad),
30977         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
30978         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
30979         Reworked switch to get a more correct behaviour with events and refing
30980         of data stored in sinkpads.
30981         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
30982         we don't pull from a pad in EOS.
30983
30984 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30985
30986         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30987           remove v1 tag even if we can't read it (makes sure we don't detect
30988           it again)
30989
30990 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30991
30992         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
30993         (gst_alsa_xrun_recovery):
30994         * ext/alsa/gstalsa.h:
30995           try xrun recovery when wait failed. Make xrun recovery function
30996           return TRUE/FALSE to indicate success. (might fix #134354)
30997
30998 2004-02-13  David Schleef  <ds@schleef.org>
30999
31000         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
31001         (dynparm_value_changed), (main): Convert from float to double.
31002         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
31003
31004 2004-02-13  David Schleef  <ds@schleef.org>
31005
31006         * gst/silence/gstsilence.c: (gst_silence_class_init),
31007         (gst_silence_set_clock), (gst_silence_get),
31008         (gst_silence_set_property), (gst_silence_get_property):
31009         * gst/silence/gstsilence.h: Add sync property.
31010         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31011         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31012         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31013         * gst/sine/gstsinesrc.h: Add sync property.
31014
31015 2004-02-13  David Schleef  <ds@schleef.org>
31016
31017         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31018         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31019
31020 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31021
31022         * configure.ac:
31023         * ext/Makefile.am:
31024         * gst-libs/ext/Makefile.am:
31025           move ffmpeg plugin to gst-ffmpeg module
31026
31027 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31028
31029         * configure.ac: use GST_ARCH to detect architecture
31030
31031 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31032
31033         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31034
31035 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31036
31037         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31038           classify LADSPA plugins based on number of src/sink pads
31039           (#133663, Stefan Kost)
31040         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31041           fix dparams registration
31042           (#133528, Stefan Kost)
31043         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31044           fix use of isprint and use g_ascii_isprint instead
31045           (#133316, Stefan Kost)
31046
31047 2004-02-11  David Schleef  <ds@schleef.org>
31048
31049         Convert a few inner loops to use liboil.  This is currently
31050         optional, and is only enabled if liboil is present (duh!).
31051         * configure.ac: Check for liboil-0.1
31052         * gst/intfloat/Makefile.am:
31053         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31054         (gst_int2float_chain_gint16):
31055         * gst/videofilter/Makefile.am:
31056         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31057         (tablelookup_u8), (gst_videobalance_planar411):
31058         * gst/videotestsrc/Makefile.am:
31059         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31060         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31061         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31062         (paint_hline_RGB565), (paint_hline_xRGB1555):
31063
31064 2004-02-11  David Schleef  <ds@schleef.org>
31065
31066         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31067         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31068         (gst_colorspace_getcaps), (gst_colorspace_link),
31069         (gst_colorspace_base_init), (gst_colorspace_init),
31070         (gst_colorspace_chain), (gst_colorspace_change_state),
31071         (plugin_init): Merge Ronald's patch (bug #117897) and update
31072         for new caps and negotiation.  Seems to work, although it
31073         shows off bugs in lcs.
31074
31075 2004-02-11  David Schleef  <ds@schleef.org>
31076
31077         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31078         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31079
31080 2004-02-11  David Schleef  <ds@schleef.org>
31081
31082         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31083         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31084         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31085         Add server and port properties
31086
31087 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31088
31089         * m4/a52.m4:
31090         * m4/aalib.m4:
31091         * m4/as-ffmpeg.m4:
31092         * m4/as-liblame.m4:
31093         * m4/as-slurp-ffmpeg.m4:
31094         * m4/check-libheader.m4:
31095         * m4/esd.m4:
31096         * m4/freetype2.m4:
31097         * m4/gconf-2.m4:
31098         * m4/glib.m4:
31099         * m4/gst-alsa.m4:
31100         * m4/gst-artsc.m4:
31101         * m4/gst-ivorbis.m4:
31102         * m4/gst-matroska.m4:
31103         * m4/gst-sdl.m4:
31104         * m4/gst-shout2.m4:
31105         * m4/gst-sid.m4:
31106         * m4/gtk.m4:
31107         * m4/libdv.m4:
31108         * m4/libfame.m4:
31109         * m4/libmikmod.m4:
31110         * m4/ogg.m4:
31111         * m4/vorbis.m4:
31112           fix underquotedness of macros (#133800)
31113         * m4/as-avifile.m4:
31114         * m4/xmms.m4:
31115           removed because no longer used
31116
31117 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31118
31119         * configure.ac:
31120           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31121           by autopoint (fixes #132996)
31122
31123 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31124
31125         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31126         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31127         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31128         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31129           fix memleaks
31130
31131 2004-02-11  David Schleef  <ds@schleef.org>
31132
31133         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31134         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31135         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31136         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31137         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31138         (gst_jpegenc_class_init), (gst_jpegenc_init),
31139         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31140         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31141         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31142         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31143
31144 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31145
31146         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31147         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31148         * ext/mikmod/gstmikmod.h:
31149           fix caps negotiation in mikmod
31150         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31151           output debug information
31152
31153 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31154
31155         * gst-libs/gst/colorbalance/Makefile.am:
31156         * gst-libs/gst/navigation/Makefile.am:
31157         * gst-libs/gst/xoverlay/Makefile.am:
31158           remove unused GST_OPT_CFLAGS from Makefiles
31159           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31160
31161 2004-02-07  David Schleef  <ds@schleef.org>
31162
31163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31164         push events to pads that haven't been created (#133508)
31165
31166 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31167
31168         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31169         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31170         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31171         (gst_dvdec_loop), (gst_dvdec_change_state):
31172         Second attempt at committing a working dvdec element.
31173
31174 2004-02-06  David Schleef  <ds@schleef.org>
31175
31176         Build fixes for OS X: (see #129600)
31177         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31178         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31179         (gst_riff_read_strf_iavs):
31180         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31181         (gst_avi_demux_stream_odml):
31182         * gst/playondemand/Makefile.am:
31183         * gst/rtp/rtp-packet.c:
31184
31185 2004-02-05  David Schleef  <ds@schleef.org>
31186
31187         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31188         last change, because it Just Doesn't Compile.
31189
31190 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31191
31192         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31193           skip undecodable id3v2 tag instead of keeping it
31194
31195 2004-02-05  David Schleef  <ds@schleef.org>
31196
31197         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31198         Unref leaked buffer.  (Noticed by Ronald)
31199
31200 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31201
31202         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31203         Sync requires with other checks.  >= vs =.
31204
31205 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31206
31207         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31208         (gst_dvdec_video_link), (gst_dvdec_loop):
31209         * ext/dv/gstdvdec.h:
31210           rework the caps negotiation so that dvdec works again instead
31211           of just segfaulting.
31212
31213 === release 0.7.4 ===
31214
31215 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31216
31217         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31218         * configure.ac: changed for release
31219
31220 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31221
31222         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31223         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31224         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31225         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31226           reworked patch by David Lehn to fix libdir and includedir for
31227           uninstalled libraries
31228           removed play and gconf from gstreamer-libs since they have their
31229           own pkgconfig files
31230
31231 2004-02-04  David Schleef  <ds@schleef.org>
31232
31233         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31234         memleak.
31235
31236 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31237
31238         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31239           use correct GST_TAG_ENCODER tag
31240
31241 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31242
31243         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31244           be sure to stop the clock when going to paused
31245         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31246           reset number of transmitted when going to ready.
31247         fixes #132935
31248
31249 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31250
31251         reviewed by Benjamin Otte
31252
31253         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31254           extract track count (fixes #133410)
31255
31256 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31257
31258         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31259           that should be !=, not == (fixes #132519)
31260
31261 2004-02-04  David Schleef  <ds@schleef.org>
31262
31263         Make sure set_explicit_caps() is called before adding pad.
31264         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31265         * gst/id3/gstid3types.c: (gst_id3types_loop):
31266         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31267         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31268
31269 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31270
31271         * configure.ac:
31272           bump nano to 2, first prerelease
31273           put back AM_PROG_LIBTOOL
31274
31275 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31276
31277         * testsuite/alsa/Makefile.am:
31278           these are user test apps, not automatic testsuite tests
31279
31280 2004-02-04  David Schleef  <ds@schleef.org>
31281
31282         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31283         * gst/mpeg1videoparse/gstmp1videoparse.c:
31284         (mp1videoparse_parse_seq):
31285         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31286         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31287         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31288         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31289         (gst_xvideosink_getcaps):
31290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31291         * testsuite/gst-lint: more tests
31292
31293 2004-02-04  David Schleef  <ds@schleef.org>
31294
31295         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31296         with the code that they would expand to.
31297         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31298         (gst_flacdec_get_src_query_types),
31299         (gst_flacdec_get_src_event_masks):
31300         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31301         (gst_gnomevfssrc_get_query_types),
31302         (gst_gnomevfssrc_get_event_mask):
31303
31304 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31305
31306         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31307         (gst_sinesrc_dispose):
31308           fix memleak by properly disposing sinesrc
31309
31310 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31311
31312         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31313         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31314         an overlay to redraw the image because it has been exposed.
31315         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31316         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31317         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31318         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31319         interface
31320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31321         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31322         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31323         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31324         interface
31325
31326 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31327
31328         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31329           more memleak fixage
31330
31331 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31332
31333         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31334         * gst/typefind/gsttypefindfunctions.c:
31335           fix memleaks shown by gst-typefind
31336
31337 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31338
31339         * common/glib-gen.mak:
31340           add hack rule to touch .Plo files
31341         * gst-libs/gst/colorbalance/Makefile.am:
31342         * gst-libs/gst/mixer/Makefile.am:
31343         * gst-libs/gst/play/Makefile.am:
31344         * gst-libs/gst/tuner/Makefile.am:
31345           remove glib_root variable
31346
31347 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31348
31349         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31350           set explicit caps before adding the element, so the autopluggers can
31351           plug correctly.
31352         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31353         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31354         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31355         (dv_type_find):
31356           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31357           argument.
31358
31359 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31360
31361         * gst-libs/gst/colorbalance/Makefile.am:
31362         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31363         * gst-libs/gst/colorbalance/colorbalance.c:
31364         * gst-libs/gst/colorbalance/colorbalance.h:
31365         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31366         * gst-libs/gst/mixer/Makefile.am:
31367         * gst-libs/gst/mixer/mixer-marshal.list:
31368         * gst-libs/gst/mixer/mixer.c:
31369         * gst-libs/gst/mixer/mixer.h:
31370         * gst-libs/gst/mixer/mixermarshal.list:
31371         * gst-libs/gst/play/Makefile.am:
31372         * gst-libs/gst/play/play.h:
31373         * gst-libs/gst/tuner/Makefile.am:
31374         * gst-libs/gst/tuner/tuner-marshal.list:
31375         * gst-libs/gst/tuner/tuner.c:
31376         * gst-libs/gst/tuner/tuner.h:
31377         * gst-libs/gst/tuner/tunermarshal.list:
31378           use new glib-gen.mak snippet to clean up Makefile.am
31379           fix various bugs in Makefile.am's
31380
31381 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31382
31383         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31384           handle chain parsing correctly in the multichain case
31385         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31386         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31387         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31388         (theora_dec_chain):
31389           handle events and queries correctly
31390
31391 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31392
31393         * .cvsignore:
31394         Ignore generated file _stdint.h.
31395
31396 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31397
31398         * gst-libs/gst/colorbalance/Makefile.am:
31399         * gst-libs/gst/colorbalance/colorbalance.h:
31400         * gst-libs/gst/mixer/Makefile.am:
31401         * gst-libs/gst/mixer/mixer.h:
31402         * gst-libs/gst/play/Makefile.am:
31403         * gst-libs/gst/play/play.h:
31404         * gst-libs/gst/tuner/Makefile.am:
31405         * gst-libs/gst/tuner/tuner.h:
31406         Generate enum type code with glib-mkenums.
31407         * gst-libs/gst/colorbalance/.cvsignore:
31408         * gst-libs/gst/mixer/.cvsignore:
31409         * gst-libs/gst/play/.cvsignore:
31410         * gst-libs/gst/tuner/.cvsignore:
31411         Ignore generated files.
31412
31413 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31414
31415         * gst-libs/gst/audio/.cvsignore:
31416         Ignore generated file.
31417         * gst-libs/gst/audio/Makefile.am:
31418         Do not install example filter.
31419
31420 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31421
31422         * examples/switch/.cvsignore:
31423         Ignore generated file.
31424
31425 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31426
31427         * common/m4/ax_create_stdint_h.m4:
31428         * configure.ac:
31429           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31430           _stdint.h.
31431         * Makefile.am:
31432           remove generated _stdint.h in DISTCLEANFILES
31433         * ext/a52dec/gsta52dec.c:
31434           include _stdint.h for a52dec. (should fix #133064)
31435
31436 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31437
31438         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31439         (gst_tag_to_vorbis_comments):
31440         Add replaygain support to vorbistag
31441
31442 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31443         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31444         (gst_ffmpeg_caps_to_extradata):
31445           Fix SVQ3 caps flag properties
31446           Use glib macro for bytes swap
31447
31448 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31449
31450         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31451         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31452         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31453         * ext/sndfile/gstsf.c: (plugin_init):
31454         * gst/avi/gstavi.c: (plugin_init):
31455         * sys/dxr3/dxr3init.c: (plugin_init):
31456         * sys/oss/gstossaudio.c: (plugin_init):
31457         * sys/v4l/gstv4l.c: (plugin_init):
31458         * sys/v4l2/gstv4l2.c: (plugin_init):
31459           remove textdomain calls
31460         * po/nl.po:
31461           update Dutch translation
31462
31463 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31464
31465         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31466         (gst_play_set_audio_sink): Moving volume in the audio thread for
31467         instantaneous volume change. Maybe i will add another volume in front
31468         of visualization later, not sure yet though.
31469
31470 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31471
31472         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31473         (gst_ximagesink_handle_xevents): Better X events handling, only take
31474         the latest events for configure and motion.
31475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31476
31477 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31478
31479         reviewed by: David Schleef  <ds@schleef.org>
31480
31481         Fix memory leaks:
31482         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31483         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31484
31485 2004-02-02  David Schleef  <ds@schleef.org>
31486
31487         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31488         of lines.
31489         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31490         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31491         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31492         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31493         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31494         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31495         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31496         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31497         (gst_float2_2_int_link):
31498         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31499         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31500         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31501         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31502         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31503         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31504         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31505         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31506         * testsuite/gst-lint: Add tests for bzero and ;;
31507
31508 2004-02-02  David Schleef  <ds@schleef.org>
31509
31510         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31511
31512 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31513
31514         * ext/aalib/gstaasink.c: (gst_aasink_open):
31515         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31516         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31517         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31518         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31519         (gst_afsink_close_file):
31520         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31521         (gst_afsrc_close_file):
31522         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31523         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31524         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31525         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31526         * ext/esd/esdmon.c: (gst_esdmon_get):
31527         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31528         * ext/faac/gstfaac.c: (gst_faac_chain):
31529         * ext/faad/gstfaad.c: (gst_faad_chain):
31530         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31531         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31532         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31533         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31534         (gst_flacdec_loop):
31535         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31536         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31537         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
31538         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
31539         (gst_gnomevfssink_close_file):
31540         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
31541         (gst_gnomevfssrc_open_file):
31542         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
31543         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
31544         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
31545         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31546         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
31547         * ext/mad/gstmad.c: (gst_mad_chain):
31548         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31549         * ext/mpeg2dec/gstmpeg2dec.c:
31550         * ext/mpeg2enc/gstmpeg2enc.cc:
31551         * ext/mplex/gstmplex.cc:
31552         * ext/mplex/gstmplexibitstream.cc:
31553         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
31554         (gst_ogg_demux_push):
31555         * ext/raw1394/gstdv1394src.c:
31556         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
31557         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
31558         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
31559         (gst_sf_loop):
31560         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
31561         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
31562         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
31563         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
31564         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31565         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
31566         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
31567         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
31568         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31569         (gst_riff_read_element_data), (gst_riff_read_seek),
31570         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
31571         * gst/adder/gstadder.c: (gst_adder_loop):
31572         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
31573         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
31574         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
31575         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31576         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
31577         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31578         * gst/goom/gstgoom.c: (gst_goom_chain):
31579         * gst/id3/gstid3types.c: (gst_id3types_loop):
31580         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31581         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
31582         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
31583         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31584         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31585         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
31586         (gst_ebml_read_float), (gst_ebml_read_header):
31587         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
31588         (gst_matroska_demux_parse_blockgroup):
31589         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
31590         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31591         * gst/oneton/gstoneton.c: (gst_oneton_chain):
31592         * gst/silence/gstsilence.c: (gst_silence_get):
31593         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31594         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
31595         * gst/speed/gstspeed.c: (speed_loop):
31596         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
31597         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31598         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
31599         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
31600         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31601         (gst_wavparse_loop):
31602         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
31603         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
31604         (dxr3audiosink_close):
31605         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
31606         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
31607         (dxr3videosink_close), (dxr3videosink_write_data):
31608         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
31609         * sys/oss/gstosssink.c: (gst_osssink_chain):
31610         * sys/oss/gstosssrc.c: (gst_osssrc_get):
31611         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
31612         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
31613         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
31614         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
31615         (gst_v4l_set_window), (gst_v4l_enable_overlay):
31616         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
31617         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
31618         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
31619         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
31620         (gst_v4l_set_audio):
31621         * sys/v4l/v4l_calls.h:
31622         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
31623         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
31624         (gst_v4lmjpegsink_playback_init),
31625         (gst_v4lmjpegsink_playback_start):
31626         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
31627         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
31628         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
31629         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
31630         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
31631         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
31632         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
31633         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
31634         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
31635         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
31636         (gst_v4l2_get_output), (gst_v4l2_set_output),
31637         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
31638         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
31639         (gst_v4l2_set_attribute):
31640         * sys/v4l2/v4l2_calls.h:
31641         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
31642         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
31643         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
31644         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
31645         (gst_v4l2src_capture_stop):
31646         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
31647         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31648         (gst_ximagesink_chain):
31649         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
31650         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
31651         (gst_xvideosink_xwindow_new):
31652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31653         (gst_xvimagesink_chain):
31654
31655 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31656
31657         * gst/volume/gstvolume.c: (gst_volume_set_volume),
31658         (gst_volume_get_volume), (volume_class_init), (volume_init),
31659         (volume_chain_int16), (volume_update_volume):
31660         * gst/volume/gstvolume.h:
31661           make code more readable by removing magic numbers
31662           make mixer interface export 0-100 range
31663           make it internally map to 0.0-1.0 range so users don't distort
31664           output by putting the sliders at full volume
31665
31666 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31667
31668         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
31669         (gst_play_state_change), (gst_play_seek_to_time):
31670         block the tick callback for 0.5 secs after doing a seek
31671
31672 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31673
31674         * gst-libs/gst/play/play.c: (gst_play_new):
31675           check for GError
31676
31677 2004-02-01  Julien MOUTTE  <julien@moutte.net>
31678
31679         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
31680         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
31681         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
31682         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
31683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
31684         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
31685
31686 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31687
31688         * configure.ac:
31689         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31690           check for a function added in vorbis 1.1
31691
31692 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31693
31694         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
31695         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
31696           really start/stop clock only on PLAYING <=> PAUSED
31697         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31698           remove \n from debugging lines
31699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31700           make it work when seeking does not
31701         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31702           reset on DISCONT
31703
31704 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31705
31706         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
31707           start clock on PAUSED=>PLAYING, not later
31708         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31709           extract correct time for different discont formats
31710         (gst_alsa_sink_get_time):
31711           don't segfault when no format is negotiated yet, just return 0
31712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31713         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
31714         (gst_ogg_pad_push):
31715           handle flush and discont events correctly
31716         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
31717           handle discont events correctly
31718
31719 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31720
31721         * gst-libs/gst/play/play.c: (gst_play_error_quark),
31722         (gst_play_error_create), (gst_play_error_plugin),
31723         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
31724         * gst-libs/gst/play/play.h:
31725           add error handling during creation
31726         * examples/gstplay/player.c: (main):
31727           use new gst_play_new
31728
31729
31730 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31731
31732         * ext/theora/theoradec.c: (theora_dec_chain):
31733           make comments work
31734         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
31735         (vorbis_dec_src_event), (vorbis_dec_chain):
31736           add encoder tag, fix tag reading to be more error tolerant, change
31737           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
31738           gst_pad_event_default.
31739         * gst/tags/gstvorbistag.c:
31740         (gst_tag_list_from_vorbiscomment_buffer):
31741           undefine function specific define at end of function
31742
31743 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
31744
31745         * ext/flac/gstflac.c: (plugin_init):
31746         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
31747         * ext/flac/gstflacdec.h:
31748         * ext/flac/gstflacenc.h:
31749           Fix typos
31750
31751 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
31752
31753         * examples/gstplay/player.c: s/gstplay.h/play.h/
31754
31755 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31756
31757         * gst-libs/gst/play/Makefile.am:
31758         * gst-libs/gst/play/gstplay.c:
31759         * gst-libs/gst/play/gstplay.h:
31760         * gst-libs/gst/play/play.c:
31761           more surgery, operation complete
31762
31763 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31764
31765         * gst-libs/gst/play/play.old.c:
31766         * gst-libs/gst/play/play.old.h:
31767           after CVS surgery by moving, remove
31768         * gst-libs/gst/play/playpipelines.c:
31769           remove
31770
31771         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31772           add negotiation error
31773
31774 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31775
31776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31777         (gst_ogg_demux_push):
31778           add some seeking debug info
31779           send a flush when seeking
31780
31781 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31782
31783         * configure.ac:
31784           use AC_C_INLINE
31785         * configure.ac:
31786         * ext/Makefile.am:
31787         * ext/theora/Makefile.am:
31788         * ext/theora/theoradec.c:
31789           add theora video decoder. Does just do simple decoding for now and
31790           has been tested against Theora cvs only. It only works when theora
31791           is compiled with --enable-static.
31792         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31793           always reset packetno on DISCONT
31794
31795 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31796
31797         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31798           Fix audio.
31799
31800 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31801
31802         * gst/mpegaudioparse/gstmpegaudioparse.c:
31803         (mp3_type_frame_length_from_header):
31804           Fix header parsing - stolen from ffmpeg (thank you! :) ).
31805
31806 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31807
31808         * ext/esd/esdsink.c: (gst_esdsink_init):
31809           Since we have static pad template caps, we don't need to negotiate;
31810           either the core errors out or we know the format.
31811
31812 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31813
31814         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31815         (gst_riff_read_seek):
31816         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31817         (gst_ebml_read_seek):
31818           Fix event handling.
31819
31820 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31821
31822         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31823           removee video/x-theora from vp3 decoder, it doesn't handle raw
31824           theora streams
31825         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
31826           fix bug with finalizing element that never went to PAUSED
31827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31828           length and position queries were swapped
31829         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
31830         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
31831         (vorbis_dec_src_event):
31832           implement querying time and bytes
31833
31834 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31835
31836         * just about every source file:
31837           gst_element_error -> GST_ELEMENT_ERROR
31838
31839 2004-01-29  Julien MOUTTE  <julien@moutte.net>
31840
31841         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
31842         emiting FLUSH and even before DISCONT.
31843         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
31844         get the best instant seeking as possible yay!
31845
31846 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31847
31848         * gst/mpeg1videoparse/gstmp1videoparse.c:
31849         (gst_mp1videoparse_real_chain):
31850           Committed wrong version last week... Grr... Didn't notice until now.
31851
31852 2004-01-29  Julien MOUTTE <julien@moutte.net>
31853
31854         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
31855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
31856         have_xwindow_id signal in xwindow_create.
31857
31858 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31859
31860         * ext/ogg/gstoggdemux.c:
31861           lots of changes - mainly support for chained bitstreams, seeking,
31862           querying and bugfixes of course
31863         * ext/vorbis/Makefile.am:
31864         * ext/vorbis/vorbisdec.c:
31865         * ext/vorbis/vorbisdec.h:
31866           add vorbisdec raw vorbis decoder
31867         * ext/vorbis/vorbis.c: (plugin_init):
31868           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
31869         * gst/intfloat/Makefile.am:
31870         * gst/intfloat/float22int.c:
31871         * gst/intfloat/float22int.h:
31872         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
31873           add float2intnew plugin. It converts multichannel interleaved float to
31874           multichannel interleaved int. The name should probably be changed.
31875         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
31876         (plugin_init):
31877           add typefinding for raw theora video so oggdemux can detect it.
31878
31879 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31880
31881         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
31882         sink element first.
31883         * gst/videoscale/gstvideoscale.c:
31884         (gst_videoscale_handle_src_event): Fixing src event handler.
31885
31886 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31887
31888         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
31889         (gst_v4lsrc_open), (gst_v4lsrc_close),
31890         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
31891         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
31892         * sys/v4l/gstv4lsrc.h:
31893         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
31894         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
31895           Implement resizing... Hack. But that's why v4l is b0rked...
31896
31897 2004-01-28  Julien MOUTTE <julien@moutte.net>
31898
31899         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31900         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
31901         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
31902         (gst_ximagesink_xwindow_destroy):
31903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31904         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31905         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31906         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
31907         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
31908         correctly cleaning the image created to check xshm calls on succes,
31909         added a lot of XSync calls in X11 functions, and fixed a segfault when
31910         no image format was defined before negotiation happened.
31911
31912 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31913
31914         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
31915           use gst_element_get_time to get correct time
31916
31917 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31918
31919         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
31920         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
31921         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
31922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
31923         (gst_xvimagesink_check_xshm_calls),
31924         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
31925         X plugins are now able to detect that XShm calls will fail even if the
31926         server claims that it has XShm support (remote displays most of the
31927         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
31928         so that we use non XShm functions. This feature is almost useless for
31929         xvimagesink as Xv is not supported on remote displays anyway, but
31930         it might happen than even on the local display XShm calls fail.
31931
31932 2004-01-27  David Schleef  <ds@schleef.org>
31933
31934         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
31935         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
31936         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
31937         changed esdsink to only use 44100,16,2, since esd sucks at rate
31938         conversion and esdsink has had difficulty negotiating.
31939
31940 2004-01-27  Julien MOUTTE <julien@moutte.net>
31941
31942         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
31943         (gst_play_seek_to_time): Fixing the way to get current position.
31944
31945 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31946
31947         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
31948           use gst_element_get_time to get correct time
31949
31950 2004-01-27  Julien MOUTTE <julien@moutte.net>
31951
31952         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
31953         fix ever... Inverting 2 lines of code make spider autoplug correctly
31954         tagged mp3 !
31955
31956 2004-01-27  David Schleef  <ds@schleef.org>
31957
31958         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31959         Use gst_pad_try_set_caps_nonfixed().
31960
31961 2004-01-27  David Schleef  <ds@schleef.org>
31962
31963         * gst/ac3parse/gstac3parse.c: update to checklist 5
31964         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
31965         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
31966         * gst/audioscale/gstaudioscale.c: same
31967         * gst/auparse/gstauparse.c: same
31968         * gst/avi/gstavidemux.c: same
31969
31970 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31971
31972         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
31973           stop processing after EOS
31974
31975 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31976
31977         * gst/asfdemux/asfheaders.h:
31978         * gst/asfdemux/gstasfdemux.c:
31979         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
31980         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
31981         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
31982           lot's of fixes to make data extraction simpler and get the code
31983           architecture and compiler independant. Add debugging category
31984         * gst/goom/gstgoom.c: (gst_goom_change_state):
31985           reset channel count on PAUSED=>READY, not READY=>PAUSED
31986
31987 2004-01-26  Colin Walters  <walters@verbum.org>
31988
31989         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
31990         code to pull a bigger buffer in iradio mode.  This as a side effect
31991         makes typefinding work.
31992
31993 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
31994
31995         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
31996         Fix SVQ3 decoding on PPC
31997
31998 2004-01-26  Julien MOUTTE <julien@moutte.net>
31999
32000         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
32001         that one managed to stay there... Fixed.
32002
32003 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32004
32005         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32006         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
32007         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
32008         (qtdemux_video_caps):
32009         * gst/qtdemux/qtdemux.h:
32010         Add SVQ3 specific flags to qtdemux and ffmpeg
32011
32012 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32013
32014         * gst-libs/gst/audio/audio.h:
32015           remove buffer-frames from audio caps
32016         * gst/audioconvert/gstaudioconvert.c:
32017           fix plugin to really work.
32018
32019 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32020
32021         * gst-libs/gst/mixer/mixer.c:
32022         * gst-libs/gst/propertyprobe/propertyprobe.c:
32023         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32024         (gst_tuner_find_channel_by_name):
32025         * gst-libs/gst/tuner/tuner.h:
32026           Add gtk-doc style comments. Also fix a function name.
32027
32028 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32029
32030         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32031         (gst_divxdec_negotiate):
32032           Fix for new capsnego - also fixes gst-player with divxdec.
32033
32034 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32035
32036         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32037         (gst_play_identity_handoff), (gst_play_set_location),
32038         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32039         try in visualization implementation. Still have an issue with switch
32040         blocking when pulling from video_queue and only audio comes out of
32041         spider.
32042         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32043         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32044         release method. And check if the pad is usable before pulling.
32045
32046 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32047
32048         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32049         (gst_videobalance_init),
32050         (gst_videobalance_colorbalance_list_channels),
32051         (gst_videobalance_colorbalance_set_value),
32052         (gst_videobalance_colorbalance_get_value),
32053         (gst_videobalance_update_properties),
32054         (gst_videobalance_update_tables_planar411),
32055         (gst_videobalance_planar411):
32056         * gst/videofilter/gstvideobalance.h:
32057           Implement lookup-tables. +/- 10x faster.
32058
32059 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32060
32061         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32062         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32063           The index reading was broken. The rest worked fine, but the whole
32064           goal of my rewrite was to make avidemux readable, and this was
32065           not at all readable. Please use typed variables.
32066
32067 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32068
32069         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32070           Additional pad usability check.
32071         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32072         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32073         (gst_mp1videoparse_real_chain):
32074           Fix MPEG video stream parsing. The original plugin had several
32075           issues, including not timestamping streams where the source was
32076           not timestamped (this happens with PTS values in mpeg system
32077           streams, but MPEG video is also a valid stream on its own so
32078           that needs timestamps too). We use the display time code for that
32079           for now. Also, if one incoming buffer contains multiple valid
32080           frames, we push them all on correctly now, including proper EOS
32081           handling. Lastly, several potential segfaults were fixed, and we
32082           properly sync on new sequence/gop headers to include them in next,
32083           not previous frames (since they're header for the next frame, not
32084           the previous). Also see #119206.
32085         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32086         (bpf_from_header):
32087           Move caps setting so we only do it after finding several valid
32088           MPEG-1 fraes sequentially, not right after the first one (which
32089           might be coincidental).
32090         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32091         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32092         (plugin_init):
32093           Add unsynced MPEG video stream typefinding, and change some
32094           probability values so we detect streams rightly. The idea is as
32095           follows: I can have an unsynced system stream which contains
32096           video. In the current code, I would randomly get a type for either
32097           system or video stream type found, because the probabilities are
32098           being calculated rather randomly. I now use fixed values, so we
32099           always prefer system stream if that was found (and that is how it
32100           should be). If no system stream was found, we can still identity                the stream as video-only.
32101
32102 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32103
32104         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32105         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32106           don't write to buffer. Extract data without the need of
32107           __attribute__ ((packed))
32108
32109 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32110
32111         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32112         (mpeg1_sys_type_find):
32113           Fix MPEG-1 stream typefinding.
32114
32115 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32116
32117         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32118           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32119
32120 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32121
32122         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32123         * ext/esd/gstesd.c: (plugin_init):
32124           private debugging, better error reporting
32125
32126 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32127
32128         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32129         (gst_riff_read_init), (gst_riff_read_change_state):
32130         * gst-libs/gst/riff/riff-read.h:
32131           Remove stuff fromold metadata system.
32132
32133 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32134
32135         * ext/ogg/gstoggdemux.c:
32136           Fix wrong file comment.
32137         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32138         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32139           Add metadata reading properly.
32140
32141 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32142
32143         * ext/Makefile.am:
32144           Fix nas DIST_SUBDIRS
32145           Uraeus:
32146           Fix bug where make distcheck doesn't get run on adding stuff to
32147           the build.
32148
32149 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32150
32151         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32152         * ext/divx/gstdivxdec.h:
32153           Fix divx3 ("msmpeg4") playback using divxdec.
32154
32155 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32156
32157         * gst/typefind/gsttypefindfunctions.c:
32158         (mp3_type_frame_length_from_header): fix bug in length computation
32159         (mp3_type_find): improve debugging output
32160
32161 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32162
32163         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32164         (gst_play_set_location), (gst_play_seek_to_time),
32165         (gst_play_set_audio_sink), (gst_play_set_visualization),
32166         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32167         the pipeline from scratch. Visualization is back and switch went out as
32168         i realized it was not possible to use the way i wanted.
32169         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32170         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32171         clearing in state change from READY to NULL. So that one can clean the
32172         X ressources keeping the element.
32173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32174         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32175         (gst_xvimagesink_colorbalance_set_value),
32176         (gst_xvimagesink_colorbalance_get_value),
32177         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32178         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32179         change from READY to NULL and fixed some stupid bugs in colorbalance
32180         get/set values. Also added the following feature : when nobody tries to
32181         set some values to the colorbalance levels before the xcontext is
32182         grabbed, then when creating channels list from Xv attributes we set the
32183         internal values to the Xv defaults. This way we handle buggy Xv drivers
32184         that set default hue values far from the middle of the range (Thanks
32185         to Jon Trowbridge for pointing that issue).
32186         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32187         colorbalance levels have been set before xcontext is grabbed.
32188
32189 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32190
32191         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32192           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32193           it might block operations (which is bad for a mixer).
32194
32195 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32196
32197         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32198         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32199         (gmip_find_type_pre):
32200         * gst-libs/gst/media-info/media-info-priv.h:
32201         * gst-libs/gst/media-info/media-info.c:
32202         (gst_media_info_instance_init), (gst_media_info_read_idler):
32203         add fakesink to get caps on decoder src pad again
32204         fix callback prototype to match new have_type signal signature
32205
32206 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32207
32208         * gst/adder/gstadder.c: (gst_adder_link):
32209           fix non-compile and cut-n-paste code
32210
32211 2004-01-21  David Schleef  <ds@schleef.org>
32212
32213         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32214         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32215         (gst_swfdec_init), (gst_swfdec_change_state):
32216         * ext/swfdec/gstswfdec.h:
32217         Fix negotiation.
32218         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32219         (gst_adder_request_new_pad): Fix negotiation.
32220         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32221         Add a fixate function.
32222         * gst/intfloat/gstfloat2int.c:
32223         * gst/intfloat/gstfloat2int.h:
32224         * gst/intfloat/gstint2float.c:
32225         * gst/intfloat/gstint2float.h:
32226         Completely rewrite the negotiation.  Doesn't quite work yet,
32227         due to some buffer-frames problem.
32228
32229 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32230
32231         * ext/gnomevfs/gstgnomevfssrc.c:
32232         * sys/v4l2/v4l2_calls.h:
32233           fix includes for distcheck
32234
32235 2004-01-21  Christian Schaller <uraeus@gnome.org>
32236
32237         * ext/nas/
32238         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32239         based on earlier patch from Laurent Vivier
32240
32241 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32242
32243         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32244         Fix wma caps property
32245         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32246         Fix typo (flags1 and flags2)
32247
32248 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32249
32250         * gst-libs/gst/media-info/media-info-priv.c:
32251         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32252         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32253         (gmip_find_stream), (gmip_find_track_metadata),
32254         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32255         (gmip_find_track_format):
32256         * gst-libs/gst/media-info/media-info-priv.h:
32257         * gst-libs/gst/media-info/media-info-test.c: (main):
32258         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32259         (gst_media_info_read_idler), (gst_media_info_read):
32260         * gst-libs/gst/media-info/media-info.h:
32261           register debugging category and use it for debugging
32262
32263 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32264
32265         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32266         (gst_vorbisfile_new_link):
32267           signal streaminfo through tags
32268
32269 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32270
32271         * ext/mplex/gstmplex.cc:
32272         * ext/mplex/gstmplexibitstream.cc:
32273           g++ doesn't like NULL in our i18n/error macros, should be
32274           either (NULL) or ("").
32275
32276 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32277
32278         * sys/dxr3/dxr3audiosink.c:
32279         * sys/dxr3/dxr3init.c:
32280         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32281         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32282           Fix more error error error errors (missing includes here).
32283
32284 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32285
32286         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32287           fix thomas' error errors.
32288
32289 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32290
32291         * ext/mpeg2enc/gstmpeg2enc.cc:
32292           fix error errors.
32293
32294 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32295
32296         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32297         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32298           Fix for new error system.
32299
32300 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32301
32302         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32303           fix for new error reporting
32304
32305 2004-01-20  David Schleef  <ds@schleef.org>
32306
32307         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32308         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32309         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32310         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32311         and neither is 100+, most likely.
32312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32313         (gst_xvimagesink_getcaps): same
32314
32315 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32316
32317         * configure.ac:
32318           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32319           clashes with ffmpeg.
32320
32321 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32322
32323         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32324         (gst_switch_init): Fixed switch element : proxying link and setting
32325         caps from src to sink on request.
32326
32327 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32328
32329         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32330         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32331         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32332         fix element_error
32333
32334 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32335
32336         * sys/v4l/v4l_calls.h:
32337         * sys/v4l2/v4l2_calls.h:
32338           element_error fixes
32339
32340 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32341
32342         * gst-libs/gst/gst-i18n-plugin.h:
32343           add locale.h
32344           remove config.h inclusion
32345
32346 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32347
32348         * autogen.sh:
32349           adding autopoint invocation
32350         * Makefile.am:
32351         * configure.ac:
32352         * gst-libs/gst/gettext.h:
32353           adding gettext bits
32354         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32355         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32356         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32357         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32358         (gst_gnomevfssink_close_file):
32359         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32360         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32361         * gst-libs/gst/gst-i18n-plugin.h:
32362         * gst/avi/gstavi.c: (plugin_init):
32363         * sys/dxr3/dxr3init.c: (plugin_init):
32364         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32365         * sys/oss/gstossaudio.c: (plugin_init):
32366         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32367         * sys/v4l/gstv4l.c: (plugin_init):
32368         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32369         * sys/v4l2/gstv4l2.c: (plugin_init):
32370         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32371         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32372         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32373         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32374         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32375         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32376           make sure locale and translation domain are set
32377           fix translated strings
32378         * po/.cvsignore:
32379         * po/LINGUAS:
32380         * po/Makevars:
32381         * po/POTFILES.in:
32382         * po/nl.po:
32383           put translation files into place
32384         * sys/xvideo/imagetest.c: (main):
32385         * ext/dv/demo-play.c: (main):
32386           fix unnecessary translations
32387
32388 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32389
32390         * ext/sndfile/gstsf.c:
32391         * gst/avi/gstavimux.c:
32392         * ext/audiofile/gstafsink.c:
32393         * ext/audiofile/gstafsrc.c:
32394         * ext/gnomevfs/gstgnomevfssink.c:
32395         * ext/gnomevfs/gstgnomevfssrc.c:
32396         * sys/oss/gstosselement.c:
32397         * sys/v4l/v4l_calls.h:
32398           fix i18n include
32399
32400 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32401
32402         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32403         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32404         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32405         (gst_v4l2_get_output), (gst_v4l2_set_output),
32406         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32407         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32408         (gst_v4l2_set_attribute):
32409         update to new error handling
32410
32411 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32412
32413         * ext/sidplay/gstsiddec.cc:
32414         * gst/modplug/gstmodplug.cc:
32415           parenthese NULL because C++ seems angry about it
32416
32417 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32418
32419         * gst-libs/gst/gst-i18n-plugin.h:
32420           add skeleton i18n stuff, but needs to be further implemented
32421
32422 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32423
32424         * examples/gstplay/player.c: (main):
32425         * ext/aalib/gstaasink.c: (gst_aasink_open):
32426         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32427         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32428         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32429         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32430         (gst_afsink_close_file):
32431         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32432         (gst_afsrc_close_file):
32433         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32434         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32435         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32436         * ext/esd/esdmon.c: (gst_esdmon_get):
32437         * ext/esd/esdsink.c: (gst_esdsink_chain):
32438         * ext/faac/gstfaac.c: (gst_faac_chain):
32439         * ext/faad/gstfaad.c: (gst_faad_chain):
32440         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32441         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32442         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32443         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32444         (gst_flacdec_loop):
32445         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32446         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32447         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32448         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32449         (gst_gnomevfssink_close_file):
32450         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32451         (gst_gnomevfssrc_open_file):
32452         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32453         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32454         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32455         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32456         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32457         * ext/mad/gstmad.c: (gst_mad_chain):
32458         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32459         * ext/mpeg2dec/gstmpeg2dec.c:
32460         * ext/mpeg2enc/gstmpeg2enc.cc:
32461         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32462         * ext/mplex/gstmplex.cc:
32463         * ext/mplex/gstmplexibitstream.cc:
32464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32465         (gst_ogg_demux_push), (gst_ogg_pad_push):
32466         * ext/raw1394/gstdv1394src.c:
32467         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32468         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32469         * ext/sidplay/gstsiddec.cc:
32470         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32471         (gst_sf_loop):
32472         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32473         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32474         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32475         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32476         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32477         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32478         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32479         * gst-libs/gst/Makefile.am:
32480         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32481         (gst_riff_read_element_data), (gst_riff_read_seek),
32482         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32483         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32484         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32485         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32486         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32487         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32488         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32489         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32490         * gst/goom/gstgoom.c: (gst_goom_chain):
32491         * gst/id3/gstid3types.c: (gst_id3types_loop):
32492         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32493         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32494         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32495         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32496         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32497         (gst_ebml_read_float), (gst_ebml_read_header):
32498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32499         (gst_matroska_demux_parse_blockgroup):
32500         * gst/modplug/gstmodplug.cc:
32501         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32502         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32503         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32504         * gst/silence/gstsilence.c: (gst_silence_get):
32505         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32506         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32507         * gst/speed/gstspeed.c: (speed_loop):
32508         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32509         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32510         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32511         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32512         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32513         (gst_wavparse_loop):
32514         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32515         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32516         (dxr3audiosink_close):
32517         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32518         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32519         (dxr3videosink_close), (dxr3videosink_write_data):
32520         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32521         * sys/oss/gstosselement.h:
32522         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32523         (gst_osssink_chain):
32524         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32525         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32526         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32527         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32528         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32529         (gst_v4l_enable_overlay):
32530         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32531         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32532         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32533         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32534         (gst_v4l_set_audio):
32535         * sys/v4l/v4l_calls.h:
32536         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32537         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32538         (gst_v4lmjpegsink_playback_init),
32539         (gst_v4lmjpegsink_playback_start):
32540         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32541         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
32542         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
32543         (gst_v4lmjpegsrc_requeue_frame):
32544         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32545         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32546         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32547         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32548         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32549         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32550         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32551         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32552         (gst_v4l2src_capture_stop):
32553         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32554         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32555         (gst_ximagesink_chain):
32556         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32557         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32558         (gst_xvideosink_xwindow_new):
32559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32560         (gst_xvimagesink_chain):
32561         use new error signal, function and categories
32562
32563 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
32564
32565         * configure.ac:
32566         * ext/Makefile.am:
32567         * ext/musicbrainz/gsttrm.c:
32568         * ext/musicbrainz/gsttrm.h:
32569         * ext/musicbrainz/Makefile.am:
32570         Add a trm plugin
32571
32572 2004-01-18  Julien MOUTTE  <julien@moutte.net>
32573
32574         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
32575         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
32576         synchronous property for debugging.
32577         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
32578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32579         (gst_xvimagesink_set_property): Moving a pointer declaration to a
32580         smaller block, fixing indent.
32581
32582 2004-01-16  David Schleef  <ds@schleef.org>
32583
32584         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
32585         property affects the video stream.
32586         * sys/xvimage/xvimagesink.c:
32587         * sys/xvimage/xvimagesink.h:
32588         Add synchronous property for debugging.  Should probably be
32589         disabled in non-CVS builds.  Make sure that the Xv attribute
32590         exists before we set it (crash!).  Fix a silly float bug that
32591         caused colorbalance to just not work.
32592
32593 2004-01-17  Christian Schaller <Uraeus@gnome.org>
32594
32595         * tools/gst-launch-ext.in - update for new plugins
32596
32597 2004-01-16  David Schleef  <ds@schleef.org>
32598
32599         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
32600         already-freed caps.
32601
32602 2994-01-16  Christian Schaller <Uraeus@gnome.org>
32603
32604         * Update spec for new colorspace plugin and libcaca plugin
32605         * Fix compilation of libcaca plugin (clock -> id)
32606
32607 2004-01-16  Julien MOUTTE <julien@moutte.net>
32608
32609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
32610         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
32611         (gst_xvimagesink_set_xwindow_id),
32612         (gst_xvimagesink_colorbalance_set_value),
32613         (gst_xvimagesink_colorbalance_get_value),
32614         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32615         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
32616         correct colorbalance properties. They can now be set when the element
32617         is still in NULL state. The values will be committed to the Xv Port
32618         when xcontext is initialized.
32619         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
32620         brightness int values in the GstXvImagesink structure.
32621
32622 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32623
32624         * gst-libs/gst/Makefile.am:
32625           restructure so having local patches works easier.
32626
32627 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32628
32629         * ext/mpeg2enc/Makefile.am:
32630         * ext/mpeg2enc/gstmpeg2enc.cc:
32631         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32632           Bugfix with respect to EOS handling.
32633
32634 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32635
32636         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
32637           Link with right caps (else, it segfaults).
32638         * ext/mplex/gstmplexjob.cc:
32639           Fix for slight API change in 1.6.1.93 release of mjpegtools.
32640
32641 2004-01-15  David Schleef  <ds@schleef.org>
32642
32643         * gst-libs/gst/audio/Makefile.am:
32644         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
32645         from the template.
32646         * gst-libs/gst/audio/gstaudiofilter.c:
32647         * gst-libs/gst/audio/gstaudiofilter.h:
32648         Add bytes_per_sample and size and n_samples calculation.
32649         * gst-libs/gst/audio/gstaudiofilterexample.c:
32650         Remove, now autogenerated.
32651         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
32652         Moved from gstaudiofilterexample, object name changed, code added
32653         so that it actually works.
32654         * gst-libs/gst/audio/make_filter:
32655         Script to build an audiofilter subclass from the template.
32656         * gst/colorspace/Makefile.am:
32657         * gst/colorspace/yuv2yuv.c:
32658         Remove file, since it's GPL, and we don't use it.
32659
32660 2004-01-15  Julien MOUTTE  <julien@moutte.net>
32661
32662         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
32664         them use the buffer free function to test how the buffer was allocated.
32665
32666 2004-01-15  David Schleef  <ds@schleef.org>
32667
32668         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
32669         that handles osssink fallback.
32670         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
32671         (gst_audio_convert_getcaps):
32672         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
32673         Add audio/x-qdm2 for QDM2 audio.
32674         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32675         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
32676         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
32677         Decrease minimum size to 16x16.
32678         * gst/wavparse/gstwavparse.c:
32679         Convert disabled pad template caps to new caps.
32680         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32682         (gst_xvimagesink_chain): Throw element error when display cannot
32683         be opened.  Increase minimum framerate to 1.0.  Check the data
32684         free function on a buffer to make sure it is the type we expect
32685         before manipulating it.
32686
32687 2004-01-15  Julien MOUTTE <julien@moutte.net>
32688
32689         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32690         (gst_videobalance_colorbalance_set_value): Implement passthru if
32691         settings are in the middle.
32692         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
32693
32694 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32695
32696         * gst/videofilter/Makefile.am:
32697         * gst/volume/Makefile.am:
32698           Since we use videofilter symbols, link to it.
32699
32700 2004-01-15  Julien MOUTTE <julien@moutte.net>
32701
32702         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
32703         mixer interface type to HARDWARE.
32704         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
32705         type to SOFTWARE.
32706         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
32707         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
32708         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
32709         (gst_volume_interface_init), (gst_volume_list_tracks),
32710         (gst_volume_set_volume), (gst_volume_get_volume),
32711         (gst_volume_set_mute), (gst_volume_mixer_init),
32712         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
32713         (volume_init): Implementing mixer interface.
32714         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
32715         * sys/oss/gstosselement.c: (gst_osselement_get_type),
32716         (gst_osselement_change_state): Removing some trailing commas in
32717         structures.
32718         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
32719         interface type to HARDWARE.
32720         * sys/v4l/gstv4lcolorbalance.c:
32721         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
32722         type to HARDWARE.
32723         * sys/v4l2/gstv4l2colorbalance.c:
32724         (gst_v4l2_color_balance_interface_init): Setting colorbalance
32725         interface type to HARDWARE.
32726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
32727         same code than ximagesink for event handling.
32728
32729 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32730
32731         * ext/snapshot/Makefile.am:
32732         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
32733         (gst_snapshot_chain):
32734         * ext/snapshot/gstsnapshot.h:
32735           This has to be a joke... Snapshot should be connected to a tee,
32736           colorspace element before it and EOS after that, where the other
32737           src of the tee receives normal data.
32738           The current way is *wrong*.
32739
32740 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32741
32742         * ext/hermes/gsthermescolorspace.c:
32743           Fix another compile error. Same as below.
32744
32745 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32746
32747         * gst/colorspace/gstcolorspace.c:
32748         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
32749         (gst_colorspace_i420_to_yv12):
32750           Fix compiling... Didn't test if it actually works.
32751
32752 2004-01-15  David Schleef  <ds@schleef.org>
32753
32754         * configure.ac:
32755         * gst/colorspace/Makefile.am:
32756         * gst/colorspace/gstcolorspace.c:
32757         * gst/colorspace/gstcolorspace.h:
32758         * gst/colorspace/yuv2rgb.c:
32759         * gst/colorspace/yuv2rgb.h:
32760         Duplicate the ext/hermes colorspace plugin, and remove Hermes
32761         code and GPL code.  Fix for new caps negotiation.  Rewrite
32762         much of the format handling code, and some of the conversion
32763         code.  Basically, rewrote almost everything.  This element
32764         handles I420, YV12 to RGB conversions.
32765         * ext/hermes/Makefile.am:
32766         * ext/hermes/gsthermescolorspace.c:
32767         Rename colorspace to hermescolorspace.  Fix negotiation issues.
32768         Remove non-Hermes related code.  This element handles lots of
32769         RGB to RGB conversions, but no YUV.
32770         * ext/hermes/gstcolorspace.c:
32771         * ext/hermes/gstcolorspace.h:
32772         * ext/hermes/rgb2yuv.c:
32773         * ext/hermes/yuv2rgb.c:
32774         * ext/hermes/yuv2rgb.h:
32775         * ext/hermes/yuv2rgb_mmx16.s:
32776         * ext/hermes/yuv2yuv.c:
32777         * ext/hermes/yuv2yuv.h:
32778         Remove old code.
32779
32780 2004-01-14  Colin Walters  <walters@verbum.org>
32781
32782         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
32783         they've already been.
32784
32785 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32786
32787         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
32788           assume tag mode when pad is not connected
32789
32790 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32791
32792         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32793           Don't update the time of the clock
32794         (gst_alsa_sink_loop):
32795           sync to the clock given to alsasink, not the own clock
32796         * sys/oss/gstosssink.c: (gst_osssink_chain):
32797           sync to the clock
32798         (gst_osssink_change_state):
32799           activate the clock
32800         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32802           remove bogus code that made DISCONT events unhandled
32803         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
32804           explicitly case to double in _set_simple. (fixes 2nd warning in bug
32805           #131502)
32806         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
32807         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
32808         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
32809           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
32810           2nd warning in bug #131502)
32811
32812 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32813
32814         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32815         (gst_videobalance_colorbalance_set_value),
32816         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
32817         for colorbalance interface implementation.
32818         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32819         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32820         (gst_ximagesink_dispose), (gst_ximagesink_init),
32821         (gst_ximagesink_class_init): Adding DISPLAY property.
32822         * sys/ximage/ximagesink.h: Adding display_name to store display.
32823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32824         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32825         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
32826         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
32827         properties (they still need polishing though for gst-launch use : no
32828         xcontext yet, i ll do that tomorrow).
32829         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
32830
32831 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32832
32833         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32834         (gst_play_set_location), (gst_play_set_visualization): Preparing
32835         switch integration, adding videobalance in the pipeline.
32836
32837 2004-01-14  Julien MOUTTE <julien@moutte.net>
32838
32839         * gst-libs/gst/colorbalance/colorbalance.c:
32840         (gst_color_balance_class_init): Adding a default type.
32841         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
32842         the type.
32843         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
32844         (gst_videobalance_dispose), (gst_videobalance_class_init),
32845         (gst_videobalance_init), (gst_videobalance_interface_supported),
32846         (gst_videobalance_interface_init),
32847         (gst_videobalance_colorbalance_list_channels),
32848         (gst_videobalance_colorbalance_set_value),
32849         (gst_videobalance_colorbalance_get_value),
32850         (gst_videobalance_colorbalance_init): Implementing colorbalance
32851         interface.
32852         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
32853         list.
32854         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
32855         bug which was triggering a BadAccess X error when setting an overlay
32856         before pad was really negotiated.
32857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
32858         Using the colorbalance type macro.
32859
32860 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32861
32862         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
32863         (gst_flacenc_chain):
32864           handle tags correctly
32865         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
32866           extract ID3v1 tags correctly
32867
32868 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32869
32870         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
32871         (plugin_init):
32872           Improve matroska typefinding for odd-typed headers...
32873
32874 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32875
32876         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
32877           Fix for using incremental number on padnames.
32878
32879 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32880
32881         * ext/divx/gstdivxdec.c:
32882         * ext/divx/gstdivxenc.c:
32883           Set category to divx4linux instead of divx (too generic).
32884         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
32885         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
32886         (gst_wavparse_loop), (gst_wavparse_change_state):
32887         * gst/wavparse/gstwavparse.h:
32888           fix parsing of WAV files with non-standard fmt-tag size and fix
32889           skipping of unrecognized chunks... Someone please fix this thing
32890           to use rifflib so all this is automated.
32891         * sys/v4l/Makefile.am:
32892         * sys/v4l2/Makefile.am:
32893           Add X_CFLAGS because we depend on X (for overlay).
32894
32895 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
32896
32897         * ext/mpeg2dec/gstmpeg2dec.c:
32898           Don't issue a timestamp unless we tagged the frame
32899           with a PTS.
32900
32901 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32902
32903         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
32904           Query the audio element to get the time, not the clock. We're
32905           interested in the element's time here.
32906
32907 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32908
32909         * ext/aalib/gstaasink.c: (gst_aasink_chain):
32910         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32911         * ext/esd/esdsink.c: (gst_esdsink_chain):
32912         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
32913         * ext/mas/massink.c: (gst_massink_chain):
32914         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
32915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
32916         (gst_matroska_demux_parse_metadata):
32917         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
32918         (gst_mpeg_parse_release_locks):
32919         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
32920         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
32921         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32922         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32923         (gst_osssink_change_state):
32924         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32925         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32926         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
32927         (gst_xvideosink_release_locks):
32928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32929           use element time.
32930         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
32931         (gst_alsa_clock_stop):
32932         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
32933         (gst_audio_clock_get_internal_time):
32934           simplify for use with new clocking code.
32935         * testsuite/alsa/Makefile.am:
32936         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
32937           fix testsuite for new caps system
32938
32939 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32940
32941         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
32942         * ext/flac/gstflacenc.c: (add_one_tag):
32943           length is already host endian, no need to convert. Fixes playback of
32944           tagged files on PPC. (bug #128384)
32945
32946 2004-01-13  Julien MOUTTE <julien@moutte.net>
32947
32948         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
32949         colorbalance interface stating if it is hardware based or software
32950         based.
32951         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
32952         Removing a trailing comma.
32953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32954         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
32955         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
32956         the documentation seems to be wrong on the -1000 to 1000 interval.
32957
32958 2004-01-12  David Schleef  <ds@schleef.org>
32959
32960         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
32961         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
32962         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
32963         Fix negotiation.  Add a bufferalloc function for the sink pad,
32964         and generally clean up some of the code.
32965
32966 2004-01-12  Julien MOUTTE <julien@moutte.net>
32967
32968         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32969         (gst_color_balance_channel_dispose): Adding safety check in dispose
32970         method.
32971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32972         (gst_xvimagesink_xcontext_clear),
32973         (gst_xvimagesink_interface_supported),
32974         (gst_xvimagesink_colorbalance_list_channels),
32975         (gst_xvimagesink_colorbalance_set_value),
32976         (gst_xvimagesink_colorbalance_get_value),
32977         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
32978         Adding colorbalance interface support to set XV parameters such as
32979         HUE, BRIGHTNESS, CONTRAST, SATURATION.
32980         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
32981         interface.
32982
32983 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32984
32985         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
32986         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
32987         (gst_audio_convert_init), (gst_audio_convert_set_property),
32988         (gst_audio_convert_get_property), (gst_audio_convert_chain),
32989         (gst_audio_convert_link),
32990         (gst_audio_convert_buffer_to_default_format),
32991         (gst_audio_convert_buffer_from_default_format), (plugin_init):
32992           - implement _getcaps and use it
32993           - improve linking
32994           - remove float caps since no float conversion is actually done
32995           - remove properties and arguments that were to be used for rate
32996             conversion
32997
32998 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32999
33000         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
33001         (gst_audio_structure_set_int):
33002         * gst-libs/gst/audio/audio.h:
33003           add helper functions for _getcaps matching the standard audio
33004           templates
33005
33006 2004-01-12  David Schleef  <ds@schleef.org>
33007
33008         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33009         Test that pad is negotiated before getting its caps.
33010
33011 2004-01-12  Julien MOUTTE <julien@moutte.net>
33012
33013         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33014         analyzing the pads of an element the bin is mostly in READY state so
33015         no caps were negotiated. This helper function needs to work with
33016         _get_caps directly then. I was not freeing them though, added that to
33017         fix the mem leak.
33018
33019 2004-01-12  Julien MOUTTE <julien@moutte.net>
33020
33021         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33023         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33024         than the free_func.
33025
33026 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33027
33028         * sys/oss/gstossaudio.c: (plugin_init):
33029         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33030         * sys/oss/gstosselement.h:
33031           make an oss debugging category
33032           make failure more descriptive
33033
33034 2004-01-11  David Schleef  <ds@schleef.org>
33035
33036         * ext/ffmpeg/gstffmpeg.c:
33037         * ext/ffmpeg/gstffmpegcodecmap.c:
33038         * ext/ffmpeg/gstffmpegdec.c:
33039         * ext/ffmpeg/gstffmpegenc.c:
33040         * ext/ffmpeg/gstffmpegprotocol.c:
33041         * ext/gdk_pixbuf/gstgdkanimation.c:
33042         * ext/jpeg/gstjpeg.c:
33043         * ext/libpng/gstpng.c:
33044         * ext/mpeg2dec/perftest.c:
33045         * ext/speex/gstspeex.c:
33046         * gst-libs/gst/resample/dtos.c:
33047         * gst/intfloat/gstintfloatconvert.c:
33048         * gst/oneton/gstoneton.c:
33049         * gst/rtjpeg/RTjpeg.c:
33050         * gst/rtp/gstrtp.c:
33051         * sys/dxr3/dxr3init.c:
33052         * sys/glsink/gstgl_nvimage.c:
33053         * sys/glsink/gstgl_pdrimage.c:
33054         * sys/glsink/gstglsink.c:
33055         * testsuite/gst-lint:
33056         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33057
33058 2004-01-11  David Schleef  <ds@schleef.org>
33059
33060         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33061         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33062         * ext/gdk_pixbuf/gstgdkanimation.c:
33063         (gst_gdk_animation_iter_create_pixbuf):
33064         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33065         (gst_gdk_pixbuf_chain):
33066         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33067         * ext/jack/gstjack.c: (gst_jack_change_state):
33068         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33069         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33070         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33071         * gst/videofilter/gstvideofilter.c:
33072         (gst_videofilter_set_output_size):
33073         Remove all usage of gst_pad_get_caps(), and replace it with
33074         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33075
33076 2004-01-11  David Schleef  <ds@schleef.org>
33077
33078         * configure.ac:
33079         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33080         * ext/divx/gstdivxdec.c:
33081         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33082         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33083         handle images that span multiple buffers.  Now work with both
33084         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33085         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33086         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33087         video/video.h changes
33088         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33089         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33090         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33091         of GstData free function.
33092         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33093         same.
33094
33095 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33096
33097         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33098         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33099         (gst_v4l2element_get_property):
33100         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33101           add norm, channel and frequency properties.
33102         * sys/v4l2/gstv4l2tuner.c:
33103           fixes for tuner interface changes
33104         * sys/v4l2/gstv4l2element.h:
33105         * sys/v4l2/gstv4l2src.c:
33106         * sys/v4l2/gstv4l2src.h:
33107         * sys/v4l2/v4l2src_calls.c:
33108         * sys/v4l2/v4l2src_calls.h:
33109           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33110
33111 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33112
33113         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33114         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33115         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33116         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33117         * gst-libs/gst/tuner/tuner.h:
33118           GObjects aren't const.
33119           Add find_by_name functions.
33120           Add checks to _changed functions.
33121         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33122         (gst_v4l_tuner_get_norm):
33123           Fixes for above.
33124
33125 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33126
33127         * gst-libs/gst/video/video.h:
33128           Fix caps template names to be understandable.
33129           Prefix everything with GST_VIDEO.
33130         * ext/aalib/gstaasink.c:
33131         * ext/divx/gstdivxdec.c:
33132         * ext/divx/gstdivxenc.c:
33133         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33134         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33135         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33136         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33137         * ext/libcaca/gstcacasink.c:
33138         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33139         * ext/snapshot/gstsnapshot.c:
33140         * ext/swfdec/gstswfdec.c:
33141         * ext/xvid/gstxviddec.c:
33142         * ext/xvid/gstxvidenc.c:
33143         * gst/chart/gstchart.c:
33144         * gst/deinterlace/gstdeinterlace.c:
33145         * gst/effectv/gsteffectv.c:
33146         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33147         * gst/goom/gstgoom.c:
33148         * gst/median/gstmedian.c:
33149         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33150         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33151         * gst/overlay/gstoverlay.c:
33152         * gst/smooth/gstsmooth.c:
33153         * gst/smpte/gstsmpte.c:
33154         * gst/synaesthesia/gstsynaesthesia.c:
33155         * gst/videocrop/gstvideocrop.c:
33156         * gst/videodrop/gstvideodrop.c:
33157         * gst/y4m/gsty4mencode.c:
33158         * sys/qcam/gstqcamsrc.c:
33159         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33160           Make them work with new video.h file.
33161         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33162         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33164         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33165           Make it work with new buffer allocation system.
33166
33167 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33168
33169         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33170         pad_alloc_buffer implementation to use ->srcpad
33171         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33172         pad_alloc_buffer implementation to use ->srcpad
33173         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33174         pad_alloc_buffer implementation to use ->srcpad
33175         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33176         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33177         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33178         a reference to everything we need.
33179         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33181         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33182         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33183         a reference to everything we need.
33184         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33185
33186 2004-01-11  David Schleef  <ds@schleef.org>
33187
33188         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33189         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33190         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33191         structure members.
33192         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33193         value during a resize/renegotiation.
33194         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33195         gst_pad_alloc_buffer();
33196         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33197         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33198         structure members.
33199         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33200         Fix for rename of buffer private structure members.
33201         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33202         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33203         Fix for rename of buffer private structure members.
33204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33205         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33206         Fix for rename of buffer private structure members.
33207
33208 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33209
33210         reviewed by: David Schleef <ds@schleef.org>
33211
33212         * gst/videofilter/Makefile.am:
33213         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33214         from the patch by ds to fit in with recent make_filter changes.
33215
33216 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33217
33218         * configure.ac: Adding examples/switch/Makefile
33219         * examples/Makefile.am: Adding examples/switch
33220         * examples/switch/Makefile.am: Adding switcher example.
33221         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33222         (switch_timer), (main): Adding an example demonstrating switch usage
33223         with 2 videotestsrc showing different patterns.
33224         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33225         (gst_switch_init): Fixing switch with the new caps system.
33226
33227 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33228
33229         * gst-libs/gst/video/video.h:
33230           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33231           They should probably be like
33232           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33233
33234 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33235
33236         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33237         (qtdemux_parse_trak):
33238           fix audio chunk size/timestamp calculation
33239
33240 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33241
33242         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33243           fix SVQ3 caps
33244
33245 2004-01-11  Steve Baker  <steve@stevebaker.org>
33246
33247         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33248         (gst_agingtv_base_init), (gst_agingtv_class_init),
33249         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33250         (gst_agingtv_set_property), (gst_agingtv_get_property):
33251         Port agingTV to videofilter
33252
33253 2004-01-09  Julien MOUTTE <julien@moutte.net>
33254
33255         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33256         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33257
33258 2004-01-09  Julien MOUTTE <julien@moutte.net>
33259
33260         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33261         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33262         * gst-libs/gst/xoverlay/xoverlay.c:
33263         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33264         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33265         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33266         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33267         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33268         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33269         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33270         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33271         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33272         interface implementation to handle xid being 0 and fix some bugs
33273         triggered by Benjamin's testcase.
33274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33275         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33276         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33277         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33278         interface implementation to handle xid being 0 and fix some bugs
33279         triggered by Benjamin's testcase.
33280
33281 2004-01-09  David Schleef  <ds@schleef.org>
33282
33283         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33284         mouse pointer events.  It works.
33285
33286 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33287
33288         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33289           Use explicit caps - fix capsnego.
33290         * ext/xvid/gstxviddec.c:
33291         * ext/xvid/gstxvidenc.c:
33292           Remove macro-inside-macro which caused compile errors.
33293         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33294           Error out if it's not a RIFF file. Else we error out without
33295           gst_element_error() which is not good...
33296
33297 2004-01-08  David Schleef  <ds@schleef.org>
33298
33299         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33300         Fix pad_link function to handle formats that ffmpeg returns
33301         as multiple caps structures.
33302         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33303         Only complain if source buffer is _smaller_ than expected.
33304         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33305         (gst_videoscale_handle_src_event): Resize navigation events
33306         when passing them upstream.
33307         * gst/videotestsrc/gstvideotestsrc.c:
33308         * gst/videotestsrc/gstvideotestsrc.h:
33309         * gst/videotestsrc/videotestsrc.c:
33310         * gst/videotestsrc/videotestsrc.h:
33311         Rewrite many of the buffer painting functions to handle odd
33312         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33313         been verified to work with my video card.
33314         * testsuite/gst-lint:  Add check for elements calling
33315         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33316
33317 2004-01-08  David Schleef  <ds@schleef.org>
33318
33319         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33320         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33321
33322 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33323
33324         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33325         configure event is not emiting the desired size signal. That fixes
33326         aspect ratio issues with gst-player.
33327
33328 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33329
33330         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33331           Fix capsnego.
33332
33333 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33334
33335         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33336         public method to fire size signal.
33337
33338 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33339
33340         * examples/gstplay/Makefile.am: Adding the interface library.
33341         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33342         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33343         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33344         GST_IS_X_OVERLAY before signal connect.
33345         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33346         Removing the have_video_size signal.
33347         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33348         and associated public method.
33349         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33350         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33351         signal.
33352         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33353         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33354         signal.
33355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33356         Using XOverlay public method to fire size signal.
33357
33358 2004-01-07  David Schleef  <ds@schleef.org>
33359
33360         * gst/videofilter/Makefile.am:
33361         * gst/videofilter/gstvideotemplate.c:
33362         * gst/videofilter/make_filter:
33363         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33364         Convert make_filter to /bin/sh script.
33365
33366 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33367
33368         * gst/modplug/gstmodplug.cc: fix element description
33369
33370 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33371
33372         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33373         (got_video_size): Adding some new lines in g_print calls.
33374         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33375         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33376         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33377         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33378         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33379         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33380         Complete code review, reverting some stuff i disagree with, adding
33381         some fixes : time synchronization on invalid timestamps, renegotiation
33382         of private window.
33383         * sys/ximage/ximagesink.h:
33384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33385         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33386         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33387         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33388         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33389         (gst_xvimagesink_buffer_new),
33390         (gst_xvimagesink_navigation_send_event),
33391         (gst_xvimagesink_set_xwindow_id),
33392         (gst_xvimagesink_get_desired_size),
33393         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33394         stuff i disagree with, adding some fixes : Renegotiation of private
33395         window, implementing get_desired_size.
33396
33397 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33398
33399         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33400         (gst_afsink_handle_event):
33401         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33402         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33403         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33404         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33405         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33406           Fix for instantiate-test (see core). Also remove dead code from
33407           jpegenc (which still needs fixing, but that's lower on my TODO
33408           list...).
33409         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33410           Never return NULL as caps.
33411
33412 2004-01-07  David Schleef  <ds@schleef.org>
33413
33414         * configure.ac:
33415         * ext/Makefile.am:
33416         * ext/librfb/Makefile.am:
33417         * ext/librfb/gstrfbsrc.c:
33418         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33419         is the protocol used by VNC.
33420
33421 2004-01-07  David Schleef  <ds@schleef.org>
33422
33423         * gst/videofilter/gstvideotemplate.c:
33424         * gst/videofilter/gstvideotemplate.h:
33425         * gst/videofilter/make_filter:
33426         Merge videotemplate header into source file.
33427         * gst/effectv/Makefile.am:
33428         * gst/effectv/gsteffectv.c: (plugin_init):
33429         * gst/effectv/gstwarp.c:
33430         Make warpTV a subclass of videofilter.
33431
33432 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33433
33434         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33435           Add guard against invalid utf-8 conversions in mad. Just in case.
33436
33437 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33438
33439         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33440           Fix for bug shown by poisoning
33441
33442 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33443
33444         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33445         (gst_v4lmjpegsrc_buffer_free):
33446         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33447         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33448         (gst_v4lsrc_buffer_free):
33449           Fix for removed bufferpools.
33450
33451 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33452
33453         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33454         Fix caps negotiation.
33455
33456         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33457         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33458         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33459         (dvdnavsrc_event):
33460         * ext/mpeg2dec/gstmpeg2dec.c:
33461         * gst-libs/gst/navigation/navigation.c:
33462         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33463         * gst-libs/gst/navigation/navigation.h:
33464         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33465         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33467         Super-simple first version of mouse and keyboard events. Clicking
33468         on a DVD menu now works, although it may not take you where you
33469         expected.
33470
33471         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33472         * gst/videotestsrc/gstvideotestsrc.c:
33473         (gst_videotestsrc_src_fixate):
33474         These fixate functions were broken - they never actually
33475         fixated :)
33476
33477 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33478
33479         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33480         (gst_icecastsend_init):
33481           fix for new caps system.
33482         * gst-libs/gst/mixer/mixertrack.h:
33483         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33484           Add 'master track' flag (for tools like ACME that only want to
33485           change the main volume).
33486
33487 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33488
33489         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33490         (gst_xvid_csp_to_caps):
33491         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33492         * ext/xvid/gstxvidenc.c:
33493         ifdef out ARGB type when it isn't available
33494         in xvidcore 1.0.0beta2
33495
33496 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33497
33498         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33499           When we have received a new SCR right in the first buffer after
33500           a seek (so in the same cycle that handles the discont), we should
33501           handle the buffer instead of unreffing it, else we lose data.
33502
33503 2004-01-06  Iain <iain@prettypeople.org>
33504
33505         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33506           buffer-frames caps too.
33507
33508         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33509           caps that we need, don't destroy them all and rebuild them. And when
33510           creating src pads, use the src pad template rather than the sink...
33511
33512 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33513
33514         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33515           Add pad to element *after* setting functions such as event handler.
33516           Without this, the scheduler (opt) will link pads, set the event
33517           handler from the default event function (dispatcher in gstpad.c)
33518           and *after* that, we will set our own event function, which will
33519           thus never be used (and thus mpegdemux doesn't handle events).
33520
33521 2004-01-04  David Schleef  <ds@schleef.org>
33522
33523         Fix the fixate functions to handle new prototype:
33524         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33525         * gst/videotestsrc/gstvideotestsrc.c:
33526         (gst_videotestsrc_src_fixate):
33527         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33528         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33530
33531 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33532
33533         * sys/ximage/ximagesink.h:
33534         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33535         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33536         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
33537         (gst_ximagesink_xoverlay_init):
33538           assorted fixes to make (re)embedding work
33539         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
33540         (gst_ximagesink_get_desired_size):
33541           implement desired size additions to XOverlay
33542
33543 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33544
33545         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
33546         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
33547         (gst_x_overlay_got_desired_size):
33548         * gst-libs/gst/xoverlay/xoverlay.h:
33549           Add optional "desired size" signal and querying.
33550
33551 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33552
33553         * gst/matroska/matroska-demux.c:
33554         (gst_matroska_demux_parse_blockgroup):
33555           Fix EBML-laced block parsing. Diffs are relative to previous
33556           lace, not the first lace. Thanks to Mosu from the Matroska
33557           team for detecting this.
33558         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33559         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
33560         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
33561         (gst_wavparse_change_state):
33562         * gst/wavparse/gstwavparse.h:
33563           Quickfix for capsnego.
33564
33565 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33566
33567         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
33568           Fix indenting, fix pad creation.
33569
33570 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33571
33572         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
33573         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
33574         (gst_xviddec_sink_link):
33575           Implement src_getcaps() so proper size caps is negotiated.
33576
33577 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33578
33579         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
33580           Finish flac decoder on EOS. See #116178.
33581
33582 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33583
33584         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
33585         (gst_matroska_demux_add_stream):
33586         * gst/matroska/matroska-ids.h:
33587           Add getcaps() function to fix capsnego...
33588
33589 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33590
33591         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33592         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
33593         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
33594           Fix more integer overflows. Again, see #126967.
33595
33596 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33597
33598         * ext/mpeg2dec/gstmpeg2dec.c:
33599           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
33600           #130416.
33601
33602 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33603
33604         * configure.ac:
33605         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
33606         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
33607         * ext/xvid/gstxvid.h:
33608         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
33609         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
33610         (gst_xviddec_src_link), (gst_xviddec_sink_link),
33611         (gst_xviddec_change_state):
33612         * ext/xvid/gstxviddec.h:
33613         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
33614         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
33615         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
33616         (gst_xvidenc_link), (gst_xvidenc_set_property),
33617         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
33618         * ext/xvid/gstxvidenc.h:
33619           Update xvid plugin to latest xvid (1.0.0-beta3) API.
33620
33621 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33622
33623         * gst/rtp/rtp-packet.c:
33624           Add sys/types.h include, since OS X doesn't define in_addr_t
33625           in netinet/in.h, like it does on Linux (see #129600).
33626
33627 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
33628
33629         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
33630
33631         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
33632           Correct logic of dispose function (see #129306).
33633
33634 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33635
33636         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
33637         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
33638         (gst_mpeg_parse_init):
33639         * gst/mpegstream/gstmpegparse.h:
33640           Remove clock (which was never provided, i.e. dead code), and
33641           also fix integer overflows at high PTS values (see #126967).
33642
33643 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33644
33645         * ext/flac/gstflacdec.c:
33646         * ext/libpng/gstpngenc.h:
33647         * ext/mikmod/gstmikmod.h:
33648           OS X fixes (see #126628).
33649
33650 2004-01-02  David Schleef  <ds@schleef.org>
33651
33652         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
33653         (gst_alsa_src_base_init): Remove bogus "src" request pad.
33654         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
33655         (gst_mpeg_parse_class_init): Move pad template registration
33656         to class_init, since the derived class (mpegdemux) doesn't
33657         want them.
33658
33659 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33660
33661         * sys/ximage/Makefile.am:
33662         * sys/xvideo/Makefile.am:
33663         * sys/xvimage/Makefile.am:
33664           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
33665           after installation (see #127664).
33666
33667 2004-01-02  David Schleef  <ds@schleef.org>
33668
33669         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
33670         (gst_ffmpegenc_connect):  Negotiation fixes.
33671         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
33672         Remove inappropriate gst_caps_free().
33673         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33674         Reenable Ronald's internal resize code, since the core handles
33675         it correctly now.
33676
33677 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33678
33679         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
33680         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
33681         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
33682           Fix pad template stuff.
33683
33684 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33685
33686         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
33687         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
33688           fix signed integer reading/writing.
33689
33690 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33691
33692         * ext/alsa/README:
33693           Remove outdated document
33694
33695 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
33696
33697         * gst/cutter/gstcutter.c: (gst_cutter_init):
33698           src pad was being created twice - oops.
33699
33700 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33701
33702         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33703           Comment out internal resize. It doesn't handle the resulting
33704           XEvent internally, does another try_set_caps() which leads to
33705           a really nice loop.
33706           Real fix will come when Julien and Dave are awake. ;).
33707
33708 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33709
33710         * ext/mpeg2enc/gstmpeg2enc.cc:
33711           fix const/nonconst compile issue.
33712
33713 2004-01-02  David Schleef  <ds@schleef.org>
33714
33715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
33716         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
33717         Add fixate function and a check for bad formats.
33718
33719 2004-01-01  David Schleef  <ds@schleef.org>
33720
33721         Negotiation fixes:
33722         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
33723         (gst_audiofilter_init):
33724         * gst/debug/efence.c: (gst_efence_init):
33725         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
33726         (gst_deinterlace_init):
33727         * gst/volume/gstvolume.c: (volume_connect):
33728
33729 2004-01-01  David Schleef  <ds@schleef.org>
33730
33731         Convert elements to use gst_pad_use_explicit_caps() where
33732         appropriate:
33733         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
33734         * ext/audiofile/gstafparse.c: (gst_afparse_init),
33735         (gst_afparse_open_file):
33736         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
33737         (gst_afsrc_open_file):
33738         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
33739         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
33740         (gst_ffmpegdec_chain):
33741         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33742         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
33743         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
33744         (gst_gdk_pixbuf_chain):
33745         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
33746         (gst_jpegdec_chain):
33747         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
33748         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33749         (gst_mikmod_negotiate):
33750         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
33751         (gst_mpeg2dec_negotiate_format):
33752         * ext/mpeg2enc/gstmpeg2enc.cc:
33753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33754         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
33755         (gst_speexdec_sinkconnect):
33756         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
33757         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
33758         (gst_vorbisfile_new_link):
33759         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
33760         (gst_ac3parse_chain):
33761         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
33762         (gst_asf_demux_setup_pad):
33763         * gst/auparse/gstauparse.c: (gst_auparse_init),
33764         (gst_auparse_chain):
33765         * gst/id3/gstid3types.c: (gst_id3types_loop):
33766         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33767         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33768         (mp1videoparse_parse_seq):
33769         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
33770         (bpf_from_header):
33771         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33772         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
33773         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
33774         (gst_mpeg_parse_send_data):
33775         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33776         (gst_qtdemux_add_stream):
33777         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33778         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33779         (gst_wavparse_parse_fmt):
33780
33781 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33782
33783         * configure.ac:
33784           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
33785           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
33786           it therefore uses the wrong include paths. Too bad... Note
33787           that 1.6.1.93 is not release yet. ;).
33788           Also add a check for mplex, which is now using the lib'ified
33789           mplex from mjpegtools, too.
33790         * ext/ffmpeg/gstffmpegcodecmap.c:
33791           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
33792           issues. I don't think ffmpeg handles 3ivx correctly, so this
33793           probably won't work. But it won't hurt either.
33794         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
33795         (gst_ffmpegdec_chain):
33796         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
33797         (gst_ffmpegenc_chain_audio):
33798           Fix memleak in audio encoding. Close codec if open fails, this
33799           calls the cleanup routines so we can re-use the context.
33800         * ext/mpeg2enc/gstmpeg2enc.cc:
33801           Fix pad template names/types, fix memory issue with getcaps().
33802         * ext/mpeg2enc/gstmpeg2encoder.cc:
33803         * ext/mpeg2enc/gstmpeg2encoder.hh:
33804           Fix compile issue with new caps system (const thingy).
33805         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33806         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
33807           We read a first frame right on initing, so that we have a caps
33808           when we init the output. This caps is cached in padprivate and
33809           read as first frame.
33810         * ext/mplex/Makefile.am:
33811         * ext/mplex/gstmplex.cc:
33812         * ext/mplex/gstmplex.h:
33813         * ext/mplex/gstmplex.hh:
33814         * ext/mplex/gstmplexibitstream.cc:
33815         * ext/mplex/gstmplexibitstream.hh:
33816         * ext/mplex/gstmplexjob.cc:
33817         * ext/mplex/gstmplexjob.hh:
33818         * ext/mplex/gstmplexoutputstream.cc:
33819         * ext/mplex/gstmplexoutputstream.hh:
33820           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
33821           had issues, didn't do capsnego, supported only a subset of the
33822           mplex features and required a mplex fork in our local CVS. Plus
33823           that it worked agaist a very old mplex version. Rewriting was
33824           faster than updating it.
33825         * gst-libs/ext/Makefile.am:
33826         * gst-libs/ext/mplex/INSTRUCT:
33827         * gst-libs/ext/mplex/Makefile.am:
33828         * gst-libs/ext/mplex/README:
33829         * gst-libs/ext/mplex/TODO:
33830         * gst-libs/ext/mplex/ac3strm_in.cc:
33831         * gst-libs/ext/mplex/audiostrm.hh:
33832         * gst-libs/ext/mplex/audiostrm_out.cc:
33833         * gst-libs/ext/mplex/aunit.hh:
33834         * gst-libs/ext/mplex/bits.cc:
33835         * gst-libs/ext/mplex/bits.hh:
33836         * gst-libs/ext/mplex/buffer.cc:
33837         * gst-libs/ext/mplex/buffer.hh:
33838         * gst-libs/ext/mplex/fastintfns.h:
33839         * gst-libs/ext/mplex/format_codes.h:
33840         * gst-libs/ext/mplex/inputstrm.cc:
33841         * gst-libs/ext/mplex/inputstrm.hh:
33842         * gst-libs/ext/mplex/lpcmstrm_in.cc:
33843         * gst-libs/ext/mplex/mjpeg_logging.cc:
33844         * gst-libs/ext/mplex/mjpeg_logging.h:
33845         * gst-libs/ext/mplex/mjpeg_types.h:
33846         * gst-libs/ext/mplex/mpastrm_in.cc:
33847         * gst-libs/ext/mplex/mpegconsts.cc:
33848         * gst-libs/ext/mplex/mpegconsts.h:
33849         * gst-libs/ext/mplex/mplexconsts.hh:
33850         * gst-libs/ext/mplex/multplex.cc:
33851         * gst-libs/ext/mplex/outputstream.hh:
33852         * gst-libs/ext/mplex/padstrm.cc:
33853         * gst-libs/ext/mplex/padstrm.hh:
33854         * gst-libs/ext/mplex/stillsstream.cc:
33855         * gst-libs/ext/mplex/stillsstream.hh:
33856         * gst-libs/ext/mplex/systems.cc:
33857         * gst-libs/ext/mplex/systems.hh:
33858         * gst-libs/ext/mplex/vector.cc:
33859         * gst-libs/ext/mplex/vector.hh:
33860         * gst-libs/ext/mplex/videostrm.hh:
33861         * gst-libs/ext/mplex/videostrm_in.cc:
33862         * gst-libs/ext/mplex/videostrm_out.cc:
33863         * gst-libs/ext/mplex/yuv4mpeg.cc:
33864         * gst-libs/ext/mplex/yuv4mpeg.h:
33865         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
33866         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
33867           We don't fork mjpegtools' mplex in our CVS anymore.
33868         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
33869         (gst_avi_demux_add_stream):
33870         * gst/avi/gstavidemux.h:
33871           Add getcaps() function for proper caps nego. This makes some
33872           parts of AVI playback/reading work.
33873         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33874           Resize window on new capsnego. This is probably wrong, but
33875           I'm still committing it because with current capsnego, the
33876           first successfull capsnego is auto-fixated, therefore rounded
33877           down to the lowest values in the caps. this results in a 16x16
33878           XWindow that is not reized when real capsnego finishes.
33879           Dave, I see more cases of this, do you know a proper solution?
33880         * tools/gst-launch-ext.in:
33881           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
33882
33883 2003-12-31  David Schleef  <ds@schleef.org>
33884
33885         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
33886         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
33887           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
33888
33889 2003-12-30  David Schleef  <ds@schleef.org>
33890
33891         * ext/ffmpeg/gstffmpegcolorspace.c:
33892         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
33893         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
33894         (gst_ffmpegcsp_chain): Negotiation fixes
33895         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
33896         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33897         (gst_audio_convert_link), (gst_audio_convert_channels):
33898         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
33899         (gst_audioscale_link), (gst_audioscale_get_buffer),
33900         (gst_audioscale_chain): Negotiation fixes
33901         * gst/audioscale/gstaudioscale.h:
33902         * gst/videofilter/gstvideofilter.c:
33903         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
33904         (gst_videofilter_link), (gst_videofilter_init),
33905         (gst_videofilter_set_output_size), (gst_videofilter_setup),
33906         (gst_videofilter_find_format_by_structure):
33907         * gst/videofilter/gstvideofilter.h: Negotiation fixes
33908         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
33909         (gst_videoscale_link):
33910         * gst/videoscale/videoscale.c: (videoscale_get_structure),
33911         (videoscale_find_by_structure), (gst_videoscale_setup):
33912         * gst/videoscale/videoscale.h: Negotiation fixes
33913         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33914         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
33915         function, restrict resizing to a multiple of 4 (hack until
33916         everyone supports odd sizes correctly).
33917
33918 2003-12-29  Colin Walters  <walters@verbum.org>
33919
33920         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
33921         signed.
33922
33923 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
33924
33925         * ext/sndfile/gstsf.c: (gst_sf_loop):
33926           Fix warning about discarding const qualifier
33927
33928 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
33929
33930         * gst/cutter/gstcutter.c:
33931         * gst/videoscale/gstvideoscale.c:
33932         * gst/volenv/gstvolenv.c:
33933         * gst-libs/gst/audio/audio.c:
33934         * gst-libs/gst/video/video.c:
33935           Fix warnings
33936
33937 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33938
33939         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
33940           Don't send ALSA debugging to stderr.
33941         * ext/alsa/gstalsa.h:
33942           Use GST_WARNING instead of g_warning when ALSA functions fail.
33943
33944 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33945
33946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33947           Free XVAdapterInfo correctly.
33948
33949 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33950
33951         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
33952         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
33953           Make id3tag use correct caps nego.
33954
33955 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
33956
33957         * ext/ivorbis/vorbis.c:
33958         * ext/ivorbis/vorbisenc.h:
33959         * ext/ivorbis/vorbisfile.c:
33960           Modify so that it uses the new caps things
33961
33962 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33963
33964         * testsuite/spider/spider1.c: (main):
33965         * testsuite/spider/spider2.c: (main):
33966         * testsuite/spider/spider3.c: (main):
33967           Make tests compile again. They probably don't work.
33968
33969 2003-12-24  Colin Walters  <walters@verbum.org>
33970
33971         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
33972         we can't fixate the caps anymore.
33973
33974 2003-12-23  David Schleef  <ds@schleef.org>
33975
33976         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
33977         * sys/oss/gstosssink.c: (gst_osssink_init),
33978         (gst_osssink_sink_fixate): Add fixate function.
33979
33980 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33981
33982         * ext/ffmpeg/gstffmpegcodecmap.c:
33983         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
33984         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
33985         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
33986         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
33987         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
33988         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
33989         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
33990           fix typo in RGB masks, and move back to "old" colorspace
33991           capsnego code until whoever wrote this new crap has actually
33992           tested it so that it works.
33993           And yes, this works, keep it that way please.
33994
33995 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33996
33997         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
33998         (gst_divxdec_init), (gst_divxdec_negotiate):
33999         * ext/divx/gstdivxdec.h:
34000         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
34001         (gst_divxenc_init):
34002         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
34003         (gst_faac_sinkconnect), (gst_faac_srcconnect):
34004         * ext/mpeg2enc/gstmpeg2enc.cc:
34005         * ext/mpeg2enc/gstmpeg2encoder.cc:
34006         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34007         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
34008         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34009         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34010         (dxr3spusink_init):
34011         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34012         (dxr3videosink_init):
34013           Fix caps breakage after Dave's caps branch merge.
34014
34015 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34016
34017         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34018           Fix for 24bpp display.
34019
34020 2003-12-23  Colin Walters  <walters@verbum.org>
34021
34022         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34023         a GnomeVFSHandle directly.
34024
34025 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34026
34027         * gst/volume/Makefile.am:
34028         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34029         (volume_base_init), (volume_init):
34030           Reenable volume element and fix to work with new caps stuff.
34031           Rhythmbox needs this.
34032
34033 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34034
34035         * gst/qtdemux/qtdemux.c: (plugin_init):
34036           qtdemux requires bytestream
34037
34038 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34039
34040         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34041           Fix remaining caps handling errors due to CAPS merge.
34042
34043 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34044
34045         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34046         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34047         (gst_faad_srcconnect):
34048           Port to new caps system.
34049
34050 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34051
34052         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34053         (got_video_size), (main): using g_print instead of g_message.
34054         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34055         signal which was not emitted because of "switch" element added to the
34056         bin but not connected. (Removing from the bin temporarily)
34057
34058 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34059
34060         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34061         find X development files. I don't understand the previous tests and
34062         they fail on my debian/ppc unstable. This one works.
34063         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34064         exiting.
34065         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34066         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34067         (gst_play_set_visualization): Add some safety checks in set_ methods
34068         and state_change. This was throwing some ugly CRITICAL messages when
34069         pipeline was getting disposed and casts were failing.
34070
34071 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34072
34073         * configure.ac:
34074           Improve mpeg2enc detection. This is for distributions that do
34075           ship mjpegtools, but without mpeg2enc. Also does object check
34076           for might there ever be ABI incompatibility.
34077         * ext/mpeg2enc/gstmpeg2enc.cc:
34078           Add Andrew as second maintainer (he's helping me), and also add
34079           an error if no caps was set. This happens if I pull before capsnego
34080           and that's something I should solve sometime else.
34081         * gst/matroska/matroska-demux.c:
34082         (gst_matroska_demux_parse_blockgroup):
34083           Fix time parsing.
34084         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34085         (gst_matroska_mux_track_header):
34086           Add caps to templates.
34087         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34088           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34089         * gst/mpegstream/gstmpegdemux.c:
34090           Remove layer since it causes warnings about unfixed caps.
34091         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34092           Fix obvious typo (we error out if caps were set, we should of
34093           course error out if *no* caps were set).
34094         * sys/oss/gstosselement.c: (gst_osselement_convert):
34095           Fix format conversion, we confused bits/bytes.
34096         * sys/oss/gstosselement.h:
34097           Improve documentation for 'bps'.
34098         * sys/v4l/TODO:
34099           Remove stuff about plugins that need removing - this was done
34100           ages ago.
34101         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34102         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34103         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34104         (gst_v4lsrc_src_query):
34105         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34106         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34107           Add get_query_types(), get_formats() and query() functions.
34108
34109 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34110
34111         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34112           * moved CVS to freedesktop.org