ext/alsa/gstalsa.c: Fix typo and compilation on big endian systems.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * ext/alsa/gstalsa.c:
4           Fix typo and compilation on big endian systems.
5
6 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7
8         * gst/subparse/gstssaparse.c:
9           Convert SSA newline codes into actual newline characters (#470766).
10
11 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
12
13         * docs/libs/gst-plugins-base-libs-sections.txt:
14         * gst-libs/gst/pbutils/install-plugins.c:
15         * gst-libs/gst/pbutils/install-plugins.h:
16         * tests/check/libs/pbutils.c:
17           API: also add gst_install_plugins_supported() while we're at it
18           (see #470456).
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/missing-plugins.c:
24         * gst-libs/gst/pbutils/missing-plugins.h:
25         * tests/check/libs/pbutils.c:
26           API: add gst_missing_*_installer_detail_new() convenience API so
27           that applications that know exactly what they're missing can request
28           installer detail strings for those items directly instead of having
29           to first create a dummy missing-plugin message and then get the
30           installer detail string from that.  Fixes #470456.
31
32 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
33
34         * gst/playback/gstdecodebin.c: (close_pad_link):
35         We need to set up delayed-linking whenever the caps are non-fixed,
36         not just when there are multiple types - use gst_pad_is_fixed()
37         to test.
38
39 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
40
41         * gst-libs/gst/pbutils/missing-plugins.c:
42           (gst_missing_plugin_message_get_installer_detail):
43           Add missing separator in PID fallback case.
44
45 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
46
47         * ext/alsa/Makefile.am:
48         There is no GST_PLUGINS_BASE_LIBS defined.
49         
50         * ext/alsa/gstalsa.c:
51         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
52         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
53         Add support for ALSA 24-bit formats.
54         snd_pcm_delay can return an error code, especially
55         during XRUNS. In that case, the best we can do is assume
56         delay = 0.
57
58         * gst/audioconvert/Makefile.am:
59         Add flags from -base before any more-remote dependencies.
60
61 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
62
63         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
64
65         * gst/volume/gstvolume.c: (volume_choose_func),
66         (volume_update_real_volume), (gst_volume_set_volume),
67         (gst_volume_init), (volume_process_int32),
68         (volume_process_int32_clamp), (volume_process_int24),
69         (volume_process_int24_clamp), (volume_process_int16),
70         (volume_process_int16_clamp), (volume_process_int8),
71         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
72         * gst/volume/gstvolume.h:
73         Add support for int32, int24 and int8 to the volume element.
74         Fixes #445529.
75
76 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
77
78         * tests/examples/Makefile.am:
79           Fix even more.
80
81 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
82
83         * configure.ac:
84         * docs/libs/Makefile.am:
85         * docs/libs/gst-plugins-base-libs-docs.sgml:
86         * docs/libs/gst-plugins-base-libs-sections.txt:
87         * ext/gnomevfs/gstgnomevfssrc.c:
88         * ext/gnomevfs/gstgnomevfssrc.h:
89         * gst-libs/gst/Makefile.am:
90         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
91         * pkgconfig/gstreamer-plugins-base.pc.in:
92         * sys/v4l/v4lsrc_calls.c:
93         * tests/examples/Makefile.am:
94         * win32/common/config.h:
95           Revert unwanted commit. many thanks to moap. I want a fix for 
96           https://thomas.apestaart.org/moap/trac/ticket/239
97
98 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
99
100         * gst/volume/gstvolume.c:
101           Move passthrough below gst_object_sync_values(). Fixes #442654.
102
103 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
104
105         * gst-libs/gst/audio/audio.c:
106         Clarify the docs a little.
107
108 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
109
110         * gst/volume/gstvolume.c:
111           Enable liboil for float and add more details about problems with
112           int16.
113
114 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
115
116         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
117         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
118
119 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
120
121         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
122         When calculating the first timestamp of the buffers, don't go below 0
123         and clip the samples because the offset was on the eos page.
124         Fixes #466717.
125
126 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
127
128         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
129         (gst_ogg_demux_collect_chain_info):
130         Also submit the eos page when trying to find the first timestamp.
131         See #466717.
132
133 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
134
135         * gst-libs/gst/audio/audio.h:
136         Use gst_util_uint64_scale() instead of doing the math
137         with double for GST_FRAMES_TO_CLOCK_TIME() and
138         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
139         prevents rounding errors. Fixes #467667.
140
141 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
142
143         * gst-libs/gst/rtsp/gstrtspconnection.c:
144         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
145         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
146         * gst-libs/gst/rtsp/gstrtspconnection.h:
147         Small cleanups.
148         On shutdown, don't read the control socket yet.
149         Set timeout value correctly in all cases.
150         Add function to check if the server accepts reads or writes.
151         API: gst_rtsp_connection_poll()
152
153         * gst-libs/gst/rtsp/gstrtspdefs.h:
154         Fix compilation with -pedantic.
155         Add enum for _poll.
156
157 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
158
159         Patch by: Olivier Crete  <tester at tester ca>
160
161         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
162         (gst_basertppayload_getcaps):
163         * gst-libs/gst/rtp/gstbasertppayload.h:
164         Add getcaps vfunc to basertppayload. See #465146.
165
166 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
167
168         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
169         Only post buffering messages when we are a stream.
170
171 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
172
173         * gst-libs/gst/pbutils/install-plugins.c:
174         * gst-libs/gst/pbutils/missing-plugins.c:
175           Small docs fix and addition.
176
177 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
178
179         * tests/icles/.cvsignore:
180         * tests/icles/Makefile.am:
181         * tests/icles/test-textoverlay.c:
182           Add a dumb little test for textoverlay alignments.
183
184 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
185
186         Patch by: Dan Williams  <dcbw redhat com>
187
188         * ext/pango/gsttextoverlay.c:
189         * ext/pango/gsttextoverlay.h:
190           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
191           "silent" property so there's a Since tag in the API reference.
192
193 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
194
195         * gst-libs/gst/rtp/gstbasertppayload.c:
196         (gst_basertppayload_set_outcaps):
197         * gst-libs/gst/rtp/gstbasertppayload.h:
198         Improve caps negotiation so that downstream elements can confiure
199         certain RTP properties by fixing them on the caps. See #465146.
200         Add docs.
201
202 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
203
204         * docs/libs/gst-plugins-base-libs-sections.txt:
205         * gst-libs/gst/rtp/gstbasertpdepayload.c:
206         * gst-libs/gst/rtp/gstbasertpdepayload.h:
207           Mark as deprecated some macros which were presumably meant to be
208           private API and accidentally exposed in the public header file.
209           Also actually _init() lock (only works at the moment because the
210           struct is zeroed out when created and the initial values in the
211           mutex struct are zeroes too). (#459585)
212
213 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
214
215         * docs/libs/Makefile.am:
216           Remove cruft and do some cleanups.
217
218         * docs/libs/gst-plugins-base-libs-docs.sgml:
219           Prepare for comming gtkdoc features (rebase against online docs).
220
221 2007-08-10  Michael Smith <msmith@fluendo.com>
222
223         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
224           Debug output fixes.
225         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
226         (GST_START_TEST):
227           Change the number of buffers used; 500 is too many and leads to
228           timeouts.
229
230 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
231
232         * gst/playback/gstqueue2.c:
233         * gst/videorate/gstvideorate.c:
234           Printf format fixes (#465028).
235
236 2007-08-09  Michael Smith <msmith@fluendo.com>
237
238         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
239           If we have a large (> 1 second) discontinuity, push a series of
240           smaller buffers rather than a single very large buffer. Avoids
241           unreasonably large single buffer allocations when encountering a
242           large gap.
243         * tests/check/elements/audiorate.c: (GST_START_TEST),
244         (audiorate_suite):
245           Add a test for this.
246
247 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
248
249         * gst/playback/gstplaybasebin.c: (group_commit),
250         (queue_remove_probe), (queue_threshold_reached):
251
252         Patch by: Josep Torra Valles <josep@fluendo.com>
253         Fixes: #465015
254         Make sure we remove the check_queues buffer probe from the 
255         correct queue to avoid racily going back to "buffering 99%" when
256         buffering is actually complete.
257
258         Also, fix the spelling of Josep's surname in the ChangeLog.
259
260 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
261
262         * ext/ogg/gstoggmux.c:
263           Do not leak oggmux instance.
264         
265         * ext/vorbis/vorbisenc.c:
266           Also log values.
267
268 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
269
270         * po/hu.po:
271         * po/it.po:
272         * po/nl.po:
273         * po/uk.po:
274         * po/vi.po:
275           Updated translations.
276
277 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
278
279         patch by: Yang Hong <hongyang@redflag-linux.com>
280
281         * ext/pango/gsttextoverlay.c:
282         * ext/pango/gsttextoverlay.h:
283           Add 'silent' property to GstTimeOverlay. Fixes #462979
284
285 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
286
287         Patch by: Josep Torra Valles <josep@fluendo.com>
288
289         * docs/plugins/gst-plugins-base-plugins.args:
290         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
291         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
292         (gst_uri_decode_bin_get_property), (gen_source_element):
293         Add connection-speed property. Fixes #464690.
294
295 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
296
297         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
298
299         * configure.ac:
300         * gst-libs/gst/rtsp/Makefile.am:
301         * gst-libs/gst/rtsp/gstrtspconnection.c:
302         (gst_rtsp_connection_connect):
303         Fix compilation on windows. Fixes #464320.
304
305 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
306
307         Patch by: Josep Torra Valles <josep@fluendo.com>
308
309         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
310         (gst_play_base_bin_init), (queue_threshold_reached),
311         (gen_source_element), (setup_substreams),
312         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
313         (gst_play_base_bin_get_streaminfo_value_array):
314         * gst/playback/gstplaybasebin.h:
315         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
316         (gst_play_bin_set_property), (gst_play_bin_get_property),
317         (gst_play_bin_handle_redirect_message):
318         Move connection-speed property from playbin to playbasebin so that we
319         can also configure it in source elements that have the connection-speed
320         property. Fixes #464028.
321         Add some debug info here and there.
322
323 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
324
325         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
326         Properly respond to conversion queries. Fixes #464079.
327
328 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
329
330         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
331         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
332         (gst_audio_test_src_init_sine_table),
333         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
334         * gst/audiotestsrc/gstaudiotestsrc.h:
335         Add float/double and int32 support to audiotestsrc. Fixes #460422.
336         Also set the default volume to the default value specified in the
337         GParamSpec.
338
339 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
340
341         Patch by: Jens Granseuer <jensgr at gmx dot net>
342
343         * gst/audioconvert/gstaudioquantize.c:
344         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
345
346 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
347
348         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
349         Add rdt manager for rdt transport.
350         Fix parsing of RDT transport.
351
352 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
353
354         * configure.ac:
355         Back to CVS
356
357 === release 0.10.14 ===
358
359 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
360
361         * configure.ac:
362           releasing 0.10.14, "Light Years Ahead"
363
364 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
365
366         * tests/check/libs/audio.c: (GST_START_TEST):
367         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
368
369 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
370
371         * gst-libs/gst/audio/audio.c:
372         When clipping a buffer with no timestamp, assume it is
373         within the segment without warnings.
374
375         Fixes: #460978
376
377 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
378
379         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
380         Fire the signal on the object, not the interface.
381
382 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
383
384         * gst-libs/gst/rtsp/.cvsignore:
385         Ber. Don't include the full path, idiot.
386
387 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
388
389         * gst-libs/gst/rtsp/.cvsignore:
390         Ignore generated files.
391
392 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
393
394         * gst-libs/gst/interfaces/Makefile.am:
395         * gst-libs/gst/interfaces/interfaces-marshal.list:
396         * gst-libs/gst/interfaces/rtspextension.c:
397         * gst-libs/gst/interfaces/rtspextension.h:
398         * gst-libs/gst/rtsp/Makefile.am:
399         * gst-libs/gst/rtsp/gstrtsp.h:
400         * gst-libs/gst/rtsp/gstrtspextension.c:
401         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
402         (gst_rtsp_extension_detect_server),
403         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
404         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
405         (gst_rtsp_extension_configure_stream),
406         (gst_rtsp_extension_get_transports),
407         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
408         * gst-libs/gst/rtsp/gstrtspextension.h:
409         * gst-libs/gst/rtsp/rtsp-marshal.list:
410         Move the rtspextension.h interface into gstrtspextension.h
411         as part of libgstrtsp instead of libgstinterfaces, because it's
412         only for use within plugins, not applications. 
413         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
414         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
415         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
416         is abstract.
417
418 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
419
420         * gst-libs/gst/interfaces/Makefile.am:
421         * gst-libs/gst/interfaces/interfaces-marshal.list:
422         * gst-libs/gst/interfaces/rtspextension.c:
423         (gst_rtsp_extension_iface_init),
424         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
425         * gst-libs/gst/interfaces/rtspextension.h:
426         Fix marshaller for the send signal.
427         Add URL to stream selection interface method.
428
429 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
430
431         * gst-libs/gst/riff/Makefile.am:
432         Pull in our dependencies from -base before those from outside.
433
434 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
435
436         * docs/libs/gst-plugins-base-libs-sections.txt:
437         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
438         * gst-libs/gst/rtsp/gstrtspbase64.h:
439         API: gst_rtsp_base64_decode_ip()
440         Added function to decode Base64 in-place.
441
442 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
443
444         * tests/check/libs/.cvsignore:
445         Ignore the mixer test binary.
446
447 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
448
449         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
450         Gratuitous comment change to trigger a rebuild on the buildbots.
451
452 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
453
454         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
455         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
456         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
457         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
458         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
459         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
460         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
461         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
462         (gst_sdp_media_get_attribute_val):
463         * gst-libs/gst/sdp/gstsdpmessage.h:
464         Constify args where we can.
465
466 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
467
468         * gst-libs/gst/interfaces/Makefile.am:
469         * gst-libs/gst/interfaces/rtspextension.c:
470         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
471         (gst_rtsp_extension_detect_server),
472         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
473         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
474         (gst_rtsp_extension_configure_stream),
475         (gst_rtsp_extension_get_transports),
476         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
477         * gst-libs/gst/interfaces/rtspextension.h:
478         Move interface for RTSP extensions from -good to here.
479         Added helper methods to invoke interface methods.
480
481 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
482
483         * docs/libs/gst-plugins-base-libs-sections.txt:
484         * gst-libs/gst/rtsp/gstrtspdefs.h:
485         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
486         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
487         (gst_rtsp_message_init_response),
488         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
489         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
490         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
491         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
492         (gst_rtsp_message_get_body), (dump_key_value):
493         * gst-libs/gst/rtsp/gstrtspmessage.h:
494         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
495         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
496         (gst_rtsp_range_parse):
497         * gst-libs/gst/rtsp/gstrtsprange.h:
498         * gst-libs/gst/rtsp/gstrtsptransport.c:
499         * gst-libs/gst/rtsp/gstrtspurl.c:
500         Fix some more RTSP docs.
501         Add some missing methods for dealing with messages.
502
503 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
504
505         * docs/libs/gst-plugins-base-libs-docs.sgml:
506         * docs/libs/gst-plugins-base-libs-sections.txt:
507         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
508         * gst-libs/gst/rtsp/gstrtspbase64.h:
509         * gst-libs/gst/rtsp/gstrtspconnection.c:
510         (gst_rtsp_connection_connect), (add_auth_header),
511         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
512         (read_body), (gst_rtsp_connection_receive),
513         (gst_rtsp_connection_next_timeout),
514         (gst_rtsp_connection_reset_timeout),
515         (gst_rtsp_connection_set_auth):
516         * gst-libs/gst/rtsp/gstrtspconnection.h:
517         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
518         * gst-libs/gst/rtsp/gstrtspdefs.h:
519         * gst-libs/gst/rtsp/gstrtspmessage.h:
520         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
521         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
522         (gst_rtsp_range_parse):
523         * gst-libs/gst/rtsp/gstrtspurl.h:
524         Added beginnings of RTSP documentation.
525
526 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
527
528         * docs/libs/Makefile.am:
529         * docs/libs/gst-plugins-base-libs-docs.sgml:
530         * docs/libs/gst-plugins-base-libs-sections.txt:
531         * gst-libs/gst/sdp/gstsdp.h:
532         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
533         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
534         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
535         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
536         (gst_sdp_message_get_attribute_val),
537         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
538         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
539         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
540         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
541         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
542         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
543         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
544         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
545         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
546         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
547         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
548         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
549         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
550         (gst_sdp_media_get_attribute_val_n),
551         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
552         (print_media), (gst_sdp_message_dump):
553         * gst-libs/gst/sdp/gstsdpmessage.h:
554         Document the SDP library.
555         Add some of the missing SDPMedia methods.
556
557 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
558
559         * configure.ac:
560         * gst-libs/gst/Makefile.am:
561         * gst-libs/gst/rtsp/Makefile.am:
562         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
563         * gst-libs/gst/rtsp/gstrtspbase64.h:
564         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
565         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
566         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
567         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
568         (parse_response_status), (parse_request_line), (parse_line),
569         (gst_rtsp_connection_read), (read_body),
570         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
571         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
572         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
573         (gst_rtsp_connection_set_auth):
574         * gst-libs/gst/rtsp/gstrtspconnection.h:
575         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
576         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
577         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
578         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
579         (gst_rtsp_find_method):
580         * gst-libs/gst/rtsp/gstrtspdefs.h:
581         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
582         (gst_rtsp_message_new), (gst_rtsp_message_init),
583         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
584         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
585         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
586         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
587         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
588         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
589         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
590         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
591         (gst_rtsp_message_dump):
592         * gst-libs/gst/rtsp/gstrtspmessage.h:
593         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
594         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
595         (gst_rtsp_range_parse), (gst_rtsp_range_free):
596         * gst-libs/gst/rtsp/gstrtsprange.h:
597         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
598         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
599         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
600         (range_as_text), (rtsp_transport_mode_as_text),
601         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
602         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
603         (gst_rtsp_transport_free):
604         * gst-libs/gst/rtsp/gstrtsptransport.h:
605         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
606         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
607         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
608         * gst-libs/gst/rtsp/gstrtspurl.h:
609         * gst-libs/gst/sdp/Makefile.am:
610         * gst-libs/gst/sdp/gstsdp.h:
611         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
612         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
613         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
614         (gst_sdp_attribute_init), (gst_sdp_message_new),
615         (gst_sdp_message_init), (gst_sdp_message_uninit),
616         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
617         (gst_sdp_media_uninit), (gst_sdp_media_free),
618         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
619         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
620         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
621         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
622         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
623         (gst_sdp_message_get_attribute_val),
624         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
625         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
626         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
627         (gst_sdp_media_get_attribute_val_n),
628         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
629         (read_string), (read_string_del), (gst_sdp_parse_line),
630         (gst_sdp_message_parse_buffer), (print_media),
631         (gst_sdp_message_dump):
632         * gst-libs/gst/sdp/gstsdpmessage.h:
633         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
634         Move SDP and RTSP from helper objects in -good to a reusable library.
635         Use a proper gst_ namespace.
636
637 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
638
639         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
640         (vorbis_dec_flush_decode):
641         Use the new buffer clipping function from gstaudio here.
642
643 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
644
645         * docs/libs/gst-plugins-base-libs-sections.txt:
646         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
647         * gst-libs/gst/audio/audio.h:
648         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
649         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
650         Also add deprecation guards for gst_audio_structure_set_int() to the
651         header.
652
653 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
654
655         * docs/libs/gst-plugins-base-libs-sections.txt:
656           Cleanup the docs.
657
658 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
659
660         Patch by: Dan Williams <dcbw at redhat dot com>
661
662         * gst/playback/gstplaybasebin.c:
663         (gst_play_base_bin_get_streaminfo_value_array):
664         Don't return NULL when querying the stream info value array but instead
665         return an empty array. Fixes #459204.
666
667 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
668
669         * gst/playback/gsturidecodebin.c:
670           Init debug category before using it.
671
672 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
673
674         * gst-libs/gst/interfaces/mixer.h:
675         Add padding vars in place of the signal pointers
676         when building with DISABLE_DEPRECATED so that the
677         interface structure doesn't change size.
678
679 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
680
681         * docs/libs/gst-plugins-base-libs-sections.txt:
682         * ext/alsa/gstalsamixer.c:
683         * ext/alsa/gstalsamixer.h:
684         * ext/alsa/gstalsamixerelement.c:
685         * ext/alsa/gstalsamixertrack.c:
686         * gst-libs/gst/interfaces/mixer.c:
687         * gst-libs/gst/interfaces/mixer.h:
688         * gst-libs/gst/interfaces/mixeroptions.c:
689         * gst-libs/gst/interfaces/mixeroptions.h:
690         * gst-libs/gst/interfaces/mixertrack.c:
691         * gst-libs/gst/interfaces/mixertrack.h:
692         * tests/check/Makefile.am:
693         * tests/check/libs/mixer.c:
694
695         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
696         Fixes: #152864 
697
698         Add support for notifying mixer changes on the message bus, and
699         implement it in alsamixer.
700
701         API: gst_mixer_get_mixer_flags
702         API: gst_mixer_message_parse_mute_toggled
703         API: gst_mixer_message_parse_record_toggled
704         API: gst_mixer_message_parse_volume_changed
705         API: gst_mixer_message_parse_option_changed
706         API: GstMixerMessageType
707         API: GstMixerFlags
708
709 2007-07-20  Michael Smith <msmith@fluendo.com>
710
711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
712         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
713           xcontext->im_format is only for testing XShm support (as the header
714           file comments document). Use xvimage->im_format for everything else.
715           Avoids spurious warnings on buffer allocation before setcaps.
716
717 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
718
719         * tests/examples/volume/Makefile.am:
720         * tests/icles/Makefile.am:
721           We should use $(LIBM).
722
723 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
724
725         * tests/icles/Makefile.am:
726           This needs -lm.
727
728 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
729
730         * gst-libs/gst/rtp/gstbasertppayload.c:
731         (gst_basertppayload_class_init), (gst_basertppayload_init),
732         (gst_basertppayload_set_property),
733         (gst_basertppayload_get_property):
734         Don't break ABI, restore previous ranges. Keep the default random
735         selection of timestamp and seqnum offset but as soon as the app sets a
736         specific value, use that one.
737
738 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
739
740         Patch by: Bastien Nocera <hadess at hadess dot net>
741
742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
743         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
744         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
745         * sys/xvimage/xvimagesink.h:
746         Add option to turn off double-buffering for debugging purposes.
747         Fixes #437169.
748
749 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
750
751         Patch by: Jorn Baayen <jorn at openedhand dot com>
752
753         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
754         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
755         (gst_ximagesink_init), (gst_ximagesink_class_init):
756         * sys/ximage/ximagesink.h:
757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
758         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
759         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
760         * sys/xvimage/xvimagesink.h:
761         add 'handle-expose' property. Useful for video widgets which may want to
762         be in control of Expose behaviour. Fixes #380625
763
764 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
765
766         * gst-libs/gst/rtp/gstbasertppayload.c:
767         (gst_basertppayload_class_init), (gst_basertppayload_init),
768         (gst_basertppayload_event), (gst_basertppayload_push),
769         (gst_basertppayload_set_property),
770         (gst_basertppayload_get_property),
771         (gst_basertppayload_change_state):
772         * gst-libs/gst/rtp/gstbasertppayload.h:
773         Fix ranges of rtp payloader properties so that the full range can be
774         used in addition to -1 (random).
775         Fix wrong seqnum reporting in caps.
776         Fixes #420326.
777
778 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
779
780         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
781         (gst_video_rate_query):
782         Use boilerplate.
783         Add latency query, might not be perfect yet but already works a lot
784         better. Fixes #442557.
785
786 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
787
788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
789         (gst_xvimagesink_setcaps):
790         * sys/xvimage/xvimagesink.h:
791         After a caps change, redraw our borders to avoid garbage left there
792         when the image format changes to a smaller size, like 16:9 -> 4:3
793         Also, hold the flow_lock a bit longer in the set_caps while we're
794         fiddling with the xcontext.
795
796 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
797
798         * Makefile.am:
799         * configure.ac:
800         * tests/Makefile.am:
801         Remove bogus check for libcheck, since we check for
802         gstreamer-check and it pulls in the required info from there, and we
803         weren't actually _using_ the information for libcheck ourselves
804         anyway.
805
806 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
807
808         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
809         (gst_ffmpeg_caps_to_pixfmt):
810         Fix the r_mask test for RGBA32 on little-endian.
811         Fix a stupid typo that would have obviously broken 
812         compilation on big-endian, if anyone was testing.
813
814 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
815
816         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
817         (paint_hline_str4):
818         * gst/videotestsrc/videotestsrc.h:
819         Add alpha to the color struct.
820         Use a default alpha value of 255 instead of 128.
821
822 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
823
824         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
825         (setup_source):
826         Clear the dynamic pads counter when starting a new uri. This makes
827         reusing playbin work again.
828         Fixes #454264.
829
830 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
831
832         * configure.ac:
833           Use pkg-config to locate check.
834
835 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
836
837         * configure.ac:
838         * tests/check/elements/volume.c: (GST_START_TEST):
839           Fix 'make check' build against core CVS.
840
841 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
842
843         * gst-libs/gst/interfaces/propertyprobe.c:
844         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
845         * gst-libs/gst/tag/gstvorbistag.c:
846           Make gtk-doc happy.
847
848 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
849
850         * gst-libs/gst/audio/gstbaseaudiosink.c:
851         (gst_base_audio_sink_callback):
852           Quick hack to make audiosinks stop at EOS when operating in
853           pull-mode; needs to be fixed properly some day.
854
855 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
856
857         * docs/libs/gst-plugins-base-libs-sections.txt:
858           Fix location of includes in the docs.
859
860 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
861
862         * gst/ffmpegcolorspace/avcodec.h:
863         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
864         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
865         (gst_ffmpegcsp_avpicture_fill):
866         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
867         (img_get_alpha_info):
868         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
869         of the existing BGRA32 and RGBA32 formats with the alpha at the other
870         end of the word. Partially fixes #451908
871
872 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
873
874         * docs/libs/Makefile.am:
875         * docs/plugins/Makefile.am:
876           Simplify --extra-dir as gtkdoc scans recursively.
877
878 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
879
880         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
881         (gst_adder_request_new_pad):
882         Make getcaps more robust by not using the proxycaps function. This makes
883         sure that we don't end up recursively calling getcaps upstream.
884         See #316248.
885
886 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
887
888         * gst/audioconvert/audioconvert.c:
889         Include math.h to fix compilation.
890
891 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
892
893         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
894         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
895         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
896         format, as produced by some dc1394 cameras like the iSight.
897         See http://www.fourcc.org/yuv.php#IYU1
898
899 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
900
901         * gst/audioconvert/Makefile.am:
902         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
903         (check_default), (audio_convert_prepare_context),
904         (audio_convert_clean_context), (audio_convert_convert):
905         * gst/audioconvert/audioconvert.h:
906         * gst/audioconvert/gstaudioconvert.c:
907         (gst_audio_convert_dithering_get_type),
908         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
909         (gst_audio_convert_init), (gst_audio_convert_set_caps),
910         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
911         * gst/audioconvert/gstaudioconvert.h:
912         * gst/audioconvert/gstaudioquantize.c:
913         (gst_audio_quantize_setup_noise_shaping),
914         (gst_audio_quantize_free_noise_shaping),
915         (gst_audio_quantize_setup_dither),
916         (gst_audio_quantize_free_dither),
917         (gst_audio_quantize_setup_quantize_func),
918         (gst_audio_quantize_setup), (gst_audio_quantize_free):
919         * gst/audioconvert/gstaudioquantize.h:
920         Implement dithering and noise shaping in audioconvert. By default now
921         TPDF dithering (and no noise shaping) will be used when converting
922         from a higher bit depth to 20 bit depth or smaller, otherwise
923         everything will be as it is now.
924         For the last audioconvert in a pipeline it would make sense to
925         use some kind of noise shaping, enabling it by default for all
926         conversions would give undesired results though. Fixes #360246.
927         * tests/check/elements/audioconvert.c: (setup_audioconvert),
928         (GST_START_TEST):
929         Adjust unit test for the new audioconvert.
930
931 2007-06-28  Wim Taymans  <wim@fluendo.com>
932
933         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
934         Use other metrics as well when estimating the buffer level.
935
936 2007-06-28  Wim Taymans  <wim@fluendo.com>
937
938         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
939         Small debug improvement.
940
941         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
942         (plugin_init):
943         Tweak the rate estimation period.
944         When calculating the buffer filledness in rate estimation mode, don't
945         mix it with other metrics.
946
947 2007-06-28  Wim Taymans  <wim@fluendo.com>
948
949         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
950         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
951         When creating the groups, allow for a 5 second, unlimited buffers
952         preroll phase after which we expose the group.
953         When the group is exposed, use a small number of buffers up to a 2
954         second limit. Also disconnect the overrun signal from multiqueue when we
955         exposed the group because it is not needed anymore.
956
957 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
958
959         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
960           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
961           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
962           (#451707); also, output some debugging info when dealing with
963           freeform strings.
964
965         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
966           Add unit test for the above.
967
968 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
969
970         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
971           Add description for Windows Media RTP caps.
972
973         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
974           Remove RTP fields that don't define the format from caps.
975
976 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
977
978         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
979           Skip empty buffers, but not empty header buffers. That way the original
980           vorbisdec unit test still passes (#451145); also, take into account
981           that those empty packets might carry a granulepos.
982
983         * tests/check/Makefile.am:
984         * tests/check/elements/vorbisdec.c:
985         (_create_codebook_header_buffer), (_create_audio_buffer),
986         (GST_START_TEST), (vorbisdec_suite):
987           Add unit test that sends an empty packet.
988
989 2007-06-27  Wim Taymans  <wim@fluendo.com>
990
991         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
992         Don't error out on 0-sized packets, just emit a warning because this is
993         not a fatal error. Fixes #451145.
994
995 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
996
997         * docs/plugins/gst-plugins-base-plugins.args:
998         * docs/plugins/gst-plugins-base-plugins.signals:
999         * docs/plugins/inspect/plugin-adder.xml:
1000         * docs/plugins/inspect/plugin-alsa.xml:
1001         * docs/plugins/inspect/plugin-audioconvert.xml:
1002         * docs/plugins/inspect/plugin-audiorate.xml:
1003         * docs/plugins/inspect/plugin-audioresample.xml:
1004         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1005         * docs/plugins/inspect/plugin-cdparanoia.xml:
1006         * docs/plugins/inspect/plugin-decodebin.xml:
1007         * docs/plugins/inspect/plugin-decodebin2.xml:
1008         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1009         * docs/plugins/inspect/plugin-gdp.xml:
1010         * docs/plugins/inspect/plugin-gnomevfs.xml:
1011         * docs/plugins/inspect/plugin-libvisual.xml:
1012         * docs/plugins/inspect/plugin-ogg.xml:
1013         * docs/plugins/inspect/plugin-pango.xml:
1014         * docs/plugins/inspect/plugin-playbin.xml:
1015         * docs/plugins/inspect/plugin-subparse.xml:
1016         * docs/plugins/inspect/plugin-tcp.xml:
1017         * docs/plugins/inspect/plugin-theora.xml:
1018         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1019         * docs/plugins/inspect/plugin-video4linux.xml:
1020         * docs/plugins/inspect/plugin-videorate.xml:
1021         * docs/plugins/inspect/plugin-videoscale.xml:
1022         * docs/plugins/inspect/plugin-videotestsrc.xml:
1023         * docs/plugins/inspect/plugin-volume.xml:
1024         * docs/plugins/inspect/plugin-vorbis.xml:
1025         * docs/plugins/inspect/plugin-ximagesink.xml:
1026         * docs/plugins/inspect/plugin-xvimagesink.xml:
1027           Update docs with caps info.
1028
1029 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1030
1031         * po/POTFILES.in:
1032           Add more files with translatable strings (#450875).
1033
1034 2007-06-23  Edward Hervey  <edward@fluendo.com>
1035
1036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1037         The chain should be freed if we error out here, else it will leak.
1038         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1039         (cleanup_decodebin):
1040         Don't forget to *properly* remove the signals, else it will leak.
1041
1042 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1043
1044         * MAINTAINERS:
1045         Updating all the maintainers files
1046
1047 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1048
1049         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1050         (main):
1051           Destroy and recreate parse-launch based pipeline after stop to be able
1052           to play again. Reorder some code and add more comments.
1053
1054 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1055
1056         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1057         When handling a delayed-caps notification case, mark
1058         the group as dynamic so that the nbdynamic count is
1059         incremented and decremented correctly. Fixes: #449156
1060         Patch by: Wim Taymans <wim@fluendo.com>
1061
1062 2007-06-19  Andy Wingo  <wingo@pobox.com>
1063
1064         * gst-libs/gst/audio/gstbaseaudiosink.c
1065         (gst_base_audio_sink_init): Enable pull-mode operation.
1066
1067 2007-06-19  Michael Smith <msmith@fluendo.com>
1068
1069         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1070           Change minimum rate back to 1000 to allow low-sample-rate wav files
1071           to play back.
1072
1073 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1074
1075         * po/vi.po:
1076           Update translations.
1077
1078 2007-06-15  David Schleef  <ds@schleef.org>
1079
1080         * gst/playback/gstqueue2.c:
1081           Fix compile error from ignored return value.
1082
1083 2007-06-15  Michael Smith <msmith@fluendo.com>
1084
1085         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1086           Update tmpbuf for all neccesary rows, not just one, as is required
1087           when downscaling.
1088           Fixes #402076.
1089
1090 2007-06-15  Michael Smith <msmith@fluendo.com>
1091
1092         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1093         (eos_buffer_probe):
1094           Add a test that ensures we set DELTA_UNIT on all non-header,
1095           non-video buffers, if we have a video stream.
1096         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1097         (gst_ogg_mux_process_best_pad):
1098           Move setting delta_pad to earlier, where we inspect all pads, so
1099           that leading audio pages don't get DELTA_UNIT unset if they come
1100           before the first DELTA_UNIT from video pages. Fixes the newly-added
1101           test. Fixes #385527.
1102
1103 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1104
1105         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1106           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1107           fails on the p5-ppc64 build bot and the failure looks like it is due
1108           to the same issue as #348114, ie. a compiler bug.
1109
1110 2007-06-13  Edward Hervey  <edward@fluendo.com>
1111
1112         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1113         Fix build on MacOSX.
1114
1115 2007-06-13  Wim Taymans  <wim@fluendo.com>
1116
1117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1118         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1119         Fix compilation on mingw. Fixes #446972.
1120
1121 2007-06-12  Wim Taymans  <wim@fluendo.com>
1122
1123         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1124
1125         * gst/playback/gstqueue2.c: (update_buffering),
1126         (gst_queue_locked_enqueue):
1127         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1128         also update the buffering status when receiving events. Fixes #446551.
1129
1130 2007-06-11  Wim Taymans  <wim@fluendo.com>
1131
1132         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1133
1134         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1135         (gst_queue_handle_src_query):
1136         Wait for preroll before attempting to forward a duration query upstream.
1137         Fixes #445505.
1138
1139 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1140
1141         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1142         (gst_base_rtp_depayload_set_gst_timestamp):
1143         Use G_GINT64_CONSTANT macro for int64 constant.
1144         * win32/common/libgstinterfaces.def:
1145         * win32/common/libgsttag.def:
1146         Add new exported functions.
1147
1148 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1149
1150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1151           The BOS page of the first Dirac video stream needs to come before
1152           the BOS page of any Vorbis streams or other audio streams, just like
1153           it is with Theora.
1154
1155 2007-06-07  Wim Taymans  <wim@fluendo.com>
1156
1157         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1158         Fix compilation.
1159
1160 2007-06-06  Wim Taymans  <wim@fluendo.com>
1161
1162         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1163
1164         * gst/playback/gstqueue2.c: (gst_queue_init),
1165         (gst_queue_handle_sink_event), (gst_queue_chain),
1166         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1167         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1168         (gst_queue_src_activate_pull):
1169         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1170         Does not yet completely work because duration queries upstream won't
1171         block yet.
1172
1173 2007-06-06  Wim Taymans  <wim@fluendo.com>
1174
1175         * configure.ac:
1176         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1177         Some more fseeko checks.
1178
1179 2007-06-06  Wim Taymans  <wim@fluendo.com>
1180
1181         * configure.ac:
1182         check for large file support.
1183
1184 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1185
1186         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1187
1188         * gst/subparse/gstsubparse.c: (parse_subrip),
1189         (subviewer_unescape_newlines), (parse_subviewer),
1190         (gst_sub_parse_data_format_autodetect),
1191         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1192         * gst/subparse/gstsubparse.h:
1193         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1194         * tests/check/elements/subparse.c: (GST_START_TEST),
1195         (subparse_suite):
1196         Add a unit test for both SubViewer formats.
1197
1198 2007-06-01  Michael Smith <msmith@fluendo.com>
1199
1200         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1201           Don't overflow intermediate values when seeking to large time values
1202           in audiotestsrc.
1203
1204 2007-06-05  Wim Taymans  <wim@fluendo.com>
1205
1206         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1207         (gst_queue_create_read), (gst_queue_read_item_from_file),
1208         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1209         Include stdio to define fseeko.
1210
1211 2007-06-05  Wim Taymans  <wim@fluendo.com>
1212
1213         Patch by: Edward Hervey  <edward@fluendo.com>
1214
1215         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1216         (gst_v4lsrc_query):
1217         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1218
1219 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1220
1221         * gst-libs/gst/riff/Makefile.am:
1222         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1223           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1224           our own implementation.
1225
1226 2007-06-05  Wim Taymans  <wim@fluendo.com>
1227
1228         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1229         (gst_base_rtp_depayload_setcaps),
1230         (gst_base_rtp_depayload_set_gst_timestamp),
1231         (gst_base_rtp_depayload_change_state):
1232         Handle timestamp wraparound.
1233
1234 2007-06-05  Wim Taymans  <wim@fluendo.com>
1235
1236         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1237         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1238         (gst_uri_decode_bin_change_state):
1239         Make sure we name srcpads uniquely even when using different internal
1240         decodebins.
1241         Signal no-more-pads when no more dynamic elements exist.
1242         Remove pads on cleanup.
1243
1244 2007-06-05  Wim Taymans  <wim@fluendo.com>
1245
1246         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1247
1248         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1249         (gst_queue_init), (gst_queue_finalize),
1250         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1251         (gst_queue_create_read), (gst_queue_read_item_from_file),
1252         (gst_queue_open_temp_location_file),
1253         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1254         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1255         (gst_queue_is_empty), (gst_queue_is_filled),
1256         (gst_queue_change_state), (gst_queue_set_temp_location),
1257         (gst_queue_set_property):
1258         Add support for filebased buffering. Fixes #441264.
1259
1260 2007-06-05  Wim Taymans  <wim@fluendo.com>
1261
1262         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1263         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1264         (caps_notify_group_cb), (gst_decode_group_new),
1265         (gst_decode_group_free):
1266         Add support for delayed caps fixation when autoplugging.
1267         Optimize cases where a multiqueue is not needed/wanted, like right after
1268         anything that is not a demuxer.
1269
1270 2007-06-05  Wim Taymans  <wim@fluendo.com>
1271
1272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1273         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1274         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1275         consideratly speedup ogg chain detection by not trying to find a base
1276         timestamp for skeleton streams. 
1277
1278 2007-06-05  Wim Taymans  <wim@fluendo.com>
1279
1280         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1281         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1282         (gst_multi_fd_sink_remove_flush),
1283         (gst_multi_fd_sink_remove_client_link),
1284         (gst_multi_fd_sink_handle_client_write),
1285         (gst_multi_fd_sink_handle_clients):
1286         * gst/tcp/gstmultifdsink.h:
1287         Add support for remove_flush.
1288
1289 2007-06-05  Wim Taymans  <wim@fluendo.com>
1290
1291         * docs/design/draft-keyframe-force.txt:
1292         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1293         (theora_enc_chain):
1294         Add draft design for forcing keyframes in encoders and implement in
1295         theoraenc.
1296
1297 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1298
1299         * configure.ac:
1300           Back to CVS
1301
1302 === release 0.10.13 ===
1303
1304 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1305
1306         * configure.ac:
1307           releasing 0.10.13, "What's Going on?"
1308
1309 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1310
1311         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1312         In riff, the depth is stored in the size field but it just means that
1313         the least significant bits are cleared. We can therefore just play
1314         the sample as if it had a depth == width. Fixes: #440997
1315
1316         Patch by: Wim Taymans <wim@fluendo.com> 
1317         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1318
1319 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1320
1321         * gst-libs/gst/floatcast/floatcast.h:
1322         Define inline when needed on win32 builds. Fixes: #441295
1323         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1324
1325 2007-05-29  Wim Taymans  <wim@fluendo.com>
1326
1327         * gst/playback/gstplaybasebin.c: (queue_overrun),
1328         (no_more_pads_full):
1329         Stop buffering when the group is commited because the queues filled up.
1330         Fixes #442024.
1331
1332 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1333
1334         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1335         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1336         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1337         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1338         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1339         * ext/alsa/gstalsamixer.h:
1340         * ext/alsa/gstalsamixerelement.c:
1341         (gst_alsa_mixer_element_interface_supported),
1342         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1343         (gst_alsa_mixer_element_set_property),
1344         (gst_alsa_mixer_element_get_property),
1345         (gst_alsa_mixer_element_change_state):
1346         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1347         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1348         (gst_mixer_option_changed):
1349         * gst-libs/gst/interfaces/mixer.h:
1350         Revert commits towards #152864 made so far. We'll pick it up again
1351         after the 0.10.13 release.
1352
1353 2007-05-24  Wim Taymans  <wim@fluendo.com>
1354
1355         * gst-libs/gst/audio/gstbaseaudiosink.c:
1356         (gst_base_audio_sink_render):
1357         After an interrupt (PAUSED/flush) assume that the next sample should not
1358         be aligned to the previous sample. Fixes #417992.
1359
1360 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1361
1362         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1363           Don't add channels and rate fields to the template caps for
1364           audio/x-dts, as wavparse might not always be able to set them,
1365           which would then lead to 'caps are not a real subset of the
1366           template caps' warnings.
1367
1368 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1369
1370         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1371         Handle unknown or invalid pads without crashing, as might occur if
1372         a media file like an mp3 is specified as a subtitle file.
1373         Fixes: #410039
1374
1375 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1376
1377         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1378         (setup_sinks):
1379         Block the subtitle bin output queue before ghosting it and linking,
1380         then unblock after. This avoids spurious not-linked errors caused 
1381         by the queue starting up (because it gets linked when it is ghosted). 
1382         Fixes: #350299
1383
1384 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1385
1386         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1387         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1388         file. Avoids flukes where the input gets typefound to some valid but
1389         useless type.
1390
1391 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         * tests/check/Makefile.am:
1394         * tests/check/elements/.cvsignore:
1395         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1396         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1397           Add unit test for gnomevfssink seeking and position reporting for
1398           file:// URIs.
1399
1400 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1401
1402         Patch by: Mark Nauwelaerts <manauw at skynet be>
1403
1404         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1405         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1406         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1407         * ext/gnomevfs/gstgnomevfssink.h:
1408           Fix position reporting, especially after a seek (from upstream),
1409           see #412648.
1410
1411 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1412
1413         * ext/cdparanoia/gstcdparanoiasrc.c:
1414           Repair umlaut.
1415
1416 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1417
1418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1419         Specify the full valid range for MP3 samplerates. Fixes a regression
1420         caused by extra header checks since the last release.
1421
1422 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1423
1424         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1426         Fix a locking-order bug I introduced with my changes the other day.
1427         Patch by Mike Smith.
1428
1429 2007-05-21  Michael Smith <msmith@fluendo.com>
1430
1431         * ext/theora/theoradec.c: (theora_handle_data_packet):
1432           Don't look inside 0-length packets (which indicate duplicated
1433           frames)
1434
1435 2007-05-21  Wim Taymans  <wim@fluendo.com>
1436
1437         * ext/cdparanoia/gstcdparanoiasrc.c:
1438         (gst_cd_paranoia_src_read_sector):
1439         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1440         (gst_base_audio_src_create):
1441         Small cleanups.
1442
1443         * ext/theora/theoradec.c: (theora_dec_sink_event):
1444         Fix typo.
1445
1446         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1447         (gst_base_rtp_depayload_set_gst_timestamp):
1448         Add some FIXME
1449
1450         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1451         And some debug info when a FIXME path is hit.
1452
1453 2007-05-21  Wim Taymans  <wim@fluendo.com>
1454
1455         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1456         (gst_base_rtp_audio_payload_class_init),
1457         (gst_base_rtp_audio_payload_init),
1458         (gst_base_rtp_audio_payload_finalize),
1459         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1460         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1461         (gst_base_rtp_payload_audio_handle_event):
1462         Some cleanups, remove minptime property as it is now in the parent
1463         class.
1464         Override parent class event function.
1465
1466         * gst-libs/gst/rtp/gstbasertppayload.c:
1467         (gst_basertppayload_class_init), (gst_basertppayload_init),
1468         (gst_basertppayload_event), (gst_basertppayload_set_property),
1469         (gst_basertppayload_get_property):
1470         * gst-libs/gst/rtp/gstbasertppayload.h:
1471         Add min-ptime property.
1472         Add handle-event vmethod. Fixes #415001.
1473
1474 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1475
1476         * gst-libs/gst/audio/gstbaseaudiosink.c
1477           (gst_base_audio_sink_change_state):
1478           Fix typo in comment.
1479
1480         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1481           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1482           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1483           close_link):
1484         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1485           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1486           Remove trailing whitespaces in comments.
1487
1488         * gst/volume/Makefile.am:
1489           Fix tabs.
1490
1491 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1492
1493         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1494
1495         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1496           set_option, get_option, _gst_reserved):
1497           Revert reordering functions (keep ABI).
1498
1499 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1500
1501         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1502         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1503         (gst_ximagesink_show_frame):
1504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1505         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1506         (gst_xvimagesink_show_frame):
1507         When we create our own window, indicate that we handle the 
1508         WM_DELETE client message from the window manager, so that it won't 
1509         kill our window (and our app) along with it. Handle ClientMessage,
1510         post an error on the bus, and close the window. Further buffers
1511         arriving will result in a FlowError because the window has been
1512         destroyed.
1513
1514         Fixes: #393975
1515
1516         Clean up the X event handling loop and make them the same for
1517         both xvimagesink and ximagesink while I'm at it.
1518
1519 2007-05-17  Wim Taymans  <wim@fluendo.com>
1520
1521         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1522         Make decodebin2 autoplug depayloaders too.
1523
1524         * gst/playback/gsturidecodebin.c: (source_new_pad):
1525         Set the newly created decoder in a usable state when autoplugging a
1526         dynamic source such as RTSP.
1527
1528 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1529
1530         * gst/playback/gststreaminfo.c: (cb_probe):
1531           Ignore video-codec tag for audio streams and ignore audio-codec tags
1532           for video streams. Should make codec name collection a bit more
1533           robust against sloppy demuxers that send tag events containing both
1534           tags down each pad.
1535
1536 2007-05-17  Wim Taymans  <wim@fluendo.com>
1537
1538         * gst/playback/gstqueue2.c: (update_rates):
1539         Tweak the buffering thresholds a little.
1540         Update the buffer size with the previously calculate rate instead of
1541         only when we calculate a new rate so that we get smoother buffering
1542         updates.
1543
1544         * gst/playback/Makefile.am:
1545         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
1546         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1547         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1548         (gst_uri_decode_bin_get_property), (unknown_type),
1549         (add_element_stream), (no_more_pads_full), (no_more_pads),
1550         (source_no_more_pads), (new_decoded_pad), (array_has_value),
1551         (gen_source_element), (has_all_raw_caps), (analyse_source),
1552         (remove_decoders), (make_decoder), (remove_source),
1553         (source_new_pad), (setup_source), (decoder_query_init),
1554         (decoder_query_duration_fold), (decoder_query_duration_done),
1555         (decoder_query_position_fold), (decoder_query_position_done),
1556         (decoder_query_latency_fold), (decoder_query_latency_done),
1557         (decoder_query_seeking_fold), (decoder_query_seeking_done),
1558         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
1559         (gst_uri_decode_bin_change_state), (plugin_init):
1560         New element that intergrates a source, optional buffering element and
1561         decodebin.
1562
1563 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1564
1565         * configure.ac:
1566           Bump libtheora requirement to 1.0alpha5 for the pixformat check
1567           (also has a .pc file, so we don't need the fallback check any
1568           longer). Fixes #438840.
1569
1570 2007-05-17  Wim Taymans  <wim@fluendo.com>
1571
1572         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1573         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
1574         (apply_segment), (apply_buffer), (update_buffering),
1575         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
1576         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1577         (gst_queue_handle_sink_event), (gst_queue_is_filled),
1578         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
1579         (plugin_init):
1580         fix build.
1581
1582 2007-05-17  Wim Taymans  <wim@fluendo.com>
1583
1584         * gst/playback/Makefile.am:
1585         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1586         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
1587         (gst_queue_getcaps), (gst_queue_bufferalloc),
1588         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
1589         (apply_buffer), (update_buffering), (reset_rate_timer),
1590         (update_rates), (gst_queue_locked_flush),
1591         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1592         (gst_queue_handle_sink_event), (gst_queue_is_empty),
1593         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
1594         (gst_queue_loop), (gst_queue_handle_src_event),
1595         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
1596         (gst_queue_src_activate_push), (gst_queue_change_state),
1597         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
1598         On our way to playbin2 this is the new network queue that does buffering
1599         all by itself using high and low watermarks. It can also measure up and
1600         downstream bandwidth to optimally size the queue.
1601
1602 2007-05-17  Michael Smith <msmith@fluendo.com>
1603
1604         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1605         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
1606           Use the segment->last_stop value to calculate the next timestamp to
1607           generate after a seek; not the segment->start value.
1608
1609 2007-05-15  David Schleef  <ds@schleef.org>
1610
1611         * docs/Makefile.am: Install docs even when --disable-gtk-doc
1612           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
1613
1614 2007-05-15  Wim Taymans  <wim@fluendo.com>
1615
1616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1617         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1618         Some more chained streaming ogg timestamp fixes.
1619
1620 2007-05-15  Wim Taymans  <wim@fluendo.com>
1621
1622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1623         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1624         (gst_ogg_demux_handle_page):
1625         Add some FIXMEs.
1626         Fix chain start/stop segment handling based on patch by
1627         <ahalda at cs dot mcgill dot ca> see #320984.
1628
1629 2007-05-15  Michael Smith <msmith@fluendo.com>
1630
1631         * configure.ac:
1632           We don't require a C++ compiler. So don't require one.
1633
1634 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1635
1636         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
1637           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1638           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
1639           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1640           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
1641           gst_alsa_mixer_update_track):
1642           Apply some of the cleanup Tim suggested in #152864 afterwards.
1643
1644 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1645
1646         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1647
1648         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
1649           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
1650           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
1651           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1652           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
1653           gst_alsa_mixer_handle_source_callback,
1654           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1655           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
1656           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
1657           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
1658           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
1659           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
1660         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
1661         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
1662           gst_alsa_mixer_element_interface_supported,
1663           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
1664           gst_alsa_mixer_element_set_property,
1665           gst_alsa_mixer_element_get_property,
1666           gst_alsa_mixer_element_change_state):
1667         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
1668         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
1669           gst_mixer_option_changed):
1670         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
1671           volume_changed, option_changed, _gst_reserved):
1672           Implement notification for alsamixer. Fixes #152864
1673
1674 2007-05-14  David Schleef  <ds@schleef.org>
1675
1676         * gst/videotestsrc/videotestsrc.c:
1677         * gst/videotestsrc/videotestsrc.h:
1678           Add support for video/x-raw-bayer.
1679
1680 2007-05-12  David Schleef  <ds@schleef.org>
1681
1682         * sys/xvimage/xvimagesink.c:
1683           Add some sanity checking for the XVImage size returned by X.
1684           Related to #377400.
1685
1686 2007-05-12  Wim Taymans  <wim@fluendo.com>
1687
1688         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1689         (gst_base_rtp_depayload_setcaps),
1690         (gst_base_rtp_depayload_set_gst_timestamp):
1691         Parse and use additional caps fields as described in updated
1692         application/x-rtp caps spec.
1693
1694 2007-05-12  Wim Taymans  <wim@fluendo.com>
1695
1696         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1697         (gst_ogg_demux_collect_chain_info):
1698         If there is a stream in a chain without any data packets, ignore the
1699         stream in the total length calculations. Might be related to #436820.
1700
1701 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
1702
1703         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
1704         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
1705         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1706         (mpeg_video_type_find), (mpeg_video_stream_type_find),
1707         (plugin_init):
1708
1709         Consolidate and re-work our mpeg system stream detection to probe
1710         more packets and produce a higher confidence result. Fixes a
1711         regression caused by lowering the typefind probability last year
1712         - related to bug #397810. Remove the redundant MPEG-1 specific 
1713         typefind function, as the new one detects both MPEG-1 & MPEG-2
1714         happily.
1715
1716         Also cleanup the MPEG elementary and MPEG-TS detection functions a
1717         little. 
1718
1719         Tested against my media test directory, with some improvements and
1720         no regressions.
1721
1722 2007-05-10  Wim Taymans  <wim@fluendo.com>
1723
1724         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
1725         (queue_out_of_data):
1726         Connect to the new queue "pushing" signal instead of the broken
1727         "running" one.
1728
1729 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
1730
1731         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1732         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
1733         Move variable declaration before the first instruction.
1734         * gst/videotestsrc/videotestsrc.c:
1735         Define M_PI if it's not defined yet.
1736         * win32/common/libgstrtp.def:
1737         Add new exported functions.
1738
1739 2007-05-09  Michael Smith <msmith@fluendo.com>
1740
1741         * ext/theora/theoradec.c: (theora_handle_type_packet):
1742           gst_pad_push_event() does not return a GstFlowReturn!
1743
1744 2007-05-09  Wim Taymans  <wim@fluendo.com>
1745
1746         * tests/examples/seek/scrubby.c: (stop_cb), (main):
1747         * tests/examples/seek/seek.c: (do_seek):
1748         Some small cosmetic changes.
1749
1750 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
1751
1752         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
1753           gst_adder_change_state):
1754         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
1755           segment_pending, segment_position, segment_rate):
1756           Handle playback-rate on adder.
1757
1758 2007-05-07  Michael Smith <msmith@fluendo.com>
1759
1760         * ext/theora/gsttheoradec.h:
1761         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1762         (theora_dec_sink_event), (theora_handle_comment_packet),
1763         (theora_handle_type_packet), (theora_dec_change_state):
1764           Don't push events (newsegment, tags) before initialising the
1765           decoder.
1766           This is neccesary for seeking to work correctly in gnonlin.
1767
1768 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1769
1770         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1771         * gst/adder/gstadder.c:
1772         * gst/audiotestsrc/gstaudiotestsrc.c
1773           (gst_audio_test_src_create_white_noise):
1774         * gst/videotestsrc/gstvideotestsrc.c:
1775         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
1776           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
1777           volume_sink_template, volume_src_template, gst_volume_init,
1778           volume_process_double, volume_process_int16,
1779           volume_process_int16_clamp):
1780           Doc fixes and formatting.
1781
1782 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1783
1784         * tests/check/Makefile.am:
1785         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1786           Minimal check for volume's GstController usability; also another
1787           test for #422295.
1788
1789 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1790
1791         * gst-libs/gst/cdda/gstcddabasesrc.c:
1792         (gst_cdda_base_src_add_track):
1793           Fix it so that it (a) makes sense and (b) doesn't break
1794           everything cdda-related including the unit test.
1795
1796 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1797
1798         * gst-libs/gst/cdda/gstcddabasesrc.c:
1799         (gst_cdda_base_src_add_track):
1800           Fix build when disabling asserts.
1801
1802 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
1803
1804         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
1805           When XShm is not available, we might get row strides that are not
1806           rounded up to multiples of four; this is bad, because virtually
1807           every RGB-processing element in GStreamer assumes rowstrides are
1808           rounded up to multiples of four, so let's allocate at least enough
1809           memory to avoid crashes in this case. The image will still be
1810           displayed distorted though if this happens, so that still needs
1811           fixing (maybe by allocating a bigger image with an 'even' width
1812           and then clipping it appropriately when rendering - something for
1813           Xlib aficionados in any case).
1814
1815 2007-05-03  Michael Smith <msmith@fluendo.com>
1816
1817         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1818           If a buffer doesn't have a timestamp, assume it's contiguous with
1819           the previous buffer, and synthesise timestamps appropriately.
1820
1821 2007-05-03  Edward Hervey  <edward@fluendo.com>
1822
1823         * tests/check/elements/videorate.c: (GST_START_TEST):
1824         Set buffer timestamp to a valid value in order to test the buffer
1825         really does stay in videorate.
1826
1827 2007-05-03  Edward Hervey  <edward@fluendo.com>
1828
1829         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1830         There is no sensible way to handle incoming buffers which don't have a
1831         valid timestamp. We therefore discard them and wait for the next one.
1832
1833 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1834
1835         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
1836         * gst/playback/gstdecodebin2.c: (plugin_init):
1837           Better error message for text files.
1838
1839 2007-04-29  Wim Taymans  <wim@fluendo.com>
1840
1841         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
1842         Fix offset bug in generation RR packets.
1843
1844 2007-04-27  Julien MOUTTE  <julien@moutte.net>
1845
1846         * ext/theora/theoradec.c: (_theora_granule_time),
1847         (theora_dec_push_forward), (theora_handle_data_packet),
1848         (theora_dec_decode_buffer): Calculate buffer duration correctly
1849         to generate a perfect stream (#433888).
1850         * gst/audioresample/gstaudioresample.c:
1851         (audioresample_check_discont): Glib provides ABS.
1852
1853 2007-04-27  Wim Taymans  <wim@fluendo.com>
1854
1855         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1856         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
1857         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
1858         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
1859         (gst_rtcp_packet_bye_set_reason):
1860         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1861         Fix RB block parsing and writing.
1862         Add support for constructing BYE packets.
1863
1864 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1865
1866         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
1867         (gst_base_audio_src_create):
1868         * po/POTFILES.in:
1869           When posting a warning message because samples were dropped, post
1870           something more intelligible than he default error message for clock
1871           errors which is just confusing in this context (#432984).
1872
1873 2007-04-25  Wim Taymans  <wim@fluendo.com>
1874
1875         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
1876         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
1877         (read_packet_header), (gst_rtcp_packet_move_to_next),
1878         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
1879         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
1880         (gst_rtcp_packet_sdes_get_item_count),
1881         (gst_rtcp_packet_sdes_first_item),
1882         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
1883         (gst_rtcp_packet_sdes_first_entry),
1884         (gst_rtcp_packet_sdes_next_entry),
1885         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
1886         (gst_rtcp_packet_sdes_add_entry):
1887         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1888         Implement code to write SR, RR and SDES packets.
1889
1890 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1891
1892         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
1893
1894         * sys/ximage/ximagesink.c:
1895           Fix build if XShm is not available (#432362).
1896
1897 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
1898
1899         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
1900         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
1901         pointers to random memory which are passed to g_free() when
1902         audio_convert_prepare_context() is called the first time.
1903
1904 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
1905
1906         Patch by: Dan Williams <dcbw redhat com>
1907
1908         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1909           Don't leak incoming buffer if gst_pad_push() returns a
1910           non-OK flow. Fixes #432755.
1911          
1912         * tests/check/elements/videorate.c: (GST_START_TEST),
1913         (videorate_suite):
1914           Unit test for the above by Yours Truly.
1915
1916 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
1917
1918         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1919         (gst_adder_sink_event), (gst_adder_collected):
1920           Fix non-flushing segmented seeks, Fixes #340060 for me
1921
1922 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         Patch by: Olivier Crete  <tester at tester ca>
1925
1926         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1927         (gst_base_rtp_audio_payload_class_init),
1928         (gst_base_rtp_audio_payload_init),
1929         (gst_base_rtp_audio_payload_dispose):
1930           Chain up to parent class in dispose function; get rid of
1931           unnecessary 'diposed' flag in private structure (#415001).
1932
1933 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1934
1935         * docs/libs/gst-plugins-base-libs.types:
1936         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1937         (gst_base_rtp_audio_payload_class_init):
1938         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1939         * gst-libs/gst/rtp/gstbasertppayload.c:
1940           Some minor docs fixes and additions; also add missing 'Since' bits.
1941
1942 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1943
1944         Patch by: Zeeshan Ali  <zeenix gmail com>
1945
1946         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1947         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1948         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1949         (gst_base_rtp_audio_payload_push):
1950         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1951           The recently-added gst_base_rtp_audio_payload_push() should take an
1952           object of type GstBaseRTPAudioPayload as first argument (#431672).
1953
1954 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1955
1956         * gst/audioresample/gstaudioresample.c:
1957           Make more functions static, just because we can.
1958
1959 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1960
1961         * tests/check/elements/audioresample.c:
1962           Add unit test for audioresample shutdown crasher (#420106).
1963
1964 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
1965
1966         * gst/subparse/gstsubparse.c:
1967         * gst/subparse/samiparse.c:
1968           Use GST_DISABLE_XML here
1969
1970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1971         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
1972         (gst_xvimagesink_buffer_alloc),
1973         (gst_xvimagesink_navigation_send_event):
1974         * sys/xvimage/xvimagesink.h:
1975           Include stdlib.h when using atoi.
1976           
1977         * tests/check/elements/playbin.c: (playbin_suite):
1978           Use GST_DISABLE_REGISTRY here
1979
1980 2007-04-19  Michael Smith  <msmith@fluendo.com>
1981
1982         * ext/theora/gsttheoraenc.h:
1983         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
1984         (theora_enc_sink_event), (theora_enc_change_state):
1985           Track initialisation state; don't try to use encoder state if we're
1986           not initialised (it'll segfault).
1987
1988 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
1989
1990         * tests/check/pipelines/.cvsignore:
1991         Fix build.
1992
1993 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1994
1995         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1996         Allow random depths between 1 and 32 instead of only multiplies of 8.
1997
1998 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1999
2000         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2001         Set the maximum number of channels for PCM and float in the correct
2002         place to have it also used when creating the template caps.
2003
2004 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2005
2006         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2007         Correctly support 4, 6 and 8 channels with normal PCM and float
2008         wav files.
2009
2010         Fix the depth and signedness calculation in extensible wav files and
2011         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2012         mask is found.
2013
2014         Add support for float, alaw and mulaw in extensible wav files.
2015
2016         This allows correct playback of all but 5 files from
2017         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2018         
2019         (gst_riff_create_audio_template_caps):
2020         Add voxware and float formats to the template caps.     
2021
2022 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2023
2024         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2025
2026         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2027         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2028
2029         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2030         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2031         Use the correct format strings for integer formats.
2032
2033 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2034
2035         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2036           Don't use pad_alloc_buffer_and_set_caps to create a small header
2037           packet, or, worse, to create a big temporary video buffer using the
2038           src pad.
2039
2040 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2041
2042         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2043         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2044           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2045           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2046
2047 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2048
2049         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2050           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2051           streamheader_suite):
2052           Add another test set up for failure
2053
2054 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2055
2056         * tests/check/Makefile.am:
2057         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2058           GST_START_TEST, streamheader_suite, main):
2059           Add a test for the streamheader bug Wim fixed.
2060
2061 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2062
2063         * ext/theora/theoradec.c: (theora_dec_sink_event):
2064         Fix misleading comment.
2065
2066 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2067
2068         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2069           More sanity checks for the header fields.
2070
2071 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2072
2073         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2074           Try encodings from all environment variables, not just those in the
2075           first environment variable that is set.
2076
2077 2007-04-12  Wim Taymans  <wim@fluendo.com>
2078
2079         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2080         (gst_video_rate_chain):
2081         Add some debug.
2082
2083         * tests/check/elements/videorate.c: (GST_START_TEST),
2084         (videorate_suite):
2085         Added check for videorate changing caps handling. Closes #421834.
2086
2087 2007-04-12  Michael Smith  <msmith@fluendo.com>
2088
2089         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2090           Use scale functions to avoid overflow when calculating duration of 
2091           vorbis buffers.
2092
2093 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2094
2095         * docs/libs/gst-plugins-base-libs-sections.txt:
2096         * gst-libs/gst/tag/tag.h:
2097         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2098           API: add gst_tag_freeform_string_to_utf8() (#405072).
2099
2100         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2101           Use gst_tag_freeform_string_to_utf8() here.
2102
2103 2007-04-12  Wim Taymans  <wim@fluendo.com>
2104
2105         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2106         (gst_gdp_pay_sink_event):
2107         Make sure we set the IN_CAPS flag correctly.
2108
2109         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2110         Get the IN_CAPS flag before we call functions that mess with the flags.
2111
2112 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2113
2114         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2115           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2116           Only stamp buffers with offset/offset_end right before they get
2117           pushed.  This ensures offset continuity, which was not the case
2118           before as shown by
2119           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2120
2121 2007-04-06  Wim Taymans  <wim@fluendo.com>
2122
2123         * gst/playback/gstplaybin.c: (add_sink),
2124         (gst_play_bin_change_state):
2125         Activate sync in playbin, we are ready to handle it for live streams.
2126
2127 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2128
2129         * tests/check/elements/playbin.c:
2130         (test_sink_usage_video_only_stream), (playbin_suite):
2131           Add small test for stream-info-value-array code paths.
2132
2133 2007-04-05  Wim Taymans  <wim@fluendo.com>
2134
2135         * gst-libs/gst/audio/gstbaseaudiosink.c:
2136         (gst_base_audio_sink_skew_slaving):
2137         Don't try to create invalid calibration parameters by making the
2138         internal time go backwards, instead make external time go forward.
2139
2140 2007-04-05  Wim Taymans  <wim@fluendo.com>
2141
2142         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2143
2144         * gst/playback/gstplaybasebin.c: (add_stream):
2145         Fix leak in add_stream(), when g_value_set_object() increases the
2146         refcount of streaminfo object. Fixes #426250.
2147
2148 2007-04-03  David Schleef  <ds@schleef.org>
2149
2150         * gst/videotestsrc/gstvideotestsrc.c:
2151         * gst/videotestsrc/gstvideotestsrc.h:
2152         * gst/videotestsrc/videotestsrc.c:
2153         * gst/videotestsrc/videotestsrc.h:
2154           Add a test pattern called "circular", which has concentric
2155           rings with varying radial frequency.  The main purpose of this
2156           pattern is to test fidelity loss in a filter or scaler element.
2157           Notably, this pattern is scale invariant, and is optimally viewed
2158           with a width (and height) of 400.
2159
2160 2007-04-03  Wim Taymans  <wim@fluendo.com>
2161
2162         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2163
2164         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2165         (deactivate_free_recursive):
2166         Decodebin2 doesn't unref pads it obtains in some occasions:
2167         - multiqueue src pads, when either connecting further or exposing
2168         - sink pads of new autoplugged elements
2169         - peer pads when recursively freeing elements
2170         Fixes #425455.
2171
2172 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2173
2174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2175         Add audio/x-raw-float support, now that audioconvert support
2176         non-native endianness floats.
2177
2178 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2179
2180         * docs/libs/gst-plugins-base-libs-docs.sgml:
2181           gstreamer-plugins-base.pc doesn't exist, it's
2182           gstreamer-plugins-base-0.10.pc.
2183
2184 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2185
2186         Patch by: René Stadler <mail at renestadler dot de>
2187         with some minor changes
2188
2189         * gst-libs/gst/floatcast/floatcast.h:
2190         Use more efficient float endianness conversion functions that don't
2191         involve 2 function calls per value.
2192         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2193         (check_default), (audio_convert_prepare_context):
2194         * gst/audioconvert/gstaudioconvert.c:
2195         (gst_audio_convert_parse_caps), (make_lossless_changes):
2196         Support non-native endianness floats as input and output.
2197         Fixes #339838.
2198         * tests/check/elements/audioconvert.c: (verify_convert),
2199         (GST_START_TEST):
2200         Add unit tests for the non-native endianness float conversions.
2201
2202 2007-03-29  Wim Taymans  <wim@fluendo.com>
2203
2204         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2205         (gst_base_rtp_depayload_base_init),
2206         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2207         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2208         (gst_base_rtp_depayload_set_gst_timestamp),
2209         (gst_base_rtp_depayload_change_state),
2210         (gst_base_rtp_depayload_set_property),
2211         (gst_base_rtp_depayload_get_property):
2212         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2213         Add Private structure.
2214         Bring element code to 2007.
2215         Parse clock-base caps param and use it when generating the
2216         newsegment.
2217         Reset variables before going to PAUSED.
2218         Fix some docs.
2219
2220 2007-03-29  Wim Taymans  <wim@fluendo.com>
2221
2222         * docs/libs/gst-plugins-base-libs-docs.sgml:
2223         * docs/libs/gst-plugins-base-libs-sections.txt:
2224         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2225         (gst_base_rtp_audio_payload_get_adapter):
2226         Add RTCP docs.
2227         Fix some more docs.
2228
2229         * gst-libs/gst/rtp/Makefile.am:
2230         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2231         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2232         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2233         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2234         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2235         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2236         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2237         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2238         (gst_rtcp_packet_sr_get_sender_info),
2239         (gst_rtcp_packet_sr_set_sender_info),
2240         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2241         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2242         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2243         (gst_rtcp_packet_sdes_get_chunk_count),
2244         (gst_rtcp_packet_sdes_first_chunk),
2245         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2246         (gst_rtcp_packet_sdes_first_item),
2247         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2248         (gst_rtcp_packet_bye_get_ssrc_count),
2249         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2250         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2251         (gst_rtcp_packet_bye_get_reason_len),
2252         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2253         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2254         Add new helper object for parsing and creating RTCP messages.
2255
2256 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2257
2258         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2259         PCM samples with width=8 must be always unsigned, no matter what
2260         depth they have.
2261
2262 2007-03-29  Andy Wingo  <wingo@pobox.com>
2263
2264         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2265         perfect offsets also, not just timestamps.
2266
2267         * tests/check/elements/videorate.c (test_more): Test that given
2268         any incoming offsets, that videorate produces perfect offsets.
2269
2270 2007-03-29  Wim Taymans  <wim@fluendo.com>
2271
2272         * gst-libs/gst/riff/riff-ids.h:
2273         Add some more RIFF formats.
2274
2275 2007-03-29  Wim Taymans  <wim@fluendo.com>
2276
2277         * gst-libs/gst/rtp/gstrtpbuffer.c:
2278         (gst_rtp_buffer_default_clock_rate):
2279         * gst-libs/gst/rtp/gstrtpbuffer.h:
2280         Fix fixed payload names and docs.
2281         Added method to get the default clock rates of fixed payload types.
2282         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2283
2284 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2285
2286         * tests/check/pipelines/.cvsignore:
2287         Add new vorbisdec test to cvsignore.
2288
2289 2007-03-28  Wim Taymans  <wim@fluendo.com>
2290
2291         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2292         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2293         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2294         (gst_base_audio_sink_set_property),
2295         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2296         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2297         (gst_base_audio_sink_skew_slaving),
2298         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2299         (gst_base_audio_sink_async_play):
2300         * gst-libs/gst/audio/gstbaseaudiosink.h:
2301         Store private stuff in GstBaseAudioSinkPrivate.
2302         Add configurable clock slaving modes property.
2303         API:: GstBaseAudioSink::slave-method property
2304         Some more latency reporting tweaks.
2305         Added skew based clock slaving correction and make it the default until
2306         the resampling method is more robust.
2307
2308 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2309
2310         * gst/audioconvert/audioconvert.c:
2311         Add docs to the integer pack functions and implement proper
2312         rounding. Before we had rounding towards negative infinity, i.e.
2313         always the smaller number was taken. Now we use natural rounding,
2314         i.e. rounding to the nearest integer and to the one with the largest
2315         absolute value for X.5. The old rounding introduced some minor
2316         distortions. Fixes #420079
2317         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2318         Fix one unit test that assumed the old rounding and added unit tests
2319         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2320         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2321         rounding from signed int32 to signed/unsigned int16.
2322
2323 2007-03-27  Michael Smith  <msmith@fluendo.com>
2324
2325         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2326         (gst_audio_convert_transform_caps):
2327           Fix typo in debug line introduced recently, as pointed out on irc.
2328
2329 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2330
2331         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2332         * tests/check/libs/tag.c: (GST_START_TEST):
2333           Make sure we parse floating-point numbers in vorbis comments
2334           correctly with either '.' or ',' as separator, no matter what
2335           the current locale is. Add unit test for this too.
2336
2337 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2338
2339         Patch by: René Stadler  <mail at renestadler de>
2340
2341         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2342           When writing out floating-point numbers to vorbis comment tags, always
2343           use the same character as separator no matter what the current locale is
2344           (fixes #423051).
2345
2346         * tests/check/libs/tag.c: (GST_START_TEST):
2347           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2348
2349 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2350
2351         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2352           vorbis_handle_data_packet):
2353           Correctly set DURATION to generate a timestamp-continuous stream.
2354           One bug left at the end; see
2355           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2356         * tests/check/Makefile.am:
2357         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2358           Add a test to check this.  Without the above patch this test fails.
2359
2360 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2361
2362         * gst-libs/gst/rtp/Makefile.am:
2363         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2364
2365 2007-03-23  Michael Smith  <msmith@fluendo.com>
2366
2367         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2368         (gst_video_rate_reset), (gst_video_rate_chain):
2369           If videorate changes caps, we can no longer use the old buffer
2370           (which may have a different size, incompatible with our caps).
2371           So don't do that; just duplicate the new frame more times.
2372
2373 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2374
2375         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2376         Remove playbin's override of the set_clock vmethod. It's irrelevant
2377         after Wim's commit on the 19th.
2378
2379 2007-03-22  Wim Taymans  <wim@fluendo.com>
2380
2381         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2382         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2383         * ext/gnomevfs/gstgnomevfssrc.h:
2384         Don't cache file sizes. Fixes #341078.
2385
2386 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2387
2388         * gst/playback/gstplaybin.c: (add_sink):
2389           Use GST_PTR_FORMAT to log caps. 
2390
2391 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2392
2393         Patch by: Young-Ho Cha <ganadist at chollian net>
2394
2395         * gst/subparse/samiparse.c: (handle_start_font):
2396           Special-case some more colour names that pango doesn't handle by
2397           default. Fixes #420578.
2398
2399 2007-03-20  Michael Smith  <msmith@fluendo.com>
2400
2401         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2402           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2403           that marks EOS internally. After that, libvorbis will buffer all
2404           input data, and encode none of it, eventually leading to memory
2405           exhaustion.
2406
2407 2007-03-19  Wim Taymans  <wim@fluendo.com>
2408
2409         * gst/playback/gstdecodebin.c: (remove_fakesink):
2410         Don't post STATE_DIRTY anymore.
2411
2412         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2413         (gst_play_bin_change_state):
2414         Remove stream_time reset in seek handling, core does that now.
2415         Disable clocking for live pipelines by forcing a NULL clock to the
2416         complete pipeline, core is too smart now for our previous hack.
2417         We can always autoplug in PAUSED now.
2418
2419 2007-03-17  David Schleef  <ds@schleef.org>
2420
2421         * REQUIREMENTS:  Update this file, change the formatting to make
2422         it more consistent, plus more machine readable.
2423
2424 2007-03-16  Michael Smith  <msmith@fluendo.com>
2425
2426         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2427         (strip_width_64), (append_with_other_format):
2428           Previous fix was too simplistic, and broke the tests. Use a better
2429           approach; only strip 64 from widths for integer audio.
2430
2431 2007-03-16  Michael Smith  <msmith@fluendo.com>
2432
2433         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2434         (gst_audio_convert_transform_caps):
2435           We don't support 64 bit integer audio, so don't try to claim we can.
2436           Stops us producing caps don't match our template caps.
2437           Update comments.
2438
2439 2007-03-15  Michael Smith  <msmith@fluendo.com>
2440
2441         * gst/audioresample/gstaudioresample.c:
2442         (audioresample_check_discont), (audioresample_transform):
2443           Don't trigger discontinuities for very small imperfections; a filter
2444           flush will sound bad, and many plugins have rounding errors leading
2445           to these.
2446
2447 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2448
2449         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
2450
2451         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2452         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2453         API: add "min-ptime" property to RTP base audio payloader.
2454         API: add gst_base_rtp_audio_payload_push().
2455         API: add gst_base_rtp_audio_payload_get_adapter().
2456         Fixes #415001
2457         Indentation/whitespace/documentation fixes.
2458
2459 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2460
2461         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2462         (audioresample_transform_size), (audioresample_do_output),
2463         (audioresample_transform), (audioresample_pushthrough): Handle
2464         discontinuous streams.
2465         * gst/audioresample/gstaudioresample.h:
2466         * tests/check/elements/audioresample.c:
2467         (test_discont_stream_instance), (GST_START_TEST),
2468         (audioresample_suite): Add a test for discontinuous streams.
2469         * win32/common/config.h: Updated.
2470
2471 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2472
2473         * po/af.po:
2474         * po/az.po:
2475         * po/cs.po:
2476         * po/en_GB.po:
2477         * po/it.po:
2478         * po/nb.po:
2479         * po/nl.po:
2480         * po/or.po:
2481         * po/sq.po:
2482         * po/sr.po:
2483         * po/sv.po:
2484         * po/uk.po:
2485         * po/vi.po:
2486           Update translations from translation project.
2487
2488 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2489
2490         * gst/audioresample/debug.h:
2491         * gst/audioresample/resample.c: (resample_init):
2492           Since I really am not interested in a debug line for each sample
2493           being processed, move the library's debugging to its own category,
2494           libaudioresample
2495
2496 2007-03-13  Michael Smith  <msmith@fluendo.com>
2497
2498         * ext/theora/theoradec.c: (theora_handle_type_packet):
2499           Since the plugin doesn't support anything other than 4:2:0 right
2500           now, post an error and fail if we get something else. Won't matter
2501           until libtheora supports the other pixel formats, but hopefully
2502           that'll be soon...
2503
2504 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2505
2506         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2507         Use gst_guint64_to_gdouble for conversion.
2508         * win32/MANIFEST:
2509         Add new files to the win32 MANIFEST.
2510         * win32/common/libgstaudio.def:
2511         * win32/common/libgstpbutils.def:
2512         Add new exported functions.
2513         * win32/vs6/gst_plugins_base.dsw:
2514         * win32/vs6/libgstdecodebin.dsp:
2515         * win32/vs6/libgstplaybin.dsp:
2516         Change the link to libgstpbutils.lib.
2517         * win32/vs6/libgstdecodebin2.dsp:
2518         Add a new project for decodebin2.
2519         * win32/vs6/libgstpbutils.dsp:
2520         Add a new project for pbutils.
2521
2522 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2523
2524         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2525           Also accept partial dates with only year and month,
2526           like 1999-12-00 (fixes #410396 even more).
2527
2528         * tests/check/libs/tag.c: (GST_START_TEST):
2529           Add unit test for the above.
2530
2531 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2532
2533         * tests/check/elements/subparse.c: (GST_START_TEST),
2534         (subparse_suite):
2535           Add unit test for MPL2 subtitle format (#413799).
2536
2537 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2538
2539         Patch by: Kamil Pawlowski  <kamilpe gmail com>
2540
2541         * gst/subparse/Makefile.am:
2542         * gst/subparse/gstsubparse.c:
2543         (gst_sub_parse_data_format_autodetect),
2544         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
2545         (gst_subparse_type_find):
2546         * gst/subparse/gstsubparse.h:
2547         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
2548         * gst/subparse/mpl2parse.h:
2549           Add support for MPL2 subtitle format (#413799).
2550
2551 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2552
2553         * configure.ac:
2554           We require core CVS for the new buffer metadata copy functions.
2555
2556 2007-03-09  Wim Taymans  <wim@fluendo.com>
2557
2558         * gst-libs/gst/tag/gstid3tag.c:
2559         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2560         Fixes #414496.
2561
2562         Patch by: Alex Lancaster <alexl at users sourceforge net>
2563
2564 2007-03-09  Wim Taymans  <wim@fluendo.com>
2565
2566         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
2567         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
2568         Improve adapter usage and comments.
2569
2570 2007-03-09  Wim Taymans  <wim@fluendo.com>
2571
2572         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2573         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
2574         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
2575         Use new metadata copy function.
2576
2577         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2578         (gst_ffmpegcsp_transform):
2579         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2580         Basetransform copied the metadata for us.
2581
2582 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2583
2584         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2585         (gst_text_overlay_video_event):
2586           Some more logging. Only accept newsegment events in TIME format and
2587           send a WARNING message if they are not in TIME format.
2588
2589         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2590         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
2591         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
2592         * gst/subparse/gstsubparse.h:
2593           No need to allocate GstSegment structure dynamically, just put it
2594           into the instance structure; ignore newsegment events in BYTE
2595           format and in particular don't let it overwrite our saved TIME
2596           segment from the last seek.
2597
2598 2007-03-09  Michael Smith  <msmith@fluendo.com>
2599
2600         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
2601           Replace AC3 typefinder with one that isn't terrible, and actually
2602           works usefully.
2603
2604 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2605
2606         * gst/audioconvert/gstaudioconvert.c:
2607         (gst_audio_convert_transform):
2608           fix error category and translatable string
2609           
2610
2611 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2612
2613         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2614         * pkgconfig/gstreamer-plugins-base.pc.in:
2615           Fix up utils => pbutils here too.
2616
2617 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2618
2619         * gst/subparse/gstsubparse.c: (handle_buffer):
2620           Break out of loop in chain function as soon as possible if we get
2621           a non-OK flow return.
2622
2623 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2624
2625         * tests/check/elements/alsa.c: (GST_START_TEST):
2626         Unref the mixer if the state change fails too (if the
2627         alsa devices are inaccessible, for example)
2628
2629 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2630
2631         * tests/check/Makefile.am:
2632         Don't test libvisual elements in the states check, because libvisual
2633         seems to leak internally.
2634
2635         Re-enable the alsa and states tests now that there's new suppressions
2636         in gst.supp.
2637
2638         * tests/check/elements/alsa.c: (GST_START_TEST):
2639         Don't leak the alsamixer we instantiated.
2640
2641 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2642
2643         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
2644         (gst_ximagesink_change_state), (gst_ximagesink_reset),
2645         (gst_ximagesink_finalize):
2646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
2647         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
2648         Move some cleanup stuff from the state change handler into a _reset()
2649         function that can be called from _finalize(). This ensures that things
2650         get freed even if (for some reason) the NULL->READY state transition
2651         fails in the parent class.
2652         Even if a parent state change fails, process our downward state change
2653         logic instead of bailing out early.
2654         Free the correct xcontext pointer in ximagesink's xcontext_clear.
2655
2656 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2657
2658         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2659         Extra log line.
2660
2661         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
2662         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
2663         Use pango_font_description_set_family_static instead of 
2664         pango_font_description_set_family to save a string copy (it was
2665         leaking due to the strdup anyway)
2666
2667         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
2668         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
2669         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
2670         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
2671         Chain up in finalize.
2672
2673 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2674
2675         * gst-libs/gst/interfaces/mixertrack.c:
2676         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2677         (gst_mixer_track_set_property):
2678           API: add "untranslated-label" property which should be set by
2679           implementations at construct time (#414645).
2680
2681         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2682         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2683           Set "untranslated-label" when constructing mixer track objects.
2684
2685         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
2686           Unit test to check the above.
2687
2688 2007-03-07  Wim Taymans  <wim@fluendo.com>
2689
2690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
2691         Fix confusing debug message.
2692
2693 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2694
2695         * gst-plugins-base.doap:
2696         update doap file with new version
2697
2698 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2699
2700         * configure.ac:
2701         Back to CVS
2702
2703 === release 0.10.12 ===
2704
2705 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
2706
2707         * configure.ac:
2708           releasing 0.10.12, "Zombie Horde"
2709
2710 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
2711
2712         * configure.ac:
2713         Bump version to 0.10.11.4 pre-release
2714
2715 2007-03-06  Wim Taymans  <wim@fluendo.com>
2716
2717         * gst-libs/gst/audio/gstbaseaudiosink.c:
2718         (gst_base_audio_sink_async_play):
2719         Fix regression that made GStreamer skip the first samples of audio.
2720         Fixes #414684.
2721
2722 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
2723
2724         * configure.ac:
2725         Bump version to 0.10.11.3 pre-release
2726
2727 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
2728
2729         * po/POTFILES.in:
2730           Update paths for the rename from utils to pbutils to fix the build.
2731
2732 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2733
2734         * gst-libs/gst/pbutils/Makefile.am:
2735           Change directory to install headers in from gst/utils to gst/pbutils
2736           as well.
2737
2738 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2739
2740         * configure.ac:
2741         * docs/libs/gst-plugins-base-libs-docs.sgml:
2742         * docs/libs/gst-plugins-base-libs-sections.txt:
2743         * gst-libs/gst/Makefile.am:
2744         * gst-libs/gst/interfaces/mixer.c:
2745         * gst-libs/gst/pbutils/Makefile.am:
2746         * gst-libs/gst/pbutils/descriptions.c:
2747         (gst_pb_utils_get_source_description),
2748         (gst_pb_utils_get_sink_description),
2749         (gst_pb_utils_get_decoder_description),
2750         (gst_pb_utils_get_encoder_description),
2751         (gst_pb_utils_get_element_description),
2752         (gst_pb_utils_add_codec_description_to_tag_list),
2753         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
2754         * gst-libs/gst/pbutils/descriptions.h:
2755         * gst-libs/gst/pbutils/install-plugins.c:
2756         * gst-libs/gst/pbutils/install-plugins.h:
2757         * gst-libs/gst/pbutils/missing-plugins.c:
2758         (gst_missing_uri_source_message_new),
2759         (gst_missing_uri_sink_message_new),
2760         (gst_missing_element_message_new),
2761         (gst_missing_decoder_message_new),
2762         (gst_missing_encoder_message_new),
2763         (gst_missing_plugin_message_get_description):
2764         * gst-libs/gst/pbutils/missing-plugins.h:
2765         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
2766         * gst-libs/gst/pbutils/pbutils.h:
2767         * gst-libs/gst/utils/Makefile.am:
2768         * gst-libs/gst/utils/base-utils.c:
2769         * gst-libs/gst/utils/base-utils.h:
2770         * gst-libs/gst/utils/descriptions.c:
2771         * gst-libs/gst/utils/descriptions.h:
2772         * gst-libs/gst/utils/install-plugins.c:
2773         * gst-libs/gst/utils/install-plugins.h:
2774         * gst-libs/gst/utils/missing-plugins.c:
2775         * gst-libs/gst/utils/missing-plugins.h:
2776         * gst-plugins-base.spec.in:
2777         * gst/playback/Makefile.am:
2778         * gst/playback/gstdecodebin.c:
2779         * gst/playback/gstdecodebin2.c:
2780         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2781         (gen_source_element):
2782         * gst/playback/gstplaybin.c: (plugin_init):
2783         * tests/check/Makefile.am:
2784         * tests/check/libs/pbutils.c: (GST_START_TEST),
2785         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
2786         * tests/check/libs/utils.c:
2787           rename utils to pbutils
2788
2789 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
2790
2791         * docs/plugins/Makefile.am:
2792         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2793         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2794         * docs/plugins/inspect/plugin-decodebin2.xml:
2795         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2796         Add documentation for decodebin2 that indicates that the API
2797         is still unstable.
2798
2799 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
2800
2801         * configure.ac:
2802         Update to 0.10.11.2 (0.10.12 pre-release)
2803
2804 2007-03-01  Wim Taymans  <wim@fluendo.com>
2805
2806         * gst-libs/gst/audio/gstbaseaudiosink.c:
2807         (gst_base_audio_sink_async_play):
2808         base time is irrelevant here.
2809
2810 2007-03-01  Wim Taymans  <wim@fluendo.com>
2811
2812         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2813         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2814         Improve debugging.
2815
2816         * gst-libs/gst/audio/gstbaseaudiosink.c:
2817         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
2818         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2819         Improve latency and clock slaving calculations.
2820         Improve slave clock calibration.
2821
2822         * gst-libs/gst/audio/gstringbuffer.c:
2823         (gst_ring_buffer_commit_full):
2824         When we are asked to render N sample to 0 bytes, return N.
2825
2826 2007-03-01  Wim Taymans  <wim@fluendo.com>
2827
2828         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2829         (gst_alsasink_write), (gst_alsasink_reset):
2830         * ext/alsa/gstalsasink.h:
2831         Remove unused dispose function.
2832         Rename lock to not interfere with alsasrc lock.
2833
2834         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
2835         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
2836         (gst_alsasrc_read), (gst_alsasrc_reset):
2837         * ext/alsa/gstalsasrc.h:
2838         Implement finalize function.
2839         Use lock to protect alsa access.
2840         Implement _reset.
2841         Fine tune sw params.
2842
2843 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2844
2845         * configure.ac:
2846           Convert to new AG_GST style.
2847
2848 2007-02-28  Wim Taymans  <wim@fluendo.com>
2849
2850         Patch by: Ed Catmur <ed at catmur dot co dot uk>
2851
2852         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
2853         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
2854         Fix race condition when rapidly switching visualisations in playbin.
2855         Fixes #401029.
2856
2857 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
2858
2859         * tests/check/Makefile.am:
2860         Include local stuff before system installed things in LDFLAGS and
2861         CFLAGS.
2862
2863 2007-02-28  Wim Taymans  <wim@fluendo.com>
2864
2865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
2866         Improve debugging.
2867
2868 2007-02-28  Wim Taymans  <wim@fluendo.com>
2869
2870         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2871         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
2872         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2873         Fix duration and timestamping, taking latency into account.
2874         Implement latency query.
2875
2876 2007-02-28  Wim Taymans  <wim@fluendo.com>
2877
2878         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2879         (gst_audio_clock_new):
2880         Fix clock name.
2881
2882         * gst-libs/gst/audio/gstbaseaudiosink.c:
2883         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
2884         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2885         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
2886         (gst_base_audio_src_create):
2887         Improve latency query code.
2888         Use proper clock names.
2889
2890 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2891
2892         * tests/check/generic/states.c: (GST_START_TEST):
2893           Copy the states.c test from core again
2894         * tests/check/Makefile.am:
2895           ignore cdio and cdparanoiasrc
2896
2897 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2898
2899         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2900         (double_hq), (audio_convert_get_func_index), (check_default),
2901         (audio_convert_prepare_context), (audio_convert_convert):
2902           Also make valgrind happy and avoid copying data in some cases.
2903
2904 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
2905
2906         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2907         (double_hq), (audio_convert_get_func_index),
2908         (audio_convert_prepare_context), (audio_convert_convert):
2909         * gst/audioconvert/gstaudioconvert.c:
2910         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
2911         (gst_audio_convert_transform_caps):
2912         * tests/check/elements/audioconvert.c: (GST_START_TEST),
2913         (audioconvert_suite):
2914           Don't run inplace if that overwrites source data as we go. Add more
2915           tests. Fixes #339837 even more.
2916
2917 2007-02-27  Julien MOUTTE  <julien@moutte.net>
2918
2919         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
2920         (msg_segment_done): Fix various seeking bugs (Slider was not
2921         updating when doing a non flushing seek, Reverse playback 
2922         on segment seek was wrong).
2923
2924 2007-02-26  Wim Taymans  <wim@fluendo.com>
2925
2926         * tests/examples/seek/seek.c: (stop_seek):
2927         When we stop scrubbing, don't leave the pipeline PLAYING when we
2928         requested a PAUSED state.
2929
2930 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
2931
2932         Patch by: René Stadler <mail at renestadler de>
2933
2934         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2935           Parse date strings in vorbis comments that have an invalid (zero)
2936           month or day (#410396).
2937
2938         * tests/check/libs/tag.c: (GST_START_TEST):
2939           Test case for the above.
2940
2941 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2942
2943         Patch by: Loïc Minier <lool+gnome at via ecp fr>
2944
2945         * configure.ac:
2946         * ext/alsa/Makefile.am:
2947         * gst/audiotestsrc/Makefile.am:
2948           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
2949
2950 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2951
2952         * gst/playback/gstplaybin.c:
2953           Improve docs: point out that the application needs to assist playbin
2954           with buffering.
2955
2956 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2957
2958         * gst-libs/gst/utils/install-plugins.c:
2959         * gst-libs/gst/utils/missing-plugins.c:
2960         * tests/check/libs/utils.c: (missing_msg_check_getters):
2961           Change GStreamer marker prefix in detail string from 'gstreamer.net'
2962           to just 'gstreamer'. Document the caps string component of the
2963           decoder/encoder detail a bit better, since not everyone will be
2964           familiar with the GStreamer media type/caps system (but they better
2965           enjoy nested itemized lists).
2966
2967 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
2968
2969         * gst-libs/gst/netbuffer/gstnetbuffer.c:
2970         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
2971           Fix copying of GstNetBuffer (would crash before, or at least lead to
2972           invalid memory access, #410772), for now by copying the GstBuffer copy
2973           code from the core over here so we can copy the GstBuffer fields on a
2974           provided buffer instance (of type GstNetBuffer in this case). Would be
2975           better to fix this with some support by the core though (and in the long
2976           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
2977
2978         * tests/check/Makefile.am:
2979           Enable unit test for GstNetBuffer.
2980
2981 2007-02-22  Andy Wingo  <wingo@pobox.com>
2982
2983         * gst-libs/gst/audio/gstbaseaudiosink.c
2984         (gst_base_audio_sink_init): Disable pull-mode activation until we
2985         figure out how to make audio sinks go to PLAYING.
2986
2987 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
2988
2989         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
2990         (double_hq), (audio_convert_get_func_index),
2991         (audio_convert_prepare_context), (audio_convert_convert):
2992         * gst/audioconvert/audioconvert.h:
2993         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
2994         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
2995         * gst/audioconvert/gstchannelmix.h:
2996         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2997           Add float as an intermediate format, as well as float mixing. Enable
2998           test that was failing before. Fixes #339837
2999
3000 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3001
3002         * tests/examples/seek/seek.c: (do_seek):
3003         Undo the previous commit: -1 as a stop time implies that the stop
3004         time is the end of file, clearing any previously configured segment.
3005
3006 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3007
3008         * tests/examples/seek/seek.c: (do_seek):
3009         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3010
3011 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3012
3013         * gst/volume/gstvolume.c: (volume_process_int16),
3014         (volume_process_int16_clamp), (volume_set_caps):
3015           Unbreak volume, value remains gint.
3016
3017 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3018
3019         * gst/volume/gstvolume.c: (volume_choose_func),
3020         (volume_update_real_volume), (gst_volume_set_volume),
3021         (gst_volume_init), (volume_process_double), (volume_process_float),
3022         (volume_process_int16), (volume_process_int16_clamp),
3023         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3024         * gst/volume/gstvolume.h:
3025           Extend float audio support (double) and some int->uint cleanups.
3026
3027 2007-02-20  Edward Hervey  <edward@fluendo.com>
3028
3029         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3030         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3031         (sort_end_pads), (gst_decode_group_expose),
3032         (gst_decode_group_hide):
3033         Don't free groups from the streaming threads. Just put them aside and
3034         free them in dispose.
3035
3036 2007-02-20  Edward Hervey  <edward@fluendo.com>
3037
3038         * gst/playback/gstdecodebin2.c: (connect_element),
3039         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3040         (sort_end_pads), (gst_decode_group_expose):
3041         Handle dynamic pads within groups.
3042         Sort pads before exposing them in order to make playbin happy.
3043         There still is a race with the multiqueue filling up. This should be
3044         solved separately.
3045         Fixes #398721
3046
3047 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3048
3049         * gst-libs/gst/utils/base-utils.c:
3050         * gst-libs/gst/utils/descriptions.c:
3051         * gst-libs/gst/utils/install-plugins.c:
3052         * gst-libs/gst/utils/missing-plugins.c:
3053           Some more docs (and descriptions for two subtitle formats).
3054
3055 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3056
3057         * gst-libs/gst/audio/audio.c:
3058           Fix documentation.
3059
3060 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3061
3062         Patch by: Yves Lefebvre  <ivanohe abacom com>
3063
3064         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3065           Don't leak caps. Fixes #408278.
3066
3067 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3068
3069         * ext/cdparanoia/gstcdparanoiasrc.h:
3070         * ext/ogg/gstoggdemux.h:
3071         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3072         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3073         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3074         * gst-libs/gst/audio/audio.h:
3075         * gst-libs/gst/audio/gstaudiofilter.h:
3076         * gst-libs/gst/interfaces/videoorientation.h:
3077         * gst/adder/gstadder.h:
3078           More docs coverage and some ChangeLog surgery (add missing names)
3079
3080 2007-02-15  Wim Taymans  <wim@fluendo.com>
3081
3082         * sys/ximage/ximagesink.c:
3083         (gst_ximagesink_calculate_pixel_aspect_ratio):
3084         * sys/xvimage/xvimagesink.c:
3085         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3086         Small constifications.
3087
3088 2007-02-15  Wim Taymans  <wim@fluendo.com>
3089
3090         * gst-libs/gst/audio/gstbaseaudiosink.c:
3091         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3092         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3093         (gst_base_audio_sink_async_play),
3094         (gst_base_audio_sink_change_state):
3095         Answer latency query.
3096         Use configured latency when syncing.
3097         Fix clock slaving.
3098
3099         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3100         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3101         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3102         Fix possible memleak.
3103         Implement latency query.
3104         Small cleanups.
3105
3106 2007-02-15  Wim Taymans  <wim@fluendo.com>
3107
3108         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3109         Ignore errors in reset, these are not fatal. They also grab the element
3110         lock which is already taking when this function is called. Fixes
3111         #405451.
3112
3113 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3114
3115         * configure.ac:
3116           Remove 'tests/examples/xerror/Makefile' from output files again.
3117
3118 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3119
3120         * configure.ac:
3121         * docs/plugins/Makefile.am:
3122           Also crossref against gst-plugins-base-libs.
3123
3124 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3125
3126         * configure.ac:
3127         * docs/libs/Makefile.am:
3128         * docs/plugins/Makefile.am:
3129           Add crossreferences to glib/gobject/gstream docs.
3130
3131         * gst-libs/gst/audio/audio.h:
3132           Source formatting.
3133
3134         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3135           Add own debug category.
3136
3137 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3138
3139         Patch by: René Stadler <mail at renestadler de>
3140
3141         * gst-libs/gst/tag/gstvorbistag.c:
3142           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3143           (#403597).
3144
3145 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3146
3147         * gst/playback/gstplaybasebin.c: (setup_source):
3148           When we have external subtitles and wait for the subtitle decodebin
3149           to get up and running, we set up a (sync) bus handler for the
3150           subtitle decodebin, so we can stop waiting when it posts an error
3151           message. However, we should do that before we set the subtitle
3152           decodebin's state to playing, otherwise things are racy and we might
3153           miss error messages posted before we had a chance to set up the bus.
3154           This should finally fix totem hanging on .txt pseudo-subtitle files.
3155           
3156 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3157
3158         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3159           Use gst_gdouble_to_guint64 for conversions.
3160         * win32/common/config.h.in:
3161           Add a define for GST_INSTALL_PLUGINS_HELPER
3162         * win32/common/libgstaudio.def:
3163         * win32/common/libgstcdda.def:
3164         * win32/common/libgstnetbuffer.def:
3165         * win32/common/libgstrtp.def:
3166         * win32/common/libgutils.def:
3167           Add new exported functions.
3168         * win32/vs6/gst_plugins_base.dsw:
3169         * win32/vs6/libgstdecodebin.dsp:
3170         * win32/vs6/libgstnetbuffer.dsp:
3171         * win32/vs6/libgstplaybin.dsp:
3172         * win32/vs6/libgstrtp.dsp:
3173         * win32/vs6/libgstvorbis.dsp:
3174         * win32/vs6/libgstcdda.dsp:
3175         * win32/vs6/libgstgdp.dsp:
3176         * win32/vs6/libgstutils.dsp:
3177           Update and add new project files.
3178
3179 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3180
3181         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3182         (subrip_remove_unhandled_tags), (parse_subrip):
3183           For SubRip (.srt) subtitles, ignore all markup tags we don't
3184           handle (like font tags, for example).
3185
3186         * tests/check/elements/subparse.c:
3187           Add test for this.
3188
3189 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3190
3191         * gst/playback/gstdecodebin.c: (add_fakesink),
3192         (gst_decode_bin_change_state):
3193         * gst/playback/gstdecodebin2.c: (add_fakesink),
3194         (gst_decode_bin_change_state):
3195           Don't error out if there is no fakesink in the NULL to READY state
3196           change, since when decodebin is re-used, we're only adding the
3197           fakesink element in READY to PAUSED.
3198
3199         * tests/check/elements/decodebin.c:
3200         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3201         (decodebin_suite):
3202           Minimal unit test to make sure we can use the same decodebin
3203           instance twice (at least with audiotestsrc input).
3204
3205 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3206
3207         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3208           Try to get devic-name from device string first, and from handle only
3209           as fallback (seems to yield better results and is more robust
3210           against buggy probing code on the application side).
3211
3212 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3213
3214         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3215
3216         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3217         (gst_alsa_find_device_name):
3218         * ext/alsa/gstalsa.h:
3219         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3220         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3221           Improve device-name detection a bit, especially in the case where
3222           the device is not actually open (#405020, #405024). Move common code
3223           into gstalsa.c instead of duplicating it.
3224
3225 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3226
3227         * gst/audioconvert/gstaudioconvert.c:
3228           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3229
3230 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3231
3232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3233         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3234         (gst_xvimagesink_interface_supported),
3235         (gst_xvimagesink_probe_get_properties),
3236         (gst_xvimagesink_probe_probe_property),
3237         (gst_xvimagesink_probe_needs_probe),
3238         (gst_xvimagesink_probe_get_values),
3239         (gst_xvimagesink_property_probe_interface_init),
3240         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3241         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3242         (gst_xvimagesink_get_type):
3243         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3244         for XVAdaptors so that one can choose the adaptor to use with 
3245         gstreamer-properties.
3246
3247 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3248
3249         * gst/audioconvert/gstaudioconvert.c:
3250           Also mention that a conversion from double to float is suboptimal still.
3251
3252 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3253
3254         * gst-libs/gst/audio/gstaudiofilter.c:
3255         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3256           Clear our formats structure and free the caps contained in it when
3257           shutting down.
3258
3259 2007-02-05  Andy Wingo  <wingo@pobox.com>
3260
3261         * gst-libs/gst/audio/gstbaseaudiosink.c
3262         (gst_base_audio_sink_callback): Update basesink->offset so that we
3263         pull monotonically increasing offsets instead of, um, seeking back
3264         to 0 each time. Fixes alsasrc ! alsasink!
3265
3266 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3267
3268         * gst/videoscale/gstvideoscale.c:
3269           A width and height of 1 makes us crash, so increase minimum size to
3270           2x2 pixels until someone feels like fixing this (#404512).
3271
3272 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3273
3274         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3275           Add small test to make sure request pads are cleaned up properly
3276           even if oggmux never changes state out of NULL.
3277
3278 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3279
3280         * tests/check/libs/utils.c: (GST_START_TEST):
3281           Fix unit test. Turns out things work much better when you
3282           NULL-terminate string arrays. Should make p5 build bot happy again.
3283
3284 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3285
3286         * gst-libs/gst/audio/Makefile.am:
3287         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3288         (gst_audio_filter_template_base_init),
3289         (gst_audio_filter_template_class_init),
3290         (gst_audio_filter_template_init),
3291         (gst_audio_filter_template_set_property),
3292         (gst_audio_filter_template_get_property),
3293         (gst_audio_filter_template_setup),
3294         (gst_audio_filter_template_filter),
3295         (gst_audio_filter_template_filter_inplace), (plugin_init):
3296           Oops, forgot to commit fixed-up example.
3297
3298 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3299
3300         * docs/libs/gst-plugins-base-libs-sections.txt:
3301         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3302         (gst_audio_filter_class_init), (gst_audio_filter_init),
3303         (gst_audio_filter_set_caps),
3304         (gst_audio_filter_class_add_pad_templates):
3305         * gst-libs/gst/audio/gstaudiofilter.h:
3306           Port GstAudioFilter to 0.10. This change technically breaks
3307           API and ABI (and thus also every library developer's heart),
3308           but seems justifiable on the grounds that the base class was
3309           completely unusable before (ie. would crash immediately when
3310           actually used). Fixes #403963 (and eventually also #403572).
3311           Also document all of this a bit.
3312
3313 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3314
3315         * gst-libs/gst/utils/install-plugins.c:
3316         (gst_install_plugins_spawn_child):
3317         * tests/check/libs/utils.c:
3318         (test_base_utils_install_plugins_do_callout):
3319           Lowering log level to see why things fail on the p5 build bot;
3320           fix some typos in unit test messages.
3321
3322 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3323
3324         * tests/check/libs/utils.c:
3325         (test_base_utils_install_plugins_do_callout):
3326           Don't hard-code temp directory for test helper; use GLib functions
3327           to write out file and do error checking etc.
3328
3329 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3330
3331         * gst-libs/gst/utils/Makefile.am:
3332         * gst-libs/gst/utils/base-utils.h:
3333         * gst-libs/gst/utils/install-plugins.c:
3334         (gst_install_plugins_context_set_xid),
3335         (gst_install_plugins_context_new),
3336         (gst_install_plugins_context_free),
3337         (gst_install_plugins_get_helper),
3338         (gst_install_plugins_spawn_child),
3339         (gst_install_plugins_return_from_status),
3340         (gst_install_plugins_installer_exited),
3341         (gst_install_plugins_async), (gst_install_plugins_sync),
3342         (gst_install_plugins_return_get_name),
3343         (gst_install_plugins_installation_in_progress):
3344         * gst-libs/gst/utils/install-plugins.h:
3345           API: add API for applications to initiate installation of missing
3346           plugins, ie. gst_install_plugins_async() primarily.
3347           Based on libgimme-codec by Ryan Lortie.
3348
3349         * configure.ac:
3350           Add --with-install-plugins-helper configure option so distros can specify
3351           the path of the helper script or program to call when plugin installation
3352           is requested (distros: please do any argument munging in this helper
3353           script instead of patching GStreamer to pass arguments differently
3354           to another program directly).
3355
3356         * docs/libs/gst-plugins-base-libs-docs.sgml:
3357         * docs/libs/gst-plugins-base-libs-sections.txt:
3358           Build and document new API.
3359
3360         * tests/check/libs/utils.c: (result_cb),
3361         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3362         (libgstbaseutils_suite):
3363           Some simple checks for the new API.
3364
3365 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3366
3367         * tests/check/elements/audioconvert.c: (test_float_conversion):
3368           Add small test for 32bit float <=> 64bit float conversion (works
3369           only one way so far, 32=>64 produces structured noise).
3370
3371 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3372
3373         * gst/audioconvert/gstaudioconvert.c:
3374         (set_structure_widths_32_and_64), (make_lossless_changes):
3375           We don't support floats with a width of 40, 48 or 56 bits.
3376
3377 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3378
3379         * gst/audioconvert/audioconvert.c: (float), (double),
3380         (audio_convert_get_func_index):
3381         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3382         (make_lossless_changes):
3383           Support for 64-bit float audio in audioconvert (#339837)
3384
3385 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3386
3387         Patch by: Holger Wansing  <linux wansing-online de>
3388
3389         * po/LINGUAS:
3390         * po/de.po:
3391           Add German translation (#352069).
3392
3393 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3394
3395         reviewed by: Wim Taymans <wim@fluendo.com>
3396
3397         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3398         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3399         Use newly added GstCollectPads API to free the allocated resources in
3400         the GstOggPad structures (#402393).
3401
3402 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3403
3404         * gst/playback/gstplaybin.c: (gen_vis_element):
3405           Add audioresample+audioconvert in front of the visualisation
3406           element, so that elements like libvisual 0.4 that don't support all
3407           samplerates can work.
3408
3409           Fixes: #402505
3410
3411 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3412
3413         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3414         (gst_play_base_bin_get_streaminfo_value_array):
3415           Take some locks and make a copy of the streaminfo value array we
3416           maintain while holding the lock, so that the application can
3417           retrieve the stream-info as a value array in a thread-safe way.
3418
3419 2007-01-30  Wim Taymans  <wim@fluendo.com>
3420
3421         * gst/audioconvert/gstaudioconvert.c:
3422         Don't fail on 0 sized buffers. Fixes #396835.
3423
3424 2007-01-29  David Schleef  <ds@schleef.org>
3425
3426         * gst/typefind/gsttypefindfunctions.c:
3427           Detect BBCD as video/x-dirac, so we can play raw dirac
3428           streams.
3429
3430 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3431
3432         * ext/theora/theoraenc.c: (theora_enc_chain):
3433           Check return value of theora_encode_header(), or we might try to
3434           allocate a random number of bytes. theora_encode_header() can fail
3435           if libtheora has been compiled with encoding support disabled.
3436           Fixes #398110.
3437
3438 2007-01-29  Wim Taymans  <wim@fluendo.com>
3439
3440         * tests/check/gst/.cvsignore:
3441         Do as buildbot says.
3442
3443 2007-01-29  Wim Taymans  <wim@fluendo.com>
3444
3445         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3446         Fix strides in libvisual. Gst uses X strides.
3447         Inspired by: <ed at catmur dot co dot uk> and 
3448         <tim at centricular dot net>
3449         Fixes #401118.
3450
3451 2007-01-27  Wim Taymans  <wim@fluendo.com>
3452
3453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3454         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3455         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3456         (gst_ogg_demux_perform_seek),
3457         (gst_ogg_demux_bisect_forward_serialno),
3458         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3459         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3460         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3461         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3462         * ext/ogg/gstoggdemux.h:
3463         Properly propagate streaming errors when we are scanning the file for
3464         chains so that we don't crash when shut down. Might fix some crashers
3465         when quickly switching oggs in RB such as #332503 and #378436.
3466
3467 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3468
3469         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3470           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3471           error code as well.
3472
3473 2007-01-25  Wim Taymans  <wim@fluendo.com>
3474
3475         * gst/playback/gstplaybasebin.c: (remove_source):
3476         Don't try to disconnect a signal from a finalized object.
3477
3478 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3479
3480         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3481           Cast lock macro parameters to make sure we're actually accessing the
3482           lock member at the right class level. Free list itself in _dispose()
3483           as well and NULL it in case dispose gets called multiple times.
3484
3485 2007-01-25  Edward Hervey  <edward@fluendo.com>
3486
3487         * gst/playback/gstdecodebin2.c:
3488         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3489         Free GstDecodeGroups no longer used.
3490         (gst_decode_group_expose):
3491         Don't unlock too many times !
3492         (deactivate_free_recursive):
3493         Free iterator once we're done with it.
3494         Fix for recursively deactivating elements (stop at ghostpads).
3495
3496 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3497
3498         * gst/playback/gstplaybin.c: (handoff):
3499           Fix up caps on the frame buffer before we save it and potentially
3500           make it accessible to other threads via g_object_get; also use
3501           gst_buffer_replace() instead of gst_mini_object_replace().
3502
3503 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3504
3505         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3506           Make getting the current frame thread-safe.
3507
3508 2007-01-25  Edward Hervey  <edward@fluendo.com>
3509
3510         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3511         (gst_decode_group_new), (gst_decode_group_free):
3512         Set queues to bigger sizes to cope with HD contents.
3513         Fix some mutex freeing and add comment about MT safe methods.
3514
3515 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3516
3517         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3518         (gst_text_overlay_text_event):
3519           Don't unnecessarily ref (and then leak) upstream events if the text
3520           pad is not linked. Fixes #399948.
3521
3522         * tests/check/gst-plugins-base.supp:
3523           Add suppression for pango on edgy/x86 for textoverlay test.
3524
3525 2007-01-24  Wim Taymans  <wim@fluendo.com>
3526
3527         * gst-libs/gst/rtp/gstrtpbuffer.h:
3528         Add some more fixed payloads.
3529
3530 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3531
3532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3533           Error out properly if we get an error from libogg while reading the
3534           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
3535
3536 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3537
3538         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
3539           Don't leak mutex.
3540
3541         * tests/check/elements/playbin.c:
3542         (test_sink_usage_video_only_stream),
3543         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3544         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
3545         (test_missing_suburisource_handler),
3546         (test_missing_primary_decoder), (playbin_suite):
3547           Run all tests once with decodebin and once with decodebin2.
3548           One test does not pass yet with decodebin2.
3549
3550 2007-01-23  Edward Hervey  <edward@fluendo.com>
3551
3552         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
3553         Fix the cases where oggmux doesn't properly figure out that all
3554         sinkpads have gone EOS, and therefore doesn't push out the remaining
3555         buffers and the final EOS event.
3556         Fixes #363379
3557
3558 2007-01-23  Julien MOUTTE  <julien@moutte.net>
3559
3560         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3562         Don't lock on navigation event push, just on keysym to string.
3563         Fixes #397673 again.
3564
3565 2007-01-22  Edward Hervey  <edward@fluendo.com>
3566
3567         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3568         (get_current_group), (group_demuxer_event_probe),
3569         (gst_decode_group_expose), (deactivate_free_recursive),
3570         (gst_decode_group_free):
3571         Cleanups.
3572         Don't forget to emit 'no-more-pads' once a group is exposed.
3573         Cleanup elements from a DecodeGroup once we remove it.
3574         Protect call to gst_decode_group_expose() with the decodebin lock.
3575
3576 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3577
3578         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3580         Looking at Xorg code i can't figure out if that XKeysymToString
3581         function is thread sensible or not. Lock it just in case as
3582         recommended by Radek Doulik <rodo at ximian dot com>.
3583
3584 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3585
3586         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3588         Lock that X Call as well. Fixes #397673.
3589
3590 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3591
3592         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
3593           Don't go into an endless loop if the file starts with 00 00 01 2X,
3594           like quicktime redirect files might. Fixes #396042.
3595
3596         * tests/check/Makefile.am:
3597         * tests/check/gst/.cvsignore:
3598         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
3599         (typefindfunctions_suite):
3600           Add unit test for the above.
3601
3602 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3603
3604         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3605           On second thought, use "depth" field rather than "bpp" field.
3606
3607 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3608
3609         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3610           Camtasia caps apparently need a bpp field (#398875).
3611
3612 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3613
3614         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3615         (gen_source_element), (gst_play_base_bin_change_state):
3616           Attempt at a better error message in case we don't have the required
3617           URI handler installed; post missing-plugin message also when we're
3618           missing an URI handler for the subtitle URI; clean up properly also
3619           when an error occurs and we never made it to PAUSED state.
3620
3621         * tests/check/elements/playbin.c: (GST_START_TEST),
3622         (playbin_suite):
3623           Check that we're also getting a missing-plugin messsage for a
3624           missing subtitle URI handler (and clean up properly).
3625
3626 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3627
3628         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
3629           Plug a few reference leaks.
3630
3631 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3632
3633         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3634           Lower probability a bit if the marker isn't right at the start,
3635           to decrease the chance of false positives.
3636
3637 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3638
3639         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3640           Small mpeg2 system stream typefinding improvement: make typefinder
3641           probe a bit into the stream instead of just looking for a marker
3642           at the beginning. Fixes #397810.
3643
3644 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
3645
3646         * gst/audioconvert/gstchannelmix.c:
3647           Remove compatibility cruft for prehistoric GLib versions.
3648
3649 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
3650
3651         * gst/playback/Makefile.am:
3652         * gst/playback/gstdecodebin.c: (close_pad_link):
3653         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3654         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3655         (gst_play_base_bin_handle_message_func), (unknown_type):
3656           Let decodebin be the element to post missing-plugin messages for
3657           missing decoders (rather than playbin); make playbin implement
3658           GstBin::handle_message so we can suppress missing-plugin messages
3659           for types we're not handling on purpose (don't want to bring up an
3660           installer in those cases).
3661
3662 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3663
3664         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3665         * gst-libs/gst/tag/gstvorbistag.c:
3666         (gst_tag_list_to_vorbiscomment_buffer):
3667         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
3668           Fix potentially unaligned access (#397207).
3669
3670 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3671
3672         * tests/examples/seek/seek.c: (set_scale), (update_scale),
3673         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
3674         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
3675         (main):
3676           Allow to toggle looping while it plays. Fix callback prototype. Clean
3677           up code a bit more. Add copyright header.
3678
3679 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3680
3681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3682           Red and blue mask was swapped (spotted by Dan Williams).
3683
3684 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
3685
3686         * gst-libs/gst/tag/gstid3tag.c:
3687         * gst-libs/gst/tag/gstvorbistag.c:
3688           Use new beats-per-minute tag from core.
3689
3690 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
3691
3692         * po/POTFILES.in:
3693           Add new files with translatable strings, so they actually make it
3694           into the template file one day.
3695
3696 2007-01-12  Andy Wingo  <wingo@pobox.com>
3697
3698         * gst-libs/gst/audio/gstbaseaudiosink.c
3699         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
3700         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
3701         stuff, as the base class handles this now. Actually tell the ring
3702         buffer to start.
3703         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
3704         How did this work before? Maybe I'm not as awesome a programmer as
3705         I think.
3706
3707         * gst-libs/gst/audio/gstbaseaudiosrc.c
3708         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
3709         of a pad function.
3710
3711 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3712
3713         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
3714           Remove more fields so that the application can better blacklist
3715           formats that have been tried before.
3716
3717 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3718
3719         * gst-libs/gst/audio/mixerutils.h:
3720           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
3721           used when compiling with c++ compilers as well.
3722
3723 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3724
3725         * gst/typefind/gsttypefindfunctions.c:
3726           Fix comment.
3727
3728 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
3729
3730         * gst/playback/gstplaybin.c: (post_missing_element_message),
3731         (gen_video_element), (gen_text_element), (gen_audio_element),
3732         (gen_vis_element):
3733           Post missing-plugin messages also when we error out because
3734           converters, textoverlay or auto*sinks are missing (#161922).
3735
3736 2007-01-10  Wim Taymans  <wim@fluendo.com>
3737
3738         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
3739         (is_demuxer_element), (new_caps):
3740         * gst/playback/gstplaybasebin.c: (source_new_pad):
3741         Fix the case where we try to ref a NULL element when we delay a link
3742         because of unfixed caps.
3743         Set the state of autoplugged decodebins to PAUSED.
3744         RTSP now works in playbin, we can remove it from the blacklist.
3745
3746 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3747
3748         * gst/playback/Makefile.am:
3749         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
3750         (unknown_type), (setup_subtitle), (gen_source_element):
3751         * gst/playback/gstplaybin.c: (plugin_init):
3752           Post missing-plugin messages on the bus for missing sources and
3753           missing decoders/demuxers/depayloaders; fix error code used when
3754           we're missing an URI handler source; for media types that we are not
3755           handling on purpose at the moment, don't print "don't know how to
3756           handle xyz" messages to the terminal or post missing-plugin
3757           messages on the bus.
3758
3759         * tests/check/elements/playbin.c: (create_playbin),
3760         (GST_START_TEST), (gst_codec_src_uri_get_type),
3761         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
3762         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
3763         (gst_codec_src_init_type), (gst_codec_src_base_init),
3764         (gst_codec_src_create), (gst_codec_src_class_init),
3765         (gst_codec_src_init), (plugin_init), (playbin_suite):
3766           Add some tests for the missing-plugin stuff.
3767
3768 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3769
3770         * configure.ac:
3771         * gst-libs/gst/Makefile.am:
3772         * gst-libs/gst/utils/Makefile.am:
3773         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
3774         * gst-libs/gst/utils/base-utils.h:
3775         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
3776         (find_format_info), (caps_are_rtp_caps),
3777         (gst_base_utils_get_source_description),
3778         (gst_base_utils_get_sink_description),
3779         (gst_base_utils_get_decoder_description),
3780         (gst_base_utils_get_encoder_description),
3781         (gst_base_utils_get_element_description),
3782         (gst_base_utils_add_codec_description_to_tag_list),
3783         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
3784         * gst-libs/gst/utils/descriptions.h:
3785         * gst-libs/gst/utils/missing-plugins.c:
3786         (missing_structure_get_type), (copy_and_clean_caps),
3787         (gst_missing_uri_source_message_new),
3788         (gst_missing_uri_sink_message_new),
3789         (gst_missing_element_message_new),
3790         (gst_missing_decoder_message_new),
3791         (gst_missing_encoder_message_new),
3792         (missing_structure_get_string_detail),
3793         (missing_structure_get_caps_detail),
3794         (gst_missing_plugin_message_get_installer_detail),
3795         (gst_missing_plugin_message_get_description),
3796         (gst_is_missing_plugin_message):
3797         * gst-libs/gst/utils/missing-plugins.h:
3798           API: add new libgstbaseutils library with functions
3799           - to create and parse missing-plugins messages
3800           - that provide (translated) descriptions for caps/decoders/sources/etc.
3801           Closes #392393.
3802
3803         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3804         * pkgconfig/gstreamer-plugins-base.pc.in:
3805           Add new lib.
3806
3807         * docs/libs/gst-plugins-base-libs-docs.sgml:
3808         * docs/libs/gst-plugins-base-libs-sections.txt:
3809           Generate docs for new lib and API.
3810
3811         * tests/check/Makefile.am:
3812         * tests/check/libs/.cvsignore:
3813         * tests/check/libs/utils.c: (missing_msg_check_getters),
3814         (GST_START_TEST), (libgstbaseutils_suite):
3815           Add some basic unit tests.
3816
3817 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3818
3819         * ext/ogg/Makefile.am:
3820           Dist gstoggdemux.h to fix 'make distcheck'.
3821
3822         * sys/v4l/Makefile.am:
3823           Fix 'make distcheck' even more.
3824
3825 2007-01-09  Wim Taymans  <wim@fluendo.com>
3826
3827         * docs/plugins/Makefile.am:
3828         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3829         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3830         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
3831         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
3832         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
3833         (gst_ogg_demux_perform_seek):
3834         * ext/ogg/gstoggdemux.h:
3835         Added docs.
3836         Add some more comments.
3837         Small cleanups.
3838
3839 2007-01-09  Wim Taymans  <wim@fluendo.com>
3840
3841         * ext/theora/theoradec.c:
3842         * ext/vorbis/vorbisdec.c:
3843         * gst-libs/gst/audio/gstringbuffer.c:
3844         (gst_ring_buffer_commit_full):
3845         * gst-libs/gst/audio/gstringbuffer.h:
3846         * gst-libs/gst/rtp/gstrtpbuffer.c:
3847         * gst-libs/gst/tag/gstvorbistag.c:
3848         Small documentation updates/fixes
3849
3850 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3851
3852         * configure.ac:
3853           Require core CVS HEAD for Andy's basesrc/sink API additions.
3854
3855 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3856
3857         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
3858
3859         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
3860         (plugin_init):
3861           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
3862           on flac.sf.net (there appear to be other versions of the first
3863           ogg page in the wild) (#391365).
3864
3865 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3866
3867         * configure.ac:
3868           Check if localtime_r() is available.
3869
3870         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
3871           If localtime_r() is not available, fall back to localtime(). Should
3872           fix build on MingW (#393310).
3873
3874 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3875
3876         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3877         * gst/subparse/gstsubparse.h:
3878           Remove spurious 1000 subtrahend when calculating the timestamp from
3879           the frame number and the frame rate . Also, use the frames/second
3880           value specified in the first line of the file, if one is specified
3881           there. Should fix #357503.
3882
3883         * tests/check/elements/subparse.c: (do_test),
3884         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
3885         (subparse_suite):
3886           Add some basic unit tests for the microdvd subtitle format.
3887
3888 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3889
3890         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3891
3892         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3893         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
3894         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
3895         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
3896         (gst_xvimagesink_set_xwindow_id),
3897         (gst_xvimagesink_set_event_handling),
3898         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3899         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3900         Fixes: #390076.
3901         Add an adaptor property to select a specific XV adaptor.
3902         * sys/xvimage/xvimagesink.h:
3903
3904 2007-01-07  Julien MOUTTE  <julien@moutte.net>
3905
3906         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3907         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
3908         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
3909         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
3910         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
3911         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
3912         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3913         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
3914         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3915         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
3916         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
3917         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
3918         Use flow_lock much more to protect every access to xwindow.
3919         Try to catch erros while creating images in case some drivers are
3920         just generating an XError when the requested image is too big.
3921         Should fix : #354698, #384008, #384060.
3922         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
3923         Implement some stress testing of setting window xid.
3924
3925 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
3926
3927         * win32/common/libgsaudio.def:
3928           Add new exported function.
3929         * win32/common/libgstogg.dsp:
3930           Add gstoggaviparse.c to the build.
3931         * win32/common/libgstvideoscale.dsp:
3932           Add vs_4tap.c to the build.
3933         * win32/common/libgstvorbis.dsp:
3934           Add vorbistag.c to the build.
3935         
3936 2007-01-06  Andy Wingo  <wingo@pobox.com>
3937
3938         * gst-libs/gst/audio/gstbaseaudiosink.c
3939         (gst_base_audio_sink_class_init)
3940         (gst_base_audio_sink_init): 
3941         (gst_base_audio_sink_activate_pull): Add an activate_pull function
3942         to baseaudiosink, and tell basesink that we can work in pull mode.
3943         This way the ring buffer thread drives the pipeline directly, if
3944         pull mode is possible. There is some lingering nastiness regarding
3945         capsnego, however.
3946         (gst_base_audio_sink_callback): Implement the callback to pull
3947         data. This interface is a bit light, though -- it should get a
3948         GstFlowReturn return value at least.
3949
3950 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3951
3952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
3953         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3954         * gst/playback/gstdecodebin2.c:
3955         (gst_decode_group_check_if_blocked):
3956           Printf format and missing argument fixes.
3957
3958 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
3959
3960         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
3961         (gst_ogm_parse_change_state):
3962         Activate pads before adding them to the element.
3963
3964 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3965
3966         * tests/examples/seek/scrubby.c: (main):
3967         * tests/examples/seek/seek.c: (main):
3968           Call g_thread_init() first thing in main() (see #391278).
3969
3970 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3971
3972         * tests/check/Makefile.am:
3973         * tests/check/libs/.cvsignore:
3974         * tests/check/libs/netbuffer.c: (GST_START_TEST),
3975         (netbuffer_suite):
3976           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
3977           for the time being, since it's broken, see #393099.
3978
3979 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3980
3981         * tests/check/Makefile.am:
3982           Update to use GST_PLUGINS_BASE_CFLAGS as well.
3983
3984 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3985
3986         * configure.ac:
3987           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
3988           so that GST_BASE_CFLAGS can go inbetween them, making sure
3989           we use uninstalled gst-libs headers
3990         * docs/libs/Makefile.am:
3991         * ext/alsa/Makefile.am:
3992         * ext/cdparanoia/Makefile.am:
3993         * ext/gnomevfs/Makefile.am:
3994         * ext/libvisual/Makefile.am:
3995         * ext/ogg/Makefile.am:
3996         * ext/theora/Makefile.am:
3997         * ext/vorbis/Makefile.am:
3998         * gst-libs/gst/audio/Makefile.am:
3999         * gst-libs/gst/cdda/Makefile.am:
4000         * gst-libs/gst/interfaces/Makefile.am:
4001         * gst-libs/gst/riff/Makefile.am:
4002         * gst-libs/gst/rtp/Makefile.am:
4003         * gst-libs/gst/tag/Makefile.am:
4004         * gst/adder/Makefile.am:
4005         * gst/audioconvert/Makefile.am:
4006         * gst/audiorate/Makefile.am:
4007         * gst/audioresample/Makefile.am:
4008         * gst/playback/Makefile.am:
4009         * gst/tcp/Makefile.am:
4010         * gst/videoscale/Makefile.am:
4011         * gst/volume/Makefile.am:
4012         * sys/ximage/Makefile.am:
4013         * sys/xvimage/Makefile.am:
4014         * tests/icles/Makefile.am:
4015           adapt
4016
4017 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4018
4019         * gst-libs/gst/interfaces/xoverlay.c:
4020         (gst_x_overlay_handle_events):
4021         * gst-libs/gst/interfaces/xoverlay.h:
4022         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4023         (gst_ximagesink_set_xwindow_id),
4024         (gst_ximagesink_set_event_handling),
4025         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4026         (gst_ximagesink_get_property), (gst_ximagesink_init),
4027         (gst_ximagesink_class_init):
4028         * sys/ximage/ximagesink.h:
4029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4030         (gst_xvimagesink_set_xwindow_id),
4031         (gst_xvimagesink_set_event_handling),
4032         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4033         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4034         (gst_xvimagesink_class_init):
4035         * sys/xvimage/xvimagesink.h:
4036         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4037         Add a method to the XOverlay interface to allow disabling of 
4038         event handling in x[v]imagesink elements. This will let X events
4039         propagate to parent windows which can be usefull in some cases.
4040         Be carefull that the application is then responsible of pushing
4041         navigation events and expose events to the video sink.
4042         Fixes: #387138.
4043
4044 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4045
4046         * gst-libs/gst/tag/gstvorbistag.c:
4047         * tests/check/libs/tag.c: (GST_START_TEST):
4048           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4049           (fixes #392070).
4050
4051 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4052
4053         * configure.ac:
4054         * docs/Makefile.am:
4055         * docs/design/Makefile.am:
4056           Dist design docs.
4057
4058 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4059
4060         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4061         typo. Fixes: #390063.
4062
4063 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4064
4065         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4067         caps leak.
4068         * win32/common/config.h: Updated.
4069
4070 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4071
4072         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4073         (setup_gdpdepay_streamheader):
4074         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4075         (setup_gdppay_streamheader):
4076           Fix the dp tests, but activating the pads for the streamheader tests
4077           too and cleaning up conditionaly
4078
4079 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4080
4081         * gst/ffmpegcolorspace/avcodec.h:
4082         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4083         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4084         (gst_ffmpegcsp_avpicture_fill):
4085         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4086         (img_get_alpha_info):
4087         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4088         other end of the word. Fixes: #387073.
4089
4090         Add some inconsequential branch hints in a couple of places.
4091
4092 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4093
4094         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4095         (gst_ffmpeg_caps_to_smpfmt):
4096           The "signed" field in raw audio caps is of boolean type, trying to
4097           extract the value with _get_int() will fail (fix to keep in sync with
4098           the copy in gst-ffmpeg)
4099
4100 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4101
4102         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4103         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4104         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4105         (cleanup_gdpdepay):
4106         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4107         * tests/check/elements/subparse.c: (teardown_subparse):
4108         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4109         * tests/check/elements/videorate.c: (cleanup_videorate):
4110         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4111         * tests/check/elements/volume.c: (cleanup_volume):
4112         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4113         (cleanup_vorbisdec):
4114         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4115         (cleanup_vorbistag):
4116           consistent pad (de)activation
4117
4118 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4119
4120         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4121           Forgot to register the extensions.
4122
4123 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4124
4125         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4126         (plugin_init):
4127           Add typefinder for VIVO files (my christmas present to the 90s).
4128
4129 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4130
4131         * gst/playback/gstdecodebin.c: (type_found):
4132           Special-case the text/plain media type: we only want to recognise it
4133           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4134           parser, but not if the entire stream is of text/plain type. If the
4135           entire stream is text/plain, we should just error out.
4136
4137           This fixes playback of audio files with lyrics in totem. Totem can't
4138           distinguish between text files and subtitle files and passes any
4139           .txt file with the same basename as the main file to playbin as
4140           suburi, and playbin will then throw a 'subtitle found, but no video
4141           stream' error, which isn't entirely helpful. See #380342.
4142
4143           Also, with this change we'll show a slightly more correct error
4144           message in case totem passes a playlist file to us (although a
4145           custom error message wording instead of the default text would
4146           probably not be a bad idea either).
4147
4148           Same problem also needs to be fixed for playbin+decodebin2.
4149
4150         * tests/check/Makefile.am:
4151         * tests/check/elements/decodebin.c: (src_handoff_cb),
4152         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4153         (decodebin_suite):
4154           Add simple unit test for decodebin for the above.
4155
4156 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4157
4158         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4159         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4160           Refuse to change state to READY when we failed to create any of the
4161           required elements in our instance init function.
4162
4163 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4164
4165         * docs/libs/gst-plugins-base-libs-sections.txt:
4166           Small docs fixes/updates.
4167
4168         * gst-libs/gst/video/gstvideosink.h:
4169           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4170           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4171           removed from the base sink API between 0.9.6 and 0.9.7).
4172           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4173           accessor macros, so we don't do a runtime GObject type check every
4174           time we use them.
4175
4176 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4177
4178         * Makefile.am:
4179         * gst-plugins-base.doap:
4180         * gst-plugins-base.spec.in:
4181           add doap file
4182
4183 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4184
4185         Patch by: Jens Granseuer <jensgr at gmx net>
4186
4187         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4188         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4189         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4190         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4192           Declare variables at the beginning of a block. Fixes #383195.
4193
4194 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4195
4196         * configure.ac:
4197         Bump version nano - back to CVS.
4198
4199
4200 === release 0.10.11 ===
4201
4202 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4203
4204         * configure.ac:
4205           releasing 0.10.11, "Dumb things"
4206
4207 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4208
4209         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4210         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4211         Handle the case where an element has multiple pads with 
4212         unfixed caps as well as still possibly producing more dynamic 
4213         pads by storing each case as a distinct entry in the dynamic list.
4214         Fixes #38223 again.
4215
4216 2006-12-04  Wim Taymans  <wim@fluendo.com>
4217
4218         * gst/playback/gstdecodebin.c: (close_pad_link):
4219         Fix #382223, add more dynamic caps handling.
4220
4221 2006-12-04  Wim Taymans  <wim@fluendo.com>
4222
4223         reviewed by: <delete if not using a buddy>
4224
4225         * gst-libs/gst/audio/gstringbuffer.h:
4226         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4227         (gst_netaddress_set_ip4_interface),
4228         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4229         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4230         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4231         (gst_netaddress_get_ttl):
4232         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4233         * gst/playback/gstdecodebin.c: (close_pad_link):
4234         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4235         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4236         * win32/common/config.h:
4237
4238 2006-12-01  Michael Smith  <msmith@fluendo.com>
4239
4240         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4241           Delete bad debug code.
4242           Fixes #381219
4243
4244 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4245
4246         * gst/videoscale/vs_4tap.c:
4247         * win32/MANIFEST:
4248         * win32/common/config.h:
4249         * win32/vs8/libgstvideoscale.vcproj:
4250         Fix compilation on win32 under VS8
4251         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4252         Partially fixes #381175
4253
4254 2006-11-30  Michael Smith  <msmith@fluendo.com>
4255
4256         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4257         (GST_START_TEST):
4258           It would be very bad if, after a discont buffer, we thought every
4259           single following buffer was also discont. So, add to the test to
4260           ensure that this isn't the case.
4261           
4262         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4263           ... it was the case. So fix it.
4264
4265 2006-11-28  Wim Taymans  <wim@fluendo.com>
4266
4267         * gst/playback/gstplaybasebin.c: (check_queue_event):
4268         Improve debug.
4269
4270         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4271         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4272         padtemplate caps. Refixes #357577.
4273
4274 2006-11-28  Wim Taymans  <wim@fluendo.com>
4275
4276         * gst/playback/gstplaybasebin.c: (check_queue_event),
4277         (queue_threshold_reached), (queue_out_of_data),
4278         (gen_preroll_element):
4279         Add event probe to see when EOS is in a queue and we can disable the
4280         underrun signals. Fixes #357577.
4281
4282 2006-11-28  Edward Hervey  <edward@fluendo.com>
4283
4284         * gst/playback/Makefile.am:
4285         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4286         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4287         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4288         (gst_decode_bin_init), (gst_decode_bin_dispose),
4289         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4290         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4291         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4292         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4293         (connect_element), (expose_pad), (type_found),
4294         (pad_added_group_cb), (pad_removed_group_cb),
4295         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4296         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4297         (are_raw_caps), (multi_queue_overrun_cb),
4298         (multi_queue_underrun_cb), (gst_decode_group_new),
4299         (get_current_group), (group_demuxer_event_probe),
4300         (gst_decode_group_control_demuxer_pad),
4301         (gst_decode_group_control_source_pad),
4302         (gst_decode_group_check_if_blocked),
4303         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4304         (gst_decode_group_hide), (gst_decode_group_free),
4305         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4306         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4307         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4308         (plugin_init):
4309         New decodebin2 element.
4310         Closes #370092
4311         * gst/playback/gstplay-marshal.list:
4312         Added marshallers for new signals in decodebin2
4313         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4314         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4315         is set.
4316
4317 2006-11-28  Wim Taymans  <wim@fluendo.com>
4318
4319         * gst/playback/gstplaybasebin.c: (setup_source),
4320         (gst_play_base_bin_change_state):
4321         Disable rtsp:// uris for the release, it's not good enough yet.
4322         Remove unused var.
4323
4324 2006-11-26  Wim Taymans  <wim@fluendo.com>
4325
4326         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4327         (theora_dec_push_forward), (theora_dec_push_reverse),
4328         (theora_handle_data_packet), (theora_dec_decode_buffer),
4329         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4330         (theora_dec_chain_forward), (theora_dec_chain):
4331         Implement reverse playback.
4332
4333         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4334         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4335         (vorbis_dec_chain_forward):
4336         Clear buffers used for reverse playback in _reset.
4337         No need to set the eos flag, we clip samples using the segment.
4338
4339 2006-11-24  Wim Taymans  <wim@fluendo.com>
4340
4341         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4342         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4343         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4344         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4345         Some cleanups.
4346         Handle continued pages in reverse mode.
4347
4348 2006-11-24  Wim Taymans  <wim@fluendo.com>
4349
4350         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4351         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4352         (vorbis_dec_flush_decode):
4353         Small cleanups.
4354         Don't try to add invalid timestamps.
4355         Clipping will unref the buffer.
4356
4357 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4358
4359         * gst/adder/gstadder.h:
4360         * gst/audiotestsrc/gstaudiotestsrc.h:
4361           remove obsolete _factory_init protos
4362
4363 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4364
4365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4366           Fix spacing in debug message.
4367
4368 2006-11-23  Wim Taymans  <wim@fluendo.com>
4369
4370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4371         (gst_ogg_demux_chain):
4372         Don't just ignore return values from _pad_push().
4373         Small debug improvements.
4374
4375 2006-11-23  Michael Smith  <msmith@fluendo.com>
4376
4377         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4378           If our incoming buffer is marked as DISCONT, then increment the page
4379           number (so that the discontinuity is marked in the final ogg
4380           bitstream) and flush the previous page.
4381
4382 2006-11-22  Michael Smith  <msmith@fluendo.com>
4383
4384         * ext/theora/gsttheoraenc.h:
4385         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4386         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4387         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4388         (theora_enc_chain), (theora_enc_change_state):
4389           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4390
4391         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4392         (GST_START_TEST), (theoraenc_suite):
4393           Enable discontinuity test, fix it.
4394
4395 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4396
4397         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4398         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4399         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4400         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4401         (gst_text_overlay_change_state):
4402         * ext/pango/gsttextoverlay.h:
4403           Some textoverlay fixes: for one, in the video chain function,
4404           actually wait for a text buffer to come in if there is none at the
4405           moment and there should be one; also, deal more gracefully with
4406           incoming buffers that do not have a timestamp or duration; discard
4407           text buffer when not needed any longer. Fixes #341681.
4408
4409         * tests/check/Makefile.am:
4410         * tests/check/elements/.cvsignore:
4411         * tests/check/elements/textoverlay.c:
4412         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4413         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4414         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4415         (test_video_waits_for_text_send_text_newsegment_thread),
4416         (test_video_waits_for_text_shutdown_element),
4417         (test_render_continuity_push_video_buffers_thread),
4418         (textoverlay_suite):
4419           Add some unit tests for textoverlay.
4420
4421 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4424           Avoid integer underflow when the found probability for mp3 is
4425           smaller than the 'penalty' we subtract if there's not a clean
4426           mp3 header sync at offset 0.
4427
4428 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4429
4430         * docs/libs/gst-plugins-base-libs-sections.txt:
4431           Add some new symbols to the docs
4432
4433 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4434
4435         * tests/check/Makefile.am:
4436         * tests/check/elements/ffmpegcolorspace.c:
4437         (ffmpegcolorspace_suite):
4438           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4439           (for now not for valgrinding though, since it takes too long).
4440
4441 2006-11-20  Wim Taymans  <wim@fluendo.com>
4442
4443         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4444         (gst_ffmpeg_pixfmt_to_caps):
4445         Fix RGBA32 caps. Fixes #357038.
4446
4447 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4448
4449         * gst-libs/gst/interfaces/mixertrack.h:
4450           Add FIXME so we can add some padding here in 0.11
4451
4452 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4453
4454         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4455           Fix GstBaseRTPAudioPayload structure so the whole GObject
4456           inheritance business actually works (parent class instance structure
4457           must always come first in the derived class instance structure).
4458
4459 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4460
4461         * gst/videotestsrc/Makefile.am:
4462         * tests/check/Makefile.am:
4463           Make sure our checks and the videotestsrc plugin link against the
4464           local uninstalled gst libs and not any installed gst libs that
4465           might happen to exist as well.
4466
4467         * tests/check/elements/adder.c: (message_received),
4468         (test_event_message_received), (test_play_twice_message_received):
4469         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4470           Fix compiler warnings when compiling against core with disabled
4471           debugging system.
4472
4473 2006-11-16  Michael Smith  <msmith@fluendo.com>
4474
4475         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4476         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4477           Fix audiorate, so that it accurately sets offsets and timestamps.
4478           Doesn't change the fundamental algorithmic decisions; so should be
4479           safe.
4480
4481         * tests/check/Makefile.am:
4482           Enable audiorate test now that it passes.
4483
4484 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4485
4486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4487           clear xv when going to NULL, remove // commented non-existant proto
4488
4489         * tests/examples/seek/seek.c: (main):
4490           add missing tooltip description for scrub and play_scrub
4491
4492 2006-11-14  David Schleef  <ds@schleef.org>
4493
4494         * configure.ac:
4495           Bump liboil requirement to 0.3.8.
4496         * gst-libs/gst/riff/riff-media.c:
4497           Add Dirac fourcc.
4498         * gst/videoscale/vs_image.h:
4499         * gst/videoscale/vs_scanline.h:
4500           Use liboil's stdint.h.
4501         * gst/videotestsrc/videotestsrc.c:
4502           Remove liboil related ifdef's, since they aren't needed now, and
4503           won't work with future versions.
4504
4505 2006-11-14  David Schleef  <ds@schleef.org>
4506
4507         * gst/videoscale/Makefile.am:
4508         * gst/videoscale/gstvideoscale.c:
4509         * gst/videoscale/gstvideoscale.h:
4510         * gst/videoscale/vs_4tap.c:
4511         * gst/videoscale/vs_4tap.h:
4512         * gst/videoscale/vs_image.c:
4513         * gst/videoscale/vs_image.h:
4514         * gst/videoscale/vs_scanline.c:
4515         * gst/videoscale/vs_scanline.h:
4516           Add a 4-tap image scaler.  Theoretically looks much prettier.
4517           The tap calculation could use some improvement.
4518
4519 2006-11-14  Wim Taymans  <wim@fluendo.com>
4520
4521         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4522
4523         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4524         (gst_riff_parse_strf_iavs):
4525         * gst/subparse/gstsubparse.c: (convert_encoding):
4526         * gst/tcp/gstmultifdsink.c:
4527         (gst_multi_fd_sink_handle_client_write):
4528         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4529         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
4530         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4531         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
4532         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4533         (gst_ximagesink_ximage_new):
4534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4535         Various gsize and gssize printf fixes. Fixes #372507.
4536
4537 2006-11-13  Wim Taymans  <wim@fluendo.com>
4538
4539         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4540         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
4541         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4542         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
4543         (vorbis_dec_chain_forward), (vorbis_dec_chain):
4544         * ext/vorbis/vorbisdec.h:
4545         First stab at vorbis reverse playback.
4546
4547 2006-11-13  Wim Taymans  <wim@fluendo.com>
4548
4549         * gst-libs/gst/audio/gstbaseaudiosink.c:
4550         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4551         * gst-libs/gst/audio/gstbaseaudiosink.h:
4552         Make the clock sync code more accurate wrt resampling and playback
4553         at different rates.
4554         
4555         * gst-libs/gst/audio/gstringbuffer.c:
4556         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
4557         * gst-libs/gst/audio/gstringbuffer.h:
4558         Use better algorithm to interpolate sample rates. 
4559
4560 2006-11-13  Michael Smith  <msmith@fluendo.com>
4561
4562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
4563           Improve a debug line slightly.
4564
4565         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
4566           Call gst_riff_init() in plugin_init, to avoid getting errors from
4567           the debug system (unrelated changes to another plugin made this turn
4568           up; not sure why).
4569
4570 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
4573
4574         * win32/common/libgsttag.def:
4575           Add missing symbol (#366492).
4576
4577 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4578
4579         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
4580           Don't unref a NULL pad.
4581
4582 2006-11-09  Wim Taymans  <wim@fluendo.com>
4583
4584         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4585         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
4586         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
4587         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
4588         (gst_ogg_demux_loop):
4589         Implement first stab at reverse playback.
4590
4591 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
4592
4593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4594         (gst_riff_create_video_template_caps):
4595           add h263/h264 variants to the caps, Fixes #363118
4596
4597 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4598
4599         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4600         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4601           Use g_strerror instead of strerror so we get UTF-8.
4602
4603 2006-11-03  David Schleef  <ds@schleef.org>
4604
4605         * ext/ogg/gstoggdemux.c:
4606         * ext/ogg/gstoggmux.c:
4607           Add/remove KW-DIRAC header here, since it is ogg-specific.
4608
4609 2006-11-03  Michael Smith  <msmith@fluendo.com>
4610
4611         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4612           Recognise more mpeg4 elementary video streams.
4613
4614 2006-11-02  Edward Hervey  <edward@fluendo.com>
4615
4616         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4617         Lower the probability of mp3 typefinding functions if we don't find a
4618         valid mp3 header at the start of the file.
4619         Closes #369482
4620
4621 2006-11-02  Wim Taymans  <wim@fluendo.com>
4622
4623         * ext/theora/gsttheoradec.h:
4624         * ext/theora/theoradec.c: (gst_theora_dec_init),
4625         (theora_dec_sink_event), (theora_dec_chain_forward),
4626         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4627         (theora_dec_chain):
4628         Document and partially implement an algorithm for doing reverse playback
4629         of theora video.
4630
4631 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4632
4633         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
4634
4635         * win32/common/config.h:
4636         * win32/common/interfaces-enumtypes.c:
4637         * win32/common/libgsttag.def:
4638         * win32/vs8/gst-plugins-base.sln:
4639         * win32/vs8/libgstaudioresample.vcproj:
4640         * win32/vs8/libgstinterfaces.vcproj:
4641         * win32/vs8/libgstogg.vcproj:
4642         * win32/vs8/libgstriff.vcproj:
4643         * win32/vs8/libgsttag.vcproj:
4644         * win32/vs8/libgsttheora.vcproj:
4645         * win32/vs8/libgstvideoscale.vcproj:
4646         * win32/vs8/libgstvorbis.vcproj:
4647           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
4648           to libgsttag.def; add missing dependencies for some vs8 projects;
4649           re-arrange placement of .def files in vs8 projects (#366334).
4650
4651 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4652
4653         * ext/ogg/gstogg.c:
4654           Remove unused variable.
4655
4656         * ext/ogg/gstoggdemux.c:
4657           Fix Wim's surname in plugin description.
4658
4659 2006-10-31  Wim Taymans  <wim@fluendo.com>
4660
4661         * gst-plugins-base.spec.in:
4662         spec new .h file. Fixes #368310.
4663
4664 2006-10-31  Michael Smith  <msmith@fluendo.com>
4665
4666         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4667         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4668         (gst_multi_fd_sink_get_stats),
4669         (gst_multi_fd_sink_remove_client_link),
4670         (gst_multi_fd_sink_queue_buffer),
4671         (gst_multi_fd_sink_handle_clients):
4672         * gst/tcp/gstmultifdsink.h:
4673           Make using the remove or clear signals threadsafe.
4674           Make calling get-stats with an invalid fd not segfault.
4675           Fixes 368273.
4676
4677 2006-10-31  Wim Taymans  <wim@fluendo.com>
4678
4679         * gst-libs/gst/rtp/Makefile.am:
4680         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4681         (gst_base_rtp_audio_payload_init):
4682         Fix and activate base audio payloader.
4683
4684 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4685
4686         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
4687         (plugin_init):
4688           Add typefinder for QuickTime Image Files (see #366156).
4689
4690 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4691
4692         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
4693           Another typo fix (#366212).
4694
4695 2006-10-27  Wim Taymans  <wim@fluendo.com>
4696
4697         * gst/volume/gstvolume.c: (volume_transform_ip):
4698         Use stream time to synchronize volume property instead of rather random
4699         timestamps. This is needed when gnonlin does its time shifting.
4700
4701 2006-10-27  Wim Taymans  <wim@fluendo.com>
4702
4703         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4704
4705         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
4706         Remove the pad from the element in release_pad. Fixes #364812.
4707
4708 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4709
4710         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
4711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
4712           Explicitly create our custom buffer classes at a thread-safe
4713           location as well, since g_type_class_ref() doesn't seem to be
4714           entirely thread-safe either (#365501; also see #349410).
4715
4716 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4717
4718         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
4719         (gst_riff_parse_info):
4720           If strings in INFO chunk are not UTF-8, do something similar to
4721           what we do for ID3v1 tags: check a number of environment variables
4722           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
4723           character sets to try, otherwise try the current locale and/or fall
4724           back on ISO-8859-1. Fixes #360552.
4725
4726 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4727
4728         * gst/videotestsrc/gstvideotestsrc.c:
4729         (gst_video_test_src_pattern_get_type),
4730         (gst_video_test_src_set_pattern):
4731         * gst/videotestsrc/gstvideotestsrc.h:
4732         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
4733         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
4734         (gst_video_test_src_checkers8):
4735         * gst/videotestsrc/videotestsrc.h:
4736           Add a bunch of exciting new checkers patterns.
4737
4738 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4739
4740         * gst/subparse/Makefile.am:
4741         * gst/subparse/gstsubparse.c:
4742         (gst_sub_parse_data_format_autodetect),
4743         (gst_sub_parse_format_autodetect), (handle_buffer),
4744         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
4745         * gst/subparse/gstsubparse.h:
4746         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
4747         (parse_tmplayer):
4748         * gst/subparse/tmplayerparse.h:
4749           Add support for TMPlayer-type subtitles (#362845).
4750
4751         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
4752         (GST_START_TEST), (subparse_suite):
4753           Add some basic unit tests for the above.
4754
4755 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4756
4757         * tests/check/elements/audiorate.c: (test_injector_base_init),
4758         (test_injector_class_init), (test_injector_chain),
4759         (test_injector_init), (probe_cb), (do_perfect_stream_test),
4760         (GST_START_TEST), (audiorate_suite):
4761           More tests for audiorate: inject buffers to check behaviour when
4762           buffers overlap.
4763
4764 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
4765
4766         * tests/check/Makefile.am:
4767         * tests/check/elements/.cvsignore:
4768         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
4769         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
4770           Add some basic unit tests for audiorate. Disabled at the moment
4771           since it doesn't pass yet (see bug #363119).
4772
4773 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4774
4775         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
4776         (parse_subrip), (handle_buffer):
4777           Add missing closing tags for markup and fix broken markup,
4778           otherwise pango won't render anything (fixes #357531). Also,
4779           make sure the text we send out is always NUL-terminated
4780           (better safe than sorry etc.).
4781
4782         * tests/check/elements/subparse.c: (test_srt_do_test),
4783         (test_srt):
4784           Some more tests for .srt incl. tests for the above stuff.
4785
4786 2006-10-20  Julien MOUTTE  <julien@moutte.net>
4787
4788         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
4789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4790         Patch by: Stefan Kost  <ensonic@users.sf.net>
4791         Try to redraw borders only when needed. Apparently this consumes
4792         resources on small devices... :-O (#363607)
4793
4794 2006-10-20  Michael Smith  <msmith@fluendo.com>
4795
4796         * gst/tcp/gstmultifdsink.c:
4797         (gst_multi_fd_sink_client_queue_buffer):
4798           If caps change, then update the client's idea of the caps so that we
4799           don't end up re-sending streamheaders for every single buffer after
4800           the caps change.
4801
4802 2006-10-20  Michael Smith  <msmith@fluendo.com>
4803
4804         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
4805         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
4806           Set caps on pushed buffers; fix up refcounting of caps objects.
4807
4808 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4809
4810         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
4811         (plugin_init):
4812           Typefind mmsh header data packet to application/x-mmsh (#362625).
4813
4814 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         * tests/check/Makefile.am:
4817         * tests/check/elements/.cvsignore:
4818         * tests/check/elements/subparse.c: (buffer_from_static_string),
4819         (setup_subparse), (teardown_subparse), (test_srt_do_test),
4820         (GST_START_TEST), (subparse_suite):
4821           Add very simple unit test for subparse.
4822
4823 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4824
4825         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
4826         (parse_subrip):
4827           Strip trailing newlines from subtitle text output.
4828
4829 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4830
4831         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4832         (gst_sub_parse_change_state):
4833           Fix memleak; clear subparse->textbuf n state change function.
4834
4835 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4836
4837         * gst/subparse/gstsubparse.c:
4838         (gst_sub_parse_data_format_autodetect):
4839           Don't require subrip (.srt) files to start with a chunk number of 1.
4840
4841 2006-10-18  Wim Taymans  <wim@fluendo.com>
4842
4843         * gst-libs/gst/audio/gstbaseaudiosink.c:
4844         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4845         * gst-libs/gst/audio/gstbaseaudiosink.h:
4846         Extract rate from the NEWSEGMENT event.
4847         Use commit_full to also take rate adjustment into account when writing
4848         samples to the ringbuffer.
4849         
4850         * gst-libs/gst/audio/gstringbuffer.c:
4851         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
4852         (gst_ring_buffer_read):
4853         * gst-libs/gst/audio/gstringbuffer.h:
4854         Added _commit_full() to also take rate into account.
4855         Use simple interpolation algorithm to resample audio.
4856         API: gst_ring_buffer_commit_full()
4857
4858         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
4859         * tests/examples/seek/seek.c: (segment_done):
4860         Don't try to seek with 0.0 rate, just pause instead.
4861         Remove bogus debug line.
4862
4863 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4864
4865         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
4866         (setup_source):
4867           Catch async errors when starting up the subtitle bin, so we can
4868           stop waiting and continue with the main film instead of hanging
4869           forever. Fixes #339366.
4870
4871         * tests/check/elements/playbin.c: (playbin_suite):
4872           Enable unit test for the above.
4873
4874 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4875
4876         * tests/check/Makefile.am:
4877         * tests/check/elements/.cvsignore:
4878         * tests/check/elements/playbin.c: (GST_START_TEST),
4879         (gst_red_video_src_uri_get_type),
4880         (gst_red_video_src_uri_get_protocols),
4881         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
4882         (gst_red_video_src_uri_handler_init),
4883         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
4884         (gst_red_video_src_create), (gst_red_video_src_class_init),
4885         (gst_red_video_src_init), (plugin_init), (playbin_suite):
4886           Some small and basic unit tests for playbin; not very useful yet,
4887           but at least a start.
4888
4889 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4890
4891         * gst/playback/gstplaybin.c: (setup_sinks):
4892           The old pad activation spiel.
4893
4894 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4895
4896         * gst/playback/gstplaybasebin.c: (setup_source):
4897           Don't hang forever if the subbin already fails to start up in 
4898           the state change to PAUSED (#339366).
4899
4900 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
4901
4902         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
4903         (gst_tuner_set_channel), (gst_tuner_get_channel),
4904         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
4905         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
4906         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
4907         (gst_tuner_find_channel_by_name):
4908           Fix some function guards, add some more function guards.
4909
4910 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
4911
4912         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
4913         (remove_element_chain):
4914         Don't return a pad from get_our_ghost_pad unless it is actually the
4915         one we want.
4916         Change a cast in remove_element_chain slightly.
4917
4918 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4919
4920         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4921         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
4922         Segment seeking needs to use the rate and set stop to -1.
4923
4924 2006-10-13  Wim Taymans  <wim@fluendo.com>
4925
4926         * gst-libs/gst/audio/gstbaseaudiosink.c:
4927         (gst_base_audio_sink_setcaps):
4928         Don't crash when ringbuffer is not yet created.
4929         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
4930         Fixes #361634.
4931
4932         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
4933         * gst/playback/gststreamselector.c:
4934         (gst_stream_selector_request_new_pad):
4935         Activate pads befre adding them to running elements.
4936
4937 2006-10-13  Julien MOUTTE  <julien@moutte.net>
4938
4939         * tests/examples/seek/seek.c: (do_seek), (start_seek),
4940         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
4941         updater when we start grabing the slider. Don't wait for the
4942         pipeline to be PAUSED.
4943
4944 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4945
4946         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
4947         (gst_mixer_set_volume), (gst_mixer_get_volume),
4948         (gst_mixer_set_mute), (gst_mixer_set_option),
4949         (gst_mixer_get_option), (gst_mixer_mute_toggled),
4950         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
4951         (gst_mixer_option_changed):
4952           Guard mixer interface functions against bogus arguments.
4953
4954 2006-10-12  Julien MOUTTE  <julien@moutte.net>
4955
4956         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4957         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
4958         (msg_state_changed), (main): Use state-changed messages to trigger
4959         start/stop of scale update timer. Indeed the scale slider was
4960         jumping here and there because the update timer was activated 
4961         before seek completed. This fixes instant applying of rate changes
4962         by pressing the spinbutton like a crazy man !
4963
4964 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
4965
4966         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
4967
4968         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4969         (gst_basertppayload_finalize):
4970           Fix two small memory leaks (#361456).
4971
4972 2006-10-10  Julien MOUTTE  <julien@moutte.net>
4973
4974         * tests/examples/seek/seek.c: (do_seek),
4975         (rate_spinbutton_changed_cb): When changing spinbutton we try
4976         to change the rate on the fly.
4977
4978 2006-10-10  Wim Taymans  <wim@fluendo.com>
4979
4980         * gst-libs/gst/riff/riff-ids.h:
4981         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4982         (gst_riff_create_audio_template_caps):
4983         Add WMS caps.
4984
4985 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4986
4987         Patch by: Josep Torra Valles <josep@fluendo.com>
4988
4989         * ext/gnomevfs/gstgnomevfssink.c:
4990         * ext/gnomevfs/gstgnomevfssrc.c:
4991         Fix URI interface implementation return type.
4992         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
4993         Fix what looks like a copy/paste issue when assigning values.
4994         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4995         (gst_audio_filter_template_get_type):
4996         Cast to prevent Forte warnings.
4997         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4998         Fix URI interface implementation return type.
4999         gst_pad_query_position requires a signed integer pointer as
5000         3rd parameter, GstClockTime is unsigned.
5001         * gst/audioconvert/audioconvert.c:
5002         Fix integer overflow when treated as signed.
5003         * gst/audioresample/resample.c: (resample_add_input_data):
5004         Cast to prevent warnings on Forte.
5005         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5006         Fix integer overflow when treated as signed.
5007         * gst/ffmpegcolorspace/imgconvert_template.h:
5008         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5009         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5010         (cleanup_decodebin):
5011         Who initialises a guint to -1!
5012         Cast function pointers to prevent warnings on Forte.
5013         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5014         (queue_threshold_reached):
5015         Cast function pointers correctly to prevent warnings on Forte.
5016         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5017         Cast function pointers correctly to prevent warnings on Forte.
5018         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5019         Obvious change to unsigned, 0xEF > max signed char.
5020         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5021         GstClockTime is unsigned, initialise correctly.
5022         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5023         Cast so pointer arithemetic doesn't cause warnings on Forte.
5024         * gst/videorate/gstvideorate.c:
5025         Use correct return value.
5026         * tests/examples/seek/scrubby.c:
5027         GstClockTime is unsigned, initialise correctly.
5028
5029 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5030
5031         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5032
5033         * gst/typefind/gsttypefindfunctions.c:
5034           Recognise XML files and XML-like files shorter than 256 bytes as
5035           well (fixes #359237).
5036
5037 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5038
5039         Patch by: Renato Filho <renato.filho@indt.org.br>
5040         
5041         * gst/typefind/gsttypefindfunctions.c:
5042         Added typefind functions to video/x-nuv media.
5043         
5044 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5045
5046         * gst-libs/gst/interfaces/xoverlay.c:
5047         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5048           Some more guards against invalid input.
5049
5050 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5051
5052         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5053         Useless goto.
5054         * tests/examples/seek/seek.c: (do_seek),
5055         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5056         seek example to experiment with rates != 1.0 (reverse playback !)
5057
5058 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5059
5060         * gst-libs/gst/interfaces/xoverlay.c:
5061           Unref message in doc-example (spotted by Robert McQueen)
5062
5063 2006-10-06  Wim Taymans  <wim@fluendo.com>
5064
5065         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5066         (mpeg1_parse_header), (mpeg1_sys_type_find):
5067         printf fix.
5068
5069 2006-10-06  Wim Taymans  <wim@fluendo.com>
5070
5071         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5072         (close_pad_link):
5073         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5074         Activate dynamic pads before adding them to the element.
5075
5076 2006-10-06  Michael Smith  <msmith@fluendo.com>
5077
5078         * gst-libs/gst/floatcast/floatcast.h:
5079           Fix obviously-bogus macros; use the correct types.
5080
5081 2006-10-06  Wim Taymans  <wim@fluendo.com>
5082
5083         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5084         (gst_base_rtp_depayload_change_state):
5085         Also call parent state change function to activate pads.
5086
5087         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5088         (mpeg1_parse_header), (mpeg1_sys_type_find):
5089         Add some more debug info in mpeg typefinding.
5090
5091 2006-10-06  Michael Smith  <msmith@fluendo.com>
5092
5093         * ext/theora/theoradec.c: (theora_dec_chain):
5094           Zero byte theora packets are valid and well-defined; don't warn on
5095           them.
5096
5097 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5098
5099         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5100         (gst_multi_fd_sink_get_stats), (find_limits),
5101         (gst_multi_fd_sink_queue_buffer):
5102           API: add dropped_buffers to the get-stats GValueArray
5103
5104 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5105
5106         * ext/alsa/gstalsadeviceprobe.c:
5107         (gst_alsa_device_property_probe_get_values):
5108         * ext/alsa/gstalsasink.c: (set_hwparams):
5109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5110         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5111         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5112         (gst_ogg_mux_process_best_pad):
5113         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5114         (gst_ogg_parse_chain):
5115         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5116         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5117         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5118         (gst_vorbis_enc_buffer_check_discontinuous):
5119         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5120         * gst-libs/gst/audio/gstbaseaudiosink.c:
5121         (gst_base_audio_sink_render):
5122         * gst-libs/gst/cdda/gstcddabasesrc.c:
5123         (gst_cdda_base_src_handle_track_seek):
5124         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5125         (gst_base_rtp_depayload_push_full):
5126         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5127         * gst/audioresample/resample.c: (resample_input_pushthrough):
5128         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5129         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5130         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5131         (wavpack_type_find):
5132         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5133         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5134         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5135         * tests/check/elements/volume.c: (GST_START_TEST):
5136           Printf format fixes.
5137
5138 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5139
5140         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5141           Fix a simple mistake (see the docs)
5142           Fixes #359580
5143
5144 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5145
5146         * docs/plugins/Makefile.am:
5147         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5148         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5149         * docs/plugins/gst-plugins-base-plugins.args:
5150         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5151         * docs/plugins/inspect/plugin-adder.xml:
5152         * docs/plugins/inspect/plugin-alsa.xml:
5153         * docs/plugins/inspect/plugin-audioconvert.xml:
5154         * docs/plugins/inspect/plugin-audiorate.xml:
5155         * docs/plugins/inspect/plugin-audioresample.xml:
5156         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5157         * docs/plugins/inspect/plugin-cdparanoia.xml:
5158         * docs/plugins/inspect/plugin-decodebin.xml:
5159         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5160         * docs/plugins/inspect/plugin-gdp.xml:
5161         * docs/plugins/inspect/plugin-gnomevfs.xml:
5162         * docs/plugins/inspect/plugin-libvisual.xml:
5163         * docs/plugins/inspect/plugin-ogg.xml:
5164         * docs/plugins/inspect/plugin-pango.xml:
5165         * docs/plugins/inspect/plugin-playbin.xml:
5166         * docs/plugins/inspect/plugin-subparse.xml:
5167         * docs/plugins/inspect/plugin-tcp.xml:
5168         * docs/plugins/inspect/plugin-theora.xml:
5169         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5170         * docs/plugins/inspect/plugin-video4linux.xml:
5171         * docs/plugins/inspect/plugin-videorate.xml:
5172         * docs/plugins/inspect/plugin-videoscale.xml:
5173         * docs/plugins/inspect/plugin-videotestsrc.xml:
5174         * docs/plugins/inspect/plugin-volume.xml:
5175         * docs/plugins/inspect/plugin-vorbis.xml:
5176         * docs/plugins/inspect/plugin-ximagesink.xml:
5177         * docs/plugins/inspect/plugin-xvimagesink.xml:
5178           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5179
5180 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5181
5182         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5183
5184         * ext/vorbis/Makefile.am:
5185         * ext/vorbis/vorbis.c: (plugin_init):
5186         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5187         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5188         * ext/vorbis/vorbisparse.h:
5189         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5190         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5191         (gst_vorbis_tag_parse_packet):
5192         * ext/vorbis/vorbistag.h:
5193           Add new vorbistag element which derives from vorbisparse
5194           and is essentially the same as well, only that it implements
5195           the GstTagSetter interface and can modify the stream's
5196           vorbiscomment on the fly (#335635).
5197
5198         * tests/check/Makefile.am:
5199         * tests/check/elements/.cvsignore:
5200         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5201         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5202         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5203         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5204           Add unit test for new vorbistag element.
5205
5206 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5207
5208         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5209         (vorbis_parse_push_headers), (vorbis_parse_chain):
5210           Set BOS flag in packet structure to fix 'jump depends
5211           on unitialized value' errors in valgrind; various minor
5212           clean-ups.
5213
5214 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5215
5216         * gst/playback/gstdecodebin.c: (close_pad_link):
5217         Fix typo in a debug statement.
5218
5219         * gst/playback/gstplaybasebin.c: (probe_triggered),
5220         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5221         (gen_source_element), (source_new_pad), (analyse_source),
5222         (setup_source):
5223         When handling no_more_pads in new_decoded_pad, make sure to treat
5224         subtitle pads correctly. Fixes playback with subtitle files.
5225
5226         Move a recurring message to LOG level.
5227
5228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5229         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5230         which ends up as -1 when cast to an int. Make the logic handle the
5231         max value as an unsigned mask and only change the colorkey when it's
5232         a value we recognise.
5233
5234 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5235
5236         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5237         Removed empty * between paragraphs
5238
5239 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5240
5241         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5242         * gst-libs/gst/rtp/README:
5243         Moved some documentation into .c file
5244
5245 2006-09-29  Wim Taymans  <wim@fluendo.com>
5246
5247         * gst/playback/gstdecodebin.c: (no_more_pads):
5248         Fix compilation.
5249
5250 2006-09-29  Wim Taymans  <wim@fluendo.com>
5251
5252         * gst/playback/gstdecodebin.c: (new_caps):
5253         Remove g_print
5254
5255         * gst/playback/gstplaybin.c:
5256         Add some docs.
5257
5258 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5259
5260         * tests/check/Makefile.am:
5261           Re-enable cddabasesrc test to see if it works again
5262           now.
5263
5264 2006-09-29  Wim Taymans  <wim@fluendo.com>
5265
5266         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5267         (gen_source_element):
5268         Handle invalid URIs a bit more gracefully.
5269
5270 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5271
5272         * tests/check/pipelines/oggmux.c:
5273           Remove obsolete comment.
5274
5275 2006-09-29  Michael Smith  <msmith@fluendo.com>
5276
5277         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5278         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5279         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5280         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5281         (gst_ogg_mux_collected):
5282           Commit patch from James "Doc" Livingston, adds proper EOS handling
5283           in oggmux. GStreamer can, for the first time ever, create a valid
5284           Ogg file! Yay!
5285
5286         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5287         (oggmux_suite):
5288           Reenable tests now that they pass.
5289
5290 2006-09-29  Wim Taymans  <wim@fluendo.com>
5291
5292         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5293         Stop reading commands when EOF (we read 0) as well.
5294
5295 2006-09-28  Wim Taymans  <wim@fluendo.com>
5296
5297         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5298         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5299         (find_dynamic), (unlinked), (close_link):
5300         Implement delayed caps linking needed for element with a lot of
5301         different caps on the src pads that get fixed at runtime.
5302         Improve management of dynamic elements.
5303
5304         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5305         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5306         (gen_preroll_element), (remove_groups), (unknown_type),
5307         (add_element_stream), (no_more_pads_full), (no_more_pads),
5308         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5309         (new_decoded_pad), (setup_subtitle), (array_has_value),
5310         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5311         (analyse_source), (remove_decoders), (make_decoder),
5312         (remove_source), (setup_source), (finish_source), (prepare_output),
5313         (gst_play_base_bin_change_state):
5314         * gst/playback/gstplaybasebin.h:
5315         Use more _CAST instead of full type checking casts.
5316         Small cleanups, plug some leaks.
5317         Handle dynamic sources.
5318         Add some helper functions to create lists of strings used for
5319         blacklisting and other stuff.
5320         Refactor some code dealing with analysing the source.
5321         Re-enable sources without pads (like cd:// or other selfcontained
5322         elements).
5323
5324 2006-09-28  Wim Taymans  <wim@fluendo.com>
5325
5326         * gst-libs/gst/audio/gstbaseaudiosink.c:
5327         (gst_base_audio_sink_render):
5328         When we have a timestamp, we can still perform clipping.
5329         When we have no clock, we must play the sample ASAP.
5330
5331 2006-09-28  Wim Taymans  <wim@fluendo.com>
5332
5333         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5334         Set caps on outgoing buffers.
5335
5336         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5337         (gst_video_rate_event), (gst_video_rate_chain):
5338         * gst/videorate/gstvideorate.h:
5339         Fix videorate some more. Fixes #357977
5340
5341 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5342
5343         * tests/check/elements/adder.c: (adder_suite):
5344           Don't set timeout to 6 seconds when we're running
5345           in valgrind ... (and how is 6 seconds longer than
5346           the default anyway?)
5347
5348 2006-09-28  Wim Taymans  <wim@fluendo.com>
5349
5350         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5351         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5352         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5353         Keep sink and src segment to keep track of time and support more
5354         input formats.
5355         Fix bogus next_offset and run_time calculation, don't understand how
5356         this could have worked before. Fixes #357976.
5357         Remove some unneeded vars.
5358
5359 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5360
5361         * gst/playback/gstplaybin.c: (remove_sinks):
5362           Only remove visualisation from visbin if there is a visbin (or:
5363           don't throw warnings when closing totem without playing a file).
5364
5365 2006-09-27  Wim Taymans  <wim@fluendo.com>
5366
5367         * gst-libs/gst/audio/gstbaseaudiosink.c:
5368         (gst_base_audio_sink_render):
5369         Add some more info in a WARNING.
5370
5371         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5372         (gst_base_audio_src_create):
5373         Handle PAUSE in create function, use new -core addition to
5374         wait for playing. Fixes pausing and resuming capture from an
5375         audiosrc.
5376
5377         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5378         (gst_ring_buffer_read):
5379         Constify some more.
5380         Caller supports interrupted reads now.
5381
5382 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5383
5384         * tests/check/Makefile.am:
5385           Another attempt to make the gen64 buildbot happy.
5386
5387 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5388
5389         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5390
5391         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5392         (gst_visual_chain), (gst_visual_change_state):
5393           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5394           correctly. Fixes #357800
5395
5396 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5397
5398         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5399           Add timeout to _get_state() so we see which pipeline it is
5400           that causes trouble on the gen64 build bot.
5401
5402 2006-09-27  Wim Taymans  <wim@fluendo.com>
5403
5404         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5405         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5406         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5407         (gst_base_rtp_depayload_set_gst_timestamp):
5408         the source pad always uses fixed caps.
5409
5410 2006-09-27  Wim Taymans  <wim@fluendo.com>
5411
5412         * docs/libs/gst-plugins-base-libs-docs.sgml:
5413         * docs/libs/gst-plugins-base-libs-sections.txt:
5414         * gst-libs/gst/audio/gstaudioclock.c:
5415         * gst-libs/gst/audio/gstaudioclock.h:
5416         * gst-libs/gst/audio/gstaudiosink.c:
5417         * gst-libs/gst/audio/gstaudiosink.h:
5418         * gst-libs/gst/audio/gstaudiosrc.c:
5419         * gst-libs/gst/audio/gstbaseaudiosink.c:
5420         (gst_base_audio_sink_render):
5421         * gst-libs/gst/audio/gstbaseaudiosink.h:
5422         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5423         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5424         * gst-libs/gst/audio/gstringbuffer.h:
5425         Added docs for the audio libs.
5426
5427 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5428
5429         * tests/check/Makefile.am:
5430           Temporarily disable test that fails on the bots for unknown reasons.
5431
5432 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5433
5434         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5435         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5436         Moved AudioCodecType into priv
5437         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5438
5439 2006-09-25  Wim Taymans  <wim@fluendo.com>
5440
5441         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5442         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5443         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5444         (new_pad):
5445         Cleanups and small leak fixes.
5446         Added Depayloaders to valid list of autopluggable elements.
5447
5448 2006-09-25  Wim Taymans  <wim@fluendo.com>
5449
5450         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5451         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5452         (gen_video_element), (gen_text_element), (gen_audio_element),
5453         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5454         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5455         Detect NO_PREROLL state change returns and disable clock distribution to
5456         the sinks so that sync is disabled.
5457         Avoid some type checking and do simple casts instead.
5458         Small cleanups, fix some FIXMEs.
5459         Be more robust when linking user specified elements, catch an report
5460         errors. Fixes #357404.
5461         Fix some leaks in the error paths.
5462
5463 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5464
5465         * ChangeLog:
5466           ChangeLog surgery for missing bug-number
5467
5468 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5469
5470         Patch by: Peter Kjellerstedt  <pkj at axis com>
5471
5472         * gst/playback/test.c:
5473           Fix compilation with uClibc and -Werror (#357591).
5474
5475 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5476
5477         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5478           Parse dates that are followed by a time as well (#357532).
5479
5480         * tests/check/libs/tag.c: (test_vorbis_tags):
5481           Add unit test for this.
5482
5483 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5484
5485         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5486         (gst_audio_convert_transform_caps):
5487         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5488         * gst/videotestsrc/videotestsrc.h:
5489           A few array const-ifications.
5490
5491 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5492
5493         * tests/check/Makefile.am:
5494           See if this makes the build bots happy.
5495
5496         * tests/check/libs/cddabasesrc.c:
5497           UTF8-ise my name.
5498
5499 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5500
5501         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5502
5503         * gst/subparse/samiparse.c: (handle_start_font),
5504         (fix_invalid_entities):
5505           More case-insensitivity for certain tags; recognise entities with
5506           decimal codes as special entities as well (#357330).
5507
5508 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5509
5510         * gst-libs/gst/Makefile.am:
5511           Need to build tag directory before cdda.
5512
5513 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5514
5515         * docs/libs/gst-plugins-base-libs-sections.txt:
5516         * gst-libs/gst/cdda/Makefile.am:
5517         * gst-libs/gst/cdda/gstcddabasesrc.c:
5518         (gst_cdda_base_src_base_init):
5519         * gst-libs/gst/cdda/gstcddabasesrc.h:
5520         * gst-libs/gst/tag/tag.h:
5521         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5522         (gst_tag_register_musicbrainz_tags):
5523           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5524           depend on libgsttag. This is required so we can extract/read tags like
5525           DISCID without depending on libgstcddabasesrc (which used to register
5526           them).
5527
5528         * gst-libs/gst/tag/gstvorbistag.c:
5529           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
5530           tags (also see #347848).
5531
5532         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
5533           Log vorbis comments we are actually writing. Const-ify array.
5534
5535 2006-09-23  Wim Taymans  <wim@fluendo.com>
5536
5537         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5538         Improve buffering a bit by avoiding a deadlock because we cannot assume
5539         the underrun is always called.
5540
5541 2006-09-23  Wim Taymans  <wim@fluendo.com>
5542
5543         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5544
5545         * gst-libs/gst/riff/riff-ids.h:
5546         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5547         (gst_riff_create_audio_template_caps):
5548         Added MPEG-4 AAC and id and caps. Fixes #357289
5549         Added WMA9 Lossless id.
5550
5551 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5552
5553         * ext/gnomevfs/gstgnomevfssrc.c:
5554           Fix misleading docs addition.
5555
5556         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5557           Get rid of compiler warning the right way.
5558
5559 2006-09-22  Wim Taymans  <wim@fluendo.com>
5560
5561         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5562         (gst_base_rtp_depayload_finalize),
5563         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5564         (gst_base_rtp_depayload_push_full),
5565         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
5566         (gst_base_rtp_depayload_process),
5567         (gst_base_rtp_depayload_set_gst_timestamp),
5568         (gst_base_rtp_depayload_queue_release):
5569         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5570         Small cleanups.
5571         Fix some leaks.
5572         Refactored the process method and added methods to push from the process
5573         vmethod.
5574         Use _scale functions.
5575         API: gst_base_rtp_depayload_push_ts
5576         API: gst_base_rtp_depayload_push
5577
5578         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5579         timestamps are uint.
5580
5581 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
5582
5583         * gst-libs/gst/interfaces/xoverlay.c:
5584           Remove unused statement from doc example.
5585
5586 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
5587
5588         * gst-libs/gst/interfaces/videoorientation.c:
5589         (gst_video_orientation_iface_init),
5590         (gst_video_orientation_get_hflip),
5591         (gst_video_orientation_get_vflip),
5592         (gst_video_orientation_get_hcenter),
5593         (gst_video_orientation_get_vcenter),
5594         (gst_video_orientation_set_hflip),
5595         (gst_video_orientation_set_vflip),
5596         (gst_video_orientation_set_hcenter),
5597         (gst_video_orientation_set_vcenter):
5598           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
5599           in ChangeLog)
5600
5601 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
5602
5603         * tests/check/Makefile.am:
5604         * tests/check/elements/.cvsignore:
5605         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
5606         (create_rgb_conversions), (rgb_conversion_free),
5607         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
5608         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
5609           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
5610           but disable for now since it doesn't pass (something wrong with
5611           RGBA somewhere).
5612
5613 2006-09-21  Wim Taymans  <wim@fluendo.com>
5614
5615         * gst/playback/gstplaybasebin.c: (group_commit),
5616         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
5617         (queue_out_of_data), (gen_preroll_element),
5618         (preroll_remove_overrun), (probe_triggered):
5619         Refactor handling of overrun detection.
5620         Separate handling of group completion and deadlock detection when doing
5621         network buffering. This should fix some deadlocks that were not detected
5622         because the group was completed.
5623         Add more comments, improve debugging.
5624
5625 2006-09-21  Wim Taymans  <wim@fluendo.com>
5626
5627         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5628         * tests/check/libs/audio.c:
5629         Some more compilation fixes.
5630
5631 2006-09-21  Wim Taymans  <wim@fluendo.com>
5632
5633         * gst-libs/gst/audio/gstringbuffer.c:
5634         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5635         (gst_ring_buffer_read):
5636         Early morning compilation fix.
5637
5638 2006-09-20  Wim Taymans  <wim@fluendo.com>
5639
5640         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5641         * tests/check/elements/multifdsink.c: (GST_START_TEST):
5642         * tests/check/elements/videorate.c: (GST_START_TEST):
5643         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5644         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
5645         Fix some warnings.
5646
5647 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5648
5649         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5650         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5651         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5652           Handcrafted merge to help CVS understanding what I changed and what
5653           not.
5654
5655 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5656
5657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5658         (gst_xvimagesink_get_times):
5659           change colorkey behaviour back according to #354773 comment 6/7
5660
5661 2006-09-19  Michael Smith  <msmith@fluendo.com>
5662
5663         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5664         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
5665         (gst_multi_fd_sink_recover_client),
5666         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
5667         (gst_multi_fd_sink_get_property):
5668         * gst/tcp/gstmultifdsink.h:
5669           Implement stubbed out properties unit-type, units-soft-max,
5670           units-max, to allow specifying maximum sizes in units other than
5671           buffers.
5672           Fixes #355935
5673
5674 2006-09-19  Wim Taymans  <wim@fluendo.com>
5675
5676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5677         (gst_riff_create_audio_template_caps):
5678         Reorder the audio formats a bit for clarity.
5679         Detect and create caps for MSGSM and MSN (WAV49).
5680         Fixes #356596.
5681
5682         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5683         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5684         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5685         Small cleanups, move error handling out of normal flow for clarity.
5686
5687 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5688
5689         * docs/libs/gst-plugins-base-libs-docs.sgml:
5690         * docs/libs/gst-plugins-base-libs.types:
5691         * gst-libs/gst/interfaces/Makefile.am:
5692         * gst-libs/gst/interfaces/videoorientation.c:
5693         (gst_video_orientation_get_type),
5694         (gst_video_orientation_iface_init),
5695         (gst_video_orientation_get_hflip),
5696         (gst_video_orientation_get_vflip),
5697         (gst_video_orientation_get_hcenter),
5698         (gst_video_orientation_get_vcenter),
5699         (gst_video_orientation_set_hflip),
5700         (gst_video_orientation_set_vflip),
5701         (gst_video_orientation_set_hcenter),
5702         (gst_video_orientation_set_vcenter):
5703         * gst-libs/gst/interfaces/videoorientation.h:
5704           API: Add new interface to control video orientation (fixes #354908)
5705
5706 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5707
5708         * gst/videotestsrc/gstvideotestsrc.c:
5709           Use G_UNLIKELY in _create and log one more detail.
5710           
5711         (gst_video_test_src_get_times), (gst_video_test_src_create):
5712         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5713           Use gst_util_uint64_scale_int in _get_times().
5714
5715 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5716
5717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
5718           Give better warning message (add object and detail).
5719
5720 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5721
5722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5723         (gst_xvimagesink_get_times):
5724           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
5725           #354773), use gst_util_uint64_scale_int in _get_times()
5726
5727 2006-09-18  Michael Smith  <msmith@fluendo.com>
5728
5729         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
5730           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
5731           always true, leading to dropping all timestamps.
5732
5733 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5734
5735         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
5736         (gst_visual_chain), (gst_visual_change_state):
5737           update to work also with libvisual 0.4 API, fix double unref (#355914)
5738           
5739         * tools/gst-launch-ext.1.in:
5740         * tools/gst-visualise.1.in:
5741           remove references to old man-pages
5742
5743         * tests/examples/seek/seek.c: (main):
5744           add real meadi-buttons, add tool-tips for the seek-options, arrange
5745           seek options in a table
5746
5747 2006-09-18  Michael Smith  <msmith@fluendo.com>
5748
5749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
5750         (gst_ogg_mux_push_buffer):
5751           Don't generate out-of-order timestamps from oggmux, instead clamp
5752           output timestamps to be >= the previously output ts.
5753           Fixes #355595
5754
5755 2006-09-18  Michael Smith  <msmith@fluendo.com>
5756
5757         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5758         (gst_multi_fd_sink_class_init):
5759           Updates, fixes, and typo corrections for multifdsink. No functional
5760           changes.
5761
5762 2006-09-17  Michael Smith  <msmith@fluendo.com>
5763
5764         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
5765           Don't crash on truncated files - check that we got an 8 byte buffer
5766           before trying to memcmp it.
5767
5768 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5769
5770         * gst/playback/gstplaybasebin.c: (get_active_source):
5771           Make stream-switching appear instant to the application
5772           (ie. make sure that a g_object_get on 'current-foo' returns
5773           the stream previously set with g_object_set(). Totem needs
5774           this to update stream-related meta-info (like audio-codec)
5775           correctly when switching streams.
5776
5777 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5778
5779         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
5780         (gst_alsa_mixer_ensure_track_list):
5781           Try harder to guess which mixer track is the master mixer
5782           track (instead of just taking the first one that has a pvolume).
5783           Fixes #342228.
5784
5785 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5786
5787         reviewed by: <delete if not using a buddy>
5788
5789         * gst-libs/gst/audio/audio.h:
5790         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5791
5792 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5793
5794         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5795         (gst_audio_convert_transform_caps):
5796           Get structure-name just once.
5797
5798 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5799
5800         * tests/check/elements/audioresample.c: (GST_START_TEST):
5801         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5802         * tests/check/elements/volume.c: (GST_START_TEST):
5803         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
5804         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
5805         (test_pipeline), (GST_START_TEST):
5806         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
5807         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5808           Fix big batch of compiler warnings.
5809
5810 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5811
5812         * ext/gnomevfs/gstgnomevfssrc.c:
5813           Add docs about icydemux usage in connection with gnomevfssrc
5814
5815         * ext/libvisual/visual.c:
5816         * ext/ogg/gstoggaviparse.c:
5817         * ext/ogg/gstoggdemux.c:
5818         * ext/ogg/gstoggmux.c:
5819         * ext/ogg/gstoggparse.c:
5820         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5821         * gst-libs/gst/audio/gstaudiosink.c:
5822         * gst-libs/gst/audio/gstaudiosrc.c:
5823         * gst/audiorate/gstaudiorate.c:
5824           More G_OBJECT macro fixing.
5825
5826         * gst/audiotestsrc/gstaudiotestsrc.h:
5827           Fix wrong info in header due to copy & paste
5828
5829 2006-09-15  Wim Taymans  <wim@fluendo.com>
5830
5831         * gst-libs/gst/audio/gstbaseaudiosink.c:
5832         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
5833         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5834         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
5835         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
5836         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5837         Do the delay calculation in the source/sink base classes as this is
5838         specific for the capture/playback mode.
5839         Try to fixate a bit better, like round depth up to a multiple of 8
5840         bigger than width.
5841         Handle underruns correctly by marking DISCONT on buffers and adjusting
5842         timestamps to handle the gap.
5843         Set offset/offset_end correctly on buffers.
5844
5845         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
5846         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5847         (gst_ring_buffer_read):
5848         Remove resync and underrun recovery from the ringbuffer.
5849         Fix ringbuffer read code on under/overrun.
5850
5851 2006-09-15  Wim Taymans  <wim@fluendo.com>
5852
5853         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5854         (gst_play_base_bin_init), (fill_buffer), (check_queue),
5855         (queue_threshold_reached), (gst_play_base_bin_set_property),
5856         (gst_play_base_bin_get_property):
5857         * gst/playback/gstplaybasebin.h:
5858         Don't use a 0 low watermark when buffering, it is catching starvation
5859         way too late. Instead, use a 3 second queue with 30 and 95
5860         percent low/high watermarks. 
5861         Added queue-min-threshold property to configure low watermark.
5862         Use new _buffering message API.
5863         Make queue_threshold variable big enough to store a uint64 time value.
5864         API: playbin::queue-min-threshold property.
5865
5866 2006-09-15  Wim Taymans  <wim@fluendo.com>
5867
5868         * configure.ac:
5869         We require 0.10.10.1 now because of _wait_preroll().
5870
5871         * gst-libs/gst/audio/gstbaseaudiosink.c:
5872         (gst_base_audio_sink_render):
5873         Use gst_base_sink_wait_preroll().
5874
5875 2006-09-15  Wim Taymans  <wim@fluendo.com>
5876
5877         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
5878         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
5879         Use DEBUG_OBJECT more.
5880
5881 === release 0.10.10 ===
5882
5883 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5884
5885         patch by: Michael Smith <msmith at fluendo dot com>
5886
5887         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
5888         (gst_multi_fd_sink_client_queue_buffer),
5889         (gst_multi_fd_sink_new_client):
5890         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5891         (multifdsink_suite):
5892           Fix implementation of sync-method 'next-keyframe'
5893           Closes #354594
5894
5895 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5896
5897         patch by: Wim Taymans <wim at fluendo dot com>
5898
5899         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5900         This patch removes the RANDOM flag that was incorrectly introduced with
5901         revision 1.91.  Fixes #354590
5902
5903 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5904
5905         * tests/check/Makefile.am:
5906           Random variation in Makefile line to see if it makes the
5907           gen64-base-full bot any happier.
5908
5909 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5910
5911         * tests/check/pipelines/oggmux.c: (oggmux_suite):
5912           Disable test that fails at the moment (killed after timeout).
5913
5914 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
5915
5916         Patch by: James Livingston  <doclivingston at gmail.com>
5917
5918         * tests/check/Makefile.am:
5919         * tests/check/pipelines/.cvsignore:
5920         * tests/check/pipelines/oggmux.c: (get_page_codec),
5921         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
5922         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
5923         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
5924         (test_theora_vorbis), (oggmux_suite):
5925           Add simple unit test for oggmux from #337026 with checking for the
5926           EOS flags disabled for the time being.
5927
5928 2006-09-04  Wim Taymans  <wim@fluendo.com>
5929
5930         patch by: Alessandro Dessina <alessandro nnva org>
5931
5932         * ext/ogg/gstoggmux.c:
5933         Add cmml caps to oggmux. Fixes #353912
5934
5935 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5936
5937         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5938           Returning a return value often helps. In this case, we
5939           don't need the return value anyway, so just get rid of it.
5940           Should make build bots much happier.
5941
5942 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
5943
5944         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
5945         (paint_get_structure), (gst_video_test_src_get_size),
5946         (gst_video_test_src_smpte), (gst_video_test_src_snow),
5947         (gst_video_test_src_unicolor), (paint_setup_AYUV),
5948         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
5949         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
5950         * gst/videotestsrc/videotestsrc.h:
5951           Add support for AYUV and the various RGBA formats. Initialise
5952           fields of paintinfo structs allocated on the stack.
5953
5954         * tests/check/elements/videotestsrc.c: (right_shift_colour),
5955         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
5956         (check_rgb_buf), (videotestsrc_suite):
5957           Add unit tests for videotestsrc's RGB output.
5958
5959 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5960
5961         * gst/videotestsrc/gstvideotestsrc.c:
5962         (gst_video_test_src_pattern_get_type),
5963         (gst_video_test_src_set_pattern):
5964         * gst/videotestsrc/gstvideotestsrc.h:
5965         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
5966         (gst_video_test_src_black), (gst_video_test_src_white),
5967         (gst_video_test_src_red), (gst_video_test_src_green),
5968         (gst_video_test_src_blue):
5969         * gst/videotestsrc/videotestsrc.h:
5970           Add more uni-colour patterns ("white", "red", "green", and "blue").
5971
5972 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
5973
5974         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
5975           Fix stride for YVYU, should be word-aligned (#353658).
5976
5977 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
5978
5979         * gst/adder/gstadder.c: (gst_adder_src_event):
5980           Fix build.
5981
5982 2006-08-31  Edward Hervey  <edward@fluendo.com>
5983
5984         * gst/adder/gstadder.c: (forward_event_func),
5985         (gst_adder_src_event), (gst_adder_collected),
5986         (gst_adder_change_state):
5987         * gst/adder/gstadder.h:
5988         Remember the start position asked in the incoming seeks, so we can
5989         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
5990         of assuming it will always be 0).
5991
5992 2006-08-31  Edward Hervey  <edward@fluendo.com>
5993
5994         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
5995         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
5996         (gst_ogg_demux_loop):
5997         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
5998
5999 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6000
6001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6002         (gst_ffmpegcsp_get_unit_size):
6003           Return FALSE instead of returning a random false unit
6004           size when the format isn't known/supported (even if
6005           this shouldn't happen under normal circumstances).
6006
6007 2006-08-29  Wim Taymans  <wim@fluendo.com>
6008
6009         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6010
6011         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6012         (gst_gnome_vfs_src_start):
6013         Try harder to get the size from a uri by using _info_uri() when
6014         _info_from_handle() does not give us enough info. 
6015         Also follow symlinks when getting the size.
6016         Partially Fixes #332864.
6017
6018 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6019
6020         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6021
6022         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6023         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6024         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6025         (gst_alsa_mixer_set_record):
6026         * ext/alsa/gstalsamixertrack.c:
6027         (gst_alsa_mixer_track_update_alsa_capabilities),
6028         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6029         (gst_alsa_mixer_track_update):
6030         * ext/alsa/gstalsamixertrack.h:
6031           Improve and fix mixer track handling, in particular better handling
6032           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6033           separate track objects for tracks that have both capture and playback
6034           volume (and label them differently as well so they're not mistakenly
6035           assumed to be duplicates); classify mixer tracks that only affect
6036           the audible volume of something (rather than the capture volume)
6037           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6038           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6039           (following the meaning documented in the mixer interface header
6040           file); add support for alsa's exclusive cswitch groups; update/sync
6041           state/flags better if mixer settings are changed by another
6042           application. Fixes #336075.
6043
6044 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6045
6046         * gst/playback/gstplaybin.c:
6047           Improve docs: add section about BUFFERING messages sent by playbin.
6048
6049 2006-08-29  Michael Smith  <msmith@fluendo.com>
6050
6051         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6052         (gst_vorbis_enc_buffer_check_discontinuous),
6053         (gst_vorbis_enc_chain):
6054           Ignore explicit DISCONT marked on buffers (which is often spurious,
6055           particularly when using multiple segments), in favour of solely
6056           using the timestamps/durations.
6057
6058 2006-08-29  Edward Hervey  <edward@fluendo.com>
6059
6060         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6061         Don't rely on incoming buffers offset anymore, since it is completely
6062         broken when using multiple segments.
6063         Instead convert the incoming buffers timestamp to running time, and
6064         then convert that value to the offsets.
6065         Also inform GstSegment of the last outputted stop position, which is
6066         needed if we received several segments with an unknown stop value.
6067
6068 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6069
6070         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6071           fix buffer unreffing on a header push failure
6072
6073 2006-08-28  Wim Taymans  <wim@fluendo.com>
6074
6075         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6076         (gst_audio_rate_chain):
6077         Make the metadata of the buffer writable before changing its
6078         flags.
6079
6080 2006-08-28  Wim Taymans  <wim@fluendo.com>
6081
6082         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6083         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6084         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6085         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6086         Fix audiorate some more.
6087         Reset and resync counters on flush and READY.
6088         Handle the DISCONT flag correctly.
6089         Use GstSegment to track position.
6090         Fail when not negotiated.
6091         Fixes #353234.
6092
6093 2006-08-25  Michael Smith  <msmith@fluendo.com>
6094
6095         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6096           Fix spelling.
6097           Remove accidently included debug line.
6098
6099 2006-08-25  Wim Taymans  <wim@fluendo.com>
6100
6101         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6102         Small cleanups.
6103         If a buffer is received with no caps, make the buffer metadata
6104         writable and set the caps, making sure that we don't screw up the
6105         refcounts.
6106
6107 2006-08-25  Michael Smith  <msmith@fluendo.com>
6108
6109         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6110         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6111           Fix memory leaks and misleading debug messages, add a couple of
6112           comments.
6113
6114         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6115         (gst_multi_fd_sink_render):
6116           Do not use gst_buffer_make_writable() in a basesink render method,
6117           as it may incorrectly unref the buffer. Instead, use convoluted
6118           dance to avoid copying the buffer except when we need to.
6119
6120 2006-08-25  Michael Smith  <msmith@fluendo.com>
6121
6122         * ext/vorbis/vorbisenc.c:
6123         (gst_vorbis_enc_buffer_check_discontinuous):
6124           Allow very small discontinuities in the timestamps. These we can't
6125           do anything useful with anyway (because vorbis's timestamps have
6126           only sample granularity), and are commonly produced by elements with
6127           minor bugs. Allow up to 1/2 a sample out.
6128           Fixes #351742.
6129
6130 2006-08-24  Wim Taymans  <wim@fluendo.com>
6131
6132         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6133         (play_scrub_toggle_cb), (main):
6134         Add a checkbox to enable play scrubbing. Makes it possible to disable
6135         normal scrubbing.
6136
6137 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6138
6139         * tests/check/elements/.cvsignore:
6140           make buildbot happy
6141
6142 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6143
6144         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6145         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6146         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6147         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6148         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6149         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6150         (gst_ogm_text_parse_strip_trailing_zeroes),
6151         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6152         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6153           Refactor ogm parse, do better input checking, misc. clean-ups.
6154           Cache incoming events and push them once the source pad has
6155           been created. Don't pass unterminated strings to sscanf().
6156           Strip trailing zeroes from subtitle text output, since they
6157           are not valid UTF-8. Don't push vorbiscomment packets on
6158           the subtitle text pad. Output perfect streams if possible.
6159
6160 2006-08-23  Wim Taymans  <wim@fluendo.com>
6161
6162         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6163         Waits for tasks to settle down so that we clean up correctly for 
6164         valgrind.
6165
6166 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6167
6168         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6169           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6170           actually return return value in taglists_are_equal.
6171
6172 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6173
6174         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6175           Fix crash due to broken bitstream parsing on x86-64: can't make
6176           any assumptions about sizeof(struct) due to alignment/packing
6177           differences on different architectures. Fixes #351790.
6178
6179 2006-08-22  Wim Taymans  <wim@fluendo.com>
6180
6181         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6182         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6183         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6184         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6185         (gst_riff_parse_info):
6186         Protect public functions against bad input.
6187         Do some cleanups.
6188         Fix documentation.
6189
6190 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6191
6192         * gst-libs/gst/riff/riff-ids.h:
6193         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6194           Add voxware audio IDs (even if we can't play it) (#351795).
6195
6196 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6197
6198         * gst-libs/gst/riff/riff-media.c:
6199         (gst_riff_create_video_template_caps),
6200         (gst_riff_create_audio_template_caps),
6201         (gst_riff_create_iavs_template_caps):
6202           Const-ify some arrays and use G_N_ELEMENTS instead
6203           of wasting oodles of RAM on terminator bits.
6204
6205 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6206
6207         * gst-libs/gst/tag/gstvorbistag.c:
6208         (gst_tag_list_to_vorbiscomment_buffer):
6209         * tests/check/libs/tag.c: (GST_START_TEST):
6210           And the same for _to_vorbiscomment_buffer(): allow
6211           id_data_len == 0 for speex.
6212
6213 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6214
6215         * configure.ac:
6216         * docs/plugins/Makefile.am:
6217         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6218         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6219         * docs/plugins/inspect/plugin-gdp.xml:
6220         * gst/gdp/Makefile.am:
6221         * tests/check/Makefile.am:
6222           Move GDP plugin to -base from -bad.  Closes #347783.
6223
6224 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6225
6226         * gst-libs/gst/tag/gstvorbistag.c:
6227         (gst_tag_list_from_vorbiscomment_buffer):
6228           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6229           Also add some checks to make sure we don't memcmp() beyond the end of
6230           vorbiscomment buffer if the ID to check for is larger than the buffer.
6231
6232         * tests/check/libs/tag.c: (GST_START_TEST):
6233           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6234
6235 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6236
6237         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6238         (gst_vorbis_enc_set_metadata):
6239           Use vorbis comment utility functions from libgsttag
6240           instead of re-inventing the wheel (partially fixes #347091).
6241
6242 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6243
6244         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6245         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6246         as some that won't.
6247
6248 2006-08-21  Wim Taymans  <wim@fluendo.com>
6249
6250         * docs/libs/Makefile.am:
6251         * docs/libs/gst-plugins-base-libs-sections.txt:
6252         * docs/libs/gst-plugins-base-libs.types:
6253         Don't try to GObject scan the netbuffer as it's not a GObject.
6254         Fixes #351308.
6255
6256         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6257         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6258         Document GstNetBuffer.
6259
6260 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6261
6262         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6263         (audioconvert_suite):
6264           Add testcase for caps-size-explosion
6265
6266 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6267
6268         * gst/audioconvert/gstaudioconvert.c:
6269         (gst_audio_convert_get_unit_size), (set_structure_widths):
6270           Lower debug, use g_assert in _get_unit_size
6271
6272         * gst/audioresample/gstaudioresample.c:
6273         (audioresample_get_unit_size):
6274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6275         (gst_ffmpegcsp_get_unit_size):
6276         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6277           use g_assert in _get_unit_size
6278
6279 2006-08-18  Wim Taymans  <wim@fluendo.com>
6280
6281         * docs/libs/gst-plugins-base-libs-sections.txt:
6282         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6283         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6284         (gst_rtp_buffer_get_payload_buffer):
6285         * gst-libs/gst/rtp/gstrtpbuffer.h:
6286         Document GstRTPBuffer.
6287         Added function to efficiently strip payload headers.
6288         API: gst_rtp_buffer_get_payload_subbuffer()
6289
6290 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6291
6292         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6293         (gst_tag_to_vorbis_comments):
6294           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6295           tags and deserialise them properly as well (#347091).
6296           Add some more gtk-doc blurbs and also some g_return_if_fail().
6297
6298         * tests/check/libs/tag.c: (GST_START_TEST),
6299         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6300           More tests.
6301
6302 2006-08-17  Wim Taymans  <wim@fluendo.com>
6303
6304         * ext/ogg/Makefile.am:
6305         * ext/ogg/gstogg.c: (plugin_init):
6306         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6307         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6308         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6309         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6310         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6311         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6312         Added ogg-in-avi parser element. Fixes #140139.
6313
6314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6315         Fixed a bug in oggdemux debug code.
6316
6317         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6318         (gst_riff_create_audio_template_caps):
6319         Recognise Ogg in the AVI extensible wave format.
6320
6321 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6322
6323         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6324           Make buffer durations add up (duration should be next_ts-ts for
6325           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6326           from CVS.
6327
6328         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6329         (test_buffer_timestamps), (cddabasesrc_suite):
6330           Add unit test for the above.
6331
6332         * tests/check/Makefile.am:
6333           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6334           to see what happens.
6335
6336 2006-08-16  Wim Taymans  <wim@fluendo.com>
6337
6338         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6339         (gst_alsasink_open):
6340         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6341         (gst_alsasrc_open):
6342         Avoid setting and using a NULL device name.
6343         Print more info when we fail to open a device.
6344
6345 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6346
6347         * docs/libs/gst-plugins-base-libs-sections.txt:
6348         * gst-libs/gst/tag/tag.h:
6349         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6350           API: add gst_tag_parse_extended_comment() (#351426).
6351
6352         * tests/check/Makefile.am:
6353         * tests/check/libs/.cvsignore:
6354         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6355           Add unit test for gst_tag_parse_extended_comment().
6356
6357 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6358
6359         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6361           Fix leak (#351502).
6362
6363 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6364
6365         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6366         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6367         * docs/plugins/gst-plugins-base-plugins.args:
6368         * gst/playback/gstplaybin.c:
6369           Document playbin.
6370           
6371         * docs/plugins/inspect/plugin-adder.xml:
6372         * docs/plugins/inspect/plugin-alsa.xml:
6373         * docs/plugins/inspect/plugin-audioconvert.xml:
6374         * docs/plugins/inspect/plugin-audiorate.xml:
6375         * docs/plugins/inspect/plugin-audioresample.xml:
6376         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6377         * docs/plugins/inspect/plugin-cdparanoia.xml:
6378         * docs/plugins/inspect/plugin-decodebin.xml:
6379         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6380         * docs/plugins/inspect/plugin-gnomevfs.xml:
6381         * docs/plugins/inspect/plugin-ogg.xml:
6382         * docs/plugins/inspect/plugin-pango.xml:
6383         * docs/plugins/inspect/plugin-playbin.xml:
6384         * docs/plugins/inspect/plugin-subparse.xml:
6385         * docs/plugins/inspect/plugin-tcp.xml:
6386         * docs/plugins/inspect/plugin-theora.xml:
6387         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6388         * docs/plugins/inspect/plugin-video4linux.xml:
6389         * docs/plugins/inspect/plugin-videorate.xml:
6390         * docs/plugins/inspect/plugin-videoscale.xml:
6391         * docs/plugins/inspect/plugin-videotestsrc.xml:
6392         * docs/plugins/inspect/plugin-volume.xml:
6393         * docs/plugins/inspect/plugin-vorbis.xml:
6394         * docs/plugins/inspect/plugin-ximagesink.xml:
6395         * docs/plugins/inspect/plugin-xvimagesink.xml:
6396           Update to CVS version.
6397
6398 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6399
6400         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6401         (gst_play_bin_set_property), (gst_play_bin_get_property),
6402         (value_list_append_structure_list),
6403         (gst_play_bin_handle_redirect_message),
6404         (gst_play_bin_handle_message):
6405           API: GstPlayBin::connection-speed
6406           Add "connection-speed" property; re-order redirect messages with
6407           multiple redirect locations depending on the minimum bitrate if
6408           that information is available and a connection speed is set
6409           (#350399).
6410
6411 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6412
6413         * gst/playback/gstplaybin.c:
6414           Update max volume to the same value that the volume element uses.
6415
6416 2006-08-14  Wim Taymans  <wim@fluendo.com>
6417
6418         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6419         Less uglyness..
6420
6421 2006-08-14  Wim Taymans  <wim@fluendo.com>
6422
6423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6424         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6425         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6426         Add some more debug info.
6427         Don't crash when a seek failed.
6428         Actually return the result of the seek instead of TRUE.
6429         Ignore multiple BOS pages with the same serial so that we don't create
6430         the same stream multiple times.
6431         Post an error when we fail to do the initial seek.
6432
6433 2006-08-13  Wim Taymans  <wim@fluendo.com>
6434
6435         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6436         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6437         Small code cleanup.
6438
6439         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6440         (gst_alsa_mixer_new):
6441         Remove hack that always set the device to hw:0*.
6442         Properly find the card name for whatever device was configured.
6443         Do some better debugging.
6444         Fixes #350784.
6445
6446         * ext/alsa/gstalsamixerelement.c:
6447         (gst_alsa_mixer_element_set_property),
6448         (gst_alsa_mixer_element_change_state):
6449         Cleanups.
6450         Handle setting of a NULL device name better.
6451
6452 2006-08-11  Wim Taymans  <wim@fluendo.com>
6453
6454         * gst/adder/gstadder.c:
6455         Don't clip float values. Fixes #350900.
6456
6457 2006-08-11  Andy Wingo  <wingo@pobox.com>
6458
6459         * gst/tcp/gsttcp.c: Really fix the build?
6460
6461         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6462         fixes the build.
6463
6464 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6465
6466         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6467           Float caps shouldn't have a "signed" field.
6468
6469 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6470
6471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6472           Implement SEEKING query in its most basic form, so that we can
6473           at least check if we're seekable or not (#350655).
6474
6475 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6476
6477         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6478           The checks here are not even close to anything that would
6479           justify MAXIMUM probability, lowering to POSSIBLE until someone
6480           fixes the checks (case at hand: quicktime redirection files
6481           might start with 00 00 01 XX and pass the checks here just
6482           fine, see #350399).
6483
6484 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6485
6486         Patch by: Sjoerd Simons  <sjoerd at luon net>
6487
6488         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6489           Better detection for multipart/x-mixed-replace: accept leading
6490           whitespaces before the boundary marker as well (as our very own
6491           multipartmux used to produce) (#349068).
6492
6493 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6494
6495         Patch by: Young-Ho Cha  <ganadist at chollian net>
6496
6497         * gst-libs/gst/riff/riff-ids.h:
6498         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6499         (gst_riff_create_audio_template_caps):
6500           Detect DTS audio streams (#350157).
6501
6502 2006-08-05  Andy Wingo  <wingo@pobox.com>
6503
6504         * ext/theora/gsttheoraparse.h:
6505         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6506         (theora_parse_dispose, theora_parse_set_property)
6507         (theora_parse_get_property, theora_parse_munge_granulepos)
6508         (theora_parse_push_buffer, theora_parse_change_state):
6509         API: GstTheoraParse::synchronization-points
6510         Add a property 'synchronization-points' to fix badly synchronized oggs.
6511
6512 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6513
6514         * tests/check/Makefile.am:
6515         * tests/check/libs/.cvsignore:
6516         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6517         (fixed_caps_have_channel_positions), (GST_START_TEST),
6518         (audio_suite), (main):
6519           Add a few tests for the channel position stuff in libgstaudio.
6520
6521 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6522
6523         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6524         (gst_alsa_detect_channels):
6525         * ext/alsa/gstalsasink.c:
6526           Add support for cards that (only) do more than 8 channels,
6527           like the Delta 44 (#345188).
6528
6529         * gst-libs/gst/audio/multichannel.c:
6530         (gst_audio_check_channel_positions):
6531         * gst-libs/gst/audio/multichannel.h:
6532           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
6533           unspecified channel position and cannot be combined with any
6534           of the other audio channel positions; adjust position layout
6535           checks accordingly (#345188).
6536
6537 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6538
6539         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6540           Recognise ancient RealAudio files (see #349779).
6541
6542 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6543
6544         Patch by: Jens Granseuer  <jensgr at gmx net>
6545
6546         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6547           Add typefinder for Interplay's MVE format (#348973).
6548
6549 2006-08-02  Wim Taymans  <wim@fluendo.com>
6550
6551         Patch by: Marcel Moreaux <marcelm at luon dot net>
6552
6553         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6554         (gst_base_rtp_depayload_add_to_queue):
6555         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6556         Handle RTP sequence number rollover.
6557         Disable jitterbuffer by default.
6558
6559 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6560
6561         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
6562         (audioresample_set_caps):
6563         Don't leak references to the incoming caps. Clean them up when
6564         stopping.
6565
6566         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6567         (gst_video_scale_finalize):
6568         Don't leak our temporary pixel buffer.
6569
6570         * tests/check/Makefile.am:
6571         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
6572         (GST_START_TEST), (simple_launch_lines_suite):
6573
6574         Fix leaks and re-enable the test for valgrind checking.
6575
6576 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
6577
6578         Patch by: Sjoerd Simons  <sjoerd at luon net>
6579
6580         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
6581         (plugin_init):
6582           Add typefind function for multipart/x-mixed-replace (#348916).
6583
6584 2006-07-28  Wim Taymans  <wim@fluendo.com>
6585
6586         * gst/adder/gstadder.c: (gst_adder_setcaps),
6587         (gst_adder_query_duration):
6588         Fix leak in duration query.
6589         Reflow some docs and notes.
6590
6591 2006-07-28  Michael Smith  <msmith@fluendo.com>
6592
6593         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
6594         (vorbisenc_suite):
6595           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
6596           aspect of it.
6597
6598 2006-07-28  Michael Smith  <msmith@fluendo.com>
6599
6600         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
6601         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
6602         (gst_vorbis_enc_push_buffer),
6603         (gst_vorbis_enc_buffer_check_discontinuous),
6604         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
6605         * ext/vorbis/vorbisenc.h:
6606           Handle discontinuities in the input vorbis stream correctly,
6607           so that the output is properly timestamped (and has good granulepos
6608           values). Needs some oggmux fixes too.
6609
6610 2006-07-27  Wim Taymans  <wim@fluendo.com>
6611
6612         patch by: Kai Vehmanen <kv2004 eca cx>
6613
6614         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6615         (gst_base_rtp_depayload_chain),
6616         (gst_base_rtp_depayload_handle_sink_event),
6617         (gst_base_rtp_depayload_change_state):
6618         Don't send multiple newsegments with different formats.
6619         Fixes #348677.
6620
6621 2006-07-26  Wim Taymans  <wim@fluendo.com>
6622
6623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6624         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
6625         Make seeking in ogg more accurate again by doing the more correct
6626         granuletime to stream time conversion.
6627
6628 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6629
6630         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6631         (gst_multi_fd_sink_new_client):
6632           debug a little more understandably
6633           do not use goto as a substitute for break, especially if
6634           break is also being used
6635
6636 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6637
6638         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6639         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6640           Remove GLib-2.6 compatibility cruft.
6641
6642 2006-07-24  Wim Taymans  <wim@fluendo.com>
6643
6644         * gst-libs/gst/audio/gstbaseaudiosink.c:
6645         (gst_base_audio_sink_render):
6646         Don't try to align a sample to an unknown value.
6647
6648 2006-07-24  Wim Taymans  <wim@fluendo.com>
6649
6650         * gst-libs/gst/audio/gstbaseaudiosink.c:
6651         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6652         When the audio clock is slaved to another clock, never try to align
6653         samples but trust the rate interpolation algorithm.
6654
6655 2006-07-24  Wim Taymans  <wim@fluendo.com>
6656
6657         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6658         Don't try to calculate silence samples, base class does this much
6659         better now.
6660
6661         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6662         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
6663         (gst_ring_buffer_acquire):
6664         Calculate silence samples correctly.
6665
6666         * gst-libs/gst/audio/gstringbuffer.h:
6667         Add _CAST macro.
6668
6669 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
6670
6671         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
6672           Limit search for the first markup tag to the first few kB of
6673           the file. If we don't find one there, it's highly unlikely that
6674           this is an XML(-ish) file.
6675
6676 2006-07-21  Andy Wingo  <wingo@pobox.com>
6677
6678         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
6679         test to the one in vorbisenc. Also commented out.
6680
6681         * tests/check/pipelines/vorbisenc.c: 
6682         (test_discontinuity): New test, commented out until Mike lands
6683         some elite vorbisenc patches.
6684
6685         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
6686         Bufferstraw was actually factored out of these tests. Now we share
6687         code yay.
6688
6689         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
6690         for bufferstraw addition to gstcheck.
6691
6692 2006-07-21  Wim Taymans  <wim@fluendo.com>
6693
6694         * ext/theora/theoradec.c: (clip_buffer):
6695         Better clipping.
6696
6697 2006-07-21  Wim Taymans  <wim@fluendo.com>
6698
6699         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
6700         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6701         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
6702         Fix leak.
6703         Avoid type casting when we can.
6704
6705         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
6706         Fix mem leak.
6707
6708 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
6709
6710         * ext/alsa/gstalsamixerelement.c:
6711         (gst_alsa_mixer_element_change_state):
6712           Make state change fail if the specified device can't be opened
6713           for some reason.
6714
6715 2006-07-20  Wim Taymans  <wim@fluendo.com>
6716
6717         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
6718         (cb_newpad), (main):
6719         Example of a small audio/video player using decodebin.
6720
6721 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
6722
6723         * gst-libs/gst/riff/riff-ids.h:
6724           Add 'fact' chunk id
6725
6726 2006-07-19  Wim Taymans  <wim@fluendo.com>
6727
6728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6729         (gst_base_rtp_depayload_chain),
6730         (gst_base_rtp_depayload_change_state):
6731         Don't assert when not negotiated but post a meaningfull 
6732         error message. Fixes #347918.
6733
6734         * gst-libs/gst/rtp/gstbasertppayload.c:
6735         Add comment about better default MTU size.
6736
6737         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6738         Small cleanups, start docs.
6739
6740 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6741
6742         Patch by: Martin Szulecki
6743
6744         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
6745           If "device-name" is requested and the device is not
6746           open, try to temporarily open it to obtain this
6747           information (#342494).
6748
6749 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6750
6751         * gst-libs/gst/tag/gstid3tag.c:
6752           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
6753
6754         * gst-libs/gst/tag/gsttageditingprivate.h:
6755         * gst-libs/gst/tag/gstvorbistag.c:
6756           Some more random const-ifications.
6757
6758 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
6759
6760         * gst-libs/gst/riff/riff-ids.h:
6761         * gst-libs/gst/riff/riff-media.c:
6762         (gst_riff_create_video_template_caps):
6763           Add more FOURCCs (sort list to make stuff easier to find),
6764           add comment what those 16 bytes in struct _gst_riff_strh according to
6765           one avi-dumper are
6766
6767 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6768
6769         * gst-libs/gst/audio/multichannel.c:
6770         (gst_audio_check_channel_positions),
6771         (gst_audio_fixate_channel_positions):
6772           Const-ify two arrays.
6773
6774 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
6777           Fix typo, so that alsasink also advertises 8 channels
6778           if that's supported (tags: can, worms, open, alsa, ph34r).
6779
6780 2006-07-17  Wim Taymans  <wim@fluendo.com>
6781
6782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6783         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
6784         *sigh*, when is the compiler going to warn when the comments
6785         are out-of-sync with the code.. Refix case of busted theora
6786         headers with 0 granule pos.
6787
6788 2006-07-14  Wim Taymans  <wim@fluendo.com>
6789
6790         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6791         (gst_base_rtp_depayload_wait),
6792         (gst_base_rtp_depayload_change_state),
6793         (gst_base_rtp_depayload_set_property),
6794         (gst_base_rtp_depayload_get_property):
6795         Fix 99% cpu load by waiting for absolute times on the
6796         clock. Fixes #347300.
6797
6798 2006-07-14  Andy Wingo  <wingo@pobox.com>
6799
6800         * ext/theora/gsttheoraparse.h: 
6801         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
6802         (theora_parse_push_headers, theora_parse_clear_queue)
6803         (theora_parse_drain_queue_prematurely, )
6804         (theora_parse_sink_event, theora_parse_change_state): Queue events
6805         until we initialized our state, like in vorbisparse.
6806
6807         * ext/vorbis/vorbisparse.h: 
6808         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
6809         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6810         (vorbis_parse_drain_queue_prematurely, )
6811         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
6812         until we have initialized our state. Fixes seeking after an
6813         initial pad block.
6814
6815 2006-07-14  Andy Wingo  <wingo@pobox.com>
6816
6817         Patch by: Iain Holmes <iaingnome@gmail.com>
6818         
6819         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
6820
6821 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
6822
6823         * configure.ac:
6824         Bump nano back to CVS
6825
6826 === release 0.10.9 ===
6827
6828 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
6829
6830         * configure.ac:
6831           releasing 0.10.9, "I walk the line"
6832
6833 2006-07-14  Michael Smith  <msmith@fluendo.com>
6834
6835         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
6836           Move a g_cond_signal to earlier to avoid sometimes deadlocking
6837           (commonly happens when running this test under valgrind) when trying
6838           to remove the buffer probe.
6839
6840 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6841
6842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6843         Fix missing g_unlock from the previous commit
6844
6845 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6846
6847         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6848         (gst_ximagesink_change_state):
6849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6850         (gst_xvimagesink_change_state):
6851         Implement a locking order to ensure we always take the object lock
6852         before the x_lock and never vice-versa.
6853
6854 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6855
6856         * gst/playback/gstdecodebin.c: (find_compatibles):
6857         Fix a caps leak when linking (#347304)
6858
6859         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6860         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
6861         (gst_ximagesink_change_state):
6862         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6863         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
6864         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6865         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
6866         Don't leak shared memory resources. Use the object lock to protect
6867         against the xcontext disappearing while returning a buffer from the
6868         pipeline. (#347304)
6869
6870 2006-07-12  Edward Hervey  <edward@fluendo.com>
6871
6872         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
6873         (vorbis_handle_comment_packet):
6874         gst_tag_list_merge() returns a new object. Take that into account when
6875         using it. This avoids memleak.
6876         Revert previous commit which is not needed.
6877
6878 2006-07-12  Edward Hervey  <edward@fluendo.com>
6879
6880         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
6881         Reset the decoder in finalize so that all fields get cleared.
6882
6883 2006-07-12  Wim Taymans  <wim@fluendo.com>
6884
6885         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6886         (gst_base_audio_src_set_clock),
6887         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
6888         Don't try to post an error message when setting the clock fails
6889         as this can happen when adding an element to a bin which will then
6890         deadlock. Fixes #347296.
6891
6892 2006-07-12  Edward Hervey  <edward@fluendo.com>
6893
6894         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
6895         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
6896         (vorbis_handle_type_packet):
6897         Post tag messages on the bus even if we're not initialized.
6898         If we're not initialized, we still postpone the event pushing of tags.
6899
6900 2006-07-12  Wim Taymans  <wim@fluendo.com>
6901
6902         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6903         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6904         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6905         Revert last two changes that broke the freeze.
6906
6907 2006-07-12  Wim Taymans  <wim@fluendo.com>
6908
6909         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6910         basesink calculates silence sample correctly for us.
6911
6912 2006-07-12  Wim Taymans  <wim@fluendo.com>
6913
6914         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6915         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
6916         Calculate correct silence samples so we don't fill our ringbuffer
6917         with noise.
6918
6919 2006-07-12  Edward Hervey  <edward@fluendo.com>
6920
6921         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6922         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
6923         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
6924         * ext/vorbis/vorbisdec.h:
6925         Delay sending events (newsegment, tags) until the decoder is properly
6926         initialized.
6927         Fixes #347295
6928
6929 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
6930
6931         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
6932         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
6933           Patch from #347221 adding a test for audioconvert
6934           channel remappings.
6935
6936 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
6937
6938         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
6939         (gst_ssa_parse_parse_line):
6940           Don't include the terminating NUL in the buffer size,
6941           it's only there for extra paranoia (would add random
6942           '*' characters at the end of each subtitle since the
6943           terminator itself is not valid UTF-8 technically).
6944           Also fix indenting after boilerplate macro.
6945
6946 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
6947
6948         * gst/playback/gstdecodebin.c: (close_pad_link):
6949           Also emit 'unknown-type' signal (which should really be
6950           called unhandled-type) if we found potential decoders/demuxers
6951           in the registry but none of them worked in the end (as in the
6952           case where the plugins don't exist any longer but are still
6953           listed in the registry). Fixes #329798.
6954
6955 2006-07-08  Andy Wingo  <wingo@pobox.com>
6956
6957         * theoraparse.c (theora_parse_push_buffer)
6958         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
6959         Add some more debugging. Fix granulepos reconstruction in the face
6960         of discontinuities.
6961
6962 2006-07-06  Wim Taymans  <wim@fluendo.com>
6963
6964         * gst-libs/gst/audio/gstbaseaudiosink.c:
6965         (gst_base_audio_sink_class_init),
6966         (gst_base_audio_sink_provide_clock):
6967         Use gobject_class instead of G_OBJECT_CLASS (klass)
6968
6969         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6970         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6971         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
6972         (gst_base_audio_src_get_time),
6973         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
6974         (gst_base_audio_src_create_ringbuffer):
6975         Fix latency and buffer-time constants and properties ala basesink.
6976         Implement pull based scheduling. Fixes #346527.
6977         Set default blocksize in GstBaseSrc to 0, we default to pushing out
6978         one segment.
6979         Refuse slaving to another clock instead of silently not working.
6980         Only provide a clock when we are actually able to do so.
6981         Various small cleanups and compiler hints.
6982
6983 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6984
6985         Patch by: Lutz Mueller <lutz at topfrose de>
6986
6987         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
6988         (plugin_init):
6989           Add typefinding for text/html (#346581).
6990
6991 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6992
6993         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6994         (xml_check_first_element), (xml_type_find), (smil_type_find):
6995           Fix SMIL typefinding, make xml_check_first_element() more
6996           useful.
6997
6998 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
6999
7000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7001         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7002         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7003         * gst/playback/gstplaybasebin.h:
7004           Protect list of elements with a subtitle-encoding property and
7005           the subtitle encoding member itself with a lock of their own
7006           instead of using the object lock. This prevents a dead-lock in
7007           the element-remove callback in some circumstances when shutting
7008           down playbin.
7009
7010 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7011
7012         * win32/common/libgsttag.def:
7013         Export some new functions.
7014         * win32/vs6/libgstogg.dsp:
7015         Add a link to libgsttag-0.10.lib.
7016
7017 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7018
7019         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7020           Some const-ification.
7021
7022 2006-07-04  Wim Taymans  <wim@fluendo.com>
7023
7024         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7025         Improve checking if we are dealing with a stream. Added some
7026         more uris that need buffering.
7027
7028 2006-07-03  Edward Hervey  <edward@fluendo.com>
7029
7030         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7031         Remove unused variable.
7032
7033 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7034
7035         * Makefile.am:
7036           include lcov.mak
7037         * configure.ac:
7038           add GCOV_LIBS to GST_LIBS
7039
7040 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7041
7042         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7043
7044         * ext/alsa/gstalsasrc.c:
7045           Add 32 bps to template caps and increase channels range
7046           from [1,2] to [1,MAX]. See #346326.
7047
7048 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7049
7050         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7051           Recognise 'WMVA' video codec fourcc (#345879).
7052           
7053 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7054          
7055         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7056           Fixed nasty memory leak
7057
7058 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7059
7060         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7061         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7062           fix logging
7063
7064 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7065
7066         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7067         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7068         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7069         Protect remove_fakesink using a mutex, so that we don't try and
7070         remove the fakesink simultaneously from multiple threads.
7071
7072         When going from READY to PAUSED, restore the fakesink, so that
7073         it is there when decodebin gets reused.
7074
7075 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7076
7077         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7078         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7079         * gst-libs/gst/rtp/gstbasertppayload.c:
7080         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7081         * gst/tcp/gstmultifdsink.c:
7082         * gst/tcp/gsttcpclientsink.c:
7083         * gst/tcp/gsttcpclientsrc.c:
7084         * gst/tcp/gsttcpserversink.c:
7085         * gst/tcp/gsttcpserversrc.c:
7086         * gst/videorate/gstvideorate.c:
7087         * gst/videotestsrc/gstvideotestsrc.c:
7088         * sys/v4l/gstv4ljpegsrc.c:
7089         * sys/v4l/gstv4lmjpegsink.c:
7090         * sys/v4l/gstv4lsrc.c:
7091         * tests/examples/seek/scrubby.c:
7092         * tests/examples/seek/seek.c:
7093           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7094
7095 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7096
7097         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7098           Second field in GEnumValue shouldn't be a description,
7099           but a stringified version of the enum value.
7100
7101 2006-06-22  Wim Taymans  <wim@fluendo.com>
7102
7103         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7104         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7105         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7106         Avoid type checking in buffer casts.
7107         Avoid caps copy in buffer_alloc when we can.
7108         Use pad_peer_accept.
7109
7110 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7111
7112         * gst-libs/gst/tag/tag.h:
7113           Oops, make that 'Since: 0.10.9'.
7114
7115 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7116
7117         * docs/libs/gst-plugins-base-libs-sections.txt:
7118         * gst-libs/gst/tag/tag.h:
7119         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7120         (gst_tag_image_type_get_type):
7121           API: add GstTagImageType enum to describe images contained
7122           in image tags (#345641).
7123
7124 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7125
7126         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7127           Fix warnings with gst-inspect: "buffers-min" property
7128           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7129           typo in property description.
7130
7131 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7132
7133         Patch by: Cody Russell <bratsche at gnome org>
7134
7135         * gst/audioresample/gstaudioresample.c:
7136         (gst_audioresample_class_init):
7137         * gst/playback/gststreamselector.c:
7138         (gst_stream_selector_class_init):
7139         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7140         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7141         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7142         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7143         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7144         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7145         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7146         * gst/videotestsrc/gstvideotestsrc.c:
7147         (gst_video_test_src_class_init):
7148         * gst/volume/gstvolume.c: (gst_volume_class_init):
7149           Avoid unnecessary class cast check in class_init
7150           functions (#337747).
7151
7152 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7153
7154         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7155         (gst_text_overlay_video_chain):
7156           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7157           and doesn't validate its input either (and neither did
7158           textoverlay it seems). Let's do that then and fix #345206.
7159
7160 2006-06-19  Wim Taymans  <wim@fluendo.com>
7161
7162         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7163         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7164         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7165         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7166         (find_syncframe), (find_limits), (assign_value),
7167         (count_burst_unit), (gst_multi_fd_sink_new_client),
7168         (gst_multi_fd_sink_handle_client_write),
7169         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7170         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7171         (gst_multi_fd_sink_change_state):
7172         * gst/tcp/gstmultifdsink.h:
7173         Added shiny new burst-on-connect methods.
7174         Add properties to control the minimal amount of data queued.
7175         Small cleanups.
7176         API: bytes-min property
7177         API: time-min property
7178         API: buffers-min property
7179         API: burst-unit property
7180         API: burst-value property
7181         API: add-full signal
7182
7183         * gst/tcp/gsttcp-marshal.list:
7184         Added new marshaller code for the new signal.
7185
7186         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7187         (multifdsink_suite):
7188         Added testcases for new burst methods.
7189
7190 2006-06-19  Edward Hervey  <edward@fluendo.com>
7191
7192         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7193         Implement clipping for accurate seeking.
7194         Closes #345225
7195
7196 2006-06-19  Wim Taymans  <wim@fluendo.com>
7197
7198         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7199
7200         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7201         (gst_video_scale_transform):
7202         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7203
7204 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7205
7206         * configure.ac:
7207           Fix --disable-external (can't set conditionals conditionally,
7208           #343602).
7209
7210 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         * tests/check/elements/audioresample.c: (test_reuse),
7213         (audioresample_suite):
7214           Add test case for bug #342789 fixed below.
7215
7216 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7217
7218         * gst/audioresample/gstaudioresample.c:
7219         (gst_audioresample_class_init), (gst_audioresample_init),
7220         (audioresample_start), (audioresample_stop),
7221         (gst_audioresample_set_property), (gst_audioresample_get_property):
7222           Implement GstBaseTransform::start and ::stop so that audioresample
7223           can clear its internal state properly and be reused instead of
7224           causing non-negotiated errors with playbin under some circumstances
7225           (#342789).
7226
7227         * tests/check/elements/audioresample.c: (setup_audioresample),
7228         (cleanup_audioresample):
7229           Need to set element state here so that ::start and ::stop are
7230           called.
7231
7232 2006-06-16  Wim Taymans  <wim@fluendo.com>
7233
7234         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7235
7236         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7237         Parse extra data better, apparently it's right behind
7238         the normal strf header size. Fixes #343500.
7239
7240 2006-06-16  Wim Taymans  <wim@fluendo.com>
7241
7242         * ext/alsa/gstalsasink.c: (set_hwparams):
7243         If we fail to set the buffer_time and period_time alsa
7244         parameters, post a warning and leave alsa select a 
7245         default instead of failing. Fixes #342085
7246
7247 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7248
7249         * docs/libs/gst-plugins-base-libs-sections.txt:
7250         * gst-libs/gst/cdda/gstcddabasesrc.h:
7251           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7252           out in the header file and shouldn't be listed in the docs.
7253
7254         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7255           Must dereference pointer to fourcc in the debug statement.
7256
7257 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7258
7259         * docs/libs/Makefile.am:
7260         * docs/libs/gst-plugins-base-libs-docs.sgml:
7261         * docs/libs/gst-plugins-base-libs-sections.txt:
7262         * docs/libs/gst-plugins-base-libs.types:
7263         add remaining symbols into correct setions
7264         
7265         * gst-libs/gst/audio/gstringbuffer.c:
7266         fix incomplete docs
7267         
7268         * gst-libs/gst/audio/gstringbuffer.h:
7269         comment out not yet implemented function
7270         
7271         
7272         * gst-libs/gst/floatcast/floatcast.h:
7273         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7274         add short descriptions
7275         
7276         
7277         * gst-libs/gst/interfaces/propertyprobe.c:
7278         fix return value docs   
7279         
7280         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7281         simplify debug logging
7282         
7283         * gst-libs/gst/riff/riff-read.h:
7284         sync function prototype and docs
7285         
7286         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7287         remove left over symbol
7288
7289 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7290
7291         * autogen.sh:
7292         * configure.ac:
7293         * docs/Makefile.am:
7294           Use GST_PLUGIN_DOCS macro in configure.ac, add
7295           --enable-plugin-docs default to autogen.sh and use
7296           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7297
7298 2006-06-15  Wim Taymans  <wim@fluendo.com>
7299
7300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7301         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7302         (gst_ogg_demux_loop):
7303         Combine GstFlowReturn from the source pads to give a
7304         meaningfull result to the upstream peer or to stop the
7305         processing task in case of errors.
7306
7307 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7308
7309         * gst/playback/gststreaminfo.c: (cb_probe):
7310           Try GST_TAG_CODEC as fallback when extracting the
7311           codec name; more debug info.
7312
7313 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7314
7315         * ext/ogg/Makefile.am:
7316         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7317           Extract language tags from ogm subtitle streams, so that
7318           the subtitle menu choices are labelled correctly in
7319           Totem (fixes #344708).
7320
7321 2006-06-14  Wim Taymans  <wim@fluendo.com>
7322
7323         Patch by: Alessandro Decina <alessandro at nnva dot org>
7324
7325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7326         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7327         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7328         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7329         Fix various leaks. Fixes #343699.
7330         Add x-smoke mime type.
7331
7332 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7333
7334         * gst-libs/gst/riff/riff-ids.h:
7335           Add IDs for 'bext' chunks (see #343837).
7336
7337 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7338
7339         Patch by: Young-Ho Cha  <ganadist at chollian net>
7340
7341         * gst/subparse/samiparse.c: (sami_context_pop_state),
7342         (handle_start_font), (end_sami_element):
7343           Honour font face tags in SAMI subtitles (#344503).
7344
7345 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7346
7347         * po/POTFILES.in:
7348           add missing files containing translatable strings
7349
7350 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7351
7352         * docs/libs/tmpl/.cvsignore:
7353           we don't want those *.sgml files in CVS either
7354
7355 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7356
7357         * docs/libs/.cvsignore:
7358         * tests/check/elements/.cvsignore:
7359         * tests/check/libs/.cvsignore:
7360           ignore more
7361
7362 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7363
7364         * docs/libs/Makefile.am:
7365           also commiting the changed Makefile.am (added more libs to the
7366           doc-build)
7367
7368 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7369
7370         * docs/libs/gst-plugins-base-libs-docs.sgml:
7371         * docs/libs/gst-plugins-base-libs-sections.txt:
7372         * docs/libs/gst-plugins-base-libs.types:
7373           first batch of reordering things, add index & hierarchy
7374
7375 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7376
7377         * configure.ac:
7378           use GST_PKG_CHECK_MODULES, cleans up output
7379
7380 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7381
7382         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7383           Add support for burn:// URIs (#343385); const-ify things a bit,
7384           use G_N_ELEMENTS instead of hard-coded array size.
7385
7386 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7387
7388         Patch by: Young-Ho Cha  <ganadist at chollian net>
7389
7390         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7391           Fix up broken entities before passing them to libxml *sigh*.
7392           (#343303).
7393           
7394 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7395
7396         * configure.ac:
7397           back to TRUNK
7398
7399 === release 0.10.8 ===
7400
7401 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7402
7403         * configure.ac:
7404           releasing 0.10.8, "Moar gij ziet mij nie"
7405
7406 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7407
7408         * configure.ac:
7409         * po/af.po:
7410         * po/az.po:
7411         * po/cs.po:
7412         * po/en_GB.po:
7413         * po/hu.po:
7414         * po/it.po:
7415         * po/nb.po:
7416         * po/nl.po:
7417         * po/or.po:
7418         * po/sq.po:
7419         * po/sr.po:
7420         * po/sv.po:
7421         * po/uk.po:
7422         * po/vi.po:
7423         * win32/common/config.h:
7424           0.10.7.2 prerelease
7425
7426 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7427
7428         * docs/libs/tmpl/gstaudio.sgml:
7429         * docs/libs/tmpl/gstcolorbalance.sgml:
7430         * docs/libs/tmpl/gstmixer.sgml:
7431         * docs/libs/tmpl/gstringbuffer.sgml:
7432         * docs/libs/tmpl/gsttuner.sgml:
7433         * docs/libs/tmpl/gstxoverlay.sgml:
7434         * gst-libs/gst/audio/audio.c:
7435         * gst-libs/gst/audio/gstringbuffer.c:
7436         * gst-libs/gst/interfaces/colorbalance.c:
7437         * gst-libs/gst/interfaces/mixer.c:
7438         * gst-libs/gst/interfaces/tuner.c:
7439         * gst-libs/gst/interfaces/xoverlay.c:
7440           move last template doc snippets to source code and delete them
7441
7442 2006-06-06  Michael Smith  <msmith@fluendo.com>
7443
7444         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7445         (theora_parse_drain_queue):
7446           Mark DELTA_UNIT on non-keyframes.
7447
7448 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7449
7450         * gst-libs/gst/audio/gstbaseaudiosink.c:
7451         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7452         * gst-libs/gst/audio/gstbaseaudiosink.h:
7453         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7454         (gst_ring_buffer_samples_done):
7455         * gst-libs/gst/audio/gstringbuffer.h:
7456         Document better the fact that latency_time and buffer_time are values
7457         stored in microseconds, and not the usual GStreamer nanoseconds.
7458         Change the variables (compatibly) that store them from GstClockTime 
7459         to guint64 to make it more clear that they're not storing clock times.
7460         Also, remove the bogus property description that says the user can
7461         specify -1 to get the default value, since that's never been the case.
7462
7463         When computing the default segment size for the ring buffer, make it
7464         an integer number of samples.
7465
7466         When the sub-class indicates a delay greater than the number of
7467         samples we've written return 0 from the audio sink get_time method.
7468
7469 2006-06-02  Michael Smith  <msmith@fluendo.com>
7470
7471         * tests/check/elements/audioconvert.c: (set_channel_positions),
7472         (get_float_mc_caps), (get_int_mc_caps):
7473         * tests/check/elements/audioresample.c:
7474         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7475         * tests/check/elements/videorate.c:
7476         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7477         * tests/check/elements/volume.c:
7478         * tests/check/elements/vorbisdec.c:
7479         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7480           Don't busy-wait in tests; this was causing test timeouts very
7481           frequently when running under valgrind.
7482
7483 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7484
7485         * gst/tcp/README:
7486         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7487         (gst_multi_fd_sink_remove_client_link),
7488         (gst_multi_fd_sink_client_queue_caps),
7489         (gst_multi_fd_sink_client_queue_buffer),
7490         (gst_multi_fd_sink_handle_client_write),
7491         (gst_multi_fd_sink_render):
7492         * gst/tcp/gstmultifdsink.h:
7493           make multifdsink properly deal with streamheader:
7494           - streamheader is taken from caps
7495           - buffers marked with IN_CAPS are not sent
7496           - streamheaders are sent, on connection, from the caps of the
7497             buffer where the client gets positioned to
7498           - further streamheader changes are done every time the client
7499             will receive a buffer with different caps
7500         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7501         (gst_multifdsink_create_streamheader):
7502           add tests for this
7503
7504 2006-06-02  Michael Smith  <msmith@fluendo.com>
7505
7506         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7507           Reinstate limit on channel count. Vorbis does not define the meaning
7508           of > 6 channels, so they're just independent channels. Gstreamer
7509           currently has no mechanism to represent N independent channels.
7510
7511 2006-06-02  Michael Smith  <msmith@fluendo.com>
7512
7513         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7514           Don't arbitrarily restrict channel counts and rate in vorbis.
7515           In terms of effects likely on real-world files, this fixes 96kHz
7516           playback of vorbis.
7517
7518 2006-06-02  Michael Smith  <msmith@fluendo.com>
7519
7520         * gst/audioconvert/audioconvert.c: (float):
7521           More correct float->int conversion.
7522
7523 2006-06-02  Michael Smith  <msmith@fluendo.com>
7524
7525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7526           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7527           value. Fixes g-critical on trying to play back ogg containing
7528           unknown codec.
7529
7530 2006-06-02  Wim Taymans  <wim@fluendo.com>
7531
7532         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
7533         (setup_source):
7534         * gst/playback/gstplaybasebin.h:
7535         Make the subtitle detection work from any thread so we don't
7536         deadlock. Fixes #343397.
7537
7538 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7539
7540         * gst/volume/Makefile.am:
7541           Seriously, it's not *that* hard to get compilation right.  Even
7542           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
7543
7544 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7545
7546         * gst/volume/gstvolume.c: (volume_choose_func),
7547         (volume_update_real_volume), (gst_volume_class_init),
7548         (gst_volume_init), (volume_process_float), (volume_process_int16),
7549         (volume_process_int16_clamp), (volume_set_caps),
7550         (volume_transform_ip), (plugin_init):
7551         * gst/volume/gstvolume.h:
7552         rewrite the passthrough check, split _int16 and _int16_clamp, fix
7553         another property desc., remove unused param from process function
7554         
7555         * tests/check/elements/volume.c: (volume_suite):
7556         reactivate the passthrough test
7557
7558 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7559
7560         * ext/alsa/gstalsamixerelement.h:
7561         * ext/alsa/gstalsamixeroptions.h:
7562         * ext/alsa/gstalsamixertrack.h:
7563         * ext/gnomevfs/gstgnomevfssink.h:
7564         * ext/gnomevfs/gstgnomevfssrc.h:
7565         * ext/theora/gsttheoradec.h:
7566         * ext/theora/gsttheoraenc.h:
7567         * ext/theora/gsttheoraparse.h:
7568         * ext/vorbis/vorbisparse.h:
7569         * gst-libs/gst/audio/gstaudioclock.h:
7570         * gst-libs/gst/audio/gstaudiofilter.h:
7571         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7572         * gst/audioconvert/gstaudioconvert.h:
7573         * gst/audioresample/gstaudioresample.h:
7574         * gst/audiotestsrc/gstaudiotestsrc.h:
7575         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7576         * gst/playback/gststreamselector.h:
7577         * gst/tcp/gstmultifdsink.h:
7578         * gst/tcp/gsttcpclientsink.h:
7579         * gst/tcp/gsttcpclientsrc.h:
7580         * gst/tcp/gsttcpserversink.h:
7581         * gst/tcp/gsttcpserversrc.h:
7582         * gst/videorate/gstvideorate.h:
7583         * gst/videoscale/gstvideoscale.h:
7584         * gst/videotestsrc/gstvideotestsrc.h:
7585         * gst/volume/gstvolume.h:
7586         * sys/v4l/gstv4ljpegsrc.h:
7587         * sys/v4l/gstv4lmjpegsink.h:
7588         * sys/v4l/gstv4lmjpegsrc.h:
7589         * sys/v4l/gstv4lsrc.h:
7590         * sys/ximage/ximagesink.h:
7591         * sys/xvimage/xvimagesink.h:
7592         * tests/old/testsuite/alsa/sinesrc.h:
7593         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
7594
7595 2006-05-31  Wim Taymans  <wim@fluendo.com>
7596
7597         * ext/libvisual/visual.c: (gst_visual_reset),
7598         (gst_visual_sink_setcaps), (gst_visual_sink_event),
7599         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
7600         Handle DISCONT.
7601         Use running time before doing QoS.
7602         Handle mono too.
7603
7604 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7605
7606         * docs/libs/Makefile.am:
7607           set a magic variable to indicate we know the docs are incomplete
7608
7609 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
7610
7611         * win32/common/libgstvideo.def:
7612           export gst_video_calculate_display_ratio
7613         * win32/vs6/libgstvideoscale.dsp:
7614           add link to libgstvideo-0.10.lib
7615
7616 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7617
7618         * gst/playback/gstplaybasebin.c: (gen_source_element):
7619           Throw a more comprehensible error for rtsp:// URIs (rather
7620           than erroring out with a negotiation error later on) until
7621           we fix playbin to handle rtspsrc etc.
7622
7623 2006-05-30  Wim Taymans  <wim@fluendo.com>
7624
7625         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
7626         (gst_text_overlay_text_event):
7627         Added some FIXMEs.
7628
7629 2006-05-30  Wim Taymans  <wim@fluendo.com>
7630
7631         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
7632         (gst_adder_request_new_pad), (gst_adder_release_pad):
7633         * gst/adder/gstadder.h:
7634         Implement release_request_pad.
7635         Make padcounter atomic.
7636
7637         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
7638         Added check for release_pad in adder.
7639
7640 2006-05-30  Wim Taymans  <wim@fluendo.com>
7641
7642         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
7643         Fix build again.
7644
7645 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7646
7647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7648         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7649         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7650         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
7651         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
7652         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
7653         (gst_ogg_demux_bisect_forward_serialno),
7654         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
7655         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7656           add more debugging
7657           clean up printf formats for granulepos and serialno
7658
7659 2006-05-30  Michael Smith  <msmith@fluendo.com>
7660
7661         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
7662         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
7663         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
7664         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
7665         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7666         * ext/vorbis/vorbisenc.h:
7667           Multi-channel caps negotiation, so we can do proper multichannel
7668           vorbis encoding, negotiated through audioconvert.
7669
7670 2006-05-30  Wim Taymans  <wim@fluendo.com>
7671
7672         * tests/check/elements/adder.c: (test_event_message_received),
7673         (test_play_twice_message_received), (GST_START_TEST),
7674         (adder_suite):
7675         Added check to show that #339935 is fixed with ongoing
7676         adder and collectpads fixes.
7677
7678 2006-05-29  Wim Taymans  <wim@fluendo.com>
7679
7680         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
7681         Don't leak pad name.
7682
7683 2006-05-29  Wim Taymans  <wim@fluendo.com>
7684
7685         * gst/adder/gstadder.c: (gst_adder_query_duration),
7686         (forward_event_func), (forward_event), (gst_adder_src_event):
7687         Fix adder seeking.
7688         Make query/seeking code threadsafe.
7689
7690         * tests/check/Makefile.am:
7691         * tests/check/elements/adder.c: (test_event_message_received),
7692         (GST_START_TEST), (test_play_twice_message_received):
7693         Fix adder test case.
7694
7695 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
7696
7697         Patch by: Young-Ho Cha  <ganadist at chollian net>
7698
7699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7700         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7701         (set_encoding_element), (decodebin_element_added_cb),
7702         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
7703         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7704         * gst/playback/gstplaybasebin.h:
7705           Add 'subtitle-encoding' property to playbin, so applications can
7706           force a subtitle encoding for non-UTF8 subtitles (#342268).
7707
7708         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
7709         (gst_sub_parse_set_property):
7710           Rename recently-added 'encoding' property to 'subtitle-encoding'
7711           (so it can be proxied by playbin/decodebin in a generic way
7712           with less danger of false positives).
7713
7714 2006-05-29  Michael Smith  <msmith@fluendo.com>
7715
7716         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7717         (append_with_other_format), (set_structure_widths),
7718         (gst_audio_convert_transform_caps):
7719           Patch from #341562: give more specific audio caps in get_caps, so
7720           that basetransform  can make better decisions on what caps to
7721           negotiate.
7722
7723 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7724
7725         * tests/check/elements/volume.c:
7726         make it compile again
7727
7728 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7729
7730         * tests/check/elements/volume.c: (volume_suite):
7731         disable test until #343196 gets resolved
7732
7733 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7734
7735         * gst/adder/gstadder.c: (gst_adder_get_type):
7736         Make it easier to copy&paste
7737         
7738         * gst/volume/Makefile.am:
7739         * gst/volume/gstvolume.c: (volume_update_real_volume),
7740         (gst_volume_set_volume), (gst_volume_set_mute),
7741         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
7742         (volume_transform_ip), (volume_update_mute),
7743         (volume_update_volume):
7744         * gst/volume/gstvolume.h:
7745         Add own debug category, move duplicate code to helper function, fix
7746         property texts, add more comments and prepare ffor liboil-goodness
7747         
7748         * tests/check/Makefile.am:
7749         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7750         add test for mute and passtrough case, be a bit more verbose to track
7751         failure
7752         
7753         * tests/check/generic/states.c: (GST_START_TEST):
7754         catch elements that fail to instantiate
7755
7756 2006-05-28  Edward Hervey  <edward@fluendo.com>
7757
7758         * tests/check/pipelines/simple-launch-lines.c:
7759         * tests/check/pipelines/theoraenc.c:
7760         * tests/check/pipelines/vorbisenc.c:
7761         Comment out tests using parse_launch() if core was built without
7762         parsing capabilities.
7763
7764 2006-05-27  Edward Hervey  <edward@fluendo.com>
7765
7766         * tests/check/Makefile.am:
7767         Extra bonus points for whoever explains to ensonic that you are meant
7768         to test unit tests thoroughly before commiting them, especially if
7769         you know it's going to break.
7770         De-activated element/adder tests.
7771
7772 2006-05-27  Edward Hervey  <edward@fluendo.com>
7773
7774         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7775         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
7776         Marking caps conversion issues as GST_WARNING is way too verbose,
7777         Moving them to GST_LOG.
7778
7779 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
7780
7781         * README:
7782           Replace current README (containing the release notes from
7783           some 0.9.x version) with a proper README taken from the core.
7784
7785 2006-05-26  Wim Taymans  <wim@fluendo.com>
7786
7787         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7788         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
7789         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
7790         (vorbis_dec_change_state):
7791         Small cleanups.
7792         Add some FIXMEs
7793         Clip output samples to segment boundaries.
7794
7795 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7796
7797         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7798         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
7799         Improve the errors produced on bad output, including some human
7800         readable description strings.
7801         Handle the (theoretical for ximagesink) case where the XServer 
7802         has a different idea about the size required for a particular 
7803         frame and gives us too small a memory allocation.
7804
7805 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7806
7807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7808         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
7809         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
7810         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7811         Improve the errors produced on bad output, including some human 
7812         readable description strings.
7813         Handle RGB Xv formats properly by transforming them into our 
7814         big-endian caps description.
7815         Use gst_caps_truncate to ensure that we never try and choose a
7816         non-fixed caps in buffer_alloc.
7817         Handle the case where the XServer has a different idea about the size
7818         required for a particular frame and gives us too small a memory
7819         allocation.
7820         Use -1 to indicate 'no image format', because 0 is a valid XServer
7821         image format number.
7822         Put RGB Xv formats at the end of the caps, so that we always prefer
7823         YUV format frames.
7824         Iterate the available Xv Encodings to determine the maximum width and
7825         height, and then return that in our caps.
7826         (Closes #315312, #337544)
7827
7828 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7829
7830         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
7831         When there is only one unfinished pad and it receives an event that
7832         doesn't match our requirements, we need to set alldone=FALSE so that
7833         the fakesink is not removed yet.
7834
7835 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7836
7837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7838           Use gst_type_find_helper_for_buffer() to find the type
7839           of stream from the first packet.
7840
7841         * configure.ac:
7842           Bump requirements to core CVS (needed for vorbis
7843           typefinding to work).
7844
7845 2006-05-24  Edward Hervey  <edward@fluendo.com>
7846
7847         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
7848         Added the 'prfl' atom type which MQV (no, it's not a typo) files
7849         contain.  Else they play perfectly fine with qtdemux.
7850
7851 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
7852
7853         * ext/theora/theoradec.c:
7854         * ext/theora/theoraenc.c:
7855         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
7856         * gst/audiorate/gstaudiorate.c:
7857           make more debug catagories static
7858         
7859         * tests/check/Makefile.am:
7860         * tests/check/elements/adder.c: (message_received),
7861         (test_event_message_received), (GST_START_TEST),
7862         (test_play_twice_message_received), (adder_suite):
7863           added test case for using element twice, extra bonus points for anyone
7864           who can make these test run reliably
7865
7866 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
7867
7868         * ext/theora/theoradec.c: (theora_dec_chain):
7869           Make work with time-stamped input buffers that do not
7870           have a granulepos in BUFFER_OFFSET_END (like theora
7871           buffers coming from matroskademux). Fixes #342448.
7872
7873 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7874
7875         Patch by: Peter Kjellerstedt  <pkj at axis com>
7876
7877         * gst/tcp/Makefile.am:
7878           fdstresstest doesn't need Gtk+, fix compilation if 
7879           gtk is not available (#342566).
7880
7881 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7882          
7883         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7884           80 line columns
7885           Removed redundant floor()
7886
7887 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7888
7889         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7890           On second thought, just skip JUNK chunks automatically, so
7891           the caller doesn't have to handle this. Fixes #342345.
7892           Also, return GST_FLOW_UNEXPECTED if we get a short read,
7893           not GST_FLOW_ERROR.
7894
7895 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
7896
7897         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7898           Don't bail out on JUNK chunks with a size of 0 (would try to
7899           pull_range 0 bytes before, which sources don't like too much).
7900           See #342345.
7901
7902 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7903
7904         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
7905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7906         Use the gstutil scaling function to preserve 64 bits while calculating
7907         output width and height from the display-aspect-ratio. (A continuation
7908         of #341542)
7909
7910 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
7911
7912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
7913         (gst_xvimagesink_buffer_alloc):
7914         * sys/xvimage/xvimagesink.h:
7915         When performing buffer allocations, remember the caps and image format
7916         we return so that if the same caps are asked for next time we can
7917         return them immediately without doing any caps intersections.
7918
7919 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7920          
7921         * gst-libs/gst/rtp/README:
7922           Some new documentation
7923         * gst-libs/gst/rtp/gstrtpbuffer.h:       
7924           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
7925         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7926         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
7927           New RTP audio base payloader class. Supports frame or sample based
7928           codecs.  Not enabled in Makefile.am until approved.
7929
7930 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7931
7932         * tests/check/elements/alsa.c: (test_device_property_probe):
7933           Fix test case: don't try to free NULL GValueArray when there
7934           are no devices.
7935
7936 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7937
7938         * tests/check/Makefile.am:
7939         * tests/check/elements/alsa.c: (test_device_property_probe),
7940         (alsa_suite), (main):
7941           Add simple test that runs a device property probe on alsasrc,
7942           alsasink and alsamixer. Disable valgrind check for now (too
7943           many leaks in libasound, and valgrind ignored my suppressions
7944           additions).
7945
7946 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7947
7948         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
7949         (gst_alsa_device_property_probe_probe_property),
7950         (gst_alsa_device_property_probe_needs_probe),
7951         (gst_alsa_device_property_probe_get_values),
7952         (gst_alsa_type_add_device_property_probe_interface):
7953         * ext/alsa/gstalsadeviceprobe.h:
7954         * ext/alsa/gstalsamixerelement.c:
7955         (gst_alsa_mixer_element_init_interfaces):
7956         * ext/alsa/gstalsamixerelement.h:
7957           Clean up and simplify alsa device probing. Make it actually work
7958           for multiple classes. Don't cache results any longer.
7959
7960         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
7961         (gst_alsasink_init):
7962         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
7963         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
7964         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
7965           Make alsasink and alsasrc implement the GstPropertyProbe interface
7966           for device probing (#342181).
7967           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
7968
7969 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
7970
7971         * gst/subparse/samiparse.c: (handle_start_font):
7972           Don't ignore return value of strtol (++compiler_happiness).
7973
7974 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
7975
7976         Patch by: Young-Ho Cha  <ganadist chollian net>
7977
7978         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7979         (gst_sub_parse_class_init), (gst_sub_parse_init),
7980         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
7981         (convert_encoding):
7982         * gst/subparse/gstsubparse.h:
7983           Add 'encoding' property (#341681).
7984
7985         * gst/subparse/samiparse.c: (characters_sami):
7986           Output is pango markup, so we need to escape text
7987           between tags (#342143).
7988
7989 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
7990
7991         * gst-libs/gst/audio/multichannel.c:
7992         (gst_audio_check_channel_positions):
7993           It's okay to have caps with channels=1 and a channel position
7994           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
7995           (deinterleavers might want to keep the position in the caps,
7996           so that they can be re-interleaved again properly later).
7997           Leave check for unexpected 2-channel layouts intact for now.
7998
7999 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8000
8001         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8002         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8003         basesrc can do its job correctly.
8004
8005 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8006
8007         * ext/alsa/Makefile.am:
8008         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8009         (gst_alsa_detect_formats), (get_channel_free_structure),
8010         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8011         (gst_alsa_probe_supported_formats):
8012         * ext/alsa/gstalsa.h:
8013         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8014           Refactor and improve caps probing code: probe signedness
8015           when we probe the supported formats/widths; set endianness
8016           to the one we actually probed for (ie. cpu endianness).
8017           
8018         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8019         (gst_alsasrc_close):
8020         * ext/alsa/gstalsasrc.h:
8021           Implement caps probing for alsasrc.
8022
8023 2006-05-15  Wim Taymans  <wim@fluendo.com>
8024
8025         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8026         (theora_dec_src_query), (theora_dec_src_event),
8027         (theora_dec_sink_event), (theora_handle_comment_packet),
8028         (theora_handle_data_packet), (theora_dec_change_state):
8029         Cleanups, add some G_LIKELY.
8030         Use segment helpers instead of our own wrong code.
8031         Clear queued buffers on seek and READY.
8032
8033         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8034         (vorbis_dec_convert), (vorbis_dec_src_query),
8035         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8036         (vorbis_handle_comment_packet), (vorbis_dec_push),
8037         (vorbis_handle_data_packet), (vorbis_dec_chain),
8038         (vorbis_dec_change_state):
8039         * ext/vorbis/vorbisdec.h:
8040         Remove old useless packetno variable.
8041         Do position query properly.
8042         Add some G_LIKELY.
8043         Do cleanup of queued buffers in new helper function
8044         and use it.
8045
8046 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8047
8048         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8049           Query supported sample rates. Fixes #341732.
8050
8051 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8052
8053         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8054         (gst_decode_bin_change_state): Make decodebin reusable
8055         when going from PAUSE_TO_READY and then back to PAUSED.
8056         Fixes #331678.
8057
8058 2006-05-15  Wim Taymans  <wim@fluendo.com>
8059
8060         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8061         (vorbis_dec_convert), (vorbis_dec_src_query),
8062         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8063         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8064         (vorbis_dec_clean_queued), (vorbis_dec_push),
8065         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8066         Cleanups. Use refcounting and DEBUG_OBJECT.
8067         Reset segment on flush, use code methods instead of our
8068         own wrong version.
8069         Fix potential memleak.
8070
8071 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8072
8073         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8074         (gst_alsasink_init):
8075         * ext/alsa/gstalsasink.h:
8076           Don't leak allocated snd_output_t structure if there's
8077           more than one alsasink instance at a time (#341873).
8078           Also fix GObject macros in header file.
8079           
8080 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8081
8082         * gst/subparse/gstsubparse.c:
8083         (gst_sub_parse_data_format_autodetect):
8084           Don't use libxml functions in the typefinding code.
8085
8086 2006-05-15  Wim Taymans  <wim@fluendo.com>
8087
8088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8089         Fix seeking performance in the case where a non-header 
8090         packet has a 0 granulepos (busted theora case). 
8091         Fixes #341719
8092         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8093          the first place, you limelight stealer you)
8094
8095 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8096
8097         * gst/subparse/gstsubparse.c:
8098         (gst_sub_parse_data_format_autodetect):
8099           Improve SAMI typefinding: handle case where there are
8100           whitespaces or newlines in front of the first <SAMI>
8101           tag (#169936).
8102
8103 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8104
8105         * configure.ac:
8106           Build video4linux plugin even if there's no XVIDEO, just
8107           without implementing the GstXOverlay interface (#334002).
8108          
8109 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8110
8111         * configure.ac:
8112         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8113         (plugin_init):
8114           Add tentative support for libvisual-0.4 (#336881).
8115
8116 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8117
8118         Patch by: Young-Ho Cha <ganadist at chollian net>
8119
8120         * gst/subparse/samiparse.c: (handle_start_font):
8121           Need to map "silver" colour explicitly (#169936).
8122
8123 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8124
8125         Patch by: Young-Ho Cha  <ganadist at chollian net>
8126
8127         * gst/subparse/Makefile.am:
8128         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8129         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8130         (gst_sub_parse_format_autodetect), (feed_textbuf),
8131         (gst_subparse_type_find), (plugin_init):
8132         * gst/subparse/gstsubparse.h:
8133         * gst/subparse/samiparse.c:
8134         * gst/subparse/samiparse.h:
8135           Add support for SAMI subtitles (#169936).
8136
8137 2006-05-14  Michael Smith  <msmith@fluendo.com>
8138
8139         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8140           Fix #341696: crash when mixing L+R+C to mono or stereo.
8141         * tests/check/Makefile.am:
8142         * tests/check/elements/audioconvert.c: (set_channel_positions),
8143         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8144         (audioconvert_suite):
8145           Add test for the above, including some generic framework bits for
8146           testing multichannel things.
8147
8148 === release 0.10.7 ===
8149
8150 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8151
8152         * configure.ac:
8153           releasing 0.10.7, "Leave the gun"
8154
8155 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8156
8157         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8159         Fix the build.
8160
8161 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8162
8163         * docs/libs/gst-plugins-base-libs-docs.sgml:
8164         * docs/libs/gst-plugins-base-libs-sections.txt:
8165         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8166         * gst-libs/gst/video/video.h:
8167         * gst/videoscale/Makefile.am:
8168         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8170         * tests/check/Makefile.am:
8171         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8172         (main):
8173           Fix integer overflow problem with pixel-aspect-ratio calculations
8174           in videoscale and xvimagesink (#341542)
8175
8176 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8177
8178         * gst-libs/gst/tag/gstid3tag.c:
8179           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8180
8181 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8182
8183         * win32/MANIFEST:
8184           update win32 files listing
8185
8186 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8187
8188         patch by: Sjoerd Simons (sjoerd@luon.net)
8189
8190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8191         (group_create), (group_destroy), (add_stream),
8192         (gst_play_base_bin_get_property),
8193         (gst_play_base_bin_get_streaminfo_value_array):
8194         * gst/playback/gstplaybasebin.h:
8195           API: GstPlayBaseBin::stream-info-value-array property
8196           use a more bindings-friendly way of exposing streaminfo
8197           using a GValueArray.  Tested in ipython.
8198           Closes #341114
8199
8200 2006-05-11  Wim Taymans  <wim@fluendo.com>
8201
8202         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8203         (queue_underrun_cb), (queue_filled_cb):
8204         Also catch queue underruns but don't do anything yet.
8205         Refactor and comment queue enlarging code a bit.
8206
8207         * gst/playback/gstplaybasebin.c: (queue_overrun),
8208         (queue_threshold_reached), (queue_out_of_data),
8209         (gen_preroll_element):
8210         If a queue over/underruns check that we don't create nasty
8211         deadlocks when the min-threshold is not reached but the
8212         max-bytes is. In those cases disable max-bytes when we
8213         know that the queue is fed timed data.
8214         Add more comments.
8215
8216 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8217
8218         * gst/playback/gstplaybin.c: (gen_audio_element):
8219           Make playbin automatically plug an 'audioresample'
8220           element before the audio sink as well. This solves
8221           problems with sinks that only accept a very specific
8222           sample rate, like esdsink (e.g. #340379).
8223
8224 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8225
8226         * gst/playback/gstplaybasebin.c: (gen_source_element):
8227           Make http sources send special headers so that we receive
8228           icecast metadata if the http stream is an icecast stream
8229           (otherwise the server will just ignore them). This also
8230           means that from now on users will need the 'icydemux'
8231           element from gst-plugins-good installed if they want to
8232           listen to icecast radio streams. (#341432, #333657).
8233
8234 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8235
8236         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8237         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8238           remove stupid example from docs - it should come with a simple
8239           C program instead.
8240           Clean up/fix docs
8241         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8242         (fail_if_can_read), (GST_START_TEST),
8243         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8244           add a test for changing streamheader which exposes a bug in
8245           multifdsink
8246
8247 2006-05-11  Michael Smith  <msmith@fluendo.com>
8248
8249         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8250         (gst_gnome_vfs_src_received_headers_callback):
8251         * ext/gnomevfs/gstgnomevfssrc.h:
8252           Don't set icy-caps unless we have a sane interval value. Move
8253           interval to a local variable; we never use it outside this function.
8254
8255 2006-05-11  Wim Taymans  <wim@fluendo.com>
8256
8257         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8259         Register special buffer types along with the objects so
8260         that they are not registered at runtime from N different
8261         streaming threads since they are not threadsafe.
8262
8263 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8264
8265         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8266         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8267           add two more tests, one doing streamheader
8268
8269 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8270
8271         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8272           clean up the bufqueue when shutting down
8273         * tests/check/Makefile.am:
8274         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8275         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8276         (main):
8277           add a test for the leak that was just fixed
8278
8279 2006-05-10  Wim Taymans  <wim@fluendo.com>
8280
8281         * gst/adder/gstadder.c: (gst_adder_setcaps),
8282         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8283         (gst_adder_src_event), (gst_adder_sink_event),
8284         (gst_adder_class_init), (gst_adder_finalize),
8285         (gst_adder_request_new_pad), (gst_adder_collected):
8286         * gst/adder/gstadder.h:
8287         Updated some docs. Added comments and FIXMEs all over the place.
8288         Improve debugging info.
8289         Fix leak on finalize by not calling the parent.
8290         Implement duration query.
8291         Make event forwarding threadsafe.
8292         Correctly send NEWSEGMENT at start and after flush.
8293         Handle EOS correctly.
8294         Post error when not negotiated.
8295
8296         * tests/check/elements/adder.c: (GST_START_TEST):
8297         Added FIXME in the test.
8298
8299 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8300
8301         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8302         (gst_text_overlay_halign_get_type),
8303         (gst_text_overlay_wrap_mode_get_type):
8304         * ext/theora/theoradec.c: (theora_handle_type_packet),
8305         (theora_handle_data_packet):
8306         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8307         (theora_enc_sink_setcaps), (theora_enc_chain):
8308         * gst-libs/gst/cdda/gstcddabasesrc.c:
8309         (gst_cdda_base_src_mode_get_type):
8310         * gst/audiotestsrc/gstaudiotestsrc.c:
8311         (gst_audiostestsrc_wave_get_type):
8312         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8313         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8314         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8315         (gst_sync_method_get_type), (gst_unit_type_get_type),
8316         (gst_client_status_get_type):
8317         * gst/videoscale/gstvideoscale.c:
8318         (gst_video_scale_method_get_type):
8319         * gst/videotestsrc/gstvideotestsrc.c:
8320         (gst_video_test_src_pattern_get_type):
8321         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8322         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8323         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8324         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8325         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8326         (paint_setup_RGB565), (paint_setup_xRGB1555):
8327           Const-ify GEnumValue and GFlagsValue arrays. Use
8328           GST_ROUND_UP_* macros instead of home-made ones.
8329
8330 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8331
8332         * configure.ac:
8333           Require core CVS for the new newsegment stuff.
8334
8335 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8336
8337         Patch by: Sjoerd Simons  <sjoerd at luon net>
8338
8339         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8340           Register nick for enum value (#341160).
8341
8342 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8343
8344         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8345         (plugin_init):
8346          backout typefind patch #340375
8347          
8348         * tests/check/elements/adder.c: (message_received),
8349         (GST_START_TEST), (adder_suite):
8350           redo, signal-handling of test
8351
8352 2006-05-09  Wim Taymans  <wim@fluendo.com>
8353
8354         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8355         (gst_adder_collected):
8356         * gst/adder/gstadder.h:
8357         Remove bogus segment merging and forwarding, we don't
8358         care about timestamps anyway and we just produce a
8359         continuous stream. 
8360         Also create a nice NEWSEGMENT event when we start.
8361         Use _scale_int some more.
8362
8363 2006-05-09  Edward Hervey  <edward@fluendo.com>
8364
8365         * tests/icles/stress-xoverlay.c:
8366         Fix if core was built without parsing support.
8367
8368 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8369
8370         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8371           Add SEDG (Samsung MPEG-4) fourcc.
8372
8373 2006-05-09  Edward Hervey  <edward@fluendo.com>
8374
8375         * tests/icles/stress-xoverlay.c:
8376         * tests/examples/volume/volume.c:
8377         Fix if core was built without parsing support.
8378
8379         * tests/examples/seek/seek.c:
8380         Disable the parse_launch example if core was built without parsing
8381         support.
8382
8383 2006-05-08  Edward Hervey  <edward@fluendo.com>
8384
8385         * autogen.sh: (CONFIGURE_DEF_OPT): 
8386         libtoolize on Darwin/MacOSX is called glibtoolize
8387
8388 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8389
8390         * tests/check/Makefile.am:
8391         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8392           Disable the adder test, until the build-slaves posses the kindness to 
8393           either like it or to give valid reason for not doing so 
8394
8395 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8396
8397         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8398         (adder_suite):
8399           Shuffle NULL state change around and raise timeout more
8400
8401 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8402
8403         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8404         (mp4_type_find), (plugin_init):
8405           Add typefind to distinguish between "audio/x-m4a" and new type
8406           "video/mp4". Fixes #340375
8407
8408         * tests/check/elements/adder.c: (adder_suite):
8409           Raise timeout to make buildbot happy
8410
8411 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8412
8413         * gst/adder/gstadder.c: (gst_adder_sink_event),
8414         (gst_adder_request_new_pad), (gst_adder_change_state):
8415         * gst/adder/gstadder.h:
8416         * tests/check/Makefile.am:
8417         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8418         (adder_suite), (main):
8419           Add sink-event handling to adder. It tries to merge incomming
8420           newsegment-events. Added test to check if segment_done is comming
8421           through. Fixes #340060
8422
8423 2006-05-05  Andy Wingo  <wingo@pobox.com>
8424
8425         * ext/theora/theoraparse.c (gst_theora_parse_init)
8426         (theora_parse_src_convert, theora_parse_src_query):
8427         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8428         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8429         query functions on the source pads of the theora and vorbis parse
8430         elements. Fixes position querying when doing a remux.
8431
8432 2006-05-05  Michael Smith  <msmith@fluendo.com>
8433
8434         * ext/theora/theoraparse.c: (parse_granulepos),
8435         (theora_parse_drain_queue_prematurely),
8436         (theora_parse_queue_buffer), (theora_parse_sink_event):
8437           Fix flushing.
8438           Fix invalid granulepos outputs when starting with a non-keyframe.
8439
8440 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8441
8442         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8443         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8444         Rearrange MPEG system stream detection, fixing some memleaks in the
8445         process.
8446         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8447         they clean up their data correctly.
8448         Remove unused ogganx caps and move the 'is_annodex' check to inside
8449         the 'is_ogg' if statement.
8450
8451 2006-05-05  Wim Taymans  <wim@fluendo.com>
8452
8453         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8454         Properly remove ghostpads. Fixes #340392
8455
8456 2006-05-04  David Schleef  <ds@schleef.org>
8457
8458         * gst/typefind/gsttypefindfunctions.c:
8459
8460 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8461
8462         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8463         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8464
8465         When typefinding an MP3 in push-based mode, don't penalise the
8466         probability down to 74% when we found 5 valid frames just because we
8467         can't peek the end of the file.
8468
8469         Make the probability for detecting MPEG Transport Streams based on the
8470         number of sequential headers we successfully detected.
8471
8472 2006-05-03  Wim Taymans  <wim@fluendo.com>
8473
8474         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8475         (vorbis_dec_push), (vorbis_dec_chain):
8476         Still produce an error when we receive an empty packet.
8477
8478 2006-05-03  Wim Taymans  <wim@fluendo.com>
8479
8480         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8481         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8482         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8483         Mark buffers with DISCONT after seek and after activating new
8484         chains.
8485
8486         * ext/theora/gsttheoradec.h:
8487         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8488         (theora_get_query_types), (theora_dec_sink_event),
8489         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8490         (theora_dec_change_state):
8491         Fix frame counter.
8492         Detect and mark DISCONT buffers.
8493
8494         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8495         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8496         (vorbis_dec_change_state):
8497         * ext/vorbis/vorbisdec.h:
8498         Use GstSegment.
8499         Detect and mark DISCONT buffers.
8500         Don't crash on 0 sized buffers.
8501
8502 2006-05-03  Wim Taymans  <wim@fluendo.com>
8503
8504         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8505         (volume_transform_ip):
8506         Increase "volume" property to 10.0. Fixes #340369.
8507         Set the process function to NULL when capsnego fails so that
8508         we properly error out.
8509
8510 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8511
8512         * gst/playback/gstplaybin.c: (add_sink):
8513         * gst/playback/test.c: (main):
8514         * gst/playback/test5.c: (dump_element_stats):
8515         * gst/playback/test6.c: (main):
8516           free caps using gst_caps_unref, don't leak caps-strings
8517
8518 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8519
8520         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8521         (plugin_init):
8522           Refine musepack typefinding a bit. Return MAXIMUM
8523           probability when we detect stream version 7 to make
8524           sure the mpeg audio typefinder doesn't trump us.
8525
8526 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8527
8528         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8529           Protect against unexpected NULL strf_data buffer.
8530
8531 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8532
8533         * tests/check/elements/audioconvert.c: (verify_convert),
8534         (GST_START_TEST):
8535           interpret the out[] buffer in the order the bytes are actually
8536           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
8537           Other tests should use BYTE_ORDER since the array is filled in
8538           with actual values
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           when a test fails, give an indication of which it is
8545
8546 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8547
8548         * gst-libs/gst/cdda/gstcddabasesrc.c:
8549           compile fix; strtol() needs <stdlib.h>
8550
8551 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8552
8553         * ext/alsa/gstalsamixerelement.c:
8554         * ext/alsa/gstalsasrc.c:
8555         * ext/cdparanoia/gstcdparanoiasrc.c:
8556         * ext/gnomevfs/gstgnomevfssink.c:
8557         * ext/gnomevfs/gstgnomevfssrc.c:
8558         * ext/ogg/gstoggdemux.c:
8559         * ext/ogg/gstoggmux.c:
8560         * ext/ogg/gstoggparse.c:
8561         * ext/ogg/gstogmparse.c:
8562         * ext/pango/gstclockoverlay.c:
8563         * ext/pango/gsttextoverlay.c:
8564         * ext/pango/gsttextrender.c:
8565         * ext/pango/gsttimeoverlay.c:
8566         * ext/theora/theoradec.c:
8567         * ext/theora/theoraenc.c:
8568         * ext/vorbis/vorbisdec.c:
8569         * ext/vorbis/vorbisenc.c:
8570         * gst-libs/gst/audio/gstaudiofilter.c:
8571         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8572         * gst/audioconvert/gstaudioconvert.c:
8573         * gst/audiorate/gstaudiorate.c:
8574         * gst/audioresample/gstaudioresample.c:
8575         * gst/audiotestsrc/gstaudiotestsrc.c:
8576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8577         * gst/playback/gstdecodebin.c:
8578         * gst/playback/gstplaybin.c:
8579         * gst/playback/gststreamselector.c:
8580         * gst/subparse/gstsubparse.c:
8581         * gst/tcp/gstmultifdsink.c:
8582         * gst/tcp/gsttcpclientsink.c:
8583         * gst/tcp/gsttcpclientsrc.c:
8584         * gst/tcp/gsttcpserversink.c:
8585         * gst/tcp/gsttcpserversrc.c:
8586         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8587         * gst/videorate/gstvideorate.c:
8588         * gst/videoscale/gstvideoscale.c:
8589         * gst/videotestsrc/gstvideotestsrc.c:
8590         * gst/volume/gstvolume.c:
8591         * sys/v4l/gstv4ljpegsrc.c:
8592         * sys/v4l/gstv4lmjpegsink.c:
8593         * sys/v4l/gstv4lmjpegsrc.c:
8594         * sys/v4l/gstv4lsrc.c:
8595         * sys/ximage/ximagesink.c:
8596         * sys/xvimage/xvimagesink.c:
8597         * tests/check/libs/cddabasesrc.c:
8598           make GstElementDetails const
8599
8600 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8601
8602         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8603         (gst_adder_init):
8604           send events from src-pad to all sink-pads fixes #338657
8605
8606 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8607
8608         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
8609         (alsasink_parse_spec):
8610           query width capabilities from alsa, fixes #338919
8611
8612 2006-04-28  Wim Taymans  <wim@fluendo.com>
8613
8614         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
8615         (gst_multi_fd_sink_remove_client_link):
8616         * gst/tcp/gstmultifdsink.h:
8617         Fix race condition in multifdsink that can lead to spurious 
8618         duplicate clients. this patch adds a new signal that is fired when
8619         multifdsink has removed all references to the fd.
8620         Fixes #339574.
8621         Updated documentation.
8622         API: client-fd-removed signal added
8623
8624 2006-04-28  Michael Smith  <msmith@fluendo.com>
8625
8626         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
8627           When asking g_value_array_new to prealloc elements, we may as well
8628           ask for the right number of elements.
8629
8630 2006-04-28  Wim Taymans  <wim@fluendo.com>
8631
8632         * gst-libs/gst/audio/gstbaseaudiosink.c:
8633         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
8634         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8635         patch to make timestamp checking more tollerant to rounding 
8636         errors given that real discontinuities are to be marked on
8637         buffers. Fixes some asf files and #338778.
8638         Also avoid some crashers when we receive an event in the 
8639         NULL state.
8640
8641 2006-04-28  Michael Smith  <msmith@fluendo.com>
8642
8643         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
8644         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8645         (gst_gnome_vfs_src_get_property),
8646         (gst_gnome_vfs_src_send_additional_headers_callback),
8647         (gst_gnome_vfs_src_received_headers_callback),
8648         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
8649         (gst_gnome_vfs_src_stop):
8650         * ext/gnomevfs/gstgnomevfssrc.h:
8651           Remove ICY handling (mostly) from gnomevfssrc, in favour of
8652           proper shared support within icydemux.
8653
8654 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8655
8656         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
8657         (gst_video_rate_swap_prev), (gst_video_rate_chain):
8658           fix up docs
8659           fix a leak when no caps negotiated
8660           fix counting of input frames
8661         * tests/check/elements/.cvsignore:
8662         * tests/check/elements/videorate.c: (assert_videorate_stats),
8663         (GST_START_TEST), (videorate_suite):
8664           add tests for these
8665
8666 2006-04-28  Wim Taymans  <wim@fluendo.com>
8667
8668         * gst-libs/gst/audio/gstringbuffer.c:
8669         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
8670         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
8671         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8672         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8673         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8674         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8675         (gst_ring_buffer_commit), (gst_ring_buffer_read),
8676         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
8677         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
8678         Check arguments passed to public functions instead of
8679         crashing.
8680
8681 2006-04-28  Wim Taymans  <wim@fluendo.com>
8682
8683         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8684         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8685         GstBaseAudioSrc must be live or it does not work.
8686
8687         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
8688         Don't set live to TRUE as this is the default in the parentclass.
8689
8690 2006-04-28  Wim Taymans  <wim@fluendo.com>
8691
8692         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
8693         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
8694         Videoscale doesn't pass on pixel-aspect ratio. Handle all
8695         fixation cases better. Fixes #338991
8696
8697 2006-04-28  Wim Taymans  <wim@fluendo.com>
8698
8699         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
8700         Handle 0/1 framerate correctly Fixes #331901.
8701
8702 2006-04-28  Wim Taymans  <wim@fluendo.com>
8703
8704         * tests/check/elements/audioconvert.c: (get_float_caps),
8705         (GST_START_TEST), (audioconvert_suite):
8706         Added check for correct clipping when doing float samples
8707         in audioconvert.
8708
8709 2006-04-28  Wim Taymans  <wim@fluendo.com>
8710
8711         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
8712         (gst_video_rate_chain):
8713         Print more debugging info.
8714
8715 2006-04-28  Wim Taymans  <wim@fluendo.com>
8716
8717         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
8718         (resample_set_state_from_caps):
8719         Add support for other formats audioresample can handle such as
8720         32 bits in and float and 64 bits float. Fixes #301759
8721
8722 2006-04-28  Wim Taymans  <wim@fluendo.com>
8723
8724         * gst/audioconvert/audioconvert.c: (float):
8725         correctly clip float samples > 1.0. Fixes #338718
8726
8727 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8728
8729         Patch by: Young-Ho Cha  <ganadist at chollian net>
8730
8731         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8732         (gst_text_overlay_render_text):
8733           Don't strip newlines from the text. Also, center lines
8734           within multi-line paragraphs (#339405).
8735
8736 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
8739           Fix wavpack typefinding to work in more cases (don't peek
8740           for chunks of multiple hundred kBs at once, but process
8741           things step-by-step in smaller units). Fixes #339786.
8742
8743 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8744
8745         * configure.ac:
8746           back to HEAD
8747
8748 === release 0.10.6 ===
8749
8750 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
8751
8752         * configure.ac:
8753           releasing 0.10.6, "Chao"
8754
8755 2006-04-26  David Schleef  <ds@schleef.org>
8756
8757         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
8758           Fixes #338897.
8759
8760 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8761
8762         * configure.ac:
8763         * win32/common/config.h:
8764           new prerelease
8765
8766 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8767
8768         patch by: Wim Taymans
8769
8770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8771         (gst_ogg_demux_perform_seek):
8772           make sure correct newsegments are sent, so that the decoder
8773           and the demuxer agree on timestamps.  Fixes playback of a lot
8774           of Ogg files that do not start from 0.  Fixes #339833.
8775
8776 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8777
8778         Patch by: Edward Hervey  <edward@fluendo.com>
8779
8780         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8781         * tests/check/Makefile.am:
8782         * tests/check/elements/videorate.c: (assert_videorate_stats),
8783         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
8784         (videorate_suite), (main):
8785           Fix an infinite loop if frames are passed in with wrongly ordered
8786           timestamps.  Fixes #339013.
8787
8788 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8789
8790         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8791
8792         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8793           fix typefinding on some ISO files.  Fixes #339212.
8794
8795 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8796
8797         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8798
8799         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8800           add another H264 fourcc.  Fixes #339047.
8801
8802 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8803
8804         Patch by: Jan Schmidt
8805
8806         * gst/playback/gststreamselector.c:
8807         (gst_stream_selector_bufferalloc):
8808           Restore old StreamSelector behaviour.
8809           Fixes #338419.
8810
8811 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8812
8813         * configure.ac:
8814         * win32/common/config.h:
8815           prerelease
8816
8817 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8818
8819         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
8820
8821         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8822         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
8823           Fix some memory leaks: on finalize, free buffers left in the queue
8824           before destroying the queue; in _push(), unref rtp_buf even if
8825           the process vfunc returned a NULL buffer as output buffer (#337548);
8826           demote some recuring debug messages to LOG level.
8827
8828 2006-04-11  Wim Taymans  <wim@fluendo.com>
8829
8830         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8831         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8832         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
8833         (gst_ogg_demux_loop):
8834         More cleanups.
8835         Respect segment stop when emiting EOS or SEGMENT_DONE.
8836         Fixes (#337945).
8837
8838 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8839
8840         * gst/playback/gststreamselector.c:
8841         (gst_stream_selector_get_property):
8842           Don't leak pad name.
8843
8844 2006-04-10  Michael Smith  <msmith@fluendo.com>
8845
8846         * tests/check/Makefile.am:
8847         * tests/check/gst-plugins-base.supp:
8848           Suppress an old libtheora bug (fixed in more recent versions), so 
8849           that FC4 buildslaves can pass.
8850
8851 2006-04-10  Wim Taymans  <wim@fluendo.com>
8852
8853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8854         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8855         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
8856         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
8857         (gst_ogg_demux_loop):
8858         Don't leak events.
8859         Remember what error we got when finding chains, if we
8860         were shutdown, that would not be an error.
8861
8862 2006-04-10  Wim Taymans  <wim@fluendo.com>
8863
8864         * gst-libs/gst/audio/gstbaseaudiosink.c:
8865         (gst_base_audio_sink_event):
8866         Starting the ringbuffer when we did not acquire it can cause
8867         a deadlock, is pointless and causes nasty things for
8868         subclasses. 
8869         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
8870
8871 2006-04-10  Wim Taymans  <wim@fluendo.com>
8872
8873         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8874         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8875         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8876         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8877         (gst_ogg_demux_deactivate_current_chain),
8878         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8879         (gst_ogg_demux_bisect_forward_serialno),
8880         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
8881         Add some more debugging.
8882
8883 2006-04-10  Wim Taymans  <wim@fluendo.com>
8884
8885         * ext/theora/theoradec.c: (theora_dec_src_event),
8886         (theora_handle_data_packet):
8887         Some more debug info.
8888
8889         * tests/examples/seek/seek.c: (start_seek), (main):
8890         Print element messages too.
8891
8892 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
8893
8894         * gst/audioresample/debug.h:
8895           replace debug macros with variable number of parameters
8896           by a simple alias to gstreamer standard debug macros 
8897          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
8898           supported by MSVC 6.0 and 7.1)
8899         * gst/audioresample/resample.h:
8900           define M_PI and rint for WIN32
8901         * win32/common/libgstaudio.def:
8902         * win32/common/libgstriff.def:
8903         * win32/common/libgsttag.def:
8904         * win32/common/libgstvideo.def:
8905           add new exported functions
8906         * win32/vs6:
8907           update project files
8908
8909 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8910
8911         * ext/alsa/gstalsamixeroptions.c:
8912         (gst_alsa_mixer_options_class_init):
8913         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
8914         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
8915         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
8916         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
8917         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
8918         * gst-libs/gst/audio/gstaudiofilter.c:
8919         (gst_audio_filter_class_init):
8920         * gst-libs/gst/audio/gstaudiosink.c:
8921         (gst_audioringbuffer_class_init):
8922         * gst-libs/gst/audio/gstaudiosrc.c:
8923         (gst_audioringbuffer_class_init):
8924         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
8925         * gst-libs/gst/interfaces/colorbalancechannel.c:
8926         (gst_color_balance_channel_class_init):
8927         * gst-libs/gst/interfaces/mixeroptions.c:
8928         (gst_mixer_options_class_init):
8929         * gst-libs/gst/interfaces/mixertrack.c:
8930         (gst_mixer_track_class_init):
8931         * gst-libs/gst/interfaces/tunerchannel.c:
8932         (gst_tuner_channel_class_init):
8933         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
8934         * gst-libs/gst/netbuffer/gstnetbuffer.c:
8935         (gst_netbuffer_class_init):
8936         * gst-libs/gst/rtp/gstbasertppayload.c:
8937         (gst_basertppayload_class_init):
8938         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8939         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
8940         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8941         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
8942         * gst/playback/gststreamselector.c:
8943         (gst_stream_selector_class_init):
8944         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
8945         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
8946         * sys/v4l/gstv4lcolorbalance.c:
8947         (gst_v4l_color_balance_channel_class_init):
8948         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
8949         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8950         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8951         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
8952         (gst_v4l_tuner_norm_class_init):
8953         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
8954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
8955         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
8956         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
8957
8958 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8959
8960         * ext/pango/gsttextrender.h:
8961         * gst-libs/gst/audio/gstaudiosink.h:
8962         * gst-libs/gst/audio/gstaudiosrc.h:
8963         * gst-libs/gst/audio/gstbaseaudiosink.h:
8964         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8965         * gst-libs/gst/audio/gstringbuffer.h:
8966         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8967         * gst-libs/gst/rtp/gstbasertppayload.h:
8968         * gst-libs/gst/video/gstvideofilter.h:
8969         * gst-libs/gst/video/gstvideosink.h:
8970         * gst/playback/gstplaybasebin.h:
8971         * gst/tcp/gstmultifdsink.h:
8972         * sys/v4l/gstv4lelement.h:
8973         Fix broken GObject macros
8974
8975 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
8976
8977         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
8978         More debug to trace why my USB headset is not working with gst
8979
8980 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
8981
8982         * gst/playback/gstplaybasebin.c: (group_destroy):
8983         Clean up our group elements properly in the case where it never 
8984         got committed - it still got added unconditionally to the bin.
8985
8986 2006-04-07  Wim Taymans  <wim@fluendo.com>
8987
8988         * ext/theora/theoradec.c: (theora_dec_sink_event),
8989         (theora_handle_data_packet), (theora_dec_chain):
8990         Unref unhandled events.
8991         Protect against empty buffers.
8992         Perform QoS on running time.
8993
8994 2006-04-07  Michael Smith  <msmith@fluendo.com>
8995
8996         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
8997         (gst_vorbis_enc_chain):
8998           Remove leaks from vorbisenc.
8999           Mostly minor changes, the only significant one is that now the
9000           buffers we set as 'streamheader' on the caps are copies of the
9001           original buffers, to avoid circular refcounting problems.
9002
9003 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9004
9005         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9006           Don't remove our mute-probe if someone else already did so.
9007           Don't set a 2nd one if there is already one pending on the pad.
9008
9009         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9010         (do_playbin_seek):
9011           When a seek fails, ensure that playbin is still set back to playing.
9012           
9013         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9014         (mpeg_ts_type_find), (plugin_init):
9015           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9016
9017 2006-04-06  Andy Wingo  <wingo@pobox.com>
9018
9019         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9020         (gst_video_rate_init): Caps-related parameters should not be reset
9021         by a flush -- move their inits to the instance init function.
9022         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9023         is not OK, just return the result.
9024
9025         * gst/audiotestsrc/gstaudiotestsrc.c
9026         (gst_audio_test_src_class_init)
9027         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9028         broken by Stefan's commit on 24 March.
9029
9030         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9031         buffers being pushed out. Fixes oggmux ! multifdsink.
9032
9033 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9034
9035         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9036         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9037         * ext/vorbis/vorbisdec.h:
9038         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9039         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9040         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9041         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9042         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9043         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9044         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9045         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9046         (gst_vorbis_enc_buffer_from_packet),
9047         (gst_vorbis_enc_buffer_from_header_packet),
9048         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9049         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9050         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9051         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9052         (gst_vorbis_enc_change_state):
9053         * ext/vorbis/vorbisenc.h:
9054           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9055           vorbisenc adhere to the official nomenclature; use boilerplate
9056           macro.
9057
9058 2006-04-04  Andy Wingo  <wingo@pobox.com>
9059
9060         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9061         Whoops, fix bug introduced. Bad hacker!
9062         
9063         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9064         Properly handle the case where you get EOS before any buffers are
9065         received. Use gst_buffer_make_metadata_writable where appropriate.
9066
9067         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9068         is often negative -- make it signed so as not to wrap around.
9069         Fixes segfaults introduced on 9 March.
9070
9071 2006-04-03  Wim Taymans  <wim@fluendo.com>
9072
9073         * ext/theora/gsttheoradec.h:
9074         * ext/theora/theoradec.c: (theora_dec_src_event):
9075         Don't try to store a gdouble in a gboolean.
9076         Small cleanups.
9077
9078 2006-04-03  Michael Smith  <msmith@fluendo.com>
9079
9080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9081           Oggmux sucks.
9082           Make it suck slightly less by writing out the final page.
9083           Still can't encode a vorbis-in-ogg file correctly, though.
9084
9085 2006-04-03  Andy Wingo  <wingo@pobox.com>
9086
9087         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9088         a g_print.
9089
9090         * ext/theora/theora.c (plugin_init): Register theoraparse.
9091
9092         * ext/theora/gsttheoraparse.h: 
9093         * ext/theora/theoraparse.c: New files implementing a theora
9094         parser. Now we can properly remux ogg/theora+vorbis, yay.
9095
9096         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9097
9098 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9099
9100         * gst/audiotestsrc/gstaudiotestsrc.c:
9101           Fixed the sample pipeline (see #323798)
9102
9103 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9104
9105         * configure.ac:
9106         * win32/common/config.h:
9107         * win32/common/config.h.in:
9108           use AS_VERSION and AS_NANO
9109           more cleanups
9110
9111 2006-03-31  Andy Wingo  <wingo@pobox.com>
9112
9113         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9114         uninitialized variable return that would happen.
9115         
9116         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9117         uninitialized variable return that would never happen.
9118
9119         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9120         (vorbis_parse_sink_event): Add an event function to flush our
9121         state on a seek, and to drain buffers on a premature EOS.
9122         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9123         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9124         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9125         (vorbis_parse_drain_queue): Queue up buffers until we can set
9126         their timestamps and granulepos values.
9127
9128         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9129         and keep track of data needed for deriving granulepos and
9130         timestamps for buffers.
9131
9132 2006-03-29  Wim Taymans  <wim@fluendo.com>
9133
9134         Patch by: j^ <j at bootlab dot org>
9135
9136         * ext/alsa/gstalsamixerelement.c:
9137         (gst_alsa_mixer_element_class_init):
9138         * ext/alsa/gstalsasink.c:
9139         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9140         * ext/ogg/gstoggdemux.c:
9141         * ext/ogg/gstoggmux.c:
9142         * ext/ogg/gstoggparse.c:
9143         * ext/pango/gstclockoverlay.c:
9144         * ext/pango/gsttextoverlay.c:
9145         * ext/pango/gsttextrender.c:
9146         * ext/pango/gsttimeoverlay.c:
9147         * ext/theora/theoradec.c:
9148         * ext/theora/theoraenc.c:
9149         * ext/vorbis/vorbisdec.c:
9150         * ext/vorbis/vorbisenc.c:
9151         * gst/audioconvert/gstaudioconvert.c:
9152         * gst/subparse/gstsubparse.c:
9153         * gst/tcp/gstmultifdsink.c:
9154         * gst/tcp/gsttcpclientsink.c:
9155         * gst/tcp/gsttcpclientsrc.c:
9156         * gst/tcp/gsttcpserversink.c:
9157         * gst/tcp/gsttcpserversrc.c:
9158           better/unified long descriptions
9159           Fixes #336477
9160
9161 2006-03-29  Wim Taymans  <wim@fluendo.com>
9162
9163         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9164         (stop_seek):
9165         Don't let double and triple clicks mess up our state.
9166
9167 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9168
9169         * gst/playback/gstplaybin.c: (gen_video_element),
9170         (gen_text_element), (gen_audio_element), (gen_vis_element):
9171           Error out gracefully when we can't create any of the usual
9172           conversion elements for some reason. Also, don't try to
9173           create an audioscale (sic) element that's not used anyway.
9174
9175 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9176
9177         * gst/playback/gstplaybasebin.c: (setup_source):
9178           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9179           element for a particular protocol, that's confusing for users.
9180           Instead, post a RESOURCE_FAILED error, so that our own error
9181           message is actually shown in totem etc. (#336303).
9182
9183 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9184
9185         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9186
9187         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9188         (gst_gnome_vfs_src_get_icy_metadata):
9189           Fix some minor memory leaks (#336194).
9190
9191 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9192
9193         * ext/gnomevfs/gstgnomevfs.c:
9194         (gst_gnome_vfs_location_to_uri_string):
9195         * ext/gnomevfs/gstgnomevfs.h:
9196         * ext/gnomevfs/gstgnomevfssink.c:
9197         (gst_gnome_vfs_sink_set_property):
9198         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9199           Make gnomevfssink accept filenames as well as URIs for the
9200           "location" property, just like gnomevfssrc does (and
9201           filesrc/filesink do) (#336190).
9202
9203 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9204
9205         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9206           set to NULL before unreffing, fixes a valgrind leak.
9207           Why was this not triggering the error that an object needs to
9208           be NULL before unreffing ?
9209         * win32/common/config.h:
9210           update
9211
9212 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9213
9214         * gst/subparse/gstsubparse.c: (convert_encoding),
9215         (gst_sub_parse_change_state):
9216         * gst/subparse/gstsubparse.h:
9217           Text subtitle files may or may not be UTF-8. If it's not, we
9218           don't really want to see '?' characters in place of non-ASCII
9219           characters like accented characters. So let's assume the input
9220           is UTF-8 until we come across text that is clearly not. If it's
9221           not UTF-8, we don't really know what it is, so try the following:
9222           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9223           is set; if not, check (b) if the current locale encoding is
9224           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9225           the current locale encoding is UTF-8 and the environment variable
9226           was not set to any particular encoding. Not perfect, but better
9227           than nothing (and better than before, I think) (fixes #172848).
9228
9229 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9230
9231         * configure.ac:
9232           update core requirement to 0.10.4.1 because of async_playback
9233           vmethod on GstBaseSink
9234
9235 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9236
9237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9238         * gst/adder/gstadder.c: (gst_adder_init):
9239         use DEBUG_FUNCPTR for collectpads
9240
9241 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9242
9243         * docs/plugins/Makefile.am:
9244         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9245         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9246         * ext/cdparanoia/gstcdparanoiasrc.c:
9247         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9248         (gst_gnome_vfs_sink_class_init):
9249         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9250         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9251         * ext/ogg/gstoggmux.c:
9252         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9253         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9254         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9255         * ext/pango/gsttextoverlay.c:
9256         * ext/pango/gsttextrender.c:
9257         * ext/theora/theoradec.c:
9258         * ext/theora/theoraenc.c:
9259         * ext/vorbis/vorbisdec.c:
9260         * ext/vorbis/vorbisenc.c:
9261         * gst-libs/gst/audio/gstaudiofilter.c:
9262         (gst_audio_filter_base_init):
9263         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9264         (gst_audio_filter_template_base_init):
9265         * gst/adder/gstadder.c: (gst_adder_get_type):
9266         * gst/adder/gstadder.h:
9267         * gst/audioconvert/gstaudioconvert.c:
9268         * gst/audiotestsrc/gstaudiotestsrc.c:
9269         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9270         (gst_audio_test_src_create):
9271         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9272         * gst/playback/gstdecodebin.c:
9273         * gst/playback/gstplaybin.c:
9274         * gst/playback/gststreamselector.c:
9275         (gst_stream_selector_base_init):
9276         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9277         * gst/volume/gstvolume.c:
9278         * sys/v4l/gstv4lmjpegsink.c:
9279         * sys/v4l/gstv4lmjpegsrc.c:
9280         * tests/check/libs/cddabasesrc.c:
9281         * tests/old/examples/gob/gst-identity2.gob:
9282           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9283           define GstElementDetails at the top
9284
9285 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9286
9287         * win32/common/libgstinterfaces.def:
9288         Add a lot of export functions for gst-python
9289         * win32/vs6/libgstinterfaces.dsp:
9290         Add a missing include folder in the project configuration
9291         
9292 2006-03-23  Wim Taymans  <wim@fluendo.com>
9293
9294         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9295         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9296         (gst_base_audio_src_change_state):
9297         Fix audio sources, forgot to make the ringbuffer
9298         startable...
9299
9300 2006-03-23  Wim Taymans  <wim@fluendo.com>
9301
9302         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9303         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9304         (gst_base_audio_src_change_state):
9305         unparent instead of unref the ringbuffer.
9306
9307 2006-03-23  Wim Taymans  <wim@fluendo.com>
9308
9309         * gst-libs/gst/audio/gstbaseaudiosink.c:
9310         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9311         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9312         Implement new async_play vmethod to start slaving and allow
9313         playback start in case of async PLAY state changes. 
9314
9315         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9316         Enable QoS with new method in base class.
9317
9318 2006-03-23  Wim Taymans  <wim@fluendo.com>
9319
9320         Patch by: Julien MOUTTE <julien at moutte dot net>
9321
9322         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9323         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9324         Partially handle 0 framerate, only EOS after the first frame
9325         is missing.
9326
9327 2006-03-23  Wim Taymans  <wim@fluendo.com>
9328
9329         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9330
9331         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9332         (gst_riff_create_video_template_caps):
9333         * gst/ffmpegcolorspace/avcodec.h:
9334         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9335         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9336         (gst_ffmpegcsp_avpicture_fill):
9337         * gst/ffmpegcolorspace/imgconvert.c:
9338         Patch for support of YVU9 AVI files (#334822)
9339
9340 2006-03-22  Edward Hervey  <edward@fluendo.com>
9341
9342         * docs/design/design-decodebin.txt:
9343         Added design document for new decodebin
9344         (Target Caps): text/x-pango-markup is also a default target caps.
9345
9346 2006-03-22  Wim Taymans  <wim@fluendo.com>
9347
9348         * gst-libs/gst/audio/gstbaseaudiosink.c:
9349         (gst_base_audio_sink_dispose):
9350         Since we _parent the ringbuffer, we also need to
9351         _unparent instead of a plain _unref.
9352
9353 2006-03-22  Wim Taymans  <wim@fluendo.com>
9354
9355         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9356         (stop_seek), (scrub_toggle_cb), (main):
9357         Add scrub checkbox.
9358
9359 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9360
9361         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9362         (gst_ogg_parse_chain):
9363           Fix very inefficient usage of linked lists (#335365).
9364
9365 2006-03-21  Edward Hervey  <edward@fluendo.com>
9366
9367         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9368         * gst/playback/gstplaybin.c: (handoff):
9369         * gst/playback/gststreamselector.c:
9370         (gst_stream_selector_set_property):
9371         gcc 4.1 unreferenced pointer fixes.
9372         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9374         gst_buffer_ref() now takes a GstBuffer*.
9375
9376 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9377
9378         * sys/xvimage/xvimagesink.c:
9379         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9380         by Jan Schmidt.
9381
9382 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9383
9384         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9385         (id3v1_type_find), (apetag_type_find), (plugin_init):
9386           Can't do tag preferences via probability, as tags would then
9387           lose against types that are recognised with MAXIMUM probability
9388           (like .wav); so let all tag typefinders return MAXIMUM themselves
9389           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9390           that we can prefer APE to ID3v1 (fixes #335028).
9391           
9392 2006-03-17  Wim Taymans  <wim@fluendo.com>
9393
9394         * gst-libs/gst/audio/gstbaseaudiosink.c:
9395         (gst_base_audio_sink_change_state):
9396         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9397         (gst_ring_buffer_may_start):
9398         * gst-libs/gst/audio/gstringbuffer.h:
9399         Only start playback if we are playing.
9400         should fix #330748.
9401
9402 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9403
9404         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9405         * win32/common/config.h:
9406           Revert accidental commits to these files.
9407
9408 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9409
9410         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9411
9412         * tests/Makefile.am:
9413           Don't try to build tests in tests/icles if we
9414           don't have X (#323852)
9415
9416 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9417
9418         * gst-libs/gst/tag/gstid3tag.c:
9419           Add TXXX frame identifiers for replaygain stuff as used
9420           by some taggers (see #323721).
9421
9422 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9423
9424         * gst/playback/gststreamselector.c:
9425         (gst_stream_selector_set_property),
9426         (gst_stream_selector_bufferalloc):
9427           Preserve the existing buggy streamselector behaviour by performing
9428           a fallback buffer allocation when downstream isn't linked yet.
9429           This should really be fixed in playbin by blocking pads until it's
9430           linked them.
9431           Also, use gst_pad_alloc_buffer instead of
9432           gst_pad_alloc_buffer_and_set.
9433
9434 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9435
9436         * gst-libs/gst/tag/gstid3tag.c:
9437           Don't crash on unknown ID3v2 TXXX frames.
9438           
9439 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9440
9441         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9442           Chain up to the parent finalize method.
9443           Add 32-bit sample size to the template caps.
9444
9445         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9446         (gst_riff_create_video_template_caps):
9447           Add the fourcc that the VMWare codec uses.
9448           
9449         * gst/playback/gststreamselector.c:
9450         (gst_stream_selector_set_property),
9451         (gst_stream_selector_bufferalloc),
9452         (gst_stream_selector_request_new_pad):
9453           For the active pad, forward buffer-alloc requests, otherwise
9454           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9455           having to memcpy every frame when used by playbin.
9456
9457         * gst/tcp/gstmultifdsink.c:
9458         (gst_multi_fd_sink_handle_client_write):
9459           Get negotiated caps from the sink pad, rather than the sink
9460           pad's peer.
9461
9462 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9463
9464         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9465         
9466         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9467           Don't forget to set src->callbacks_pushed to FALSE again when
9468           popping them, otherwise re-activation in a different mode won't
9469           work (#334620).
9470
9471 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9472
9473         Patch by: Sebastien Moutte  <sebastien moutte net>
9474
9475         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9476         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9477         (gst_ffmpeg_smpfmt_to_caps):
9478           Replace __VA_ARGS__ caps creation macros with varargs functions.
9479           Makes things compile on MSVC (#320765), looks nicer, and we can
9480           tell the compiler to check for the NULL terminator.
9481
9482 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9483
9484         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9485
9486         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9487           Make sure the buffer we copy into is really always big
9488           enough, this time for real (#333488).
9489           
9490 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9491
9492         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9493           Add support for 24bpp DIB (#305279).
9494
9495 2006-03-14  Wim Taymans  <wim@fluendo.com>
9496
9497         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9498         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9500         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9501         (gst_video_scale_init), (gst_video_scale_src_event):
9502         Re-enable QoS after the release.
9503         Rework videoscale to use the base class src_event handler.
9504
9505 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9506
9507         * configure.ac:
9508           back to CVS.
9509
9510 === release 0.10.5 ===
9511
9512 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9513
9514         * configure.ac:
9515           releasing 0.10.5, "Net"
9516
9517 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9518
9519         * docs/plugins/Makefile.am:
9520           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9521           
9522 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9523
9524         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9525         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9526         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9527           Add cdparanoiasrc to docs.
9528
9529         * gst-libs/gst/cdda/gstcddabasesrc.c:
9530           More GstCddaBaseSrc docs.
9531
9532 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9533
9534         * docs/libs/gst-plugins-base-libs-sections.txt:
9535         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
9536         * gst-libs/gst/tag/tag.h:
9537           API: libgsttag: new method gst_tag_from_id3_user_tag().
9538
9539 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9540
9541         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9542           NULL-terminate array of mpeg4 video file extensions.
9543           Fixes crash on PPC (#334226).
9544
9545 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9546
9547         * ext/gnomevfs/gstgnomevfssrc.c:
9548         (gst_gnome_vfs_src_check_get_range):
9549           gnome_vfs_uri_is_local() alone is not a good indicator
9550           whether we can operate in pull-mode with a specific URI,
9551           as it returns FALSE for file:// URIs that point to an
9552           NFS-mounted path. Be more conservative here: whitelist
9553           local files, blacklist http URIs and use the old
9554           mechanism for anything else (fixes #334216).
9555
9556 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9557
9558         * configure.ac:
9559           back to trunk
9560
9561 === release 0.10.4 ===
9562
9563 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
9564
9565         * configure.ac:
9566           releasing 0.10.4, "Power"
9567
9568 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9569
9570         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9571         Disable max-lateness by setting it to -1 for now, so that 
9572         we can bed QoS stuff in thoroughly between now and the next
9573         release.
9574
9575 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9576
9577         Patch by: Fabrizio Gennari
9578
9579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9580           Make sure we don't read beyond the palette buffer in case of
9581           broken or manipulated files (#333488)
9582
9583 2006-03-10  Edward Hervey  <edward@fluendo.com>
9584
9585         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9586         Fix for variable not initialized.
9587
9588 2006-03-09  Wim Taymans  <wim@fluendo.com>
9589
9590         * ext/libvisual/visual.c: (gst_visual_get_type),
9591         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
9592         (gst_visual_chain):
9593         Small cleanups.
9594
9595         * ext/theora/gsttheoradec.h:
9596         * ext/theora/theoradec.c: (gst_theora_dec_init),
9597         (gst_theora_dec_reset), (_theora_granule_time),
9598         (theora_dec_src_convert), (theora_dec_sink_convert),
9599         (theora_dec_src_query), (theora_dec_src_event),
9600         (theora_dec_sink_event), (theora_handle_comment_packet),
9601         (theora_handle_header_packet), (theora_dec_push),
9602         (theora_handle_data_packet), (theora_dec_chain),
9603         (theora_dec_change_state):
9604         Add simple QoS.
9605
9606 2006-03-09  Wim Taymans  <wim@fluendo.com>
9607
9608         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9609         (audiocast_register_listener), (gst_gnome_vfs_src_start):
9610         Some cleanups.
9611
9612 2006-03-09  Wim Taymans  <wim@fluendo.com>
9613
9614         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9615         Don't try to activate NULL chains.
9616
9617 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9618
9619         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9620           Fix invalid memory access to region before peek'd data (#332964).
9621
9622 2006-03-09  Wim Taymans  <wim@fluendo.com>
9623
9624         Patch by: Christophe Fergeau
9625
9626         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
9627         * ext/pango/gsttextrender.c: (gst_text_render_init):
9628         * gst/adder/gstadder.c: (gst_adder_init):
9629         Don't leak padtemplates, closes #333510.
9630
9631 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9632
9633         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
9634           Fix invalid memory access: make sure string passed to
9635           regexec() is NUL-termianted.
9636
9637 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9638
9639         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9640         (mp3_type_find):
9641           Refactor mpeg/audio typefinding to make it more maintainable
9642           and easier to fine-tune. Make probing into middle of the file
9643           work properly (fixes #333900, also see #152688).
9644
9645 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9646
9647         * gst/typefind/gsttypefindfunctions.c:
9648         (utf8_type_find_have_valid_utf8_at_offset):
9649           Remove part from previous commit that was bogus:
9650           g_utf8_validate() does in fact not accept embedded
9651           zeroes, so we don't need to check for those (thanks
9652           to Mike for the hint).
9653
9654 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9655
9656         * gst/typefind/gsttypefindfunctions.c:
9657         (utf8_type_find_count_embedded_zeroes),
9658         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
9659           Make plain/text typefinder more conservative: firstly, check
9660           for embedded zeroes, which are perfectly valid UTF-8 characters,
9661           but also a fairly good sign that something is not a plain text
9662           file; secondly, probe into the middle of the file if possible.
9663           If we can't probe into the middle, limit the probability value
9664           to be returned to TYPE_FIND_POSSIBLE (see #333900).
9665
9666 2006-03-08  Michael Smith  <msmith@fluendo.com>
9667
9668         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9669           Make typefind function name for mpeg4 video unique.
9670
9671 2006-03-08  Wim Taymans  <wim@fluendo.com>
9672
9673         * ext/libvisual/visual.c: (gst_visual_init),
9674         (gst_visual_clear_actors), (gst_visual_dispose),
9675         (gst_visual_reset), (gst_visual_src_setcaps),
9676         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
9677         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
9678         (gst_visual_chain), (gst_visual_change_state):
9679         Cleanups, post nice errors.
9680         Handle sink and src events.
9681         Implement simple QoS.
9682
9683         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9684         Use new basesink methods to configure max-lateness.
9685         Small doc update.
9686
9687         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9688         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
9689         Debug statement cleanups.
9690
9691         * gst/volume/gstvolume.c: (gst_volume_class_init):
9692         Simple cleanup.
9693
9694 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9695
9696         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
9697         (gst_text_overlay_init), (gst_text_overlay_set_property),
9698         (gst_text_overlay_get_property):
9699           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
9700           as string type properties, but mark them deprecated. Add
9701           'halignment' and 'valignment' properties that use enums
9702           instead of strings.
9703
9704 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9705
9706         Patch by: Fabrizio Gennari
9707
9708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9709           Allow palettes with less than 256 colours in AVI files
9710           (#333488)
9711
9712 2006-03-07  Julien MOUTTE  <julien@moutte.net>
9713
9714         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9715         (gst_text_overlay_video_event): Fix wrong EOS handling on text
9716         pad. We were releasing the queued text buffer when we should keep
9717         it until video pad gets EOS or discard the text buffer because it's
9718         too old. That was eating the last subtitle buffer. Add some more
9719         debug.
9720
9721 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9722
9723         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
9724         (gst_text_overlay_video_chain):
9725           Fix invalid memory access (we can't access a buffer after it's been
9726           pushed downstream without taking a reference); fix memory leak (if
9727           there's no text to render, bail out before allocating stuff).
9728
9729 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9730
9731         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9732         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
9733         * ext/pango/gsttextoverlay.h:
9734           If input is plain text, escape it before passing it to
9735           pango_layout_set_markup().
9736
9737 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9738
9739         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
9740           Don't ignore flow return from gst_pad_push().
9741
9742 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9743
9744         Patch by: Fabrizio Gennari
9745
9746         * ext/libvisual/visual.c: (gst_visual_getcaps),
9747         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
9748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
9749         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
9750         (gst_vorbisenc_convert_sink):
9751         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9752         (gst_audio_duration_from_pad_buffer):
9753         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
9754         (gst_audio_filter_chain):
9755         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9756         (gst_base_rtp_depayload_setcaps):
9757         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
9758         (gst_video_get_size):
9759         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9760           Don't leak references returned by gst_pad_get_parent()
9761           (#333663)
9762
9763 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
9764
9765         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
9766           change location param details
9767         * gst/volume/gstvolume.c: (plugin_init):
9768           correct plugin description
9769
9770 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9771
9772         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9773         (gst_gnome_vfs_src_check_get_range):
9774           Override GstBaseSrc::check_get_range() in order to avoid opening
9775           the resource just to check whether we can operate in pull-mode or
9776           not - we can predict that pretty well from the URI alone. Should
9777           fix problems with last.fm (#331690). (Requires latest core CVS).
9778
9779 2006-03-06  Wim Taymans  <wim@fluendo.com>
9780
9781         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9782         (gst_video_sink_class_init):
9783         Throw away frames that are later than 20 ms.
9784
9785 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9786
9787         Patch by: Fabrizio Gennari
9788
9789         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9790           Set depth on WMA caps (#333545)
9791
9792 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9793
9794         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9795         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
9796           put Theora BOS pages before others.  This hardcodes
9797           the Ogg/Theora I profile, but hey.
9798
9799 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9800
9801         * ext/ogg/README:
9802           updated with some examples
9803         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
9804         (granulepos_add), (theora_buffer_from_packet):
9805         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
9806         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
9807         (gst_vorbisenc_chain):
9808           implement strategy from ext/ogg/README
9809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9810         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
9811         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
9812         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
9813           Fix muxer so that oggz-validate is happy with all streams;
9814           except for no eos mark, and the BOS page ordering
9815         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9816         (check_buffer_granulepos):
9817         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
9818           update tests to check for OFFSET being set as requested
9819           fixed type of granulepos, it's not a ClockTime
9820
9821 2006-03-05  Julien MOUTTE  <julien@moutte.net>
9822
9823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9824         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9825         Check that the xvimage we are creating has a correct size
9826         before returning it. (#314897)
9827
9828 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9829
9830         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9831           Give id3 and ape tag typefinders a rank slightly higher
9832           than PRIMARY to ensure they're always run before any of
9833           the other typefinders (in particular wav and mp3) (#324186).
9834
9835 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9836
9837         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9838           Add support for '3IVD' fourcc (#333403).
9839
9840 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9841
9842         * configure.ac:
9843           Bump requirements to GStreamer CVS for the new error enum.
9844
9845         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
9846           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
9847           space left on the device (fixes #333352).
9848
9849 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
9850
9851         * win32/vs6:
9852           add a project file for libgstvolume
9853           update the workspace
9854
9855 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9856
9857         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9858         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9859         (GST_START_TEST):
9860           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
9861           Set IN_CAPS on header buffers
9862
9863 2006-03-02  Wim Taymans  <wim@fluendo.com>
9864
9865         * docs/plugins/Makefile.am:
9866         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9867         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9868         Add audioresample to docs.
9869
9870         * gst/audioconvert/gstaudioconvert.c:
9871         Add revision date.
9872
9873         * gst/audioresample/gstaudioresample.c:
9874         (gst_audioresample_base_init), (gst_audioresample_class_init),
9875         (gst_audioresample_init), (gst_audioresample_dispose),
9876         (audioresample_get_unit_size), (audioresample_transform_caps),
9877         (resample_set_state_from_caps), (audioresample_transform_size),
9878         (audioresample_set_caps), (audioresample_event),
9879         (audioresample_do_output), (audioresample_transform),
9880         (audioresample_pushthrough), (gst_audioresample_set_property),
9881         (gst_audioresample_get_property), (plugin_init):
9882         * gst/audioresample/gstaudioresample.h:
9883         Added docs.
9884         Small code cleanups.
9885
9886 2006-03-02  Wim Taymans  <wim@fluendo.com>
9887
9888         * docs/plugins/Makefile.am:
9889         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9890         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9891         Added videoscale to docs.
9892
9893         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
9894         (gst_video_rate_swap_prev), (gst_video_rate_event),
9895         (gst_video_rate_chain):
9896         Fix typo in docs.
9897
9898         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9899         (gst_video_scale_init), (gst_video_scale_prepare_size),
9900         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9901         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
9902         * gst/videoscale/gstvideoscale.h:
9903         Added docs, examples.
9904         Some code cleanups.
9905         Post errors instead of g_warning.
9906
9907 2006-03-02  Wim Taymans  <wim@fluendo.com>
9908
9909         * docs/libs/gst-plugins-base-libs-docs.sgml:
9910         * docs/libs/gst-plugins-base-libs-sections.txt:
9911         * docs/libs/gst-plugins-base-libs.types:
9912         * docs/plugins/Makefile.am:
9913         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9914         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9915         Added some more docs to libs and plugins.
9916
9917         * gst-libs/gst/audio/gstringbuffer.c:
9918         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
9919         * gst-libs/gst/audio/gstringbuffer.h:
9920         Document ringbuffer some more.
9921
9922         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
9923         (gst_video_rate_setcaps), (gst_video_rate_reset),
9924         (gst_video_rate_init), (gst_video_rate_flush_prev),
9925         (gst_video_rate_swap_prev), (gst_video_rate_event),
9926         (gst_video_rate_chain), (gst_video_rate_change_state):
9927         * gst/videorate/gstvideorate.h:
9928         Fix videorate to use segments.
9929         Make it work with 0/1 framerates (closes #331903)
9930         Handle EOS correctly.
9931         Added docs.
9932
9933 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9934
9935         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
9936         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
9937         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
9938           In state change function, first chain up to parent class,
9939           then handle downwards state change stuff. Remove some
9940           commented out cruft from 0.8 code.
9941
9942 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
9943
9944         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
9945         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9946         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
9947         (gst_ogm_parse_chain):
9948           Don't remove/re-add source pad if the new caps are the same as
9949           the old caps anyway (#333042). When removing source pad, don't
9950           unref it afterwards - we didn't ref it when adding. Sprinkle some
9951           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
9952           after using gst_pad_get_parent(). Return downstream flow return
9953           value in chain function.
9954
9955 2006-03-02  Wim Taymans  <wim@fluendo.com>
9956
9957         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9958         * docs/plugins/gst-plugins-base-plugins.args:
9959         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9960         * docs/plugins/gst-plugins-base-plugins.interfaces:
9961         * docs/plugins/gst-plugins-base-plugins.signals:
9962         Fix hierarchy, added some more elements to the docs.
9963
9964         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9965         (gst_ffmpegcsp_get_type):
9966         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
9967         Fix docs for ffmpegcolorspace.
9968
9969 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
9970
9971         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
9972         (apetag_type_find), (ape_type_find), (plugin_init):
9973           Some typefinding fine-tuning:
9974           - rank ID3/APE tags in order of preference via probabilities, so that
9975             ID3v2 > APEv2 > APEv1 > ID3v1.
9976           - three or four bytes don't really justify MAXIMUM probability,
9977             change those to 'very likely' (musepack and monkeysaudio).
9978
9979 2006-03-01  Wim Taymans  <wim@fluendo.com>
9980
9981         * docs/plugins/Makefile.am:
9982         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9983         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9984         * ext/alsa/gstalsamixer.c:
9985         * ext/alsa/gstalsamixer.h:
9986         * ext/alsa/gstalsamixerelement.c:
9987         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
9988         * ext/alsa/gstalsamixerelement.h:
9989         * ext/alsa/gstalsasink.c:
9990         * ext/alsa/gstalsasink.h:
9991         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
9992         (gst_alsasrc_init):
9993         * ext/alsa/gstalsasrc.h:
9994         Added alsa docs.
9995         Small code cleanups.
9996
9997 2006-03-01  Wim Taymans  <wim@fluendo.com>
9998
9999         * ext/theora/Makefile.am:
10000         Dist new header too,
10001
10002 2006-03-01  Wim Taymans  <wim@fluendo.com>
10003
10004         * docs/plugins/Makefile.am:
10005         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10006         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10007         * ext/gnomevfs/gstgnomevfssink.h:
10008         * ext/gnomevfs/gstgnomevfssrc.h:
10009         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10010         * ext/vorbis/vorbisdec.h:
10011         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10012         * ext/vorbis/vorbisenc.h:
10013         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10014         (vorbis_parse_chain), (vorbis_parse_change_state):
10015         * ext/vorbis/vorbisparse.h:
10016         * gst/audioconvert/gstaudioconvert.h:
10017         * gst/tcp/gsttcpserversink.h:
10018         * gst/videotestsrc/gstvideotestsrc.c:
10019         * gst/videotestsrc/gstvideotestsrc.h:
10020         * gst/volume/gstvolume.c:
10021         * gst/volume/gstvolume.h:
10022         Fix some more docs.
10023         Added docs for vorbisdec and vorbisparse.
10024         Fix vorbisparse.
10025
10026 2006-03-01  Wim Taymans  <wim@fluendo.com>
10027
10028         * docs/plugins/Makefile.am:
10029         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10030         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10031         * ext/pango/gstclockoverlay.h:
10032         * ext/pango/gsttextoverlay.h:
10033         * ext/pango/gsttextrender.h:
10034         * ext/pango/gsttimeoverlay.h:
10035         * ext/theora/gsttheoradec.h:
10036         * ext/theora/gsttheoraenc.h:
10037         * ext/theora/theoradec.c:
10038         * ext/theora/theoraenc.c:
10039         * gst/audioconvert/gstaudioconvert.h:
10040         * gst/audiotestsrc/gstaudiotestsrc.h:
10041         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10042         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10043         * gst/tcp/gstmultifdsink.h:
10044         Updated/added documentation.
10045
10046         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10047         (gst_text_overlay_halign_get_type),
10048         (gst_text_overlay_wrap_mode_get_type),
10049         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10050         (gst_text_overlay_init), (gst_text_overlay_set_property),
10051         (gst_text_overlay_get_property):
10052         Fix up properties to be enums instead of string to make bindings,
10053         introspection and automatic GUI creation possible.
10054         Add getters for the properties.
10055
10056 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10057
10058         * gst/audiotestsrc/gstaudiotestsrc.c:
10059           added defines of M_PI and M_PI_2
10060         * gst/ffmpegcolorspace/avcodec.h:
10061           removed #include "stdint.h" for win32 as _stdint.h is 
10062           autogenerated to win32/common
10063         * win32/common/libgstaudio.def:
10064         * win32/common/libgsttag.def:
10065           added some exports
10066         * win32/vs6:
10067           some project files bugs corrected
10068         * win32/vs7:
10069           project files are reset to the default vs7 configuration 
10070           (they link to msvcr71.dll using default optimizations)
10071           
10072 2006-02-28  Wim Taymans  <wim@fluendo.com>
10073
10074         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10075         Fix some docs.
10076
10077 2006-02-28  Edward Hervey  <edward@fluendo.com>
10078
10079         * ext/alsa/gstalsasrc.c:
10080         Set proper class on the ElementDetails:
10081         Source/Audio instead of Src/Audio/
10082
10083 2006-02-28  Edward Hervey  <edward@fluendo.com>
10084
10085         * gst/videoscale/vs_scanline.c:
10086         (vs_scanline_resample_nearest_RGBA):
10087         Revert optimization in videoscale. It should go in liboil and have
10088         an appropriate liboil function.
10089
10090 2006-02-28  Wim Taymans  <wim@fluendo.com>
10091
10092         * gst-libs/gst/audio/gstbaseaudiosink.c:
10093         (gst_base_audio_sink_provide_clock):
10094         Don't try to provide a clock in the NULL state.
10095
10096 2006-02-28  Wim Taymans  <wim@fluendo.com>
10097
10098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10099         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10100         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10101         (gst_ogg_demux_deactivate_current_chain),
10102         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10103         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10104         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10105         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10106         Use GstSegment infrastructure to remove duplicated code
10107         and handle more seek cases correctly.
10108
10109 2006-02-28  Wim Taymans  <wim@fluendo.com>
10110
10111         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10112         (gst_ffmpegcsp_transform):
10113         Don't ignore return code from ffmpeg convert function.
10114
10115         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10116         Split out some long statements to ease debugging.
10117
10118 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10119
10120         * ext/libvisual/visual.c: (gst_visual_init),
10121         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10122         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10123         being able to renegotiate the size. Instead, use the negotiation
10124         algorithm from the goom plugin to pick an initial output caps. 
10125
10126         Also, allow theoretical libvisual plugins that might support non-GL 
10127         output even if they also do GL.
10128
10129 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10130
10131         * ext/libvisual/visual.c: (gst_visual_init),
10132         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10133         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10134         possible negotiation issues.
10135
10136 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10137
10138         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10139
10140 2006-02-24  Michael Smith  <msmith@fluendo.com>
10141
10142         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10143         (cmml_type_find), (plugin_init):
10144           Fix CMML type find function to not require a specific minor version
10145           of the CMML header.
10146
10147           Add an MPEG4 video elementary stream typefind function.
10148
10149 2006-02-04  Michael Smith  <msmith@fluendo.com>
10150
10151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10152         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10153         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10154         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10155         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10156         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10157           Annodex support in ogg demuxer. Doesn't do very much without the
10158           other annodex patches (to come).
10159
10160 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10161
10162         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10163
10164         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10165           Pick up palette for MS video v1 (#327028)
10166
10167 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10168
10169         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10170         (gst_ffmpegcsp_caps_remove_format_info),
10171         (gst_ffmpegcsp_get_unit_size):
10172           The 'palette_data' field from incoming RGB caps shouldn't be
10173           proxied on outgoing YUV caps; also, restrict unit size
10174           adjustment in case of paletted data only to the unit that
10175           actually has a palette. Fixes #330711.
10176
10177 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10178
10179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10180         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10181         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10182         (gst_ffmpegcsp_get_unit_size):
10183           Plug some memory leaks.
10184
10185 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10186
10187         * sys/ximage/Makefile.am:
10188         * sys/xvimage/Makefile.am:
10189           Add some _CFLAGS and _LIBS that seem to be missing
10190           and/or required for Cygwin (see #317048).
10191
10192 2006-02-22  Wim Taymans  <wim@fluendo.com>
10193
10194         * ext/alsa/gstalsasrc.c:
10195         Fix description as pointed out by caugier.
10196
10197 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10198
10199         Reviewed by : Edward Hervey  <edward@fluendo.com>
10200
10201         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10202         (qt_type_find):
10203         Better 3gp typefinding (#331526).
10204
10205 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10206
10207         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10208           Don't send EOS event here, the base class will send one for us.
10209
10210         * gst/playback/gstplaybasebin.c: (prepare_output):
10211           Subpictures without video stream aren't allowed either.
10212         
10213         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10214           Fix debug statement copy'n'paste-o.
10215
10216 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10217
10218         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10219           Fix issues with mixer keeping state when muting/unmuting
10220           and when changing the volume whilst muted (see #331763
10221           and #331765).
10222
10223 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10224
10225         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10226         (parse_subrip), (gst_sub_parse_format_autodetect):
10227           Set right caps given that we send escaped text. Also,
10228           honour <i></i>, <b></b> and <u></u> markers that can be found
10229           in .srt files (fixes #310202).
10230
10231 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10232
10233         * gst-libs/gst/audio/mixerutils.c:
10234         (element_factory_rank_compare_func):
10235           Make order in which elements are tried more determinable.
10236
10237 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10238
10239         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10240         (remove_element_chain), (cleanup_decodebin),
10241         (gst_decode_bin_change_state): Make decodebin reusable by
10242         fixing remove_element_chain first and then introduce a
10243         cleaner in state change to ->NULL. (Closes #331678)
10244
10245 2006-02-19  Wim Taymans  <wim@fluendo.com>
10246
10247         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10248         use 0666 mask when creating files so umask gets applied
10249         correctly. Fixes #331295.
10250
10251 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10252
10253         * gst/subparse/Makefile.am:
10254         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10255         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10256         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10257         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10258         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10259         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10260         * gst/subparse/gstssaparse.h:
10261         * gst/subparse/gstsubparse.c: (plugin_init):
10262           Add very basic parser for SSA subtitle streams (as often
10263           found in matroska files).
10264
10265 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10266
10267         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10268           That should be text/x-pango-markup, not text/x-pango-layout.
10269
10270 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10271
10272         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10273         Polishing.
10274
10275 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10276
10277         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10278         (gst_text_overlay_finalize), (gst_text_overlay_init),
10279         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10280         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10281         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10282         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10283         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10284         Fix state change deadlock.
10285
10286 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10287
10288         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10289         (gst_text_overlay_finalize), (gst_text_overlay_init),
10290         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10291         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10292         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10293         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10294         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10295         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10296         and subtitles files.
10297
10298 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10299
10300         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10301         should be considered as raw.
10302
10303 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10304
10305         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10306         (cb_probe):
10307         * gst/playback/gststreaminfo.h: Introduce language informations.
10308
10309 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10310
10311         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10312         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10313         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10314         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10315         Set shared memory segments to be deleted as soon as we have attached,
10316         that way they get cleaned up automatically if we crash.
10317
10318 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10319
10320         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10321         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10322         functions are called with lock held.
10323
10324 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10325
10326         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10327         (gst_text_overlay_finalize), (gst_text_overlay_init),
10328         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10329         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10330         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10331         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10332         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10333         (gst_text_overlay_change_state): Refactoring of textoverlay
10334         without collectpads. This now supports sparse subtitles coming
10335         from a demuxer instead of a sub file. Seeking is still broken 
10336         though. Need to discuss with wtay some more on how to handle
10337         seeking correctly.
10338         * ext/pango/gsttextoverlay.h:
10339         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10340         subtitles coming from the demuxer.
10341
10342 2006-02-17  Wim Taymans  <wim@fluendo.com>
10343
10344         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10345         (gst_vorbisenc_convert_sink):
10346         Use some more scaling functions.
10347
10348 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10349
10350         * ext/cdparanoia/gstcdparanoiasrc.c:
10351         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10352         (gst_cd_paranoia_paranoia_callback),
10353         (gst_cd_paranoia_src_signal_is_being_watched),
10354         (gst_cd_paranoia_src_read_sector):
10355         * ext/cdparanoia/gstcdparanoiasrc.h:
10356           Add back 'transport-error' and 'uncorrected-error' signals and
10357           make them actually be fired when bad stuff happens (#319340).
10358
10359 2006-02-17  Wim Taymans  <wim@fluendo.com>
10360
10361         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10362         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10363         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10364         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10365         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10366         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10367         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10368         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10369         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10370         (gst_ring_buffer_clear):
10371         Small cleanups.
10372         Added some G_LIKELY.
10373
10374 2006-02-17  Wim Taymans  <wim@fluendo.com>
10375
10376         * gst-libs/gst/audio/TODO:
10377         Update TODO
10378
10379         * gst-libs/gst/audio/gstbaseaudiosink.c:
10380         (gst_base_audio_sink_get_offset):
10381         When trying to play samples ASAP and we don't have a
10382         previous sample, try to play at position 0 instead of
10383         an invalid position.
10384
10385 2006-02-17  Wim Taymans  <wim@fluendo.com>
10386
10387         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10388         (gst_alsasink_reset):
10389         Also release lock when we get an error in _reset();
10390         fix an error message.
10391
10392 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10393
10394         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10395         (gst_alsasink_init), (get_channel_free_structure),
10396         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10397         (gst_alsasink_close):
10398         * ext/alsa/gstalsasink.h:
10399           Add support for more than 2 channels (#326720).
10400
10401 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10402
10403         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10404           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10405           with 4 or 6 channels, assume a default channel layout to make things
10406           work (not sure there's anything else we can do in those cases).
10407
10408 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10409
10410         * gst-libs/gst/audio/multichannel.c:
10411           Minor docs fix.
10412
10413         * gst-libs/gst/riff/Makefile.am:
10414         * gst-libs/gst/riff/riff-ids.h:
10415         * gst-libs/gst/riff/riff-media.c:
10416         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10417           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10418           channels and a channel layout map.
10419           
10420 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10421
10422         Reviewed by Edward Hervey  <edward@fluendo.com>
10423
10424         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10425         C-level optimization of the RGBA nearest neighbour function.
10426         Eventually this might end up in liboil with vectorized versions.
10427
10428 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10429
10430         * gst-libs/gst/audio/multichannel.c:
10431         (gst_audio_get_channel_positions):
10432           When we have more than 2 channels, but no channel layout is
10433           specified in the caps, return some default channel layout
10434           to the caller and warn about about a possibly buggy element
10435           (could be buggy filtercaps as well of course) (#317038).
10436
10437 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10438
10439         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10440           Add gst-libs/gst/cdda to list of lib search paths.
10441
10442 2006-02-15  Andy Wingo  <wingo@pobox.com>
10443
10444         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10445         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10446         to the Lord Jesus that I do not have to touch the ogg muxer ever
10447         again.
10448
10449 2006-02-15  Edward Hervey  <edward@fluendo.com>
10450
10451         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10452         quicktime movie files can also contain 'uuid' atoms.
10453
10454 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10455
10456         * gst/audioconvert/plugin.c: (plugin_init):
10457           Register the GstAudioChannelPosition enum type with the type
10458           system in the plugin_init function, so that it is known before
10459           any element actually makes use of multi-channel stuff. This is
10460           required for example if one wants to be able to deserialise/use
10461           a caps string with channel positions before any pipeline has
10462           been setup and started, like with gst-launch.
10463
10464 2006-02-14  Wim Taymans  <wim@fluendo.com>
10465
10466         * gst-libs/gst/audio/gstringbuffer.c:
10467         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10468         (gst_ring_buffer_samples_done), (wait_segment),
10469         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10470         Add some compiler G_(UN_)LIKELY help.
10471         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10472         make sure they can exit their functions. Should fix #330748
10473
10474 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10475
10476         * Makefile.am:
10477         * configure.ac:
10478         * win32/MANIFEST:
10479         * win32/common/_stdint.h:
10480           Windows does not have long long; copy the generated _stdint.h
10481         * win32/common/interfaces-enumtypes.c:
10482         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10483         (gst_mixer_track_flags_get_type),
10484         (gst_tuner_channel_flags_get_type):
10485         * win32/common/multichannel-enumtypes.c:
10486         (gst_audio_channel_position_get_type):
10487           update
10488
10489 2006-02-13  Wim Taymans  <wim@fluendo.com>
10490
10491         * gst-libs/gst/audio/gstbaseaudiosink.c:
10492         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10493         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10494         Always sync on first sample we receive when starting.
10495
10496 2006-02-13  Wim Taymans  <wim@fluendo.com>
10497
10498         * gst/playback/gstplaybin.c: (gen_vis_element):
10499         Update vis bin docs.
10500         Move queue after tee so we don't queue video buffers but
10501         audio samples instead. Fixes problems where the video queue
10502         is filled and the audio queue empty.
10503
10504 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10505
10506         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10507           No need to push an EOS event here, GstBaseSrc will do that for us
10508           when we return FLOW_UNEXPECTED.
10509           
10510 2006-02-12  Wim Taymans  <wim@fluendo.com>
10511
10512         * gst-libs/gst/audio/gstbaseaudiosink.c:
10513         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10514         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10515         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10516         Use scale functions when possible.
10517         Fix error messages.
10518         Free clockid when after waiting for EOS.
10519         Use G_(UN_)LIKLY when it makes sense.
10520         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10521
10522 2006-02-12  Edward Hervey  <edward@fluendo.com>
10523
10524         * gst/playback/gstplaybasebin.c: (prepare_output): 
10525         Remove stray semi-colon (fixes #330888).
10526
10527 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
10528
10529         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
10531         Fix up the XShm call testing so that we catch errors, and don't
10532         cause new ones by attempting to detach from a segment we failed
10533         to attach to. Fixes #312439.
10534
10535 2006-02-10  Edward Hervey  <edward@fluendo.com>
10536
10537         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10538         Added flv file typefind (video/x-flv).
10539
10540 2006-02-10  Edward Hervey  <edward@fluendo.com>
10541
10542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10543         (gst_riff_create_video_template_caps):
10544         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
10545         Also added the caps to the default set of riff video caps.
10546
10547 2006-02-09  Andy Wingo  <wingo@pobox.com>
10548
10549         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
10550         time and the end time of the last packet in the page.
10551         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
10552         on the pages in our queue, set the duration as well. Reflow a
10553         debug statement.
10554         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
10555         Fixes bad muxing order.
10556
10557 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10558
10559         * gst-libs/gst/rtp/gstbasertppayload.c:
10560         (gst_basertppayload_setcaps), (gst_basertppayload_push):
10561           update seqnum before setting it on the packet; this makes sure
10562           that the timestamp and seqnum properties match after pushing
10563           a buffer
10564
10565 2006-02-09  Andy Wingo  <wingo@pobox.com>
10566
10567         * gst-libs/gst/audio/gstringbuffer.c
10568         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
10569         overflow after 13.5 hours of recording. Kapow!
10570
10571         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
10572         the buffer size -- we don't care about underrun/overrun reporting
10573         right now, just need to return a useful value.
10574
10575 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
10576
10577         * configure.ac:
10578           Back to CVS
10579
10580 === release 0.10.3 ===
10581
10582 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
10583
10584         * configure.ac:
10585           releasing 0.10.3, "Under Pressure"
10586
10587 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10588
10589         * configure.ac:
10590         Drat. Bump libtool version number for new API.
10591         Prelease 0.10.2.3 (of 0.10.3)
10592
10593 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10594
10595         * configure.ac:
10596         * win32/common/config.h:
10597         0.10.2.2 prerelease (of 0.10.3).
10598
10599 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10600
10601         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
10602           Revert Andy's newsegment change pending a more correct
10603           fix.
10604
10605 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10606
10607         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10608         (qt_type_find), (plugin_init):
10609           detect more files as 3gp
10610           group and reorder the iso file formats
10611
10612 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10613
10614         * ext/vorbis/vorbis.c: (plugin_init):
10615           Register musicbrainz tags, so apps don't have to.
10616
10617 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10618
10619         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
10620         (gst_tag_to_vorbis_tag):
10621           Make sure we called gst_tag_register_musicbrainz_tags()
10622           before possibly mapping a vorbiscomment string from/to a
10623           musicbrainz tag.
10624
10625 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10626
10627         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10628           In case we can't find the required number of consecutive
10629           mpeg audio frames to positively identify an MPEG audio
10630           stream, check if there's at least a valid mpeg audio
10631           frame right at offset 0 and if so suggest mpeg/audio
10632           caps with a very low probability (#153004).
10633
10634 2006-02-07  Andy Wingo  <wingo@pobox.com>
10635
10636         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
10637         a TIME segment if we get timestamped buffers. Requires recent
10638         fixes in core to work properly.
10639
10640 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10641
10642         * gst/playback/gstplaybasebin.c: (prepare_output):
10643           Don't print the URI as part of the error message, it
10644           makes error dialogs look rather ugly, especially if
10645           the URI is very long or has characters in it that
10646           need escaping.
10647
10648 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10649
10650         * gst/playback/gstplaybasebin.c: (prepare_output):
10651           Error out if we have only text or subtitles, but nothing
10652           else. Also error out if we have subtitles but no video
10653           stream.
10654
10655 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10656
10657         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10658           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
10659           Post an error message on the bus when we encounter an
10660           error, which will hopefully be more meaningful than the
10661           'Internal Flow Error' message users get to see if we
10662           just return GST_FLOW_ERROR.
10663
10664 2006-02-07  Andy Wingo  <wingo@pobox.com>
10665
10666         * configure.ac (GST_MAJORMINOR): Update core version req to
10667         0.10.2.2, for the collectpads API addition (#330244).
10668
10669 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10672           Return FALSE from plugin_init() when GnomeVFS can't
10673           be initialised for some reason (#328423).
10674
10675 2006-02-06  Julien MOUTTE  <julien@moutte.net>
10676
10677         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
10678         Stick to seeking theory until i find the bug.
10679         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
10680
10681 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10682
10683         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10684         (theora_enc_finalize), (theora_enc_sink_setcaps),
10685         (theora_set_header_on_caps), (theora_enc_chain),
10686         (theora_enc_change_state):
10687         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
10688           Make theoraenc and the tests leak free. Like, really.
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           Add a finalize method to ensure we clean up state even if
10695           someone omitted the state change back to NULL.
10696
10697         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
10698         (gst_vorbisenc_chain):
10699           Free some more leaked bits.
10700
10701         * tests/check/pipelines/theoraenc.c: (start_pipeline),
10702         (stop_pipeline):
10703           Wait for state changes to happen if they're ASYNC.
10704
10705           This ought to teach those fancy pants buildbots a lesson.
10706
10707 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10708
10709         * gst-libs/gst/tag/gstid3tag.c:
10710           Add mapping for ID3 International Standard Recording Code
10711           tag "TSRC"
10712
10713 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10714
10715         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
10716           Don't leak tag names.
10717
10718 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10719
10720         * docs/libs/gst-plugins-base-libs-docs.sgml:
10721         * docs/libs/gst-plugins-base-libs-sections.txt:
10722         * gst-libs/gst/tag/gstid3tag.c:
10723         * gst-libs/gst/tag/gstvorbistag.c:
10724         * gst-libs/gst/tag/tags.c:
10725           Split libgsttag docs into multiple sections.
10726
10727 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10728
10729         * docs/libs/Makefile.am:
10730         * docs/libs/gst-plugins-base-libs-docs.sgml:
10731         * docs/libs/gst-plugins-base-libs-sections.txt:
10732         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
10733         * gst-libs/gst/tag/gstvorbistag.c:
10734         * gst-libs/gst/tag/tag.h:
10735         * gst-libs/gst/tag/tags.c:
10736           Add libgsttag to the docs.
10737
10738 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10739
10740         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
10741         (gst_text_overlay_init), (gst_text_overlay_src_event),
10742         (gst_text_overlay_collected): Fix clockoverlay.
10743
10744 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10745
10746         * docs/libs/compiling.sgml:
10747           Fix typo: it's pkg-config, not pkg-gconfig
10748
10749         * docs/libs/gst-plugins-base-libs-docs.sgml:
10750         * docs/libs/gst-plugins-base-libs-sections.txt:
10751         * docs/libs/tmpl/gstgconf.sgml:
10752           There is no libgstgconf in 0.10, remove it
10753           from the docs.
10754
10755 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10756
10757         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
10758         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10759         (gst_text_overlay_src_event), (gst_text_overlay_collected):
10760         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10761         (gst_sub_parse_class_init), (gst_sub_parse_init),
10762         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
10763         (parse_mpsub), (parser_state_init), (handle_buffer),
10764         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
10765         * gst/subparse/gstsubparse.h: Introduce seeking code.
10766
10767 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10768
10769         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10770           Add comment about LANGUAGE tag inconsistency (we want
10771           ISO-639-1, but extract three-letter identifiers?)
10772
10773         * po/POTFILES.in:
10774           Add two translatable files.
10775
10776 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10777
10778         * gst-libs/gst/tag/Makefile.am:
10779         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10780         * gst-libs/gst/tag/tag.h:
10781         * gst-libs/gst/tag/tags.c:
10782         (gst_tag_register_musicbrainz_tags_internal),
10783         (gst_tag_register_musicbrainz_tags):
10784           Forward-port some tags stuff from the 0.8 branch. This is
10785           mostly the addition of musicbrainz tags and their mapping
10786           to vorbistags, and a vorbistag mapping of the language tag.
10787
10788 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10789
10790         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
10791         refactoring.
10792
10793 2006-02-04  David Schleef  <ds@schleef.org>
10794
10795         * ext/ogg/gstoggmux.c:
10796         * gst/typefind/gsttypefindfunctions.c:
10797           Add Dirac typefinding and add dirac format to oggmux.
10798
10799 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10800
10801         * gst/playback/gstdecodebin.c: (try_to_link_1):
10802           Don't put essential function call into
10803           g_return_*() macro, otherwise it'll all be
10804           replaced by NOOPs when compiling with
10805           G_DISABLE_CHECKS defined.
10806
10807 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
10808
10809         * ext/ogg/gstoggdemux.c:
10810         * ext/ogg/gstoggparse.c:
10811         * gst/tcp/gsttcpserversink.c:
10812         * sys/v4l/v4lsrc_calls.c:
10813         * sys/v4l/v4lsrc_calls.h:
10814         Just make it compile with --disable-gst-debug.
10815
10816 2006-02-03  Wim Taymans  <wim@fluendo.com>
10817
10818         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10819         (gst_alsasink_class_init), (gst_alsasink_init),
10820         (gst_alsasink_write), (gst_alsasink_reset):
10821         * ext/alsa/gstalsasink.h:
10822         Add lock to protect alsa calls.
10823         Implement reset to flush samples ASAP, does not work
10824         with dmix though.
10825
10826 2006-02-02  Wim Taymans  <wim@fluendo.com>
10827
10828         * gst-libs/gst/audio/gstbaseaudiosink.c:
10829         (gst_base_audio_sink_provide_clock):
10830         Ugh.. getting late I guess...
10831
10832 2006-02-02  Wim Taymans  <wim@fluendo.com>
10833
10834         * gst-libs/gst/audio/gstbaseaudiosink.c:
10835         (gst_base_audio_sink_provide_clock),
10836         (gst_base_audio_sink_set_property),
10837         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
10838         Don't try to provide a clock when we are not negotiated since
10839         we might not be able to make it run.
10840
10841 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * gst/playback/gstdecodebin.c: (try_to_link_1):
10844           Unlinking two source pads is ... hard.
10845
10846 2006-02-02  Wim Taymans  <wim@fluendo.com>
10847
10848         * gst-libs/gst/audio/TODO:
10849         Updated.
10850
10851         * gst-libs/gst/audio/gstbaseaudiosink.c:
10852         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
10853         On EOS, wait till the last sample is played before posting EOS.
10854
10855 2006-02-01  Philippe Kalaf <burger at speedy dot org>
10856
10857         Patch by: Kai Vehmanen
10858         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10859           Adds ability to enable newsegment bypass by setting queue_delay to
10860           zero. Also avoid thread being started if queue_delay is zero.
10861
10862 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
10865           Make test work again by connecting fakesinks to each decoded pad,
10866           which makes the pipeline wait until each fakesink has a buffer
10867           queued before going to PAUSED state. At that point we know the
10868           decodebin pads are negotiated.
10869
10870 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10871
10872         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
10873         (gst_cdda_base_src_handle_event):
10874         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
10875           Pass unhandled queries to the parent class's query function.
10876
10877 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10878
10879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
10880         (gst_ogg_pad_src_query):
10881         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
10882         * ext/theora/theoradec.c: (theora_dec_src_query),
10883         (theora_dec_sink_query):
10884         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10885         (vorbis_dec_sink_query):
10886         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10887         (gst_vorbisenc_sink_query):
10888         * gst/adder/gstadder.c: (gst_adder_query):
10889           Pass unhandled queries upstream instead of just
10890           dropping them (#326447). Also, fix supported
10891           query types list for some elements.
10892
10893 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10894
10895         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
10896         (paris_type_find), (ilbc_type_find), (plugin_init):
10897           Fix typefinding for audio/x-au, audio/x-paris and
10898           audio/iLBC-sh. We cannot use the START_WITH macros
10899           here, because there can only be one typefind factory
10900           with the same name (caps), so the second one would
10901           replace the first one and the first one would never
10902           be called when doing typefinding (see #161712).
10903           
10904
10905 2006-01-31  Wim Taymans  <wim@fluendo.com>
10906
10907         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10908         (vorbis_handle_header_packet), (vorbis_dec_push),
10909         (vorbis_handle_data_packet):
10910         Use scale_int when we can, add some more scaling.
10911         Check packettype before parsing it.
10912
10913 2006-01-31  Wim Taymans  <wim@fluendo.com>
10914
10915         * ext/theora/theoradec.c: (_theora_granule_time),
10916         (theora_dec_src_convert), (theora_dec_sink_convert):
10917         Call right _scale functions.
10918         Use parameter instead of some other random value.
10919
10920 2006-01-31  Wim Taymans  <wim@fluendo.com>
10921
10922         * ext/theora/theoradec.c: (_theora_granule_frame),
10923         (_theora_granule_time), (_inc_granulepos),
10924         (theora_dec_src_convert), (theora_dec_sink_convert),
10925         (theora_handle_type_packet), (theora_handle_data_packet),
10926         (theora_dec_chain):
10927         Use higher precision timestamps calculation.
10928         Convert some other conversions to _scale.
10929
10930 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
10931
10932         * gst/audiotestsrc/gstaudiotestsrc.c:
10933         (gst_audio_test_src_create_sine_table), (plugin_init):
10934         * gst/volume/gstvolume.c: (plugin_init):
10935           initialize gst_controller before using
10936
10937 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10938
10939         * tests/check/pipelines/theoraenc.c:
10940         * tests/check/pipelines/vorbisenc.c:
10941         Define constant using G_GINT64_CONSTANT to avoid errors when
10942         passing it around - otherwise it gets truncated to 32 bits.
10943
10944         Fixes failing tests.
10945
10946 2006-01-31  Andy Wingo  <wingo@pobox.com>
10947
10948         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
10949         caps being set doesn't have a framerate value. Basically a stopgap
10950         measure.
10951
10952         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
10953         technically correct enough to put into core though.
10954         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
10955         DURATION. Fixes theoraenc ! oggmux.
10956
10957         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
10958         fraction, not double.
10959
10960 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
10961
10962         * win32/vs7:
10963         add vs7 project files created by Sergey Scobich
10964
10965 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
10966
10967         * win32/vs8:
10968         add vs8 project files created by Sergey Scobich
10969         
10970 2006-01-30  Andy Wingo  <wingo@pobox.com>
10971
10972         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
10973         timestamp + duration, not just timestamp -- ogg pages should be
10974         ordered by stop time. Necessary fix given the change in vorbis
10975         timestamps.
10976
10977         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
10978         (gst_theora_enc_init): Pull the granule shift out of the encoder.
10979         (granulepos_add): New function, handles the messiness of adjusting
10980         granulepos values.
10981         (theora_buffer_from_packet):
10982         (theora_enc_chain):
10983         (theora_enc_sink_event): Use granulepos_add, not +.
10984
10985         * tests/check/pipelines/theoraenc.c
10986         (check_buffer_granulepos_from_starttime): Just check the frame
10987         count, not the actual granulepos -- we can't dictate to the
10988         encoder when it should be placing keyframes.
10989
10990 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10991
10992         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10993           SERVICE_NOT_AVAILABLE happens for example when you're trying to
10994           play an http:// stream from a server that's not serving
10995
10996 2006-01-30  Andy Wingo  <wingo@pobox.com>
10997
10998         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
10999         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11000         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11001         available.
11002
11003         * ext/theora/gsttheoraenc.h:
11004         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11005         although theoraenc was timestamping correctly. Added handling of
11006         streams that start with nonzero timestamps.
11007
11008         * tests/check/Makefile.am:
11009         * tests/check/pipelines/theoraenc.c: New file, basically does same
11010         tests as vorbisenc.
11011
11012         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11013
11014 2006-01-30  Wim Taymans  <wim@fluendo.com>
11015
11016         * gst-libs/gst/audio/gstaudiosink.c:
11017         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11018         (gst_audioringbuffer_pause):
11019         Implement pause that does not wait for completion.
11020
11021         * gst-libs/gst/audio/gstbaseaudiosink.c:
11022         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11023         Don't drop buffers when going to PAUSED but perform preroll on
11024         remaining samples now that core base class supports this.
11025
11026         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11027         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11028         (gst_ring_buffer_commit):
11029         Pause should not signal waiters.
11030         Implement return value of _commit correctly.
11031
11032 2006-01-30  Andy Wingo  <wingo@pobox.com>
11033
11034         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11035
11036         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11037         updated to timestamp from the first sample, not the last.
11038         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11039         special care of granulepos and timestamp for header packets.
11040         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11041         when the first buffer has a nonzero timestamp.
11042
11043         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11044         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11045         case when the first audio buffer we get has a nonzero timestamp.
11046         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11047         properly timestamp vorbis buffers with the time of the first
11048         sample, not the last.
11049         
11050         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11051         vorbis_granule_time_copy -- now it takes the granule/subgranule
11052         offset into account.
11053
11054         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11055         timestamps, durations, and granulepos on buffers produced by
11056         vorbisenc.
11057
11058 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11059
11060         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11061         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11062           Patch from Eric Jonas to support conversions to/from UYVY 
11063           (Fixes: #324626)
11064
11065 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11066
11067         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11068         (setup_subtitle), (setup_source), (set_active_source):
11069         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11070         (gen_text_element), (gen_audio_element), (gen_vis_element),
11071         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11072
11073 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11074
11075         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11076         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11077                 use gst_guint64_to_gdouble to be compliant with vs6
11078         * gst/playback/gstdecodebin.c: (try_to_link_1)
11079         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11080                 use G_GINT64_CONSTANT for int64 constants
11081         * win32/common/libgstinterfaces.def:
11082                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11083         * win32/vs6:
11084                 update and add new project files
11085                 
11086 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11087
11088         * Makefile.am:
11089         * win32/MANIFEST:
11090         * win32/common/interfaces-enumtypes.c:
11091         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11092         (gst_mixer_track_flags_get_type),
11093         (gst_tuner_channel_flags_get_type):
11094         * win32/common/interfaces-enumtypes.h:
11095         * win32/common/multichannel-enumtypes.c:
11096         (gst_audio_channel_position_get_type):
11097         * win32/common/multichannel-enumtypes.h:
11098           add a win32-update rule like in core, and copy over enumtypes files
11099
11100 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11101
11102         * win32/MANIFEST:
11103         * win32/common/config.h:
11104         * win32/common/config.h.in:
11105           add config files just like in core
11106
11107 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11108
11109         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11110           Make gcc-4.1 happy (part of #327357).
11111
11112 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11113
11114         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11115         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11116         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11117         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11118         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11119         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11120           Update all error messages.  All of them should either use
11121           the default translated message, or actually provide a
11122           translatable string.
11123           Make the string for channel count problems meaningful.
11124
11125 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11126
11127         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11128           check for and throw RESOURCE_BUSY
11129
11130 2006-01-27  David Schleef  <ds@schleef.org>
11131
11132         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11133           checked in this change -- it requires liboil features not
11134           in 0.3.6.  Revert parts.
11135
11136 2006-01-27  David Schleef  <ds@schleef.org>
11137
11138         * REQUIREMENTS:
11139         * configure.ac: update liboil requirement to 0.3.6
11140         * gst/videoscale/Makefile.am:
11141         * gst/videoscale/vs_scanline.c: liboilify
11142
11143 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11144
11145         * ext/libvisual/visual.c: (get_buffer):
11146           When pad_alloc returns a GstFlowReturn other
11147           than GST_FLOW_OK, make sure it is passed upstream.
11148
11149 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11150
11151         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11152         (gst_alsasink_class_init):
11153           Free the device name string.
11154
11155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11156         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11157         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11158           Don't remove a pad from the collectpads structure until it
11159           is released - it's a request pad, and may receive data again
11160           if the element gets moved back to PLAYING state.
11161
11162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11163           Ensure we turn on double buffering on the Xv port, and
11164           set the colour key to something dark and mysterious that
11165           isn't black.
11166
11167 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11168
11169         * ext/alsa/gstalsaplugin.c: (plugin_init):
11170         * ext/cdparanoia/gstcdparanoiasrc.c:
11171         (gst_cd_paranoia_src_base_init), (plugin_init):
11172         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11174           - a library should not call setlocale. see "Libraries" node in
11175             gettext manual
11176           - make sure all plugins that use translation do bindtextdomain
11177             to point to the localedir
11178         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11179         (setup_sinks), (plugin_init):
11180           all this, and check for NULL when creating sinks
11181
11182 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11183
11184         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11185         (plugin_init): Make typefinding of subtitles work again.
11186
11187 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11188
11189         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11190         (mp3_type_frame_length_from_header), (mp3_type_find),
11191         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11192         (plugin_init):
11193           Backport a bunch of typefinding fixes from the 0.8 branch.
11194           Also, improve wavpack typefinding: if we can't peek the
11195           entire wavpack block, try to parse the bits we can get and
11196           see if we find what we're looking for in those.
11197
11198 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11199
11200         * sys/ximage/ximagesink.c:
11201         (gst_ximagesink_calculate_pixel_aspect_ratio):
11202         * sys/xvimage/xvimagesink.c:
11203         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11204         more cases of pixel aspect ratio.
11205
11206 2006-01-26  Edward Hervey  <edward@fluendo.com>
11207
11208         * gst/playback/gstdecodebin.c: (pad_probe):
11209         Also consider the flush-start and tag events as unblockers
11210         for the pad probes.
11211
11212 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11213
11214         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11215         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11216         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11217         On the fly visualisation switch, works disabling, enabling as
11218         well but it won't be able to enable vis in a playbin that was
11219         created with no visualisation.
11220
11221 2006-01-25  Wim Taymans  <wim@fluendo.com>
11222
11223         * gst-libs/gst/audio/gstbaseaudiosink.c:
11224         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11225         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11226         resume after pause.
11227
11228 2006-01-25  Wim Taymans  <wim@fluendo.com>
11229
11230         * gst-libs/gst/audio/gstbaseaudiosink.c:
11231         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11232         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11233         Improve debugging.
11234         Post error when caps cannot be parsed.
11235         Resync on discontinuity in the stream.
11236         Clip samples to segment boundaries.
11237         return WRONG_STATE sooner when we are flushing.
11238
11239         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11240         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11241         Make audiosrc operate in TIME.
11242         Set TIMESTAMP and DURATION on buffers.
11243
11244 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11245
11246         * tests/examples/seek/seek.c: (main):
11247           Output tag messages as well.
11248
11249 2006-01-23  Edward Hervey  <edward@fluendo.com>
11250
11251         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11252         (free_pad_probes), (remove_fakesink), (pad_probe),
11253         (close_pad_link), (gst_decode_bin_change_state):
11254         Replace GstPadBlockCallback with pad probes that detect
11255         first buffer AND eos before removing fakesink.
11256         Fixes hang with demuxers doing EOS while pre-rolling.
11257         Solves #328279
11258
11259 2006-01-23  Andy Wingo  <wingo@pobox.com>
11260
11261         * ext/alsa/gstalsasink.c:
11262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11263         (gst_base_rtp_depayload_setcaps),
11264         (gst_base_rtp_depayload_add_to_queue),
11265         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11266         
11267         Patch by: Jens Granseuer <jensgr at gmx dot net>
11268
11269 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11270
11271         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11272         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11273         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11274         frames. We might get a frame destroyed after changing state to
11275         NULL, adding a safety check on xcontext.
11276
11277 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11278
11279         * gst-libs/gst/interfaces/xoverlay.c:
11280           Fix prepare-xwindow-id code example in the docs - we need to
11281           ignore all messages that aren't element messages as well.
11282           
11283 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11284
11285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11286           I think one day i'll completely undestand how caps negotiation
11287           is supposed to work. This refactoring handles buffer_alloc
11288           called with caps we can't handle. We definitely don't want a
11289           set_caps with those caps, so we define and allocate a buffer
11290           we would like to receive.
11291
11292 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11293
11294         * gst/playback/gstplaybasebin.c: (setup_source):
11295           Free iterator when done.
11296
11297 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11298
11299         * gst-libs/gst/audio/gstbaseaudiosink.c:
11300         (gst_base_audio_sink_render):
11301           Fix playback of non-synchronised streams by assuming a rate
11302           of 1.0 instead of a random one.
11303
11304           Makes this work again:
11305
11306           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11307           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11308           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11309           audioresample ! alsasink
11310
11311 === release 0.10.2 ===
11312
11313 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11314
11315         * configure.ac:
11316           releasing 0.10.2, "Then the devil is six"
11317
11318 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11319
11320         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11321         * gst/playback/gststreamselector.c:
11322         (gst_stream_selector_set_property):
11323           Comment out broken code that connects to the state-changed signal.
11324           At this point, changing current stream selection is broken, but 
11325           stuff like gst-launch playbin current-audio=1 works and filters
11326           to the chosen stream.
11327
11328 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11329
11330         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11331           Fix #327216 (null dereference in vorbisdec)
11332
11333 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11334
11335         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11336           Post taglist actually on bus instead of just freeing it
11337           (fixes #327114 and totem bug #327080).
11338
11339         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11340           Use gst_element_found_tags_for_pad(), so that the tags
11341           are sent downstream as an event as well.
11342
11343 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11344
11345         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11346         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11347         (gst_ximagesink_buffer_alloc):
11348         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11349         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11350         (gst_xvimagesink_buffer_alloc):
11351           move all regularly occurring messages to GST_LOG level
11352           add some more object logs
11353
11354 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11355
11356         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11357           fix a silly segfault
11358
11359 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11360
11361         * docs/libs/gst-plugins-base-libs-docs.sgml:
11362         * docs/libs/gst-plugins-base-libs-sections.txt:
11363         * gst-libs/gst/audio/mixerutils.c:
11364         * gst-libs/gst/audio/mixerutils.h:
11365           Add docs for mixerutils stuff.
11366
11367 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11368
11369         * gst/playback/gstplaybasebin.c: (setup_source):
11370           Fix playback for sources that emit raw audio or
11371           raw video streams (e.g.: cd audio sources) (#325984).
11372
11373 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11374
11375         * gst-libs/gst/audio/mixerutils.c:
11376         (gst_audio_mixer_filter_do_filter):
11377           actually save the element we create
11378
11379 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11380
11381         * gst-libs/gst/cdda/gstcddabasesrc.c:
11382         (gst_cdda_base_src_handle_track_seek):
11383           No need to post a tag message on the bus when seeking
11384           within the same track, only post it when the current
11385           track changes.
11386
11387 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11388
11389         * gst/playback/gstplaybasebin.c: (group_destroy),
11390         (probe_triggered), (new_decoded_pad), (mute_group_type),
11391         (set_active_source):
11392         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11393         * gst/playback/gststreamselector.c:
11394         (gst_stream_selector_base_init),
11395         (gst_stream_selector_set_property),
11396         (gst_stream_selector_request_new_pad):
11397           Reenable stream selection. These mechanisms need a complete overhaul
11398           in the face of 0.8->0.10 changes though.
11399
11400 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11401
11402         * ext/ogg/gstoggdemux.c:
11403           Change the pad template to src_%d to match the pads that 
11404           are created from it. decodebin needs this information in order
11405           to decide that oggdemux is capable of producing multiple pads
11406           (and hence needs queues inserted).
11407
11408         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11409         (gst_ogg_mux_collected):
11410           Make debug output more useful by using GST_PTR_FORMAT.
11411
11412 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11413
11414         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11415
11416         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11417           Set depth and width for alaw/mulaw (fixes #326601).
11418
11419 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11420
11421         * tests/icles/Makefile.am:
11422           don't build the tests if we don't have the libs
11423
11424 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11427         (gst_cd_paranoia_paranoia_callback):
11428           Don't try to free NULL pointers.
11429
11430 2006-01-10  Edward Hervey  <edward@fluendo.com>
11431
11432         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11433         (gst_audio_rate_change_state), (plugin_init):
11434         Add debugging category.
11435         Fix type issues.
11436         Add case for incoming buffers without valid offset/offset_end.
11437
11438 2006-01-10  Michael Smith  <msmith@fluendo.com>
11439
11440         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11441           Don't leak GCond in audio sources.
11442
11443 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11444
11445         * gst/playback/gstplaybin.c: (gen_audio_element):
11446           Don't leak an autoaudiosink/alsasink when we generate
11447           a new audio element. (old code, I guess)
11448
11449 2006-01-10  Michael Smith  <msmith@fluendo.com>
11450
11451         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11452           Support float audio in audiorate.
11453           Use width rather than depth for selecting sample width.
11454
11455 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11456
11457         * gst/videotestsrc/videotestsrc.h:
11458           Use GLib types here (that way we don't have to include the
11459           generated _stdint.h header, which makes life easier for win32
11460           folks that don't use autotools for the build) (#325990, patch
11461           by: Sergey Scobich).
11462
11463 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11464
11465         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11466         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11467         (gst_ring_buffer_pause), (wait_segment):
11468         * gst-libs/gst/audio/gstringbuffer.h:
11469           Name (private) union, makes Forte compiler happy (this time
11470           for real) (#324900).
11471
11472 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11473
11474         * gst-libs/gst/audio/Makefile.am:
11475           Link against libgstinterfaces, needed for mixer
11476           and property probe stuff.
11477
11478 2006-01-09  Edward Hervey  <edward@fluendo.com>
11479
11480         * gst-libs/gst/Makefile.am:
11481
11482 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11483
11484         * gst-libs/gst/audio/Makefile.am:
11485         * gst-libs/gst/audio/mixerutils.c:
11486         (gst_audio_mixer_filter_do_filter),
11487         (gst_audio_mixer_filter_check_element),
11488         (gst_audio_mixer_filter_probe_feature),
11489         (element_factory_rank_compare_func),
11490         (gst_audio_default_registry_mixer_filter):
11491         * gst-libs/gst/audio/mixerutils.h:
11492           Add gst_audio_default_registry_mixer_filter() utility
11493           function.
11494
11495 2006-01-03  Michael Smith  <msmith@fluendo.com>
11496
11497         * gst/audioresample/resample.h:
11498           As before, but for o_buf
11499
11500 2006-01-03  Michael Smith  <msmith@fluendo.com>
11501
11502         * gst/audioresample/resample.h:
11503           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11504           since we do arithmetic on it.
11505
11506 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11507
11508         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11509         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11510         (gst_ring_buffer_pause), (wait_segment):
11511         * gst-libs/gst/audio/gstringbuffer.h:
11512           Sun's Forte compiler doesn't seem to like anonymous structs,
11513           so use same setup as in GstBaseSrc (fixes #324900).
11514
11515 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11516
11517         * configure.ac:
11518         * gst/volume/Makefile.am:
11519         * gst/volume/demo.c:
11520           move old example to tests/examples/volume/volune.c
11521         * tests/examples/Makefile.am:
11522         * tests/examples/seek/seek.c: (main):
11523           change window-close event from "delete-event" to "destroy"
11524         * tests/examples/volume/Makefile.am:
11525         * tests/examples/volume/volume.c: (value_changed_callback),
11526         (setup_gui), (message_received), (eos_message_received), (main):
11527           fix event handling and bus usage
11528
11529 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
11530
11531         * gst/audiotestsrc/gstaudiotestsrc.c:
11532         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11533         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
11534         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
11535         (gst_audio_test_src_create_square),
11536         (gst_audio_test_src_create_saw),
11537         (gst_audio_test_src_create_triangle),
11538         (gst_audio_test_src_create_silence),
11539         (gst_audio_test_src_create_white_noise),
11540         (gst_audio_test_src_create_pink_noise),
11541         (gst_audio_test_src_init_sine_table),
11542         (gst_audio_test_src_create_sine_table),
11543         (gst_audio_test_src_change_wave),
11544         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
11545         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
11546         * gst/audiotestsrc/gstaudiotestsrc.h:
11547           update to basesrc changes, implement segmented seeking and eos
11548           handling, add a 'sine-tab' waveform for performance critical playback
11549
11550 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11551
11552         * po/POTFILES.in:
11553           ... and this time the other modified file that I missed last time.
11554
11555 2005-12-29  Michael Smith  <msmith@fluendo.com>
11556
11557         * gst/playback/gstdecodebin.c: (new_pad):
11558           Fix non-C89 variable declaration not at the start of a block. Should
11559           help some compilers.
11560
11561 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11562
11563         * tests/check/Makefile.am:
11564           And now fix 'make distcheck' (builddir != srcdir)
11565
11566 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11567
11568         * configure.ac:
11569         * ext/cdparanoia/Makefile.am:
11570         * ext/cdparanoia/gstcdparanoia.c:
11571         * ext/cdparanoia/gstcdparanoia.h:
11572         * ext/cdparanoia/gstcdparanoiasrc.c:
11573         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
11574         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
11575         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
11576         (gst_cd_paranoia_paranoia_callback),
11577         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
11578         (gst_cd_paranoia_src_set_property),
11579         (gst_cd_paranoia_src_get_property), (plugin_init):
11580         * ext/cdparanoia/gstcdparanoiasrc.h:
11581           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
11582           plugin again (there are still fixes required to playbin to make
11583           cdda:// uris work there).
11584
11585 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11586
11587         * tests/check/Makefile.am:
11588           Fix test case compilation.
11589
11590 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11591
11592         * gst-libs/gst/cdda/gstcddabasesrc.c:
11593         (gst_cdda_base_src_update_duration),
11594         (gst_cdda_base_src_calculate_cddb_id):
11595           An integer is not a string. Fix access to uninitialised variable.
11596
11597         * tests/check/Makefile.am:
11598           Add cddabasesrc unit test; also actually enable the vorbis test.
11599
11600         * tests/check/generic/states.c:
11601           Blacklist new cd audio elements as well.
11602
11603         * tests/check/libs/cddabasesrc.c:
11604           Unit test for GstCddaBaseSrc (discid calculation mostly).
11605
11606 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11607
11608         * docs/libs/Makefile.am:
11609         * docs/libs/gst-plugins-base-libs-docs.sgml:
11610         * docs/libs/gst-plugins-base-libs-sections.txt:
11611         * docs/libs/gst-plugins-base-libs.types:
11612           Add docs for libgstcdda/GstCddaBaseSrc.
11613
11614         * gst-libs/gst/interfaces/mixertrack.h:
11615           Do one struct member per line with a semicolon at the end, that way
11616           even gtk-doc might parse it without complaining.
11617
11618 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11619
11620         * configure.ac:
11621         * gst-libs/gst/Makefile.am:
11622         * gst-libs/gst/cdda/Makefile.am:
11623         * gst-libs/gst/cdda/base64.c:
11624         * gst-libs/gst/cdda/base64.h:
11625         * gst-libs/gst/cdda/gstcddabasesrc.c:
11626         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
11627         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
11628         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
11629         (gst_cdda_base_src_get_property),
11630         (gst_cdda_base_src_get_track_from_sector),
11631         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
11632         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
11633         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
11634         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
11635         (gst_cdda_base_src_uri_get_protocols),
11636         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
11637         (gst_cdda_base_src_uri_handler_init),
11638         (gst_cdda_base_src_setup_interfaces),
11639         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
11640         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
11641         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
11642         (gst_cdda_base_src_add_tags),
11643         (gst_cdda_base_src_add_index_associations),
11644         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
11645         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
11646         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
11647         (gst_cdda_base_src_create):
11648         * gst-libs/gst/cdda/gstcddabasesrc.h:
11649         * gst-libs/gst/cdda/sha1.c:
11650         * gst-libs/gst/cdda/sha1.h:
11651           Add new libgstcdda with GstCddaBaseSrc class.
11652
11653 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11654
11655         * ext/gnomevfs/gstgnomevfssink.h:
11656           Use GstBaseSinkClass as parent_class member for class struct, not
11657           GstBaseSink.
11658
11659 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11660
11661         Patch by: Michael Benes
11662
11663         * gst/videotestsrc/gstvideotestsrc.c:
11664         (gst_video_test_src_class_init), (gst_video_test_src_start):
11665           Add start method to reset running time and number of frames sent
11666           when starting up (fixes #324696)
11667
11668 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11669
11670         * docs/plugins/Makefile.am:
11671         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11672         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11673         * docs/plugins/gst-plugins-base-plugins.args:
11674         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11675         * docs/plugins/gst-plugins-base-plugins.signals:
11676           Add docs stuff for gnomevfssrc and gnomevfssink.
11677
11678         * ext/gnomevfs/gstgnomevfssrc.c:
11679           Fix example pipeline in gtk-doc blurb.
11680
11681 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11682
11683         * ext/gnomevfs/Makefile.am:
11684         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
11685         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
11686         (gst_gnome_vfs_handle_get_type), (plugin_init):
11687         * ext/gnomevfs/gstgnomevfs.h:
11688         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
11689         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
11690         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
11691         (gst_gnome_vfs_sink_set_property),
11692         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
11693         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
11694         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
11695         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
11696         (gst_gnome_vfs_sink_uri_get_type),
11697         (gst_gnome_vfs_sink_uri_get_protocols),
11698         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
11699         (gst_gnome_vfs_sink_uri_handler_init):
11700         * ext/gnomevfs/gstgnomevfssink.h:
11701           Port gnomevfssink; add gtk-doc blurb.
11702
11703         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
11704         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
11705         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
11706         (gst_gnome_vfs_src_uri_get_type),
11707         (gst_gnome_vfs_src_uri_get_protocols),
11708         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
11709         (gst_gnome_vfs_src_uri_handler_init),
11710         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
11711         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
11712         (gst_gnome_vfs_src_send_additional_headers_callback),
11713         (gst_gnome_vfs_src_received_headers_callback),
11714         (gst_gnome_vfs_src_push_callbacks),
11715         (gst_gnome_vfs_src_pop_callbacks),
11716         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
11717         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
11718         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
11719         * ext/gnomevfs/gstgnomevfssrc.h:
11720           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
11721           file; add gtk-doc blurb with example pipelines.
11722
11723 === release 0.10.1 ===
11724
11725 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
11726
11727         * configure.ac:
11728           releasing 0.10.1, "Dobro Dedek"
11729
11730 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
11731
11732         * gst/typefind/gsttypefindfunctions.c:
11733         iLBC30 and iLBC20 added to typefind.
11734
11735 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11736
11737         * gst-libs/gst/audio/gstbaseaudiosink.c:
11738         (gst_base_audio_sink_class_init):
11739         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11740         (gst_base_audio_src_class_init):
11741           update strings, values are in microseconds
11742           change the default sink buffer time to something that is smaller
11743           (to help software volume mixing have a slightly lower delay) but
11744           still be acceptable on Wim's laptop
11745
11746 2005-12-20  Edward Hervey  <edward@fluendo.com>
11747
11748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
11749         Made a quack, forgot to add DUCK to the riff video template.
11750
11751 2005-12-19  Edward Hervey  <edward@fluendo.com>
11752
11753         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
11754         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
11755         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11756         (gst_ogm_parse_chain):
11757         Make sure pads are initialized correctly.
11758         * gst-libs/gst/riff/riff-ids.h:
11759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11760         (gst_riff_create_video_template_caps):
11761         Add a whole bunch of FOURCC <=> MimeType.
11762         Extend the riff video pad template to support the newly added fourcc.
11763
11764 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11765
11766         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
11767         (gst_ogg_demux_activate_chain):
11768           Extra debug output when activating/deactivating chains.
11769
11770         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11771         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
11772         (unlinked):
11773           Remove a queue from our list when it becomes unlinked.
11774           Don't add queues to elements in class 'Demux' if they
11775           can only produce one pad 
11776
11777 2005-12-18  Julien MOUTTE  <julien@moutte.net>
11778
11779         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
11780         (gst_video_sink_get_type): Add a debug category.
11781
11782 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11783
11784         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11785         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
11786           Handle downstream newsegment by sending our own newsegment before the
11787           next buffer to be released. (#323900)
11788
11789 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11790
11791         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11792         (gst_base_rtp_depayload_set_gst_timestamp):
11793           add queue delay to new segment as well (as opposed to just the first
11794           buffer). (bug #322347)
11795
11796 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
11797
11798         * ext/libvisual/visual.c: (make_valid_name):
11799           change some char* into char[]
11800         * gst/audiotestsrc/gstaudiotestsrc.c:
11801         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
11802         (gst_audio_test_src_create):
11803         * gst/audiotestsrc/gstaudiotestsrc.h:
11804           prepare to handle EOS and SEGMENT_DONE
11805
11806 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11807
11808         * tests/check/generic/states.c: (GST_START_TEST):
11809           Blacklist cdparanoia element in state test.
11810
11811 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11812
11813           Patch by: Benjamin Pineau
11814
11815         * gst/tcp/gsttcp.c:
11816         * gst/tcp/gsttcpclientsink.c:
11817         * gst/tcp/gsttcpserversink.c:
11818         * gst/tcp/gsttcpserversrc.c:
11819           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
11820
11821 2005-12-15  Michael Smith  <msmith@fluendo.com>
11822
11823         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
11824         (gst_video_rate_chain):
11825           Fix timestamping for videorate when the first buffer it sees has a
11826           non-zero timestamp. Fix some misleading debug output.
11827
11828 2005-12-15  Michael Smith  <msmith@fluendo.com>
11829
11830         * gst/audioresample/gstaudioresample.c:
11831           Don't leak all input buffers to audioresample.
11832
11833 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11834
11835         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
11836           Don't operate on empty text buffers. Strip newlines and
11837           tabs only from the end of the text, but leave them intact
11838           in the middle. Fix typo in gtk-doc description.
11839
11840 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11841
11842         * gst/playback/gstplaybasebin.c:
11843         * gst/playback/gstplaybin.c: (handoff):
11844           Make sure the video frame buffer we return to apps via the
11845           "frame" property always has caps set on it. Modify
11846           _gst_gvalue_set_object() macro to handle NULL objects
11847           gracefully too.
11848
11849 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
11850
11851         * gst/audiotestsrc/gstaudiotestsrc.c:
11852         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
11853         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
11854         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
11855         (gst_audio_test_src_create):
11856         * gst/audiotestsrc/gstaudiotestsrc.h:
11857         Adjust to some recent api changes and add wtays new cool seeking
11858         capabillities
11859
11860 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11861
11862         * ext/alsa/Makefile.am:
11863         * ext/alsa/gstalsadeviceprobe.c:
11864         * ext/alsa/gstalsadeviceprobe.h:
11865           Helper functions to add device probing via the GstPropertyProbe
11866           interface to a class.
11867
11868         * ext/alsa/gstalsamixer.h:
11869           Comment out GST_ALSA_MIXER, it returns a struct that's not
11870           used.
11871
11872         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
11873           Add some debug info. 
11874
11875         * ext/alsa/gstalsamixerelement.c:
11876         (gst_alsa_mixer_element_interface_supported),
11877         (gst_implements_interface_init),
11878         (gst_alsa_mixer_element_init_interfaces),
11879         (gst_alsa_mixer_element_class_init),
11880         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
11881         (gst_alsa_mixer_element_set_property),
11882         (gst_alsa_mixer_element_get_property),
11883         (gst_alsa_mixer_element_change_state):
11884         * ext/alsa/gstalsamixerelement.h:
11885           Add 'device' and 'device-name' properties. Add GstPropertyProbe
11886           for device handling (gnome-volume-control will need that).
11887
11888 2005-12-12  Christian Schaller  <uraeus@gnome.org>
11889
11890         * ext/Makefile.am: fix cdparanoia entry
11891         * gst-plugins-base.spec.in: add cdparanoia
11892
11893 2005-12-12  Michael Smith  <msmith@fluendo.com>
11894
11895         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11896           Use the correct function to free list of typefind factories.
11897
11898 2005-12-12  Wim Taymans  <wim@fluendo.com>
11899
11900         * gst/videotestsrc/gstvideotestsrc.c:
11901         (gst_video_test_src_class_init), (gst_video_test_src_init),
11902         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
11903         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
11904         (gst_video_test_src_create):
11905         * gst/videotestsrc/gstvideotestsrc.h:
11906         Implement seeking in videotestsrc.
11907         Small cleanups.
11908
11909 2005-12-12  Wim Taymans  <wim@fluendo.com>
11910
11911         * ext/cdparanoia/Makefile.am:
11912         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
11913         (gst_paranoia_endian_get_type), (_do_init),
11914         (cdparanoia_class_init), (cdparanoia_init),
11915         (cdparanoia_set_property), (cdparanoia_get_property),
11916         (cdparanoia_do_seek), (cdparanoia_is_seekable),
11917         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
11918         (cdparanoia_convert), (cdparanoia_get_query_types),
11919         (cdparanoia_query), (cdparanoia_set_index),
11920         (cdparanoia_uri_set_uri):
11921         * ext/cdparanoia/gstcdparanoia.h:
11922         Partially ported cdparanoia now that basesrc can support a
11923         plugin like this..
11924
11925 2005-12-12  Wim Taymans  <wim@fluendo.com>
11926
11927         * tests/examples/seek/scrubby.c: (main):
11928         Set higher priority for bus events so they don't get reordered with
11929         gtk gui events.
11930
11931         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11932         (flush_toggle_cb), (main):
11933         Added checkbox to disable flushing seeks. 
11934         Disable scrubbing when doing non flushing seeks.
11935
11936 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11937
11938         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
11939         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
11940         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
11941         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
11942           Implement some sort of event handling that doesn't rely on
11943           g_return_if_fail; make sure we always push the last chunk of an 
11944           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
11945           state change function; remove some old cruft. Seeking is still
11946           rather unlikely to work though.
11947
11948         * tools/.cvsignore:
11949           Ignore more.
11950
11951 2005-12-11  Julien MOUTTE  <julien@moutte.net>
11952
11953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
11954         Fixed a leak of the current image reference when cleaning up.
11955         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
11956
11957 2005-12-09  Michael Smith  <msmith@fluendo.com>
11958
11959         * tools/Makefile.am:
11960         * tools/gst-launch-ext-m.m:
11961           Remove gst-launch-ext. It doesn't work, and is no longer
11962           particularly useful.
11963
11964 2005-12-08  Luca Ognibene  <luogni@tin.it>
11965
11966         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11967           don't pass random values to ogmparse convert function.
11968           Make seeking possible in the exile1.ogm file.
11969
11970 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
11971
11972         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
11973         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11974           Work around refcount problem with g_value_set_object() that occur
11975           if the core has been compiled against GLib-2.6 (g_value_set_object()
11976           will only g_object_ref() the element, but the caller will
11977           gst_object_unref() it and bad things will happen due to the way
11978           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
11979           totem for people on FC4 using Thomas's 0.10 RPMs.
11980           
11981 2005-12-07  Edward Hervey  <edward@fluendo.com>
11982
11983         Time to welcome ogm to 0.10 :)
11984         
11985         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
11986         (gst_ogg_pad_typefind):
11987         Oggdemux can now properly typefind elements with dynamic pads.
11988         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11989         Properly set caps on src pad, and set caps on outgoing buffers.
11990
11991 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11992
11993         * ext/alsa/gstalsamixer.h:
11994         * ext/alsa/gstalsamixerelement.h:
11995         * ext/alsa/gstalsamixeroptions.h:
11996         * ext/alsa/gstalsamixertrack.h:
11997         * ext/alsa/gstalsasink.c:
11998         * ext/alsa/gstalsasink.h:
11999         * ext/alsa/gstalsasrc.c:
12000         * ext/alsa/gstalsasrc.h:
12001         * ext/cdparanoia/gstcdparanoia.h:
12002         * ext/gnomevfs/gstgnomevfsuri.h:
12003         * ext/ogg/gstoggdemux.c:
12004         * ext/ogg/gstoggmux.c:
12005         * ext/pango/gsttextoverlay.h:
12006         * ext/theora/theoradec.c:
12007         * ext/theora/theoraenc.c:
12008         * ext/vorbis/vorbisdec.h:
12009         * ext/vorbis/vorbisenc.c:
12010         * ext/vorbis/vorbisenc.h:
12011         * ext/vorbis/vorbisparse.h:
12012         * gst-libs/gst/audio/gstaudioclock.h:
12013         * gst-libs/gst/audio/gstaudiosink.c:
12014         * gst-libs/gst/audio/gstaudiosink.h:
12015         * gst-libs/gst/audio/gstaudiosrc.c:
12016         * gst-libs/gst/audio/gstaudiosrc.h:
12017         * gst-libs/gst/audio/gstbaseaudiosink.c:
12018         * gst-libs/gst/audio/gstbaseaudiosink.h:
12019         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12020         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12021         * gst-libs/gst/audio/gstringbuffer.h:
12022         * gst-libs/gst/audio/multichannel.h:
12023         * gst-libs/gst/floatcast/floatcast.h:
12024         * gst-libs/gst/interfaces/colorbalance.c:
12025         * gst-libs/gst/interfaces/colorbalance.h:
12026         * gst-libs/gst/interfaces/colorbalancechannel.h:
12027         * gst-libs/gst/interfaces/mixer.h:
12028         * gst-libs/gst/interfaces/mixeroptions.h:
12029         * gst-libs/gst/interfaces/mixertrack.h:
12030         * gst-libs/gst/interfaces/navigation.h:
12031         * gst-libs/gst/interfaces/propertyprobe.h:
12032         * gst-libs/gst/interfaces/tuner.h:
12033         * gst-libs/gst/interfaces/tunerchannel.h:
12034         * gst-libs/gst/interfaces/tunernorm.h:
12035         * gst-libs/gst/interfaces/xoverlay.h:
12036         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12037         * gst-libs/gst/riff/riff-ids.h:
12038         * gst-libs/gst/riff/riff-media.h:
12039         * gst-libs/gst/riff/riff-read.h:
12040         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12041         * gst-libs/gst/rtp/gstbasertppayload.c:
12042         * gst-libs/gst/rtp/gstbasertppayload.h:
12043         * gst-libs/gst/rtp/gstrtpbuffer.c:
12044         * gst-libs/gst/rtp/gstrtpbuffer.h:
12045         * gst-libs/gst/tag/gsttageditingprivate.h:
12046         * gst-libs/gst/tag/gstvorbistag.c:
12047         (gst_tag_list_from_vorbiscomment_buffer):
12048         * gst-libs/gst/tag/tag.h:
12049         * gst-libs/gst/video/video.h:
12050         * gst/adder/gstadder.c:
12051         * gst/adder/gstadder.h:
12052         * gst/audioconvert/audioconvert.c:
12053         * gst/audioconvert/audioconvert.h:
12054         * gst/audioconvert/gstaudioconvert.c:
12055         * gst/audioconvert/gstchannelmix.c:
12056         * gst/audioconvert/gstchannelmix.h:
12057         * gst/audiorate/gstaudiorate.c:
12058         * gst/audioresample/buffer.h:
12059         * gst/audioresample/functable.h:
12060         * gst/audioresample/gstaudioresample.c:
12061         * gst/audioresample/resample.h:
12062         * gst/ffmpegcolorspace/avcodec.h:
12063         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12064         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12065         * gst/ffmpegcolorspace/imgconvert.c:
12066         * gst/ffmpegcolorspace/imgconvert_template.h:
12067         * gst/playback/gstdecodebin.c:
12068         * gst/playback/gstplaybasebin.h:
12069         * gst/playback/gstplaybin.c:
12070         * gst/playback/gststreaminfo.h:
12071         * gst/tcp/gstfdset.c:
12072         * gst/tcp/gstfdset.h:
12073         * gst/tcp/gstmultifdsink.c:
12074         * gst/tcp/gstmultifdsink.h:
12075         * gst/tcp/gsttcp.h:
12076         * gst/tcp/gsttcpclientsrc.c:
12077         * gst/tcp/gsttcpclientsrc.h:
12078         * gst/tcp/gsttcpplugin.h:
12079         * gst/tcp/gsttcpserversink.c:
12080         * gst/tcp/gsttcpserversrc.c:
12081         * gst/typefind/gsttypefindfunctions.c:
12082         * gst/videorate/gstvideorate.c:
12083         * gst/videotestsrc/gstvideotestsrc.h:
12084         * gst/videotestsrc/videotestsrc.h:
12085         * sys/v4l/gstv4lcolorbalance.h:
12086         * sys/v4l/gstv4ltuner.h:
12087         * sys/v4l/gstv4lxoverlay.h:
12088         * sys/v4l/v4l_calls.h:
12089         * sys/v4l/videodev_mjpeg.h:
12090         * tests/check/elements/audioconvert.c:
12091         * tests/check/elements/audioresample.c:
12092         * tests/check/elements/audiotestsrc.c:
12093         * tests/check/elements/videotestsrc.c:
12094         * tests/check/elements/volume.c:
12095         * tests/examples/seek/scrubby.c:
12096         * tests/examples/seek/seek.c:
12097           expand tabs
12098
12099 === release 0.10.0 ===
12100
12101 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12102
12103         * configure.ac:
12104           releasing 0.10.0, "Mont-d'or"
12105
12106 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12107
12108         * tests/examples/seek/Makefile.am:
12109         Build fix for when gtk is not available.
12110
12111 2005-12-05  Andy Wingo  <wingo@pobox.com>
12112
12113         * ext/libvisual/visual.c: (get_buffer):
12114         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12115         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12116         * ext/theora/theoradec.c: (theora_handle_data_packet):
12117         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12118         (theora_enc_chain):
12119         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12120         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12121         Update for alloc_buffer changes.
12122
12123 2005-12-05  Andy Wingo  <wingo@pobox.com>
12124
12125         patch by: Kai Vehmanen <kv2004 eca cx>
12126         
12127         * gst-libs/gst/rtp/gstbasertpdepayload.c
12128         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12129
12130 2005-12-04  Andy Wingo  <wingo@pobox.com>
12131
12132         patch by: Sebastien Cote <sebas642 yahoo ca>
12133         
12134         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12135         Fixes #319172.
12136
12137 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12138
12139         * docs/plugins/Makefile.am:
12140         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12141         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12142         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12143         * ext/pango/gstclockoverlay.c:
12144         * ext/pango/gsttextoverlay.c: 
12145         * ext/pango/gsttextrender.c:
12146         * ext/pango/gsttimeoverlay.c:
12147           Add gtk-doc blurbs to pango elements.
12148
12149 2005-12-02  Wim Taymans  <wim@fluendo.com>
12150
12151         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12152         * gst/audioresample/buffer.h:
12153         * gst/audioresample/gstaudioresample.c:
12154         * gst/audioresample/gstaudioresample.h:
12155         * gst/audioresample/resample.c: (resample_input_flush),
12156         (resample_input_pushthrough), (resample_input_eos),
12157         (resample_get_output_size_for_input),
12158         (resample_get_input_size_for_output), (resample_get_output_size),
12159         (resample_get_output_data):
12160         * gst/audioresample/resample.h:
12161         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12162         Fix audioresample, seek torture, new segments, reverse negotiation
12163         etc.. work fine.
12164
12165 2005-12-02  Wim Taymans  <wim@fluendo.com>
12166
12167         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12168         Small cleanups.
12169
12170 2005-12-02  Wim Taymans  <wim@fluendo.com>
12171
12172         * gst/audioconvert/gstaudioconvert.c:
12173         (gst_audio_convert_transform):
12174         Post errors.
12175
12176 === release 0.9.7 ===
12177
12178 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12179
12180         * configure.ac:
12181           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12182
12183 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12184
12185         * Makefile.am:
12186         * po/hu.po:
12187         * win32/MANIFEST:
12188         * win32/gst.sln:
12189           add win32 MANIFEST file
12190           do something to the hungarian translation
12191
12192 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12193
12194         * ext/Makefile.am:
12195           Add $(PANGO_DIR) to SUBDIRS
12196
12197         * ext/pango/gstclockoverlay.c:
12198         * ext/pango/gsttimeoverlay.c:
12199           Fix and improve element descriptions.
12200
12201 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12202
12203         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12204         * docs/plugins/inspect/plugin-libvisual.xml:
12205         * docs/plugins/inspect/plugin-pango.xml:
12206           add pango plugin to docs
12207
12208 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12209
12210         * configure.ac:
12211         * ext/Makefile.am:
12212           moved pango to base
12213
12214 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12215
12216         * configure.ac:
12217         * tests/Makefile.am:
12218         * tests/icles/.cvsignore:
12219         * tests/icles/Makefile.am:
12220         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12221         (close_display), (resize_window), (move_window), (create_window),
12222         (terminate_playback), (pause_playback), (start_playback), (main):
12223           add stress test for xoverlay from Julien
12224
12225 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12226
12227         * docs/libs/tmpl/gstcolorbalance.sgml:
12228         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12229         * gst-libs/gst/rtp/gstbasertppayload.c:
12230         * gst-libs/gst/rtp/gstrtpbuffer.c:
12231         * gst-libs/gst/rtp/gstrtpbuffer.h:
12232           Do burger's rename for rtp payloaders and depayloaders
12233
12234 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12235
12236         * win32/:
12237           add Visual Studio 6 build files
12238
12239 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12240
12241         * docs/libs/gst-plugins-base-libs-docs.sgml:
12242         * docs/libs/gst-plugins-base-libs-sections.txt:
12243         * docs/libs/tmpl/gstaudio.sgml:
12244         * docs/libs/tmpl/gstringbuffer.sgml:
12245         * gst-libs/gst/interfaces/xoverlay.c:
12246         * gst-libs/gst/video/gstvideofilter.c:
12247         * gst-libs/gst/video/gstvideosink.c:
12248           update documentation
12249
12250 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12251
12252         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12253         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12254         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12255         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12256         (gst_multi_fd_sink_get_stats),
12257         (gst_multi_fd_sink_remove_client_link),
12258         (gst_multi_fd_sink_handle_client_read),
12259         (gst_multi_fd_sink_client_queue_data),
12260         (gst_multi_fd_sink_client_queue_caps),
12261         (gst_multi_fd_sink_client_queue_buffer),
12262         (gst_multi_fd_sink_new_client),
12263         (gst_multi_fd_sink_handle_client_write),
12264         (gst_multi_fd_sink_recover_client),
12265         (gst_multi_fd_sink_queue_buffer),
12266         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12267         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12268         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12269         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12270         * gst/tcp/gstmultifdsink.h:
12271         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12272         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12273         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12274         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12275         (gst_tcp_client_sink_set_property),
12276         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12277         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12278         * gst/tcp/gsttcpclientsink.h:
12279         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12280         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12281         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12282         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12283         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12284         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12285         * gst/tcp/gsttcpclientsrc.h:
12286         * gst/tcp/gsttcpplugin.c: (plugin_init):
12287         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12288         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12289         (gst_tcp_server_sink_finalize),
12290         (gst_tcp_server_sink_handle_server_read),
12291         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12292         (gst_tcp_server_sink_set_property),
12293         (gst_tcp_server_sink_get_property),
12294         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12295         * gst/tcp/gsttcpserversink.h:
12296         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12297         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12298         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12299         (gst_tcp_server_src_set_property),
12300         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12301         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12302         * gst/tcp/gsttcpserversrc.h:
12303           more borgifying
12304
12305 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12306
12307         * docs/plugins/Makefile.am:
12308         * docs/plugins/gst-plugins-base-plugins.args:
12309         * docs/plugins/inspect/plugin-libvisual.xml:
12310         * gst/audioconvert/plugin.h:
12311         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12312         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12313         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12314         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12315         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12316         (plugin_init):
12317         * gst/audiotestsrc/gstaudiotestsrc.c:
12318         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12319         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12320         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12321         (gst_audio_test_src_get_query_types),
12322         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12323         (gst_audio_test_src_create_square),
12324         (gst_audio_test_src_create_saw),
12325         (gst_audio_test_src_create_triangle),
12326         (gst_audio_test_src_create_silence),
12327         (gst_audio_test_src_create_white_noise),
12328         (gst_audio_test_src_init_pink_noise),
12329         (gst_audio_test_src_generate_pink_noise_value),
12330         (gst_audio_test_src_create_pink_noise),
12331         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12332         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12333         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12334         (plugin_init):
12335         * gst/audiotestsrc/gstaudiotestsrc.h:
12336         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12337         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12338         (gst_sub_parse_init), (gst_sub_parse_formats),
12339         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12340         (convert_encoding), (get_next_line),
12341         (gst_sub_parse_data_format_autodetect),
12342         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12343         (gst_sub_parse_loop), (gst_sub_parse_chain),
12344         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12345         (plugin_init):
12346         * gst/subparse/gstsubparse.h:
12347         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12348         (gst_video_rate_base_init), (gst_video_rate_class_init),
12349         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12350         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12351         (gst_video_rate_init), (gst_video_rate_event),
12352         (gst_video_rate_chain), (gst_video_rate_set_property),
12353         (gst_video_rate_get_property), (gst_video_rate_change_state),
12354         (plugin_init):
12355         * gst/videoscale/gstvideoscale.c:
12356         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12357         (gst_video_scale_src_template_factory),
12358         (gst_video_scale_sink_template_factory),
12359         (gst_video_scale_get_type), (gst_video_scale_base_init),
12360         (gst_video_scale_class_init), (gst_video_scale_init),
12361         (gst_video_scale_set_property), (gst_video_scale_get_property),
12362         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12363         (gst_video_scale_prepare_size), (parse_caps),
12364         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12365         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12366         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12367         (plugin_init):
12368         * gst/videoscale/gstvideoscale.h:
12369         * gst/videotestsrc/gstvideotestsrc.c:
12370         (gst_video_test_src_pattern_get_type),
12371         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12372         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12373         (gst_video_test_src_set_pattern),
12374         (gst_video_test_src_set_property),
12375         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12376         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12377         (gst_video_test_src_event), (gst_video_test_src_get_times),
12378         (gst_video_test_src_create), (plugin_init):
12379         * gst/videotestsrc/gstvideotestsrc.h:
12380         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12381         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12382         (gst_video_test_src_black):
12383         * gst/videotestsrc/videotestsrc.h:
12384           borgify further
12385           clean up docs a little
12386
12387 2005-11-30  Wim Taymans  <wim@fluendo.com>
12388
12389         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12390         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12391         (gst_basertppayload_event), (gst_basertppayload_push),
12392         (gst_basertppayload_change_state):
12393         * gst-libs/gst/rtp/gstbasertppayload.h:
12394         closed #320644.
12395
12396 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12397
12398         * docs/libs/gst-plugins-base-libs-docs.sgml:
12399         * docs/libs/gst-plugins-base-libs-sections.txt:
12400         * gst-libs/gst/video/gstvideofilter.c:
12401         * gst-libs/gst/video/gstvideosink.c:
12402         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12403
12404 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12405
12406         * LICENSE:
12407           move
12408         * po/af.po:
12409         * po/az.po:
12410         * po/cs.po:
12411         * po/en_GB.po:
12412         * po/hu.po:
12413         * po/it.po:
12414         * po/nb.po:
12415         * po/nl.po:
12416         * po/or.po:
12417         * po/sq.po:
12418         * po/sr.po:
12419         * po/sv.po:
12420         * po/uk.po:
12421         * po/vi.po:
12422         * Makefile.am:
12423           update
12424         * scripts/autoplugins.sh:
12425           remove
12426
12427 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12428
12429         * Makefile.am:
12430         * configure.ac:
12431         * examples/Makefile.am:
12432         * examples/capsfilter/Makefile.am:
12433         * examples/capsfilter/capsfilter1.c:
12434         * examples/gob/Makefile.am:
12435         * examples/gob/gst-identity2.gob:
12436         * examples/indexing/.cvsignore:
12437         * examples/indexing/Makefile.am:
12438         * examples/indexing/indexmpeg.c:
12439         * examples/seeking/.cvsignore:
12440         * examples/seeking/Makefile.am:
12441         * examples/seeking/cdparanoia.c:
12442         * examples/seeking/cdplayer.c:
12443         * examples/seeking/chained.c:
12444         * examples/seeking/scrubby.c:
12445         * examples/seeking/seek.c:
12446         * examples/stats/Makefile.am:
12447         * examples/stats/mp2ogg.c:
12448         * examples/switch/.cvsignore:
12449         * examples/switch/Makefile.am:
12450         * examples/switch/switcher.c:
12451         * tests/Makefile.am:
12452         * tests/check/generic/.cvsignore:
12453         * tests/check/pipelines/.cvsignore:
12454         * tests/examples/Makefile.am:
12455         * tests/examples/seek/Makefile.am:
12456           reorganize stuff under tests/
12457
12458 2005-11-30  Edward Hervey  <edward@fluendo.com>
12459
12460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12461         Go away you stupid GstStaticPadTemplate memleak.
12462
12463 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12464
12465         * gst-libs/gst/net/Makefile.am:
12466         * gst-libs/gst/net/README:
12467         * gst-libs/gst/net/gstnetbuffer.c:
12468         * gst-libs/gst/net/gstnetbuffer.h:
12469           this was moved to "netbuffer"
12470
12471 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12472
12473         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12474         (gst_video_filter_class_init), (gst_video_filter_init):
12475         * gst-libs/gst/video/gstvideofilter.h:
12476           borgify name to bring in line with other classes
12477
12478 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12479
12480         * gst/audioscale/.cvsignore:
12481         * gst/audioscale/Makefile.am:
12482         * gst/audioscale/README:
12483         * gst/audioscale/audioscale.vcproj:
12484         * gst/audioscale/dtof.c:
12485         * gst/audioscale/dtos.c:
12486         * gst/audioscale/functable.c:
12487         * gst/audioscale/gstaudioscale.c:
12488         * gst/audioscale/gstaudioscale.h:
12489         * gst/audioscale/private.h:
12490         * gst/audioscale/resample.c:
12491         * gst/audioscale/resample.h:
12492         * gst/audioscale/test.c:
12493           remove
12494
12495 2005-11-30  Edward Hervey  <edward@fluendo.com>
12496
12497         * gst-libs/gst/netbuffer/Makefile.am:
12498         really, really tired
12499
12500 2005-11-30  Edward Hervey  <edward@fluendo.com>
12501
12502         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12503         Update for new GstTypeFindFactory _register()
12504
12505 2005-11-30  Edward Hervey  <edward@fluendo.com>
12506
12507         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12508         Let's not override libgstnet from core for no reason...
12509         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12510         Ok, maybe not so quick next time.
12511
12512 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12513
12514         * configure.ac:
12515         * gst-libs/gst/Makefile.am:
12516           moved gst-libs/gst/net to netbuffer through CVS surgery
12517           remove old directory
12518           updating build to accomodate
12519           (#322257)
12520
12521 2005-11-29  Andy Wingo  <wingo@pobox.com>
12522
12523         * pkgconfig/gstreamer-plugins-base.pc.in:
12524         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12525         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12526         (#322257).
12527
12528 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12529
12530         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12531         3rd time's the charm. Correct ref-counting for discarded buffers.
12532
12533 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12534
12535         * gst/playback/gststreamselector.c:
12536         (gst_stream_selector_class_init),
12537         (gst_stream_selector_set_property),
12538         (gst_stream_selector_get_property),
12539         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12540         Fix ref-counting
12541
12542 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12543
12544         * gst/subparse/gstsubparse.c: (feed_textbuf):
12545           Don't access already unref'ed buffer.
12546
12547 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12548
12549         * gst/playback/gststreamselector.c:
12550         (gst_stream_selector_class_init), (gst_stream_selector_init),
12551         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
12552         (gst_stream_selector_get_property),
12553         (gst_stream_selector_get_linked_pad),
12554         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12555         * gst/playback/gststreamselector.h:
12556         Add the active-pad property for playbin to use shortly. Ignore buffers
12557         from any other pad, returning GST_FLOW_NOT_LINKED
12558
12559 2005-11-29  Julien MOUTTE  <julien@moutte.net>
12560
12561         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
12562         patch from bug #322704 (Alessandro Decina).
12563
12564 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12565
12566         * gst-libs/gst/audio/Makefile.am:
12567           folded audiofilter into the audio library
12568
12569 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12570
12571         * gst/videoscale/gstvideoscale.h:
12572         * gst/videoscale/gstvideoscale.c:
12573           remove unimplemented scale methods
12574
12575 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
12576
12577         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
12578           Don't leak caps.
12579
12580 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12581
12582         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12583         (gst_ximagesink_setcaps):
12584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12585         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
12586         happens (only visible on ximagesink but bug is in xv too) set_caps was
12587         destroying the internal x[v]image used to memcpy non locally alloced
12588         buffers so that it got renewed on next _chain. The issue is that 
12589         _expose will try to put that image as it reffed it in _put.
12590         Using gst_buffer_unref instead of destroy fixes it !
12591
12592 2005-11-28  Edward Hervey  <edward@fluendo.com>
12593
12594         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12595         (try_to_link_1), (queue_filled_cb):
12596         Better use of the queues. Start with a small size queue and only increase
12597         the size of the queues when the other queues are empty.
12598
12599 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12600
12601         * gst-libs/gst/video/Makefile.am:
12602           compile in copied-over videofilter into the video library
12603         * gst-libs/gst/video/videosink.h:
12604           rename the header to gstvideosink.h since it's a base GstObject class
12605         * sys/ximage/ximagesink.h:
12606         * sys/xvimage/xvimagesink.h:
12607           use the new header
12608
12609 2005-11-28  Wim Taymans  <wim@fluendo.com>
12610
12611         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
12612         * gst/playback/gstplaybasebin.h:
12613         Prepare to handle errors betters.
12614
12615         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12616         Set sinks to PAUSED first before adding and linking them so that
12617         we don't interrupt dataflow.
12618
12619 2005-11-28  Wim Taymans  <wim@fluendo.com>
12620
12621         * gst-libs/gst/audio/TODO:
12622         Updated TODO
12623
12624         * gst-libs/gst/audio/gstaudiosink.c:
12625         (gst_audioringbuffer_open_device),
12626         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
12627         (gst_audioringbuffer_release):
12628         Small cleanups.
12629
12630         * gst-libs/gst/audio/gstbaseaudiosink.c:
12631         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
12632         (gst_base_audio_sink_change_state):
12633         Slave to the master clock when going to PLAYING and unslave when
12634         going to PAUSED.
12635
12636         * gst-libs/gst/audio/gstringbuffer.c:
12637         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12638         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12639         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
12640         (gst_ring_buffer_clear_all), (wait_segment),
12641         (gst_ring_buffer_commit), (gst_ring_buffer_read),
12642         (gst_ring_buffer_advance):
12643         * gst-libs/gst/audio/gstringbuffer.h:
12644         Add some docs and cleanups.
12645
12646 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12647
12648         * sys/xvimage/xvimagesink.c:
12649         (gst_xvimagesink_navigation_send_event): Fix navigation events
12650         coordinates translation with pixel aspect ratios.
12651
12652 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12653
12654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12655         Use calculated video geometry from _setcaps instead of buffer
12656         caps to respect pixel aspect ratio. (fixes #322388)
12657
12658 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12659
12660         * docs/libs/tmpl/gstcolorbalance.sgml:
12661         * docs/libs/tmpl/gstmixer.sgml:
12662         * docs/libs/tmpl/gstxoverlay.sgml:
12663         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
12664         interface.
12665
12666 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12667
12668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12669         Refuse to create an XvImage if we can't find the format.
12670
12671 2005-11-28  Edward Hervey  <edward@fluendo.com>
12672
12673         * gst-libs/gst/riff/riff-media.c:
12674         (gst_riff_create_audio_template_caps):
12675         Add ATRAC3 to the list of riff-possible audio caps.
12676         I know we still don't have a plugin for atrac3, but it's saner to output
12677         that than a cryptic mimetype.
12678
12679 2005-11-27  Edward Hervey  <edward@fluendo.com>
12680
12681         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
12682         Don't try to create a zero-sized subbuffer.
12683
12684 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12685
12686         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
12687         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
12688         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
12689         (gst_ximagesink_expose): Fixed a tricky race.
12690         * sys/ximage/ximagesink.h:
12691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12692         (gst_xvimagesink_expose): Fixed a tricky race.
12693         * sys/xvimage/xvimagesink.h:
12694
12695 2005-11-27  Edward Hervey  <edward@fluendo.com>
12696
12697         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12698         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
12699         Remove unused properties, and add queues between demuxers and decoders
12700         so that a lot more files can preroll properly.
12701
12702 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12703
12704         * gst-libs/gst/net/Makefile.am:
12705         * gst-libs/gst/rtp/Makefile.am:
12706         * gst-libs/gst/tag/Makefile.am:
12707           remove silly include
12708         * gst/tags/Makefile.am:
12709         * gst/tags/gsttagediting.c:
12710         * gst/tags/gsttageditingprivate.h:
12711         * gst/tags/tagedit.vcproj:
12712           remove directory, is as good as empty
12713
12714 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12715
12716         * configure.ac:
12717           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
12718         * gst-libs/Makefile.am:
12719         * gst-libs/gst/audio/Makefile.am:
12720         * gst-libs/gst/interfaces/Makefile.am:
12721         * gst-libs/gst/net/Makefile.am:
12722         * gst-libs/gst/riff/Makefile.am:
12723         * gst-libs/gst/rtp/Makefile.am:
12724         * gst-libs/gst/tag/Makefile.am:
12725         * gst-libs/gst/video/Makefile.am:
12726           and use them
12727
12728 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12729
12730         * docs/libs/tmpl/gstcolorbalance.sgml:
12731         * docs/libs/tmpl/gstmixer.sgml:
12732         * docs/libs/tmpl/gstxoverlay.sgml:
12733         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
12734         * sys/ximage/ximagesink.h:
12735         * sys/xvimage/xvimagesink.h: More and more documentation.
12736
12737 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12738
12739         * docs/libs/gst-plugins-base-libs-docs.sgml:
12740         * docs/libs/gst-plugins-base-libs-sections.txt:
12741         * docs/libs/tmpl/gstcolorbalance.sgml:
12742         * docs/libs/tmpl/gstmixer.sgml:
12743         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
12744         to documentation.
12745
12746 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12747
12748         * docs/plugins/Makefile.am:
12749         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12750         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12751         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
12752
12753 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12754
12755         * docs/plugins/Makefile.am:
12756         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12757         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12758         * docs/plugins/inspect/plugin-adder.xml:
12759         * docs/plugins/inspect/plugin-alsa.xml:
12760         * docs/plugins/inspect/plugin-audioconvert.xml:
12761         * docs/plugins/inspect/plugin-audiorate.xml:
12762         * docs/plugins/inspect/plugin-audioresample.xml:
12763         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12764         * docs/plugins/inspect/plugin-decodebin.xml:
12765         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12766         * docs/plugins/inspect/plugin-gnomevfs.xml:
12767         * docs/plugins/inspect/plugin-ogg.xml:
12768         * docs/plugins/inspect/plugin-playbin.xml:
12769         * docs/plugins/inspect/plugin-subparse.xml:
12770         * docs/plugins/inspect/plugin-tcp.xml:
12771         * docs/plugins/inspect/plugin-theora.xml:
12772         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12773         * docs/plugins/inspect/plugin-video4linux.xml:
12774         * docs/plugins/inspect/plugin-videorate.xml:
12775         * docs/plugins/inspect/plugin-videoscale.xml:
12776         * docs/plugins/inspect/plugin-videotestsrc.xml:
12777         * docs/plugins/inspect/plugin-volume.xml:
12778         * docs/plugins/inspect/plugin-vorbis.xml:
12779         * docs/plugins/inspect/plugin-ximagesink.xml:
12780         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
12781         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
12782
12783 2005-11-26  Edward Hervey  <edward@fluendo.com>
12784
12785         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
12786         Properly return GstFlowReturn from gst_pad_push in chain functions.
12787
12788 2005-11-25  Michael Smith  <msmith@fluendo.com>
12789
12790         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
12791         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
12792         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
12793         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
12794           Handle various conditions better when we don't understand a stream.
12795           Removes a heap of CRITICALs on ogg streams containing unknown data.
12796
12797 2005-11-24  Andy Wingo  <wingo@pobox.com>
12798
12799         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
12800         Be threadsafe.
12801
12802 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12803
12804         * configure.ac: back to HEAD
12805
12806 === release 0.9.6 ===
12807
12808 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
12809
12810         * configure.ac:
12811           releasing 0.9.6, "White Eight"
12812
12813 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12814
12815         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12816         * docs/plugins/inspect/plugin-sine.xml:
12817           remove sinesrc some more
12818
12819 2005-11-23  Wim Taymans  <wim@fluendo.com>
12820
12821         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12822         If we are reading too slowly, jump forward in the ringbuffer
12823         instead of blocking.
12824
12825 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12826
12827         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12828         (gst_visual_chain):
12829         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
12830         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
12831         (gst_videorate_chain):
12832         * gst/videotestsrc/gstvideotestsrc.c:
12833         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
12834         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
12835         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
12836         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
12837         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12838         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12839           Updates for API changes
12840
12841 2005-11-23  Wim Taymans  <wim@fluendo.com>
12842
12843         * gst-libs/gst/audio/gstbaseaudiosink.c:
12844         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12845         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12846         Fix for calibration API change.
12847
12848 2005-11-23  Michael Smith <msmith@fluendo.com>
12849
12850         * gst-libs/gst/audio/multichannel.c:
12851         (gst_audio_get_channel_positions),
12852         (gst_audio_set_channel_positions),
12853         (gst_audio_set_structure_channel_positions_list),
12854         (gst_audio_fixate_channel_positions):
12855           Use gst_value_array_*() functions on value arrays, not
12856           gst_value_list_*().
12857
12858 2005-11-23  Edward Hervey  <edward@fluendo.com>
12859
12860         * autogen.sh:
12861         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
12862         Fixes autogen
12863
12864 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12865
12866         * check/Makefile.am:
12867         * check/elements/videotestsrc.c: (setup_videotestsrc),
12868         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
12869         (main):
12870           add a test for videotestsrc
12871
12872 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12873
12874         * gst/sine/.cvsignore:
12875         * gst/sine/Makefile.am:
12876         * gst/sine/gstsinesrc.c:
12877         * gst/sine/gstsinesrc.h:
12878         * gst/sine/sinesrc.vcproj:
12879           and remove sinesrc from the repository.  Closes #321446
12880
12881 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12882
12883         * configure.ac:
12884         * gst-plugins-base.spec.in:
12885           remove sinesrc from the build
12886
12887 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12888
12889         * check/Makefile.am:
12890         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
12891         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
12892         (main):
12893           add a test for audiotestsrc, testing all waves.  Even seems
12894           leak-free at first glance, nice job Stefan
12895
12896 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12897
12898         * po/af.po:
12899         * po/az.po:
12900         * po/cs.po:
12901         * po/en_GB.po:
12902         * po/hu.po:
12903         * po/it.po:
12904         * po/nb.po:
12905         * po/nl.po:
12906         * po/or.po:
12907         * po/sq.po:
12908         * po/sr.po:
12909         * po/sv.po:
12910         * po/uk.po:
12911         * po/vi.po:
12912           Translation string updates
12913
12914         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12915         (gst_v4lsrc_set_caps):
12916         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12917         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12918         * sys/v4l/v4lsrc_calls.h:
12919           Improve v4lsrc, by making it work again.
12920
12921 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12922
12923         * ext/libvisual/visual.c: (gst_visual_chain):
12924           Fix the fps calculations.
12925
12926         * gst/ffmpegcolorspace/avcodec.h:
12927           Move structure element for clarity
12928
12929         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
12930         * gst-libs/gst/interfaces/tunernorm.h:
12931         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
12932         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12933         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12934         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
12935         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
12936         (gst_v4lmjpegsrc_getcaps):
12937         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
12938         (gst_v4lsrc_set_caps):
12939         * sys/v4l/gstv4lsrc.h:
12940         * sys/v4l/v4l_calls.c: (gst_v4l_open):
12941         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12942         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12943         * sys/v4l/v4lsrc_calls.h:
12944           Fractional framerates...
12945
12946 2005-11-22  Wim Taymans  <wim@fluendo.com>
12947
12948         * gst-libs/gst/audio/gstbaseaudiosink.c:
12949         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12950         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12951         And we provide a clock by default, of course...
12952
12953 2005-11-22  Wim Taymans  <wim@fluendo.com>
12954
12955         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
12956         This clock can be slaved to a master clock now.
12957
12958         * gst-libs/gst/audio/gstbaseaudiosink.c:
12959         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
12960         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
12961         (gst_base_audio_sink_set_clock),
12962         (gst_base_audio_sink_set_property),
12963         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
12964         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12965         * gst-libs/gst/audio/gstbaseaudiosink.h:
12966         Handle slaving the internal clock to the clock selected in the
12967         pipeline.
12968         Add property to make the basesink not provide a clock.
12969
12970         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12971         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
12972         (gst_base_rtp_depayload_wait):
12973         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12974         We can use the clock in GstElement, no need to store it ourselves.
12975
12976 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12977
12978         * docs/libs/tmpl/gstaudio.sgml:
12979           update
12980         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12981         (gst_paranoia_endian_get_type):
12982         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
12983         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12984         * gst/audiotestsrc/gstaudiotestsrc.c:
12985         (gst_audiostestsrc_wave_get_type):
12986         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
12987         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12988         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12989         (gst_sync_method_get_type), (gst_unit_type_get_type),
12990         (gst_client_status_get_type), (gst_multifdsink_class_init),
12991         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
12992         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
12993         (gst_multifdsink_get_property):
12994         * gst/tcp/gstmultifdsink.h:
12995         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
12996         * gst/videotestsrc/gstvideotestsrc.c:
12997         (gst_videotestsrc_pattern_get_type):
12998           remove deprecated properties
12999           fix up enums to correctly have short lowercase dashed nicks
13000
13001 2005-11-22  Michael Smith <msmith@fluendo.com>
13002
13003         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13004         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13005           Add underscore.
13006
13007 2005-11-22  Michael Smith <msmith@fluendo.com>
13008
13009         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13010         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13011           Use utility method for scaling clocktime for fractional framerates.
13012
13013 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13014
13015         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13016         (gst_visual_chain):
13017         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13018         * ext/theora/theoradec.c: (theora_handle_type_packet):
13019         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13020         (theora_enc_chain):
13021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13022         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13023         * gst-libs/gst/video/video.h:
13024         * gst/ffmpegcolorspace/avcodec.h:
13025         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13026         (gst_ffmpeg_caps_to_pixfmt):
13027         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13028         (gst_ffmpegcsp_set_caps):
13029         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13030         (gst_videorate_setcaps), (gst_videorate_blank_data),
13031         (gst_videorate_chain):
13032         * gst/videotestsrc/gstvideotestsrc.c:
13033         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13034         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13035         (gst_videotestsrc_event), (gst_videotestsrc_create):
13036         * gst/videotestsrc/gstvideotestsrc.h:
13037         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13038         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13039         (gst_ximagesink_get_times), (gst_ximagesink_init):
13040         * sys/ximage/ximagesink.h:
13041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13042         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13043         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13044         * sys/xvimage/xvimagesink.h:
13045           Convert elements to use fractions for their framerate.
13046           V4L elements to come later tonight.
13047
13048 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13049
13050         * gst-libs/gst/audio/audio.c:
13051         * gst-libs/gst/audio/audio.h:
13052           remove some deprecated functions
13053
13054 2005-11-22  Andy Wingo  <wingo@pobox.com>
13055
13056         * Update for gst_tag_setter API changes.
13057
13058 2005-11-22  Andy Wingo  <wingo@pobox.com>
13059
13060         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13061         (gst_ogg_demux_perform_seek):
13062         * ext/theora/theoradec.c (theora_dec_sink_event):
13063         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13064         update-funcnames.
13065
13066 2005-11-22  Wim Taymans  <wim@fluendo.com>
13067
13068         * examples/seeking/seek.c: (main):
13069         Give higher priority to bus signals than the gtk events
13070         to fix a race condition in the segment looping.
13071
13072 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13073
13074         * ext/theora/Makefile.am:
13075         * ext/vorbis/Makefile.am:
13076         * gst-libs/gst/tag/Makefile.am:
13077         * gst-plugins-base.spec.in:
13078           Rename libgsttagedit to libgsttag (#322117).
13079
13080 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13081
13082         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13084           Call gst_x_overlay_prepare_xwindow_id() to give applications
13085           a final chance to set their own xwindow id before the video
13086           sink creates its own window.
13087
13088 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13089
13090         * sys/xvimage/xvimagesink.c:
13091         (gst_xvimagesink_navigation_send_event): Handle navigation
13092         events correcly with borders if applicable.
13093
13094 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13095
13096         Patch by: Luca Ognibene
13097
13098         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13099         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13101         (gst_ffmpegcsp_caps_remove_format_info):
13102         * gst/ffmpegcolorspace/imgconvert.c:
13103         * gst/ffmpegcolorspace/imgconvert_template.h:
13104           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13105           #318353); use gst_structure_has_name().
13106
13107 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13108
13109         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13110         (gst_ximagesink_class_init): Add debug macros on functions.
13111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13112         (gst_xvimagesink_xwindow_draw_borders),
13113         (gst_xvimagesink_xvimage_put),
13114         (gst_xvimagesink_xwindow_update_geometry),
13115         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13116         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13117         (gst_xvimagesink_xcontext_clear),
13118         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13119         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13120         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13121         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13122         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13123         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13124         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13125         expose while being PAUSED, out of data flow navigation events, etc..
13126
13127 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13128
13129         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13130         * gst-libs/gst/audio/audio.h:
13131           fix prototype - wondering why the test worked regardless
13132
13133 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13134
13135         * check/Makefile.am:
13136         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13137         * gst-libs/gst/audio/audio.h:
13138           add a method that returns a proper GstClockTime
13139
13140 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13141
13142         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13143         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13144         * gst-libs/gst/interfaces/xoverlay.h:
13145           Remove everything having to do with the desired size; add 
13146           gst_x_overlay_prepare_xwindow_id() function; remove the
13147           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13148           post a message on the bus instead (#321816).
13149
13150         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13152         (gst_xvimagesink_xoverlay_init):
13153           Remove desired size stuff (#321816).
13154
13155 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13156
13157         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13158         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13159         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13160           Terminate vararg functions with NULL instead of 0 to 
13161           make gcc4 happy.
13162
13163 2005-11-21  Andy Wingo  <wingo@pobox.com>
13164
13165         patch by: Sebastien Cote <sebas642@yahoo.ca>
13166         
13167         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13168         * gst-libs/gst/rtp/gstrtpbuffer.c
13169         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13170
13171 2005-11-21  Andy Wingo  <wingo@pobox.com>
13172
13173         * gst/playback/gstplaybin.c (gen_audio_element) 
13174         (gen_video_element): Use the new MISSING_PLUGIN core error
13175         category. Closes #320060.
13176
13177         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13178         * gst/videorate/gstvideorate.c (gst_videorate_event):
13179         * ext/theora/theoradec.c (theora_dec_sink_event): 
13180         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13181         stream lock.
13182
13183         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13184         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13185         stream lock changes.
13186
13187 2005-11-21  Wim Taymans  <wim@fluendo.com>
13188
13189         * gst-libs/gst/audio/gstbaseaudiosink.c:
13190         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13191         (gst_base_audio_sink_provide_clock),
13192         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13193         (gst_base_audio_sink_change_state):
13194         * gst/audioresample/gstaudioresample.c:
13195         Segment update fix.
13196
13197 2005-11-21  Andy Wingo  <wingo@pobox.com>
13198
13199         * *.h:
13200         * *.c: Ran scripts/update-macros. Oh yes.
13201
13202 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13203
13204         * sys/ximage/Makefile.am:
13205         * sys/ximage/ximage.c:
13206           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13207           remove your old libgstximage.* manually if necessary).
13208
13209 2005-11-21  Michael Smith <msmith@fluendo.com>
13210
13211         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13212           Minimal fix for bug #320200: set the min/max bitrate in the correct
13213           units. A better fix would be to upgrade to the RATEMANAGE2
13214           interface, rather than using the deprecated interface used here, but
13215           that would require an update in our libvorbis dependency (to 1.1),
13216           which is probably undesirable.
13217
13218 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13219
13220         * ext/libvisual/visual.c: (get_buffer):
13221         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13222         (gst_base_audio_src_fixate):
13223         * gst/audioconvert/gstaudioconvert.c:
13224         (gst_audio_convert_fixate_caps):
13225         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13226         * gst/audiotestsrc/gstaudiotestsrc.c:
13227         (gst_audiotestsrc_src_fixate):
13228         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13229         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13230         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13231         * gst/videotestsrc/gstvideotestsrc.c:
13232         (gst_videotestsrc_src_fixate):
13233         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13235           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13236           (#322027)
13237
13238
13239 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13240
13241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13242         (gst_riff_create_iavs_caps):
13243         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13244         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13245         (gst_riff_parse_info):
13246         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13249           Fixes for GST_FOURCC_FORMAT API change.
13250
13251 2005-11-21  Andy Wingo  <wingo@pobox.com>
13252
13253         patch by: Alessandro Dessina <alessandro nnva org>
13254
13255         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13256         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13257         (gst_ogg_parse_chain):
13258         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13259         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13260         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13261         gst_value_list calls on arrays. Fixes #321962.
13262
13263 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13264
13265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13266         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13267         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13268         * gst/adder/gstadder.c: (gst_adder_init),
13269         (gst_adder_request_new_pad), (gst_adder_collected),
13270         (gst_adder_change_state):
13271           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13272           API change.
13273
13274 2005-11-21  Michael Smith <msmith@fluendo.com>
13275
13276         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13277         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13278           Properly handle pad_push return values.
13279
13280 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13281
13282         * gst-libs/gst/tag/Makefile.am:
13283         * gst-libs/gst/tag/gstvorbistag.c:
13284         (gst_tag_list_to_vorbiscomment_buffer):
13285           Remove obsolete vorbistag element and debug category.
13286
13287         * gst/playback/gstplaybasebin.c: (check_queue):
13288           Don't divide by 0 when queue-threshold is 0.
13289
13290         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13291           Don't modify an existing pixel-aspect-ratio if we fail to read
13292           a new one.
13293
13294 2005-11-20  Wim Taymans  <wim@fluendo.com>
13295
13296         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13297         (gst_vorbisenc_push_packet):
13298         GST_PAD_IS_USABLE is gone, use the return value of
13299         the push or pad_alloc_buffer instead.
13300
13301 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13302
13303         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13304         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13305         (gst_ximagesink_ximage_destroy),
13306         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13307         (gst_ximagesink_xwindow_new),
13308         (gst_ximagesink_xwindow_update_geometry),
13309         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13310         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13311         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13312         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13313         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13314         (gst_ximagesink_navigation_send_event),
13315         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13316         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13317         (gst_ximagesink_finalize), (gst_ximagesink_init),
13318         (gst_ximagesink_class_init):
13319         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13320         This new version brings correct software scaling, non flickering
13321         window while resizing, pixel aspect ratio handling, usage of
13322         hardware buffer pools, out of data flow event thread for 
13323         navigation and handling of expose events even when being PAUSED,
13324         a new property to keep video aspect ratio when resizing, etc...
13325
13326 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13327
13328         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13329         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13330         handling of PAR.
13331
13332 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13333
13334         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13335         Unsetting IS_SINK flag from the fakesink, so decodebin
13336         never behaves as a sink.
13337
13338 2005-11-17  Wim Taymans  <wim@fluendo.com>
13339
13340         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13341         (gst_base_audio_src_change_state):
13342         Fix the audiosrc base class again, we did not unflush.
13343
13344 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13345
13346         * examples/seeking/seek.c: (make_dv_pipeline),
13347         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13348         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13349         to ogg/vorbis/theora pipeline.
13350
13351 2005-11-17  Wim Taymans  <wim@fluendo.com>
13352
13353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13354         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13355         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13356         Fix EOS on multiple streams.
13357         More debugging.
13358
13359 2005-11-16  Wim Taymans  <wim@fluendo.com>
13360
13361         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13362         (gst_ogg_demux_perform_seek):
13363         Segment done must include stream time.
13364
13365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13366         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13367         (gst_ogg_mux_change_state):
13368         Fix ogg muxer again.
13369
13370 2005-11-16  Wim Taymans  <wim@fluendo.com>
13371
13372         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13373         Fix compile again.
13374
13375 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13376
13377         * ext/libvisual/visual.c: (gst_visual_init):
13378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13379         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13380         (gst_ogg_parse_chain):
13381         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13382         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13383         * ext/theora/theoradec.c: (gst_theora_dec_init):
13384         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13385         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13386         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13387         * gst/adder/gstadder.c: (gst_adder_class_init),
13388         (gst_adder_dispose):
13389         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13390         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13391         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13392           Fix a whole set of pad template leaks
13393
13394 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13395
13396         * check/generic/states.c: (GST_START_TEST):
13397           fix the test so that it only checks for elements that are part of
13398           this source module
13399
13400 2005-11-16  Michael Smith <msmith@fluendo.com>
13401
13402         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13403         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13404         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13405         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13406         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13407         (gst_ogg_mux_change_state):
13408           Fix leaking collectpads.
13409
13410 2005-11-16  Edward Hervey  <edward@fluendo.com>
13411
13412         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13413         (gst_videorate_event), (gst_videorate_chain):
13414         Handle segment seeks
13415
13416 2005-11-16  Wim Taymans  <wim@fluendo.com>
13417
13418         * gst-libs/gst/audio/gstbaseaudiosink.c:
13419         (gst_base_audio_sink_provide_clock),
13420         (gst_base_audio_sink_change_state):
13421         Set ringbuffer to non-flushing when going to PAUSED, set to
13422         flushing again when going to READY.
13423
13424         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13425         (gst_ring_buffer_stop):
13426         Start in flushing mode by default.
13427         Don't set flushing in the _stop method, let the app call
13428         this explicitly.
13429
13430 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13431
13432         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13433         * gst-libs/gst/video/videosink.h: Add helper function needed
13434         for video sinks.
13435
13436 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13437
13438         * gst/videoscale/gstvideoscale.c:
13439         (gst_videoscale_handle_src_event):
13440           Don't leak reference to pad parent.
13441
13442 2005-11-16  Wim Taymans  <wim@fluendo.com>
13443
13444         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13445         Set ringbuffer to flushing when stopping so that we don't
13446         block on wait_segment anymore and livelock.
13447
13448 2005-11-16  Wim Taymans  <wim@fluendo.com>
13449
13450         * examples/seeking/seek.c: (send_event), (do_seek),
13451         (loop_toggle_cb), (segment_done), (main):
13452         Added looping checkbox.
13453
13454 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13455
13456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13457         (gst_ogg_demux_init):
13458         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13459         (gst_vorbis_dec_init):
13460           revert unrefs, they don't pass make check
13461
13462 2005-11-15  Johan Dahlin  <johan@gnome.org>
13463
13464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13465         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13466         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13467         (gst_vorbis_dec_init):
13468         Fix pad template leaks. 
13469
13470 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13471
13472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13473           Make state change function thread safe.
13474
13475 2005-11-15  Edward Hervey  <edward@fluendo.com>
13476
13477         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13478         (gst_ogg_demux_class_init):
13479         Implement GstElement::send_event, so we can send seek events
13480         in GST_STATE_READY
13481
13482 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13483
13484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13485         Discovered how to take away flickering while resizing the
13486         window. Please don't put that in ximagesink, refactoring in
13487         progress.
13488
13489 2005-11-14  Michael Smith <msmith@fluendo.com>
13490
13491         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13492         (gst_multifdsink_render):
13493           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13494
13495 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13496
13497         * gst/playback/gstplaybin.c: (gen_audio_element):
13498           Use autoaudiosink, it tends to be more widely available than
13499           autoaudiiosink.
13500           
13501 2005-11-14  Andy Wingo  <wingo@pobox.com>
13502
13503         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13504         as well if it is available. Fixes #316442.
13505
13506 2005-11-14  Michael Smith <msmith@fluendo.com>
13507
13508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13509         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13510         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13511         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13512         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13513         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13514         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13515         (gst_vorbisenc_change_state):
13516           Fix a small memory leak in vorbisenc.
13517           Fix large memory leaks in oggmux, also fix lots of state change
13518           bugs in oggmux.
13519
13520 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13521
13522         * gst/videotestsrc/gstvideotestsrc.c:
13523         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13524         (gst_videotestsrc_src_fixate):
13525           move fixation to a fixate function
13526           remove negotiate function, basesrc's is good enough
13527           fixes a bug for check when using the element alone
13528
13529 2005-11-13  Edward Hervey  <edward@fluendo.com>
13530
13531         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
13532         (key_toggle_cb), (main):
13533         Added checkboxes for adding/removing the accurate and key_unit seek
13534         flags.
13535
13536 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13537
13538         * configure.ac: back to HEAD
13539
13540 === release 0.9.5 ===
13541
13542 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13543
13544         * configure.ac:
13545           releasing 0.9.5, "No No Kia"
13546
13547 2005-11-11  Edward Hervey  <edward@fluendo.com>
13548
13549         * examples/seeking/seek.c: (make_parselaunch_pipeline):
13550         Added parse-launch syntax seeking mode for the seeking example.
13551         This should help stress-test even more cases.
13552         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
13553
13554 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13555
13556         * sys/xvimage/xvimagesink.c:
13557         (gst_xvimagesink_navigation_send_event):
13558           Check whether peer pad exists before sending navigation events
13559           to it.
13560
13561 2005-11-11  Michael Smith <msmith@fluendo.com>
13562
13563         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
13564         (gst_vorbisenc_buffer_from_packet):
13565         * ext/vorbis/vorbisenc.h:
13566           Set duration on encoded buffers. This allows oggmux's
13567           max_page_delay parameter to actually work.
13568
13569 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13570
13571         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13572         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13573         (gst_ffmpegcsp_avpicture_fill):
13574         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13575         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
13576           Make palettes work again (see #132341). Use our own macros
13577           for rounding up.
13578
13579 2005-11-10  Andy Wingo  <wingo@pobox.com>
13580
13581         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
13582         string doober.
13583
13584 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13585
13586         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13587         (gst_ffmpegcsp_transform_caps):
13588           Prefer passthrough in transform_caps
13589
13590 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13591
13592         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13593           check for ALSA errors properly, instead of relying on ALSA's
13594           error strings to serve to the user.
13595
13596 2005-11-10  Wim Taymans  <wim@fluendo.com>
13597
13598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
13599         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
13600         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
13601         Modernise the seek code.
13602
13603 2005-11-10  Michael Smith <msmith@fluendo.com>
13604         
13605         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
13606         (setup_substreams), (set_active_source):
13607           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
13608           trying to go to NULL if we failed to read a file.
13609
13610 2005-11-10  Wim Taymans  <wim@fluendo.com>
13611
13612         * gst/audiotestsrc/gstaudiotestsrc.c:
13613         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
13614         (gst_audiotestsrc_create):
13615         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13616         (gst_sinesrc_get_times), (gst_sinesrc_create):
13617         * gst/videotestsrc/gstvideotestsrc.c:
13618         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
13619         (gst_videotestsrc_create):
13620         The base class can now sync for us.
13621
13622 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13623
13624         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
13625           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
13626           name=source autoprobe=false autoprobe-fps=false copy-mode=1
13627           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
13628           format=(fourcc)I420" ! xvimagesink
13629
13630 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13631
13632         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13633         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
13634         (gst_sinesrc_newsegment):
13635           Send newsegment event in TIME format, set duration if
13636           num-buffers is set, fix duration querying.
13637
13638 2005-11-10  Michael Smith <msmith@fluendo.com>
13639
13640         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13641         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13642         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13643         (gst_ogg_mux_collected):
13644          Fix EOS handling, partially. Now forwarding an EOS event once we have
13645          EOS on all pads works correctly. However, we still don't properly set
13646          EOS on the actual ogg stream pages.
13647
13648 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
13649
13650         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
13651           Set elements to NULL state before disposing of them.
13652
13653 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
13654
13655         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13656
13657         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13658         (gst_base_rtp_depayload_init),
13659         (gst_base_rtp_depayload_set_gst_timestamp):
13660         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13661           We need to send a newsegment event for each instance, not
13662           just for the first instance of this class (get rid of
13663           static variable in function). (#321011).
13664           
13665 2005-11-08  Michael Smith <msmith@fluendo.com>
13666
13667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13668         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
13669         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
13670         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
13671           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
13672           This makes us mux things correctly according to the ogg muxing
13673           rules. Still not handling EOS correctly right now, though.
13674
13675 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13676
13677         * gst/audioconvert/gstaudioconvert.c:
13678           Fix typo in docs. 
13679
13680 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13681
13682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13683         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
13684           Initialise segment_stop to GST_CLOCK_TIME_NONE when
13685           creating a new chain; should fix live streaming. Also
13686           add more debug output and fix a typo.
13687
13688 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
13689
13690         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13691
13692         * gst/volume/gstvolume.c: (volume_set_caps):
13693           Fix compilation on Solaris with Forte. (#320923)
13694
13695 2005-11-08  Wim Taymans  <wim@fluendo.com>
13696
13697         * gst-libs/gst/audio/gstbaseaudiosink.c:
13698         (gst_base_audio_sink_render):
13699         No need to do a typecheck.
13700
13701 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13702
13703         * ext/alsa/gstalsa.h:
13704           We register a debug category, so let's use it.
13705
13706 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13707
13708         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13709         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
13710         Fixed a small problem.
13711
13712 2005-11-04  Wim Taymans  <wim@fluendo.com>
13713
13714         * examples/seeking/Makefile.am:
13715         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
13716         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
13717         (make_playerbin_pipeline), (format_value), (update_scale),
13718         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
13719         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
13720         (print_usage), (main):
13721         Added app for playback speed testing.
13722
13723         * examples/seeking/seek.c: (dynamic_link),
13724         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
13725         (make_mpeg_pipeline), (do_seek), (set_update_scale),
13726         (message_received), (main):
13727         Updated seek example.
13728
13729 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13730
13731         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13732         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13733         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
13734         (gst_base_rtp_depayload_set_clock):
13735         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13736         Don't sleep on the bench (system clock) when you have a nice 
13737         comfortable bed (Gstreamer clock) to sleep on.
13738
13739 2005-11-03  Wim Taymans  <wim@fluendo.com>
13740
13741         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13742         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
13743         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
13744         Handle the case where a pad_block failed.
13745
13746 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
13747
13748         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
13749
13750         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13751         (gst_base_rtp_depayload_add_to_queue),
13752         (gst_base_rtp_depayload_push),
13753         (gst_base_rtp_depayload_set_gst_timestamp),
13754         (gst_base_rtp_depayload_queue_release):
13755           Fixes some bugs in the depayloader's queuing/de-queueing code.
13756
13757 2005-10-31  Michael Smith <msmith@fluendo.com>
13758
13759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
13760         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13761         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
13762           Patch from Alessandro Decina <alessandro@nnva.org>.
13763           Make oggdemux only find the final time in a chain, not per-pad,
13764           since the per-pad information can be very expensive to locate, and
13765           it isn't used anywhere. This makes reading a file containing
13766           OggSkeleton reasonably fast.
13767           Also, make chain finding work when there are logical bitstreams that
13768           can't be decoded. Fixes #319110.
13769
13770 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13771
13772         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13773         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13774         (gst_base_rtp_depayload_chain),
13775         (gst_base_rtp_depayload_add_to_queue),
13776         (gst_base_rtp_depayload_push),
13777         (gst_base_rtp_depayload_set_gst_timestamp),
13778         (gst_base_rtp_depayload_queue_release),
13779         (gst_base_rtp_depayload_start_thread),
13780         (gst_base_rtp_depayload_set_property),
13781         (gst_base_rtp_depayload_get_property):
13782         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13783         Some random fixes, to fullfill the desires of thomas.
13784
13785 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13786
13787         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13788         (gst_base_rtp_depayload_add_to_queue),
13789         (gst_base_rtp_depayload_push):
13790         Fixed the queueing algorithm.
13791
13792 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13793
13794         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13795         (gst_base_rtp_depayload_push):
13796         A small fix
13797
13798 2005-10-31  Wim Taymans  <wim@fluendo.com>
13799
13800         * gst-libs/gst/audio/gstringbuffer.h:
13801         Don't break ABI.
13802
13803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13804         (gst_ffmpeg_caps_to_pixfmt):
13805         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13806         (gst_ffmpegcsp_set_caps):
13807         Some more comments.
13808         Handle missing required caps fields better.
13809
13810 2005-10-31  Wim Taymans  <wim@fluendo.com>
13811
13812         * gst-libs/gst/audio/gstbaseaudiosink.c:
13813         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
13814         (gst_base_audio_sink_render):
13815         * gst-libs/gst/audio/gstringbuffer.c:
13816         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13817         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13818         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
13819         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
13820         (gst_ring_buffer_read):
13821         * gst-libs/gst/audio/gstringbuffer.h:
13822         Add flushing mode to the ringbuffer so that it in all cases does
13823         not try to handle more audio. This makes sure it does not try to
13824         block anymore when flushing and fixes a livelock.
13825
13826 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
13827
13828         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13829         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13830         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
13831           Explicitly check for -1 values before doing a conversion
13832           and always map them to -1. (#315545)
13833
13834 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13835
13836         * gst/playback/gstplaybin.c: (gen_video_element):
13837           first try autovideosink, then xvimagesink, then error out
13838         * po/POTFILES.in:
13839           add translatable file
13840         * po/af.po:
13841         * po/az.po:
13842         * po/cs.po:
13843         * po/en_GB.po:
13844         * po/hu.po:
13845         * po/it.po:
13846         * po/nb.po:
13847         * po/nl.po:
13848         * po/or.po:
13849         * po/sq.po:
13850         * po/sr.po:
13851         * po/sv.po:
13852         * po/uk.po:
13853         * po/vi.po:
13854           update translations
13855
13856 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
13857
13858         * gst-libs/gst/rtp/gstbasedepayload.c:
13859         * gst-libs/gst/rtp/gstbasedepayload.h:
13860           Minor cleanups
13861
13862 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
13863
13864         * gst/playback/.cvsignore:
13865         * gst/playback/decodetest.c:
13866         * gst/playback/test3.c:
13867           Port these two tests as well.
13868
13869 2005-10-27  Wim Taymans  <wim@fluendo.com>
13870
13871         * ext/theora/theoradec.c: (theora_dec_src_query),
13872         (theora_dec_sink_event):
13873         * ext/theora/theoraenc.c: (theora_enc_sink_event),
13874         (theora_enc_change_state):
13875         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13876         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
13877         Take proper locks when handling events.
13878
13879 2005-10-27  Wim Taymans  <wim@fluendo.com>
13880
13881         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
13882         (gst_adder_change_state):
13883         Fix timestamps and fix deadlock when stopping the collectpads.
13884
13885 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
13886
13887         * gst-libs/gst/rtp/gstrtpbuffer.h:
13888         Declaring the payload types as strings too so that they can be used
13889         in the padtemplate inialization.
13890
13891 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
13892
13893         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
13894
13895         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13896         (gst_base_rtp_depayload_class_init):
13897         Fixes a small but nasty bug. The derived elements no longer segfaults
13898         on finalization.
13899
13900 2005-10-26  Michael Smith <msmith@fluendo.com>
13901
13902         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
13903           When clearing an audioconvert context, set tmpbufsize to zero, so
13904           we'll allocate it again later if required.
13905           This fixes audioconvert re-negotiating formats, which previously
13906           segfaulted with a NULL destination buffer.
13907
13908 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
13909
13910         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13911         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
13912         (gst_base_rtp_depayload_set_gst_timestamp),
13913         (gst_base_rtp_depayload_queue_release):
13914         Fixed a smalll memleak.
13915
13916 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
13917         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13918         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
13919         (gst_base_rtp_depayload_finalize),
13920         (gst_base_rtp_depayload_setcaps),
13921         (gst_base_rtp_depayload_add_to_queue),
13922         (gst_base_rtp_depayload_push),
13923         (gst_base_rtp_depayload_set_gst_timestamp),
13924         (gst_base_rtp_depayload_queue_release),
13925         (gst_base_rtp_depayload_thread),
13926         (gst_base_rtp_depayload_change_state):
13927         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13928         Changed the C++ comments to C comments
13929
13930 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
13931
13932         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
13933         * gst/tcp/gsttcpclientsrc.h:
13934         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
13935         * gst/tcp/gsttcpserversrc.h:
13936           Remove unused 'curoffset' structure member.
13937
13938 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
13939
13940         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13941         (gst_base_rtp_depayload_base_init),
13942         (gst_base_rtp_depayload_finalize):
13943         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13944         * gst-libs/gst/rtp/gstbasertppayload.h:
13945           The pad-template on the sinkpad should be set by the derived classes.
13946           Also added some useful macros.
13947
13948 2005-10-24  Wim Taymans  <wim@fluendo.com>
13949
13950         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
13951         Correctly flush decoder samples even if we could not
13952         copy them to an output buffer. Fixes #319618.
13953
13954 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13955
13956         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
13958         the caps against our xcontext caps.
13959
13960 2005-10-24  Wim Taymans  <wim@fluendo.com>
13961
13962         * gst-libs/gst/audio/gstbaseaudiosink.c:
13963         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13964         Remove g_print
13965         Use sync property from baseclass to disable sync.
13966
13967 2005-10-24  Wim Taymans  <wim@fluendo.com>
13968
13969         * gst-libs/gst/audio/gstbaseaudiosink.c:
13970         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
13971         Buffers with no timestamps get aligned with previous buffers or
13972         on underrun, played ASAP.
13973
13974 2005-10-24  Julien MOUTTE  <julien@moutte.net>
13975
13976         * gst-libs/gst/video/video.h:
13977         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13978         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
13980         here comes my change on caps for framerate and geometry range.
13981         We are now accepting 1 to MAXINT for width and height, and from
13982         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
13983         to be blended correctly in videomixer.
13984
13985 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13986
13987         * configure.ac:
13988           back to HEAD
13989
13990 === release 0.9.4 ===
13991
13992 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13993
13994         * NEWS:
13995         * RELEASE:
13996         * configure.ac:
13997           releasing 0.9.4, "Velociraptor"
13998
13999 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14000
14001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14002         * po/POTFILES.in:
14003           STOPPED -> FAILED
14004
14005 2005-10-21  Wim Taymans  <wim@fluendo.com>
14006
14007         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14008         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14009         (pad_blocked), (close_pad_link), (new_pad):
14010         Don't try to remove elements twice.
14011
14012 2005-10-21  Wim Taymans  <wim@fluendo.com>
14013
14014         * ext/theora/theoradec.c: (theora_dec_src_query),
14015         (theora_dec_sink_event):
14016         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14017         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14018         (vorbis_handle_data_packet):
14019         * ext/vorbis/vorbisdec.h:
14020         Fix old naming.
14021
14022         * gst-libs/gst/audio/gstbaseaudiosink.c:
14023         (gst_base_audio_sink_render):
14024         Don't try to sync on buffers without a timestamp.
14025
14026 2005-10-21  Wim Taymans  <wim@fluendo.com>
14027
14028         * ext/theora/theoradec.c: (theora_dec_src_query),
14029         (theora_dec_sink_event):
14030         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14031         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14032         (vorbis_handle_data_packet):
14033         * ext/vorbis/vorbisdec.h:
14034         Fix old naming.
14035
14036 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14037
14038         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14039         (gst_vorbisenc_src_query):
14040           Implement position and duration queries.
14041
14042         * gst/playback/test3.c: (update_scale), (main):
14043           Fix for async state changes and print nicer output.
14044
14045 2005-10-20  Wim Taymans  <wim@fluendo.com>
14046
14047         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14048         (dump_element_stats), (main):
14049         * gst/playback/test6.c: (main):
14050         Fix tests again
14051
14052 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14053
14054         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14055         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14056           Don't use functions for position queries when handling
14057           duration queries.
14058
14059 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14060
14061         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14062         (vorbis_handle_data_packet), (vorbis_dec_chain),
14063         (vorbis_dec_change_state):
14064         * ext/vorbis/vorbisdec.h:
14065           Vorbis streams can be embedded in other container formats
14066           than ogg, container formats where the demuxer might set 
14067           timestamps on encoded vorbis buffers instead of those silly 
14068           granulepos thingies. In short: make vorbisdec handle 
14069           timestamps on incoming buffers as well.
14070
14071 2005-10-20  Wim Taymans  <wim@fluendo.com>
14072
14073         * gst/playback/gstplaybasebin.c: (group_destroy),
14074         (gst_play_base_bin_change_state):
14075         Fix leak.
14076         Handle case where playbasebin is now ASYNC because
14077         decodebin is.
14078
14079 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14080
14081         * gst/audioconvert/Makefile.am:
14082         * gst/audioconvert/bufferframesconvert.c:
14083         * gst/audioconvert/plugin.c: (plugin_init):
14084         * gst/audioconvert/plugin.h:
14085           And bye bye buffer-frames-convert
14086
14087 2005-10-19  Wim Taymans  <wim@fluendo.com>
14088
14089         * check/elements/audioconvert.c:
14090         * docs/libs/tmpl/gstaudio.sgml:
14091         * docs/libs/tmpl/gstcolorbalance.sgml:
14092         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14093         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14094         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14095         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14096         * gst-libs/gst/audio/audio.h:
14097         * gst/audioconvert/audioconvert.h:
14098         * gst/audioconvert/gstaudioconvert.c:
14099         (gst_audio_convert_parse_caps):
14100         * gst/volume/gstvolume.c:
14101         Bye bye buffer-frames.
14102
14103 2005-10-19  Wim Taymans  <wim@fluendo.com>
14104
14105         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14106         (query_positions_elems), (query_positions_pads), (update_scale),
14107         (do_seek), (set_update_scale), (message_received), (main):
14108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14109         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14110         (gst_ogg_demux_loop):
14111         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14112         * ext/theora/theoradec.c: (theora_dec_src_query),
14113         (theora_dec_sink_event):
14114         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14115         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14116         * gst/adder/gstadder.c: (gst_adder_query):
14117         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14118         * gst/playback/test3.c: (update_scale):
14119         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14120         (dump_element_stats), (main):
14121         * gst/playback/test6.c: (main):
14122         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14123         Query API update.
14124
14125 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14126
14127         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14128         (xml_check_first_element), (xml_type_find), (smil_type_find),
14129         (plugin_init):
14130           Add typefinding for SMIL and for generic XML. Based on patch by
14131           Akos Maroy (#308663).
14132
14133 2005-10-18  Wim Taymans  <wim@fluendo.com>
14134
14135         * gst/playback/Makefile.am:
14136         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14137         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14138         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14139         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14140         (gst_decode_bin_change_state):
14141         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14142         (gst_play_bin_send_event_to_sink):
14143         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14144         (dump_element_stats), (main):
14145         * gst/playback/test6.c: (main):
14146         Make playbin async, it'll commit state to paused when all streams
14147         are detected.
14148         Remove ugly hack.
14149         Added test6.c to show async behaviour.
14150
14151 2005-10-18  Wim Taymans  <wim@fluendo.com>
14152
14153         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14154         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14155         Fix for segment-start/stop API change.
14156
14157 2005-10-18  Wim Taymans  <wim@fluendo.com>
14158
14159         * check/Makefile.am:
14160         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14161         (main):
14162         Add future test for clock selection.
14163
14164 2005-10-18  Wim Taymans  <wim@fluendo.com>
14165
14166         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14167         (gst_alsasink_close):
14168         Set handle to NULL.
14169
14170         * gst-libs/gst/audio/gstringbuffer.c:
14171         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14172         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14173         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14174         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14175         (gst_ring_buffer_read):
14176         More debug info.
14177
14178 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14179
14180         * gst/audiotestsrc/Makefile.am:
14181         * gst/sine/Makefile.am:
14182         * gst/volume/Makefile.am:
14183           fix broken build of controllerized plugins
14184
14185 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14186
14187         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14188
14189         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14190         (gst_riff_create_video_template_caps):
14191           Add support for Indeo-3 (IV32).
14192
14193 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14194
14195         * configure.ac:
14196           rewrite
14197
14198 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14199
14200         * gst-libs/gst/video/video.c: (gst_video_get_size):
14201         * gst/audiotestsrc/gstaudiotestsrc.c:
14202           doc updates
14203
14204 2005-10-17  Andy Wingo  <wingo@pobox.com>
14205
14206         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14207         with the collectpads change.
14208         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14209
14210         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14211
14212         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14213
14214         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14215         alloc_buffer flow return to callers.
14216         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14217         change. Fix some memleaks in theoraenc.
14218
14219         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14220         in strange circumstance.
14221
14222 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14223
14224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14225         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14226         from caps, let's use the caps...
14227
14228 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14229
14230         * configure.ac:
14231           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14232
14233 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14234
14235         * gst-libs/gst/interfaces/Makefile.am:
14236           fix silly typo
14237
14238 2005-10-16  Andy Wingo  <wingo@pobox.com>
14239
14240         * gst/playback/gstdecodebin.c
14241         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14242         function!
14243         (try_to_link_1): Increase kraziness level.
14244
14245 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14246
14247         * configure.ac:
14248           restructure like the core one
14249         * gst-libs/gst/audio/Makefile.am:
14250         * gst-libs/gst/interfaces/Makefile.am:
14251         * gst-libs/gst/net/Makefile.am:
14252         * gst-libs/gst/riff/Makefile.am:
14253         * gst-libs/gst/rtp/Makefile.am:
14254         * gst-libs/gst/tag/Makefile.am:
14255         * gst-libs/gst/video/Makefile.am:
14256           use correct linker flags, now the libs are properly versioned
14257         * check/elements/audioconvert.c: (verify_convert):
14258         * ext/alsa/gstalsaplugin.c:
14259         * ext/cdparanoia/gstcdparanoia.c:
14260         * ext/gnomevfs/gstgnomevfs.c:
14261         * ext/libvisual/visual.c:
14262         * ext/ogg/gstogg.c:
14263         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14264         * ext/theora/theora.c:
14265         * ext/vorbis/vorbis.c:
14266         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14267         * gst-libs/gst/tag/gsttagediting.c:
14268         * gst-libs/gst/video/video.c:
14269         * gst/adder/gstadder.c:
14270         * gst/audioconvert/plugin.c:
14271         * gst/audiorate/gstaudiorate.c:
14272         * gst/audioresample/gstaudioresample.c:
14273         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14274         * gst/audioscale/gstaudioscale.c:
14275         * gst/audioscale/resample.c:
14276         * gst/audiotestsrc/gstaudiotestsrc.c:
14277         * gst/ffmpegcolorspace/gstffmpeg.c:
14278         * gst/playback/gstdecodebin.c: (close_pad_link):
14279         * gst/playback/gstplaybin.c: (gen_video_element),
14280         (gen_audio_element):
14281         * gst/sine/gstsinesrc.c:
14282         * gst/subparse/gstsubparse.c:
14283         * gst/tags/gsttagediting.c:
14284         * gst/tcp/gsttcpplugin.c:
14285         * gst/typefind/gsttypefindfunctions.c:
14286         * gst/videorate/gstvideorate.c:
14287         * gst/videoscale/gstvideoscale.c:
14288         * gst/videotestsrc/gstvideotestsrc.c:
14289         * gst/volume/gstvolume.c:
14290         * sys/v4l/gstv4l.c:
14291         * sys/ximage/ximage.c:
14292         * sys/xvimage/xvimagesink.c:
14293           fix up defines
14294
14295 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14296
14297         * ext/vorbis/vorbisenc.c:
14298         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14299         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14300         (gst_tag_to_vorbis_comments):
14301           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14302
14303 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14304
14305         * examples/stats/mp2ogg.c:
14306         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14307           typo fixes
14308
14309 2005-10-13  Michael Smith <msmith@fluendo.com>
14310
14311         * ext/ogg/gstoggmux.c:
14312           Use magic glib macros to define constants as 64 bit, to ensure
14313           appropriate vararg passing.
14314
14315 2005-10-13  Michael Smith <msmith@fluendo.com>
14316
14317         * ext/ogg/gstoggmux.c:
14318         * gst/audioconvert/audioconvert.c: (float):
14319           Don't use LL suffix, as it's not portable, and neither of these
14320           uses required it anyway.
14321
14322 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14323
14324         * examples/indexing/indexmpeg.c: (main):
14325         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14326         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14327         (cdparanoia_convert), (cdparanoia_query):
14328         * ext/cdparanoia/gstcdparanoia.h:
14329         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14330         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14331         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14332         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14333         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14334         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14335         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14336         (gst_multifdsink_render), (gst_multifdsink_start),
14337         (gst_multifdsink_stop):
14338         * gst/tcp/gstmultifdsink.h:
14339         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14340         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14341         (gst_tcpclientsink_stop):
14342         * gst/tcp/gsttcpclientsink.h:
14343         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14344         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14345         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14346         * gst/tcp/gsttcpclientsrc.h:
14347         * gst/tcp/gsttcpserversink.h:
14348         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14349         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14350         (gst_tcpserversrc_stop):
14351         * gst/tcp/gsttcpserversrc.h:
14352         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14353         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14354         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14355           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14356           moved bitshift from macro to enum definition
14357
14358 2005-10-12  Wim Taymans  <wim@fluendo.com>
14359
14360         * examples/seeking/Makefile.am:
14361         Oops.
14362
14363 2005-10-12  Wim Taymans  <wim@fluendo.com>
14364
14365         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14366         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14367         Don't assert on normal stuff.
14368
14369         * gst/playback/gstplaybin.c: (do_playbin_seek):
14370         API fix.
14371
14372 2005-10-12  Wim Taymans  <wim@fluendo.com>
14373
14374         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14375         * examples/seeking/Makefile.am:
14376         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14377         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14378         (do_seek), (set_update_scale), (message_received), (main):
14379         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14380         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14381         Update for _get_state() API change.
14382
14383 2005-10-11  Wim Taymans  <wim@fluendo.com>
14384
14385         * gst-libs/gst/audio/gstbaseaudiosink.c:
14386         (gst_base_audio_sink_render):
14387         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14388         (gst_base_audio_src_create):
14389         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14390         (gst_ring_buffer_read):
14391         Cleanups.
14392         Commit and read from ringbuffer in samples rather than bytes.
14393
14394 2005-10-11  Wim Taymans  <wim@fluendo.com>
14395
14396         * gst-libs/gst/audio/gstbaseaudiosink.c:
14397         (gst_base_audio_sink_render):
14398         Respect segment rate and accum when scheduling samples.
14399
14400 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14401
14402         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14403         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14404         EOS correctly, that needs more work.
14405
14406 2005-10-11  Wim Taymans  <wim@fluendo.com>
14407
14408         * check/generic/states.c: (GST_START_TEST):
14409         remove old property.
14410
14411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14412         (gst_ogg_demux_perform_seek):
14413         * ext/theora/theoradec.c: (theora_dec_sink_event):
14414         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14415         (vorbis_handle_data_packet):
14416         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14417         (gst_base_rtp_depayload_set_gst_timestamp):
14418         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14419         Update for newsegment API change.
14420
14421 2005-10-11  Michael Smith <msmith@fluendo.com>
14422
14423         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14424         (do_playbin_seek), (gst_play_bin_send_event):
14425           Override send_event differently, so that we can takes bits of
14426           functionality from GstPipeline (special handling for seeks,
14427           including pausing/resuming, and resetting stream time) and still get
14428           the appropriate behaviour of only forwarding event to a single sink,
14429           rather than all of them.
14430           Unfortunately requires a lot of code duplication, but the
14431           alternatives are equally ugly in the end.
14432
14433 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14434
14435         * check/elements/audioconvert.c: (setup_audioconvert),
14436         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14437         (GST_START_TEST), (audioconvert_suite):
14438           clean up tests a little, fix some leaks.
14439
14440 2005-10-10  Wim Taymans  <wim@fluendo.com>
14441
14442         * ext/alsa/gstalsasink.c:
14443         Also allow unsigned int.
14444
14445         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14446         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14447         Small cleanup
14448
14449 2005-10-10  Wim Taymans  <wim@fluendo.com>
14450
14451         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14452         Small update, use API as stated in design docs.
14453
14454         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14455         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14456         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14457         (message_received), (main):
14458         Updated seek example for GOption. Some usability improvements.
14459
14460 2005-10-10  Wim Taymans  <wim@fluendo.com>
14461
14462         * gst/audioconvert/audioconvert.h:
14463         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14464         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14465         Alloc temp storage somewhere else where we can do it more
14466         portable.
14467
14468 2005-10-10  Wim Taymans  <wim@fluendo.com>
14469
14470         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14471         (gst_tcpserversrc_start):
14472         Don't block in accept while doing the state change, move
14473         to poll and make cancellable.
14474
14475 2005-10-09  Philippe Khalaf <burger@speedy.org>
14476
14477         * gst-libs/gst/rtp/rtpbasedepayload.c:
14478         Set timestamp and add queue delay to timestamp
14479         * gst-libs/gst/rtp/rtpbuffer.h:
14480         Set correct payload type for h263
14481
14482 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14483
14484         * gst/audiotestsrc/gstaudiotestsrc.c:
14485         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14486         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14487         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14488         (gst_audiotestsrc_create_triangle),
14489         (gst_audiotestsrc_create_silence),
14490         (gst_audiotestsrc_create_white_noise),
14491         (gst_audiotestsrc_init_pink_noise),
14492         (gst_audiotestsrc_generate_pink_noise_value),
14493         (gst_audiotestsrc_create_pink_noise),
14494         (gst_audiotestsrc_change_wave):
14495         * gst/audiotestsrc/gstaudiotestsrc.h:
14496           fixed typo, added pink noise
14497
14498 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14499
14500         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14501         (plugin_init):
14502           Add wavpack and spc typefind functions from 0.8 branch.
14503
14504 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14505
14506         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14507         (ar_type_find), (msdos_type_find), (plugin_init):
14508           Add typefind functions for tar archives, ar archives,
14509           RAR archives, and msdos-executables (dlls, exe, etc.).
14510           Some of those would be wrongly identified as mpeg
14511           streams of some sort before (#315550).
14512
14513 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14514
14515         * configure.ac:
14516         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14517         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14518         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14519         * gst/audiotestsrc/Makefile.am:
14520         * gst/audiotestsrc/gstaudiotestsrc.c:
14521         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14522         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14523         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14524         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14525         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14526         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14527         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
14528         (gst_audiotestsrc_create_silence),
14529         (gst_audiotestsrc_create_white_noise),
14530         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
14531         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
14532         (gst_audiotestsrc_start), (plugin_init):
14533         * gst/audiotestsrc/gstaudiotestsrc.h:
14534           add new plugin and element
14535         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
14536           use gobject_class
14537
14538 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14539
14540         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
14541         (gst_adder_init), (gst_adder_request_new_pad),
14542         (gst_adder_change_state):
14543           Add query function to source pad, so adder reports the correct
14544           time/sample position when queried (#315457); fix state change
14545           function; use GST_DEBUG_FUNCPTR() for pad functions.
14546
14547 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14548
14549         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
14550           Fix leaks in typefind registration
14551           Clean up the gratuitous commenting and whitespacing a little
14552
14553 2005-10-08  Wim Taymans  <wim@fluendo.com>
14554
14555         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
14556         Only actually wait for the thread to be stopped if it's 
14557         running.
14558
14559 2005-10-08  Wim Taymans  <wim@fluendo.com>
14560
14561         * gst-libs/gst/audio/gstbaseaudiosink.c:
14562         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14563         If we receive EOS we can start playback of what we had.
14564
14565 2005-10-08  Wim Taymans  <wim@fluendo.com>
14566
14567         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14568         (gst_multifdsink_finalize), (multifdsink_hash_remove),
14569         (gst_multifdsink_stop):
14570         Fix crasher when going to NULL multiple times.
14571
14572 2005-10-06  Wim Taymans  <wim@fluendo.com>
14573
14574         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
14575         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14576         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14577         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14578         patch from Edgard Lima <edgard.lima@indt.org.br>
14579         Fixed gstbaseaudiosrc adding ring buffer sync to it.
14580
14581 2005-10-06  Wim Taymans  <wim@fluendo.com>
14582
14583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14584         Report the FLOW_RETURN as string in the error message.
14585
14586         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
14587         Don't assert when clearing an unnegotiated buffer.
14588
14589 2005-10-04  Michael Smith <msmith@fluendo.com>
14590
14591         * gst/playback/gstplaybasebin.c: (group_destroy),
14592         (gen_preroll_element), (remove_groups), (setup_source):
14593         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
14594         (setup_sinks), (gst_play_bin_send_event),
14595         (gst_play_bin_change_state):
14596           Set state to NULL before removing from bin. Fix refcounting.
14597
14598 2005-10-04  Michael Smith <msmith@fluendo.com>
14599
14600         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14601           Correct refcounting in send_event() function. Previously was wrong
14602           if the first sink was unable to handle the event.
14603
14604 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14605
14606         * configure.ac:
14607           back to development
14608
14609 === release 0.9.3 ===
14610
14611 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14612
14613         * configure.ac:
14614           Releasing 0.9.3, "De Facto"
14615
14616 2005-10-03  Andy Wingo  <wingo@pobox.com>
14617
14618         * gst/playback/gstdecodebin.c (try_to_link_1)
14619         (remove_element_chain): set element to NULL before removing it.
14620
14621 2005-10-02  Johan Dahlin  <johan@gnome.org>
14622
14623         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
14624         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
14625         MT safe.
14626
14627 2005-10-02  Andy Wingo  <wingo@pobox.com>
14628
14629         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
14630         (gst_ring_buffer_prepare_read): 
14631         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
14632         Demote to LOG.
14633
14634 2005-09-29  Wim Taymans  <wim@fluendo.com>
14635
14636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14637         * ext/theora/theoradec.c: (theora_handle_data_packet):
14638         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14639         Propagate error codes from alloc_buffer too.
14640
14641 2005-09-29  Wim Taymans  <wim@fluendo.com>
14642
14643         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14644         We use fixed caps.
14645
14646         * gst/playback/Makefile.am:
14647         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14648         (dump_element_stats), (main):
14649         Added example stream introspection code.
14650
14651 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
14652
14653         * gst/adder/gstadder.c: (gst_adder_collected):
14654           fix adder for float elements
14655
14656 2005-09-28  Wim Taymans  <wim@fluendo.com>
14657
14658         * gst-libs/gst/audio/gstbaseaudiosink.c:
14659         (gst_base_audio_sink_class_init),
14660         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14661         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14662         (gst_base_audio_src_class_init),
14663         (gst_base_audio_src_provide_clock):
14664         get_clock -> provide_clock
14665
14666 2005-09-28  Andy Wingo  <wingo@pobox.com>
14667
14668         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
14669         and unlocking.
14670
14671         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
14672         unlocking.
14673
14674         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
14675         Actually add the pad template.
14676         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
14677
14678         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
14679         I'm at it...
14680
14681         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
14682         from fdsrc. Get caps in create() instead of start() so it can be
14683         interrupted. Interruption somewhat untested.
14684
14685         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
14686         Proper EOS handling.
14687
14688 2005-09-27  Andy Wingo  <wingo@pobox.com>
14689
14690         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
14691
14692         * gst/tcp/gsttcpserversrc.c: Cleaned up.
14693
14694         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
14695
14696         * gst/tcp/gsttcp.h: 
14697         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
14698         out of tcpclientsrc.c. Cancellable.
14699         (gst_tcp_socket_read): Made private, cancellable, with better
14700         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
14701         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
14702         whole buffer, and better diagnostics.
14703         (gst_tcp_gdp_read_caps): Same.
14704
14705         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
14706
14707 2005-09-26  Andy Wingo  <wingo@pobox.com>
14708
14709         * gst/sine/gstsinesrc.h:
14710         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
14711         change the 'sync' property to 'is-live' and implement it halfway,
14712         update for controller api change.
14713
14714         * gst/volume/gstvolume.c (volume_transform_ip): Update for
14715         controller api change.
14716
14717 2005-09-24  Wim Taymans  <wim@fluendo.com>
14718
14719         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
14720         * gst-libs/gst/audio/gstaudiosink.c:
14721         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14722         (gst_audioringbuffer_stop):
14723         * gst-libs/gst/audio/gstbaseaudiosink.c:
14724         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
14725         (gst_base_audio_sink_change_state):
14726         * gst-libs/gst/audio/gstbaseaudiosink.h:
14727         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
14728         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14729         (gst_ring_buffer_commit), (gst_ring_buffer_read):
14730         * gst-libs/gst/audio/gstringbuffer.h:
14731         Fix sync again. Moved sample alignment to basesink.
14732
14733 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14734
14735         * docs/plugins/Makefile.am:
14736         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14737         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14738         * gst/volume/gstvolume.c:
14739           add/fix docs
14740         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
14741         * gst-libs/gst/audio/audio.h:
14742           add conversion macros for frames <-> clocktime
14743
14744 2005-09-23  David Schleef  <ds@schleef.org>
14745
14746         * gst/audioresample/Makefile.am:
14747         * gst/audioresample/debug.h:
14748         * gst/audioresample/gstaudioresample.c:
14749         * gst/audioresample/resample.c: Convert to using gst debugging
14750
14751 2005-09-22  Wim Taymans  <wim@fluendo.com>
14752
14753         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14754         (gst_play_bin_send_event):
14755         Only seek on one sink, the first one that succeeds.
14756
14757 2005-09-22  Michael Smith <msmith@fluendo.com>
14758
14759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
14760         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14761         Don't flush encoder state unless we have an initialised encoder.
14762         Clear out encoder state on PAUSED_TO_READY.
14763
14764 2005-09-22  Wim Taymans  <wim@fluendo.com>
14765
14766         * gst-libs/gst/rtp/gstbasertppayload.c:
14767         (gst_basertppayload_class_init), (gst_basertppayload_init),
14768         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14769         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14770         (gst_basertppayload_is_filled), (gst_basertppayload_push),
14771         (gst_basertppayload_set_property),
14772         (gst_basertppayload_get_property),
14773         (gst_basertppayload_change_state):
14774         * gst-libs/gst/rtp/gstbasertppayload.h:
14775         Added max-ptime to control amount of data in the rtp packets.
14776
14777 2005-09-21  Andy Wingo  <wingo@pobox.com>
14778
14779         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
14780         thingies.
14781
14782         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
14783         can be called multiple times, dogs.
14784
14785 2005-09-21  Wim Taymans  <wim@fluendo.com>
14786
14787         * gst-libs/gst/rtp/gstbasertppayload.c:
14788         (gst_basertppayload_class_init), (gst_basertppayload_init),
14789         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14790         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14791         (gst_basertppayload_push), (gst_basertppayload_get_property),
14792         (gst_basertppayload_change_state):
14793         Allow 0 ssrc too.
14794
14795 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
14796
14797         * docs/libs/compiling.sgml:
14798           fixing typos
14799
14800 2005-09-20  Wim Taymans  <wim@fluendo.com>
14801
14802         * gst-libs/gst/rtp/gstbasertppayload.c:
14803         (gst_basertppayload_class_init), (gst_basertppayload_init),
14804         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14805         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14806         (gst_basertppayload_push), (gst_basertppayload_set_property),
14807         (gst_basertppayload_get_property),
14808         (gst_basertppayload_change_state):
14809         * gst-libs/gst/rtp/gstbasertppayload.h:
14810         Added property to configure sequence number offsets.
14811
14812 2005-09-20  Wim Taymans  <wim@fluendo.com>
14813
14814         * gst-libs/gst/rtp/gstbasertppayload.c:
14815         (gst_basertppayload_class_init), (gst_basertppayload_init),
14816         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14817         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14818         (gst_basertppayload_push), (gst_basertppayload_set_property),
14819         (gst_basertppayload_get_property),
14820         (gst_basertppayload_change_state):
14821         * gst-libs/gst/rtp/gstbasertppayload.h:
14822         Make timestamp offset configurable.
14823
14824 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14825
14826         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14827           fix wrong pop/unref
14828
14829 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
14830
14831         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14832
14833         * gst-libs/gst/interfaces/propertyprobe.c:
14834         (gst_property_probe_probe_property_name),
14835         (gst_property_probe_needs_probe_name),
14836         (gst_property_probe_get_values_name),
14837         (gst_property_probe_probe_and_get_values_name):
14838           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
14839           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
14840
14841 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14842
14843         * check/Makefile.am:
14844           have some tests be disabled for valgrinding
14845         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
14846         (GST_START_TEST):
14847         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
14848           Fix A Leak.  Chain To Parent Finalize.
14849
14850 2005-09-19  Wim Taymans  <wim@fluendo.com>
14851
14852         * examples/seeking/seek.c: (make_wav_pipeline), (main):
14853         Fixed wav pipeline.
14854
14855 2005-09-19  Wim Taymans  <wim@fluendo.com>
14856
14857         * gst-libs/gst/rtp/gstbasertppayload.c:
14858         (gst_basertppayload_class_init), (gst_basertppayload_init),
14859         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14860         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14861         (gst_basertppayload_push), (gst_basertppayload_get_property),
14862         (gst_basertppayload_change_state):
14863         Posting ERROR and WARNING messages is good.
14864
14865 2005-09-19  Wim Taymans  <wim@fluendo.com>
14866
14867         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14868         (gst_base_rtp_depayload_add_to_queue),
14869         (gst_base_rtp_depayload_push),
14870         (gst_base_rtp_depayload_set_gst_timestamp),
14871         (gst_base_rtp_depayload_queue_release):
14872         This one was not supposed to go in.
14873
14874 2005-09-19  Wim Taymans  <wim@fluendo.com>
14875
14876         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14877         Fix for bus API.
14878
14879         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14880         (gst_base_rtp_depayload_chain),
14881         (gst_base_rtp_depayload_add_to_queue),
14882         (gst_base_rtp_depayload_push),
14883         (gst_base_rtp_depayload_set_gst_timestamp),
14884         (gst_base_rtp_depayload_queue_release):
14885         Some cleanups.
14886
14887         * gst-libs/gst/rtp/gstbasertppayload.c:
14888         (gst_basertppayload_class_init), (gst_basertppayload_init),
14889         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
14890         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14891         (gst_basertppayload_get_property),
14892         (gst_basertppayload_change_state):
14893         Added debugging category.
14894
14895 2005-09-18  David Schleef  <ds@schleef.org>
14896
14897         * gst/playback/gstdecodebin.c: free plugin list correctly
14898         * gst/playback/gstplaybin.c: emit warning if autovideosink
14899           and autoaudiosink can't be found (instead of segfaulting)
14900
14901 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14902
14903         * check/elements/audioconvert.c: (GST_START_TEST):
14904           try out 24 bit conversion
14905
14906 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14907
14908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14909         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
14910         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
14911         * ext/vorbis/vorbisenc.h:
14912           Fix EOS handling.  Still needs a fix in the ogg muxer to
14913           mark the last page as eos.
14914
14915 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14916
14917         * common/gtk-doc-plugins.mak:
14918         * docs/plugins/Makefile.am:
14919         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14920         * gst/ffmpegcolorspace/Makefile.am:
14921         * gst/ffmpegcolorspace/avcodec.h:
14922         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14923         * gst/tcp/gstmultifdsink.c:
14924           fix up ffmpegcolorspace docs; extract header
14925
14926 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14927
14928         * common/gtk-doc-plugins.mak:
14929         * docs/plugins/Makefile.am:
14930         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14931         * ext/theora/Makefile.am:
14932         * ext/theora/gsttheoraenc.h:
14933         * ext/theora/theoraenc.c:
14934         * ext/vorbis/vorbisenc.c:
14935           pick up signals and args for vorbis; add some docs for vorbis
14936
14937 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14938
14939         * common/gstdoc-scangobj:
14940         * common/gtk-doc-plugins.mak:
14941         * docs/libs/Makefile.am:
14942         * docs/plugins/gst-plugins-base-plugins.args:
14943         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14944         * docs/plugins/gst-plugins-base-plugins.interfaces:
14945         * docs/plugins/gst-plugins-base-plugins.prerequisites:
14946         * docs/plugins/gst-plugins-base-plugins.signals:
14947           only scanobj stuff from our source module.  Not sure yet
14948           if that's correct, given the hierarchy stuff :)
14949
14950 2005-09-15  Wim Taymans  <wim@fluendo.com>
14951
14952         * gst/audioconvert/gstaudioconvert.c:
14953         And enable 24 bits mode as well..
14954
14955 2005-09-15  Wim Taymans  <wim@fluendo.com>
14956
14957         * gst-libs/gst/rtp/Makefile.am:
14958         * gst-libs/gst/rtp/gstbasertppayload.c:
14959         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
14960         (gst_basertppayload_class_init), (gst_basertppayload_init),
14961         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
14962         (gst_basertppayload_chain), (gst_basertppayload_set_options),
14963         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
14964         (gst_basertppayload_set_property),
14965         (gst_basertppayload_get_property),
14966         (gst_basertppayload_change_state):
14967         * gst-libs/gst/rtp/gstbasertppayload.h:
14968         Added rtp payloader base class.
14969
14970 2005-09-15  Andy Wingo  <wingo@pobox.com>
14971
14972         * configure.ac (plugindir): Remove the EOL matcher from the
14973         regexp, as it causes me problems. Libtool? Make? Who knows?
14974
14975 2005-09-14  David Schleef  <ds@schleef.org>
14976
14977         * check/generic/states.c: 
14978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14979         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14980           Fixes for changes in registry API.
14981
14982         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
14983           to GST_PLUGIN_LDFLAGS.
14984         * ext/libvisual/visual.c: Make the library shut up.
14985         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
14986         * gst-libs/gst/audio/gstaudiofilter.c: same
14987
14988 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14989
14990         * docs/plugins/Makefile.am:
14991         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14992         * docs/plugins/inspect/plugin-libvisual.xml:
14993         * docs/plugins/tmpl/element-tcpserversink.sgml:
14994         * ext/theora/theoraenc.c:
14995           add libvisual plugin and theoraenc element to docs
14996
14997 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14998
14999         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15000         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15001         * ext/theora/theoraenc.c:
15002           add theoraenc
15003
15004 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15005
15006         * gst/audioconvert/Makefile.am:
15007           Audioconvert derives from GstBaseTransform and should
15008           link to the library with our base elements to avoid
15009           unresolved symbols. Makes things work with MinGW (#316160)
15010
15011         * gst/playback/test4.c: (main):
15012           Fix MinGW build problem and use g_usleep() instead of 
15013           sleep() (#316162)
15014
15015 2005-09-12  Wim Taymans  <wim@fluendo.com>
15016
15017         * gst/audioconvert/audioconvert.c: (float),
15018         (audio_convert_prepare_context), (audio_convert_convert):
15019         * gst/audioconvert/audioconvert.h:
15020         Cleanups, speedups, simplifications, added back support
15021         for 24 bits.
15022
15023 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15024
15025         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15026         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15027         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15028         * docs/plugins/tmpl/element-tcpserversink.sgml:
15029         * gst/ffmpegcolorspace/gstffmpeg.c:
15030         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15031         * gst/videotestsrc/gstvideotestsrc.c:
15032         * gst/volume/gstvolume.c:
15033           add more elements to the docs
15034
15035 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15036
15037         * check/Makefile.am:
15038         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15039         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15040           Add extra tests for basetransform based components. 
15041           Comment out the test_element_negotiation test until we decide
15042           if it's testing correct behaviour.
15043         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15044         (gst_visual_chain), (gst_visual_change_state):
15045           Slightly more correct but still bogus timestamping.
15046           Fix state change function.
15047         * gst/audioconvert/gstaudioconvert.c:
15048         (gst_audio_convert_class_init):
15049         * gst/audioresample/gstaudioresample.c:
15050         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15051         (gst_ffmpegcsp_class_init):
15052         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15053         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15054         (gst_videoscale_prepare_image):
15055         * gst/volume/gstvolume.c: (gst_volume_class_init),
15056         (volume_transform_ip):
15057           Basetransform updates. Enable passthrough modes.
15058         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15059         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15060         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15061           Negotiation fix that allows the window to return to the original
15062           size and renegotiate passthrough upstream. Extra debug output.
15063
15064 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15065
15066         * gst/sine/gstsinesrc.c:
15067         * gst/volume/gstvolume.c:
15068           fix up header include
15069
15070 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15071
15072         * gst-libs/gst/audio/gstbaseaudiosink.c:
15073         (gst_base_audio_sink_render):
15074         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15075         * gst/volume/gstvolume.c: (gst_volume_class_init),
15076         (volume_transform):
15077           fixing lost sync, some more debugging
15078
15079 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15080
15081         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15082         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15083         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15084         (gst_xvimagesink_check_xshm_calls):
15085           Fix compilation when XShm is not available.
15086
15087 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15088
15089         * ext/libvisual/visual.c: (gst_visual_dispose),
15090         (gst_visual_getcaps), (gst_visual_src_setcaps),
15091         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15092         (gst_visual_change_state):
15093           Finish fixing up libvisual plugin so that it runs. 
15094
15095 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15096
15097         * ext/vorbis/vorbisenc.c:
15098         * gst-libs/gst/tag/gstvorbistag.c:
15099           gsttaginterface.h -> gsttagsetter.h
15100
15101 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15102
15103         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15104           added another test that failes for me (test is not active by default)
15105
15106 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15107
15108         * configure.ac:
15109           v4l2 is no longer in gst-plugins-base
15110
15111 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15112
15113         * configure.ac:
15114           In the output at the end, don't show the first plugin on the same
15115           line as "Core plug-ins, always built:".
15116           Indent the output as for other plugin categories
15117         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15118           #define that can be used to not use peer buffer_alloc functions for
15119           test purposes.
15120         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15121         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15122         (gst_ximagesink_show_frame):
15123         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15124         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15125         (gst_xvimagesink_show_frame):
15126           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15127           fails gracefully instead of XError aborting or deadlocking.
15128
15129 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15130
15131         * ext/libvisual/Makefile.am:
15132           link against gst-base-libs
15133
15134 2005-09-06  David Schleef  <ds@schleef.org>
15135
15136         * configure.ac: Enable libvisual plugin.
15137         * ext/libvisual/Makefile.am:
15138         * ext/libvisual/visual.c: Fixes to make it compile.
15139
15140 === release 0.9.2 ===
15141
15142 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15143
15144         * NEWS:
15145         * RELEASE:
15146         * configure.ac:
15147         * docs/random/ChangeLog-0.8:
15148           releasing 0.9.2, "Spoon"
15149
15150 2005-09-05  Michael Smith <msmith@fluendo.com>
15151
15152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15153           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15154           that in the vorbisenc element.
15155
15156 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15157
15158         * common/gtk-doc-plugins.mak:
15159         * docs/plugins/Makefile.am:
15160           fix distcheck
15161         * gst/audioresample/resample.c:
15162           fix wrong docstring
15163
15164 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15165
15166         * common/gst-xmlinspect.py:
15167         * common/gtk-doc-plugins.mak:
15168           only inspect plugins for this given package
15169           require gst-python 0.9
15170
15171 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15172
15173         * Makefile.am:
15174         * autogen.sh:
15175         * common/gst-xmlinspect.py:
15176         * configure.ac:
15177         * docs/Makefile.am:
15178         * docs/plugins/inspect/plugin-alsa.xml:
15179         * docs/plugins/inspect/plugin-audioresample.xml:
15180         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15181         * docs/plugins/inspect/plugin-ogg.xml:
15182         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15183         * docs/plugins/tmpl/element-multifdsink.sgml:
15184         * docs/plugins/tmpl/element-tcpserversink.sgml:
15185         * docs/plugins/tmpl/element-vorbisenc.sgml:
15186         * gst-plugins-base.spec.in:
15187           various doc-related updates
15188
15189 2005-08-31  Wim Taymans  <wim@fluendo.com>
15190
15191         * gst-libs/gst/audio/gstbaseaudiosink.c:
15192         (gst_base_audio_sink_render):
15193         Resync if the buffer timestamps drift more than a 10th 
15194         of a second.
15195
15196 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15197
15198         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15199         (gst_v4lsrc_get_property):
15200           The 'timestamp-offset' property is registered as an int64, so
15201           let's use g_value_{set|get}_int64() in our setter and getter
15202           functions (makes it work and fixes warnings with gst-inspect).
15203
15204 2005-08-30  Wim Taymans  <wim@fluendo.com>
15205
15206         * check/elements/audioconvert.c: (setup_audioconvert):
15207         * check/elements/audioresample.c: (setup_audioresample):
15208         * check/elements/volume.c: (setup_volume):
15209         Fix checks.
15210
15211 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15212
15213         * common/gtk-doc-plugins.mak:
15214         * common/plugins.xsl:
15215         * docs/plugins/Makefile.am:
15216           make module a param
15217
15218 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15219
15220         * examples/seeking/seek.c: (make_mp3_pipeline),
15221         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15222         (play_cb), (pause_cb), (stop_cb):
15223           update the example
15224
15225 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15226
15227         * gst/volume/gstvolume.c: (gst_volume_class_init),
15228         (volume_transform):
15229           do not update controlled params, if buffer has no timestamp
15230
15231 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15232
15233         * configure.ac:
15234         * gst/sine/Makefile.am:
15235         * gst/volume/Makefile.am:
15236           controllerized elements also need to link against controller-libs ;)
15237
15238 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15239
15240         * docs/libs/tmpl/gstcolorbalance.sgml:
15241         * docs/libs/tmpl/gstgconf.sgml:
15242         * docs/libs/tmpl/gstmixer.sgml:
15243         * docs/libs/tmpl/gstringbuffer.sgml:
15244         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15245         (gst_sinesrc_create):
15246         * gst/volume/gstvolume.c: (gst_volume_class_init),
15247         (volume_transform):
15248           controllerized two audio plugins
15249
15250 2005-08-29  Andy Wingo  <wingo@pobox.com>
15251
15252         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15253         (vorbis_handle_data_packet): Fix some int overflow errors.
15254
15255         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15256         -1.
15257         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15258         valid.
15259         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15260         if it's valid. Fixed streaming-mode playback.
15261
15262         * check/elements/volume.c (cleanup_volume): Fix for running
15263         CK_FORK=no.
15264
15265         * check/elements/audioconvert.c: Convert from native endian, not
15266         little endian.
15267
15268 2005-08-29  Michael Smith <msmith@fluendo.com>
15269
15270         * ext/ogg/Makefile.am:
15271         * ext/ogg/gstogg.c: (plugin_init):
15272         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15273         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15274         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15275         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15276         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15277         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15278         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15279         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15280         Add an ogg parser element.
15281
15282 2005-08-28  Andy Wingo  <wingo@pobox.com>
15283
15284         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15285
15286 2005-08-26  Wim Taymans  <wim@fluendo.com>
15287
15288         * gst/audioconvert/audioconvert.c: (if), (float),
15289         (audio_convert_get_func_index), (check_default),
15290         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15291         (audio_convert_clean_context), (audio_convert_get_sizes),
15292         (audio_convert_convert):
15293         Cleanups.
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         More elegant and working temp buffer selection algo.
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         (get_temp_buffer), (audio_convert_convert):
15311         Use realloc else we lose our original data.
15312
15313 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15314
15315         * gst/audioresample/gstaudioresample.c:
15316           use base class' newsegment to properly timestamp
15317
15318 2005-08-26  Wim Taymans  <wim@fluendo.com>
15319
15320         * gst/audioconvert/audioconvert.c: (if), (float),
15321         (audio_convert_get_func_index), (check_default),
15322         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15323         (audio_convert_clean_context), (audio_convert_get_sizes),
15324         (get_temp_buffer), (audio_convert_convert):
15325         * gst/audioconvert/gstaudioconvert.c:
15326         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15327         (gst_audio_convert_transform_caps),
15328         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15329         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15330         Oops, allocate enough space to perform the channel mix.
15331
15332 2005-08-26  Wim Taymans  <wim@fluendo.com>
15333
15334         * gst/audioconvert/Makefile.am:
15335         * gst/audioconvert/audioconvert.c: (if), (float),
15336         (audio_convert_get_func_index), (check_default),
15337         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15338         (audio_convert_clean_context), (audio_convert_get_sizes),
15339         (get_temp_buffer), (audio_convert_convert):
15340         * gst/audioconvert/audioconvert.h:
15341         * gst/audioconvert/gstaudioconvert.c:
15342         (gst_audio_convert_class_init), (gst_audio_convert_init),
15343         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15344         (gst_audio_convert_get_unit_size),
15345         (gst_audio_convert_transform_caps),
15346         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15347         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15348         * gst/audioconvert/gstaudioconvert.h:
15349         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15350         (gst_channel_mix_fill_identical),
15351         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15352         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15353         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15354         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15355         (gst_channel_mix_mix):
15356         * gst/audioconvert/gstchannelmix.h:
15357         Cleanups, librarify a bit, optimize, better negotiation and more.
15358
15359 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15360
15361         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15362         Another from MikeS:
15363         During typefinding, don't support negative offsets
15364         (offsets from the end of the stream) in our typefind->peek() function
15365         - nothing embedded in ogg ever needs them. However, we need to recognise
15366         those requests and reject them, otherwise we return invalid pointers.
15367
15368 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15369
15370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15371         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15372         (vorbisdec_finalize), (vorbis_handle_type_packet):
15373           Big shout-out to MikeS for fixing this giant memory leak.
15374           Huzzah!
15375
15376 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15377
15378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15379         (audio_convert_get_unit_size):
15380           plug some leaks
15381
15382 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15383
15384         * check/Makefile.am:
15385         * check/elements/audioconvert.c: (setup_audioconvert),
15386         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15387         (GST_START_TEST), (audioconvert_suite), (main):
15388           add a test for audioconvert
15389         * gst/audioresample/gstaudioresample.c:
15390         * gst/audioresample/gstaudioresample.h:
15391           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15392           note that for buffers of 1/3 sec this means DURATION(c) is 
15393           one nanosecond more than for a and b
15394
15395 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15396
15397         * check/Makefile.am:
15398         * check/elements/audioresample.c: (setup_audioresample),
15399         (cleanup_audioresample), (fail_unless_perfect_stream),
15400         (test_perfect_stream_instance), (GST_START_TEST),
15401           add a check for audioresample
15402         (audioresample_suite), (main):
15403         * check/elements/volume.c: (GST_START_TEST):
15404           remove unused method
15405         * gst/audioresample/gstaudioresample.c:
15406           set correct buffer parameters since we're changing them
15407         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15408           add some debug
15409
15410 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15411
15412         * gst/audioresample/debug.c:
15413         * gst/audioresample/gstaudioresample.c:
15414           add room for extra overlap samples when asked to transform size
15415           protect against possible mem corruption and check for discrepancies
15416           between written size and outbuffer's size so we can warn for
15417           potential problems
15418         * gst/audioresample/resample.c: (resample_init),
15419         (resample_get_output_size_for_input), (resample_get_output_size),
15420         (resample_set_n_channels), (resample_set_format):
15421           set debug level based on RESAMPLE_DEBUG env var
15422           make sure that get_output_size* returns a whole number of
15423           sample_size
15424           set sample_size each time either channel or format is set
15425         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15426         * gst/audioresample/resample_functable.c:
15427         (resample_scale_functable):
15428         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15429           remove r->sample_size, it's done in resample.c now
15430           add some debugging to the ref implementation
15431           make sure we only give back bytes that are wholes of the sample
15432           size
15433
15434 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15435         * gst/playback/gstplaybasebin.c: (fill_buffer):
15436         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15437
15438 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15439
15440         * gst/volume/gstvolume.c:
15441           made set_caps function static
15442
15443 2005-08-24  Wim Taymans  <wim@fluendo.com>
15444
15445         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15446         (gst_vorbisenc_change_state):
15447         Stop leaking taglists.
15448
15449 2005-08-24  Wim Taymans  <wim@fluendo.com>
15450
15451         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15452         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15453         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15454         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15455         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15456         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15457         Parse seeking events better.
15458         Unref static caps.
15459         Generate correct newsegment events, fixes seeking in live oggs.
15460
15461         * ext/theora/theoradec.c: (theora_dec_src_query),
15462         (theora_dec_src_event), (theora_dec_src_getcaps),
15463         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15464         Use newsegment values to report correct play time.
15465
15466         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15467         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15468         * ext/vorbis/vorbisdec.h:
15469         Parse and use newsegment values to report correct play time.
15470
15471         * gst-libs/gst/audio/gstbaseaudiosink.c:
15472         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15473         Clear ringbuffer on flush.
15474         Use newsegment values to calculate playback time.
15475
15476         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15478         Basesink does newsegment calculations for us now.
15479
15480 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15481
15482         * check/Makefile.am:
15483         * configure.ac:
15484           add core's plugins to the mix so that playbin works
15485         * check/generic/states.c: (GST_START_TEST):
15486           set a 0 timeout on pipelines, so they don't force the next
15487           state change
15488         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15489         (gst_play_base_bin_change_state):
15490           remove the crappy error handling and do GST error handling
15491
15492 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15493
15494         * check/Makefile.am:
15495         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15496           add same test as to core, it bitches out on playbin atm.
15497
15498 2005-08-24  Wim Taymans  <wim@fluendo.com>
15499
15500         * configure.ac:
15501         Remove audioscale.
15502
15503 2005-08-24  Wim Taymans  <wim@fluendo.com>
15504
15505         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15506         (gst_videoscale_prepare_size), (parse_caps),
15507         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15508         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15509         (gst_videoscale_transform):
15510         * gst/videoscale/gstvideoscale.h:
15511         Refactor, make use of BaseTranform really well.
15512
15513 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15514
15515         * configure.ac:
15516           compile audioresample
15517         * gst/audioresample/Makefile.am:
15518         * gst/audioresample/buffer.c:
15519         * gst/audioresample/functable.c:
15520         * gst/audioresample/gstaudioresample.c:
15521         * gst/audioresample/gstaudioresample.h:
15522         * gst/audioresample/resample.c:
15523         (resample_get_output_size_for_input):
15524         * gst/audioresample/resample.h:
15525         * gst/audioresample/resample_chunk.c:
15526         * gst/audioresample/resample_functable.c:
15527         * gst/audioresample/resample_ref.c:
15528           port to use basetransform; doesn't work in all cases yet
15529
15530 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15531
15532         * gst/audioconvert/gstaudioconvert.c:
15533         (gst_audio_convert_class_init), (gst_audio_convert_init),
15534         (audio_convert_get_unit_size), (audio_convert_transform_caps),
15535         (audio_convert_fixate_caps), (audio_convert_set_caps),
15536         (audio_convert_transform),
15537         (gst_audio_convert_buffer_to_default_format),
15538         (gst_audio_convert_buffer_from_default_format),
15539         (gst_audio_convert_channels):
15540         * gst/audioconvert/gstchannelmix.c:
15541         * gst/audioconvert/gstchannelmix.h:
15542           port to basetransform
15543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15544         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
15545         (gst_ffmpegcsp_get_unit_size):
15546         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15547         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
15548           fix for basetransform changes
15549
15550 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15551
15552         * check/Makefile.am:
15553           Add CHECK_CFLAGS and LDFLAGS
15554
15555         * gst/playback/gstplaybasebin.c: (fill_buffer):
15556           GST_MESSAGE_SRC became a GObject
15557
15558 2005-08-24  Wim Taymans  <wim@fluendo.com>
15559
15560         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
15561         (gst_ring_buffer_clear_all):
15562         * gst-libs/gst/audio/gstringbuffer.h:
15563         Added function to clear the ringbuffer.
15564
15565 2005-08-24  Andy Wingo  <wingo@pobox.com>
15566
15567         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
15568         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
15569         of _open and _close.
15570
15571         * sys/v4l/gstv4lxoverlay.h:
15572         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
15573         an Xv connection here, instead of all the time. Make Xv only be
15574         loaded if you axe for it. Kindof a workaround for buggy behaviour
15575         of Xv when using remote xservers (XvQueryExtension would block).
15576         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
15577         replace the _open and _close public API. Only start the xv
15578         connection if necessary.
15579         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
15580
15581 2005-08-23  David Schleef  <ds@schleef.org>
15582
15583         * gst/audioresample/Makefile.am: Leet audioresampling code
15584         * gst/audioresample/buffer.c:
15585         * gst/audioresample/buffer.h:
15586         * gst/audioresample/debug.c:
15587         * gst/audioresample/debug.h:
15588         * gst/audioresample/functable.c:
15589         * gst/audioresample/functable.h:
15590         * gst/audioresample/gstaudioresample.c:
15591         * gst/audioresample/gstaudioresample.h:
15592         * gst/audioresample/resample.c:
15593         * gst/audioresample/resample.h:
15594         * gst/audioresample/resample_chunk.c:
15595         * gst/audioresample/resample_functable.c:
15596         * gst/audioresample/resample_ref.c:
15597
15598 2005-08-23  Wim Taymans  <wim@fluendo.com>
15599
15600         * examples/seeking/seek.c: (make_vorbis_pipeline),
15601         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
15602         Small seek updates.
15603
15604 2005-08-23  Andy Wingo  <wingo@pobox.com>
15605
15606         * gst-libs/gst/audio/gstbaseaudiosrc.c
15607         (gst_base_audio_src_fixate): Only fixate endianness if it is
15608         present in the caps.
15609
15610 2005-08-22  Andy Wingo  <wingo@pobox.com>
15611
15612         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
15613         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
15614         device-name property.
15615
15616         * gst-libs/gst/audio/gstaudiosrc.h:
15617         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
15618         close_device in the ring buffer, like gstaudiosink.
15619
15620         * ext/alsa/gstalsamixer.h:
15621         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
15622         macro to implement the interface without much code. Cleanups. 
15623
15624         * ext/alsa/gstalsasrc.h:
15625         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
15626         READY.
15627
15628         * ext/alsa/Makefile.am: Add new files.
15629         * ext/alsa/gstalsamixerelement.c: 
15630         * ext/alsa/gstalsamixerelement.c: Split element code out from
15631         mixer code so that alsasrc can be a mixer too.
15632
15633 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15634
15635         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15636         (GST_START_TEST):
15637         * check/elements/vorbisdec.c: (setup_vorbisdec),
15638         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
15639         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15640         (vorbis_handle_identification_packet),
15641         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
15642         (vorbis_handle_header_packet), (vorbis_dec_push),
15643         (vorbis_dec_chain):
15644           use the setup/teardown methods to save code.  save code is good.
15645
15646 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15647
15648         * check/Makefile.am:
15649           add ext dir for plugins
15650           add vorbisdec test conditionally
15651         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15652         (GST_START_TEST), (volume_suite):
15653           add a test with wrong caps
15654         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
15655         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
15656           add a vorbisdec test
15657         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
15658         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
15659           clean up debug output
15660         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15661           yay, fix a segfault/security issue in vorbisdec
15662           gst-launch fakesrc ! vorbisdec wasn't happy
15663         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
15664         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
15665         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
15666         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15667         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
15668         (gst_vorbisenc_set_metadata), (get_constraints_string),
15669         (update_start_message), (gst_vorbisenc_setup),
15670         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15671         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
15672         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
15673         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
15674         * ext/vorbis/vorbisenc.h:
15675           march in line
15676         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15677         (gst_ffmpegcsp_transform):
15678           have the kow come home
15679         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15680           debug my func ptr
15681         * gst/volume/gstvolume.c: (volume_set_caps):
15682           add a debug
15683
15684 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15685
15686         * Makefile.am:
15687         * check/.cvsignore:
15688         * check/Makefile.am:
15689         * check/elements/.cvsignore:
15690         * check/elements/volume.c: (chain_func), (event_func),
15691         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
15692         (main):
15693         * configure.ac:
15694           add unit test structure for gst-plugins-base
15695           add a test for volume
15696         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
15697         (gst_volume_set_volume), (gst_volume_get_volume),
15698         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
15699         (volume_funcfind), (volume_process_float), (volume_process_int16),
15700         (volume_set_caps), (volume_transform), (volume_update_mute),
15701         (volume_update_volume), (volume_set_property),
15702         (volume_get_property):
15703           document a little; use basetransform vmethod _set_caps
15704
15705 2005-08-19  Andy Wingo  <wingo@pobox.com>
15706
15707         * ext/alsa/gstalsamixertrack.h:
15708         * ext/alsa/gstalsamixertrack.c:
15709         * ext/alsa/gstalsamixeroptions.h:
15710         * ext/alsa/gstalsamixeroptions.c:
15711         * ext/alsa/gstalsamixer.h:
15712         * ext/alsa/gstalsamixer.c: Port to 0.9.
15713
15714         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
15715         Remove gstalsa.c and alsaclock. No more cruft here.
15716         
15717 2005-08-18  Wim Taymans  <wim@fluendo.com>
15718
15719         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15720         (gst_base_rtp_depayload_chain),
15721         (gst_base_rtp_depayload_add_to_queue),
15722         (gst_base_rtp_depayload_push),
15723         (gst_base_rtp_depayload_queue_release):
15724         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15725         Fix for RTPBuffer changes.
15726
15727         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
15728         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
15729         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
15730         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
15731         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
15732         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
15733         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
15734         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
15735         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
15736         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
15737         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
15738         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
15739         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
15740         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
15741         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
15742         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
15743         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
15744         (gst_rtpbuffer_get_payload):
15745         * gst-libs/gst/rtp/gstrtpbuffer.h:
15746         Don't subclass GstBuffer but add methods and helper functions
15747         to construct and manipulate RTP packets in regular GstBuffers.
15748
15749 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
15750
15751         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15752           moved statement below switch
15753         * gst/volume/gstvolume.c: (gst_volume_class_init):
15754           added debug ptr
15755
15756 2005-08-16  Wim Taymans  <wim@fluendo.com>
15757
15758         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15759         (gst_base_audio_src_change_state):
15760         Open and close device in READY<->NULL state change.
15761
15762 2005-08-16  Andy Wingo  <wingo@pobox.com>
15763
15764         * examples/seeking/Makefile.am: Don't compile non-compiling
15765         compiled objects with the compiler.
15766
15767         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
15768         elements.
15769
15770 2005-08-12  Philippe Khalaf <burger@speedy.org>
15771         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15772         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15773           Made a thread to release the queue.
15774           Removed timestamp conversion for now.
15775
15776 2005-08-10  Philippe Khalaf <burger@speedy.org>
15777         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15778         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15779           Added rtp timestamp -> gst timestamp conversion.
15780           Fixed several problems with queue.
15781
15782 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15783
15784         * gst-libs/gst/audio/gstaudioclock.h:
15785         * gst-libs/gst/audio/gstaudiofilter.h:
15786         * gst-libs/gst/audio/gstaudiosink.h:
15787         * gst-libs/gst/audio/gstaudiosrc.h:
15788         * gst-libs/gst/audio/gstbaseaudiosink.h:
15789         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15790         * gst-libs/gst/audio/gstringbuffer.h:
15791         * gst-libs/gst/net/gstnetbuffer.h:
15792         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15793         * gst-libs/gst/rtp/gstrtpbuffer.h:
15794           Add padding (you will need to rebuild gst-plugins-base,
15795           gst-plugins and all applications afterwards!)
15796
15797 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15798
15799         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15800         (gst_riff_parse_chunk):
15801           Fix bug in debug message and add some more debug messages.
15802
15803 2005-08-08  Edward Hervey  <edward@fluendo.com>
15804
15805         * gst-libs/gst/riff/riff-media.c:
15806         backported updates since branch
15807
15808 2005-08-08  Andy Wingo  <wingo@pobox.com>
15809
15810         * gst-libs/gst/audio/gstbaseaudiosink.c
15811         (gst_base_audio_sink_change_state): Open the device in NULL->READY
15812         like good elements should. Close on READY->NULL too.
15813
15814         * gst-libs/gst/audio/gstaudiosink.c
15815         (gst_audioringbuffer_open_device,
15816         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
15817         (gst_audioringbuffer_release): Updates for new ring buffer API,
15818         hook into the new audio sink api.
15819
15820         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
15821         (GstAudioSinkClass.close): Just open and close the device -- no
15822         resource allocation or configuration.
15823         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
15824         vmethods, handle device setup and resource allocation.
15825
15826         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
15827         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
15828         base class API.
15829
15830         * gst-libs/gst/audio/gstringbuffer.h
15831         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
15832         New vmethods.
15833
15834         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
15835         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
15836         New API functions. The device should be opened before acquiring
15837         and closed after releasing.
15838
15839 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15840
15841         * gst-libs/gst/interfaces/mixer.h:
15842           Reset padding to GST_PADDING.
15843
15844 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15845
15846         * gst/playback/gstplaybin.c: (remove_sinks):
15847           Remove visualization from parent explicitely; works around some
15848           apparent refcount issue that I haven't tracked down yet.
15849
15850 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15851
15852         * ext/alsa/gstalsasink.c: (set_hwparams):
15853           Assign debug category, add negotiation debug msgs.
15854
15855 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15856
15857         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
15858           Fix error code for file-not-found to NOT_FOUND.
15859
15860 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15861
15862         * common/gtk-doc-plugins.mak:
15863         * docs/plugins/Makefile.am:
15864         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15865         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15866           renamed to actual element names, so much nicer to look at
15867         * docs/plugins/tmpl/gstmultifdsink.sgml:
15868           remove
15869         * docs/plugins/tmpl/multifdsink.sgml:
15870         * docs/plugins/tmpl/tcpserversink.sgml:
15871           add
15872         * ext/alsa/gstalsa.c:
15873         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
15874         * ext/ogg/gstoggmux.c:
15875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15876         * gst/playback/gstdecodebin.c:
15877         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15878         * gst/tcp/gsttcpserversink.c:
15879           various fixes and documentation additions
15880
15881 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15882
15883         * common/Makefile.am:
15884         * common/gstdoc-scangobj:
15885         * common/gtk-doc-plugins.mak:
15886         * common/gtk-doc.mak:
15887           add a custom scangobj that uses the registry
15888           add a custom gtk-doc-plugins.mak that uses it
15889           some doc build fixes
15890         * configure.ac:
15891         * docs/Makefile.am:
15892         * docs/plugins/Makefile.am:
15893         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15894         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15895         * docs/plugins/gst-plugins-base-plugins.types:
15896         * docs/plugins/tmpl/gstmultifdsink.sgml:
15897           add docs for one element, multifdsink
15898         * gst/adder/gstadder.h:
15899         * gst/volume/gstvolume.h:
15900           don't privatize enum
15901         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15902         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15903         (gst_sync_method_get_type), (gst_client_status_get_type),
15904         (gst_multifdsink_class_init),
15905         (gst_multifdsink_client_queue_buffer),
15906         (gst_multifdsink_handle_client_write):
15907         * gst/tcp/gstmultifdsink.h:
15908         * gst/tcp/gsttcp.h:
15909         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
15910         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
15911         (gst_tcpclientsink_render):
15912         * gst/tcp/gsttcpclientsink.h:
15913         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
15914         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
15915         (gst_tcpclientsrc_start):
15916         * gst/tcp/gsttcpclientsrc.h:
15917         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
15918         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
15919         * gst/tcp/gsttcpserversrc.h:
15920         * gst/typefind/gsttypefindfunctions.c:
15921           remove superfluous Type stuff
15922
15923 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15924
15925         * gst/playback/gstplaybin.c: (gen_video_element):
15926           Enable videoscale.
15927
15928 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15929
15930         * gst-libs/gst/gconf/gconf.c:
15931         * gst-libs/gst/gconf/gconf.h:
15932           Fix some Andy Problem [tm].
15933
15934 2005-08-04  Andy Wingo  <wingo@pobox.com>
15935
15936         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
15937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
15938         (gst_ffmpegcsp_get_size): Adapt to API changes.
15939
15940         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
15941         Implement an in-place do-nothing transform.
15942
15943 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15944
15945         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
15946         (gst_ximagesink_renegotiate_size):
15947           Do not set new window sizes yet if we prepare a new buffer size
15948           for upstream renegotiation (software scaling) at some point in the
15949           future, because this new size waqs not actually accepted yet. Once
15950           accepted, renegotiation later on will set the new sizes just fine.
15951           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
15952           embedding testcase.
15953
15954 2005-08-03  Andy Wingo  <wingo@pobox.com>
15955
15956         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
15957         (gst_ximagesink_buffer_alloc): 
15958         Protect the height, width, and desired_caps with the pool_lock.
15959         Fixes videotestsrc ! queue ! ximagesink.
15960
15961 2005-08-02  Edward Hervey  <edward@fluendo.com>
15962
15963         * gst/volume/gstvolume.c:
15964         include left from controller cleanup
15965
15966 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
15967         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
15968           Stop collectpads before calling the parent state
15969           change function on PAUSED->READY.
15970
15971 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
15972         * configure.ac:
15973           When testing for X libs, use the X CFlags 
15974         * gst/adder/gstadder.c: (gst_adder_change_state):
15975           Stop the collectpads before calling parent state change function
15976           on PAUSED->READY, otherwise we deadlock deactivating pads.
15977
15978 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
15979
15980         * configure.ac:
15981         * docs/libs/tmpl/gstcolorbalance.sgml:
15982         * docs/libs/tmpl/gstmixer.sgml:
15983         * examples/Makefile.am:
15984         * gst/sine/Makefile.am:
15985         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
15986         (gst_sinesrc_set_property), (plugin_init):
15987         * gst/sine/gstsinesrc.h:
15988         * gst/volume/Makefile.am:
15989         * gst/volume/gstvolume.c: (gst_volume_set_volume),
15990         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
15991         (volume_process_float), (volume_process_int16),
15992         (volume_set_property), (plugin_init):
15993         * gst/volume/gstvolume.h:
15994           deactivate and remove dparams (libgstcontrol)
15995
15996 2005-07-29  Wim Taymans  <wim@fluendo.com>
15997
15998         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
15999         Convert me to BaseTransform!! help..
16000
16001 2005-07-29  Andy Wingo  <wingo@pobox.com>
16002
16003         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16004         sinks.
16005
16006         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16007         support of both endiannesses.
16008
16009 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16010
16011         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16012           Fix confusing debug message (s/event/query/)
16013
16014 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16015
16016         * gst/videotestsrc/videotestsrc.h:
16017           Use "_stdint.h" instead of <stdint.h>
16018
16019 2005-07-27  Wim Taymans  <wim@fluendo.com>
16020
16021         * ext/vorbis/Makefile.am:
16022         Revert wrong commit.
16023
16024 2005-07-27  Wim Taymans  <wim@fluendo.com>
16025
16026         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16027         More compilation fixen.
16028
16029 2005-07-27  Wim Taymans  <wim@fluendo.com>
16030
16031         * gst-libs/gst/audio/gstbaseaudiosink.c:
16032         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16033         (gst_base_audio_sink_create_ringbuffer),
16034         (gst_base_audio_sink_change_state):
16035         Fix compilation.
16036
16037 2005-07-27  Wim Taymans  <wim@fluendo.com>
16038
16039         * examples/seeking/seek.c: (setup_dynamic_link),
16040         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16041         (query_positions_elems), (query_positions_pads), (do_seek):
16042         Update seek example.
16043
16044         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16045         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16046         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16047         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16048         (gst_ogg_demux_handle_event),
16049         (gst_ogg_demux_deactivate_current_chain),
16050         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16051         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16052         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16053         (gst_ogg_demux_loop):
16054         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16055         * ext/theora/theoradec.c: (theora_dec_src_event),
16056         (theora_dec_src_getcaps), (theora_dec_sink_event),
16057         (theora_dec_push), (theora_dec_chain):
16058         * ext/vorbis/Makefile.am:
16059         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16060         (vorbis_dec_sink_event), (vorbis_dec_push),
16061         (vorbis_handle_data_packet):
16062         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16063         (gst_vorbisenc_chain):
16064         * gst/playback/gststreaminfo.c: (cb_probe):
16065         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16066         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16067         * gst/videoscale/gstvideoscale.c:
16068         (gst_videoscale_handle_src_event):
16069         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16070         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16071         (gst_ximagesink_navigation_send_event):
16072         * sys/xvimage/xvimagesink.c:
16073         (gst_xvimagesink_navigation_send_event):
16074         Various event updates and cleanups
16075
16076 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16077
16078         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16079           Fix segfault for I420/YV12.
16080
16081 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16082
16083         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16084           Report bitrate.
16085
16086 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16087
16088         * gst/playback/gstplaybin.c: (gen_video_element),
16089         (gen_audio_element):
16090           Switch to auto*sink elements as default sinks; add volume element
16091           so that volume control in totem works.
16092
16093 2005-07-21  Wim Taymans  <wim@fluendo.com>
16094
16095         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16096         * gst/playback/gstplaybin.c: (setup_sinks),
16097         (gst_play_bin_change_state):
16098         Refcount fix and more comments.
16099
16100 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16101
16102         * sys/ximage/Makefile.am:
16103         * sys/ximage/ximage.c: (plugin_init):
16104         * sys/ximage/ximagesink.c:
16105         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16106         
16107
16108 2005-07-21  Wim Taymans  <wim@fluendo.com>
16109
16110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16111         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16112         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16113         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16114         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16115         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16116         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16117         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16118         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16119         Generate correct disconts for live chained oggs.
16120
16121         * gst-libs/gst/audio/gstbaseaudiosink.c:
16122         (gst_base_audio_sink_render),
16123         (gst_base_audio_sink_create_ringbuffer),
16124         (gst_base_audio_sink_change_state):
16125         Handle discont math correctly.
16126
16127         * gst/playback/gstplaybin.c: (add_sink):
16128         Some small debug cleanup.
16129
16130 2005-07-21  Wim Taymans  <wim@fluendo.com>
16131
16132         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16133         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16134         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16135         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16136         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16137         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16138         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16139         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16140         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16141         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16142         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16143         (gst_ogg_demux_change_state), (gst_ogg_print):
16144         Reorganize code to send the right disconts when in streaming
16145         mode.
16146
16147 2005-07-20  Andy Wingo  <wingo@pobox.com>
16148
16149         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16150         fix (?), fixes a seggie mcfalterson (#310894).
16151
16152 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16153
16154         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16155         (gst_ogg_mux_set_header_on_caps):
16156         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16157         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16158         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16159         * gst-libs/gst/audio/multichannel.c:
16160         (gst_audio_set_channel_positions),
16161         (gst_audio_set_structure_channel_positions_list):
16162         * gst/playback/gstdecodebin.c: (dynamic_create):
16163         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16164         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16165           Fixes for API changes in core.
16166
16167 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16168
16169         * gst/playback/gstplaybasebin.c: (fill_buffer):
16170           Use _new_custom() so we can set custom message types for buffering
16171           messages.
16172
16173 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16174
16175         * configure.ac:
16176         * gst-libs/gst/Makefile.am:
16177         * gst-libs/gst/gconf/.cvsignore:
16178         * gst-libs/gst/gconf/Makefile.am:
16179         * gst-libs/gst/gconf/test-gconf.c:
16180         * pkgconfig/Makefile.am:
16181         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16182         * pkgconfig/gstreamer-gconf.pc.in:
16183           Remove gconf stuff, use gconf elements instead from now on.
16184
16185 2005-07-20  Wim Taymans  <wim@fluendo.com>
16186
16187         * gst-libs/gst/audio/TODO:
16188         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16189         (gst_audio_clock_get_internal_time):
16190         * gst-libs/gst/audio/gstaudioclock.h:
16191         * gst-libs/gst/audio/gstbaseaudiosink.c:
16192         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16193         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16194         (gst_base_audio_sink_render),
16195         (gst_base_audio_sink_create_ringbuffer),
16196         (gst_base_audio_sink_change_state):
16197         Make sure the audio clock always returns an increasing value.
16198
16199 2005-07-19  Andy Wingo  <wingo@pobox.com>
16200
16201         * gst/videotestsrc/: Cleanups.
16202
16203 2005-07-19  Wim Taymans  <wim@fluendo.com>
16204
16205         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16206         Better debugging.
16207
16208 2005-07-19  Wim Taymans  <wim@fluendo.com>
16209
16210         * examples/seeking/seek.c: (make_dv_pipeline),
16211         (make_vorbis_theora_pipeline), (query_rates),
16212         (query_positions_elems), (query_positions_pads), (do_seek):
16213         Make correct DV pipeline.
16214
16215 2005-07-18  Andy Wingo  <wingo@pobox.com>
16216
16217         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16218         default. Also because it's the only thing that really works. (This
16219         is used in the GConf elements).
16220         Use AS_LIBTOOL_TAGS.
16221
16222 2005-07-18  Wim Taymans  <wim@fluendo.com>
16223
16224         * gst/playback/gstdecodebin.c: (remove_element_chain):
16225         * gst/playback/gstplaybin.c: (add_sink):
16226         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16227         (gst_stream_info_set_mute):
16228         * gst/playback/gststreamselector.c:
16229         (gst_stream_selector_get_linked_pad),
16230         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16231         More leak and compile fixes.
16232
16233 2005-07-18  Wim Taymans  <wim@fluendo.com>
16234
16235         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16236         (query_rates), (query_positions_elems), (query_positions_pads),
16237         (do_seek), (seek_cb), (stop_seek):
16238         Updated seek example. 
16239
16240         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16241         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16242         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16243         * gst/playback/gstplaybin.c: (add_sink):
16244         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16245         (gst_stream_info_set_mute):
16246         Some refcount leak fixes.
16247
16248 2005-07-16  Wim Taymans  <wim@fluendo.com>
16249
16250         * gst-libs/gst/audio/gstbaseaudiosink.c:
16251         (gst_base_audio_sink_render):
16252         Align samples even if we have roundoff errors in the 
16253         timestamp conversion.
16254
16255 2005-07-16  Wim Taymans  <wim@fluendo.com>
16256
16257         * docs/libs/tmpl/gstringbuffer.sgml:
16258         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16259         (query_rates), (query_positions_elems), (query_positions_pads),
16260         (update_scale), (do_seek):
16261         Updated seek example.
16262
16263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16264         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16265         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16266         (gst_ogg_demux_loop):
16267         Push out correct discont values.
16268
16269         * ext/theora/theoradec.c: (theora_dec_src_convert),
16270         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16271         (theora_dec_sink_event), (theora_handle_type_packet),
16272         (theora_handle_header_packet), (theora_dec_push),
16273         (theora_handle_data_packet), (theora_dec_chain),
16274         (theora_dec_change_state):
16275         Better timestamping.
16276
16277         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16278         (vorbis_dec_sink_event), (vorbis_dec_push),
16279         (vorbis_handle_data_packet), (vorbis_dec_chain):
16280         * ext/vorbis/vorbisdec.h:
16281         Better timestamping.
16282
16283         * gst-libs/gst/audio/gstbaseaudiosink.c:
16284         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16285         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16286         Handle syncing on timestamps instead of sample offsets. Make
16287         use of DISCONT values as described in design docs.
16288
16289         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16290         (gst_base_audio_src_get_time):
16291         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16292         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16293         (gst_ring_buffer_read):
16294         * gst-libs/gst/audio/gstringbuffer.h:
16295         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16296         (gst_ximagesink_show_frame):
16297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16298         Correcly convert buffer timestamp to stream time.
16299
16300 2005-07-16  Wim Taymans  <wim@fluendo.com>
16301
16302         * gst/audioconvert/gstaudioconvert.c:
16303         (gst_audio_convert_get_buffer):
16304         Timestamp buffers correctly.
16305
16306         * gst/playback/gstplaybin.c: (gen_video_element):
16307         Make internal fakesink silent.
16308
16309 2005-07-15  Wim Taymans  <wim@fluendo.com>
16310
16311         * gst/ffmpegcolorspace/Makefile.am:
16312         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16313         (gst_ffmpegcsp_caps_remove_format_info),
16314         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16315         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16316         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16317         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16318         Ported ffmpegcolorspace to basetransform.
16319
16320         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16321         * gst/volume/gstvolume.c: (volume_transform):
16322         Ported to new API.
16323
16324 2005-07-14  Wim Taymans  <wim@fluendo.com>
16325
16326         * gst/videotestsrc/Makefile.am:
16327         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16328         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16329         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16330         (gst_videotestsrc_init), (gst_videotestsrc_event),
16331         (gst_videotestsrc_create), (gst_videotestsrc_start),
16332         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16333         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16334         (gst_videotestsrc_get_property):
16335         * gst/videotestsrc/gstvideotestsrc.h:
16336         Make videotestsrc a pushsrc.
16337
16338 2005-07-14  Wim Taymans  <wim@fluendo.com>
16339
16340         * gst/tcp/gstfdset.c: (gst_fdset_free):
16341         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16342         (gst_multifdsink_add), (gst_multifdsink_remove),
16343         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16344         (gst_multifdsink_remove_client_link),
16345         (gst_multifdsink_client_queue_data),
16346         (gst_multifdsink_client_queue_caps),
16347         (gst_multifdsink_client_queue_buffer),
16348         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16349         (gst_multifdsink_stop):
16350         * gst/tcp/gstmultifdsink.h:
16351         0.8 backporting.
16352
16353         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16354         Also draw image when not from a pool.
16355
16356 2005-07-14  Wim Taymans  <wim@fluendo.com>
16357
16358         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16359         (mute_stream), (silence_stream):
16360         Small debug additions.
16361
16362 2005-07-14  Wim Taymans  <wim@fluendo.com>
16363
16364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16365         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16366         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16367         Better error recovery, ignore unconnected pads and
16368         non-fatal errors.
16369
16370 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16371
16372         * docs/libs/tmpl/gstaudio.sgml:
16373         * docs/libs/tmpl/gstcolorbalance.sgml:
16374         * docs/libs/tmpl/gstgconf.sgml:
16375         * docs/libs/tmpl/gstmixer.sgml:
16376         * docs/libs/tmpl/gstringbuffer.sgml:
16377         * docs/libs/tmpl/gsttuner.sgml:
16378         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16379         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16380         (gst_tcpclientsrc_class_init):
16381         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16382         (gst_tcpserversrc_class_init):
16383         * sys/v4l/gstv4lelement.c:
16384           more autistic cleanliness in functions/names/defines
16385
16386 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16387
16388         * configure.ac:
16389           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16390           added manually to each Makefile.am so we are sure it goes
16391           *last* and doesn't add -L flags before linking in libs of our
16392           own, like, say, internal .la libs, that then accidentally pick
16393           up the installed copy.
16394         * docs/libs/Makefile.am:
16395         * ext/alsa/Makefile.am:
16396         * ext/cdparanoia/Makefile.am:
16397         * ext/gnomevfs/Makefile.am:
16398         * ext/libvisual/Makefile.am:
16399         * ext/ogg/Makefile.am:
16400         * ext/theora/Makefile.am:
16401         * ext/vorbis/Makefile.am:
16402         * gst-libs/gst/video/Makefile.am:
16403         * gst/adder/Makefile.am:
16404         * gst/audioconvert/Makefile.am:
16405         * gst/audiorate/Makefile.am:
16406         * gst/audioscale/Makefile.am:
16407         * gst/ffmpegcolorspace/Makefile.am:
16408         * gst/playback/Makefile.am:
16409         * gst/sine/Makefile.am:
16410         * gst/subparse/Makefile.am:
16411         * gst/tags/Makefile.am:
16412         * gst/tcp/Makefile.am:
16413         * gst/typefind/Makefile.am:
16414         * gst/videorate/Makefile.am:
16415         * gst/videoscale/Makefile.am:
16416         * gst/videotestsrc/Makefile.am:
16417         * gst/volume/Makefile.am:
16418         * sys/v4l/Makefile.am:
16419         * sys/ximage/Makefile.am:
16420         * sys/xvimage/Makefile.am:
16421           adapt properly to this change. This should make sure that
16422           plugins and libs properly link to the as-yet-uninstalled
16423           copies of stuff like libgstinterfaces and libgstvideo
16424
16425 2005-07-13  Andy Wingo  <wingo@pobox.com>
16426
16427         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16428         (gst_v4lsrc_fixate): Fixate on format as well.
16429
16430         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16431         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16432         buffer points to it.
16433         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16434         rather just doing X calls ourselves. Also fixes a memleak.
16435
16436 2005-07-12  Andy Wingo  <wingo@pobox.com>
16437
16438         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16439         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16440         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16441         TRUE to avoid deadlocks if an element holds on to our buffers.
16442
16443 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16444
16445         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16446         (gst_sinesrc_init), (gst_sinesrc_create),
16447         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16448         (gst_sinesrc_start):
16449         * gst/sine/gstsinesrc.h:
16450           removing num-buffers property before moving it
16451
16452 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16453
16454         * configure.ac:
16455           use overridable ERROR_CFLAGS
16456         * docs/libs/gst-plugins-base-libs.types:
16457         * docs/libs/tmpl/gstringbuffer.sgml:
16458         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16459         (gst_alsasink_class_init):
16460         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16461         (gst_alsasrc_class_init):
16462         * gst-libs/gst/audio/audio.h:
16463         * gst-libs/gst/audio/gstaudioclock.h:
16464         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16465         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16466         (gst_audio_filter_link), (gst_audio_filter_init),
16467         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16468         (gst_audio_filter_get_property),
16469         (gst_audio_filter_class_add_pad_templates):
16470         * gst-libs/gst/audio/gstaudiofilter.h:
16471         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16472         (gst_audio_filter_template_get_type),
16473         (gst_audio_filter_template_base_init),
16474         (gst_audio_filter_template_class_init),
16475         (gst_audio_filter_template_init),
16476         (gst_audio_filter_template_set_property),
16477         (gst_audio_filter_template_get_property), (plugin_init),
16478         (gst_audio_filter_template_setup),
16479         (gst_audio_filter_template_filter),
16480         (gst_audio_filter_template_filter_inplace):
16481         * gst-libs/gst/audio/gstaudiosink.c:
16482         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16483         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16484         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16485         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16486         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16487         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16488         * gst-libs/gst/audio/gstaudiosink.h:
16489         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16490         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16491         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16492         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16493         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16494         (gst_audio_src_class_init), (gst_audio_src_init),
16495         (gst_audio_src_create_ringbuffer):
16496         * gst-libs/gst/audio/gstaudiosrc.h:
16497         * gst-libs/gst/audio/gstbaseaudiosink.c:
16498         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16499         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16500         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16501         (gst_base_audio_sink_set_property),
16502         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16503         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16504         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16505         (gst_base_audio_sink_create_ringbuffer),
16506         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16507         * gst-libs/gst/audio/gstbaseaudiosink.h:
16508         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16509         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16510         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16511         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16512         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16513         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16514         (gst_base_audio_src_event), (gst_base_audio_src_create),
16515         (gst_base_audio_src_create_ringbuffer),
16516         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16517         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16518         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16519         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16520         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16521         (gst_ring_buffer_debug_spec_caps),
16522         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16523         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16524         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16525         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16526         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16527         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16528         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
16529         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16530         (gst_ring_buffer_clear):
16531         * gst-libs/gst/audio/gstringbuffer.h:
16532         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16533         (gst_video_sink_class_init), (gst_video_sink_get_type):
16534         * gst-libs/gst/video/videosink.h:
16535         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16536         (gst_multifdsink_class_init),
16537         (gst_multifdsink_handle_client_write),
16538         (gst_multifdsink_change_state):
16539         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16540         (gst_tcpclientsink_setcaps):
16541         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16542         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
16543         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
16544         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16545         (gst_ximagesink_send_pending_navigation),
16546         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
16547         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
16548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16549         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16550         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
16551         (gst_xvimagesink_send_pending_navigation),
16552         (gst_xvimagesink_navigation_send_event),
16553         (gst_xvimagesink_set_xwindow_id),
16554         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
16555         (gst_xvimagesink_get_type):
16556         more macro splitting
16557
16558 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16559
16560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16561           plug a memleak, allows me to import 1479 albums in one go
16562           in jamboree
16563         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16564         (vorbis_handle_type_packet), (vorbis_dec_chain),
16565         (vorbis_dec_change_state):
16566           fix some format strings
16567
16568 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16569
16570         * docs/libs/tmpl/gstcolorbalance.sgml:
16571         * docs/libs/tmpl/gstmixer.sgml:
16572         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16573         (gst_alsasink_set_property), (gst_alsasink_get_property):
16574         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16575         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
16576           add device property
16577
16578 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16579
16580         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16581         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16582         (audiocast_register_listener), (audiocast_thread_run),
16583         (gst_gnomevfssrc_send_additional_headers_callback),
16584         (gst_gnomevfssrc_received_headers_callback),
16585         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
16586         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
16587         (gst_gnomevfssrc_get_size):
16588           add/clean up debugging
16589         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
16590           cleanups
16591
16592 2005-07-07  Andy Wingo  <wingo@pobox.com>
16593
16594         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
16595         framerate. Need to get a handle on when exactly this function is
16596         called, tho.
16597
16598         * sys/v4l/v4lsrc_calls.h:
16599         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
16600         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
16601         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
16602
16603         * sys/v4l/v4l_calls.h: Cast to V4lElement.
16604         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
16605         v4lelements are sources.
16606
16607         * sys/v4l/gstv4lxoverlay.h:
16608         * sys/v4l/gstv4lxoverlay.c:
16609         * sys/v4l/gstv4ltuner.h:
16610         * sys/v4l/gstv4ltuner.c: Header loc fixen.
16611         
16612         * sys/v4l/gstv4lsrc.h:
16613         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
16614         PushSrc/BaseSrc. Removed most sync-related properties, videorate
16615         or something should handle that. Made a live source.
16616
16617         * sys/v4l/gstv4lelement.h:
16618         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
16619         signals. Some cleanups.
16620
16621         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
16622
16623         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
16624         stuff.
16625
16626         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
16627         stuff.
16628
16629         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
16630
16631 2005-07-07  Wim Taymans  <wim@fluendo.com>
16632
16633         * ext/theora/theoradec.c: (theora_get_query_types),
16634         (theora_dec_src_getcaps), (theora_dec_push):
16635         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
16636         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
16637         Remove deprecated/unused query types.
16638
16639 2005-07-06  Wim Taymans  <wim@fluendo.com>
16640
16641         * ext/alsa/Makefile.am:
16642         * ext/alsa/gstalsaplugin.c: (plugin_init):
16643         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16644         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16645         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
16646         (gst_alsasrc_class_init), (gst_alsasrc_init),
16647         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
16648         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
16649         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
16650         (gst_alsasrc_reset):
16651         * ext/alsa/gstalsasrc.h:
16652         * gst-libs/gst/audio/Makefile.am:
16653         * gst-libs/gst/audio/gstaudiosink.c:
16654         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16655         (gst_audioringbuffer_start):
16656         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16657         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16658         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
16659         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
16660         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16661         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16662         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
16663         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
16664         * gst-libs/gst/audio/gstaudiosrc.h:
16665         * gst-libs/gst/audio/gstbaseaudiosink.c:
16666         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16667         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
16668         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
16669         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16670         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
16671         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
16672         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
16673         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
16674         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
16675         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
16676         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
16677         (gst_baseaudiosrc_change_state):
16678         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16679         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
16680         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
16681         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
16682         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
16683         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
16684         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
16685         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
16686         * gst-libs/gst/audio/gstringbuffer.h:
16687         Added audiosource base classes.
16688         Ported alsasrc, still very basic.
16689
16690 2005-07-06  Wim Taymans  <wim@fluendo.com>
16691
16692         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
16693         (theora_dec_push), (theora_handle_data_packet):
16694         Prepare for better timestamp fix later.
16695
16696         * gst/audioconvert/gstaudioconvert.c:
16697         List most accurate caps first
16698
16699         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
16700         Use proper pad task function.
16701
16702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16703         (gst_xvimagesink_show_frame):
16704         Fix deadlock when alloc failed.
16705
16706 2005-07-05  Andy Wingo  <wingo@pobox.com>
16707
16708         * ext/gnomevfs/gstgnomevfssrc.c:
16709         * gst/sine/gstsinesrc.c:
16710         * gst/tcp/gsttcpserversrc.c:
16711         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
16712
16713         * sys/v4l/: Port from 0.8.
16714
16715         * Many files: Null if we got it....
16716
16717 2005-07-05  Andy Wingo  <wingo@pobox.com>
16718
16719         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
16720         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
16721         Signedness fixes.
16722
16723 2005-07-05  Wim Taymans  <wim@fluendo.com>
16724
16725         * configure.ac:
16726         * gst/tcp/Makefile.am:
16727         * gst/tcp/README:
16728         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16729         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
16730         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16731         (is_sync_frame), (gst_multifdsink_handle_client_write),
16732         (gst_multifdsink_render), (gst_multifdsink_start),
16733         (gst_multifdsink_stop), (gst_multifdsink_change_state):
16734         * gst/tcp/gstmultifdsink.h:
16735         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
16736         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
16737         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
16738         * gst/tcp/gsttcp.h:
16739         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16740         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16741         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16742         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
16743         * gst/tcp/gsttcpclientsink.h:
16744         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16745         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
16746         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
16747         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
16748         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
16749         * gst/tcp/gsttcpclientsrc.h:
16750         * gst/tcp/gsttcpplugin.c: (plugin_init):
16751         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
16752         * gst/tcp/gsttcpserversink.h:
16753         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16754         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
16755         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
16756         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16757         (gst_tcpserversrc_stop):
16758         * gst/tcp/gsttcpserversrc.h:
16759         * gst/tcp/gsttcpsink.c:
16760         * gst/tcp/gsttcpsink.h:
16761         * gst/tcp/gsttcpsrc.c:
16762         * gst/tcp/gsttcpsrc.h:
16763         Ported tcp plugins to 0.9. 
16764         
16765
16766 2005-07-05  Andy Wingo  <wingo@pobox.com>
16767
16768         * gst/playback/gstplaybasebin.c (fill_buffer):
16769         message_new_application fixen.
16770
16771         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
16772         Style fix.
16773
16774 2005-07-04  Wim Taymans  <wim@fluendo.com>
16775
16776         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16777         Set caps on output buffer.
16778
16779 2005-07-04  Andy Wingo  <wingo@pobox.com>
16780
16781         * ext/gnomevfs/gstgnomevfssrc.c
16782         (gst_gnomevfssrc_received_headers_callback) 
16783         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
16784         hopefully.
16785
16786         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
16787         No refcount leakage.
16788
16789         * configure.ac: Enable -Werror.
16790         
16791         * ext/theora/theoradec.c (theora_dec_src_getcaps):
16792         * gst/audioconvert/bufferframesconvert.c
16793         (buffer_frames_convert_fixate):
16794         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
16795         (gst_audio_convert_fixate):
16796         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
16797         (gst_sinesrc_create): Fixate func changes.
16798         
16799         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16800         (gst_ximagesink_buffer_alloc): Unused var.
16801
16802 2005-07-01  Andy Wingo  <wingo@pobox.com>
16803
16804         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
16805         getcaps to do explicit caps. Needs to be done in all decoders,
16806         possibly via a base class.
16807
16808         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
16809
16810         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
16811         caps on the sink pad, just rely on the pad template. Also, setting
16812         ANY caps on a pad is not valid because the caps are not fixed.
16813
16814         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
16815         caps on the buffer, and get the width from the desired_caps if
16816         they're set.
16817         (gst_ximagesink_renegotiate_size): Implement via setting the
16818         desired_caps on the ximagesink.
16819         (gst_ximagesink_setcaps): Only reset the width of the player if it
16820         wasn't already set. Not sure if this is right.
16821         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
16822
16823         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
16824         that the user wants. NULL unless the window has been resized.
16825
16826         * gst/volume/gstvolume.c (volume_transform): Adapt to
16827         basetransform refcount changes.
16828         
16829 2005-07-01  Andy Wingo  <wingo@pobox.com>
16830
16831         * gst/videoscale/gstvideoscale.c:
16832         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
16833         from BaseTransform, implements a transform_caps. Removed dead code
16834         including some PAR stuff that was never reached -- should probably
16835         be added back somehow.
16836
16837 2005-07-01  Andy Wingo  <wingo@pobox.com>
16838
16839         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
16840         come later.
16841
16842 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16843
16844         * configure.ac:
16845         * docs/libs/Makefile.am:
16846         * docs/libs/gst-plugins-libs.types:
16847         * ext/alsa/Makefile.am:
16848         * ext/alsa/gstalsamixer.h:
16849         * ext/alsa/gstalsamixeroptions.h:
16850         * ext/alsa/gstalsamixertrack.h:
16851         * gst-libs/gst/Makefile.am:
16852         * gst-libs/gst/colorbalance/.cvsignore:
16853         * gst-libs/gst/colorbalance/Makefile.am:
16854         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16855         * gst-libs/gst/colorbalance/colorbalance.c:
16856         * gst-libs/gst/colorbalance/colorbalance.h:
16857         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16858         * gst-libs/gst/colorbalance/colorbalancechannel.c:
16859         * gst-libs/gst/colorbalance/colorbalancechannel.h:
16860         * gst-libs/gst/interfaces/Makefile.am:
16861         * gst-libs/gst/interfaces/colorbalance.c:
16862         (gst_color_balance_class_init):
16863         * gst-libs/gst/interfaces/colorbalance.h:
16864         * gst-libs/gst/interfaces/interfaces-marshal.list:
16865         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
16866         * gst-libs/gst/interfaces/mixer.h:
16867         * gst-libs/gst/interfaces/mixeroptions.h:
16868         * gst-libs/gst/interfaces/navigation.c:
16869         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
16870         * gst-libs/gst/interfaces/tuner.h:
16871         * gst/volume/Makefile.am:
16872         * gst/volume/gstvolume.c:
16873         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16874         * sys/ximage/Makefile.am:
16875         * sys/ximage/ximagesink.c:
16876         * sys/xvimage/Makefile.am:
16877         * sys/xvimage/xvimagesink.c:
16878           fold in all interfaces into an interfaces dir, preserving CVS
16879           history
16880
16881 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16882
16883         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16884           Fix build after riff changes.
16885
16886 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16887
16888         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16889         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
16890         (gst_riff_create_video_template_caps),
16891         (gst_riff_create_audio_template_caps),
16892         (gst_riff_create_iavs_template_caps):
16893         * gst-libs/gst/riff/riff-media.h:
16894         * gst-libs/gst/riff/riff-read.h:
16895         * gst-libs/gst/riff/riff.c: (gst_riff_init):
16896           Add gst_riff_init() to initialize the debug category, instead
16897           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
16898
16899 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16900
16901         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
16902           Oops, I shouldn't apply hacks.
16903
16904 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16905
16906         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
16907           Remove pad_loop function which doesn't work.
16908
16909 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16910
16911         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
16912           Send EOS when deactivating.
16913         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16914         (check_queue), (queue_threshold_reached), (queue_out_of_data),
16915         (gen_preroll_element), (probe_triggered), (mute_stream),
16916         (silence_stream), (new_decoded_pad), (setup_substreams),
16917         (set_active_source):
16918         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
16919         (remove_sinks), (add_sink):
16920         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
16921           Change for new probe API.
16922
16923 2005-06-29  Wim Taymans  <wim@fluendo.com>
16924
16925         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
16926         * gst-libs/gst/audio/gstbaseaudiosink.c:
16927         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16928         (gst_baseaudiosink_change_state):
16929         * gst-libs/gst/audio/gstbaseaudiosink.h:
16930         * gst-libs/gst/audio/gstringbuffer.c:
16931         (gst_ringbuffer_set_callback):
16932         Fix compilation error.
16933         Ringbuffer starts out as not running.
16934         Free our clock in dispose.
16935         When releasing the ringbuffer we need to renegotiate so
16936         clear the pad caps.
16937
16938 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16939
16940         * autogen.sh:
16941         * configure.ac:
16942         * docs/Makefile.am:
16943         * docs/libs/Makefile.am:
16944         * docs/libs/gst-plugins-libs-docs.sgml:
16945         * docs/libs/gst-plugins-libs-sections.txt:
16946         * docs/libs/gst-plugins-libs.types:
16947         * docs/libs/tmpl/gstaudio.sgml:
16948         * docs/libs/tmpl/gstcolorbalance.sgml:
16949         * docs/libs/tmpl/gstringbuffer.sgml:
16950         * gst-libs/gst/audio/gstringbuffer.c:
16951         (gst_ringbuffer_set_callback):
16952           reinstate gtk-doc docs for plugin libs
16953
16954 2005-06-28  Wim Taymans  <wim@fluendo.com>
16955
16956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16957         (gst_ogg_demux_init):
16958         Removed pad loop function.
16959
16960 2005-06-28  Wim Taymans  <wim@fluendo.com>
16961
16962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
16963         If we're building a chain we are not in an error case
16964         when we queue a buffer.
16965
16966 2005-06-28  Andy Wingo  <wingo@pobox.com>
16967
16968         * *.c: Don't cast to GstObject before reffing/unreffing.
16969
16970 2005-06-27  Andy Wingo  <wingo@pobox.com>
16971
16972         * gst/videotestsrc/gstvideotestsrc.c
16973         (gst_videotestsrc_activate_push): Activation API changes.
16974
16975         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
16976         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
16977         they have refs on the decodebin.
16978
16979         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
16980         parent class.
16981         (gst_ogg_pad_typefind): Don't leak a pad ref.
16982         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
16983         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
16984         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
16985
16986 2005-06-27  Edward Hervey  <edward@fluendo.com>
16987
16988         * ext/theora/theoradec.c: (theora_dec_change_state): 
16989         re-arranged call to parent's state change in order to avoid locks (or
16990         worse).
16991
16992 2005-06-26  Edward Hervey  <edward@fluendo.com>
16993
16994         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16995         2nd argument of 'unknow-type' signal is a GstCaps and not a
16996         GstMiniObject
16997
16998 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
16999         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17000           Set the worker thread's running flag to TRUE before starting the
17001           thread.
17002         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17003           Catch a failure to add typefind to the bin.
17004
17005 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17006
17007         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17008         (gst_sinesrc_init), (gst_sinesrc_create),
17009         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17010         (gst_sinesrc_start):
17011         * gst/sine/gstsinesrc.h:
17012           add num-buffers and timestamp-offset properties
17013         * gst/videotestsrc/gstvideotestsrc.c:
17014         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17015         (gst_videotestsrc_get_property):
17016           add timestamp-offset property
17017
17018 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17019
17020         * configure.ac: add videorate
17021         * gst-plugins-base.spec.in: add videorate
17022
17023 2005-06-23  Wim Taymans  <wim@fluendo.com>
17024
17025         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17026         (gst_videorate_getcaps), (gst_videorate_setcaps),
17027         (gst_videorate_event), (gst_videorate_chain):
17028         Fixed videorate, fixating an already fixated caps is not
17029         an error.
17030
17031 2005-06-23  Wim Taymans  <wim@fluendo.com>
17032
17033         * ext/ogg/README:
17034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17035         Buffer on caps is not boxed anymore.
17036
17037 2005-06-22  Wim Taymans  <wim@fluendo.com>
17038
17039         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17040         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17041         Set buffers on caps as miniobjects and not as boxed.
17042
17043 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17044
17045         * configure.ac:
17046           back to HEAD
17047
17048 === release 0.9.1 ===
17049
17050 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17051
17052         * .cvsignore:
17053         * NEWS:
17054         * README:
17055         * RELEASE:
17056         * configure.ac:
17057         * po/af.po:
17058         * po/az.po:
17059         * po/cs.po:
17060         * po/en_GB.po:
17061         * po/hu.po:
17062         * po/it.po:
17063         * po/nb.po:
17064         * po/nl.po:
17065         * po/or.po:
17066         * po/sq.po:
17067         * po/sr.po:
17068         * po/sv.po:
17069         * po/uk.po:
17070         * po/vi.po:
17071           updates for release
17072
17073 2005-06-09  Andy Wingo  <wingo@pobox.com>
17074
17075         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17076         
17077 2005-06-09  Andy Wingo  <wingo@pobox.com>
17078
17079         * configure.ac:
17080         * gst-libs/gst/Makefile.am:
17081         * gst-libs/gst/net/Makefile.am:
17082         Add gstnet to build.
17083
17084 2005-06-09  Andy Wingo  <wingo@pobox.com>
17085
17086         * gst-libs/gst/gconf/gconf.c:
17087         * gst/playback/test.c:
17088         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17089         fixes.
17090
17091         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17092
17093         * ext/theora/theoraenc.c (theora_enc_chain): 
17094         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17095
17096         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17097         RealPad.
17098
17099 2005-06-02  Wim Taymans  <wim@fluendo.com>
17100
17101         * gst-libs/gst/net/Makefile.am:
17102         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17103         * pkgconfig/gstreamer-libs.pc.in:
17104         Added net stuff, version net lib.
17105
17106 2005-06-02  Wim Taymans  <wim@fluendo.com>
17107
17108         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17109         (query_rates), (query_positions_elems), (query_positions_pads),
17110         (do_seek):
17111         Updated seek example.
17112
17113 2005-06-02  Andy Wingo  <wingo@pobox.com>
17114
17115         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17116         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17117         list.
17118
17119         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17120         remove the typefind, the bin dispose will do it for us. When it's
17121         removed and unreffed, the signal handler will be disconnected,
17122         too.
17123         (unlinked): It's too difficult to disconnect from unlinked
17124         handlers, as they are on pads not elements. Just punt if the pads
17125         aren't grandkids of the bin.
17126
17127 2005-06-02  Wim Taymans  <wim@fluendo.com>
17128
17129         * ext/ogg/README:
17130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17131         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17132         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17133         * ext/theora/theoradec.c: (theora_dec_src_query),
17134         (theora_handle_data_packet):
17135         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17136         (theora_enc_chain):
17137         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17138         (vorbis_handle_data_packet):
17139         * gst/audioconvert/bufferframesconvert.c:
17140         (buffer_frames_convert_chain):
17141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17142         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17143         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17144         (gst_ffmpegcsp_chain):
17145         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17146         (gst_videorate_getcaps), (gst_videorate_setcaps),
17147         (gst_videorate_event), (gst_videorate_chain):
17148         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17149         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17150         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17151         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17152         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17153         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17154         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17155         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17156         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17157         Cleanups and buffer alloc.
17158
17159 2005-05-31  Wim Taymans  <wim@fluendo.com>
17160
17161         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17162         Don't try to call the delay method when the device is not
17163         opened.
17164
17165 2005-05-31  Wim Taymans  <wim@fluendo.com>
17166
17167         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17168         Get actual segment size and buffer size after opening
17169         the device.
17170
17171 2005-05-30  Wim Taymans  <wim@fluendo.com>
17172
17173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17174         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17175         Also FLUSH upstream, makes the loop function exit faster.
17176         
17177         * ext/theora/theoradec.c: (theora_dec_src_query):
17178         Some more debug info in the query.
17179         
17180         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17181         (gst_ximagesink_setcaps):
17182         Release lock on par error, better error reporting.
17183
17184 2005-05-26  Wim Taymans  <wim@fluendo.com>
17185
17186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17187         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17188         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17189         Clear chains in READY
17190         Queue packets until the chain is activated.
17191
17192 2005-05-25  Wim Taymans  <wim@fluendo.com>
17193
17194         * gst-libs/gst/audio/gstaudiosink.c:
17195         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17196         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17197         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17198         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17199         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17200         (gst_audiosink_create_ringbuffer):
17201         * gst-libs/gst/audio/gstbaseaudiosink.c:
17202         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17203         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17204         (gst_baseaudiosink_set_property), (build_linear_format),
17205         (debug_spec_caps), (debug_spec_buffer),
17206         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17207         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17208         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17209         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17210         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17211         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17212         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17213         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17214         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17215         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17216         (wait_segment), (gst_ringbuffer_commit),
17217         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17218         (gst_ringbuffer_clear):
17219         Various small cleanups.
17220
17221         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17222         (gst_audio_convert_change_state):
17223         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17224         No need to take the locks anymore.
17225
17226 2005-05-25  Wim Taymans  <wim@fluendo.com>
17227
17228         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17229         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17230         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17231         (type_found):
17232         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17233         (group_destroy), (group_commit), (queue_overrun),
17234         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17235         (mute_stream), (new_decoded_pad), (setup_substreams),
17236         (setup_source), (mute_group_type), (set_active_source),
17237         (gst_play_base_bin_change_state):
17238         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17239         (gen_video_element), (gen_text_element), (gen_audio_element),
17240         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17241         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17242         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17243         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17244         Some playbin cleanups mostly refcounting sloppyness.
17245
17246 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17247
17248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17249           Work with streaming input.
17250
17251 2005-05-25  Wim Taymans  <wim@fluendo.com>
17252
17253         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17254         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17255         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17256         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17257         No need to take the STREAM lock anymore.
17258
17259 2005-05-25  Wim Taymans  <wim@fluendo.com>
17260
17261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17262         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17263         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17264         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17265         (gst_ogg_demux_sink_activate):
17266         * ext/theora/theoradec.c: (theora_dec_src_event),
17267         (theora_handle_comment_packet), (theora_dec_chain),
17268         (theora_dec_change_state):
17269         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17270         (vorbis_handle_data_packet), (vorbis_dec_chain),
17271         (vorbis_dec_change_state):
17272         Remove STREAM locks as they are taken in core now.
17273         Never set bogus granulepos on vorbis/theora.
17274         Fix leaks in theoradec tag parsing.
17275
17276 2005-05-25  Wim Taymans  <wim@fluendo.com>
17277
17278         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17279         Fix memleaks, GST_BUFFER_DATA() is not freed.
17280
17281 2005-05-25  Wim Taymans  <wim@fluendo.com>
17282
17283         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17284         Open non-blocking, set to blocking mode afterwards to avoid
17285         lockups when audio device is busy.
17286
17287 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17288
17289         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17290           This can't be good.
17291
17292 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17293
17294         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17295         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17296         (gst_audio_convert_setcaps):
17297           Implement instant setup switching.
17298
17299 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17300
17301         * gst/playback/gstplaybasebin.c: (probe_triggered):
17302           Fix missing unlock.
17303         * gst/playback/gstplaybin.c: (add_sink):
17304           First add, then link (otherwise pad link fails).
17305
17306 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17307
17308         * examples/Makefile.am:
17309         fix buildbot (make distcheck)
17310
17311 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17312
17313         * gst/playback/gstplaybin.c: (gen_vis_element):
17314           Remove some wrong code. Doesn't work yet.
17315
17316 2005-05-19  Wim Taymans  <wim@fluendo.com>
17317
17318         * gst-libs/gst/net/Makefile.am:
17319         * gst-libs/gst/net/README:
17320         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17321         (gst_netbuffer_class_init), (gst_netbuffer_init),
17322         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17323         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17324         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17325         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17326         * gst-libs/gst/net/gstnetbuffer.h:
17327         Added buffer subclass to store extra to/from addresses for
17328         network sources/sinks.
17329
17330 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17331
17332         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17333           Don't lock an unassigned variable.
17334
17335 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17336
17337         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17338           Increase buffer for video, decrease buffer for other media types.
17339         * gst/playback/gstplaybin.c: (gen_video_element),
17340         (gen_audio_element):
17341           Change names for debugging purposes.
17342
17343 2005-05-18  Wim Taymans  <wim@fluendo.com>
17344
17345         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17346         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17347         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17348         (gst_ffmpegcsp_chain):
17349         Enable buffer alloc passthrough if the source and dest
17350         formats are the same.
17351
17352 2005-05-17  Wim Taymans  <wim@fluendo.com>
17353
17354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17355         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17356         (gst_ogg_demux_chain_unlocked):
17357         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17358         (gst_audio_convert_caps_remove_format_info),
17359         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17360         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17362         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17363         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17364         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17365         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17366         (gst_ffmpegcsp_get_property):
17367         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17368         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17369         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17370         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17371         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17372         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17373         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17374         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17375         Leak fixes in oggdemux.
17376         Some cleanups in audioconvert.
17377         Make passthrough work along with buffer_alloc etc.
17378         Make buffer_alloc and buffer recycling actually work in
17379         xvimagesink.
17380
17381 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17382
17383         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17384           make the compiler happy
17385
17386 2005-05-17  Wim Taymans  <wim@fluendo.com>
17387
17388         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17389         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17390         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17391         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17392         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17393         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17394         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17395         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17396         (gst_xvimagesink_set_xwindow_id):
17397         * sys/xvimage/xvimagesink.h:
17398         Port xvimagesink to new MiniObject.
17399
17400 2005-05-17  Wim Taymans  <wim@fluendo.com>
17401
17402         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17403         (gst_audiofilter_chain):
17404         * gst-libs/gst/audio/gstaudiosink.c:
17405         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17406         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17407         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17408         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17409         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17410         (gst_audiosink_create_ringbuffer):
17411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17412         (gst_audio_convert_caps_remove_format_info),
17413         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17414         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17415         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17416         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17417         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17418         Fix passthrough in ffmpegcolorspace.
17419         Fix memset in audiosink on wrong memory.
17420
17421 2005-05-16  David Schleef  <ds@schleef.org>
17422
17423         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17424         to GstMiniObject.
17425
17426 2005-05-16  David Schleef  <ds@schleef.org>
17427
17428         Port from GstData to GstMiniObject.
17429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17430         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17431         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17432         (gst_ogg_mux_collected):
17433         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17434         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17435         (theora_handle_data_packet):
17436         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17437         (theora_set_header_on_caps), (theora_enc_chain):
17438         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17439         (vorbis_handle_comment_packet):
17440         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17441         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17442         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17443         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17444         * gst/audioconvert/gstaudioconvert.c:
17445         (gst_audio_convert_get_buffer):
17446         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17447         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17448         (mute_stream), (silence_stream):
17449         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17450         * gst/volume/gstvolume.c: (volume_transform):
17451         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17452         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17453         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17454         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17455         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17456         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17457         (gst_ximagesink_buffer_alloc):
17458         * sys/ximage/ximagesink.h:
17459
17460 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17461
17462         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17463         (fill_buffer), (check_queue), (queue_threshold_reached),
17464         (queue_out_of_data):
17465         * gst/playback/gstplaybasebin.h:
17466           Post buffer-fullness on the bus.
17467
17468 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17469
17470         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17471         (try_to_link_1):
17472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17473         (group_commit), (probe_triggered), (setup_source),
17474         (gst_play_base_bin_change_state):
17475         * gst/playback/gstplaybasebin.h:
17476         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17477         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17478         (gst_play_bin_change_state):
17479           Move setup_output_pads into a virtual function, remove
17480           group-switch (no longer needed) and redirect (handled by bus
17481           now) signals.
17482
17483 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17484
17485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17486         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17487         (get_active_group), (get_building_group), (group_destroy),
17488         (group_commit), (check_queue), (queue_overrun),
17489         (queue_threshold_reached), (queue_out_of_data),
17490         (gen_preroll_element), (remove_groups), (unknown_type),
17491         (add_element_stream), (no_more_pads), (probe_triggered),
17492         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17493         (setup_substreams), (setup_source), (finish_source),
17494         (prepare_output), (muted_group_change_state),
17495         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17496         (gst_play_base_bin_change_state):
17497         * gst/playback/gstplaybasebin.h:
17498         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17499         (gst_play_bin_init), (gst_play_bin_set_property),
17500         (gen_video_element), (gen_text_element), (gen_audio_element),
17501         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17502         (gst_play_bin_change_state):
17503         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17504         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17505         (stream_info_change_state), (gst_stream_info_set_mute),
17506         (gst_stream_info_get_property):
17507         * gst/playback/gststreaminfo.h:
17508         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17509         (gst_stream_selector_get_linked_pad),
17510         (gst_stream_selector_getcaps),
17511         (gst_stream_selector_get_linked_pads),
17512         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17513         * gst/playback/gststreamselector.h:
17514           Rough port of playbin. Needs some more work, but is mostly done,
17515           and uses a few locks in important places, which should make stuff
17516           like chain-switches clean. Still uses GST_STATE() in a few places,
17517           which isn't all that good an idea, subtitles/elements disabled
17518           because no elements to test with and thus probably broken, query
17519           and event handling moved to GstBin, internal thread removed
17520           alltogether because the pipeline does that for us now. Can play
17521           Ogg/Vorbis files. Haven't tested anything else yet.
17522
17523 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17524
17525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17526           Do no-more-pads (needed for autoplugging).
17527
17528 2005-05-10  Andy Wingo  <wingo@pobox.com>
17529
17530         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
17531         message to the bus with the tags. Still not sent downstream tho.
17532
17533         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
17534         get_parent.
17535         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
17536         avoid refcounting hassles.
17537
17538 2005-05-09  Andy Wingo  <wingo@pobox.com>
17539
17540         * gst/volume/Makefile.am:
17541         * gst/volume/demo.c
17542         * gst/volume/gstvolume.h
17543         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
17544         basetransform. Probably need an audio filter base class.
17545
17546 2005-05-09  Wim Taymans  <wim@fluendo.com>
17547
17548         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
17549         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17550         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
17551         (gst_vorbisenc_chain):
17552         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17553         (gst_audio_convert_caps_remove_format_info),
17554         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17555         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17556         Make caps writable before writing to it.
17557         Fix negotiation in audioconvert some more.
17558
17559 2005-05-09  Wim Taymans  <wim@fluendo.com>
17560
17561         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17562         (gst_videorate_getcaps), (gst_videorate_setcaps),
17563         (gst_videorate_event), (gst_videorate_chain):
17564         Better negotiation.
17565
17566 2005-05-09  Wim Taymans  <wim@fluendo.com>
17567
17568         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17569         (gst_videorate_getcaps), (gst_videorate_setcaps),
17570         (gst_videorate_blank_data), (gst_videorate_init),
17571         (gst_videorate_event), (gst_videorate_chain),
17572         (gst_videorate_change_state):
17573         Port videorate, do a better job at negotiation while we're at
17574         it.
17575
17576 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
17577
17578         * configure.ac:
17579           Disable libvisual
17580
17581         * examples/Makefile.am:
17582         * gst-libs/gst/audio/Makefile.am:
17583         * gst-libs/gst/riff/Makefile.am:
17584         * gst-libs/gst/tag/Makefile.am:
17585         * gst-libs/gst/video/Makefile.am:
17586           Fixups for missing variables.
17587
17588 2005-05-09  Wim Taymans  <wim@fluendo.com>
17589
17590         * examples/seeking/seek.c: (make_theora_pipeline),
17591         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
17592         (query_rates), (query_positions_elems), (query_positions_pads),
17593         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
17594         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
17595         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
17596         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
17597         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17598         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
17599         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17600         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17601         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17602         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
17603         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
17604         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17605         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17606         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
17607         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
17608         (theora_dec_src_convert), (theora_dec_sink_convert),
17609         (theora_dec_src_query), (theora_dec_sink_query),
17610         (theora_dec_src_event), (theora_dec_sink_event),
17611         (theora_handle_comment_packet), (theora_handle_type_packet),
17612         (theora_handle_header_packet), (theora_handle_data_packet),
17613         (theora_dec_chain):
17614         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17615         (vorbis_dec_convert), (vorbis_dec_src_query),
17616         (vorbis_dec_sink_query), (vorbis_dec_src_event),
17617         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17618         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17619         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17620         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17621         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
17622         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
17623         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17624         (gst_play_bin_query):
17625         * gst/playback/test3.c: (update_scale):
17626         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
17627         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
17628         * gst/subparse/gstsubparse.c: (gst_subparse_init):
17629         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17630         (gst_videotestsrc_src_query):
17631         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
17632         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
17633         (paint_hline_YUV9):
17634         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
17635         Port to new query API.
17636         Updated seek.
17637         Cleanups in x[v]imagesink
17638
17639 2005-05-09  Andy Wingo  <wingo@pobox.com>
17640
17641         * ext/alsa/gstalsasink.h:
17642         * ext/gnomevfs/gstgnomevfssrc.c:
17643         (gst_gnomevfssrc_get_icy_metadata):
17644         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
17645         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
17646         * ext/theora/theoradec.c (theora_dec_src_query)
17647         (theora_dec_src_event, theora_dec_sink_event)
17648         (theora_handle_comment_packet, theora_handle_data_packet):
17649         * ext/theora/theoraenc.c (theora_enc_chain):
17650         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
17651         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
17652         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17653         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
17654         (qt_type_find):
17655         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
17656         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
17657         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
17658         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
17659         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
17660         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
17661         (paint_setup_xBGR8888, paint_setup_RGBx8888)
17662         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
17663         (paint_setup_RGB565, paint_setup_xRGB1555):
17664         * gst/videotestsrc/videotestsrc.h:
17665         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
17666         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
17667         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
17668         GCC4 fixes.
17669         
17670         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
17671         gst_pad_query_position. Fixes oggdemux.
17672
17673 2005-05-08  David Schleef  <ds@schleef.org>
17674
17675         * configure.ac: Require liboil.
17676         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
17677         a few more.
17678         * gst/videotestsrc/videotestsrc.c:
17679         * gst/videotestsrc/videotestsrc.h:
17680
17681 2005-05-06  Wim Taymans  <wim@fluendo.com>
17682
17683         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17684         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17685         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17686         Well, unreffing a buffer right before pushing it is asking
17687         for trouble..
17688
17689 2005-05-06  Christian Schaller  <uraeus@gnome.org>
17690
17691         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
17692
17693 2005-05-06  Wim Taymans  <wim@fluendo.com>
17694
17695         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17696         (gst_audio_convert_caps_remove_format_info),
17697         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17698         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17699         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17700         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17701         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17702         * gst/sine/Makefile.am:
17703         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
17704         (gst_sinesrc_class_init), (gst_sinesrc_init),
17705         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
17706         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
17707         (gst_sinesrc_update_freq):
17708         * gst/sine/gstsinesrc.h:
17709         * gst/tcp/gstmultifdsink.c:
17710         * sys/xvimage/xvimagesink.c:
17711         Fixed negotiation wrt _peer_get_caps()
17712         Some cleanups.
17713
17714
17715 2005-05-06  Wim Taymans  <wim@fluendo.com>
17716
17717         * gst-libs/gst/audio/gstaudiosink.c:
17718         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17719         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17720         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17721         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17722         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17723         (gst_audiosink_create_ringbuffer):
17724         * gst-libs/gst/audio/gstbaseaudiosink.c:
17725         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17726         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17727         (gst_baseaudiosink_set_property), (build_linear_format),
17728         (debug_spec_caps), (debug_spec_buffer),
17729         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17730         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17731         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17732         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17733         * gst-libs/gst/audio/gstbaseaudiosink.h:
17734         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17735         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17736         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17737         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17738         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17739         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17740         (wait_segment), (gst_ringbuffer_commit),
17741         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17742         (gst_ringbuffer_clear):
17743         * gst-libs/gst/audio/gstringbuffer.h:
17744         Make the base audiosink return an error when there is no
17745         audiobuffer negotiated.
17746
17747 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17748
17749         * ext/Makefile.am:
17750         Disable cdparanoia until someone ports it!
17751
17752 2005-05-06  Wim Taymans  <wim@fluendo.com>
17753
17754         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17755         (gst_ogg_demux_sink_activate):
17756         And revert after wingo's revert.. sigh..
17757
17758 2005-05-05  Andy Wingo  <wingo@pobox.com>
17759
17760         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
17761         GObject.
17762         * configure.ac: Return audiorate and subparse from the ghetto.
17763         Re-enable -Wall -Werror.
17764         * gst/subparse/gstsubparse.c:
17765         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
17766         or chain-based. Cleaned up a bit. Not tested.
17767         
17768 2005-05-05  Christian Schaller <christian@fluendo.com> 
17769
17770         * Makefile.am: remove stuff that is not building
17771         * configure.ac: remove stuff that is not building
17772         * examples/Makefile.am: remove stuff that is not building
17773         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
17774         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
17775         * sys/Makefile.am: remove stuff that is not building
17776         * testsuite/Makefile.am: remove stuff that is not building
17777
17778 2005-05-05  Andy Wingo  <wingo@pobox.com>
17779
17780         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17781         * gst-libs/gst/tag/gstvorbistag.c:
17782         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
17783         * gst/adder/gstadder.h:
17784         * gst/audioconvert/gstchannelmix.c:
17785         (gst_audio_convert_fill_one_other):
17786         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
17787         (gst_audiorate_init), (gst_audiorate_chain):
17788         * gst/playback/gstplaybasebin.c: (setup_source):
17789         * gst/playback/test3.c: (update_scale):
17790         Some GCC4 fixes
17791         
17792         * po/af.po:
17793         * po/az.po:
17794         * po/cs.po:
17795         * po/en_GB.po:
17796         * po/hu.po:
17797         * po/it.po:
17798         * po/nb.po:
17799         * po/nl.po:
17800         * po/or.po:
17801         * po/sq.po:
17802         * po/sr.po:
17803         * po/sv.po:
17804         * po/uk.po:
17805         * po/vi.po: Foo
17806
17807 2005-05-05  Wim Taymans  <wim@fluendo.com>
17808
17809         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17810         (gst_audio_convert_caps_remove_format_info),
17811         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
17812         (gst_audio_convert_change_state), (gst_audio_convert_channels):
17813         * gst/videotestsrc/gstvideotestsrc.c:
17814         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
17815         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
17816         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
17817         (gst_videotestsrc_init), (gst_videotestsrc_loop):
17818         Don't ignore _push() return values.
17819         Make sure no processing is done when shutting down.
17820         Videotestsrc pad activation fix.
17821
17822 2005-05-05  Wim Taymans  <wim@fluendo.com>
17823
17824         * gst/adder/Makefile.am:
17825         * gst/adder/gstadder.c: (gst_adder_setcaps),
17826         (gst_adder_class_init), (gst_adder_init),
17827         (gst_adder_request_new_pad), (gst_adder_collected),
17828         (gst_adder_change_state):
17829         * gst/adder/gstadder.h:
17830         Ported adder as an example of a mixer element using
17831         collect pads. Needs more negotiation work.
17832
17833 2005-05-05  Wim Taymans  <wim@fluendo.com>
17834
17835         * ext/theora/theoradec.c: (_inc_granulepos),
17836         (theora_dec_src_event), (theora_dec_sink_event),
17837         (theora_handle_comment_packet), (theora_handle_type_packet),
17838         (theora_handle_header_packet), (theora_handle_data_packet),
17839         (theora_dec_chain):
17840         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17841         (gst_theora_enc_init), (theora_enc_sink_setcaps),
17842         (theora_push_buffer), (theora_push_packet),
17843         (theora_enc_sink_event), (theora_enc_chain),
17844         (theora_enc_change_state), (theora_enc_set_property),
17845         (theora_enc_get_property):
17846         Added stream lock to decoder so that we can serialize
17847         the discont event.
17848         More theoraenc porting, recover from errors, do clean
17849         shutdown.
17850
17851 2005-05-05  Wim Taymans  <wim@fluendo.com>
17852
17853         * ext/ogg/Makefile.am:
17854         * ext/ogg/README:
17855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17856         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
17857         (gst_ogg_print):
17858         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17859         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17860         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17861         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17862         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
17863         (gst_ogg_mux_change_state):
17864         Ported ogg muxer.
17865
17866 2005-05-05  Wim Taymans  <wim@fluendo.com>
17867
17868         * docs/design-audiosinks.txt:
17869         * gst-libs/gst/audio/TODO:
17870         * gst-libs/gst/audio/gstaudiosink.c:
17871         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17872         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17873         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17874         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17875         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17876         (gst_audiosink_create_ringbuffer):
17877         * gst-libs/gst/audio/gstbaseaudiosink.c:
17878         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17879         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17880         (gst_baseaudiosink_set_property), (build_linear_format),
17881         (debug_spec_caps), (debug_spec_buffer),
17882         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17883         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17884         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17885         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17886         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17887         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17888         (gst_ringbuffer_release), (gst_ringbuffer_play),
17889         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17890         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17891         (gst_ringbuffer_set_sample), (wait_segment),
17892         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17893         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17894         More work on the audiosink, mostly debugging and a race in
17895         shutdown.
17896
17897 2005-04-28  Wim Taymans  <wim@fluendo.com>
17898
17899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17900         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
17901         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17902         (vorbis_dec_src_query), (vorbis_dec_src_event),
17903         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17904         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17905         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17906         Don't crap out when seeking back to position 0.
17907
17908 2005-04-28  Wim Taymans  <wim@fluendo.com>
17909
17910         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
17911         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
17912         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
17913         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
17914         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
17915         Make audio sink configurable, use alsasink as default.
17916
17917 2005-04-28  Wim Taymans  <wim@fluendo.com>
17918
17919         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17920         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17921         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17922         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
17923         (vorbis_dec_change_state):
17924         * ext/vorbis/vorbisdec.h:
17925         Refactor, use STREAM_LOCK.
17926
17927 2005-04-28  Wim Taymans  <wim@fluendo.com>
17928
17929         * ext/theora/theoradec.c: (_inc_granulepos),
17930         (theora_dec_sink_event), (theora_handle_comment_packet),
17931         (theora_handle_type_packet), (theora_handle_header_packet),
17932         (theora_handle_data_packet), (theora_dec_chain),
17933         (theora_dec_change_state):
17934         Refactor a bit, use STREAM_LOCK.
17935
17936 2005-04-28  Wim Taymans  <wim@fluendo.com>
17937
17938         * ext/alsa/Makefile.am:
17939         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
17940         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
17941         (gst_alsa_link), (gst_alsa_close_audio):
17942         * ext/alsa/gstalsaplugin.c: (plugin_init):
17943         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
17944         (gst_alsasink_dispose), (gst_alsasink_base_init),
17945         (gst_alsasink_class_init), (gst_alsasink_init),
17946         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
17947         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
17948         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
17949         (gst_alsasink_reset):
17950         * ext/alsa/gstalsasink.h:
17951         Implement alsasink with simple open/write/close API. 
17952         Make alsa dir build by disabling compilation of code.
17953
17954 2005-04-28  Wim Taymans  <wim@fluendo.com>
17955
17956         * gst-libs/gst/audio/Makefile.am:
17957         * gst-libs/gst/audio/audio.h:
17958         * gst-libs/gst/audio/audioclock.c:
17959         * gst-libs/gst/audio/audioclock.h:
17960         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
17961         (gst_audio_clock_class_init), (gst_audio_clock_init),
17962         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
17963         * gst-libs/gst/audio/gstaudioclock.h:
17964         * gst-libs/gst/audio/gstaudiosink.c:
17965         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17966         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17967         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17968         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17969         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17970         (gst_audiosink_create_ringbuffer):
17971         * gst-libs/gst/audio/gstbaseaudiosink.c:
17972         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17973         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17974         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
17975         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
17976         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17977         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17978         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17979         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17980         * gst-libs/gst/audio/gstbaseaudiosink.h:
17981         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17982         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
17983         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17984         (gst_ringbuffer_release), (gst_ringbuffer_play),
17985         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
17986         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
17987         (gst_ringbuffer_set_sample), (wait_segment),
17988         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
17989         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
17990         * gst-libs/gst/audio/gstringbuffer.h:
17991         Make ringbuffer faster and more simple by removing the locks
17992         in the playback thread.
17993         Add sample accurate playback based on buffer sample offsets.
17994         Make the baseaudiosink provide a clock.
17995         Parse caps in the base class.
17996         Correctly handle seeking, flushing and state changes.
17997
17998 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17999
18000         * configure.ac:
18001         * gst/audioconvert/Makefile.am:
18002         * gst/audioscale/Makefile.am:
18003           Fix part of the build.  Come on guys, autogen didn't even work :)
18004
18005 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18006
18007         * configure.ac:
18008         * gst-libs/gst/Makefile.am:
18009         * gst-libs/gst/media-info/.cvsignore:
18010         * gst-libs/gst/media-info/Makefile.am:
18011         * gst-libs/gst/media-info/README:
18012         * gst-libs/gst/media-info/media-info-priv.c:
18013         * gst-libs/gst/media-info/media-info-priv.h:
18014         * gst-libs/gst/media-info/media-info-test.c:
18015         * gst-libs/gst/media-info/media-info.c:
18016         * gst-libs/gst/media-info/media-info.h:
18017         * gst-libs/gst/media-info/media-info.vcproj:
18018         * pkgconfig/Makefile.am:
18019         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18020         * pkgconfig/gstreamer-media-info.pc.in:
18021           Remove media-info, which is also successed by playbin (see Totem
18022           implementation).
18023
18024 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18025
18026         * configure.ac:
18027         * examples/Makefile.am:
18028         * examples/gstplay/.cvsignore:
18029         * examples/gstplay/Makefile.am:
18030         * examples/gstplay/player.c:
18031         * gst-libs/gst/Makefile.am:
18032         * gst-libs/gst/play/.cvsignore:
18033         * gst-libs/gst/play/Makefile.am:
18034         * gst-libs/gst/play/play.c:
18035         * gst-libs/gst/play/play.h:
18036         * gst-libs/gst/play/play.vcproj:
18037         * pkgconfig/Makefile.am:
18038         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18039         * pkgconfig/gstreamer-play.pc.in:
18040           Remove libgstplay, playbin is now the official successor.
18041
18042 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18043
18044         * configure.ac:
18045         * gst-libs/gst/Makefile.am:
18046         * gst-libs/gst/xwindowlistener/Makefile.am:
18047         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18048         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18049           Remove deprecated xwindowlistener (I've moved xwindowlistening
18050           in the v4l/v4l2 plugins over to serverside).
18051
18052 2005-04-25  David Schleef  <ds@schleef.org>
18053
18054         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18055         to examples/dynparams.  Examples do not belong interspersed with
18056         source code.
18057         * examples/dynparams/demo-dparams.c:
18058         * gst/sine/Makefile.am:
18059         * gst/sine/demo-dparams.c:
18060
18061 2005-04-25  David Schleef  <ds@schleef.org>
18062
18063         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18064         * gst-libs/gst/audio/Makefile.am:
18065         * gst-libs/gst/riff/Makefile.am:
18066         * gst-libs/gst/tag/Makefile.am:
18067         * gst-libs/gst/video/Makefile.am:
18068         * gst-libs/gst/xwindowlistener/Makefile.am:
18069
18070         Convert to 0.9 API, seems to work:
18071         * sys/ximage/Makefile.am:
18072         * sys/ximage/ximagesink.c:
18073
18074 2005-04-24  David Schleef  <ds@schleef.org>
18075
18076         Link plugins against libraries:
18077         * ext/alsa/Makefile.am:
18078         * gst/tcp/Makefile.am:
18079
18080         Remove asm code that should be in liboil
18081         * gst/videoscale/Makefile.am:
18082         * gst/videoscale/videoscale_x86_asm.s:
18083
18084         gettext wants these checked in:
18085         * po/af.po:
18086         * po/az.po:
18087         * po/cs.po:
18088         * po/en_GB.po:
18089         * po/hu.po:
18090         * po/it.po:
18091         * po/nb.po:
18092         * po/nl.po:
18093         * po/or.po:
18094         * po/sq.po:
18095         * po/sr.po:
18096         * po/sv.po:
18097         * po/uk.po:
18098         * po/vi.po:
18099
18100 2005-04-24  David Schleef  <ds@schleef.org>
18101
18102         Convert gst_main() to g_main_loop_run()
18103         * gst/playback/decodetest.c: (main):
18104         * gst/playback/test2.c: (main):
18105         * gst/playback/test3.c: (main):
18106         * gst/playback/test4.c: (main):
18107
18108         Link plugins against libraries:
18109         * ext/libvisual/Makefile.am:
18110         * sys/xvimage/Makefile.am:
18111
18112 2005-04-24  David Schleef  <ds@schleef.org>
18113
18114         * configure.ac: Remove idct and resample libs
18115         * gst-libs/gst/Makefile.am: same
18116
18117         Remove usage of gst_library_load():
18118         * ext/alsa/gstalsaplugin.c: (plugin_init):
18119         * ext/libvisual/visual.c: (plugin_init):
18120         * ext/ogg/gstogg.c: (plugin_init):
18121         * ext/theora/theora.c: (plugin_init):
18122         * ext/vorbis/vorbis.c: (plugin_init):
18123         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18124         * gst/audioscale/gstaudioscale.c:
18125         * gst/adder/gstadder.c: (plugin_init):
18126         * gst/audioconvert/plugin.c: (plugin_init):
18127         * sys/ximage/ximagesink.c: (plugin_init):
18128         * sys/xvimage/xvimagesink.c: (plugin_init):
18129         * gst/tcp/gsttcpplugin.c: (plugin_init):
18130
18131         Link plugins against libraries:
18132         * ext/ogg/Makefile.am:
18133         * ext/theora/Makefile.am:
18134         * ext/vorbis/Makefile.am:
18135         * gst/audioconvert/Makefile.am:
18136
18137         Create proper libraries:
18138         * gst-libs/gst/riff/Makefile.am:
18139         * gst-libs/gst/audio/Makefile.am:
18140         * gst-libs/gst/video/Makefile.am:
18141
18142         Move resample library to audioscale plugin directory:
18143         * gst-libs/gst/resample/Makefile.am:
18144         * gst-libs/gst/resample/README:
18145         * gst-libs/gst/resample/dtof.c:
18146         * gst-libs/gst/resample/dtos.c:
18147         * gst-libs/gst/resample/functable.c:
18148         * gst-libs/gst/resample/private.h:
18149         * gst-libs/gst/resample/resample.c:
18150         * gst-libs/gst/resample/resample.h:
18151         * gst-libs/gst/resample/resample.vcproj:
18152         * gst-libs/gst/resample/test.c:
18153         * gst/audioscale/Makefile.am:
18154         * gst/audioscale/README:
18155         * gst/audioscale/dtof.c:
18156         * gst/audioscale/dtos.c:
18157         * gst/audioscale/functable.c:
18158         * gst/audioscale/private.h:
18159         * gst/audioscale/resample.c:
18160         * gst/audioscale/resample.h:
18161         * gst/audioscale/test.c:
18162
18163         Move tagedit library to gst-libs:
18164         * gst-libs/gst/tag/Makefile.am:
18165         * gst-libs/gst/tag/gstid3tag.c:
18166         * gst-libs/gst/tag/gsttagediting.c:
18167         * gst-libs/gst/tag/gsttageditingprivate.h:
18168         * gst-libs/gst/tag/gstvorbistag.c:
18169         * gst/tags/Makefile.am:
18170         * gst/tags/gstid3tag.c:
18171         * gst/tags/gstvorbistag.c:
18172
18173         Fix for core changes:
18174         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18175         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18176         (gst_sinesrc_getrange):
18177
18178 2005-04-23  David Schleef  <ds@schleef.org>
18179
18180         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18181         in gst-plugins in a long time, and properly belongs in liboil.
18182         * gst-libs/gst/idct/Makefile.am:
18183         * gst-libs/gst/idct/README:
18184         * gst-libs/gst/idct/dct.h:
18185         * gst-libs/gst/idct/doieee:
18186         * gst-libs/gst/idct/fastintidct.c:
18187         * gst-libs/gst/idct/floatidct.c:
18188         * gst-libs/gst/idct/idct.c:
18189         * gst-libs/gst/idct/idct.h:
18190         * gst-libs/gst/idct/idtc.vcproj:
18191         * gst-libs/gst/idct/ieeetest.c:
18192         * gst-libs/gst/idct/intidct.c:
18193
18194 2005-04-20  Wim Taymans  <wim@fluendo.com>
18195
18196         * docs/design-audiosinks.txt:
18197         * gst-libs/gst/audio/Makefile.am:
18198         * gst-libs/gst/audio/TODO:
18199         * gst-libs/gst/audio/gstaudiosink.c:
18200         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18201         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18202         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18203         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18204         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18205         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18206         (gst_audiosink_class_init), (gst_audiosink_init),
18207         (gst_audiosink_create_ringbuffer):
18208         * gst-libs/gst/audio/gstaudiosink.h:
18209         * gst-libs/gst/audio/gstbaseaudiosink.c:
18210         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18211         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18212         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18213         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18214         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18215         (gst_baseaudiosink_create_ringbuffer),
18216         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18217         * gst-libs/gst/audio/gstbaseaudiosink.h:
18218         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18219         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18220         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18221         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18222         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18223         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18224         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18225         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18226         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18227         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18228         * gst-libs/gst/audio/gstringbuffer.h:
18229         An attempt at a set of audio base classes together with some
18230         design docs.
18231
18232 2005-04-20  Wim Taymans  <wim@fluendo.com>
18233
18234         * gst/audioconvert/Makefile.am:
18235         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18236         (gst_audio_convert_caps_remove_format_info),
18237         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18238         (gst_audio_convert_channels):
18239         Link against audio libs.
18240         Fix audio convert plugin.
18241
18242 2005-04-20  Wim Taymans  <wim@fluendo.com>
18243
18244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18245         (gst_ogg_demux_sink_activate):
18246         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18247         (theora_set_header_on_caps), (theora_enc_sink_event),
18248         (theora_enc_chain):
18249         Fix theora encoder.
18250
18251 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18252
18253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18254         * gst/playback/gstdecodebin.c: (find_compatibles):
18255           Work with staticpadtemplates in elementfactories.
18256
18257 2005-04-12  Wim Taymans  <wim@fluendo.com>
18258
18259         * gst/playback/README:
18260         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18261         (compare_ranks), (print_feature), (gst_decode_bin_init),
18262         (dynamic_create), (dynamic_free), (find_compatibles),
18263         (mimetype_is_raw), (close_pad_link), (got_redirect),
18264         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18265         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18266         (gst_decode_bin_change_state):
18267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18268         (gst_play_base_bin_init), (group_destroy), (group_commit),
18269         (check_queue), (queue_overrun), (queue_threshold_reached),
18270         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18271         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18272         (got_redirect), (setup_source), (play_base_eos),
18273         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18274         (gst_play_base_bin_remove_element):
18275         * gst/playback/gstplaybasebin.h:
18276         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18277         (gst_play_bin_init), (gst_play_bin_dispose),
18278         (gst_play_bin_set_property), (gen_video_element),
18279         (gen_text_element), (gen_audio_element), (remove_sinks),
18280         (gst_play_bin_send_event):
18281         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18282         (stream_info_change_state), (gst_stream_info_set_mute):
18283         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18284         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18285         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18286         (gst_stream_selector_chain):
18287         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18288         (main):
18289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18290         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18291         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18292         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18293         Raw and crude port of decodebin. 
18294         Make playbin compile.
18295
18296 2005-04-06  Wim Taymans  <wim@fluendo.com>
18297
18298         * ext/gnomevfs/Makefile.am:
18299         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18300         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18301         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18302         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18303         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18304         (gst_gnomevfssrc_stop):
18305         * ext/ogg/Makefile.am:
18306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18307         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18308         * ext/theora/Makefile.am:
18309         * ext/theora/theoradec.c: (_inc_granulepos),
18310         (theora_dec_sink_event), (theora_dec_chain):
18311         * ext/vorbis/Makefile.am:
18312         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18313         (vorbis_dec_sink_event), (vorbis_dec_chain):
18314         * gst-libs/gst/audio/Makefile.am:
18315         * sys/xvimage/Makefile.am:
18316         Make gnomevfssrc extend the source base class.
18317         Fix linking against libs in various plugins.
18318
18319 2005-04-06  Andy Wingo  <wingo@pobox.com>
18320
18321         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18322         GST_BASE_LIBS.
18323
18324         * configure.ac: Add check and AC_SUBST for libgstbase.
18325
18326 2005-03-31  Wim Taymans  <wim@fluendo.com>
18327
18328         * examples/seeking/Makefile.am:
18329         * examples/seeking/cdparanoia.c: (main):
18330         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18331         (play_cb), (pause_cb), (stop_cb), (main):
18332         * examples/seeking/playbin.c:
18333         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18334         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18335         (make_sid_pipeline), (make_vorbis_pipeline),
18336         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18337         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18338         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18339         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18340         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18341         (stop_cb), (main):
18342         * examples/seeking/spider_seek.c:
18343         * examples/seeking/vorbisfile.c:
18344         * ext/gnomevfs/Makefile.am:
18345         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18346         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18347         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18348         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18349         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18350         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18351         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18352         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18353         * ext/ogg/README:
18354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18355         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18356         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18357         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18358         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18359         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18360         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18361         (gst_ogg_demux_factory_filter), (compare_ranks),
18362         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18363         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18364         (gst_ogg_chain_new), (gst_ogg_chain_free),
18365         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18366         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18367         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18368         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18369         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18370         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18371         (gst_ogg_demux_get_prev_page),
18372         (gst_ogg_demux_deactivate_current_chain),
18373         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18374         (gst_ogg_demux_bisect_forward_serialno),
18375         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18376         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18377         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18378         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18379         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18380         (gst_ogg_demux_change_state), (gst_ogg_print):
18381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18382         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18383         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18384         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18385         (gst_ogg_mux_loop):
18386         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18387         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18388         (theora_dec_src_convert), (theora_dec_sink_convert),
18389         (theora_dec_src_query), (theora_dec_src_event),
18390         (theora_dec_sink_event), (theora_dec_chain),
18391         (theora_dec_change_state):
18392         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18393         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18394         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18395         (theora_enc_change_state):
18396         * ext/vorbis/Makefile.am:
18397         * ext/vorbis/oggvorbisenc.c:
18398         * ext/vorbis/oggvorbisenc.h:
18399         * ext/vorbis/vorbis.c: (plugin_init):
18400         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18401         (vorbis_dec_src_query), (vorbis_dec_src_event),
18402         (vorbis_dec_sink_event), (vorbis_dec_chain),
18403         (vorbis_dec_change_state):
18404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18405         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18406         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18407         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18408         (gst_vorbisenc_change_state):
18409         * ext/vorbis/vorbisenc.h:
18410         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18411         * gst-libs/gst/audio/audioclock.c:
18412         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18413         (gst_audiofilter_init), (gst_audiofilter_chain):
18414         * gst-libs/gst/audio/testchannels.c: (main):
18415         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18416         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18417         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18418         (gmip_find_track_streaminfo), (gmip_find_track_format):
18419         * gst-libs/gst/media-info/media-info.c:
18420         (gst_media_info_read_idler):
18421         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18422         (gst_play_get_all_by_interface):
18423         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18424         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18425         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18426         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18427         (gst_riff_parse_info):
18428         * gst-libs/gst/riff/riff-read.h:
18429         * gst-libs/gst/riff/riff.c: (plugin_init):
18430         * gst-libs/gst/video/Makefile.am:
18431         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18432         (gst_videosink_class_init), (gst_videosink_get_type):
18433         * gst-libs/gst/video/videosink.h:
18434         * gst/audioconvert/bufferframesconvert.c:
18435         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18436         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18437         * gst/audioconvert/channelmixtest.c: (main):
18438         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18439         (gst_audio_convert_chain),
18440         (gst_audio_convert_caps_remove_format_info),
18441         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18442         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18443         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18444         (gst_audio_convert_buffer_to_default_format),
18445         (gst_audio_convert_buffer_from_default_format),
18446         (gst_audio_convert_channels):
18447         * gst/audioconvert/gstchannelmix.h:
18448         * gst/ffmpegcolorspace/avcodec.h:
18449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18450         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18451         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18452         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18453         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18454         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18455         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18456         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18457         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18458         (dv_type_find):
18459         * gst/videotestsrc/gstvideotestsrc.c:
18460         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18461         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18462         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18463         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18464         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18465         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18466         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18468         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18469         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18470         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18471         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18472         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18473         (gst_xvimagesink_navigation_send_event),
18474         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18475         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18476         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18477         * sys/xvimage/xvimagesink.h:
18478         Plugin port to 0.9, ogg/theora playback should work in the seek
18479         example now.
18480         Removed old examples.
18481         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18482         explained in 0.9 TODO doc.
18483
18484
18485 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18486
18487         * autogen.sh:
18488         * configure.ac:
18489         * ext/Makefile.am:
18490         * gst/Makefile.am:
18491         * po/POTFILES.in:
18492         * po/af.po:
18493         * po/az.po:
18494         * po/cs.po:
18495         * po/en_GB.po:
18496         * po/hu.po:
18497         * po/it.po:
18498         * po/nb.po:
18499         * po/nl.po:
18500         * po/or.po:
18501         * po/sq.po:
18502         * po/sr.po:
18503         * po/sv.po:
18504         * po/uk.po:
18505         * po/vi.po:
18506         * sys/Makefile.am:
18507         * testsuite/Makefile.am:
18508           remove a whole bunch of plugins.  This module now contains a set
18509           of free reference plugins/elements as agreed.
18510
18511 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18512
18513         * configure.ac:
18514           hunting season on 0.9 is now OPEN
18515
18516 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18517
18518         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18519           Kick the hell out of gcc for not warning me about a symbol conflict.
18520
18521 2005-02-22  Luca Ognibene  <luogni@tin.it>
18522
18523         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18524
18525         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18526           Don't leak caps string (fixes #168134)
18527
18528         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
18529         (gst_jpegenc_init), (gst_jpegenc_finalize),
18530         (gst_jpegenc_change_state):
18531           Don't leak line buffers and context struct (fixes #168133).
18532
18533 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18534
18535         * configure.ac:
18536         * ext/dirac/gstdiracdec.cc:
18537         (gst_diracdec_chain):
18538           Since dirac 0.5.0 the framerate in dirac is expressed as a
18539           rational number. Fix build and up requirement to 0.5.0, and
18540           also pass parameters to gst_diracdec_link in the right order
18541           (fixes #167959).
18542
18543 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
18544
18545         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
18546         * ext/faad/gstfaad.h:
18547         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
18548         certain invalid muxed streams, where some packets will contain 
18549         junk after decoder data. Partially fixes #149158.
18550
18551 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
18552         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
18553           Make sure we only write to writable buffers
18554
18555 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
18556
18557         * gst-libs/gst/riff/riff-media.c:
18558         (gst_riff_create_audio_caps_with_data):
18559           Do actually fix invalid RIFF fmt header values for alaw
18560           and mulaw audio instead of just saying so.
18561
18562         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18563           Give gst_riff_create_audio_caps_with_data() a chance to
18564           fix up broken format header fields before extracting any
18565           parameters from the header. (fixes #167633)
18566
18567 2005-02-19  Martin Holters  <martin.holters@gmx.de>
18568
18569         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18570
18571         * gst/audioconvert/bufferframesconvert.c:
18572         (buffer_frames_convert_link):
18573           Don't leak othercaps. (fixes #167878)
18574
18575 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
18576
18577         * configure.ac:
18578         * ext/libvisual/visual.c: (gst_visual_srclink),
18579         (gst_visual_change_state):
18580           Support libvisual 0.2.0.
18581
18582 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18583
18584         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
18585         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
18586           Use same rowstrides for I420 as used everywhere else.
18587
18588 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18589
18590         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18591           Declare variables at beginning of block and make gcc-2.95 happy
18592           (fixes # 167482, patch by Gergely Nagy).
18593           
18594         * gst/tcp/gsttcpclientsrc.c:
18595         * gst/tcp/gsttcpclientsrc.h:
18596           Move some includes into the header, so that struct sockaddr_in is
18597           defined when it should be defined on FreeBSD as well (fixes
18598           #167483).
18599           
18600         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18601           Don't pass uninitialised values to setsockopt() here either.
18602
18603 2005-02-17  Luca Ognibene  <luogni at tin dot it>
18604
18605         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18606
18607         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
18608           Don't pass uninitialised values to setsockopt(). (fixes #167704)
18609
18610 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18611
18612         * gst/playback/gstplaybin.c: (add_sink):
18613           Invert bin_add/link order to workaround deadlock in opt.
18614
18615 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18616
18617         * gst/modplug/gstmodplug.cc:
18618           Add missing break causing position queries to fail.
18619
18620 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18621
18622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
18623           Granpos can apparently be -1, which screws up calculations...
18624
18625 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18626
18627         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18628         (gst_ximagesink_send_pending_navigation),
18629         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
18630         (gst_ximagesink_init):
18631         * sys/ximage/ximagesink.h:
18632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18633         (gst_xvimagesink_send_pending_navigation),
18634         (gst_xvimagesink_navigation_send_event),
18635         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
18636         * sys/xvimage/xvimagesink.h:
18637           Use a mutex protected list to marshal navigation
18638           events into the stream thread from whichever thread
18639           sends them.
18640
18641 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18642
18643         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
18644           Display current position and track length; misc. clean-ups.
18645           
18646         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
18647         (speed_init), (speed_chain):
18648           Add query function, so that the stream length and current position
18649           get adjusted when queried (note that current position queries may
18650           still be wrong if the audio sink returns values based on buffer
18651           timestamps instead of passing on the query).
18652
18653 2005-02-13  Benjamin Otte  <otte@gnome.org>
18654
18655         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18656         (gst_audio_convert_channels):
18657           create channel conversion matrix when linking
18658         * gst/audioconvert/.cvsignore:
18659         * gst/audioconvert/Makefile.am:
18660         * gst/audioconvert/channelmixtest.c: (main):
18661           add (ugly) test that ensures stereo <=> mono conversion works
18662           correctly
18663
18664 2005-02-13  Benjamin Otte  <otte@gnome.org>
18665
18666         * gst/audioconvert/gstchannelmix.h:
18667           include missing header file
18668         * gst/audioconvert/gstchannelmix.c:
18669         (gst_audio_convert_fill_compatible):
18670           use same sign for both channels when converting to/from compatible
18671           channel. Previously used different signs made the signals cancel
18672           each other out and appear like silence. (fixes #167269)
18673
18674 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18675
18676         * gst/ffmpegcolorspace/avcodec.h:
18677         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18678         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18679         (gst_ffmpegcsp_avpicture_fill):
18680         * gst/ffmpegcolorspace/imgconvert.c:
18681           Convert to and from YV12 (fixes #156379).
18682
18683 2005-02-12  Julien MOUTTE  <julien@moutte.net>
18684
18685         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18686         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
18687         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
18688         (gst_ximagesink_expose), (gst_ximagesink_set_property),
18689         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
18690         methods from chain and negotiation and vice versa (Fixes #166142).
18691         * sys/ximage/ximagesink.h: Add stream_lock.
18692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18693         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18694         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18695         (gst_xvimagesink_expose): Check for xcontext before trying to link.
18696
18697 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18698
18699         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
18700           Don't send "Hey! You gave me a NULL pointer you naughty person" as
18701           error message when we can't open the DVD device (when dvdnav_open()
18702           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
18703           the above). Send something more useful instead (fixes #167117).
18704
18705 2005-02-11  Julien MOUTTE  <julien@moutte.net>
18706
18707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18708         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
18709         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18710         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18711         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
18712         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
18713         methods from chain and negotiation and vice versa (Fixes #166142).
18714         Fix a possible bug of images in the buffer pool being discarded because
18715         we are looking at the wrong geometry.
18716         * sys/xvimage/xvimagesink.h: Add stream_lock.
18717
18718 2005-02-11  David Schleef  <ds@schleef.org>
18719
18720         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
18721         unsigned int. (fixes #167128)
18722
18723 2005-02-11  David Schleef  <ds@schleef.org>
18724
18725         * gst/librfb/Makefile.am: Testing stuff before committing is
18726           for wimps... and people with fast machines.  Fix stupid
18727           mistake.
18728
18729 2005-02-11  David Schleef  <ds@schleef.org>
18730
18731         * configure.ac: Pull in librfb from my CVS tree, because it is
18732           too small and annoying to be separate.  Move rfbsrc plugin
18733           to gst/.
18734         * ext/Makefile.am:
18735         * ext/librfb/Makefile.am:
18736         * ext/librfb/gstrfbsrc.c:
18737         * gst/librfb/Makefile.am:
18738         * gst/librfb/gstrfbsrc.c:
18739         * gst/librfb/rfb.c:
18740         * gst/librfb/rfb.h:
18741         * gst/librfb/rfbbuffer.c:
18742         * gst/librfb/rfbbuffer.h:
18743         * gst/librfb/rfbbytestream.c:
18744         * gst/librfb/rfbbytestream.h:
18745         * gst/librfb/rfbcontext.h:
18746         * gst/librfb/rfbdecoder.c:
18747         * gst/librfb/rfbdecoder.h:
18748         * gst/librfb/rfbutil.h:
18749
18750 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18751
18752         * gst/speed/Makefile.am:
18753         * gst/speed/demo-mp3.c: (main):
18754         * gst/speed/filter.func:
18755         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
18756         (speed_class_init), (speed_init), (speed_chain_int16),
18757         (speed_chain_float32), (speed_chain), (speed_set_property),
18758         (speed_get_property), (speed_change_state):
18759         * gst/speed/gstspeed.h:
18760           Fix speed element and make it chain-based (fixes #156467),
18761           and make it handle more than one channel.
18762
18763 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
18764
18765         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
18766         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
18767         (gst_dtsdec_chain), (gst_dtsdec_change_state):
18768         * ext/dts/gstdtsdec.h:
18769           Don't clobber the stack constructing the channels array.
18770           Make the element chain-based. DTS tracks can now be played.
18771           
18772 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
18773
18774         * gst-libs/gst/audio/multichannel.h:
18775         * gst-libs/gst/gconf/gconf.h:
18776         * gst-libs/gst/idct/idct.h:
18777         * gst-libs/gst/media-info/media-info-priv.h:
18778         * gst-libs/gst/play/play.h:
18779         * gst-libs/gst/resample/private.h:
18780         * gst-libs/gst/resample/resample.h:
18781         * gst-libs/gst/riff/riff-ids.h:
18782         * gst-libs/gst/video/video.h:
18783         * gst-libs/gst/video/videosink.h:
18784           Add G_BEGIN_DECLS and G_END_DECLS around headers where
18785           missing, so that they work when included from C++ code.
18786
18787 2005-02-09  David Schleef  <ds@schleef.org>
18788
18789         * testsuite/gst-lint: Check for non-statically scoped
18790           parent_class variables.  This won't be a problem once
18791           plugins are loaded with RTLD_LOCAL.
18792
18793 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18794
18795         * ext/mplex/gstmplexibitstream.cc:
18796           gcc madness.
18797
18798 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18799
18800         * ext/ogg/gstogmparse.c:
18801         * gst/debug/gstnavigationtest.c:
18802           Die, thou faulty symbol pollutors (non-static parent_class).
18803
18804 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18805
18806         * ext/mplex/gstmplexibitstream.cc:
18807           Fix event handling (#165525).
18808
18809 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18810
18811         * ext/mikmod/gstmikmod.c:
18812         * gst/modplug/gstmodplug.cc:
18813           Add missing endianness to template (fixes #165509).
18814
18815 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18816
18817         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
18818           Fix wrong order of reading of optional bytes (#165290).
18819
18820 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18821
18822         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18823           Implement FILLER event awareness.
18824
18825 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18826
18827         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
18828           Fix track calculations (#166208).
18829
18830 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18831
18832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18833
18834         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
18835         * ext/libpng/gstpngenc.c:
18836           Fix byte-order, use proper fixed caps. Fixes #164197.
18837
18838 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18839
18840         * configure.ac:
18841           Add dvdlpcmdec 
18842
18843         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
18844         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
18845           Don't push buffers if the src pad isn't negotiated yet.
18846           
18847         * gst/audioconvert/gstaudioconvert.c:
18848         (gst_audio_convert_buffer_to_default_format),
18849         (gst_audio_convert_buffer_from_default_format):
18850           Add support for 24-bit width.
18851
18852         * gst/dvdlpcmdec/.cvsignore:
18853         * gst/dvdlpcmdec/Makefile.am:
18854         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
18855         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
18856         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
18857         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
18858         (plugin_init):
18859         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
18860           New decoder for rearranging DVD LPCM into our audio/x-raw-int
18861           format. Needs support for the channels maps if someone can find 
18862           a DVD LPCM track with > 2 channels.
18863
18864         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
18865         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
18866         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
18867         * gst/mpegstream/gstdvddemux.h:
18868         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
18869         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
18870         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
18871         * gst/mpegstream/gstmpegdemux.h:
18872         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
18873         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
18874         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
18875         (gst_mpeg_parse_handle_src_query),
18876         (gst_mpeg_parse_handle_src_event):
18877           Use audio/x-dvd-lpcm for LPCM output.
18878           Add DTS output.
18879
18880 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18881
18882         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18883
18884         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
18885         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
18886           Add BGRA handling (#165736).
18887
18888 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
18889
18890         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18891
18892         * gst/law/alaw-decode.c: (alawdec_link):
18893         * gst/law/alaw-encode.c: (alawenc_link):
18894         * gst/law/mulaw-decode.c: (mulawdec_link):
18895         * gst/law/mulaw-encode.c: (mulawenc_link):
18896           Fix caps memleaks (#166600).
18897
18898 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
18899
18900         * ext/tarkin/mem.h:
18901         * ext/tarkin/wavelet.h:
18902         * ext/tarkin/yuv.h:
18903         * gst/ffmpegcolorspace/avcodec.h:
18904           Include "_stdint.h" instead of <stdint.h>. Fixes build on
18905           systems that don't have stdint.h, like Solaris9 (fixes #166631).
18906
18907 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18908
18909         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
18910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
18911         (gst_xvimagesink_change_state):
18912           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
18913           Xv video (and thereby regenerate Xv colourkey) in clear() so
18914           that PLAY -> READY -> PLAY works (fixes #162504).
18915
18916 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18917
18918         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
18919           Switch to list instead of range, since MJPEG-devices really just
18920           support decimations, not any size.
18921
18922 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18923         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
18924         (gst_mpeg2dec_reset), (free_all_buffers),
18925         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
18926         * ext/mpeg2dec/gstmpeg2dec.h:
18927           The libmpeg2 user-allocated buffer management is awkward, 
18928           to say the least. Hopefully this fixes things.
18929
18930 2005-02-04  Andy Wingo  <wingo@pobox.com>
18931
18932         * gst/audioconvert/bufferframesconvert.c
18933         (buffer_frames_convert_fixate): New function, fixates to 256
18934         frames per buffer by default. (Much better than 1.)
18935         (buffer_frames_convert_init): Set the fixate function for both src
18936         and sink pad.
18937         (buffer_frames_convert_link): After success setting nonfixed caps,
18938         get the negotiated caps so we can know how many buffer-frames it
18939         will be. No idea how this worked at all before.
18940
18941 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18942
18943         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
18944         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
18945         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
18946         (handle_sequence), (handle_picture):
18947         * ext/mpeg2dec/gstmpeg2dec.h:
18948           Rearrange buffer tracking and refcounting and refactor
18949           a little for readability. 
18950
18951 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18952         * sys/v4l/gstv4l.c: (plugin_init):
18953         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
18954         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
18955         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
18956         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
18957         * sys/v4l/gstv4ljpegsrc.h:
18958         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
18959         * sys/v4l/v4l_calls.h:
18960         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
18961         (gst_v4lsrc_get_fps):
18962         * sys/v4l/v4lsrc_calls.h:
18963           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
18964           you jpeg inside rgb frames" driver.
18965           Don't error in the v4lsrc link function, just return 
18966           REFUSED.
18967
18968 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18969
18970         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
18971         (gst_qcamsrc_open):
18972           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
18973
18974 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18975
18976         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18977           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
18978
18979 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18980
18981         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
18982           Reset negotiated state on PAUSED->READY.
18983
18984 2005-02-02  David Schleef  <ds@schleef.org>
18985
18986         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
18987         whereever possible.  (Fixes #165997)
18988         * examples/capsfilter/capsfilter1.c: (main):
18989         * examples/dynparams/filter.c: (create_ui):
18990         * examples/seeking/cdparanoia.c: (get_track_info), (main):
18991         * examples/seeking/chained.c: (main):
18992         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18993         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18994         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
18995         (make_mpeg_pipeline), (make_mpegnt_pipeline):
18996         * examples/seeking/spider_seek.c: (make_spider_pipeline):
18997         * examples/switch/switcher.c: (main):
18998         * ext/dv/demo-play.c: (main):
18999         * ext/faad/gstfaad.c: (gst_faad_change_state):
19000         * ext/mad/gstmad.c: (gst_mad_chain):
19001         * ext/smoothwave/demo-osssrc.c: (main):
19002         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19003         (gst_gconf_render_bin_from_description),
19004         (gst_gconf_get_default_audio_sink),
19005         (gst_gconf_get_default_video_sink),
19006         (gst_gconf_get_default_audio_src),
19007         (gst_gconf_get_default_video_src),
19008         (gst_gconf_get_default_visualization_element):
19009         * gst/level/demo.c: (main):
19010         * gst/level/plot.c: (main):
19011         * gst/playback/gstplaybin.c: (gen_video_element),
19012         (gen_audio_element):
19013         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19014         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19015         * gst/sine/demo-dparams.c: (main):
19016         * gst/spectrum/demo-osssrc.c: (main):
19017         * gst/speed/demo-mp3.c: (main):
19018         * gst/volume/demo.c: (main):
19019         * testsuite/embed/embed.c: (main):
19020
19021 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19022
19023         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19024         (gst_tcpclientsink_finalize):
19025         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19026         (gst_tcpclientsrc_finalize):
19027         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19028         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19029         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19030         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19031           Don't leak the hostname when shutting down.
19032           In tcpserversrc, take a copy of the default hostname.
19033
19034 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19035
19036         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19037           Set caps to systemstream=TRUE.
19038
19039 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19040
19041         * testsuite/Makefile.am:
19042           Fix more OSX buildbots.
19043
19044 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19045
19046         * ext/mpeg2dec/gstmpeg2dec.c:
19047           Don't send things to NULL PAD_PEERs
19048
19049         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19050           Copy-on-write the incoming buffer.
19051
19052         * gst/mpegstream/gstdvddemux.h:
19053         * gst/mpegstream/gstmpegclock.h:
19054         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19055         (normal_seek), (gst_mpeg_demux_handle_src_event):
19056         * gst/mpegstream/gstmpegdemux.h:
19057         * gst/mpegstream/gstmpegpacketize.h:
19058         * gst/mpegstream/gstmpegparse.c:
19059         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19060         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19061         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19062         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19063         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19064         * gst/mpegstream/gstmpegparse.h:
19065         * gst/mpegstream/gstrfc2250enc.h:
19066           Various changes to the way time is computed that make seeking and
19067           total time estimation much better here.
19068           Use G_BEGIN/END_DECLS instead of __cplusplus
19069
19070         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19071           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19072
19073 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19074
19075         * gst/subparse/gstsubparse.c:
19076           Fix OSX buildbot.
19077
19078 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19079
19080         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19081         (theora_enc_chain), (theora_enc_change_state):
19082         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19083         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19084         (gst_vorbisenc_change_state):
19085         * ext/vorbis/vorbisenc.h:
19086           Set granulepos and timestamp correctly for streams not
19087           starting at 0, taking into account the initial delay.
19088
19089 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19090
19091         * gst/mpegstream/gstdvddemux.c:
19092           Add audio/x-dts to audio pad template caps
19093
19094 2005-01-30  David Schleef  <ds@schleef.org>
19095
19096         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19097         (create_context), (gst_polypsink_link): Fix silly endianness
19098         bug.  Add some debugging.  Remove float from caps; it doesn't
19099         work.  Attempt to get remote audio working.
19100
19101 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19102
19103         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19104           Add 3IV2 fourcc.
19105
19106 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19107
19108         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19109         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19110         (gst_avi_demux_stream_data):
19111         * gst/avi/gstavidemux.h:
19112           Invert DIB images. Fixes #132341.
19113
19114 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19115
19116         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19117         (gst_ffmpegcsp_chain):
19118           D'oh, reference the palette data, not the palette structure.
19119           Fixes color distortion in #132341.
19120
19121 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19122
19123         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19124           PAR can be non-fixed when not provided as argument (#162626).
19125
19126 2005-01-29  David Moore  <dcm@acm.org>
19127
19128         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19129
19130         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19131         (gst_qtdemux_loop_header):
19132           Re-apply patch from #142272 that allows non-seekable sources,
19133           re-proposed by Daniel Drake <dsd@gentoo.org>.
19134
19135 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19136
19137         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19138           Use the src template for creating the src pad (#162330).
19139
19140 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19141
19142         * configure.ac:
19143         * ext/musepack/Makefile.am:
19144         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19145         (gst_musepackdec_init), (gst_musepackdec_dispose),
19146         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19147         (gst_musepack_stream_init), (gst_musepackdec_loop),
19148         (gst_musepackdec_change_state):
19149         * ext/musepack/gstmusepackdec.cpp:
19150         * ext/musepack/gstmusepackdec.h:
19151         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19152         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19153         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19154         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19155         * ext/musepack/gstmusepackreader.cpp:
19156         * ext/musepack/gstmusepackreader.h:
19157           Update to 1.1 API (#165446).
19158
19159 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19160
19161         * ext/Makefile.am:
19162           Unbreak buildbot.
19163
19164 2005-01-28  Andy Wingo  <wingo@pobox.com>
19165
19166         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19167         to reflect a different dubious internet source. Add a reference
19168         and some commentary.
19169
19170 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19171
19172         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19173         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19174         * gst/playback/gststreamselector.h:
19175           Be more selective when we're redoing caps negotiation from
19176           within the chain function on a stream change.
19177
19178 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19179
19180         * configure.ac:
19181         * ext/Makefile.am:
19182         * ext/amrnb/Makefile.am:
19183         * ext/amrnb/amrnb.c: (plugin_init):
19184         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19185         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19186         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19187         (gst_amrnbdec_state_change):
19188         * ext/amrnb/amrnbdec.h:
19189         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19190         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19191         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19192         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19193         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19194         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19195         * ext/amrnb/amrnbparse.h:
19196           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19197         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19198           Add AMR-NB/-WB raw formats.
19199         * ext/alsa/gstalsa.c: (gst_alsa_link):
19200           Keep valid time when changing format.
19201         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19202         (qtdemux_parse_trak):
19203           Add some more format-specific options (#140141, #143555, #155163).
19204
19205 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19206
19207         * gst/matroska/matroska-demux.c:
19208         (gst_matroska_demux_parse_blockgroup):
19209           Fix logic error in timing of subtitle stream synchronization.
19210         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19211           Add skip-chunk, which is found in kodak-camera streams.
19212
19213 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19214
19215         * po/LINGUAS:
19216         * po/vi.po:
19217           Adding Vietnamese translation (submitted by Clytie Siddall)
19218
19219 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19220
19221         * gst/playback/gstdecodebin.c: (try_to_link_1):
19222           Use realpad for signal.
19223
19224 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19225
19226         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19227           Fix category so decodebin picks it up.
19228
19229 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19230
19231         * ext/mad/Makefile.am:
19232         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19233         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19234         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19235         (found_type), (gst_id3demux_bin_change_state):
19236         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19237         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19238         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19239         (gst_id3_tag_change_state), (plugin_init):
19240         * ext/mad/gstmad.h:
19241           Add id3demuxbin (which is a simple bin consisting of id3demux
19242           and typefind), take over rank from id3demux, remove typefind
19243           code from id3demux. Makes all broken mp3s that I know of work,
19244           and thereby fixes #152688.
19245
19246 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19247
19248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19249
19250         * ext/mad/gstmad.c: (gst_mad_src_event):
19251         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19252           Allow seeks on audio pad, make mad forward those (#164826).
19253         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19254           Set duration (#165335).
19255
19256 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19257
19258         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19259         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19260         (gst_asf_demux_process_ext_content_desc),
19261         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19262         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19263         * gst/asfdemux/gstasfdemux.h:
19264           Improve metadata display, e.g. if the metadata comes before the
19265           streams are loaded (which is perfectly valid).
19266
19267 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19268
19269         * tools/gst-launch-ext-m.m:
19270           Fix AVI/ASF pipelines (#165340).
19271
19272 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19273         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19274         build failure on amd64
19275
19276 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19277
19278         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19279         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19280           Check environment variables GST_ID3V2_TAG_ENCODING,
19281           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19282           list of character encodings to force interpretation of non-unicode
19283           strings stored in an ID3v2 tag to a particular encoding. If none
19284           is specified, try to use current locale's encoding, then fall back
19285           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19286         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19287         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19288           Check environment variables GST_ID3V1_TAG_ENCODING,
19289           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19290           list of character encodings to use in case a string encountered
19291           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19292           specified, try to use the current locale's encoding, then fall
19293           back to ISO-8859-1 (which will always succeed).
19294
19295 2005-01-25  Benjamin Otte  <otte@gnome.org>
19296
19297         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19298           - on half framerate, compute the rate in advance so the comparisons
19299             don't compare wrong values
19300           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19301             behaviour
19302           - don't use mad_header_decode anymore, mad_frame_decode does that
19303             automatically
19304           - when getting rid of consumed bytes, reset the stream's skiplen
19305           (fixes #163867)
19306
19307 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19308
19309         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19310           Use 1/2 a second for default max_discont, as PES streams from DVB
19311           seem to have larger spacings in the SCR. 
19312           Fix a typo.
19313
19314 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19315
19316         * gst/playback/gstplaybasebin.c: (group_commit):
19317           Notify delayed stream-info availability.
19318
19319 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19320         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19321         (gst_a52dec_handle_event), (gst_a52dec_chain):
19322         Add some debug output. Check that a discont has a valid
19323         time associated.
19324         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19325         (gst_alsa_sink_loop):
19326         Ignore TAG events. A little extra debug for broken timestamps.
19327         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19328         (dvdnavsrc_change_state):
19329         Ensure we send a discont to engage the link before we send any
19330         other events.
19331         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19332         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19333         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19334         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19335         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19336         dvd://title works in totem because typefinding sends a seek that ends
19337         up going back to chapter 1 regardless.
19338         * ext/mpeg2dec/gstmpeg2dec.c:
19339         * ext/mpeg2dec/gstmpeg2dec.h:
19340         Output correct timestamps and handle disconts.
19341         * ext/ogg/gstoggdemux.c: (get_relative):
19342         Small guard against a null dereference.
19343         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19344         (gst_textoverlay_set_property):
19345         Free memory when done. Don't call gst_event_filler_get_duration on
19346         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19347         g_warning.
19348         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19349         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19350         (gst_sw_srclink), (gst_smoothwave_chain):
19351         Draw solid lines, prettier colours.
19352         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19353         Add a default palette that'll work for some movies.
19354         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19355         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19356         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19357         * gst/mpegstream/gstdvddemux.h:
19358         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19359         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19360         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19361         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19362         * gst/mpegstream/gstmpegparse.h:
19363         Use PTM/NAV events when for timestamp adjustment when connected to 
19364         dvdnavsrc. Don't use many discont events where one suffices.
19365         * gst/playback/gstplaybasebin.c: (group_destroy),
19366         (gen_preroll_element), (gst_play_base_bin_add_element):
19367         * gst/playback/gstplaybasebin.h:
19368         Make sure we remove subtitles from the same bin we put them in.
19369         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19370         (gst_subparse_buffer_format_autodetect),
19371         (gst_subparse_change_state):
19372         Fix some memleaks and invalid accesses.
19373         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19374         (oggskel_type_find), (cmml_type_find), (plugin_init):
19375         Some typefind functions for Annodex v3.0 files
19376         * gst/wavparse/gstwavparse.h:
19377         GstRiffReadClass is the correct parent class.
19378
19379 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19380
19381         * gst-libs/gst/riff/riff-media.c:
19382         (gst_riff_create_video_caps_with_data):
19383           Add extradata to huffyuv (fixes #165013).
19384         * gst-libs/gst/riff/riff-read.c:
19385         (gst_riff_read_strf_vids_with_data):
19386           Fix extradata extraction if it is in the chunk size.
19387
19388 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19389
19390         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19391
19392         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19393         (gst_quarktv_change_state), (gst_quarktv_dispose):
19394           Memory free'ing location fix (#164708).
19395
19396 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19397
19398         * gst/playback/gstplaybasebin.c: (group_commit),
19399         (gen_preroll_element), (probe_triggered), (gen_source_element),
19400         (setup_source), (gst_play_base_bin_change_state),
19401         (gst_play_base_bin_add_element):
19402           Don't block for streams.
19403         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19404         (gst_stream_info_set_mute):
19405           Use gst_pad_set_active_recursive.
19406
19407 2005-01-25  Andy Wingo  <wingo@pobox.com>
19408
19409         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19410         for #ifndef HAVE_XVIDEO.
19411
19412 2005-01-24  Jeffrey C. Ollie
19413
19414         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19415
19416         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19417         * ext/gsm/gstgsmdec.h:
19418         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19419         * ext/gsm/gstgsmenc.h:
19420         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19421         was given by property. Add proper buffer timestamps and offsets.
19422
19423 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19424
19425         * gst-libs/gst/riff/riff-media.c:
19426         (gst_riff_create_audio_caps_with_data):
19427           Audio can be <8000Hz.
19428
19429 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19430
19431         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19432           Explicit state change to workaround refcount bugs.
19433
19434 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19435
19436         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19437         (gst_avimux_riff_get_avi_header):
19438           Fix...
19439
19440 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19441
19442         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19443         (gst_riff_read_element_data):
19444         * gst-libs/gst/riff/riff-read.h:
19445           Add _peek version (req'ed in CDXA).
19446         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19447         (gst_cdxaparse_loop):
19448           Fix parsing in playbin.
19449         * gst/playback/gstdecodebin.c: (close_pad_link):
19450           Ignore current_ pads, they cause major annoyance.
19451
19452 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19453
19454         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19455           Safety guard.
19456
19457 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19458
19459         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19460           Fix padding...
19461
19462 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19463
19464         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19465           Allow for 0-sized buffers. Fixes length query problems in
19466           starwars.mkv from the testsuite.
19467
19468 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19469
19470         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19471         (gst_video_box_i420), (gst_video_box_chain):
19472           Fix row strides for I420 (fixes #163159)
19473           
19474 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19475
19476         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19477           MPEG2 has a useful rate property, so we can actually use that.
19478           For MPEG-1, continue using the bytes/time properties.
19479
19480 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19481
19482         * gst-libs/gst/riff/riff-media.c:
19483         (gst_riff_create_video_caps_with_data),
19484         (gst_riff_create_video_template_caps):
19485           Add intel-h263.
19486
19487 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19488
19489         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19490           Fail if caps negotiation fails. Should fix #162184, and should
19491           definately be in there regardless of it fixing the actual bug.
19492         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19493         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19494         (gst_avimux_riff_get_avix_header),
19495         (gst_avimux_riff_get_video_header),
19496         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19497         (gst_avimux_start_file), (gst_avimux_handle_event),
19498         (gst_avimux_change_state):
19499         * gst/avi/gstavimux.h:
19500           Refactor structure writing to use GST_WRITE_UINT macros, add
19501           metadata writing support.
19502
19503 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19504
19505         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19506           Elements may already be destroyed when this function is called.
19507
19508 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19509
19510         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19511         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19512           More memory leak fixes (#149162).
19513
19514 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19515
19516         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19517         (gst_qtdemux_add_stream):
19518           Fix two memleaks.
19519
19520 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19521
19522         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19523           Argh...
19524
19525 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19526
19527         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19528           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
19529           when fixating to six channels in Totem.
19530
19531 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19532
19533         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
19534           Fix compile warnings on Solaris 10 buildbot
19535
19536 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19537
19538         * ext/dvdread/dvdreadsrc.c: (_read):
19539           Don't read beyond the last cell in a chapter (fixes 
19540           invalid memory access)
19541
19542 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19543
19544         * ext/dvdread/stream_labels.c:
19545         (dvdreadsrc_get_audio_stream_labels):
19546           Use NULL for an empty GList instead of g_list_alloc(); fix 
19547           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
19548           of GString (easier to bulk free later)
19549
19550 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19551
19552         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19553
19554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19555         (gst_ffmpeg_pixfmt_to_caps):
19556           Fix BGRA32 caps (#164209).
19557
19558 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19559
19560         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19561
19562         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19563         (gst_ffmpeg_caps_to_pixfmt):
19564           alpha_mask can be RGBA/ABGR. Fixes #164265.
19565
19566 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
19567
19568         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19569
19570         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
19571         (gst_mpeg2dec_alloc_buffer):
19572         * ext/mpeg2dec/gstmpeg2dec.h:
19573           Crop if decoding size is not the actual image size (#163676).
19574
19575 2005-01-17  Steve Baker  <steve@stevebaker.org>
19576
19577         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19578
19579         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
19580         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
19581           Add libsndfile typefind functions (#163309).
19582
19583 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19584
19585         * tools/gst-launch-ext-m.m:
19586           Add .aac, fix .m1v/.m2v (#163891).
19587
19588 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19589
19590         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
19591           Sanity check, don't wait endlessly since the clock might not
19592           actually run at this point (which is a deadlock). Fixes #164069.
19593
19594 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19595
19596         * gst/playback/gstplaybasebin.c: (probe_triggered):
19597           Of course, only pause if group is done...
19598
19599 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19600
19601         * gst/playback/gstplaybasebin.c: (probe_triggered):
19602           Thread safety.
19603
19604 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19605
19606         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19607           Don't return state change success when the parent
19608           failed.
19609
19610 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19611
19612         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
19613           Free events (fix memleak in #162905).
19614
19615 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
19616
19617         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19618
19619         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19620         (gst_ffmpeg_caps_to_pixfmt):
19621           Fix for depth = 15. Fixes #161675.
19622
19623 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19624
19625         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19626           Set FPS correctly, even for webcams and the like.
19627         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
19628           Don error on setting while capturing.
19629
19630 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19631
19632         * ext/dv/gstdvdec.c:
19633         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19634         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19635           I'm a bad boy. using /1001. to force C to do float division
19636           and not integer division (as it did in my last commit)
19637           Thanks to David I. Lehn for pointing this mistake.
19638
19639 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19640
19641         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19642           Revert Johan's 1.35->1.36 since it breaks compat.
19643
19644 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19645
19646         * ext/dv/gstdvdec.c:
19647         * ext/libfame/gstlibfame.c:
19648         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19649         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19650           replace framerate aproximations by their real value
19651           (24000/1001, 30000/1001, 60000/1001)
19652           Finish fixing bug #164049
19653
19654 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19655
19656         * ext/ogg/gstoggmux.c:
19657           eos/bos debugging
19658         * gst/tcp/gstmultifdsink.c:
19659         * gst/tcp/gstmultifdsink.h:
19660         * gst/tcp/gsttcp.c:
19661         * gst/tcp/gsttcp.h:
19662         * gst/tcp/gsttcpclientsink.c:
19663         * gst/tcp/gsttcpclientsrc.c:
19664         * gst/tcp/gsttcpserversink.c:
19665         * gst/tcp/gsttcpserversrc.c:
19666           improve reusability of elements after state changes and errors
19667           make multifdsink throw away streamheaders when receiving new ones
19668
19669 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19670
19671         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19672           Fix for if items are already in list...
19673
19674 2005-01-12  Benjamin Otte  <otte@gnome.org>
19675
19676         * gst/adder/gstadder.c: (gst_adder_loop):
19677           fix adder a bit so it doesn't screw up with events as much anymore
19678
19679 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
19680
19681         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
19682         (pixbufscale_scale), (gst_pixbufscale_chain):
19683         * ext/gdk_pixbuf/pixbufscale.h:
19684           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
19685           to ensure rowstrides are calculated the same way as 
19686           ffmpegcolorspace
19687           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
19688           that we pick up duration and offset also.
19689
19690 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19691
19692         * gst/avi/gstavimux.c: (gst_avimux_class_init),
19693         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
19694           Reusability fixes.
19695
19696 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19697
19698         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
19699         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19700         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
19701         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
19702           Update flags when requested.
19703
19704 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19705
19706         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19707           Fix dmix.
19708
19709 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19710
19711         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19712         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
19713         (probe_triggered), (new_decoded_pad), (gen_source_element),
19714         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
19715         * gst/playback/gstplaybasebin.h:
19716         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19717         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
19718         (gst_play_bin_change_state):
19719           Implement group-switch signal for use in apps to clear metadata
19720           cache, clean up subtitle, add suburi property instead of # hack,
19721           some error-out fixes.
19722
19723 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19724
19725         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19726           Debug.
19727         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
19728           If we got a state change in the _get handler, don't return success.
19729
19730 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19731
19732         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
19733         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
19734           Make jpegdec quiet on MJPEG decoding
19735         * gst/asfdemux/README:
19736           Fix mimetypes for MJPEG and H263
19737
19738 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19739
19740         * ext/theora/theoradec.c: (theora_dec_chain):
19741           Fix broken code generation by gcc by swapping arguments.
19742         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19743           Fix \n in debug.
19744
19745 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19746
19747         * TODO:
19748           delete this file, it is by far outdated
19749         * ext/alsa/gstalsa.1: remove
19750         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
19751         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
19752         (gst_alsa_get_caps):
19753           Add HW probing for supported sample rates. Fixes #161704
19754
19755 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19756
19757         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19758           Don't crash, biatch! :).
19759
19760 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19761
19762         * ext/musepack/gstmusepackreader.cpp:
19763         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
19764           Some work on tags - still doesn't work in playbin...
19765         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19766           Handle events...
19767
19768 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19769
19770         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
19771           Also shove tags on kid pads.
19772
19773 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19774
19775         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
19776           Don't bail on unknown events.
19777         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19778           Don't crash on events before negotiation.
19779         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19780           Send tags on pads, too.
19781         * gst/playback/gststreamselector.c:
19782         (gst_stream_selector_request_new_pad):
19783           Forward events on first pad if no input was selected yet.
19784
19785 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19786
19787         * gst/playback/gstplaybasebin.c: (setup_substreams):
19788           Don't disable streamtype if the stream doesn't exist, since
19789           then playing a video after audio will disable both and nothing
19790           will happen. Fixes the testsuite.
19791
19792 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19793
19794         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
19795         (gst_v4l_xoverlay_set_xwindow_id):
19796         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
19797         (gst_v4l2_xoverlay_set_xwindow_id):
19798           Add debug categories, fix overlay disabling.
19799
19800 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19801
19802         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
19803         * ext/alsa/gstalsa.h:
19804           Add HW probing for period_count/size and buffer_size MIX/MAX
19805           Adjust default/user defined value if out of bounds
19806           Should fix bug #162024
19807
19808 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19809
19810         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
19811           Fix warning (#161191).
19812
19813 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19814
19815         * ext/dvdread/stream_labels.c:
19816         (dvdreadsrc_get_audio_stream_labels):
19817           Fix warning (init the good variable in switch default)
19818
19819 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
19820
19821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19822
19823         * gst/tta/gstttaparse.c: (gst_tta_src_event):
19824           Fix gcc-2.95 compile (#163485).
19825
19826 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19827
19828         * configure.ac:
19829         * ext/flac/gstflacenc.c: (gst_flacenc_init),
19830         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19831         (gst_flacenc_tell_callback), (gst_flacenc_chain),
19832         (gst_flacenc_change_state):
19833         * ext/flac/gstflacenc.h:
19834           Update for API change in flac-1.1.1. Update requirement in
19835           configure.ac. Fixes #162974.
19836
19837 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19838
19839         * gst/playback/gstplaybasebin.c: (group_destroy):
19840           Remove hack to get rid of assert and get rid of unlinked
19841           signals properly.
19842
19843 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19844
19845         * gst/playback/gstplaybasebin.c: (setup_source):
19846           Set source to NULL so that resources are free'ed. Fixes issues
19847           with playback of CDDA and similar device-accessing things.
19848
19849 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19850
19851         * testsuite/embed/Makefile.am:
19852           test->noinst, fix make test in buildbot.
19853
19854 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19855
19856         * ext/dvdread/stream_labels.c: new file
19857         * ext/dvdread/stream_labels.h: new file
19858         * ext/dvdread/Makefile.am:
19859         * ext/dvdread/dvdreadsrc.c: (_seek_title):
19860           Extract audio stream label from DVD IFO files.
19861           It only dump them on the console for now, still have to
19862           make playbin aware of them.
19863
19864 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19865
19866         * gst/playback/gstplaybasebin.c: (setup_source):
19867           Fix hanging subs.
19868
19869 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19870
19871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19872         (gen_preroll_element), (remove_groups), (setup_subtitle),
19873         (gen_source_element), (setup_source):
19874         * gst/playback/gstplaybasebin.h:
19875           Multiple .sub files is just a stupid idea... Fix some threading
19876           mistakes. Interestingly, external .sub files cause playbin to
19877           hang, I don't know why... Parsing fixes contributed by Fran??ois
19878           Kooman <fkooman@tuxed.net>.
19879
19880 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19881
19882         * testsuite/embed/Makefile.am:
19883           Fix buildbot.
19884
19885 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19886
19887         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19888
19889         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19890         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
19891         (gst_pngenc_set_property):
19892         * ext/libpng/gstpngenc.h:
19893           Add compression level property (#163323).
19894
19895 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19896
19897         * configure.ac:
19898         * examples/capsfilter/capsfilter1.c: (main):
19899         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19900         * ext/dvdread/Makefile.am:
19901         * ext/dvdread/demo-play:
19902         * ext/dvdread/demo-play.c:
19903         * gconf/gstreamer.schemas.in:
19904         * gst-libs/gst/gconf/gconf.c:
19905         * sys/v4l/TODO:
19906         * testsuite/Makefile.am:
19907         * testsuite/embed/Makefile.am:
19908         * testsuite/embed/embed.c: (cb_expose), (main):
19909           Remove all references to xvideosink, fix examples (#140845).
19910         * gst/playback/gstplaybasebin.c: (group_destroy):
19911           Apparently, disposal does not unlink - so do explicitely.
19912         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19913           Add debug.
19914
19915 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
19916
19917         * README: fix PKG_CONFIG_PATH instructions, what was there
19918         previously was breaking default search path, not nice. 
19919         Fixes #163358
19920
19921 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19922
19923         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
19924         (gst_audioscale_chain):
19925           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
19926           when resampling - how the ^@$^!@^! is this possible?!?
19927
19928 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19929
19930         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19931           Reset variables on READY.
19932         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
19933         (gst_matroska_mux_loop):
19934           Require data before writing header.
19935
19936 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
19937
19938         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19939
19940         * ext/mad/gstmad.c: (gst_mad_chain):
19941           Don't call mad_stream_sync() directly after recovering sync.
19942           Fixes #151661.
19943
19944 2005-01-09  Martin Eikermann  <meiker@upb.de>
19945
19946         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19947
19948         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
19949         (snapshot_handler), (gst_snapshot_sinkconnect),
19950         (gst_snapshot_chain):
19951           Allocate resources when required, fix recursive signal emission
19952           and fix caps. Fixes #161667.
19953
19954 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
19955
19956         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19957
19958         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
19959         (gst_pngdec_chain):
19960           Handle only 8-bppc (bits-per-pixel-component) images, better
19961           error handling and correct strides. Fixes #163177.
19962         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
19963         (gst_pngenc_chain):
19964           Better error handling. Fixes #163348.
19965
19966 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19967
19968         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
19969         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
19970         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
19971         (dvdnavsrc_uri_handler_init):
19972           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
19973         * gst/playback/gstplaybasebin.c: (gen_source_element):
19974           Add MMS to streaming URIs.
19975
19976 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19977
19978         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
19979         * sys/xvimage/xvimagesink.c:
19980         (gst_xvimagesink_navigation_send_event):
19981           Check for pad availability before sending event.
19982
19983 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19984
19985         * gst-plugins.spec.in:
19986           Add subparse.
19987
19988 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19989
19990         * configure.ac:
19991           Since we use functions from CVS, up requirement.
19992
19993 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19994
19995         * gst/playback/Makefile.am:
19996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19997         (group_destroy), (group_commit), (group_is_muted),
19998         (gen_preroll_element), (add_stream), (unknown_type),
19999         (probe_triggered), (preroll_unlinked), (mute_stream),
20000         (silence_stream), (new_decoded_pad), (setup_substreams),
20001         (setup_source), (get_active_source), (mute_group_type),
20002         (muted_group_change_state), (set_active_source),
20003         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20004         (play_base_eos), (gst_play_base_bin_change_state):
20005         * gst/playback/gstplaybasebin.h:
20006         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20007         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20008         (gst_stream_info_dispose), (stream_info_mute_pad),
20009         (stream_info_change_state), (gst_stream_info_set_mute):
20010         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20011         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20012         (gst_stream_selector_init), (gst_stream_selector_dispose),
20013         (gst_stream_selector_get_linked_pad),
20014         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20015         (gst_stream_selector_get_linked_pads),
20016         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20017         * gst/playback/gststreamselector.h:
20018           Adding stream selection support plus required properties for
20019           applications to use this. Fully fixes #100931.
20020
20021 2005-01-08  Benjamin Otte  <otte@gnome.org>
20022
20023         * gst/games/gstpuzzle.c: (nav_event_handler):
20024           - handle nav events differently: forward every event no matter if it
20025             was handled or not.
20026           - translate events
20027           You can now cheat by using navigationtest ! puzzle and moving the
20028           mouse close to the edge of a tile. ;)
20029
20030 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20031
20032         * configure.ac:
20033         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20034         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20035         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20036         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20037         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20038         (gst_ogm_parse_plugin_init):
20039         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20040         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20041         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20042         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20043         * ext/pango/gsttextoverlay.h:
20044         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20045         (gst_matroska_demux_handle_seek_event),
20046         (gst_matroska_demux_sync_streams),
20047         (gst_matroska_demux_parse_blockgroup),
20048         (gst_matroska_demux_subtitle_caps),
20049         (gst_matroska_demux_plugin_init):
20050         * gst/matroska/matroska-ids.h:
20051         * gst/playback/gstdecodebin.c: (close_pad_link):
20052         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20053         (gen_preroll_element), (remove_groups), (add_stream),
20054         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20055         (setup_source):
20056         * gst/playback/gstplaybasebin.h:
20057         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20058         * gst/subparse/Makefile.am:
20059         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20060         (gst_subparse_base_init), (gst_subparse_class_init),
20061         (gst_subparse_init), (gst_subparse_formats),
20062         (gst_subparse_eventmask), (gst_subparse_event),
20063         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20064         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20065         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20066         (parse_mpsub_deinit), (parse_mpsub_init),
20067         (gst_subparse_buffer_format_autodetect),
20068         (gst_subparse_format_autodetect), (gst_subparse_loop),
20069         (gst_subparse_change_state), (gst_subparse_type_find),
20070         (plugin_init):
20071         * gst/subparse/gstsubparse.h:
20072         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20073         (plugin_init):
20074           Add subtitle support, .sub parser (supports SRT and MPsub),
20075           OGM text support, Matroska UTF-8 text support, deadlock fixes
20076           all over the place, subtitle awareness in decodebin/playbin
20077           and some fixes to textoverlay to handle subtitles in a stream
20078           correctly. Fixes #100931.
20079
20080 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20081
20082         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20083           Check for pad availability before doing a query on it.
20084
20085 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20086
20087         * ext/dv/gstdvdec.c:
20088           really fix bpp24/32 dvdec caps (classic rgba indeed)
20089         * gst/asfdemux/gstasfdemux.c:
20090         (gst_asf_demux_process_ext_content_desc):
20091           don't send text tags if they are empty (bis repetita)
20092
20093 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20094
20095         * ext/dv/gstdvdec.c:
20096          remove unneeded comment from dvdec
20097           (related to DV 4CC codes in AVI files)
20098           moved them in gstreamer/docs/random/mimetypes
20099         * gst/asfdemux/gstasfdemux.c:
20100         (gst_asf_demux_process_ext_content_desc):
20101          don't send text tags if they are empty
20102          fix mem leak on error path
20103         * gst/ffmpegcolorspace/avcodec.h:
20104         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20105         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20106         (gst_ffmpegcsp_avpicture_fill):
20107         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20108         * gst/ffmpegcolorspace/imgconvert_template.h:
20109          adds BGR32 and BGRA32 to ffmpegcolorspace
20110           (still bad colors, fixing it on next commit)
20111           helps with dvdec outputing BGR32
20112
20113 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20114
20115         * ext/dv/gstdvdec.c:
20116          Fix audio caps i just broke (missing ',')
20117         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20118         (gst_matroska_mux_reset):
20119          Fix typo + add FIXME about old "x-gst-metadata" crap
20120
20121 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20122
20123         * ext/dv/demo-play.c: (main):
20124          xvideosink -> xvimagesink
20125         * ext/dv/gstdvdec.c:
20126          change rgb 32/32 caps to 24/32 (no alpha)
20127          change nb of channels to be a list (2 or 4, not 2)
20128          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20129         * gst/asfdemux/gstasfdemux.c:
20130         (gst_asf_demux_process_ext_content_desc):
20131          Add 'date/year' to extracted metadata list
20132
20133 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20134
20135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20136           The return value of fixate_to does not imply that the requested
20137           value was set, so don't assume.
20138
20139 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20140
20141         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20142
20143         * ext/libpng/gstpngdec.c:
20144         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20145         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20146         * ext/libpng/gstpngenc.h:
20147           Alpha support (encoder; #163161), mime fixage.
20148
20149 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20150
20151         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20152
20153         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20154         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20155         (gst_faac_set_property), (gst_faac_get_property):
20156         * ext/faac/gstfaac.h:
20157           Allow for ADTS output (#153434).
20158
20159 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20160
20161         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20162           Fix against template (#150576).
20163
20164 2005-01-06  Benjamin Otte  <otte@gnome.org>
20165
20166         * gst/games/gstpuzzle.c: (draw_puzzle):
20167           don't draw a puzzle if either width or height of tiles would be 0.
20168
20169 2005-01-06  Benjamin Otte  <otte@gnome.org>
20170
20171         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20172         (gst_puzzle_class_init), (gst_puzzle_finalize):
20173           no memleaks, please
20174         (gst_puzzle_create), (gst_puzzle_init),
20175         (gst_puzzle_set_property), (gst_puzzle_setup):
20176           change initialization code around so we don't reshuffle on resize
20177         (draw_puzzle):
20178           fix another stupid typo
20179
20180 2005-01-06  Benjamin Otte  <otte@gnome.org>
20181
20182         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20183           fix stupid typo that borked copying on YUY2
20184
20185 2005-01-06  Benjamin Otte  <otte@gnome.org>
20186
20187         * gst/games/gstpuzzle.c: (draw_puzzle):
20188           fix edges when image sizes aren't multiples of tile sizes
20189
20190 2005-01-06  Benjamin Otte  <otte@gnome.org>
20191
20192         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20193           make RGB endianness work correctly
20194         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20195           refactor and fix race with initial shuffling
20196         (nav_event_handler):
20197           allow using the mouse to puzzle
20198         (draw_puzzle):
20199           insist on tiles having width and height as multiples of 4 to get
20200           clean YUV image handling
20201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20202         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20203           s/DEBUG/LOG/ for common messages
20204         (gst_xvimagesink_navigation_send_event):
20205           fix mouse event translation to not include screen PAR
20206         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20207           fix mouse event translation to actually work
20208
20209 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20210
20211         * gst/asfdemux/gstasfdemux.c:
20212         (gst_asf_demux_process_ext_content_desc):
20213          Extract TrackNumber metadata + clean up code
20214         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20215          Hope this is the good fix (var used unitialised)
20216
20217 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20218
20219         * ext/faad/gstfaad.c: (gst_faad_chain):
20220           Only increment timestamp if it's valid. Fixes raw AAC streams.
20221
20222 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20223
20224         * configure.ac:
20225         * gst/games/Makefile.am:
20226         * gst/games/gstpuzzle.c:
20227           add a puzzle game with...
20228         * gst/games/gstvideoimage.c:
20229         * gst/games/gstvideoimage.h:
20230           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20231           from videotestsrc and made into something that would be a nice
20232           library for a lot of other plugins.
20233
20234 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20235
20236         * configure.ac:
20237          don't compile faad plugin if a RC of 2.0 is found
20238          Fixes #155346 (and FC1 buildbot)
20239         * gst/asfdemux/gstasfdemux.c:
20240         (gst_asf_demux_process_ext_content_desc):
20241          try to make Solaris compiler happier
20242
20243 2005-01-06  Paul Jack  <pjack@sfaf.org>
20244
20245         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20246
20247         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20248           Fix segfault (#161667).
20249
20250 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20251
20252         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20253           Fix framerate reporting.
20254
20255 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20256
20257         * gst-libs/gst/riff/riff-ids.h:
20258         * gst/wavenc/riff.h:
20259          Add AMR (VBR and CBR) ids to riff.h audio codec list
20260         * gst/asfdemux/gstasfdemux.c:
20261         (gst_asf_demux_process_ext_content_desc),
20262         (gst_asf_demux_process_object):
20263           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20264
20265 2005-01-05  Martin Eikermann  <meiker@upb.de>
20266
20267         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20268
20269         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20270         (gst_dvd_demux_handle_discont):
20271         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20272         (gst_mpeg_demux_handle_discont):
20273           Recreate pads on new-media (#160730).
20274         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20275           Send discont even if manager changes timestamps (#161929).
20276
20277 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20278
20279         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20280
20281         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20282           Fix invalid memory access (#159211).
20283
20284 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20285
20286         * examples/gstplay/player.c: (main):
20287           Don't iterate.
20288         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20289           Add visualizations.
20290         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20291         (gst_a52dec_handle_frame):
20292           Set duration.
20293         * ext/dvdnav/gst-dvd:
20294           Add audioconvert. Fixes #161325.
20295         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20296           Explicitely case to gint64. Possible valgrind error.
20297         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20298         (gst_play_tick_callback), (gst_play_change_state),
20299         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20300         (gst_play_set_location), (gst_play_get_location),
20301         (gst_play_seek_to_time), (gst_play_set_data_src),
20302         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20303         (gst_play_set_visualization), (gst_play_connect_visualization),
20304         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20305         (gst_play_new):
20306           Use playbin. Fixes #139749 and #147744.
20307         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20308           Add genre tag.
20309         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20310         (audioscale_get_type), (gst_audioscale_base_init),
20311         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20312         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20313         (gst_audioscale_link), (gst_audioscale_get_buffer),
20314         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20315         (gst_audioscale_init), (gst_audioscale_dispose),
20316         (gst_audioscale_chain), (gst_audioscale_set_property),
20317         (gst_audioscale_get_property), (plugin_init):
20318           Indent properly.
20319         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20320           Fix LPCM.
20321         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20322         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20323         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20324           Add more metadata (fixes #162656).
20325
20326 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20327
20328         * configure.ac:
20329           back to cvs
20330
20331 === release 0.8.7 ===
20332
20333 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20334
20335         * NEWS:
20336         * RELEASE:
20337         * configure.ac:
20338           releasing 0.8.7, "Hyperspace"
20339
20340 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20341
20342         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20343
20344         * gst/playback/gstplaybasebin.c:
20345          Fix for #162924 - free caps after use, not before
20346
20347 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20348
20349         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20350
20351         * gst/playback/gstplaybasebin.c:
20352         * gst/wavparse/gstwavparse.c:
20353           Fix for #154773 - fixes playback of small .wav files
20354
20355 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20356
20357         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20358
20359         * gst/audioscale/gstaudioscale.c:
20360           Fix for #162819 - make audioscale reusable
20361           Fixes playback of more than one file with playbin/totem
20362
20363 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20364
20365         * gst/ffmpegcolorspace/avcodec.h:
20366         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20367         * gst/ffmpegcolorspace/imgconvert.c:
20368           clean up the mess that made me cry and avoid needless duplication
20369
20370 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20371
20372         * gst/ffmpegcolorspace/imgconvert.c:
20373           give some indication of why we're segfaulting
20374
20375 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20376
20377         * configure.ac:
20378           Fix indentation, fix v4l2 plugin detection.
20379         * ext/Makefile.am:
20380           Fix libmms location (Maciej, use diff -u!).
20381         * ext/alsa/gstalsa.c: (gst_alsa_init):
20382           Initialize caps cache to NULL.
20383         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20384           Only change state on audiosink if it exists.
20385
20386 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20387
20388         * gst/matroska/matroska-demux.c:
20389         * gst/matroska/matroska-ids.h:
20390         * gst/matroska/matroska-demux.h:
20391         Fix Vorbis streams failing to decode in some files, where cluster_time
20392         isn't 0, because then it doesn't send codec_priv before actual data.
20393         Remove time-based test and replace it with marker set on beginning of
20394         new stream
20395
20396 2004-12-28  David Schleef  <ds@schleef.org>
20397
20398         Merge patch from Ronald fixing problems with streaming
20399         text.
20400         * ext/cairo/gstcairo.c: (plugin_init):
20401         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20402         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20403         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20404         (gst_textoverlay_font_init), (gst_textoverlay_init),
20405         (gst_textoverlay_set_property):
20406         * ext/cairo/gsttextoverlay.h:
20407
20408 2004-12-27  David Schleef  <ds@schleef.org>
20409
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): Improvements to actually
20415         render text as white on black outline on video, including
20416         font selection and horizontal/vertical alignment.  (Ronald's
20417         christmas present)
20418         * ext/cairo/gsttextoverlay.h:
20419
20420 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20421
20422         * ext/ogg/gstogg.c:
20423         * ext/ogg/gstogmparse.c:
20424           fix ogm[audio/video]parse plugin registration
20425           (riff won't load if bytestream is already loaded)
20426
20427 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20428
20429         * gst/audioconvert/gstchannelmix.c:
20430           fix for GLIB < 2.4
20431
20432 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20433
20434         * Makefile.am:
20435         * configure.ac:
20436           disable docs again until it actually passes make distcheck.
20437
20438 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20439
20440         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20441         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20442         (plugin_init):
20443           Add 3GP (variables name Q3GP because they can't start with a
20444           number). Add samr audio fourcc (used in .3gp files), decoder
20445           is work in progress. Also do a GST_WARNING instead of ERROR
20446           in case of unknown nodes, to decrease output.
20447
20448 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20449
20450         * Makefile.am:
20451           really fix dist
20452
20453 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20454
20455         * configure.ac:
20456         * ext/speex/gstspeexdec.h:
20457         * ext/speex/gstspeexenc.h:
20458           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20459           Fix detection code in configure.ac
20460
20461 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20462
20463         * gst/matroska/matroska-demux.c:
20464         (gst_matroska_demux_parse_blockgroup):
20465           Save position, so that queries give proper return values. Don't
20466           know how this could ever have worked before...
20467
20468 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20469
20470         * configure.ac:
20471           Put additional LAME check inside the conditional.  Fixes #152339
20472
20473 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20474
20475         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20476         (gst_avi_demux_stream_scan):
20477           Add some more debug. Fix logic error when setting movi offset
20478           while reading index.
20479
20480 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20481
20482         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20483         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20484         (gst_avi_demux_process_next_entry):
20485           Add some debugging. Better detection of broken indexes and the
20486           accompanying index recovery. No infinite loops on state changes
20487           when we're still in our loopfunction.
20488
20489 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20490
20491         * configure.ac:
20492           Fix up.
20493
20494 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20495
20496         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20497
20498         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20499           Normalizing the value before setting
20500         (gst_sunaudiomixer_get_volume):
20501           Normalizing the value after getting. Fixes bug# 161980
20502
20503 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20504
20505         * Makefile.am: Make sure docs gets disted
20506         * docs/Makefile.am: Make sure all needed files get disted
20507         * gst-plugins.spec.in: latest updates
20508
20509 2004-12-22  Wim Taymans  <wim@fluendo.com>
20510
20511         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20512         Revert patch 1.38 as clock distribution over schedulers does
20513         not work correcly in the core yet.
20514
20515 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20516
20517         * sys/oss/README: remove this file, which predates my birth
20518           (and which content is by far outdated)
20519
20520 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20521
20522         * Makefile.am:
20523         * configure.ac:
20524         * docs/Makefile.am:
20525         * docs/libs/Makefile.am:
20526         * docs/libs/gst-plugins-libs-docs.sgml:
20527         * docs/libs/gst-plugins-libs-sections.txt:
20528         * docs/libs/tmpl/gstgconf.sgml:
20529         * docs/upload.mak:
20530         * docs/version.entities.in:
20531           Added boilerplate gtk-doc files for plugin-libs documentation.
20532
20533 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20534
20535         * gst/auparse/gstauparse.c: fix int and float audio caps
20536
20537 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20538
20539         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20540         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
20541           g_assert() can be a macro, don't use #ifdef inside it.
20542
20543 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
20544
20545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20546
20547         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20548         (gst_videorate_init), (gst_videorate_chain),
20549         (gst_videorate_change_state):
20550           Event handling (fixes #159986).
20551
20552 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20553
20554         * gst-libs/gst/riff/riff-media.c:
20555         (gst_riff_create_video_caps_with_data):
20556           Add BLZ0 (Blizzard's version of DivX) fourcc.
20557
20558 2004-12-18  David Schleef  <ds@schleef.org>
20559
20560         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
20561         portability fix.
20562
20563 2004-12-18  David Schleef  <ds@schleef.org>
20564
20565         * gst/tta/ttadec.h: Disable some header code that isn't used
20566         and clearly isn't portable.
20567
20568 2004-12-18  David Schleef  <ds@schleef.org>
20569
20570         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20571         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20572         (avcodec_get_pix_fmt), (avpicture_layout),
20573         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
20574         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
20575         Fix code to not use GCC extensions (and c99 extensions that
20576         Forte does not like.)
20577
20578 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20579
20580         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20581
20582         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20583         (gst_deinterlace_chain):
20584           Rowstride fixes. Fixes #161039.
20585         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
20586         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
20587         (gst_video_crop_getcaps), (gst_video_crop_link),
20588         (gst_video_crop_i420), (gst_video_crop_chain),
20589         (gst_video_crop_change_state):
20590           Rework of negotiation. Actually works now. Fixes #158650.
20591
20592 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20593
20594         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
20595           That was very stupid.
20596
20597 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20598
20599         * gst/matroska/matroska-demux.c:
20600         (gst_matroska_demux_parse_blockgroup):
20601           Fix possible crasher.
20602
20603 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20604
20605         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
20606         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
20607           Lace sizes can be zero.
20608
20609 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20610
20611         * ext/musepack/gstmusepackdec.cpp:
20612           Fetch error return values. Fixes #161624.
20613         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20614           Really EOS.
20615
20616 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20617
20618         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
20619           Work for truncated (unfinished download etc.) files. Fixes #160514.
20620
20621 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20622
20623         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20624           Fix for integer overflow. Makes #156001 not crash. Probably masks
20625           the real bug.
20626
20627 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20628
20629         * gst/ac3parse/gstac3parse.c: (plugin_init):
20630           Parsers never have ranks. Fixes #159651.
20631
20632 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20633
20634         * gst/playback/gstdecodebin.c: (compare_ranks):
20635           make sure the facotries are ordered the same every time even if they
20636           have the same rank by using the name
20637         * gst/playback/gstdecodebin.c: (find_compatibles):
20638           make sure we don't add factories to the list twice
20639
20640 2004-12-16  David Schleef  <ds@schleef.org>
20641
20642         * configure.ac: look for musepack headers as musepack/*.h
20643         (fixes #159847)
20644         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
20645         * ext/musepack/gstmusepackreader.h: same
20646
20647 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20648
20649         * gst-libs/gst/riff/riff-read.c:
20650         (gst_riff_read_strf_auds_with_data):
20651           Read extradata correctly (fixes #155879).
20652
20653 2004-12-16  David Schleef  <ds@schleef.org>
20654
20655         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
20656         audio.  does _not_ attempt or allow conversion unless channels
20657         is 1 or 2.
20658
20659 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20660
20661         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
20662
20663 2004-12-16  David Schleef  <ds@schleef.org>
20664
20665         * gst/audioscale/gstaudioscale.c: the resample library only
20666         handles 1 or 2 channels.  Change caps to compensate.
20667
20668 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20669
20670         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
20671         (gst_matroska_demux_audio_caps):
20672           Some MPEG-AAC hacks, because else it doesn't work...
20673
20674 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20675
20676         * gst-libs/gst/riff/riff-media.c:
20677         (gst_riff_create_video_caps_with_data),
20678         (gst_riff_create_video_template_caps):
20679           Add h264.
20680
20681 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20682
20683         * gst-libs/gst/audio/Makefile.am:
20684           Try to fix buildbot.
20685
20686 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20687
20688         * gst/tcp/gstmultifdsink.c:
20689           Clean up and uniformize debugging.
20690
20691 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
20692
20693         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20694
20695         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20696         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
20697         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
20698         (gst_mpeg_demux_change_state):
20699           Reset on ready. Fixes 160276.
20700
20701 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20702
20703         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20704
20705         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20706         (gst_ffmpegcsp_pad_link):
20707           Fix memleak (#154815).
20708
20709 2004-12-16  James Bowes  <bowes@cs.dal.ca>
20710
20711         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20712
20713         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
20714         (gst_musicbrainz_init), (gst_musicbrainz_chain),
20715         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
20716         * ext/musicbrainz/gsttrm.h:
20717           Add support for using a proxy server when getting a trm id from
20718           the MusicBrainz database (#149613).
20719
20720 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
20721
20722         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20723
20724         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
20725         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20726           Fix memleaks (#157233).
20727
20728 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20729
20730         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20731
20732         * gst-libs/gst/resample/resample.c: (gst_resample_close):
20733         * gst-libs/gst/resample/resample.h:
20734         * gst/audioscale/gstaudioscale.c:
20735           Fix memleak (#159215).
20736
20737 2004-12-16  Toni Willberg  <toniw@iki.fi>
20738
20739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20740
20741         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20742         * sys/oss/oss_probe.c: (main):
20743           Check for mono/stereo support (similar to samplerate probing),
20744           fixes #159433. Also add missing copyright header to oss_probe.c.
20745
20746 2004-12-15  David Schleef  <ds@schleef.org>
20747
20748         * configure.ac: add audioresample and cairo plugins.  Remove
20749         HAVE_MMX stuff, because it's not used.
20750         * ext/Makefile.am: same
20751         * ext/audioresample/Makefile.am: You are not ready for an
20752         audio resampling element based on audioresample.
20753         * ext/audioresample/gstaudioresample.c:
20754         * ext/audioresample/gstaudioresample.h:
20755         * ext/cairo/Makefile.am: You are not ready for overlay elements
20756         based on cairo.  Don't look too closely, these elements kinda
20757         suck right now.
20758         * ext/cairo/gstcairo.c: new
20759         * ext/cairo/gsttextoverlay.c: new
20760         * ext/cairo/gsttextoverlay.h: new
20761         * ext/cairo/gsttimeoverlay.c: new
20762         * ext/cairo/gsttimeoverlay.h: new
20763         * gst-libs/gst/media-info/media-info-priv.h: fix compile
20764         problem with compilers that don't support variadic macros.
20765
20766 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20767
20768         Reviewed by:  David Schleef  <ds@schleef.org>
20769
20770         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
20771         Bala, registering sunaudiosrc (oops!), and cleaning up code a
20772         bit.  Also ran indent-gst.
20773         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
20774         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
20775         (gst_sunaudiosrc_setparams):
20776
20777 2004-12-14  David Schleef  <ds@schleef.org>
20778
20779         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
20780         output rate to 16000.  Should fix #160235.
20781
20782 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20783
20784         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
20785         Add typefinding for mpeg2 pes streams
20786
20787 2004-12-13  David Schleef  <ds@schleef.org>
20788
20789         * configure.ac:  Applied patch from bug #143659, making default
20790         sources and sinks OS-dependent (for Solaris), and added code
20791         for OS/X.
20792         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
20793
20794 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20795
20796         * gst-libs/gst/riff/riff-media.c:
20797           forgot to add h2.64 to avidemux template caps
20798
20799 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20800
20801         * gst/wavenc/riff.h:
20802         * gst-libs/gst/riff/riff-media.c:
20803         * gst-libs/gst/riff/riff-ids.h:
20804         * gst/avi/gstavimux.c
20805         add 4CC code for VideoSoft h264 in AVI (VSSH)
20806           fixes bug #160655
20807         remove s323 from riff, it's quicktime specific :(
20808
20809 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20810
20811         * gst/asfdemux/README
20812         * gst/wavenc/riff.h
20813         * gst-libs/gst/riff/riff-ids.h
20814         * gst-libs/gst/riff/riff-media.c
20815         * gst/qtdemux/qtdemux.c:
20816           add new 4CC codes for h263 related codecs
20817           fixes partially bug #155163
20818
20819 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
20820
20821         * configure.ac: Update polyaudio requirement to 0.7
20822         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
20823
20824 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20825
20826         * gst/interleave/deinterleave.c:
20827         fix my name's spelling! :)
20828
20829 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20830
20831         * AUTHORS ChangeLog
20832         * gst/auparse/gstauparse.c
20833         * gst/interleave/deinterleave.c
20834         * gst/law/:
20835                 alaw-decode.c alaw-encode.c
20836                 mulaw-decode.c mulaw-encode.c
20837         * gst/oneton/gstoneton.c
20838         * sys/osxaudio/:
20839                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
20840         * sys/osxvideo/:
20841                 cocoawindow.h cocoawindow.m
20842                 osxvideosink.h osxvideosink.m
20843
20844         put the same mail address for Zaheer Abbas Merali everywhere
20845
20846 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20847
20848         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
20849           Align by packetsize, and assert that we a packet available before
20850           playing. The first makes webstreams work (they often include
20851           trailing padding data in a packet), the second allows pausing a
20852           ASF stream in totem without getting demux errors afterwards.
20853
20854 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20855
20856         * ext/ogg/gstoggdemux.c: (get_relative):
20857           Check for non-NULL before accessing member (end-of-chain).
20858
20859 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20860
20861         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20862         (cdparanoia_set_property), (cdparanoia_get_property):
20863         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20864         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
20865         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20866         (dvdreadsrc_init), (dvdreadsrc_set_property),
20867         (dvdreadsrc_get_property):
20868         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
20869         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
20870           Synchronize property names where not yet the case. Devices are
20871           now device=X, other versions are deprecated (but still exist).
20872           Also use g_free() unconditionally.
20873         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20874         (setup_source), (gst_play_base_bin_get_property):
20875           Expose source.
20876
20877 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20878
20879         * configure.ac: move GCONF macro outside conditional for the am
20880           conditional. Fixes #160439
20881
20882 2004-12-08  David Schleef  <ds@schleef.org>
20883
20884         * tools/gst-visualise-m.m: Switch to elements that currently
20885         exist.
20886
20887 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20888
20889         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20890           We love wrong commas.
20891
20892 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20893
20894         * gst/matroska/matroska-demux.c:
20895         (gst_matroska_demux_handle_src_query):
20896           Don't set DEFAULT, unsupported - makes length display incorrectly
20897           in some cases.
20898
20899 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20900
20901         * gst/monoscope/README: remove blurb about files being GPL
20902         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
20903         * gst/monoscope/monoscope.c: Change license to BSD with explanation
20904           monoscope is now effectively LGPL licensed
20905
20906 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20907
20908         * gst/monoscope/README: Update information to be more correct
20909         * gst/monoscope/convolve.c: Relicense to LGPL
20910         * gst/monoscope/convolve.h: Relicense to LGPL
20911
20912 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
20913
20914         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20915           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
20916         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
20917           set default_duration for mpeg1 audio
20918
20919 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20920
20921         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
20922         * ext/alsa/gstalsa.h:
20923           refactor big chunks of the core caps negotiation code to make it
20924           a lot faster, because people claim it's really slow
20925           (actually, just cache the getcaps when the device is opened)
20926
20927 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20928
20929         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
20930         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
20931         (gst_a52dec_handle_frame), (gst_a52dec_chain),
20932         (gst_a52dec_change_state), (plugin_init):
20933         * ext/a52dec/gsta52dec.h:
20934           Do something useful with timestamps. Make chain-based (since
20935           there's really no reason to be loopbased).
20936         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20937           Update current_byte/frame correctly.
20938
20939 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20940
20941         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
20942         (gst_ape_demux_stream_init):
20943           Forward tags, too.
20944
20945 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20946
20947         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
20948           Let's make sure we're done typefinding when detecting tags.
20949
20950 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20951
20952         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
20953         (gst_ebml_read_init), (gst_ebml_read_use_event),
20954         (gst_ebml_read_element_id), (gst_ebml_peek_id),
20955         (gst_ebml_read_seek), (gst_ebml_read_skip),
20956         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
20957         (gst_ebml_read_master):
20958         * gst/matroska/ebml-read.h:
20959         * gst/matroska/matroska-demux.c:
20960         (gst_matroska_demux_parse_contents),
20961         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
20962           Disgustingly evil hack for working around INTERRUPT events and
20963           their extremely annoying habit of being a pain in the ass. We
20964           simply peek a cluster before reading any of it.
20965
20966 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20967
20968         * ext/musepack/gstmusepackdec.cpp:
20969           There's also floating point libmusepacks.
20970
20971 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20972
20973         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
20974         (gst_faad_chanpos_to_gst), (gst_faad_chain):
20975           Set DURATION even if source buffer didn't. Also use increasing
20976           timestamps.
20977         * gst-libs/gst/riff/riff-media.c:
20978         (gst_riff_create_audio_caps_with_data):
20979           Block_align can have larger values than 8192.
20980
20981 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20982
20983         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
20984         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
20985         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
20986         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
20987           Fix caps.
20988
20989 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20990
20991         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20992           Fix logic bug.
20993
20994 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20995
20996         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
20997           Yay, another one.
20998
20999 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21000
21001         * ext/esd/esdsink.c: (gst_esdsink_chain):
21002           Make error actually say something useful (fixes #156798).
21003         * gst-libs/gst/riff/riff-media.c:
21004         (gst_riff_create_video_caps_with_data),
21005         (gst_riff_create_video_template_caps):
21006           Add Intel Video 5.0 fourcc (IV50).
21007
21008 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21009
21010         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21011         detection on mono and stereo mp3 files.
21012
21013 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21014
21015         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21016           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21017           the contained stream).
21018
21019 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21020
21021         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21022           Oops, remove debug.
21023
21024 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21025
21026         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21027
21028         * gst/law/alaw-decode.c: (alawdec_getcaps):
21029         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21030           Prevent warnings when negotiating caps (fixes #159338).
21031
21032 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21033
21034         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21035         (gst_ffmpegcsp_chain):
21036           Remove old leftover that shouldn't be there...
21037
21038 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21039
21040         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21041
21042         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21043           Don't forward DISCONT events (fixes #159684).
21044
21045 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21046
21047         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21048           Unlink manually since sometimes bin disposal (and therefore
21049           pad unlinking) is delayed, which will cause a new media file
21050           to not be able to start playing instantly.
21051
21052 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21053
21054         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21055           On mute of an unlinked stream, check for pad availability so
21056           we don't crash on unlinked pad.
21057
21058 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21059
21060         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21061         (gst_avi_demux_massage_index):
21062           Fix quite humiliating bug in omitting 0-sized index chunks but
21063           forgetting to count them for timestamps.
21064
21065 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21066
21067         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21068           Actually leave the loop if we failed to sync. Don't crash.
21069
21070 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21071
21072         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21073         (gst_dvd_demux_process_private):
21074         * gst/mpegstream/gstdvddemux.h:
21075           Fix crash (#159759). Doesn't work, though. :-(.
21076
21077 2004-11-28  Benjamin Otte  <otte@gnome.org>
21078
21079         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21080           more overwriting protection due to modifying channels one by one
21081           instead of all at once
21082
21083 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21084
21085         * gst/audioconvert/gstchannelmix.c:
21086         (gst_audio_convert_fill_normalize):
21087           Normalize using absolute values.
21088
21089 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21090
21091         * configure.ac:
21092         * ext/Makefile.am:
21093         * ext/directfb/Makefile.am:
21094         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21095         (gst_directfbvideosink_get_pixel_format),
21096         (gst_directfbvideosink_get_format_from_fourcc),
21097         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21098         (gst_directfbvideosink_sink_link),
21099         (gst_directfbvideosink_change_state),
21100         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21101         (gst_directfbvideosink_buffer_alloc),
21102         (gst_directfbvideosink_interface_supported),
21103         (gst_directfbvideosink_interface_init),
21104         (gst_directfbvideosink_navigation_send_event),
21105         (gst_directfbvideosink_navigation_init),
21106         (gst_directfbvideosink_set_property),
21107         (gst_directfbvideosink_get_property),
21108         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21109         (gst_directfbvideosink_base_init),
21110         (gst_directfbvideosink_class_init),
21111         (gst_directfbvideosink_get_type), (plugin_init):
21112         * ext/directfb/directfbvideosink.h: Adding a first version of
21113         directfbvideosink.
21114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21115         more.
21116
21117 2004-11-28  Benjamin Otte  <otte@gnome.org>
21118
21119         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21120           walk the samples backwards if out_channels > in_channels so we don't
21121           overwrite data
21122
21123 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21124
21125         * gst/audioconvert/Makefile.am:
21126         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21127         (gst_audio_convert_link), (gst_audio_convert_change_state),
21128         (gst_audio_convert_channels):
21129         * gst/audioconvert/gstchannelmix.c:
21130         (gst_audio_convert_unset_matrix),
21131         (gst_audio_convert_fill_identical),
21132         (gst_audio_convert_fill_compatible),
21133         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21134         (gst_audio_convert_fill_others),
21135         (gst_audio_convert_fill_normalize),
21136         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21137         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21138         * gst/audioconvert/gstchannelmix.h:
21139           Implement a channel mixer.
21140
21141 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21142
21143         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21144         * ext/alsa/gstalsa.h:
21145         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21146         Make alsasink actually honor gst_element_set_clock and use that
21147         clock instead of its internal one.
21148
21149 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21150
21151         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21152         (gst_play_base_bin_change_state): nullify source and decoder when
21153         going from READY to NULL so that we don't try to do weird stuff with
21154         them when going from NULL to READY
21155         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21156         instead of g_object_unref
21157         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21158         it should be correct
21159         (gst_play_bin_change_state): don't call remove_sinks if we are
21160         currently disposing the object
21161
21162 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21163
21164         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21165           Don't forget bass if it's there. Else left channel is silent...
21166
21167 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21168
21169         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21170         (gst_a52dec_change_state):
21171           Don't do sample adjusting anymore, we use float audio now.
21172         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21173           Don't fixate to non-existing properties.
21174
21175 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21176
21177         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21178         (gst_a52dec_change_state):
21179           Advertise that we can do surround sound.
21180
21181 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21182
21183         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21184           Add buffer-frames=0.
21185         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21186         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21187         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21188         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21189         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21190         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21191         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21192         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21193         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21194         * ext/dvdread/dvdreadsrc.h:
21195           Add seeking, querying for bytes, sectors, title, angle and
21196           chapter. Handle multiple chapters. Relicense to LGPL because
21197           Billy agreed on that (thanks Billy!).
21198
21199 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21200
21201         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21202         call parent dispose method
21203
21204 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21205
21206         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21207         (gst_audio_clock_get_internal_time):
21208         Fix active <-> inactive transitions: ensure time value always
21209         grows and avoid abrupt value changes.
21210
21211 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21212
21213         * configure.ac:
21214         * gst/tta/Makefile.am:
21215         * gst/tta/crc32.h:
21216         * gst/tta/filters.h:
21217         * gst/tta/gsttta.c:
21218         * gst/tta/gstttadec.c:
21219         * gst/tta/gstttadec.h:
21220         * gst/tta/gstttaparse.c:
21221         * gst/tta/gstttaparse.h:
21222         * gst/tta/ttadec.h:
21223           added TTA parser and decoder
21224
21225 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21226
21227         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21228         (probe_triggered), (check_queue), (buffer_underrun),
21229         (buffer_running), (buffer_overrun), (gen_source_element),
21230         (setup_source):
21231         * gst/playback/gstplaybasebin.h:
21232           Implement buffering. Needs some more work.
21233
21234 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21235
21236         * ext/theora/theoradec.c: (theora_dec_chain):
21237           Fix ilog mask range overflow.
21238
21239 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21240
21241         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21242           Don't omit the last (which in case of dmix is the only :) )
21243           channel count. Don't set channels if <= 2.
21244
21245 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21246
21247         * gst/playback/gstplaybin.c: (gen_video_element),
21248         (gen_audio_element): Removed 2 obsolete comments
21249
21250 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21251
21252         * ext/vorbis/oggvorbisenc.c
21253         * ext/vorbis/vorbisenc.c :
21254           change description fields of those plugins to differentiate them
21255           (pitivi show Encoders by description, they had the same one)
21256
21257 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21258
21259         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21260
21261         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21262         (gst_play_bin_set_property), (gen_video_element),
21263         (gen_audio_element):
21264           Refcounting fixes for provided audio-/videosinks.
21265
21266 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21267
21268         * gst/playback/gstplaybin.c: (gen_video_element),
21269         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21270           Don't reference all sinks, but only the video- and audiosinks.
21271           The vis. element should be disposed when we're done with it.
21272           We don't have any reason to keep it around. This fixes warnings
21273           when reusing playbin for playing multiple audio files with
21274           vis. enabled. Also release audio device on pause - idea stolen
21275           from Rhythmbox.
21276
21277 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21278
21279         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21280         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21281         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21282         * ext/alsa/gstalsaplugin.c: (plugin_init):
21283         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21284         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21285         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21286         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21287         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21288         (gst_faad_change_state), (plugin_init):
21289         * ext/faad/gstfaad.h:
21290         * ext/vorbis/vorbis.c: (plugin_init):
21291         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21292         * gst-libs/gst/audio/Makefile.am:
21293         * gst-libs/gst/audio/audio.c: (plugin_init):
21294         * gst-libs/gst/audio/multichannel.c:
21295         (gst_audio_check_channel_positions),
21296         (gst_audio_get_channel_positions),
21297         (gst_audio_set_channel_positions),
21298         (gst_audio_set_structure_channel_positions_list),
21299         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21300         (gst_audio_fixate_channel_positions):
21301         * gst-libs/gst/audio/multichannel.h:
21302         * gst-libs/gst/audio/testchannels.c: (main):
21303         * gst/audioconvert/gstaudioconvert.c:
21304         (gst_audio_convert_class_init), (gst_audio_convert_init),
21305         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21306         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21307         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21308         * gst/audioconvert/plugin.c: (plugin_init):
21309           Surround sound support.
21310
21311 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21312
21313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21314           Fix position for discont if we're close as well. Nitpicking, but
21315           saves a few milliseconds of extra waiting or skipping.
21316
21317 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21318
21319         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21320           We sometimes need parsers for playback, so add those too.
21321
21322 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21323
21324         * configure.ac:
21325         * gst/apetag/Makefile.am:
21326         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21327         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21328         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21329         (gst_ape_demux_get_src_query_types),
21330         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21331         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21332         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21333         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21334         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21335         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21336         (gst_ape_demux_change_state):
21337         * gst/apetag/apedemux.h:
21338         * gst/apetag/apetag.c: (plugin_init):
21339         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21340         (plugin_init):
21341           APE v1/2 tag reader plus typefind function.
21342
21343 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21344
21345         * configure.ac:
21346         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21347         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21348           Remove hacks for older core. Require newer core version
21349           accordingly.
21350
21351 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21352
21353         * gst/cdxaparse/Makefile.am:
21354         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21355         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21356         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21357         * gst/cdxaparse/gstcdxaparse.h:
21358         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21359         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21360         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21361         (gst_cdxastrip_get_src_query_types),
21362         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21363         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21364         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21365         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21366         * gst/cdxaparse/gstcdxastrip.h:
21367           SVCD/VCD header stripping separated from CDXA image parsing.
21368         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21369         (plugin_init):
21370           Add VCD/SVCD header typefinding for VCD/SVCD.
21371         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21372         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21373         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21374         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21375         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21376         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21377         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21378         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21379         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21380         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21381         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21382         * sys/vcd/vcdsrc.h:
21383           Fix up, add seeking, querying, URI interface. Works in totem now.
21384
21385 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21386
21387         * configure.ac:
21388           back to CVS
21389
21390 === release 0.8.6 ===
21391
21392 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21393
21394         * NEWS:
21395         * RELEASE:
21396         * configure.ac:
21397         * po/af.po:
21398         * po/az.po:
21399         * po/cs.po:
21400         * po/en_GB.po:
21401         * po/hu.po:
21402         * po/it.po:
21403         * po/nb.po:
21404         * po/nl.po:
21405         * po/or.po:
21406         * po/sq.po:
21407         * po/sr.po:
21408         * po/sv.po:
21409         * po/uk.po:
21410           releasing 0.8.6, "IOU Love"
21411
21412 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21413
21414         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21415
21416         * gst/playback/gstplaybasebin.c:
21417           Fix unplayable files error handling.  Fixes #158365
21418
21419 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21420
21421         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21422
21423         * gst/typefind/gsttypefindfunctions.c:
21424           Fix broken mp3 typefinding.  Fixes #158375
21425
21426 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21427
21428         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21429
21430         * ext/ogg/gstoggdemux.c:
21431           Fix sync on broken files.  Fixes #158976
21432
21433 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21434
21435         patch by: Edward Hervey <bilboed@bilboed.com>
21436
21437         * ext/libpng/gstpngenc.c:
21438           Copy over buffer properties.  Fixes #158832
21439
21440 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21441
21442         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21443
21444         * ext/dvdread/dvdreadsrc.c:
21445           Fixes invalid reads (#158462)
21446
21447 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21448
21449         * sys/v4l/gstv4lsrc.c:
21450         * sys/v4l/gstv4lsrc.h:
21451         * sys/v4l/v4lsrc_calls.c:
21452           Probe less and cache it.  Fixes #159187.
21453
21454 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21455
21456         * gst/videorate/gstvideorate.c:
21457           Handle all video formats. Fixes #159186.
21458
21459 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21460         * gst/synaesthesia/gstsynaesthesia.c:
21461         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21462         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21463         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21464         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21465         (gst_synaesthesia_change_state), (plugin_init):
21466         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21467         Force 320x200 output, as that's the only thing the underlying
21468         synaesthesia implementation supports. Still needs to be made
21469         re-entrant.
21470
21471 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21472
21473         * configure.ac:
21474           Fix mpeg2enc configure check (similar to mplex check below).
21475
21476 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21477
21478         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21479
21480         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21481           Fix for gcc-2.95 (fixes #158221).
21482
21483 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21484
21485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21486           Re-add clock distribution hack (until new core is released).
21487           Fixes #158125.
21488
21489 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21490         * configure.ac:
21491           fix mplex configure check segfaulting on some systems (bug #140994)
21492
21493 2004-11-13  Benjamin Otte  <otte@gnome.org>
21494
21495         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21496           add debugging
21497         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21498           do a wait when we enter the loop func with no data available to
21499           write instead of getting into an 100% CPU loop by just returning and
21500           being called again by the scheduler
21501
21502 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21503
21504         * configure.ac:
21505         * ext/libvisual/visual.c: (gst_visual_get_type),
21506         (libvisual_log_handler), (gst_visual_getcaps),
21507         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21508         (plugin_init):
21509           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21510         * ext/smoothwave/Makefile.am:
21511         * ext/smoothwave/demo-osssrc.c: (main):
21512         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21513         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21514         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21515         (plugin_init):
21516         * ext/smoothwave/gstsmoothwave.h:
21517           Make gstsmoothwave a working element in the 20th century.
21518
21519         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21520           Fix incorrect link function
21521
21522 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21523
21524         * gst/volume/gstvolume.c:
21525           Allow buffer-frames=0.
21526
21527 2004-11-12 Iain <iaingnome@gmail.com>
21528
21529         * configure.ac: Check for polypaudio
21530
21531         * ext/Makefile.am: Build the polyp dir
21532
21533         * ext/polyp: The polypsink sources.
21534
21535 2004-10-30 Iain <iaingnome@gmail.com>
21536
21537         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
21538         caps to reflect the new number of channels.
21539
21540 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21541
21542         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21543           Fix for negotiation order problem. This would show when the
21544           ALSA loopfuction was called before any other function. ALSA
21545           wouldn't do anything because we're not negotiated yet, leading
21546           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
21547
21548 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21549
21550         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21551
21552         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21553           No warnings (#157986).
21554
21555 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21556
21557         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21558           Prefer apev1/2 and id3v1 (at end of file) over musepack.
21559
21560 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21561
21562         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
21563           Signal no-more-pads (so it works in playbin).
21564
21565 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21566
21567         * ext/musepack/gstmusepackreader.cpp:
21568           Workaround for older core.
21569
21570 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21571
21572         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
21573           Actually test for odd width/height rather than testing whether
21574           a temporary variable that was 0 before we subtracted 1 is now
21575           not equal to zero (which it always is).
21576
21577 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21578
21579         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21580         Fix compilation if HAVE_XVIDEO is not defined
21581
21582 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21583
21584         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21585         Fix compilation if HAVE_XVIDEO is not defined
21586
21587 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
21588
21589         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
21590         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
21591         (gst_goom_change_state), (plugin_init):
21592         Use the bytestream adapter so goom doesn't depend on the input
21593         buffer size.
21594         Add a debug category
21595
21596 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21597
21598         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21599           Only set hardware parameters *after* negotiation. Before
21600           negotiation, it will set ANY and that seems to cause crashes
21601           (see e.g. #151288, #153227).
21602
21603 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21604
21605         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21606           This seems to be antique leftover. It needs to pass error
21607           checking.
21608         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21609         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
21610         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
21611         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
21612           Fix GstXOverlay implementation (#151059).
21613
21614 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21615
21616         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21617           Don't assert (#157853).
21618
21619 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21620
21621         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21622           Fix bytes/samples confustion.
21623         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
21624           Fix for underrun (#144389).
21625
21626 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21627
21628         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21629           Disable halfway-seek for pending release (since it needs a new
21630           core release).
21631
21632 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21633
21634         * sys/v4l/gstv4lsrc.c:
21635         * sys/v4l/gstv4lsrc.h:
21636         * sys/v4l/v4lsrc_calls.c:
21637           add autoprobe-fps property so we can separate autoprobing parts
21638
21639 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21640
21641         * sys/v4l/gstv4lsrc.c:
21642         * sys/v4l/v4lsrc_calls.c:
21643         initialise fourcc to catch unset fourcc's, and debug
21644
21645 2004-11-09  Wim Taymans  <wim@fluendo.com>
21646
21647         * gst/playback/README:
21648         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21649         * gst/playback/gstplaybin.c: (gst_play_bin_init),
21650         (gst_play_bin_dispose), (gst_play_bin_set_property),
21651         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
21652         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
21653         (gst_play_bin_get_formats), (gst_play_bin_convert),
21654         (gst_play_bin_get_query_types), (gst_play_bin_query):
21655         Cleanups and some more documentation.
21656
21657 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
21658
21659         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21660         (gst_cacasink_init), (gst_cacasink_chain):
21661         * ext/libcaca/gstcacasink.h:
21662         Cacasink inherits from VideoSink, so let that store the clock.
21663
21664 2004-11-09  Wim Taymans  <wim@fluendo.com>
21665
21666         * gst/playback/README:
21667         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
21668         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
21669         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
21670         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
21671         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
21672         (setup_sinks):
21673         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
21674         (gst_stream_info_is_mute), (gst_stream_info_set_property):
21675         * gst/playback/gststreaminfo.h:
21676         Updated README.
21677         Only switch groups if all streams have muted (EOSed).
21678         Send Tags in sync with the stream playback instead of in
21679         the playback/preroll phase.
21680         Some cleanups, free the fakesrc elements.
21681
21682 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21683
21684         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
21685           buffer-frames property was missing
21686         * ext/arts/gst_arts.c:
21687           rate missing from sinkcaps
21688         * ext/audiofile/gstafparse.c:
21689         * ext/audiofile/gstafsink.c:
21690         * ext/audiofile/gstafsrc.c:
21691         * ext/swfdec/gstswfdec.c:
21692           int audio doesn't know buffer-frames
21693         * ext/cdparanoia/gstcdparanoia.c:
21694           int audio doesn't know chunksize either
21695         * ext/nas/nassink.c:
21696           it's endianness, not endianess
21697         * gst-libs/gst/audio/audio.h:
21698           make float standard pad template caps really describe float
21699         * gst/law/mulaw.c: (linear_factory):
21700           signed only, please
21701         * gst/mpegstream/gstdvddemux.c:
21702           widths of 20 are not valid
21703
21704 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21705
21706         Submitted by: Luca Ferretti <elle.uca@infinito.it>
21707
21708         * po/LINGUAS:
21709         * po/it.po:
21710           Add Italian
21711
21712 2004-11-08  Wim Taymans  <wim@fluendo.com>
21713
21714         * gst/playback/README:
21715         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21716         * gst/playback/gstplaybasebin.c: (probe_triggered),
21717         (gst_play_base_bin_change_state):
21718         Updated README, added more comments for fixmes etc..
21719
21720 2004-11-08  Wim Taymans  <wim@fluendo.com>
21721
21722         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21723         We can remove this hack now.
21724
21725 2004-11-08  Wim Taymans  <wim@fluendo.com>
21726
21727         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
21728         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21729         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21730         Only mix AYUV for maximum quality.
21731
21732 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21733
21734         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
21735         (gst_ogg_demux_push), (gst_ogg_pad_push):
21736           Let's act as if we're synchronized now! :).
21737         * ext/theora/theoradec.c: (theora_dec_chain):
21738           Add some debug.
21739
21740 2004-11-08  Wim Taymans  <wim@fluendo.com>
21741
21742         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21743         (gst_alpha_set_property), (gst_alpha_sink_link),
21744         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
21745         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
21746         (gst_alpha_init_params), (gst_alpha_chain):
21747         Implement alpha functions for AYUV too, this increases
21748         accuracy quite a bit.
21749
21750 2004-11-08  Wim Taymans  <wim@fluendo.com>
21751
21752         * gst/ffmpegcolorspace/avcodec.h:
21753         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21754         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21755         (gst_ffmpegcsp_avpicture_fill):
21756         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21757         (gst_ffmpegcsp_caps_remove_format_info):
21758         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21759         (shrink12), (img_get_alpha_info), (deinterlace_line),
21760         (deinterlace_line_inplace):
21761         * gst/ffmpegcolorspace/imgconvert_template.h:
21762         Added AYUV colorspace and handle RGBA a bit more respectful.
21763
21764 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21765
21766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21767           Actually always send a discont (cornercase when resending the
21768           same serial-tagged chain twice).
21769
21770 2004-11-08  Julien MOUTTE  <julien@moutte.net>
21771
21772         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
21773         (gst_ximagesink_finalize):
21774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
21775         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
21776
21777 2004-11-08  Wim Taymans  <wim@fluendo.com>
21778
21779         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
21780         Don't segfault on NULL data.
21781
21782 2004-11-08  Wim Taymans  <wim@fluendo.com>
21783
21784         * gst/playback/gstdecodebin.c: (unlinked):
21785         * gst/playback/gstplay-marshal.list:
21786         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21787         (gst_play_base_bin_init), (group_create), (get_active_group),
21788         (get_building_group), (group_destroy), (group_commit),
21789         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
21790         (add_element_stream), (no_more_pads), (probe_triggered),
21791         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
21792         (state_change), (setup_source), (gst_play_base_bin_get_property),
21793         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
21794         (gst_play_base_bin_link_stream),
21795         (gst_play_base_bin_get_streaminfo):
21796         * gst/playback/gstplaybasebin.h:
21797         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21798         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
21799         Add support for chained ogg files. Prepare for playlist
21800         support. This patch introduces the concept of pad groups, which
21801         together compose one playable media file.
21802
21803 2004-11-07  David Schleef  <ds@schleef.org>
21804
21805         * testsuite/gst-lint: Check for pad templates that aren't statically
21806         scoped.
21807
21808 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21809
21810         * configure.ac:
21811         * ext/Makefile.am:
21812         * ext/musepack/Makefile.am:
21813         * ext/musepack/gstmusepackdec.cpp:
21814         * ext/musepack/gstmusepackdec.h:
21815         * ext/musepack/gstmusepackreader.cpp:
21816         * ext/musepack/gstmusepackreader.h:
21817           Add musepack decoder.
21818         * ext/faad/gstfaad.c: (gst_faad_base_init):
21819           Make pad templates static.
21820         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21821         (plugin_init):
21822           Add musepack typefinder, make mp3 typefinding work halfway stream,
21823           which doesn't actually work yet because id3demux doesn't implement
21824           _get_length().
21825
21826 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21827
21828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21829         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
21830           Fix interrupt event handling (#144436).
21831
21832 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21833
21834         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
21835           Hide unused glory.
21836
21837 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21838
21839         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21840
21841         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21842           Fix weird caps (#157548).
21843
21844 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21845
21846         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21847
21848         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
21849           Add missing NULL terminator (#157543).
21850
21851 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21852
21853         * gst/tcp/gsttcp.h:
21854         * gst/tcp/gsttcpclientsink.c:
21855         * gst/tcp/gsttcpclientsrc.c:
21856         * gst/tcp/gsttcpserversink.c:
21857         * gst/tcp/gsttcpserversrc.c:
21858           ports can go up to 65535.  Move common defines to gsttcp.h
21859
21860 2004-11-05  Wim Taymans  <wim@fluendo.com>
21861
21862         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
21863         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
21864         Added two more colorspaces.
21865
21866 2004-11-05  Wim Taymans  <wim@fluendo.com>
21867
21868         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21869         (gst_ffmpegcsp_avpicture_fill):
21870         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21871         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
21872         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
21873         More stride fixes.
21874
21875 2004-11-05  Wim Taymans  <wim@fluendo.com>
21876
21877         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
21878         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
21879         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21880         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
21881         (gst_videomixer_loop):
21882         More stride fixes.
21883
21884 2004-11-05  Benjamin Otte  <otte@gnome.org>
21885
21886         * ext/mad/gstmad.c: (gst_mad_chain):
21887           don't overflow data buffer. Flush not needed sync data when syncing
21888           failed.
21889
21890 2004-11-04  Wim Taymans  <wim@fluendo.com>
21891
21892         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21893         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
21894         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
21895         (gst_alpha_init_params), (gst_alpha_chain),
21896         (gst_alpha_change_state):
21897         Updated the chroma keying algorithm with something more
21898         sophisticated.
21899
21900 2004-11-03  Wim Taymans  <wim@fluendo.com>
21901
21902         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
21903         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21904         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21905         Fix stride issues. Does not completely work for odd
21906         heights.
21907
21908 2004-11-03  Wim Taymans  <wim@fluendo.com>
21909
21910         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21911         (gst_alpha_chroma_key), (gst_alpha_chain):
21912         Fix stride issues. Does not completely work for odd
21913         heights.
21914
21915 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
21916
21917         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21918         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
21919         leak fixes
21920
21921 2004-11-03  Wim Taymans  <wim@fluendo.com>
21922
21923         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21924         (gst_ffmpegcsp_avpicture_fill):
21925         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21926         (avpicture_alloc):
21927         * gst/ffmpegcolorspace/imgconvert_template.h:
21928         Use correct _fill function to get correct strides.
21929
21930 2004-11-02  David Schleef  <ds@schleef.org>
21931
21932         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21933         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
21934         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
21935         Change all g_print()s to debugging.  Add a bunch of consistency
21936         checks.
21937
21938 2004-11-02  Wim Taymans  <wim@fluendo.com>
21939
21940         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21941         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
21942         (unlinked), (no_more_pads), (close_link):
21943         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
21944         (unknown_type), (add_element_stream), (new_decoded_pad),
21945         (removed_decoded_pad), (setup_source):
21946         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
21947         (gst_stream_info_class_init), (gst_stream_info_init),
21948         (gst_stream_info_new), (gst_stream_info_dispose),
21949         (stream_info_mute_pad), (gst_stream_info_set_property),
21950         (gst_stream_info_get_property):
21951         * gst/playback/gststreaminfo.h:
21952         Fix playback of multiple files.
21953         a slightly different approach to handling dynamic pad removals.
21954         This one only looks at pads that we have linked.
21955
21956 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
21957
21958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
21959         free" warning from libc.
21960
21961 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21962
21963         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
21964         (get_unconnected_element), (remove_starting_from), (pad_removed),
21965         (close_link):
21966           Implement support for dynamic pad changing. We listen to "live"
21967           pad removals (i.e. while playing) and re-setup autoplugging
21968           after that. Playbasebin/playbin need some more work for this
21969           to finally work, but decodebin supports (and replugs) chained
21970           ogg now.
21971
21972 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
21973
21974         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
21975         (gst_alsa_finalize):
21976         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
21977         (gst_cdaudio_finalize):
21978         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
21979         (cdparanoia_finalize):
21980         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
21981         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
21982         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21983         (dvdreadsrc_finalize):
21984         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
21985         (gst_flacdec_finalize):
21986         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
21987         (gst_flacenc_finalize):
21988         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
21989         (gst_gnomevfssink_finalize):
21990         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
21991         (gst_gnomevfssrc_finalize):
21992         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
21993         (gst_fameenc_finalize):
21994         * ext/nas/nassink.c: (gst_nassink_class_init),
21995         (gst_nassink_finalize):
21996         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
21997         (gst_sdlvideosink_class_init):
21998         * ext/sndfile/gstsf.c: (gst_sf_dispose):
21999         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22000         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22001         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22002         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22003         (gst_x_window_listener_dispose):
22004         * gst/audioscale/gstaudioscale.c:
22005         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22006         (play_on_demand_finalize):
22007         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22008         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22009         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22010         (cdplayer_finalize):
22011         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22012         (gst_glimagesink_class_init):
22013         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22014         (gst_osselement_finalize):
22015         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22016         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22017         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22018           Fixes a bunch of problems with finalize and dispose functions,
22019           either assumptions that dispose is only called once, or not calling
22020           the parent class dispose/finalize function
22021
22022 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22023
22024         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22025           added two api precondition guards
22026           use g_strdup with getenv to fix crash when using ENVVAR
22027
22028 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22029         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22030         (gst_esdsink_finalize):
22031         Use a finalize function, not dispose, and more importantly,
22032         call the parent class finalize function too
22033
22034 2004-11-01  Johan Dahlin  <johan@gnome.org>
22035
22036         * ext/ogg/gstoggdemux.c:
22037         * gst/tags/gstvorbistag.c:
22038         Plug leaks.
22039
22040 2004-10-31  Benjamin Otte  <otte@gnome.org>
22041
22042         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22043           lotsa memleaks today. But they're all small...
22044
22045 2004-10-31  Benjamin Otte  <otte@gnome.org>
22046
22047         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22048           another memleak crushed
22049
22050 2004-10-31  Benjamin Otte  <otte@gnome.org>
22051
22052         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22053           fix memleak
22054
22055 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22056
22057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22058           Hack to prevent crash when going to READY inside signal handler
22059           while this function is active.
22060
22061 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22062
22063         * gst/ffmpegcolorspace/Makefile.am:
22064         * gst/ffmpegcolorspace/avcodec.h:
22065         * gst/ffmpegcolorspace/common.h:
22066         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22067         * gst/ffmpegcolorspace/dsputil.h:
22068         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22069         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22070         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22071         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22072         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22073         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22074         (gst_ffmpegcsp_avpicture_fill):
22075         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22077         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22078         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22079         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22080         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22081         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22082         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22083         * gst/ffmpegcolorspace/imgconvert.c:
22084         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22085         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22086         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22087         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22088         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22089         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22090         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22091         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22092         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22093         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22094         (grow21), (grow22), (grow41), (grow44), (conv411),
22095         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22096         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22097         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22098         (avpicture_free), (is_yuv_planar), (img_convert),
22099         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22100         (deinterlace_line_inplace), (deinterlace_bottom_field),
22101         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22102         * gst/ffmpegcolorspace/imgconvert_template.h:
22103         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22104         * gst/ffmpegcolorspace/mmx.h:
22105         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22106         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22107         (av_freep), (avcodec_get_context_defaults),
22108         (avcodec_alloc_context), (avcodec_init):
22109           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22110           handling plus update from ffmpeg CVS. Large clean-up.
22111
22112 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22113
22114         * gst/playback/Makefile.am:
22115           We need the marshallers for decodebin, too.
22116
22117 2004-10-30  David Schleef  <ds@schleef.org>
22118
22119         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22120           quicktime typefinding work with 64-bit offsets.
22121
22122 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22123
22124         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22125           Set EOS on the element when processing an EOS event.
22126         * ext/speex/gstspeexdec.h:
22127         * ext/speex/gstspeexenc.h:
22128           Only keep a const ptr to the mode
22129         * gst-libs/gst/riff/riff-media.c:
22130         (gst_riff_create_audio_caps_with_data),
22131         (gst_riff_create_audio_template_caps):
22132           Allow WMAV3, with up to 6 channels.
22133         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22134           Don't call gst_pad_set_event_function on a sink pad.
22135         * gst/mpegstream/gstdvddemux.c:
22136         (gst_dvd_demux_get_subpicture_stream),
22137         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22138           Copy the explicit caps that were set across to the cur_* pads,
22139           instead of trying to use a possibly non-existent negotiated caps.
22140           Reset the type of subpicture pads to UNKNOWN after calling
22141           init_stream, so that the caps get set.
22142
22143 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22144
22145         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22146
22147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22148           Don't touch buffer if it is of size 0 (fixes #151064).
22149
22150 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22151
22152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22153           Synchronized discont handling.
22154
22155 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22156
22157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22158         (gst_ogg_demux_push):
22159           Make seeking sort-of exact again (fixes #156387).
22160
22161 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22162
22163         * gst/playback/gstplaybasebin.c: (unknown_type),
22164         (add_element_stream), (new_decoded_pad),
22165         (gst_play_base_bin_change_state):
22166         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22167         (gst_stream_info_init), (gst_stream_info_new),
22168         (gst_stream_info_dispose), (gst_stream_info_get_property):
22169         * gst/playback/gststreaminfo.h:
22170           Make caps explicitely available. Makes testing for unsupported
22171           types possible. Improves error reporting.
22172
22173 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22174
22175         * gst/audioconvert/gstaudioconvert.c:
22176         (gst_audio_convert_buffer_to_default_format):
22177           Really don't touch read-only buffers (#156563).
22178
22179 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22180
22181         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22182
22183         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22184           Fix memleak (#155223).
22185
22186 2004-10-29  Wim Taymans  <wim@fluendo.com>
22187
22188         * gst/tcp/.cvsignore:
22189         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22190         (gst_multifdsink_class_init), (gst_multifdsink_init),
22191         (gst_multifdsink_add), (gst_multifdsink_remove),
22192         (gst_multifdsink_remove_client_link), (is_sync_frame),
22193         (gst_multifdsink_new_client),
22194         (gst_multifdsink_handle_client_write),
22195         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22196         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22197         (gst_multifdsink_get_property):
22198         * gst/tcp/gstmultifdsink.h:
22199         Added burst on connect sync_method, deprecated sync_clients,
22200         streamlined the sync code some more.
22201
22202 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22203
22204         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22205         (gst_play_base_bin_change_state):
22206           Improve error reporting.
22207
22208 2004-10-28  Wim Taymans  <wim@fluendo.com>
22209
22210         * gst/tcp/Makefile.am:
22211         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22212         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22213         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22214         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22215         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22216         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22217         (gst_fdset_wait):
22218         Added more locks around fdset structures. Fixed/reworked
22219         the poll array resizing code.
22220         Added stress test for fdset.
22221
22222 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22223
22224         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22225         fix build
22226
22227 2004-10-28  Benjamin Otte  <otte@gnome.org>
22228
22229         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22230           fix link function to always query channels and query width for
22231           floats
22232         * configure.ac:
22233           add equalizer dir
22234         * gst/equalizer/Makefile.am:
22235         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22236         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22237         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22238         (arg_to_scale), (setup_filter),
22239         (gst_iir_equalizer_compute_frequencies),
22240         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22241         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22242         (plugin_init):
22243           add an equalizer
22244
22245 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22246
22247         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22248
22249         * po/LINGUAS:
22250         * po/nb.po:
22251           Added Norwegian Bokmaal translation
22252
22253 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22254
22255         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22256           Don't break on options (fixes #156488).
22257
22258 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22259
22260         * configure.ac:
22261         * ext/cdaudio/Makefile.am:
22262         * sys/Makefile.am:
22263           fix build on older automake
22264
22265 2004-10-26  Wim Taymans  <wim@fluendo.com>
22266
22267         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22268         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22269         Allow a little margin when negotiating the framerate.
22270
22271 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22272
22273         * gst/level/gstlevel.c:
22274           synchonised naming of pads and pad-templates
22275
22276 2004-10-26  Wim Taymans  <wim@fluendo.com>
22277
22278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22279         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22280         (_find_streams_check), (gst_ogg_demux_push):
22281         Fix EOS again. Needs to be done in a better way. We should not
22282         remove the pad if there is no new chained stream.
22283
22284 2004-10-26 Iain <iaingnome@gmail.com>
22285
22286         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22287         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22288         of the caps.
22289         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22290         pad.
22291         (interleave_release_pad): Remove the pad.
22292         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22293         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22294         the set device.
22295         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22296         attrs
22297         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22298         (gst_xvimagesink_finalize): Free the par.
22299
22300 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22301
22302         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22303         (gst_avimux_stop_file):
22304           First calculate the rate, and only then use it. Hdr.rate is a
22305           multiple and not a derivative of hdr.scale. Scale is not the
22306           same as blockalign but is solely related to rate.
22307
22308 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22309
22310         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22311         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22312           Implement seeking.
22313
22314 2004-10-25  James Henstridge  <james@jamesh.id.au>
22315
22316         Reviewed by:  David Schleef  <ds@schleef.org>
22317
22318         * examples/gstplay/player.c: (got_stream_length), (main):
22319         * examples/seeking/cdplayer.c: (update_scale):
22320         * examples/seeking/seek.c: (format_value), (update_scale):
22321         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22322         (stop_seek):
22323         Build fixes on AMD64.
22324
22325 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22326
22327         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22328
22329         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22330         Fix for some v4l cards which hang in v4lsrc
22331
22332 2004-10-25  Wim Taymans  <wim@fluendo.com>
22333
22334         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22335         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22336         Make sure to remove the pad when a new chain is
22337         encountered. Set some vars to NULL so we don't try
22338         to reference freed memory.
22339
22340 2004-10-25  Wim Taymans  <wim@fluendo.com>
22341
22342         * examples/seeking/Makefile.am:
22343         * examples/seeking/cdplayer.c: (update_scale):
22344         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22345         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22346         (format_value), (update_scale), (iterate), (start_seek),
22347         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22348         (print_usage), (main):
22349         Added some more examples, update others.
22350
22351 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22352
22353         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22354         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22355         * ext/theora/theoradec.c: (theora_dec_chain):
22356         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22357           Add codec-name metadata.
22358
22359 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22360
22361         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22362
22363         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22364         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22365         * ext/alsa/gstalsamixertrack.h:
22366         * po/POTFILES.in:
22367           ALSA mixer track label internationalization (#154054).
22368
22369 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22370
22371         * ext/theora/theoradec.c: (theora_dec_chain):
22372           Export bitrate as metadata.
22373
22374 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22375
22376         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22377         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22378         * ext/alsa/gstalsamixertrack.h:
22379           Fix names, fix loop.
22380
22381 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22382
22383         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22384         (speex_dec_convert):
22385           sinkconvert function so oggdemux can get the file length (totem).
22386
22387 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22388
22389         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22390
22391         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22392           Don't push incomplete packets.
22393         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22394           Fix MPEG-4 audio typefinding.
22395
22396 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22397
22398         * sys/v4l/Makefile.am:
22399         * sys/v4l/gstv4l.c: (plugin_init):
22400         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22401         (gst_v4lelement_init), (gst_v4lelement_dispose),
22402         (gst_v4lelement_change_state):
22403         * sys/v4l/gstv4lelement.h:
22404         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22405         (gst_v4l_xoverlay_close), (idle_refresh),
22406         (gst_v4l_xoverlay_set_xwindow_id):
22407         * sys/v4l/gstv4lxoverlay.h:
22408         * sys/v4l/v4l-overlay_calls.c:
22409         * sys/v4l/v4l_calls.h:
22410         * sys/v4l2/Makefile.am:
22411         * sys/v4l2/gstv4l2.c: (plugin_init):
22412         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22413         (gst_v4l2element_init), (gst_v4l2element_dispose),
22414         (gst_v4l2element_change_state):
22415         * sys/v4l2/gstv4l2element.h:
22416         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22417         (gst_v4l2_xoverlay_close), (idle_refresh),
22418         (gst_v4l2_xoverlay_set_xwindow_id):
22419         * sys/v4l2/gstv4l2xoverlay.h:
22420         * sys/v4l2/v4l2-overlay_calls.c:
22421         * sys/v4l2/v4l2_calls.h:
22422           Remove client-side overlay handling, use the X-server v4l plugin
22423           for that. Nicer overlay, less code. Also make the plugin
22424           compileable without X (but then without overlay, obviously).
22425           Makes xwindowlistener obsolete, should we remove that?
22426
22427 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22428
22429         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22430         (gst_osssrc_src_query):
22431         * sys/oss/gstosssrc.h:
22432           OK, so people want offset in DEFAULT. This time, actually fix all
22433           cases.
22434         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22435           Add FPS properly.
22436
22437 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22438
22439         * gst/asfdemux/gstasfmux.c:
22440         * gst/avi/gstavimux.c:
22441           Framerate.
22442
22443 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22444
22445         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22446           Fix properties (channel, norm, frequency).
22447
22448 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22449
22450         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22451           Flag typo.
22452         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22453           No warnings.
22454
22455 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22456
22457         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22458           Fix hang.
22459
22460 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22461
22462         * sys/v4l2/gstv4l2element.h:
22463           Yet Another Hack (tm) for kernel header borkedness.
22464         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22465         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22466         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22467         (gst_v4l2src_change_state):
22468         * sys/v4l2/gstv4l2src.h:
22469         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22470         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22471           Fix caps, keep track of state, work.
22472
22473 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22474
22475         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22476           Quiet.
22477
22478 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22479
22480         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22481           Don't mix bytes and samples.
22482
22483 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22484
22485         * ext/ogg/gstoggmux.c:
22486           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22487           and theora. Any is incorrect.
22488         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22489           Fix caps.
22490         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22491         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22492         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22493         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22494         * sys/v4l/gstv4lmjpegsrc.h:
22495         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22496         (gst_v4lsrc_change_state):
22497         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22498         (gst_v4lmjpegsrc_capture_stop):
22499           Fix caps. Keep track of internal state. Work.
22500
22501 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22502
22503         * ext/Makefile.am:
22504           Fix the build fixes.
22505
22506 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22507
22508         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22509         (gst_ogg_demux_src_event), (_find_chain_seek),
22510         (gst_ogg_pad_push):
22511           Check for pad availability before using it.
22512         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22513           Fix parsing of chained ogg. Needs more work on the decoder side.
22514
22515 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22516
22517         * gst/spectrum/Makefile.am:
22518         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22519         (idle_func):
22520           Fix demo and reenable it. Yes, I'm currently playing with audio
22521           analysis tools
22522
22523 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22524
22525         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22526           We love it if files that start at zero work too...
22527
22528 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22529
22530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22531           Handle files with missing EOS headers.
22532
22533 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22534
22535         * gst/tcp/gsttcpserversink.c:
22536         (gst_tcpserversink_handle_server_read),
22537         (gst_tcpserversink_init_send):
22538         Zero some variables first (need for accept not to return EINVAL)
22539
22540 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22541
22542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22543         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22544         * ext/theora/theoradec.c: (theora_dec_sink_convert),
22545         (theora_dec_chain):
22546         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22547         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
22548           Seeking and querying finetune.
22549
22550 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22551
22552         * configure.ac:
22553         * ext/Makefile.am:
22554         * ext/raw1394/Makefile.am:
22555           fix the build
22556
22557 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22558
22559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22560           Wrong return.
22561         * gst/playback/Makefile.am:
22562         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22563         * gst/playback/gstplay-marshal.list:
22564         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
22565           Fix marshallers.
22566
22567 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22568
22569         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
22570           Silence.
22571
22572 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22573
22574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22575         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22576         (gst_ogg_pad_push):
22577           Yay for non-lineair granulepos in theora.
22578
22579 2004-10-18  Wim Taymans  <wim@fluendo.com>
22580
22581         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22582         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22583         * ext/dv/gstdvdec.h:
22584         Make sure we renegotiate aspect ratio when the camera switches.
22585
22586 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22587
22588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22589         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22590           Start at zero.
22591         * ext/theora/theoradec.c: (theora_dec_chain):
22592           Skip headers. Bad idea for chained ogg, but fixes seeking.
22593
22594 2004-10-18  Wim Taymans  <wim@fluendo.com>
22595
22596         * configure.ac:
22597         I swear, this is the last time I touch this.
22598
22599 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22600
22601         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22602         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22603         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
22604           Faster seeking.
22605         * ext/theora/theoradec.c: (theora_dec_sink_convert):
22606           Time-to-default conversion.
22607         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22608           Don't error on unknown packets, just skip. We should probably
22609           read them if we want to support chained ogg.
22610
22611 2004-10-18  Wim Taymans  <wim@fluendo.com>
22612
22613         * configure.ac:
22614         Added cdaudio to wrong list.
22615
22616 2004-10-18  Wim Taymans  <wim@fluendo.com>
22617
22618         * configure.ac:
22619         Revive cdaudio.
22620
22621 2004-10-18  Wim Taymans  <wim@fluendo.com>
22622
22623         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22624         (gst_dvdec_video_link), (gst_dvdec_push):
22625         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22626         (gst_smokeenc_resync), (gst_smokeenc_chain):
22627         Fix mimetype on smoke encoder.
22628         Add aspect ratio to dvdec. Not sure if these
22629         values are correct though....
22630
22631 2004-10-18  Wim Taymans  <wim@fluendo.com>
22632
22633         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22634         Fix vorbis property descriptions and ranges.
22635
22636 2004-10-18  Wim Taymans  <wim@fluendo.com>
22637
22638         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22639         Really do nothing when no data is available.
22640         Go to the playing state when the stream is not seekable
22641         instead of failing.
22642
22643 2004-10-18  Wim Taymans  <wim@fluendo.com>
22644
22645         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
22646         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
22647         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
22648         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
22649         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
22650         Added uri handler for cd://
22651         Port to new API.
22652
22653 2004-10-18  Wim Taymans  <wim@fluendo.com>
22654
22655         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22656         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22657         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22658         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22659         (remove_prerolls), (unknown_type), (add_element_stream),
22660         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
22661         (gst_play_base_bin_remove_element),
22662         (gst_play_base_bin_link_stream):
22663         * gst/playback/gstplaybin.c: (gen_video_element),
22664         (gen_vis_element), (remove_sinks), (setup_sinks):
22665         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22666         (gst_stream_info_get_type), (gst_stream_info_class_init),
22667         (gst_stream_info_init), (gst_stream_info_new),
22668         (gst_stream_info_dispose), (stream_info_mute_pad),
22669         (gst_stream_info_set_property), (gst_stream_info_get_property):
22670         * gst/playback/gststreaminfo.h:
22671         Add sink padtemplate to decodebin.
22672         Added some more comments.
22673         Make queue size configurable in playbasebin.
22674         Added possibility to use elements as sinks (ex cdaudio).
22675
22676 2004-10-15  Wim Taymans  <wim@fluendo.com>
22677
22678         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
22679         (gst_speexenc_chain):
22680         Fix speex timestamps so that it gets muxed properly.
22681
22682 2004-10-15  Wim Taymans  <wim@fluendo.com>
22683
22684         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
22685         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
22686         (gst_dv1394src_init), (gst_dv1394src_dispose),
22687         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
22688         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
22689         (gst_dv1394src_event), (gst_dv1394src_get_formats),
22690         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
22691         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
22692         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
22693         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
22694         * ext/raw1394/gstdv1394src.h:
22695         Added conversion/query functions.
22696         Update buffer timestamps,
22697         Added signals.
22698         Added uri dv:// so it might play from the firewire in playbin.
22699         Fix a possible leak.
22700         Added debugging.
22701
22702 2004-10-15  Wim Taymans  <wim@fluendo.com>
22703
22704         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
22705         (gst_dv1394src_init), (gst_dv1394src_set_property),
22706         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
22707         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
22708         * ext/raw1394/gstdv1394src.h:
22709         Added AV/C VTR control support needed for some cameras.
22710         Added automatic port detection.
22711         Added properties for selecting the channel.
22712         The configure.ac script is not yet updated to reflect the
22713         new libavc1394 and librom1394 dependencies.
22714
22715 2004-10-15  Wim Taymans  <wim@fluendo.com>
22716
22717         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22718         (qtdemux_parse), (gst_qtdemux_handle_esds):
22719         An esds box is not a container.
22720         Fix parsing of mp4v boxes.
22721         Do not try to renegotiate fps for each frame. Need to
22722         find a better method. This should fix mp4 playback.
22723
22724 2004-10-14  David Schleef  <ds@schleef.org>
22725
22726         * configure.ac: update for swfdec-0.3 and liboil-0.2
22727         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
22728         * ext/swfdec/gstswfdec.h: same
22729         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
22730         * gst/videotestsrc/videotestsrc.c: same
22731
22732 2004-10-14  Wim Taymans  <wim@fluendo.com>
22733
22734         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22735         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
22736         (is_sync_frame), (gst_multifdsink_new_client),
22737         (gst_multifdsink_handle_client_write),
22738         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22739         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
22740         Turn warnings into info.
22741         Don't allow a state change in the streaming thread.
22742
22743 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22744
22745         * ext/vorbis/oggvorbisenc.c:
22746         * ext/vorbis/vorbisdec.c:
22747           fix template sample rate
22748
22749 2004-10-13  Wim Taymans  <wim@fluendo.com>
22750
22751         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
22752         Decoding the header first fixes some problems in resyncing
22753         in more mp3s.
22754
22755 2004-10-12  Wim Taymans  <wim@fluendo.com>
22756
22757         * gst/playback/gstplaybin.c: (gen_video_element),
22758         (gen_vis_element), (remove_sinks), (setup_sinks):
22759         Added vis plugin support, need to configure the vis
22760         element to activate it.
22761
22762 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22763
22764         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
22765         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
22766           Some debug.
22767         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
22768         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
22769         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
22770         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
22771         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
22772         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
22773         * gst/avi/gstavidemux.h:
22774           Support for openDML-2.0 indx/ix## chunks. Support for broken index
22775           recovery (where, if part of the index is broken, we will still read
22776           the rest of the index and recover the broken part by stream
22777           scanning). More broken media support. EOS workarounds. General AVI
22778           braindamage headache recovery. Aspirin included.
22779
22780 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22781
22782         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
22783         (cdparanoia_event), (cdparanoia_query):
22784           Get rid of hideous lead-in.
22785
22786 2004-10-11  Wim Taymans  <wim@fluendo.com>
22787
22788         * gst/playback/gstplaybasebin.c: (setup_source):
22789         Wrong var used to get g_list_next.
22790
22791 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22792
22793         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22794         (cdparanoia_get), (cdparanoia_open):
22795           Report discid as metadata, add duration.
22796
22797 2004-10-11  Wim Taymans  <wim@fluendo.com>
22798
22799         * gst/playback/gstplaybasebin.c: (setup_source):
22800         Cleanup the previous pipeline a little earlier for the
22801         case that a source element provides raw data.
22802
22803 2004-10-11  Benjamin Otte  <otte@gnome.org>
22804
22805         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22806           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
22807           consuming the last 128 bytes, even though it was valid mp3 data.
22808
22809 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22810
22811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22812         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
22813         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22814         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
22815
22816 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22817
22818         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
22819         Fix for webcams that support only specific width or height
22820
22821 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22822
22823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22824
22825         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
22826           Fix wrong discont event setup (fixes #154967).
22827
22828 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
22829
22830         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22831
22832         * gst/auparse/gstauparse.c: (gst_auparse_chain):
22833           Error out on invalid data (fixes #154807).
22834
22835 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22836
22837         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22838
22839         * ext/dvdread/dvdreadsrc.c: (_read):
22840           Make titles > 0 work again (fixes #154834).
22841
22842 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22843
22844         * gst-libs/gst/riff/riff-media.c:
22845         (gst_riff_create_video_template_caps):
22846           WMV3 missing in template caps.
22847
22848 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22849
22850         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22851           OK, so the original code was too strict. It makes random AVI files
22852           hang for seconds upon opening, which is unacceptable and is far
22853           beyond the original goal of getting multiple chunks for one-chunk
22854           sounc stream files. So now do just that.
22855
22856 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22857
22858         * gst/playback/gstplaybasebin.c: (setup_source),
22859         (gst_play_base_bin_change_state):
22860           Actually clean up streaminfo if output fails. This would trigger
22861           if, for example, there was no CD in the drive. No preroll, so
22862           a streaminfo structure is created, but the subsequent state change
22863           of the thread fails.
22864         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22865           Don't change state if parent failed.
22866
22867 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22868
22869         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22870         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
22871         (gen_video_element), (remove_sinks):
22872           Add small bits of code for screenshot handling.
22873
22874 2004-10-08  Wim Taymans  <wim@fluendo.com>
22875
22876         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
22877         (gen_video_element), (gen_audio_element), (setup_sinks):
22878         Don't assume the user provided sinks are named "sink"...
22879
22880 2004-10-08  Wim Taymans  <wim@fluendo.com>
22881
22882         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22883         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
22884         (gst_play_base_bin_link_stream):
22885         Do not try to autoplug sources that generate raw streams like
22886         cdparanoia.
22887         disconnect the preroll overrun signal when we don't need it anymore.
22888
22889 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
22890
22891         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22892         Added reworked patch from #154903 from milosz derezynski (deadchip).
22893
22894 2004-10-08  Wim Taymans  <wim@fluendo.com>
22895
22896         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
22897         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
22898         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
22899         (cdparanoia_convert), (cdparanoia_uri_get_type),
22900         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
22901         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
22902         * ext/cdparanoia/gstcdparanoia.h:
22903         This adds the cdda://<tracknum> uri.
22904
22905 2004-10-08  Wim Taymans  <wim@fluendo.com>
22906
22907         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22908         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22909         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22910         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
22911         (unknown_type), (gst_play_base_bin_remove_element),
22912         (gst_play_base_bin_link_stream):
22913         * gst/playback/gstplaybasebin.h:
22914         * gst/playback/gstplaybin.c: (gst_play_bin_init),
22915         (gst_play_bin_set_property), (gen_video_element),
22916         (gen_audio_element), (setup_sinks):
22917         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22918         (gst_stream_info_get_type), (gst_stream_info_class_init),
22919         (gst_stream_info_init), (gst_stream_info_new),
22920         (gst_stream_info_dispose), (stream_info_mute_pad),
22921         (gst_stream_info_set_property), (gst_stream_info_get_property):
22922         * gst/playback/gststreaminfo.h:
22923         Reuse the audio and video bins.
22924         Some internal cleanups in the stream selection code.
22925
22926 2004-10-08  Julien MOUTTE  <julien@moutte.net>
22927
22928         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22929         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22930         * sys/ximage/ximagesink.h:
22931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22932         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22933         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
22934         not coming from those elements. Moreover these elements should not keep
22935         the xid they have been given when in NULL state.
22936
22937 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22938
22939         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22940         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
22941         * sys/ximage/ximagesink.h:
22942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22943         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
22944         * sys/xvimage/xvimagesink.h:
22945           Actually only create a new toplevel window if we're not gonna
22946           embed it right after.
22947
22948 2004-10-07  Wim Taymans  <wim@fluendo.com>
22949
22950         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
22951         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
22952         * gst/playback/gstplaybin.c: (setup_sinks):
22953         Implement muting/unmuting of streams, mute streams that are not
22954         used.
22955
22956 2004-10-07  Wim Taymans  <wim@fluendo.com>
22957
22958         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
22959         (plugin_init):
22960         Added lame audio/x-ac3 typefind function.
22961
22962 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22963
22964         * configure.ac:
22965           bump nano to cvs
22966
22967 === release 0.8.5 ===
22968
22969 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22970
22971         * NEWS:
22972         * RELEASE:
22973         * configure.ac:
22974           releasing 0.8.5, "Take You On"
22975
22976 2004-10-06  Wim Taymans  <wim@fluendo.com>
22977
22978         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
22979         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22980         (no_more_pads), (close_link), (type_found):
22981         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
22982         * gst/playback/gstplaybin.c: (gen_video_element):
22983         Do not signal the no_more_pads after the first pad when
22984         we are plugging a non dynamic element with multiple
22985         output pads (like swfdec, dvdec, ...).
22986
22987 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22988
22989         * configure.ac:
22990           bump for prerelease
22991
22992 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22993
22994         * gst/wavparse/gstwavparse.c:
22995           add ATRAC3 to STATIC CAPS to fix a warning
22996
22997         * gst/matroska/ebml-read.c:
22998         * gst-libs/gst/riff/riff-read.c:
22999           fix typos
23000
23001 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23002
23003         * gst-libs/gst/riff/riff-media.c:
23004           generate caps for ATRAC3 audio streams
23005
23006         * gst/realmedia/rmdemux.c:
23007           generate caps for ATRAC3 audio streams
23008
23009 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23010
23011         * gst/wavparse/Makefile.am
23012         * gst/wavparse/riff.h
23013         * gst/wavparse/wavparse.vcproj
23014           riff.h removal (unused and duplication with riff-ids.h)
23015
23016 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23017
23018         * gst/wavparse/gstwavparse.h
23019           remove duplicated defines for audio codec codes
23020
23021         * gst-libs/gst/riff/riff-ids.h
23022         * gst/wavenc/riff.h:
23023           add "4CC" code for ATRAC3 audio streams
23024           add "4CC" code for ITU_G721_ADPCM (unused for now)
23025
23026 2004-10-06  Wim Taymans  <wim@fluendo.com>
23027
23028         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23029         Actually _do_ negotiation. Pass gdouble as arg instead
23030         of guint64 for the framerate.
23031
23032 2004-10-06  Wim Taymans  <wim@fluendo.com>
23033
23034         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23035         (find_compatibles), (close_pad_link), (try_to_link_1),
23036         (no_more_pads), (close_link), (type_found):
23037         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23038         * gst/playback/gstplaybin.c: (gen_video_element),
23039         (gen_audio_element):
23040         Set state on newly added element to READY so that negotiation
23041         can happen ASAP.
23042         Addes some more debug info.
23043         Do not try to plug pads with multiple caps structures or ANY
23044         because it is too dangerous since we do not do dynamic
23045         replugging.
23046
23047 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23048
23049         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23050
23051         * po/LINGUAS:
23052         * po/or.po:
23053           add Oriya translation
23054
23055 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23056
23057         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23058           Prevent overwrite of size member. Makes audio sound crappy.
23059
23060 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23061
23062         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23063         Add rmvb to the list of known RealMedia extensions
23064
23065 2004-10-05  Wim Taymans  <wim@fluendo.com>
23066
23067         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23068         (mngdec_openstream), (mngdec_closestream),
23069         (mngdec_handle_sink_event), (mngdec_readdata),
23070         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23071         (mngdec_getcanvasline), (mngdec_refresh),
23072         (gst_mngdec_change_state):
23073         Set the framerate correctly.
23074
23075 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23076
23077         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23078           There was something wrong with the index massaging.
23079
23080 2004-10-04  Wim Taymans  <wim@fluendo.com>
23081
23082         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23083         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23084         (gst_smokedec_chain):
23085         * ext/jpeg/gstsmokedec.h:
23086         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23087         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23088         * ext/jpeg/gstsmokeenc.h:
23089         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23090         (smokecodec_decode_new), (smokecodec_info_free),
23091         (smokecodec_set_quality), (smokecodec_get_quality),
23092         (smokecodec_set_threshold), (smokecodec_get_threshold),
23093         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23094         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23095         (smokecodec_encode), (smokecodec_parse_id),
23096         (smokecodec_parse_header), (smokecodec_decode):
23097         * ext/jpeg/smokecodec.h:
23098         * ext/jpeg/smokeformat.h:
23099         Updated smoke, new bitstream, allows embedding in ogg.
23100
23101 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23102
23103         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23104           Fix seeking in some files. All this code is no longer needed (and
23105           actually breaks stuff) because we now synchronize the full index
23106           right when reading the header.
23107
23108 2004-10-04  Wim Taymans  <wim@fluendo.com>
23109
23110         * configure.ac:
23111         configure update for libmng.
23112
23113 2004-10-04  Wim Taymans  <wim@fluendo.com>
23114
23115         * ext/libmng/Makefile.am:
23116         * ext/libmng/gstmng.c: (plugin_init):
23117         * ext/libmng/gstmng.h:
23118         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23119         (gst_mngdec_base_init), (gst_mngdec_class_init),
23120         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23121         (gst_mngdec_loop), (gst_mngdec_get_property),
23122         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23123         (mngdec_closestream), (mngdec_handle_sink_event),
23124         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23125         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23126         (gst_mngdec_change_state):
23127         * ext/libmng/gstmngdec.h:
23128         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23129         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23130         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23131         (gst_mngenc_chain), (gst_mngenc_get_property),
23132         (gst_mngenc_set_property):
23133         * ext/libmng/gstmngenc.h:
23134         Added basic MNG decoder. Needs more work. The encoder does
23135         not work yet.
23136
23137 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23138
23139         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23140         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23141         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23142           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23143           no-more-pads.
23144
23145 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23146
23147         * configure.ac:
23148           you need at least 1.0.4 of speex
23149
23150 2004-10-04 Iain <iaingnome@gmail.com>
23151
23152         * ext/speex/gstspeexdec.h: Revert the includes changes.
23153
23154         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23155
23156 2004-09-30 Iain <iaingnome@gmail.com>
23157
23158         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23159         found during init or set as a property instead of hardcoding /dev/audio
23160
23161 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23162
23163         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23164         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23165         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23166         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23167         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23168         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23169         (gst_rmdemux_dump_data):
23170           Use debug category, fix EOS handling. filesrc ! rmdemux now
23171           works.
23172
23173 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23174
23175         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23176         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23177         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23178           Improve allocation, cutting and sorting of the index. How takes a
23179           few seconds instead of minutes.
23180
23181 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23182
23183         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23184           fixed compilation
23185
23186 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23187
23188         * gst-libs/gst/riff/riff-media.c:
23189         (gst_riff_create_video_caps_with_data),
23190         (gst_riff_create_video_template_caps):
23191           Add wing commander format mimetype/fourccs.
23192         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23193           Don't crash if some value is 0.
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 DIB fourcc (raw, palettized 8-bit RGB).
23201         * gst-libs/gst/riff/riff-read.c:
23202         (gst_riff_read_strf_vids_with_data):
23203           Oops, fix strf_data reading bug.
23204         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23205           Use a non-NULL tag.
23206         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23207           Time for hacks. Sorry Dave. At least one quicktime movie (a
23208           trailer) that I've encountered contains multiple video tracks.
23209           One of those is the actual video track, the other are one-frame
23210           tracks (images). Unfortunately, the number of frames according
23211           to the trak header is 1 for each, so that doesn't help. So
23212           instead, I look at the duration and discard tracks with a
23213           duration shorter than 20% of the length of the stream. Better
23214           than nothing.
23215
23216 2004-10-01  Christian Schaller <christian@fluendo.com>
23217
23218         * ext/ivorbis/vorbis.c:
23219           Patch from Phil Blundell (Bug 152341)
23220
23221 2004-10-01  Wim Taymans  <wim@fluendo.com>
23222
23223         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23224         (speex_dec_get_formats), (speex_dec_convert),
23225         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23226         (speex_dec_chain), (gst_speexdec_get_property),
23227         (gst_speexdec_set_property):
23228         Small cleanups.
23229
23230 2004-10-01  Wim Taymans  <wim@fluendo.com>
23231
23232         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23233         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23234         (gst_wavparse_other), (gst_wavparse_loop),
23235         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23236         (gst_wavparse_srcpad_event):
23237         * gst/wavparse/gstwavparse.h:
23238         Added some more debugging info.
23239         Fix the case where the length of the file is 0.
23240         Make sure we seek to sample borders.
23241
23242 2004-10-01  Wim Taymans  <wim@fluendo.com>
23243
23244         * gst/playback/README:
23245         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23246         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23247         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23248         Add some debug info to decodebin, update README
23249
23250 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23251
23252         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23253           Don't use g_print(); use GST_DEBUG().
23254
23255 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23256
23257         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23258         (gst_ogg_mux_queue_pads):
23259           Handle EOS properly.
23260
23261 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23262
23263         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23264
23265         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23266         (gst_faad_chain), (gst_faad_change_state):
23267         * ext/faad/gstfaad.h:
23268           Allow playback of raw (unframed) MPEG AAC files (#148993).
23269
23270 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23271
23272         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23273
23274         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23275           Throw error if we didn't recognize the stream. Fixes #152289.
23276
23277 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23278
23279         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23280           Fix negotiation.
23281
23282 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23283
23284         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23285
23286         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23287           Fix memleak.
23288
23289 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23290
23291         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23292
23293         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23294           Solve #152805.
23295         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23296           Solve 152806.
23297
23298 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23299
23300         * gst-libs/gst/riff/riff-media.c:
23301         (gst_riff_create_video_caps_with_data),
23302         (gst_riff_create_audio_caps_with_data):
23303           Add codec_data handling (like asfdemux used to do).
23304         * gst/asfdemux/gstasf.c: (plugin_init):
23305         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23306         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23307           Use riff-media for caps creation instead of our own (mostly
23308           broken) copy of its functions.
23309
23310 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23311
23312         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23313           Don't actually error out if we get another return value than
23314           -EINVAL. Opposite to what I first thought, drivers have random
23315           return values for this, although -EINVAL is the expected return
23316           value. Since this is not fatal, we shouldn't use
23317           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23318
23319 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23320
23321         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23322         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23323         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23324         (dvdreadsrc_get), (dvdreadsrc_open_file),
23325         (dvdreadsrc_change_state):
23326           Fix. Don't do one big huge loop around the whole DVD, that will
23327           cache all data and thus eat sizeof(dvd) (several GB) before we
23328           see something.
23329         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23330           Actually NULL'ify event after using it.
23331         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23332         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23333         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23334         (gst_ebml_read_seek), (gst_ebml_read_skip):
23335           Handle events.
23336         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23337         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23338         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23339           Fix timing (this will probably break if I seek using menus, but
23340           I didn't get there yet). VOBs and normal DVDs should now work.
23341           Add a mpeg2-only pad with high rank so this get autoplugged for
23342           MPEG-2 movies.
23343         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23344         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23345         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23346         (gst_mpeg_demux_get_audio_stream),
23347         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23348         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23349           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23350           MPEG-1 but use dvddemux for MPEG-2.
23351         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23352         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23353         (gst_mpeg_parse_parse_packhead):
23354           Timing. Only add pad template if it exists. Add sink template from
23355           class and not from ourselves. This means we will always use the
23356           correct sink template even if it is not the one defined in this
23357           file.
23358
23359 2004-09-29  Wim Taymans  <wim@fluendo.com>
23360
23361         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23362         (gst_mpeg_demux_parse_pes):
23363         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23364         Fix playback of mpeg again, timestamps where screwed up by
23365         patch 1.61.
23366
23367 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23368
23369         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23370           Only return true if we actually filled something in. Prevents
23371           player applications from showing a random length for flac files.
23372         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23373         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23374         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23375         (gst_riff_read_strf_vids_with_data),
23376         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23377           OK, ok, so I implemented event handling. Apparently it's normal
23378           that we receive random events at random points without asking
23379           for it.
23380         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23381         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23382         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23383         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23384         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23385         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23386         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23387         * gst/avi/gstavidemux.h:
23388           Implement non-lineair chunk handling and subchunk processing.
23389           The first solves playback of AVI files where the audio and video
23390           data of individual buffers that we read are not synchronized.
23391           This should not happen according to the wonderful AVI specs, but
23392           of course it does happen in reality. It is also a prerequisite for
23393           the second. Subchunk processing allows us to cut chunks in small
23394           pieces and process each of these pieces separately. This is
23395           required because I've seen several AVI files with incredibly large
23396           audio chunks, even some files with only one audio chunk for the
23397           whole file. This allows for proper playback including seeking.
23398           This patch is supposed to fix all AVI A/V sync issues.
23399         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23400         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23401           Work.
23402         * gst/modplug/gstmodplug.cc:
23403           Proper return value setting for the query() function.
23404         * gst/playback/gstplaybasebin.c: (setup_source):
23405           Being in non-playing state (after, e.g., EOS) is not necessarily
23406           a bad thing. Allow for that. This fixes playback of short files.
23407           They don't actually playback fully now, because the clock already
23408           runs. This means that small files (<500kB) with a small length
23409           (<2sec) will still not or barely play. Other files, such as mod
23410           or flx, will work correctly, however.
23411
23412 2004-09-28  Wim Taymans  <wim@fluendo.com>
23413
23414         * ext/speex/gstspeex.c: (plugin_init):
23415         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23416         (gst_speex_dec_class_init), (speex_dec_get_formats),
23417         (speex_get_event_masks), (speex_get_query_types),
23418         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23419         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23420         (gst_speexdec_get_property), (gst_speexdec_set_property),
23421         (speex_dec_change_state):
23422         * ext/speex/gstspeexdec.h:
23423         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23424         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23425         (gst_speexenc_base_init), (gst_speexenc_class_init),
23426         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23427         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23428         (gst_speexenc_src_query), (gst_speexenc_init),
23429         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23430         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23431         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23432         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23433         (gst_speexenc_chain), (gst_speexenc_get_property),
23434         (gst_speexenc_set_property), (gst_speexenc_change_state):
23435         * ext/speex/gstspeexenc.h:
23436         Rewrote speex encoder, make sure it can be embedded in ogg.
23437         Implemented speex decoder.
23438
23439 2004-09-28  Christian Schaller <christian@fluendo.com>
23440
23441         * configure.ac:
23442         Remove kioslave plugin. Markey is brewing a new working one
23443         * ext/Makefile.am: Remove kioslave plugin
23444         * ext/kio: remove
23445         * gst-plugins.spec.in: remove kio plugin from spec
23446
23447 2004-09-27  Wim Taymans  <wim@fluendo.com>
23448
23449         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23450         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23451         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23452         (gst_multifdsink_new_client),
23453         (gst_multifdsink_handle_client_write),
23454         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23455         (gst_multifdsink_handle_clients):
23456         * gst/tcp/gstmultifdsink.h:
23457         Make syncing to keyframes actually work for new clients and lagging
23458         clients.
23459
23460 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23461
23462         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23463         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23464         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23465         * gst/debug/gstnavigationtest.h:
23466           make navigationtest display button-press and button-release events
23467
23468 2004-09-26 Iain <iaingnome@gmail.com>
23469
23470         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23471         the channels have received a new media event.
23472         (interleave_buffered_loop): Compresses a new media event on all
23473         channels into one.
23474
23475 2004-09-26 Iain <iaingnome@gmail.com>
23476
23477         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23478         call the sinkpad's default event handler and not the srcpads. He also
23479         says this is confusing :)
23480         (gst_wavenc_stop_file): Company says that seek events only go upstream
23481         we should send a discontinuous downstream instead.
23482
23483 2004-09-25  Christian Schaller <christian@fluendo.com>
23484
23485         * Update SPEC file to be usable in conjunction with Fedora Core,
23486           Fedora.us and freshrpms packages
23487         * Fix typo in multifilesrc test Makefile
23488
23489 2004-09-24  Wim Taymans  <wim@fluendo.com>
23490
23491         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23492         Only signal the no_more_pads signal when we have
23493         added the stream to our list.
23494
23495 2004-09-24  Wim Taymans  <wim@fluendo.com>
23496
23497         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23498         (new_decoded_pad):
23499         * gst/playback/gstplaybasebin.h:
23500         * gst/playback/gstplaybin.c: (setup_sinks):
23501         Don't try to preroll or decode more than one audio/video
23502         track.
23503
23504 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23505
23506         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23507           Throw error if we failed to find a suitable output. This should
23508           throw an error if we successfully set up a pipeline (e.g. because
23509           we recognized a media file) but found no decodable streams in it
23510           (e.g. because it contains only media stream types for which we
23511           have no decoders, or because it's not a media type).
23512
23513 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23514
23515         * ext/dirac/Makefile.am:
23516         * ext/dirac/gstdirac.cc:
23517         * ext/dirac/gstdiracdec.cc:
23518         * ext/dirac/gstdiracdec.h:
23519           Do something. Don't actually know if this works because I don't
23520           have a demuxer yet.
23521         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23522           Add channels=1 to caps returned from _getcaps().
23523         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23524         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23525         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23526         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23527         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
23528         (gst_ogm_parse_change_state):
23529           Separate between audio/video so ogmaudioparse actually uses the
23530           audio pad templates. Both audio and video work now, including
23531           autoplugging. Also use sometimes-srcpad hack.
23532         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23533           Handle events better. Don't hang on infinite loops.
23534         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
23535         (gst_avi_demux_init), (gst_avi_demux_reset),
23536         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23537         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
23538         (gst_avi_demux_change_state):
23539         * gst/avi/gstavidemux.h:
23540           Improve A/V sync. Still not perfect.
23541         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
23542         (gst_ebml_read_skip):
23543           Handle events better.
23544         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23545         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
23546         (qtdemux_audio_caps):
23547           Add IMA4. Improve event handling. Save offset after a seek when
23548           the headers are at the end of the file so that we don't end up in
23549           an infinite loop.
23550         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23551           Add low-priority typefind support for files with no length.
23552
23553 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23554
23555         * testsuite/multifilesink/Makefile.am:
23556         fix typo
23557
23558 2004-09-22  Julien MOUTTE  <julien@moutte.net>
23559
23560         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
23562         mistakes from thaytan's patches.
23563
23564 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23565
23566         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23567           For completeness, XSync in the destroy function as xvimage does.
23568
23569 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23570
23571         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
23572            Correct caps negotiation
23573         * gst/volume/gstvolume.c: (volume_chain_float),
23574         (volume_chain_int16):
23575            Modify debug output to be little more informative
23576         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
23577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23578         (gst_xvimagesink_xvimage_destroy):
23579           Add XSync calls after detaching from the shared memory segment to
23580           avoid a crash.
23581
23582 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23583
23584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23585         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
23586         * ext/vorbis/vorbis.c: (plugin_init):
23587         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23588         (gst_vorbisenc_chain):
23589         * ext/vorbis/vorbisenc.h:
23590         remove explicit newmedia support from oggmux and vorbisenc
23591         add debug category to vorbisenc
23592         * gst/multifilesink/gstmultifilesink.c:
23593         (gst_multifilesink_class_init), (gst_multifilesink_init),
23594         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
23595         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
23596         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
23597         (plugin_init):
23598         * gst/multifilesink/gstmultifilesink.h:
23599         add support for streamheader in multifilesink
23600
23601 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23602
23603         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
23604         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
23605         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
23606           Prevent infinite loops. More correct error reporting.
23607         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23608           Error out if negotiation fails.
23609         * gst/playback/gstplaybasebin.c: (setup_source),
23610         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
23611         (gst_play_base_bin_found_tag):
23612           Error/tag forwarding. Pre-roll fixes for source errors on state
23613           changes (e.g. "file does not exist") to prevent hangs.
23614
23615 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23616
23617         * testsuite/multifilesink/Makefile.am:
23618         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
23619         (gst_newmedia_class_init), (gst_newmedia_init),
23620         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23621         (newfile_signal), (test_signal), (main):
23622         * testsuite/multifilesink/multifilesrc_test.c: (main):
23623         * testsuite/multifilesink/oggtheora_test.c:
23624         (gst_newmedia_base_init), (gst_newmedia_class_init),
23625         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23626         (test_format), (newfile_signal), (test_signal), (main):
23627         * testsuite/multifilesink/oggvorbis_test.c:
23628         (gst_newmedia_base_init), (gst_newmedia_class_init),
23629         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23630         (test_format), (newfile_signal), (test_signal), (main):
23631         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
23632         (gst_newmedia_class_init), (gst_newmedia_init),
23633         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23634         (newfile_signal), (test_signal), (main):
23635         New media tests
23636
23637 2004-09-20  Christian Schaller <christian@fluendo.com>
23638
23639         * Fix mikmod license to LGPL as they have relicensed
23640         * Move Dirac and Effectv into LGPL section of README_license
23641
23642 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23643
23644         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
23645         (gst_mad_change_state):
23646           Allow for mp3 rate/channels changes. However, only very
23647           conservatively. Reason that we *have* to enable this is smiply
23648           because the mad find_sync() function is not good enough, it will
23649           regularly sync on random data as valid frames and therefore make
23650           us provide random caps as *final* caps of the stream. The best fix
23651           I could think of is to simply require several of the same stream
23652           changes in a row before we change caps.
23653           The actual testcase that works now is #
23654         * ext/ogg/Makefile.am:
23655         * ext/ogg/gstogg.c: (plugin_init):
23656         * ext/ogg/gstogmparse.c:
23657           OGM support (video only for now; I need an audio sample file).
23658         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23659         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
23660         (gst_asf_demux_add_video_stream):
23661           WMV extradata.
23662         * gst/playback/gstplaybasebin.c: (unknown_type):
23663           Don't error out on single unknown-types after all. It's wrong.
23664           If we found type of video and audio but not of a subtitle stream,
23665           it will still error out (which is unwanted). Will find a better fix
23666           later on.
23667         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
23668         (ogmaudio_type_find), (plugin_init):
23669           OGM support.
23670
23671 2004-09-20  Johan Dahlin  <johan@gnome.org>
23672
23673         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
23674         after setting caps.
23675
23676 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23677
23678         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
23679         * gst/wavenc/gstwavenc.h:
23680         Added newmedia support to wavenc
23681
23682 2004-09-17  Wim Taymans  <wim@fluendo.com>
23683
23684         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
23685         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
23686         (gst_fdset_fd_can_write), (gst_fdset_wait):
23687         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
23688         (gst_multifdsink_init), (gst_multifdsink_add),
23689         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
23690         (gst_multifdsink_remove_client_link),
23691         (gst_multifdsink_client_queue_buffer),
23692         (gst_multifdsink_handle_client_write),
23693         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
23694         (gst_multifdsink_close), (gst_multifdsink_change_state):
23695         * gst/tcp/gstmultifdsink.h:
23696         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23697         (gst_tcpserversink_removed):
23698         Small cleanups in fdset.c
23699         Use a hastable to map fd to the client structure for faster
23700         lookup in _remove and get_stats.
23701         Added virtual function to close the fds.
23702         Handle clients even when the select/poll call was unblocked because
23703         of a command.
23704         Implement syncing to keyframe in the recovery procedure.
23705
23706 2004-09-16 Iain <iaingnome@gmail.com>
23707
23708         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
23709         try caps.
23710
23711 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23712
23713         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
23714           Caps are only set if the type of the stream is unknown, but this
23715           is initialized in ->init_stream(), so set to UNKNOWN after calling
23716           ->init_stream() so that capsnego starts.
23717
23718 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23719
23720         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23721         (gst_avi_demux_stream_data):
23722           Just hardcode for raw audio then. AVI audio sucks.
23723
23724 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
23725
23726         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
23727         * gst/matroska/matroska-mux.c: (audiosink_templ),
23728         (gst_matroska_mux_audio_pad_link):
23729         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
23730         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
23731
23732 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23733
23734         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23735         (gst_avi_demux_stream_data):
23736           Try to fix a/v sync issues.
23737
23738 2004-09-15  David Schleef  <ds@schleef.org>
23739
23740         * configure.ac: remove NASM check, since we don't use it.  Update
23741         dirac check to 0.4
23742         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
23743         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23744         Initialized variables.
23745         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
23746         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
23747         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
23748         SVQ3 format
23749
23750 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23751
23752         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23753         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
23754         * gst/avi/gstavidemux.h:
23755           Fix for compressed audio (mp3) timestamp generation. How did this
23756           ever work?
23757
23758 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23759
23760         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
23761           Volume is a double not a float.
23762
23763 2004-09-15  Wim Taymans  <wim@fluendo.com>
23764
23765         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
23766         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23767         Don't close the fd in multifdsink as we didn't open it in the
23768         first place. Some cleanups.
23769
23770 2004-09-15  Wim Taymans  <wim@fluendo.com>
23771
23772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23774         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23775         Fix the case where the muxer would mark pages as delta
23776         frames when they are not (vorbis only ogg).
23777
23778 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23779
23780         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
23781         (gst_play_base_bin_change_state):
23782           Handle the case where we failed to setup a clear pipeline. This
23783           will throw an error (or EOS, another nice case) and if you don't
23784           catch that, the app will wait for the signal forever (and thus
23785           hang).
23786
23787 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23788
23789         * ext/gnomevfs/gstgnomevfssink.c:
23790         (gst_gnomevfssink_uri_get_protocols):
23791         * ext/gnomevfs/gstgnomevfssrc.c:
23792         (gst_gnomevfssrc_uri_get_protocols):
23793         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23794         * ext/gnomevfs/gstgnomevfsuri.h:
23795           Use _uri_new() instead of _open(), so it doesn't take as long and
23796           Christophe's computer won't hang.
23797         * gst/playback/gstplaybasebin.c: (unknown_type):
23798           Throw error on unknown media type, so apps actually display it.
23799
23800 2004-09-14  Brian Cameron  <brian.cameron@sun.com
23801
23802         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
23803           this script to work on Solaris since bash shell handles echo
23804           differenly than bash.
23805
23806 2004-09-17  Wim Taymans  <wim@fluendo.com>
23807
23808         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
23809         (setup_source), (gst_play_base_bin_set_property),
23810         (gst_play_base_bin_add_element):
23811         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
23812         Some more work on making sure seeking pauses the pipeline and
23813         that changing the uri actually does something.
23814
23815 2004-09-17  Wim Taymans  <wim@fluendo.com>
23816
23817         * gst/tcp/gstfdset.c: (gst_fdset_wait):
23818         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
23819         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
23820         (gst_tcpserversink_close):
23821         Be a bit more paranoid when freeing memory.
23822
23823 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23824
23825         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
23826         (qtdemux_parse_trak):
23827           Don't crash by dividing by zero (see sample movie in #126922).
23828
23829 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23830
23831         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23832           Don't touch non-existing data (fixes crash on file in #140147).
23833
23834 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23835
23836         * gst/playback/gstplaybasebin.c:
23837         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
23838           Handle double disposals, and proper change of URIs.
23839
23840 2004-09-13  Martin Eikermann <meiker@upb.de>
23841
23842         * gst/mpegstream/gstmpegparse.c:
23843           fix synchronistation for streams recorded from digital PCR
23844           fixes bug #119376
23845
23846 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23847
23848         * ext/gnomevfs/Makefile.am:
23849         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23850         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
23851         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
23852         (gst_gnomevfssink_uri_get_type),
23853         (gst_gnomevfssink_uri_get_protocols),
23854         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
23855         (gst_gnomevfssink_uri_handler_init),
23856         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
23857         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
23858         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
23859         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
23860         (gst_gnomevfssrc_uri_get_type),
23861         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
23862         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
23863         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
23864         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
23865         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23866         * ext/gnomevfs/gstgnomevfsuri.h:
23867           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
23868           of fake URIs to see which this version of Gnome-VFS likes, and
23869           uses that for the Gst-URI interface. Makes playbin support http://
23870           streams. Also fix up some stupid behaviour in gnomevfssrc.
23871
23872 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23873
23874         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
23875         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
23876         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
23877         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
23878           Update mixer (to sync with other sessions) if we try to obtain
23879           a new value. This makes alsamixer work accross applications.
23880         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
23881           Only call sync functions if we're running, else alsalib asserts.
23882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
23883           Sometimes fails to compile. Possibly a gcc bug.
23884         * gst/playback/gstplaybin.c: (gen_video_element),
23885         (gen_audio_element):
23886           Add a reference to an application-provided object, because we lose
23887           this same reference if we add it to the bin. If we don't do this,
23888           we can only use this object once and thus crash if we go from
23889           ready to playing, back to ready and back to playing again.
23890           Also add an audioscale element because several cheap soundcards -
23891           like mine - don't support all samplerates.
23892         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23893         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
23894           Fix wrong order or PAR calls. Makes automatically obtained PAR
23895           from the X server atually being used.
23896
23897 2004-09-12  David Schleef  <ds@schleef.org>
23898
23899         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
23900         #151887, #152102, #152247.
23901         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
23902         * examples/seeking/cdparanoia.c: same
23903         * examples/seeking/cdplayer.c: same
23904         * examples/seeking/seek.c: same
23905         * examples/seeking/spider_seek.c: same
23906         * examples/seeking/vorbisfile.c: same
23907         * examples/stats/mp2ogg.c: same
23908         * ext/esd/esdsink.c: (gst_esdsink_class_init),
23909         (gst_esdsink_dispose): Dispose of element properly.
23910         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
23911         fixes.
23912         * ext/nas/nassink.c: (gst_nassink_class_init),
23913         (gst_nassink_dispose): Dispose of element correctly.
23914         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
23915         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23916         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
23917         Fix 64-bit warning.
23918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23919         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23920         Fix 64-bit warning.
23921
23922 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23923
23924         * configure.ac : change speex detection as 1.1.6 now uses
23925           .pc/pkg-config and they changed their headers location.
23926
23927 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
23928
23929         * gst/matroska/matroska-mux.h:
23930         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
23931         (gst_matroska_mux_start), (gst_matroska_mux_finish),
23932         (gst_matroska_mux_write_data):
23933           Write multiple blocks/frames per cluster.
23934                 Write meta-seek information (seek heads).
23935
23936 2004-09-09  Scott Wheeler <wheeler@kde.org>
23937
23938         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
23939         (gst_play_bin_set_property), (gst_play_bin_get_property),
23940         (gen_audio_element), (gen_audio_element):
23941           Add a volume element / property to the pipeline.
23942
23943 2004-09-07  Wim Taymans  <wim@fluendo.com>
23944
23945         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
23946         Copy timestamps from the master pad to the output buffers.
23947
23948 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23949
23950         * ext/raw1394/gstdv1394src.c:
23951           throw errors when applicable
23952
23953 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
23954
23955         * gst/matroska/ebml-ids.h:
23956         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
23957         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
23958         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
23959           automatically convert unix time <-> ebml time when reading/writing
23960           a date, use gst_ebml_write_uint to write CUETIME,
23961           not gst_ebml_write_date.
23962         * gst/matroska/matroska-ids.h:
23963         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
23964         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
23965         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
23966         (gst_matroska_mux_write_data):
23967           Write track and segment UIDs, write muxing date, write
23968           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
23969           Create cues for audio only files.
23970
23971 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23972
23973         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23974         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
23975           Re-commit ALSA switches.
23976         * gst/adder/gstadder.c: (gst_adder_loop):
23977           64-bit fix (#151416).
23978         * gst/debug/progressreport.c: (gst_progressreport_report):
23979           64-bit fix (#151419).
23980         * gst/matroska/matroska-demux.c:
23981         (gst_matroska_demux_parse_contents):
23982           64-bit fix (#151420).
23983         * gst/playback/test3.c: (update_scale):
23984           64-bit fix (#151421).
23985
23986 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23987
23988         * configure.ac:
23989           bump nano to cvs
23990
23991 === release 0.8.4 ===
23992
23993 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23994
23995         * configure.ac: releasing 0.8.4, "Alias"
23996
23997 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23998
23999         * ext/theora/Makefile.am:
24000           fix makefile.  Fixes #151462.
24001
24002 2004-08-30  Wim Taymans  <wim@fluendo.com>
24003
24004         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24005         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24006         (gst_multifdsink_remove_client_link),
24007         (gst_multifdsink_client_queue_buffer),
24008         (gst_multifdsink_handle_client_write):
24009         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24010         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24011         Fix some memory leaks.
24012
24013 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24014
24015         Patch by: David Schleef
24016
24017         * configure.ac:
24018         * sys/Makefile.am:
24019           rename our detection macro for V4L2.  Fixes #151236.
24020
24021 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24022
24023         Patch by: David Schleef
24024
24025         * configure.ac:
24026           check to define LAMEPRESET.  Fixes #151232.
24027
24028 2004-08-27  David Schleef  <ds@schleef.org>
24029
24030         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24031         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24032         (gst_glimagesink_fixate):  Move local variable declarations to
24033         make gcc-2.95 happy.
24034
24035 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24036
24037         * configure.ac:
24038           bump nano for prerelease
24039
24040 2004-08-27  David Schleef  <ds@schleef.org>
24041
24042         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24043         * sys/sunaudio/gstsunaudiosrc.c:
24044         * sys/sunaudio/gstsunaudiosrc.h:
24045
24046 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24047
24048         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24049         handle EOS correctly
24050         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24051         * gst/matroska/matroska-mux.h:
24052         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24053         VFW compatibility mode
24054
24055 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24056
24057         patch by: Zaheer Abbas Merali
24058
24059         * ext/ogg/gstoggmux.c:
24060         * ext/vorbis/vorbisenc.c:
24061         * ext/vorbis/vorbisenc.h:
24062           handle NEWMEDIA
24063
24064 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24065
24066         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24067         fix byte order reversion on little endian machines.
24068         * gst/matroska/matroska-mux.c: (audiosink_templ),
24069         (gst_matroska_mux_audio_pad_link):
24070         add TTA codec to the list of supported codecs.
24071         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24072         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24073         (gst_matroska_mux_write_data):
24074         * gst/matroska/matroska-mux.h:
24075         write segment duration correctly, write muxing app string, fixes bugs
24076         #140897 and #140898.
24077         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24078         wait for all pads to be negotiated before starting to mux.
24079
24080 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24081
24082         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24083         * ext/lame/gstlame.h:
24084         Added new media support to lame
24085
24086 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24087
24088         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24089         send vorbis headers at the beginning of a stream, fixes bug #141554.
24090         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24091         bug #148950.
24092         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24093         (gst_matroska_demux_plugin_init):
24094         * gst/matroska/matroska-ids.h:
24095         enable demuxing of TTA audio streams, fixes bug #148951.
24096         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24097         enable typefinding for TTA audio files, fixes bug #148711.
24098         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24099         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24100         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24101
24102 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24103
24104         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24105         (gst_riff_read_element_data), (gst_riff_read_seek),
24106         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24107         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24108         <teuf@gnome.org>
24109
24110 2004-08-23 Iain <iaingnome@gmail.com>
24111
24112         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24113         tags. They appear to be handled differently to normal.
24114         (tag_list_to_id3_tag_foreach): Ditto.
24115
24116 2004-08-22  Wim Taymans  <wim@fluendo.com>
24117
24118         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24119         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24120         Make sure we never send -1 granulepos.
24121
24122 2004-08-20  Wim Taymans  <wim@fluendo.com>
24123
24124         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24125         (gst_ogg_mux_loop):
24126         I will accept bitchslappings with non sharp objects.
24127
24128 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24129
24130         * configure.ac:
24131         Clean up the test for lame presets
24132
24133 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24134
24135         * configure.ac:
24136         * ext/lame/Makefile.am:
24137         * ext/lame/gstlame.c: (gst_lame_class_init),
24138         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24139         Only enable lame presets if version of lame has presets in API
24140
24141 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24142         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24143         * gst/udp/gstudpsrc.h:
24144           Don't call gst_pad_push in a get function. Fixes #150449
24145
24146 2004-08-18  Wim Taymans  <wim@fluendo.com>
24147
24148         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24149         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24150         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24151         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24152         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24153         (gst_fdset_wait):
24154         * gst/tcp/gstfdset.h:
24155         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24156         (gst_multifdsink_client_queue_buffer),
24157         (gst_multifdsink_handle_client_write):
24158         * gst/tcp/gstmultifdsink.h:
24159         Some extra checks in gstfdset.
24160         Only use send() when the fd is a socket. Don't try to
24161         read from write only fds.
24162
24163 2004-08-18  Wim Taymans  <wim@fluendo.com>
24164
24165         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24166         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24167         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24168         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24169         (gst_fdset_wait):
24170         Add more locking and bounds checking.
24171
24172 2004-08-18  Wim Taymans  <wim@fluendo.com>
24173
24174         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24175         Realloc test fdset in the lock and right before starting
24176         the poll call. Bump the limit to 4096.
24177
24178 2004-08-17  David Schleef  <ds@schleef.org>
24179
24180         * sys/sunaudio/Makefile.am:
24181         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24182         of rates and channels.  Make debugging less obnoxious.
24183
24184         Patch from Balamurali Viswanathan implementing a mixer for
24185         Sun audio.  (bug #144091):
24186         * sys/sunaudio/gstsunelement.c:
24187         * sys/sunaudio/gstsunelement.h:
24188         * sys/sunaudio/gstsunmixer.c:
24189         * sys/sunaudio/gstsunmixer.h:
24190
24191 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24192
24193         * gst/audioscale/gstaudioscale.c:
24194         * gst/audioscale/gstaudioscale.h:
24195         made audioscale resample from any sample rate to any sample rate
24196
24197 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24198
24199         * ext/libpng/gstpngdec.c:
24200           error out on unsupported types
24201
24202 2004-08-17  Iain <iaingnome@gmail.com>
24203
24204         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24205         mid_side and loose_mid_side properties if its a stereo stream.
24206
24207 2004-08-17  Wim Taymans  <wim@fluendo.com>
24208
24209         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24210         (theora_get_formats), (theora_dec_src_convert),
24211         (theora_dec_sink_convert), (theora_dec_src_query),
24212         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24213         Add a debug line.
24214
24215 2004-08-17  Wim Taymans  <wim@fluendo.com>
24216
24217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24218         (gst_ogg_pad_push):
24219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24220         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24221         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24222         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24223         Mark delta units in the muxer.
24224         Try to decode the packet after an out-of-sync error from
24225         libogg.
24226
24227 2004-08-17  Wim Taymans  <wim@fluendo.com>
24228
24229         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24230         (gst_multifdsink_init), (gst_multifdsink_add),
24231         (gst_multifdsink_client_queue_buffer),
24232         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24233         * gst/tcp/gstmultifdsink.h:
24234         Added option to send a keyframe to clients as the first buffer.
24235         Make timeout property writable.
24236
24237 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24238
24239         patch by: Wim Taymans
24240
24241         * gst/tcp/gstfdset.c:
24242         * gst/tcp/gstmultifdsink.c:
24243           fix index comparison, should include 0
24244
24245 2004-08-16  Wim Taymans  <wim@fluendo.com>
24246
24247         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24248         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24249         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24250         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24251         (gst_fdset_wait):
24252           copy when reallocing for poll so the select arguments don't get
24253           changed during the call
24254
24255 2004-08-16  Wim Taymans  <wim@fluendo.com>
24256
24257         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24258         (gst_theora_enc_class_init), (theora_enc_sink_link),
24259         (theora_buffer_from_packet), (theora_enc_chain):
24260         Fix bug where buffers were not marked as keyframes
24261         correctly.
24262
24263 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24264
24265         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24266         (gst_lame_preset_get_type), (gst_lame_class_init):
24267         describe the enum values for vbr mode and presets more verbosely
24268
24269 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24270
24271         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24272         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24273         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24274         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24275         * ext/lame/gstlame.h:
24276         add preset property to lame so it can use lame presets
24277
24278 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24279
24280         * ext/lame/gstlame.c: (gst_lame_get_property):
24281         whoops forgot break, thanks teuf
24282
24283 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24284
24285         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24286         (gst_lame_class_init), (gst_lame_src_getcaps),
24287         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24288         (gst_lame_get_property), (gst_lame_setup):
24289         * ext/lame/gstlame.h:
24290         fix lame's broken vbr stuff, allow it to resample if need be, and also
24291         make xing header optional
24292
24293 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24294
24295         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24296         added getcaps function so samplerate doesnt get fixated to silly values
24297
24298 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24299
24300         * ext/lame/gstlame.c: (gst_lame_src_link):
24301         revert previous fix
24302
24303 2004-08-12  Johan Dahlin  <johan@gnome.org>
24304
24305         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24306         checks. Doesn't matter what state we are in. Interfaces are a
24307         compile time thing, not runtime. It also broke the python bindings.
24308
24309 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24310
24311         * ext/lame/gstlame.c: (gst_lame_src_link):
24312         made source pad link function check if sinkpad is ok..fixes the problem
24313         where core fixates the output rate of lame stupidly
24314
24315 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24316
24317         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24318         * sys/v4l/v4l_calls.c:
24319         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24320           fix fixate function to handle nonsimple caps.
24321           remove bogus check in _link
24322           cleanups
24323
24324 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24325
24326         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24327         set default compression ratio parameter to 0.0 so bitrate parameter
24328         works :)
24329
24330 2004-08-11  David Schleef  <ds@schleef.org>
24331
24332         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24333
24334 2004-08-11  David Schleef  <ds@schleef.org>
24335
24336         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24337         before.
24338
24339 2004-08-11  David Schleef  <ds@schleef.org>
24340
24341         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24342
24343 2004-08-11  David Schleef  <ds@schleef.org>
24344
24345         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24346           license field
24347         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24348         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24349           LGPL.
24350         * gst/auparse/gstauparse.c: Fix plugin license field.
24351         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24352         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24353         * gst/rtp/gstrtp.c: Fix plugin license field.
24354
24355 2004-08-11  Wim Taymans  <wim@fluendo.com>
24356
24357         * gst/tcp/Makefile.am:
24358         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24359         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24360         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24361         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24362         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24363         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24364         (gst_fdset_fd_can_write), (gst_fdset_wait):
24365         * gst/tcp/gstfdset.h:
24366         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24367         (gst_multifdsink_class_init), (gst_multifdsink_init),
24368         (gst_multifdsink_add), (gst_multifdsink_remove),
24369         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24370         (gst_multifdsink_remove_client_link),
24371         (gst_multifdsink_handle_client_read),
24372         (gst_multifdsink_client_queue_data),
24373         (gst_multifdsink_client_queue_caps),
24374         (gst_multifdsink_client_queue_buffer),
24375         (gst_multifdsink_handle_client_write),
24376         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24377         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24378         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24379         (gst_multifdsink_close):
24380         * gst/tcp/gstmultifdsink.h:
24381         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24382         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24383         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24384         (gst_tcpserversink_close):
24385         * gst/tcp/gsttcpserversink.h:
24386         Abstracted away the select call, implemented poll (yes we ran into
24387         the 1024 limit in production).
24388
24389 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24390
24391         * gst/tcp/gsttcp.c:
24392         * gst/tcp/gsttcpplugin.c:
24393           improve debuggging, remove assert
24394
24395 2004-08-10  Wim Taymans  <wim@fluendo.com>
24396
24397         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24398         (gst_client_status_get_type), (gst_multifdsink_class_init),
24399         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24400         (gst_multifdsink_handle_client_read),
24401         (gst_multifdsink_handle_client_write),
24402         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24403         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24404         (gst_multifdsink_get_property):
24405         * gst/tcp/gstmultifdsink.h:
24406         * gst/tcp/gsttcp-marshal.list:
24407         Starting to prepare for specifying buffer time in other units
24408         than buffers. Expose remove reason in signal.
24409
24410 2004-08-10  Wim Taymans  <wim@fluendo.com>
24411
24412         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24413         (gst_multifdsink_remove), (gst_multifdsink_clear),
24414         (gst_multifdsink_remove_client_link),
24415         (gst_multifdsink_handle_client_read),
24416         (gst_multifdsink_client_queue_data),
24417         (gst_multifdsink_client_queue_buffer),
24418         (gst_multifdsink_handle_client_write),
24419         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24420         (gst_multifdsink_chain), (gst_multifdsink_close):
24421         * gst/tcp/gstmultifdsink.h:
24422         Added more debugging info. Changed the way clients are
24423         removed from the lists. Fixed a bug where a bad file descriptor
24424         could cause many clients to be removed.
24425
24426 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24427
24428         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24429           allow all pixel-aspect-ratios, not just 1:1
24430
24431 2004-08-09  David Schleef  <ds@schleef.org>
24432
24433         * sys/glsink/ARB_multitexture.h:  Remove old files.
24434         * sys/glsink/EXT_paletted_texture.h:
24435         * sys/glsink/NV_register_combiners.h:
24436         * sys/glsink/gstgl_nvimage.c:
24437         * sys/glsink/gstgl_pdrimage.c:
24438         * sys/glsink/gstgl_rgbimage.c:
24439         * sys/glsink/gstglsink.c:
24440         * sys/glsink/gstglsink.h:
24441         * sys/glsink/gstglxwindow.c:
24442         * sys/glsink/regcomb_yuvrgb.c:
24443
24444 2004-08-09  David Schleef  <ds@schleef.org>
24445
24446         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24447         GL sink plugin.  (Bug #147302)
24448
24449         * configure.ac: Test for OpenGL
24450         * sys/Makefile.am: Use test for OpenGL
24451         * sys/glsink/Makefile.am:
24452         * sys/glsink/glimagesink.c: rewrite
24453         * sys/glsink/glimagesink.h: rewrite
24454
24455 2004-08-09  David Schleef  <ds@schleef.org>
24456
24457         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24458         sane framerates.
24459         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24461         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24462
24463 2004-08-09  Wim Taymans  <wim@fluendo.com>
24464
24465         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24466         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24467         (gst_multifdsink_client_remove),
24468         (gst_multifdsink_handle_client_read),
24469         (gst_multifdsink_handle_client_write),
24470         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24471         Do a bit more logging, make the client_read code more robust.
24472
24473 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24474
24475         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24476         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24477         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24478         (gst_jpegdec_init), (gst_jpegdec_chain):
24479         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24480         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24481           cleanups, debugging fixes and memleak plugging
24482
24483 2004-08-09  Wim Taymans  <wim@fluendo.com>
24484
24485         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24486         (theora_get_formats), (theora_dec_src_convert),
24487         (theora_dec_sink_convert), (theora_dec_src_query),
24488         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24489         (theora_dec_change_state):
24490         Don't crash on missing header packets.
24491
24492 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24493
24494         * po/LINGUAS:
24495         * po/sq.po:
24496           Added Albanian translation (Laurent Dhima)
24497         * po/cs.po:
24498           updated
24499
24500 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24501
24502         * ext/lame/gstlame.c:
24503           fix/add debugging
24504
24505 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24506
24507         * sys/ximage/ximagesink.c:
24508         * sys/xvimage/xvimagesink.c:
24509           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24510
24511 2004-08-06  Wim Taymans  <wim@fluendo.com>
24512
24513         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24514         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24515         (gst_multifdsink_client_remove),
24516         (gst_multifdsink_handle_client_read),
24517         (gst_multifdsink_handle_client_write),
24518         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24519         Make sure we don't try to read more from a client that what
24520         ioctl says us or we deadlock.
24521
24522 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24523
24524         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24525         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24526         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24527           decouple running_time and n_frames so it can handle changing
24528           framerate while running
24529
24530 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24531
24532         * po/nl.po:
24533         * po/sv.po:
24534           updated translations
24535
24536 2004-08-04  Benjamin Otte  <otte@gnome.org>
24537
24538         * gst/videotestsrc/gstvideotestsrc.c:
24539         (gst_videotestsrc_get_capslist), (generate_capslist),
24540         (plugin_init):
24541           generate the list of supported caps at startup and reuse it instead
24542           of always generating it
24543
24544 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24545
24546         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
24547           whoops, last checkin broke normal build
24548
24549 2004-08-03  Benjamin Otte  <otte@gnome.org>
24550
24551         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
24552         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24553         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24554         (gst_alsa_mixer_get_option):
24555         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
24556         (dvdnavsrc_print_event):
24557         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
24558         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
24559         (gst_ogg_mux_pad_unlink):
24560         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
24561         (gst_multipart_mux_pad_unlink):
24562         * gst/videofilter/gstvideobalance.c:
24563         (gst_videobalance_colorbalance_set_value):
24564         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
24565         (gst_videomixer_pad_unlink):
24566         * po/uk.po:
24567         * sys/oss/gstossmixer.c:
24568         * sys/v4l/gstv4lcolorbalance.c:
24569         * sys/v4l/gstv4ltuner.c:
24570         * sys/v4l/v4lsrc_calls.c:
24571         * sys/v4l2/gstv4l2colorbalance.c:
24572         * sys/v4l2/gstv4l2tuner.c:
24573           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
24574
24575 2004-08-03  Benjamin Otte  <otte@gnome.org>
24576
24577         * examples/dynparams/filter.c: (ui_control_create):
24578         * examples/gstplay/player.c: (print_tag):
24579         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
24580         * ext/gdk_pixbuf/gstgdkanimation.c:
24581         (gst_gdk_animation_iter_may_advance):
24582         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
24583         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
24584         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
24585         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
24586         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
24587         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24588         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
24589         * gst/sine/demo-dparams.c: (main):
24590         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24591         * testsuite/alsa/formats.c: (create_pipeline):
24592         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
24593           fixes for G_DISABLE_ASSERT and friends
24594         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24595         (mp3_type_frame_length_from_header), (mp3_type_find),
24596         (plugin_init):
24597           require mp3 typefinding to have at least MIN_HEADERS valid headers
24598           add typefinding for AAC adts files
24599
24600 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
24601
24602         * sys/ximage/ximagesink.c:
24603         (gst_ximagesink_calculate_pixel_aspect_ratio):
24604         * sys/xvimage/xvimagesink.c:
24605         (gst_xvimagesink_calculate_pixel_aspect_ratio):
24606         Make sure we calculate pixel-aspect-ratio using floating point maths
24607
24608 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24609
24610         * po/uk.po:
24611           updated translation
24612
24613 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24614
24615         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
24617           add debugging for display PAR calculation
24618
24619 2004-08-02  David Schleef  <ds@schleef.org>
24620
24621         * configure.ac: Fix mikmod CFLAGS.
24622
24623 2004-07-27  Benjamin Otte  <otte@gnome.org>
24624
24625         * gst/audioscale/gstaudioscale.c:
24626         - fix templates to only support S16, it's the only format that works
24627         - make caps nego code use try_set_caps_nonfixed and fixation instead
24628         of try_set_caps twice, which is not nice for autopluggers
24629         - change rank to secondary, so autopluggers can pick it up after
24630         audioconvert
24631
24632 2004-08-02  Iain <iain@prettypeople.org>
24633
24634         * gst/interleave/interleave.c (interleave_init),
24635         (interleave_request_new_pad),
24636         (interleave_pad_removed),
24637         (interleave_buffered_loop): Use the real pad count, not the artificial
24638         one.
24639
24640 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24641
24642         * configure.ac: bump nano back to development
24643
24644 === release 0.8.3 ===
24645
24646 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24647
24648         * configure.ac: releasing 0.8.3, "Water"
24649
24650 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24651
24652         * sys/xvimage/xvimagesink.c:
24653         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24654         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
24655         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
24656         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24657         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24658         * sys/xvimage/xvimagesink.h:
24659           apply similar PAR fixes as to ximagesink
24660
24661 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24662
24663         patch from: Benjamin Otte
24664
24665         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
24666           add link function to lame.  Fixes #148986.
24667
24668 2004-08-02  Johan Dahlin  <johan@gnome.org>
24669
24670         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
24671         fix debugging log
24672
24673 2004-07-30  David Schleef  <ds@schleef.org>
24674
24675         * gst/videomixer/Makefile.am: Fix things that should have been
24676         fixed in the last checkin.
24677
24678 2004-07-30  David Schleef  <ds@schleef.org>
24679
24680         * gst/multipart/Makefile.am: Fix things that should have been
24681         fixed in the last checkin.
24682
24683 2004-07-30  David Schleef  <ds@schleef.org>
24684
24685         * testsuite/multifilesink/Makefile.am: Fix unused variable.
24686
24687 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24688
24689         * configure.ac:
24690           bump nano for prerelease
24691         * po/af.po:
24692         * po/az.po:
24693         * po/cs.po:
24694         * po/en_GB.po:
24695         * po/hu.po:
24696         * po/nl.po:
24697         * po/sr.po:
24698         * po/sv.po:
24699         * po/uk.po:
24700           updates
24701
24702 2004-07-30  Wim Taymans  <wim@fluendo.com>
24703
24704         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24705         (gst_multifdsink_add), (gst_multifdsink_remove),
24706         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24707         (gst_multifdsink_client_remove),
24708         (gst_multifdsink_handle_client_write),
24709         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24710         * gst/tcp/gstmultifdsink.h:
24711         Recover from a select with a bad file descriptor by removing
24712         the client.
24713
24714 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24715
24716         * configure.ac:
24717           fix requirement of core
24718         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
24719         (gst_play_pipeline_setup):
24720           don't use colorspace element.  do use hermescolorspace element.
24721           make macro to get a colorspace element.
24722           mark strings for translation.
24723         * po/POTFILES.in:
24724           add play.c
24725         * po/af.po:
24726         * po/az.po:
24727         * po/cs.po:
24728         * po/en_GB.po:
24729         * po/hu.po:
24730         * po/nl.po:
24731         * po/sr.po:
24732         * po/sv.po:
24733         * po/uk.po:
24734           update translations
24735
24736 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24737
24738         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
24739         fix default for newmedia flag
24740
24741 2004-07-30  Wim Taymans  <wim@fluendo.com>
24742
24743         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24744         (gst_theora_dec_init), (theora_get_formats),
24745         (theora_dec_src_convert), (theora_dec_sink_convert),
24746         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24747         (theora_dec_chain), (theora_dec_set_property),
24748         (theora_dec_get_property):
24749         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24750         (gst_theora_enc_class_init), (gst_theora_enc_init),
24751         (theora_enc_sink_link), (theora_enc_chain),
24752         (theora_enc_set_property), (theora_enc_get_property):
24753         Added cropping option to theora decoder.
24754         Added border option to theora encoder.
24755
24756 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24757
24758         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24759         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24760         (gst_pngenc_set_property):
24761         * ext/libpng/gstpngenc.h:
24762         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
24763
24764 2004-07-30  Wim Taymans  <wim@fluendo.com>
24765
24766         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24767         (theora_enc_sink_link), (theora_enc_chain),
24768         (theora_enc_set_property), (theora_enc_get_property):
24769         Fix encoding of non-multiple-of-16 video.
24770
24771 2004-07-29  David Schleef  <ds@schleef.org>
24772
24773         * configure.ac: make test for audiofile more strict
24774
24775 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24776
24777         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24778           give different names to typefind functions
24779
24780 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24781
24782         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24783         (gst_ximagesink_calculate_pixel_aspect_ratio),
24784         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24785         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24786         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
24787         (gst_ximagesink_get_property), (gst_ximagesink_init):
24788         * sys/ximage/ximagesink.h:
24789           allocate PAR's dynamically.
24790           use autodetected PAR if no object-set PAR is given.
24791           add workaround for directfb's X not setting physical size.
24792           fix to xvimagesink will follow tomorrow.
24793
24794 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24795
24796         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
24797         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
24798         (gst_shout2send_get_type), (gst_shout2send_set_clock),
24799         (gst_shout2send_class_init), (gst_shout2send_init),
24800         (set_shout_metadata), (gst_shout2send_set_metadata),
24801         (gst_shout2send_chain), (gst_shout2send_set_property),
24802         (gst_shout2send_get_property), (gst_shout2send_connect),
24803         (gst_shout2send_change_state):
24804         * ext/shout2/gstshout2.h:
24805         - fix for sending mp3 audio to icecast2 server, if pad link function not
24806         called before PAUSED state
24807         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
24808         - added tagging support for mp3 audio broadcasted
24809         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
24810         debug info
24811
24812 2004-07-28  Wim Taymans  <wim@fluendo.com>
24813
24814         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24815         (gst_ogg_demux_push):
24816         Return query failure when we don't know the length of
24817         an ogg stream insteda of returning TRUE with a bogus value.
24818
24819 2004-07-28  Wim Taymans  <wim@fluendo.com>
24820
24821         * ext/theora/theoradec.c: (theora_get_formats),
24822         (theora_dec_src_convert), (theora_dec_sink_convert),
24823         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24824         (theora_dec_chain):
24825         Don't screw up the 1 Chroma for 1 luma sample situation when we
24826         have an odd offset/width by adding a black border in those cases.
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         * ext/theora/theoraenc.c: (theora_enc_sink_link):
24835         Added first attempt at cropping of the image as required by the
24836         theora spec. We need more properties in the caps (offset_x,
24837         offset_y,stride) to implement this correctly.
24838
24839 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
24840
24841         * ext/dvdnav/README:
24842           Update the README to use dvddemux
24843         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24844           Ensure getcaps returns a subset of the template caps
24845         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
24846         (gst_mpeg2subt_init):
24847           Ensure getcaps returns a subset of the template caps
24848         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
24849         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
24850         (gst_dvd_demux_get_subpicture_stream),
24851         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
24852         * gst/mpegstream/gstdvddemux.h:
24853           Set the explicit caps on the current_video pad before pushing
24854           anything
24855         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
24856         (gst_mpeg_demux_get_audio_stream):
24857           Free caps used to gst_pad_set_explicit_caps, which takes a const
24858           GstCaps *
24859
24860 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24861
24862         * configure.ac: update GStreamer requirement to 0.8.4 because of
24863           GstFraction.
24864
24865 2004-07-28  Wim Taymans  <wim@fluendo.com>
24866
24867         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
24868         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
24869         Add the pad to the element after setting up the caps. This
24870         makes it a lot easier to autoplug.
24871
24872 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24873
24874         * gst/median/gstmedian.c:
24875         * gst/mpeg2subt/gstmpeg2subt.c:
24876         * gst/mpegaudioparse/gstmpegaudioparse.c:
24877         * gst/mpegstream/gstdvddemux.c:
24878         * gst/mpegstream/gstmpegdemux.c:
24879         * gst/mpegstream/gstmpegpacketize.c:
24880         * gst/rtjpeg/gstrtjpeg.c:
24881         * gst/rtjpeg/gstrtjpegdec.c:
24882         * gst/rtjpeg/gstrtjpegenc.c:
24883         * gst/sine/gstsinesrc.c:
24884         * gst/smooth/gstsmooth.c:
24885         * gst/smpte/gstsmpte.c:
24886         * gst/smpte/gstsmpte.h:
24887         * gst/stereo/gststereo.c:
24888         * gst/videofilter/gstgamma.c:
24889         * gst/videofilter/gstvideobalance.c:
24890         * gst/videofilter/gstvideofilter.c:
24891         * gst/videofilter/gstvideoflip.c:
24892         * gst/videoscale/gstvideoscale.c:
24893         * gst/videoscale/videoscale.c:
24894         * gst/videotestsrc/gstvideotestsrc.c:
24895         * gst/videotestsrc/videotestsrc.c:
24896         * gst/wavenc/gstwavenc.c:
24897         * gst/wavparse/gstwavparse.c:
24898           fix local includes and 64 bits constants
24899
24900 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24901
24902         * win32/gst.sln:
24903         * gst-libs/gst/*/*.vcproj:
24904         * gst/*/*.vcproj:
24905           more working plugins
24906
24907 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24908
24909         * testsuite/alsa/Makefile.am:
24910         * testsuite/alsa/srcstate.c:
24911         add test for alsasrc changing state
24912
24913 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24914
24915         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
24916         (gst_silence_get):
24917         * gst/silence/gstsilence.h:
24918         fix silence generation for 16bit raw audio
24919
24920 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24921
24922         * gst/matroska/matroska-demux.c:
24923         (gst_matroska_demux_parse_metadata),
24924         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
24925         * gst/mpegaudio/common.c:
24926         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
24927         (gst_videoscale_getcaps), (gst_videoscale_link),
24928         (gst_videoscale_src_fixate), (gst_videoscale_init),
24929         (gst_videoscale_finalize):
24930         * gst/videoscale/gstvideoscale.h:
24931         * gst/videotestsrc/gstvideotestsrc.c:
24932         (gst_videotestsrc_get_capslist):
24933         * gst/wavenc/gstwavenc.c:
24934         * sys/oss/gstossmixer.c: (fill_labels):
24935         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24936         (gst_ximagesink_handle_xevents),
24937         (gst_ximagesink_calculate_pixel_aspect_ratio),
24938         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
24939         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
24940         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
24941         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
24942         (gst_ximagesink_init), (gst_ximagesink_class_init):
24943         * sys/ximage/ximagesink.h:
24944         * sys/xvimage/xvimagesink.c:
24945         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24946         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
24947         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
24948         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24949         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24950         * sys/xvimage/xvimagesink.h:
24951           first batch of pixel aspect ratio commits.
24952
24953 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24954
24955         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24956         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
24957         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
24958           handle stride, needs work if we want to move stride handling
24959           upstream, but works correctly for our purposes.
24960
24961 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24962
24963         * gst/videoscale/README:
24964           add testing examples
24965         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
24966         (gst_videoscale_chain):
24967         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
24968         (gst_videoscale_get_size):
24969           add get_size function that handles stride like videotestsrc.
24970           fixes conversion for YUV formats for as much as I can test them.
24971
24972 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24973
24974         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24975         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24977         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24978         (gst_xvimagesink_xvimage_put):
24979           further cleanups, logging, error handling and synchronizing
24980
24981 2004-07-27  Wim Taymans  <wim@fluendo.com>
24982
24983         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24984         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24985         (gst_videomixer_pad_set_property),
24986         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24987         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24988         (gst_videomixer_class_init), (gst_videomixer_init),
24989         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
24990         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
24991         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
24992         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24993         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24994         (gst_videomixer_loop), (plugin_init):
24995         Be a nicer negotiation citizen and provide a getcaps function on
24996         the srcpad. This also fixes a crash when resizing.
24997
24998 2004-07-27  Julien MOUTTE  <julien@moutte.net>
24999
25000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25001         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25002
25003 2004-07-27  Wim Taymans  <wim@fluendo.com>
25004
25005         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25006         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25007         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25008         (gst_pngenc_set_property):
25009         * ext/libpng/gstpngenc.h:
25010         Added snapshot property to pngenc.
25011         removed g_print from pngdec
25012
25013 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25014
25015         * gst/ac3parse/ac3parse.vcproj
25016         * gst/adder/adder.vcproj
25017         * gst/alpha/alpha.vcproj
25018         * gst/alpha/alphacolor.vcproj
25019         * gst/asfdemux/asf.vcproj
25020         * gst/audioconvert/audioconvert.vcproj
25021         * gst/audiorate/audiorate.vcproj
25022         * gst/audioscale/audioscale.vcproj
25023         * gst/auparse/auparse.vcproj
25024         * gst/avi/avi.vcproj
25025         * gst/cdxaparse/cdxaparse.vcproj
25026         * gst/chart/chart.vcproj
25027         * gst/colorspace/colorspace.vcproj
25028         * gst/cutter/cutter.vcproj
25029         * gst/debug/debug.vcproj
25030         * gst/debug/efence.vcproj
25031         * gst/debug/navigationtest.vcproj
25032         * gst/deinterlace/deinterlace.vcproj
25033         * gst/effectv/effectv.vcproj
25034         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25035         * gst/filter/filter.vcproj
25036         * gst/flx/flxdec.vcproj
25037         * gst/goom/goom.vcproj
25038         * gst/interleave/interleave.vcproj
25039         * gst/law/alaw.vcproj
25040         * gst/law/mulaw.vcproj
25041         * gst/matroska/matroska.vcproj
25042         * gst/median/median.vcproj
25043         * gst/mixmatrix/mixmatrix.vcproj
25044         * gst/mpeg1sys/mpeg1systemencode.vcproj
25045         * gst/mpeg1videoparse/mp1videoparse.vcproj
25046         * gst/mpeg2sub/mpeg2subt.vcproj
25047         * gst/mpegaudio/mpegaudio.vcproj
25048         * gst/mpegaudioparse/mpegaudioparse.vcproj
25049         * gst/mpegstream/mpegstream.vcproj
25050         * gst/multifilesink/multifilesink.vcproj
25051         * gst/multipart/multipart.vcproj
25052         * gst/oneton/oneton.vcproj
25053         * gst/overlay/overlay.vcproj
25054         * gst/passthrough/passthrough.vcproj
25055         * gst/qtdemux/qtdemux.vcproj
25056         * gst/realmedia/rmdemux.vcproj
25057         * gst/rtjpeg/rtjpeg.vcproj
25058         * gst/rtp/rtp.vcproj
25059         * gst/silence/silence.vcproj
25060         * gst/sine/sinesrc.vcproj
25061         * gst/smooth/smooth.vcproj
25062         * gst/smpte/smpte.vcproj
25063         * gst/spectrum/spectrum.vcproj
25064         * gst/speed/speed.vcproj
25065         * gst/stereo/stereo.vcproj
25066         * gst/switch/switch.vcproj
25067         * gst/tags/tagedit.vcproj
25068         * gst/tcp/tcp.vcproj
25069         * gst/typefind/typefindfunctions.vcproj
25070         * gst/udp/udp.vcproj
25071         * gst/videobox/videobox.vcproj
25072         * gst/videocrop/videocrop.vcproj
25073         * gst/videodrop/videodrop.vcproj
25074         * gst/videofilter/gamma.vcproj
25075         * gst/videofilter/videobalance.vcproj
25076         * gst/videofilter/videofilter.vcproj
25077         * gst/videofilter/videoflip.vcproj
25078         * gst/videoflip/videoflip.vcproj
25079         * gst/videomixer/videomixer.vcproj
25080         * gst/videorate/videorate.vcproj
25081         * gst/videoscale/videoscale.vcproj
25082         * gst/videotestsrc/videotestsrc.vcproj
25083         * gst/virtualdub/virtualdub.vcproj
25084         * gst/volenv/volenv.vcproj
25085         * gst/volume/volume.vcproj
25086         * gst/wavenc/wavenc.vcproj
25087         * gst/wavparse/wavparse.vcproj
25088         * gst/y4m/y4menc.vcproj
25089         * gst-libs/gst/audio/audio.vcproj
25090         * gst-libs/gst/audio/audiofilter.vcproj
25091         * gst-libs/gst/colorbalance/colorbalance.vcproj
25092         * gst-libs/gst/idct/idtc.vcproj
25093         * gst-libs/gst/media-info/media-info.vcproj
25094         * gst-libs/gst/mixer/mixer.vcproj
25095         * gst-libs/gst/navigation/navigation.vcproj
25096         * gst-libs/gst/play/play.vcproj
25097         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25098         * gst-libs/gst/resample/resample.vcproj
25099         * gst-libs/gst/riff/riff.vcproj
25100         * gst-libs/gst/tuner/tuner.vcproj
25101         * gst-libs/gst/video/video.vcproj
25102         * gst-libs/gst/xoverlay/xoverlay.vcproj
25103           avoid problems with math.h, fix release dependancy
25104           rename GStreamer-0.8.lib to libgstreamer.lib
25105
25106 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25107
25108         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25110         the atom is not available we have to unlock the mutex. Fixes #148023
25111
25112 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25113
25114         * gst-libs/gst/media-info/media-info.h:
25115           issue for a vararg macro with MSVC
25116
25117 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25118
25119         * gst/effectv/effectv.vcproj
25120         * gst-libs/gst/idct/idct.vcproj:
25121         * gst-libs/gst/media-info/media-info.vcproj:
25122         * gst-libs/gst/navigation/navigation.vcproj:
25123         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25124         * gst-libs/gst/video/video.vcproj:
25125         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25126           fixes for build problems
25127
25128 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25129
25130         * gst-libs/gst/audio/audio.def:
25131         * gst-libs/gst/audio/riff.def:
25132           add some definitions needed by plugins
25133
25134 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25135
25136         * gst/asfdemux/gstasfmux.c
25137           Fix some 64 bits constants to be glib friendly
25138
25139 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25140
25141         * gst/ac3parse/gstac3parse.c
25142         * gst/audioscale/gstaudioscale.c
25143         * gst/auparse/gstauparse.c
25144         * gst/colorspace/gstcolorspace.c
25145         * gst/colorspace/yuv2rgb.h
25146           local include fixes
25147
25148 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25149
25150         * win32/gst.sln
25151           add more plugins to the build
25152
25153 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25154
25155         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25156         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25157
25158 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25159
25160         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25161         (gst_level_set_property), (gst_level_get_property),
25162         (gst_level_base_init), (gst_level_class_init):
25163           add debugging categories.  cleanups.
25164
25165 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25166
25167         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25168         (gst_videoscale_planar411), (gst_videoscale_planar400),
25169         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25170         (gst_videoscale_scale_nearest_str1),
25171         (gst_videoscale_scale_nearest_str2),
25172         (gst_videoscale_scale_nearest_str4),
25173         (gst_videoscale_scale_nearest_16bit),
25174         (gst_videoscale_scale_nearest_24bit):
25175           fixed stride issues
25176           tested with 320x240 -> 321, 322, 324 x240
25177           tested with YV12, I420, YUY2, UYVY
25178           fixed packed422rev (don't think it could have worked before)
25179           by testing with UYVY
25180
25181 2004-07-26  Benjamin Otte  <otte@gnome.org>
25182
25183         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25184         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25185         (plugin_init):
25186           add debugging category, add error checks like checking return values
25187           of setup calls, make sure it still works after
25188           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25189
25190 2004-07-26  Wim Taymans  <wim@fluendo.com>
25191
25192         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25193         (gst_mpeg_demux_get_audio_stream),
25194         (gst_mpeg_demux_process_private):
25195         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25196         Check for error codes from the negotiation functions. Make sure
25197         we really set the pad caps when a new pad is created.
25198
25199 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25200
25201         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25202         (gst_ffmpeg_caps_to_pix_fmt):
25203         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25204         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25205         (gst_ffmpegcolorspace_pad_link):
25206           don't make function do two things at the same time without reason.
25207
25208 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25209
25210         * gst/ac3parse/ac3parse.vcproj
25211         * gst/adder/adder.vcproj
25212         * gst/alpha/alpha.vcproj
25213         * gst/alpha/alphacolor.vcproj
25214         * gst/asfdemux/asf.vcproj
25215         * gst/audioconvert/audioconvert.vcproj
25216         * gst/audiorate/audiorate.vcproj
25217         * gst/audioscale/audioscale.vcproj
25218         * gst/auparse/auparse.vcproj
25219         * gst/avi/avi.vcproj
25220         * gst/cdxaparse/cdxaparse.vcproj
25221         * gst/chart/chart.vcproj
25222         * gst/colorspace/colorspace.vcproj
25223         * gst/cutter/cutter.vcproj
25224         * gst/debug/debug.vcproj
25225         * gst/debug/efence.vcproj
25226         * gst/debug/navigationtest.vcproj
25227         * gst/deinterlace/deinterlace.vcproj
25228         * gst/effectv/effectv.vcproj
25229         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25230         * gst/filter/filter.vcproj
25231         * gst/flx/flxdec.vcproj
25232         * gst/goom/goom.vcproj
25233         * gst/interleave/interleave.vcproj
25234         * gst/law/alaw.vcproj
25235         * gst/law/mulaw.vcproj
25236         * gst/matroska/matroska.vcproj
25237         * gst/median/median.vcproj
25238         * gst/mixmatrix/mixmatrix.vcproj
25239         * gst/mpeg1sys/mpeg1systemencode.vcproj
25240         * gst/mpeg1videoparse/mp1videoparse.vcproj
25241         * gst/mpeg2sub/mpeg2subt.vcproj
25242         * gst/mpegaudio/mpegaudio.vcproj
25243         * gst/mpegaudioparse/mpegaudioparse.vcproj
25244         * gst/mpegstream/mpegstream.vcproj
25245         * gst/multifilesink/multifilesink.vcproj
25246         * gst/multipart/multipart.vcproj
25247         * gst/oneton/oneton.vcproj
25248         * gst/overlay/overlay.vcproj
25249         * gst/passthrough/passthrough.vcproj
25250         * gst/qtdemux/qtdemux.vcproj
25251         * gst/realmedia/rmdemux.vcproj
25252         * gst/rtjpeg/rtjpeg.vcproj
25253         * gst/rtp/rtp.vcproj
25254         * gst/silence/silence.vcproj
25255         * gst/sine/sinesrc.vcproj
25256         * gst/smooth/smooth.vcproj
25257         * gst/smpte/smpte.vcproj
25258         * gst/spectrum/spectrum.vcproj
25259         * gst/speed/speed.vcproj
25260         * gst/stereo/stereo.vcproj
25261         * gst/switch/switch.vcproj
25262         * gst/tags/tagedit.vcproj
25263         * gst/tcp/tcp.vcproj
25264         * gst/typefind/typefindfunctions.vcproj
25265         * gst/udp/udp.vcproj
25266         * gst/videobox/videobox.vcproj
25267         * gst/videocrop/videocrop.vcproj
25268         * gst/videodrop/videodrop.vcproj
25269         * gst/videofilter/gamma.vcproj
25270         * gst/videofilter/videobalance.vcproj
25271         * gst/videofilter/videofilter.vcproj
25272         * gst/videofilter/videoflip.vcproj
25273         * gst/videoflip/videoflip.vcproj
25274         * gst/videomixer/videomixer.vcproj
25275         * gst/videorate/videorate.vcproj
25276         * gst/videoscale/videoscale.vcproj
25277         * gst/videotestsrc/videotestsrc.vcproj
25278         * gst/virtualdub/virtualdub.vcproj
25279         * gst/volenv/volenv.vcproj
25280         * gst/volume/volume.vcproj
25281         * gst/wavenc/wavenc.vcproj
25282         * gst/wavparse/wavparse.vcproj
25283         * gst/y4m/y4menc.vcproj
25284           more plugins supported under windows
25285
25286 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25287
25288         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25289         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25290         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25292         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25293           Add debugging statements.  Use the sizes as returned by the
25294           *CreateImage calls.
25295
25296 2004-07-26  Johan Dahlin  <johan@gnome.org>
25297
25298         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25299         the pad is negotiated.
25300
25301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25302
25303 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25304
25305         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25306         * gst-libs/gst/idct/idct.vcproj:
25307         * gst-libs/gst/media-info/media-info.vcproj:
25308         * gst-libs/gst/mixer/mixer.vcproj:
25309         * gst-libs/gst/navigation/navigation.vcproj:
25310         * gst-libs/gst/play/play.vcproj:
25311         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25312         * gst-libs/gst/resample/resample.vcproj:
25313         * gst-libs/gst/tuner/tuner.vcproj:
25314         * gst-libs/gst/video/video.vcproj:
25315         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25316           more plugins supported under windows
25317
25318 2004-07-25 Iain <iain@prettypeople.org>
25319
25320         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25321         pad now rather than when the pad is created because state changes wipe
25322         explicit caps (fixes #148043).
25323
25324 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25325
25326         reviewed by Benjamin Otte  <otte@gnome.org>
25327
25328         * ext/mad/gstmad.c:
25329           fix mad plugin crashing on Sun (fixes #148289)
25330
25331 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25332
25333         * gst/avi/avi.def:
25334         * gst/avi/avi.vcproj:
25335         * gst/matroska/matroska.def:
25336         * gst/matroska/matroska.vcproj:
25337           remove unused .def files
25338
25339 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25340
25341         * gst-libs/gst/audio/gstaudiofilter.c:
25342           Clean the local include
25343
25344 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25345
25346         * win32/gst.sln:
25347         * gst-libs/gst/audio/audio.def:
25348         * gst-libs/gst/audio/audio.vcproj:
25349         * gst-libs/gst/audio/audiofilter.vcproj:
25350         * gst-libs/gst/audio/riff.def:
25351         * gst-libs/gst/audio/riff.vcproj:
25352         * gst-libs/gst/gst-libs.def:
25353         * gst-libs/gst/gst-libs.vcproj:
25354         * gst/avi/avi.vcproj:
25355         * gst/avi/avi.vcproj:
25356           Copy the files where needed after building, cleaner projects
25357
25358 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25359
25360         * gst/matroska/ebml-write.c:
25361           Fix some 64 bits constants to be glib friendly
25362
25363 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25364
25365         * win32/gst.sln:
25366         * gst-libs/gst/gst-libs.def:
25367         * gst-libs/gst/gst-libs.vcproj:
25368         * gst/matroska/matroska.def:
25369         * gst/matroska/matroska.vcproj:
25370           Add the preliminary canvas to build plugins on Win32
25371
25372 2004-07-23  Benjamin Otte  <otte@gnome.org>
25373
25374         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25375           don't enfore negotiation from source side, it breaks
25376           sinesrc ! audioconvert ! osssink
25377
25378 2004-07-22  David Schleef  <ds@schleef.org>
25379
25380         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25381         for ELF files, since they can easily be recognized as audio/mpeg.
25382         (bug #147441)
25383
25384 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25385
25386         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25387         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25388         (gst_videoscale_scale_nearest_24bit),
25389         (gst_videoscale_scale_nearest_16bit):
25390           fix 16bit and 24bit for stride (24bit might need testing)
25391           don't pretend we do more than one algorithm
25392
25393 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25394
25395         * configure.ac:
25396         * gst/Makefile.am:
25397         * gst/multifilesink/Makefile.am:
25398         * gst/multifilesink/gstmultifilesink.c:
25399         (gst_multifilesink_get_formats),
25400         (gst_multifilesink_get_query_types), (_do_init),
25401         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25402         (gst_multifilesink_init), (gst_multifilesink_dispose),
25403         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25404         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25405         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25406         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25407         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25408         (gst_multifilesink_uri_get_type),
25409         (gst_multifilesink_uri_get_protocols),
25410         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25411         (gst_multifilesink_uri_handler_init), (plugin_init):
25412         * gst/multifilesink/gstmultifilesink.h:
25413         * testsuite/Makefile.am:
25414         * testsuite/multifilesink/Makefile.am:
25415         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25416         (gst_newmedia_class_init), (gst_newmedia_init),
25417         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25418         (newfile_signal), (test_signal), (main):
25419         multifilesink plugin for creating new files every time a new media
25420         discontinuity event occurs
25421
25422 2004-07-22  Wim Taymans  <wim@fluendo.com>
25423
25424         * gst/alpha/Makefile.am:
25425         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25426         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25427         (gst_alpha_color_init), (gst_alpha_color_set_property),
25428         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25429         (transform), (gst_alpha_color_chain),
25430         (gst_alpha_color_change_state), (plugin_init):
25431         Stupid plugin to to RGBA to AYUV conversion because none of
25432         the colorspace plugins can handle that yet.
25433
25434 2004-07-22  Wim Taymans  <wim@fluendo.com>
25435
25436         * examples/seeking/seek.c: (update_scale), (main):
25437         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25438         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25439         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25440         (gst_decode_bin_init), (gst_decode_bin_dispose),
25441         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25442         (no_more_pads), (close_link), (type_found),
25443         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25444         (plugin_init):
25445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25446         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25447         (gst_play_base_bin_dispose), (queue_overrun),
25448         (gen_preroll_element), (remove_prerolls), (unknown_type),
25449         (no_more_pads), (new_stream), (setup_source),
25450         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25451         (play_base_eos), (gst_play_base_bin_change_state),
25452         (gst_play_base_bin_add_element),
25453         (gst_play_base_bin_remove_element),
25454         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25455         (gst_play_base_bin_unlink_stream),
25456         (gst_play_base_bin_get_streaminfo):
25457         * gst/playback/gstplaybin.c: (gen_video_element),
25458         (gen_audio_element):
25459         * gst/playback/gststreaminfo.h:
25460         More playback updates, attempt to fix things after the state change
25461         breakage.
25462
25463 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25464
25465         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25466         (gst_videoscale_scale_nearest_16bit):
25467           comment algorithm
25468
25469 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25470
25471         * gst/videotestsrc/gstvideotestsrc.c:
25472         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25473         (gst_videotestsrc_init), (gst_videotestsrc_get),
25474         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25475         (gst_videotestsrc_get_property):
25476         * gst/videotestsrc/gstvideotestsrc.h:
25477         * gst/videotestsrc/videotestsrc.c:
25478         * gst/videotestsrc/videotestsrc.h:
25479           cleanup and commenting
25480
25481 2004-07-21  Wim Taymans  <wim@fluendo.com>
25482
25483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25484         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25485         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25486         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25487         (_find_chain_get_unknown_part), (_find_streams_check),
25488         (gst_ogg_demux_push), (gst_ogg_pad_push):
25489         * ext/theora/theoradec.c: (theora_get_formats),
25490         (theora_dec_src_convert), (theora_dec_sink_convert),
25491         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25492         (theora_dec_chain):
25493         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25494         (vorbis_dec_convert), (vorbis_dec_src_query),
25495         (vorbis_dec_src_event), (vorbis_dec_event):
25496         More seeking fixes, oggdemux now supports seeking to time and
25497         uses the downstream element to convert granulepos to time.
25498         Seeking in theora-only ogg files now works.
25499
25500 2004-07-21  Wim Taymans  <wim@fluendo.com>
25501
25502         * ext/theora/theoradec.c: (gst_theora_dec_init),
25503         (theora_get_formats), (theora_get_event_masks),
25504         (theora_get_query_types), (theora_dec_src_convert),
25505         (theora_dec_sink_convert), (theora_dec_src_query),
25506         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25507         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25508         (vorbis_get_event_masks), (vorbis_get_query_types),
25509         (gst_vorbis_dec_init), (vorbis_dec_convert),
25510         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25511         Added query/convert/formats functions to vorbis and theora decoders
25512         so that the outside world can use them too. Fixed seeking on an
25513         ogg/theora/vorbis file by disabling the seeking seeking on the
25514         theora srcpad.
25515
25516 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25517
25518         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25519         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25520         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25521         images creation for both elements. We don't create the image on caps
25522         nego or renego, we just destroy the internal one if present if it does
25523         not match the needs. The chain function takes care of creating a new
25524         image when needed.
25525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25526         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25527         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25528         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
25529         the image format information. The buffer pool checks for the context
25530         image format and discard images with different formats.
25531         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
25532
25533 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25534
25535         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25536         (gst_ffmpegcolorspace_chain):
25537           no point in doing any chaining if the pad we want to push from
25538           isn't usable.
25539
25540 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25541
25542         * gst-libs/gst/riff/riff-media.c:
25543         (gst_riff_create_audio_caps_with_data):
25544           Fix double end-to-native symbol conversion (#148021).
25545
25546 2004-07-20  David Schleef  <ds@schleef.org>
25547
25548         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25549         Don't use an Atom that doesn't exist.
25550
25551 2004-07-20  Wim Taymans  <wim@fluendo.com>
25552
25553         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25554         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25555         (gst_multifdsink_client_remove),
25556         (gst_multifdsink_handle_client_write),
25557         (gst_multifdsink_queue_buffer):
25558         * gst/tcp/gstmultifdsink.h:
25559         More multifdsink stats. Avoid deadlock by releasing locks
25560         before sending out a signal.
25561
25562 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25563
25564         * po/LINGUAS:
25565         * po/hu.po:
25566           added Hungarian translation (Laszlo Dvornik)
25567
25568 2004-07-20  Wim Taymans  <wim@fluendo.com>
25569
25570         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25571         (gst_multifdsink_add), (gst_multifdsink_client_remove),
25572         (gst_multifdsink_handle_client_write),
25573         (gst_multifdsink_queue_buffer):
25574         * gst/tcp/gsttcp-marshal.list:
25575         Fixed the stupid marshal definition.
25576
25577 2004-07-20  Wim Taymans  <wim@fluendo.com>
25578
25579         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25580         (gst_multifdsink_init), (gst_multifdsink_add),
25581         (gst_multifdsink_client_remove),
25582         (gst_multifdsink_handle_client_write),
25583         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
25584         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
25585         (gst_multifdsink_init_send):
25586         * gst/tcp/gstmultifdsink.h:
25587         Added more stats, added timeout for a client, fixed some typos
25588         and added some comments.
25589
25590 2004-07-20  Wim Taymans  <wim@fluendo.com>
25591
25592         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25593         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25594         (gst_multifdsink_client_remove),
25595         (gst_multifdsink_handle_client_write):
25596         * gst/tcp/gstmultifdsink.h:
25597         * gst/tcp/gsttcp-marshal.list:
25598         Added get_stats method that returns a GValueArray of
25599         stats values.
25600
25601 2004-07-19  Benjamin Otte  <otte@gnome.org>
25602
25603         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25604           make sure longname, description and author are valid UTF-8
25605
25606 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25607
25608         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
25609         (gst_ximagesink_set_property):
25610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
25611         (gst_xvimagesink_set_property):
25612           make sure SYNCHRONOUS is respected after getting the X context
25613
25614 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25615
25616         * gst/matroska/matroska-demux.c:
25617         (gst_matroska_demux_handle_src_event),
25618         (gst_matroska_demux_parse_blockgroup):
25619         * gst/matroska/matroska-ids.h:
25620           add BlockReference tag and ignore it to clear out log.
25621           ignore NAVIGATION events to clear out log.
25622
25623 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25624
25625         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25626         (gst_matroska_demux_add_stream):
25627         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
25628           add debug categories
25629
25630 2004-07-16  Wim Taymans  <wim@fluendo.com>
25631
25632         * ext/libpng/Makefile.am:
25633         * ext/libpng/gstpng.c: (plugin_init):
25634         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
25635         (gst_pngdec_get_type), (gst_pngdec_base_init),
25636         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
25637         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
25638         * ext/libpng/gstpngdec.h:
25639         Added png decoder.
25640
25641 2004-07-16  Julien MOUTTE  <julien@moutte.net>
25642
25643         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
25644         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
25645         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
25646         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25647         (gst_ximagesink_buffer_alloc):
25648         * sys/ximage/ximagesink.h:
25649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25650         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25651         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25652         (gst_xvimagesink_buffer_alloc):
25653         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
25654         again. Using internal data pointer of the x(v)image to store image's
25655         data to be coherent with the buffer alloc mechanism. Investigated the
25656         image destruction code to be sure that everything gets freed correctly.
25657
25658 2004-07-16  Wim Taymans  <wim@fluendo.com>
25659
25660         * gst-libs/gst/riff/riff-read.c:
25661         (gst_riff_read_strf_vids_with_data),
25662         (gst_riff_read_strf_auds_with_data):
25663         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25664         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25665         Make sure we don't create 0 sized subbuffers in riff-read.
25666         Signal the no more pads signal after reading the avi header.
25667
25668 2004-07-16  Wim Taymans  <wim@fluendo.com>
25669
25670         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25671         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25672         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25673         (gst_decode_bin_init), (gst_decode_bin_dispose),
25674         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25675         (no_more_pads), (close_link), (type_found),
25676         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25677         (gst_decode_bin_change_state), (plugin_init):
25678         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25679         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25680         (gst_play_base_bin_dispose), (queue_overrun),
25681         (gen_preroll_element), (remove_prerolls), (unknown_type),
25682         (no_more_pads), (new_stream), (setup_source),
25683         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25684         (play_base_eos), (gst_play_base_bin_change_state),
25685         (gst_play_base_bin_add_element),
25686         (gst_play_base_bin_remove_element),
25687         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25688         (gst_play_base_bin_unlink_stream),
25689         (gst_play_base_bin_get_streaminfo):
25690         * gst/playback/gstplaybasebin.h:
25691         Better error recovery. Added configurable preroll queue size. Faster
25692         detection of no-more-pads.
25693
25694 2004-07-16  Wim Taymans  <wim@fluendo.com>
25695
25696         * gst-libs/gst/video/video.h:
25697         Added 32 bits RGBA. Not sure if we should use another mime-type
25698         for alpha rgb. Currently the presence of the alpha_mask property
25699         signals an alpha channel.
25700
25701 2004-07-16  Wim Taymans  <wim@fluendo.com>
25702
25703         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25705         FPS seems to be 0.0 to MAX everywhere else.
25706
25707 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25708
25709         * gst-libs/gst/riff/riff-media.c:
25710         (gst_riff_create_video_caps_with_data):
25711           mp42/mp43 (no caps) exist too.
25712         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
25713           Set pixel_width/height; we've got them in-caps.
25714         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25715         * gst/wavparse/gstwavparse.c: (plugin_init):
25716           Both are valid primary.
25717         * sys/oss/gstossmixer.c:
25718           Remove i18n hack and enable translations.
25719
25720 2004-07-15  Benjamin Otte  <otte@gnome.org>
25721
25722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25723         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25724           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
25725
25726 2004-07-15  Benjamin Otte  <otte@gnome.org>
25727
25728         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25729         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
25730         (gst_alsa_close_audio):
25731           disable some of the debugging code for now. Writing debugging to a
25732           buffer is broken in current alsalib releases.
25733
25734 2004-07-12  Benjamin Otte  <otte@gnome.org>
25735
25736         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
25737           use bufferpools
25738
25739 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25740
25741         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25742         (theora_dec_src_query), (theora_dec_event):
25743         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
25744           add debugging categories.  Remove \n's.
25745
25746 2004-07-13  Johan Dahlin  <johan@gnome.org>
25747
25748         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
25749         (gst_play_bin_get_property): Impl.
25750
25751 2004-07-13  Wim Taymans  <wim@fluendo.com>
25752
25753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
25754         When trying to find the stream length, seek back N pages
25755         instead of just one, where N is the number of streams in
25756         the current chain.
25757
25758 2004-07-13  Wim Taymans  <wim@fluendo.com>
25759
25760         * gst-libs/gst/riff/riff-media.c:
25761         (gst_riff_create_audio_caps_with_data),
25762         (gst_riff_create_audio_caps),
25763         (gst_riff_create_audio_template_caps):
25764         * gst-libs/gst/riff/riff-media.h:
25765         * gst-libs/gst/riff/riff-read.c:
25766         (gst_riff_read_strf_vids_with_data),
25767         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
25768         * gst-libs/gst/riff/riff-read.h:
25769         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25770         (gst_avi_demux_add_stream):
25771         Set codec_data on caps for avidemuxer.
25772
25773 2004-07-12  David Schleef  <ds@schleef.org>
25774
25775         * configure.ac: Fix test for Objective C
25776
25777 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
25778         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
25779         (gst_gdk_pixbuf_chain):
25780           Add svg and pcx to template caps, and ensure that getcaps returns a
25781           subset of the template caps.
25782           Copy each row manually for output, as gdkpixbuf may pad the
25783           rowstride to a 32-bit word boundary.
25784
25785 2004-07-12  Wim Taymans  <wim@fluendo.com>
25786
25787         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
25788         (gst_riff_create_video_template_caps):
25789         Fix the template caps to include some more media types.
25790
25791 2004-07-12  Wim Taymans  <wim@fluendo.com>
25792
25793         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25794         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25795         (compare_ranks), (print_feature), (gst_decode_bin_init),
25796         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25797         (try_to_link_1), (new_pad), (close_link), (type_found),
25798         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25799         (gst_decode_bin_change_state), (plugin_init):
25800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25801         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25802         (gst_play_base_bin_dispose), (queue_overrun),
25803         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25804         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25805         (gst_play_base_bin_get_property), (play_base_eos),
25806         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25807         (gst_play_base_bin_remove_element),
25808         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25809         (gst_play_base_bin_unlink_stream),
25810         (gst_play_base_bin_get_streaminfo):
25811         * gst/playback/gstplaybasebin.h:
25812         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25813         (gst_play_bin_class_init), (gst_play_bin_init),
25814         (gst_play_bin_dispose), (gst_play_bin_set_property),
25815         (gst_play_bin_get_property), (gen_video_element),
25816         (gen_audio_element), (remove_sinks), (setup_sinks),
25817         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25818         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25819         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25820         (gst_play_bin_query), (plugin_init):
25821         * gst/playback/test4.c: (main):
25822         More fixes on reusing of the element.
25823
25824 2004-07-11  Benjamin Otte  <otte@gnome.org>
25825
25826         * ext/mad/gstmad.c: (normal_seek):
25827           allow seeking for other methods than just SET
25828
25829 2004-07-11  Andy Wingo  <wingo@pobox.com>
25830
25831         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
25832         float, "any" caps -> buffer_frames=[0,MAX].
25833
25834         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
25835         doesn't intersect our caps with the template any more. Do it
25836         ourselves.
25837         (interleave_buffered_loop): Use g_newa instead of malloc/free.
25838
25839 2004-07-09  Wim Taymans  <wim@fluendo.com>
25840
25841         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25842         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25843         (compare_ranks), (print_feature), (gst_decode_bin_init),
25844         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25845         (try_to_link_1), (new_pad), (close_link), (type_found),
25846         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25847         (gst_decode_bin_change_state), (plugin_init):
25848         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25849         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25850         (gst_play_base_bin_dispose), (queue_overrun),
25851         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25852         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25853         (gst_play_base_bin_get_property), (play_base_eos),
25854         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25855         (gst_play_base_bin_remove_element),
25856         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25857         (gst_play_base_bin_unlink_stream),
25858         (gst_play_base_bin_get_streaminfo):
25859         * gst/playback/gstplaybasebin.h:
25860         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25861         (gst_play_bin_class_init), (gst_play_bin_init),
25862         (gst_play_bin_dispose), (gst_play_bin_set_property),
25863         (gst_play_bin_get_property), (gen_video_element),
25864         (gen_audio_element), (remove_sinks), (setup_sinks),
25865         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25866         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25867         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25868         (gst_play_bin_query), (plugin_init):
25869         * gst/playback/test4.c: (main):
25870         Work on object reuse and seeking.
25871
25872 2004-07-09  Wim Taymans  <wim@fluendo.com>
25873
25874         * examples/seeking/seek.c: (iterate):
25875         Don't consume all CPU in the idle loop.
25876
25877 2004-07-09  Wim Taymans  <wim@fluendo.com>
25878
25879         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
25880         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
25881         Add pad to element *after* setting the pad functions so that
25882         the scheduler can use the correct ones.
25883
25884 2004-07-09  Wim Taymans  <wim@fluendo.com>
25885
25886         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
25887         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
25888         Sync to keyframe after seek
25889
25890 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25891
25892         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
25893         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
25894         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
25895         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
25896         * ext/libvisual/visual.c: (gst_visual_change_state):
25897         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
25898         * ext/theora/theoradec.c: (theora_dec_change_state):
25899         * ext/theora/theoraenc.c: (theora_enc_change_state):
25900         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
25901         * gst-libs/gst/navigation/navigation.c:
25902         * gst/adder/gstadder.c: (gst_adder_change_state):
25903         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25904         (gst_audio_convert_get_buffer):
25905         * gst/multipart/multipartdemux.c:
25906         (gst_multipart_demux_change_state):
25907         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
25908         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25909         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
25910         * gst/videoscale/gstvideoscale.c:
25911         (gst_videoscale_handle_src_event):
25912         * gst/volume/gstvolume.c: (volume_chain_int16):
25913           don't assert in state change, this should be done by the base
25914           GstElement class.
25915           various debugging fixes.
25916
25917 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25918
25919         * configure.ac:
25920         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25921         (gst_play_dispose), (gst_play_set_location),
25922         (gst_play_set_data_src), (gst_play_set_video_sink),
25923         (gst_play_set_audio_sink), (gst_play_set_visualization),
25924         (gst_play_connect_visualization), (gst_play_get_sink_element),
25925         (gst_play_get_all_by_interface):
25926         * gst-libs/gst/play/play.h:
25927           add new method to get elements implementing an interface.
25928           add various error logging
25929
25930 2004-07-08  Wim Taymans  <wim@fluendo.com>
25931
25932         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
25933         (make_mpeg_pipeline), (make_mpegnt_pipeline),
25934         (make_playerbin_pipeline), (query_durations_elems),
25935         (query_durations_pads), (query_positions_elems),
25936         (query_positions_pads), (update_scale), (iterate), (stop_seek),
25937         (main):
25938         Added playbin seeking example.
25939
25940 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25941
25942         * gst-libs/gst/play/play.c: (gst_play_set_location),
25943         (gst_play_set_data_src), (gst_play_set_video_sink),
25944         (gst_play_set_audio_sink), (gst_play_set_visualization),
25945         (gst_play_connect_visualization), (gst_play_get_framerate):
25946           use a macro to look up elements from hash table
25947
25948 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25949
25950         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25951         (gst_play_get_length_callback), (gst_play_set_location),
25952         (gst_play_seek_to_time), (gst_play_set_data_src),
25953         (gst_play_set_video_sink), (gst_play_set_audio_sink),
25954         (gst_play_set_visualization), (gst_play_connect_visualization),
25955         (gst_play_get_sink_element):
25956         - add debugging info
25957         - fix looking up sink elements by iterating over complete caps
25958         - put everything except for source and autoplugger in a complete bin
25959
25960 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25961
25962         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
25963         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
25964         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
25965         (gst_alsa_sink_write), (gst_alsa_sink_loop):
25966         * ext/alsa/gstalsasink.h:
25967         - add debugging info
25968         - clean up schizophrenia of data/buffer/event
25969         - fix double event unref error
25970
25971 2004-07-08  Wim Taymans  <wim@fluendo.com>
25972
25973         * gst/playback/Makefile.am:
25974         Add headers to noinst
25975
25976 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25977
25978         * tools/gst-launch-ext-m.m:
25979         * tools/gst-launch-ext.1.in:
25980           convert to the third millenium
25981
25982 2004-07-07  David Schleef  <ds@schleef.org>
25983
25984         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
25985
25986 2004-07-07  Wim Taymans  <wim@fluendo.com>
25987
25988         * gst/playback/Makefile.am:
25989         * gst/playback/README:
25990         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25991         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25992         (compare_ranks), (print_feature), (gst_decode_bin_init),
25993         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25994         (try_to_link_1), (new_pad), (close_link), (type_found),
25995         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25996         (plugin_init):
25997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25998         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25999         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26000         (gen_preroll_element), (no_more_pads), (new_stream),
26001         (setup_source), (gst_play_base_bin_set_property),
26002         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26003         (gst_play_base_bin_add_element),
26004         (gst_play_base_bin_remove_element),
26005         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26006         (gst_play_base_bin_unlink_stream),
26007         (gst_play_base_bin_get_streaminfo):
26008         * gst/playback/gstplaybasebin.h:
26009         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26010         (gst_play_bin_class_init), (gst_play_bin_init),
26011         (gst_play_bin_dispose), (gst_play_bin_set_property),
26012         (gst_play_bin_get_property), (gen_video_element),
26013         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26014         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26015         (gst_play_bin_get_formats), (gst_play_bin_convert),
26016         (gst_play_bin_get_query_types), (gst_play_bin_query),
26017         (plugin_init):
26018         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26019         (gst_stream_info_get_type), (gst_stream_info_class_init),
26020         (gst_stream_info_init), (gst_stream_info_new),
26021         (gst_stream_info_dispose), (gst_stream_info_set_property),
26022         (gst_stream_info_get_property):
26023         * gst/playback/gststreaminfo.h:
26024         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26025         (main):
26026         * gst/playback/test2.c: (main):
26027         * gst/playback/test3.c: (update_scale), (main):
26028         More playbin fixes. Added README. Do better element filtering.
26029         Added base class to preroll media. Added test apps.
26030
26031 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26032
26033         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26034         * ext/mpeg2dec/gstmpeg2dec.h:
26035           various debugging improvements.  Reset stream to next picture
26036           instead of sequence header, otherwise seeks cannot work.
26037
26038 2004-07-07  Wim Taymans  <wim@fluendo.com>
26039
26040         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26041         (gst_video_box_class_init), (gst_video_box_set_property),
26042         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26043         Use pad_alloc where possible.
26044
26045 2004-07-07  Wim Taymans  <wim@fluendo.com>
26046
26047         * sys/oss/gstosselement.c: (gst_osselement_reset),
26048         (gst_osselement_parse_caps):
26049         * sys/oss/gstosselement.h:
26050         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26051         Fix offset on osssrc.
26052
26053 2004-07-07  Wim Taymans  <wim@fluendo.com>
26054
26055         * ext/theora/theora.c: (plugin_init):
26056         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26057         (theora_dec_src_query), (theora_dec_chain):
26058         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26059         (theora_enc_sink_link), (theora_buffer_from_packet),
26060         (theora_push_packet), (theora_enc_chain):
26061         Fix theora granulepos calculation.
26062         Fix overflow in duration/position calculation.
26063         Bump rank to PRIMARY for theoradec.
26064         Use granulepos of last packet to calculate position.
26065         Set keyframe flag on buffers when needed.
26066
26067 2004-07-06  David Schleef  <ds@schleef.org>
26068
26069         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26070         serious?  (Fixed, obviously.)
26071
26072 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26073
26074         * po/LINGUAS:
26075         * po/cs.po:
26076           added Czech translation (Miloslav Trmac)
26077
26078 2004-07-05  Wim Taymans  <wim@fluendo.com>
26079
26080         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26081         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26082         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26083         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26084         (close_link), (type_found), (gst_decode_bin_set_property),
26085         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26086         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26087         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26088         (gst_decode_bin_query), (plugin_init):
26089         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26090         (gst_play_bin_class_init), (gst_play_bin_init),
26091         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26092         (get_video_element), (new_pad), (setup_source),
26093         (gst_play_bin_set_property), (gst_play_bin_get_property),
26094         (gst_play_bin_change_state), (gst_play_bin_add_element),
26095         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26096         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26097         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26098         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26099         * gst/playback/test.c: (main):
26100         More fixes, cleaned up playbin, make it use decodebin. Added
26101         threaded property to playbin.
26102
26103 2004-07-05  Wim Taymans  <wim@fluendo.com>
26104
26105         * configure.ac:
26106         * gst/playback/Makefile.am:
26107         * gst/playback/decodetest.c: (main):
26108         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26109         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26110         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26111         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26112         (close_link), (type_found), (gst_decode_bin_set_property),
26113         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26114         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26115         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26116         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26117         (plugin_init):
26118         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26119         (gst_play_bin_class_init), (gst_play_bin_init),
26120         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26121         (collect_sink_pads), (find_compatibles), (close_pad_link),
26122         (try_to_link_1), (new_pad), (close_link), (type_found),
26123         (setup_source), (gst_play_bin_set_property),
26124         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26125         (compare_ranks), (gst_play_bin_collect_factories),
26126         (gst_play_bin_change_state), (gst_play_bin_add_element),
26127         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26128         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26129         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26130         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26131         * gst/playback/test.c: (main):
26132         Added some playback helper elements and some test apps, very alpha
26133         still.
26134
26135 2004-07-04  Benjamin Otte  <otte@gnome.org>
26136
26137         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26138           only restart audio when we indeed have an xrun to fix repeated
26139           xruns. Fix suggested by Giuliano Pochini.
26140
26141 2004-07-03  David Schleef  <ds@schleef.org>
26142
26143         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26144         call to gst_debug_log() if debugging is disabled (bug #145118)
26145
26146 2004-07-03  Benjamin Otte  <otte@gnome.org>
26147
26148         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26149           use our own functions for restarting the alsa device.
26150         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26151           I should apply patches myself - use MIN for the third argument, not
26152           the second, this fixes seeking
26153
26154 2004-07-02  David Schleef  <ds@schleef.org>
26155
26156         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26157         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26158         do with the logic.
26159
26160 2004-07-02  David Schleef  <ds@schleef.org>
26161
26162         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26163         output buffers.  Fix logic mistake.  (bug #144866)
26164
26165 2004-07-02  David Schleef  <ds@schleef.org>
26166
26167         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26168         on X.  (bug #144753)
26169
26170 2004-07-02  David Schleef  <ds@schleef.org>
26171
26172         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26173         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26174         (bug #144624)
26175         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26176         (gst_osselement_rate_probe_check): Add another workaround for
26177         buggy drivers (bug #145336)
26178
26179 2004-07-02  David Schleef  <ds@schleef.org>
26180
26181         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26182         Most systems don't have MSG_NOSIGNAL.
26183
26184 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26185
26186         * Makefile.am:
26187         * gst-libs/gst/colorbalance/Makefile.am:
26188         * gst-libs/gst/mixer/Makefile.am:
26189         * gst-libs/gst/play/Makefile.am:
26190         * gst-libs/gst/tuner/Makefile.am:
26191           (hopefully) fix both install and dist and make error message useful.
26192           needs testing across automakes.
26193
26194 2004-07-02  Benjamin Otte  <otte@gnome.org>
26195
26196         * ext/ogg/gstogg.c: (plugin_init):
26197           we require bytestream now
26198         * ext/ogg/gstoggdemux.c:
26199           huge diff to implement chain setup in a fast and generic way. This
26200           improves tag reading and startup of huge files (read: Theora videos)
26201           quite a bit. It probably contains bugs, too, so please test.
26202           Seeking is not improved to the fast method.
26203
26204 2004-06-29  Wim Taymans  <wim@fluendo.com>
26205
26206         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26207         * ext/ogg/gstoggmux.c:
26208         Fix memleak in oggdemux when running unconnected pads.
26209         doc update in mux, start working on keyframe mode.
26210
26211 2004-06-29  Benjamin Otte  <otte@gnome.org>
26212
26213         * sys/oss/gstosssink.c:
26214         * sys/oss/gstosssrc.c:
26215           advertise correct template caps - we indeed do non-native endianness
26216           and 8bit audio has no endianness
26217         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26219           avoid (wrong) duplications in getcaps function and return
26220           template caps
26221
26222 2004-06-29  Wim Taymans  <wim@fluendo.com>
26223
26224         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26225         (gst_multifdsink_class_init), (gst_multifdsink_add),
26226         (gst_multifdsink_remove), (gst_multifdsink_clear),
26227         (gst_multifdsink_client_remove),
26228         (gst_multifdsink_handle_client_read),
26229         (gst_multifdsink_client_queue_data),
26230         (gst_multifdsink_client_queue_caps),
26231         (gst_multifdsink_client_queue_buffer),
26232         (gst_multifdsink_handle_client_write),
26233         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26234         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26235         (gst_multifdsink_init_send), (gst_multifdsink_close):
26236         Fix wrong GList iteration that could crash the server when
26237         more then 2 clients disconnect at the same time. Read all the
26238         pending commands in one batch to recover from command storms under
26239         very heavy load.
26240
26241 2004-06-28  Wim Taymans  <wim@fluendo.com>
26242
26243         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26244         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26245         (gst_videomixer_pad_set_property),
26246         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26247         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26248         (gst_videomixer_class_init), (gst_videomixer_init),
26249         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26250         (pad_zorder_compare), (gst_videomixer_sort_pads),
26251         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26252         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26253         (gst_videomixer_update_queues), (gst_videomixer_loop),
26254         (plugin_init):
26255         Avoid divide by zero, choose masterpad as the pad with the highest
26256         framerate.
26257
26258 2004-06-27  Julien Moutte  <julien@moutte.net>
26259
26260         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26261         (gst_ximagesink_xwindow_new):
26262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26263         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26264         function directly. We might want to call it from somewhere else one day.
26265
26266 2004-06-27  Julien Moutte  <julien@moutte.net>
26267
26268         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26269         (gst_ximagesink_xwindow_new):
26270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26271         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26272         window decorations.
26273
26274 2004-06-27  Wim Taymans  <wim@fluendo.com>
26275
26276         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26277         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26278         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26279         (gst_dvdec_set_property), (gst_dvdec_get_property):
26280         * ext/dv/gstdvdec.h:
26281         Implement drop_factor property to lower the framerate with
26282         a factor.
26283
26284 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26285
26286         * gst-libs/gst/colorbalance/Makefile.am:
26287         * gst-libs/gst/mixer/Makefile.am:
26288         * gst-libs/gst/play/Makefile.am:
26289         * gst-libs/gst/tuner/Makefile.am:
26290           unbreak Company's fix that didn't install the -enum.h files
26291
26292 2004-06-27  Wim Taymans  <wim@fluendo.com>
26293
26294         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26295         (gst_dvdec_change_state):
26296         * ext/dv/gstdvdec.h:
26297         Fix timestamp, duration and offset of the buffers.
26298
26299 2004-06-27  Wim Taymans  <wim@fluendo.com>
26300
26301         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26302         (gst_multifdsink_class_init), (gst_multifdsink_add),
26303         (gst_multifdsink_remove), (gst_multifdsink_clear),
26304         (gst_multifdsink_client_remove),
26305         (gst_multifdsink_handle_client_read),
26306         (gst_multifdsink_client_queue_data),
26307         (gst_multifdsink_client_queue_caps),
26308         (gst_multifdsink_client_queue_buffer),
26309         (gst_multifdsink_handle_client_write),
26310         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26311         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26312         (gst_multifdsink_init_send), (gst_multifdsink_close):
26313         * gst/tcp/gstmultifdsink.h:
26314         * gst/tcp/gsttcpserversink.c:
26315         (gst_tcpserversink_handle_server_read),
26316         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26317         More multifdsink fixes, more recovery policy fixes.
26318         Removed stupid g_print
26319
26320 2004-06-26  Wim Taymans  <wim@fluendo.com>
26321
26322         * gst/tcp/Makefile.am:
26323         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26324         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26325         (gst_multifdsink_class_init), (gst_multifdsink_init),
26326         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26327         (gst_multifdsink_handle_client_read),
26328         (gst_multifdsink_client_queue_data),
26329         (gst_multifdsink_client_queue_caps),
26330         (gst_multifdsink_client_queue_buffer),
26331         (gst_multifdsink_handle_client_write),
26332         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26333         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26334         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26335         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26336         (gst_multifdsink_close), (gst_multifdsink_change_state):
26337         * gst/tcp/gstmultifdsink.h:
26338         * gst/tcp/gsttcpplugin.c: (plugin_init):
26339         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26340         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26341         (gst_tcpserversink_handle_server_read),
26342         (gst_tcpserversink_handle_select),
26343         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26344         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26345         * gst/tcp/gsttcpserversink.h:
26346         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26347         one of the locks, added recovery policy to multifdsink.
26348
26349 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26350
26351         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26352           fix decision for when getting frames with same timestamp
26353         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26354         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26355         (gst_v4lsrc_get_property):
26356         * sys/v4l/gstv4lsrc.h:
26357           add latency offset property
26358
26359 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26360
26361         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26362         (plugin_init):
26363           fix debugging. add category.
26364
26365 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26366
26367         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26368           fix wrong offsets
26369
26370 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26371
26372         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26373         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26374         (gst_alsa_src_change_state):
26375           return a time that is in sync with the element's processing
26376
26377 2004-06-25  Wim Taymans  <wim@fluendo.com>
26378
26379         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26380         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26381         (gst_tcpserversink_client_remove),
26382         (gst_tcpserversink_handle_client_read),
26383         (gst_tcpserversink_client_queue_data),
26384         (gst_tcpserversink_client_queue_caps),
26385         (gst_tcpserversink_client_queue_buffer),
26386         (gst_tcpserversink_handle_client_write),
26387         (gst_tcpserversink_queue_buffer),
26388         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26389         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26390         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26391         (gst_tcpserversink_close):
26392         * gst/tcp/gsttcpserversink.h:
26393         Serversink rewrite. Really do non blocking writes to clients and
26394         maintain an internal queue to handle slower clients while not
26395         disturbing fast clients.
26396
26397 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26398
26399         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26400           better debug, don't override OFFSET and OFFSET_END
26401
26402 2004-06-25  Iain <iain@prettypeople.org>
26403
26404         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26405         name=source for the wavparse pipeline.
26406
26407 2004-06-24  Johan Dahlin  <johan@gnome.org>
26408
26409         * ext/theora/theoraenc.c (theora_enc_chain): Call
26410         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26411         streamheader caps are set correctly.
26412
26413 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26414
26415         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26416         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26417           respect minimum bitrate; same could be done for max bitrate
26418
26419 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26420
26421         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26422         (gst_vorbisenc_setup):
26423           fix sample rate range
26424
26425 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26426
26427         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26428         (gst_oggvorbisenc_setup):
26429         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26430         (gst_vorbisenc_setup):
26431           resolve ambiguities in code and description
26432
26433 2004-06-24  Wim Taymans  <wim@fluendo.com>
26434
26435         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26436         * ext/alsa/gstalsa.h:
26437         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26438         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26439         Use alsa trigger_tstamp to get the timestamp of the first
26440         sample in the buffer for more precise sync. Some cleanups.
26441
26442 2004-06-24  Wim Taymans  <wim@fluendo.com>
26443
26444         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26445         (gst_audiorate_init), (gst_audiorate_chain),
26446         (gst_audiorate_set_property), (gst_audiorate_get_property):
26447         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26448         (gst_videorate_chain):
26449         Added some logging, fixed an overflow bug in videorate.
26450
26451 2004-06-24  Benjamin Otte  <otte@gnome.org>
26452
26453         * ext/kio/Makefile.am:
26454           fix for builddir != srcdir and distcheck
26455
26456 2004-06-24  Benjamin Otte  <otte@gnome.org>
26457
26458         * gst-libs/gst/colorbalance/Makefile.am:
26459         * gst-libs/gst/mixer/Makefile.am:
26460         * gst-libs/gst/play/Makefile.am:
26461         * gst-libs/gst/tuner/Makefile.am:
26462         * gst/tcp/Makefile.am:
26463         * sys/dxr3/Makefile.am:
26464           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26465           tarball.
26466           Also add all *.list files that were missing.
26467         * Makefile.am:
26468           add a distcheck hook to ensure the above doesn't happen again.
26469
26470 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26471
26472         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26473
26474 2004-06-23  Colin Walters  <walters@redhat.com>
26475
26476         * m4/Makefile.am: Distribute gst-fionread.m4.
26477
26478 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26479
26480         * configure.ac: back to dev
26481
26482 2004-06-23  Wim Taymans  <wim@fluendo.com>
26483
26484         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26485         (gst_alsa_xrun_recovery):
26486         * ext/alsa/gstalsa.h:
26487         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26488         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26489         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26490         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26491         (gst_alsa_src_loop):
26492         Add clock to alsasrc. Take new capture timestamp when
26493         restarting after an overrun. Split up some functions between
26494         alsasrc and alsasink.
26495
26496 === release 0.8.2 ===
26497
26498 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26499
26500         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26501         (gst_alsa_change_state), (gst_alsa_update_avail),
26502         (gst_alsa_xrun_recovery):
26503         * ext/alsa/gstalsa.h:
26504         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26505           merge back changes from release
26506
26507 2004-06-23  Wim Taymans  <wim@fluendo.com>
26508
26509         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26510         (gst_audiorate_init), (gst_audiorate_chain),
26511         (gst_audiorate_set_property), (gst_audiorate_get_property):
26512         Implement sample dropping and notify
26513
26514 2004-06-22  Wim Taymans  <wim@fluendo.com>
26515
26516         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26517         (theora_enc_sink_link), (theora_buffer_from_packet),
26518         (theora_push_packet), (theora_enc_chain):
26519         Some cleanups, make sure the timestamps are correct.
26520
26521 2004-06-22  Wim Taymans  <wim@fluendo.com>
26522
26523         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26524         (gst_alsa_change_state), (gst_alsa_update_avail),
26525         (gst_alsa_xrun_recovery):
26526         * ext/alsa/gstalsa.h:
26527         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26528         Cleanups, take queued samples into account when reporting
26529         the time.
26530
26531 2004-06-22  Wim Taymans  <wim@fluendo.com>
26532
26533         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26534         (gst_videorate_init):
26535         Initialize the property as well.
26536
26537 2004-06-22  Wim Taymans  <wim@fluendo.com>
26538
26539         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26540         (gst_videorate_init), (gst_videorate_chain),
26541         (gst_videorate_set_property), (gst_videorate_get_property):
26542         Add property to make videorate silent.
26543         Add property to prefer new frames over old ones.
26544
26545 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26546
26547         * sys/osxvideo/Makefile.am:
26548         Workaround so that the osxvideo .so file gets linked with the
26549         Cocoa, OpenGL and QuickTime frameworks
26550
26551 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26552
26553         * sys/osxaudio/Makefile.am:
26554         Workaround so that the osxaudio .so file gets linked with the
26555         CoreAudio framework
26556
26557 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26558
26559         * configure.ac:
26560         Whoops, my fault...fixed build issues
26561
26562 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26563
26564         * configure.ac:
26565         Add objective-c support if running in Darwin/Mac OS X
26566         * sys/Makefile.am:
26567         * sys/osxvideo:
26568         * sys/osxvideo/Makefile.am:
26569         * sys/osxvideo/osxvideosink.h:
26570         * sys/osxvideo/osxvideosink.m:
26571         * sys/osxvideo/cocoawindow.h:
26572         * sys/osxvideo/cocoawindow.m:
26573         Add osxvideosink, a cocoa-based osx video sink
26574
26575
26576 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
26577         * ext/dvdnav/gst-dvd:
26578         Grab the gconf key from the right spot
26579         * gst/debug/gstnavseek.c: (gst_navseek_init),
26580         (gst_navseek_segseek), (gst_navseek_handle_src_event),
26581         (gst_navseek_chain):
26582         * gst/debug/gstnavseek.h:
26583           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
26584           and loop parameters of a segment seek.
26585         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
26586         (gst_videotestsrc_get_event_masks),
26587         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26588         * gst/videotestsrc/gstvideotestsrc.h:
26589           Add seeking support to videotestsrc
26590           Initialise the timestamp_offset variable.
26591
26592 2004-06-18  Wim Taymans  <wim@fluendo.com>
26593
26594         * ext/sidplay/gstsiddec.cc:
26595         Fix negotiation and set correct end offset.
26596
26597 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26598
26599         * configure.ac: branch and prerelease
26600
26601 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26602
26603         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
26604         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
26605         (gst_tcpclientsrc_init_receive):
26606         * gst/tcp/gsttcpclientsrc.h:
26607           read caps when connecting to server for GDP so we set them correctly
26608
26609 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26610
26611         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26612           notify drops and duplicates
26613         * gst/videoscale/videoscale.c: (videoscale_get_structure):
26614           no good reason to limit ourselves to 100x100
26615
26616 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26617
26618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26619         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
26620         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26621         (gst_v4lsrc_get_property):
26622         * sys/v4l/gstv4lsrc.h:
26623         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26624         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26625         (gst_v4l_set_audio):
26626         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
26627         (gst_v4lsrc_try_capture):
26628         * sys/v4l/v4lsrc_calls.h:
26629           change try_palette to more general try_capture
26630           add autoprobe option so we can turn off autoprobing
26631           various fixes
26632
26633 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26634
26635         * configure.ac:
26636           add videorate
26637         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
26638         (gst_ximagesink_class_init):
26639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
26640         (gst_xvimagesink_class_init):
26641           run them as finalize, not dispose, since dispose can be invoked
26642           multiple times
26643
26644 2004-06-17  Wim Taymans  <wim@fluendo.com>
26645
26646         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26647         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
26648         * ext/alsa/gstalsa.h:
26649         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
26650         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
26651         (gst_alsa_src_change_state):
26652         * ext/alsa/gstalsasrc.h:
26653         Make the xrun code timestamp and offset the buffers correctly.
26654         moved the clock to the base class, use alsa methods to get time.
26655         Do correct timestamping on outgoing buffers.
26656
26657 2004-06-17  Wim Taymans  <wim@fluendo.com>
26658
26659         * gst/audiorate/Makefile.am:
26660         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
26661         (gst_audiorate_base_init), (gst_audiorate_class_init),
26662         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
26663         (gst_audiorate_set_property), (gst_audiorate_get_property),
26664         (gst_audiorate_change_state), (plugin_init):
26665         Added an audiorate converter that fills in gaps.
26666
26667 2004-06-17  Johan Dahlin  <johan@gnome.org>
26668
26669         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
26670
26671 2004-06-16  Wim Taymans  <wim@fluendo.com>
26672
26673         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
26674         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26675         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26676         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26677         (gst_v4lsrc_get_property):
26678         * sys/v4l/gstv4lsrc.h:
26679         Added a copy mode to v4lsrc where it will output a copied version
26680         of its internal hardware buffer.
26681         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
26682         can't | them.
26683
26684 2004-06-16  Wim Taymans  <wim@fluendo.com>
26685
26686         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26687         Timestamp fixes.
26688
26689 2004-06-16  Wim Taymans  <wim@fluendo.com>
26690
26691         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26692         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26693         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26694         (gst_v4lsrc_get_property):
26695         * sys/v4l/gstv4lsrc.h:
26696         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
26697         Added a sync mode enum property to control v4lsrc timestamp method
26698         Removed the use-fixed-fps property and moved functionality in
26699         the enum.
26700         Don't error on an error value from v4l-conf, it might not always
26701         be a real error.
26702
26703 2004-06-16  Wim Taymans  <wim@fluendo.com>
26704
26705         * gst/videorate/Makefile.am:
26706         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
26707         (gst_videorate_base_init), (gst_videorate_class_init),
26708         (gst_videorate_getcaps), (gst_videorate_link),
26709         (gst_videorate_init), (gst_videorate_chain),
26710         (gst_videorate_set_property), (gst_videorate_get_property),
26711         (gst_videorate_change_state), (plugin_init):
26712         Added a video timestamp corrector.
26713
26714 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26715
26716         fixed a potential leak with previous commit
26717
26718         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26719
26720 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26721
26722         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26723         Added missing refcount, fixes bug #144425
26724         Cheers Tim for finding the bug
26725
26726 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26727
26728         * sys/v4l/gstv4l.c: (plugin_init):
26729         * sys/v4l/gstv4lcolorbalance.c:
26730         * sys/v4l/gstv4lcolorbalance.h:
26731         * sys/v4l/gstv4lelement.c:
26732         * sys/v4l/gstv4lelement.h:
26733         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
26734         * sys/v4l/gstv4lmjpegsink.h:
26735         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26736         * sys/v4l/gstv4lmjpegsrc.h:
26737         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26738         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26739         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
26740         * sys/v4l/gstv4lsrc.h:
26741         * sys/v4l/gstv4ltuner.c:
26742         * sys/v4l/gstv4ltuner.h:
26743         * sys/v4l/gstv4lxoverlay.c:
26744         * sys/v4l/gstv4lxoverlay.h:
26745         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
26746         (gst_v4l_set_window), (gst_v4l_enable_overlay):
26747         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26748         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26749         (gst_v4l_set_audio):
26750         * sys/v4l/v4l_calls.h:
26751         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
26752         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
26753         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
26754         (gst_v4lmjpegsink_playback_init),
26755         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
26756         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
26757         (gst_v4lmjpegsink_playback_stop),
26758         (gst_v4lmjpegsink_playback_deinit):
26759         * sys/v4l/v4lmjpegsink_calls.h:
26760         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
26761         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
26762         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
26763         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
26764         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
26765         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
26766         * sys/v4l/v4lmjpegsrc_calls.h:
26767         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26768         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
26769         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
26770         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
26771         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
26772         (gst_v4lsrc_try_palette):
26773         * sys/v4l/v4lsrc_calls.h:
26774           bunch of paranoia cleanups
26775
26776 2004-06-14  David Schleef  <ds@schleef.org>
26777
26778         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
26779         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
26780         Send discont events and change timestamps appropriately when
26781         we get a seek event.  (bug #144240)
26782         * ext/cdparanoia/gstcdparanoia.h:
26783
26784 2004-06-14  Benjamin Otte  <otte@gnome.org>
26785
26786         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
26787           snd_pcm_hw_params_set_rate  since the latter fails for no good
26788           reason on some setups.
26789
26790 2004-06-14  David Schleef  <ds@schleef.org>
26791
26792         * gst/volume/demo.c: (value_changed_callback): exp10() is not
26793         standard.  Thank you for playing.
26794
26795 2004-06-14  Wim Taymans  <wim@fluendo.com>
26796
26797         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
26798         Patch 1.3 broke the ordering of the colorspace info and
26799         made the plugin basically work by coincidence, reordered
26800         the info.
26801
26802 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26803
26804         * ext/lame/gstlame.c:
26805         * ext/mad/gstmad.c:
26806           sync caps.  Make sure mad can only output a list of rates, not
26807           a full range.  In the future, have three caps lists for each of the
26808           mpeg versions.  Change mpegversion to a double as well.
26809
26810 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26811
26812         * gst/volume/.cvsignore:
26813         * gst/volume/Makefile.am:
26814         * gst/volume/demo.c: (value_changed_callback), (idler),
26815         (setup_gui), (main):
26816           added small demo app
26817
26818 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
26819         * ext/esd/esdsink.c: (gst_esdsink_change_state):
26820         * ext/esd/esdsink.h:
26821         Close the esd connection on pause, because esd will just wait -
26822         blocking all other esd clients indefinitely.
26823
26824 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
26825
26826         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
26827           previous commit with GST_DEBUG
26828
26829 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
26830
26831         * configure.ac:
26832           add a header check for a dvdread header in dvdnav.  Fixes #133002
26833
26834 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26835
26836         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26837         * gst/tcp/gsttcpclientsink.h:
26838         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26839         * gst/tcp/gsttcpclientsrc.h:
26840         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
26841         (gst_tcpserversink_handle_server_read),
26842         (gst_tcpserversink_init_send):
26843         * gst/tcp/gsttcpserversink.h:
26844         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26845         * gst/tcp/gsttcpserversrc.h:
26846         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
26847         version of IP)
26848
26849 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26850
26851         * configure.ac:
26852         Added ogg library so that OSX detects libtheora properly
26853
26854 2004-06-11  Wim Taymans  <wim@fluendo.com>
26855
26856         * ext/theora/theoradec.c: (theora_dec_chain),
26857         (theora_dec_change_state):
26858         Don't try to decode frames before we received a keyframe.
26859
26860 2004-06-11  Wim Taymans  <wim@fluendo.com>
26861
26862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26863         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26864         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26865         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26866         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26867         Added property to set the maximum delay of a page.
26868
26869 2004-06-10  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 max-delay property to control the maximum amount
26877         of data to put in one page.
26878
26879 2004-06-10  Wim Taymans  <wim@fluendo.com>
26880
26881         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26882         (gst_theora_enc_init), (theora_enc_sink_link),
26883         (theora_buffer_from_packet), (theora_enc_set_property),
26884         (theora_enc_get_property):
26885         Set duration on encoded buffer, added some more properties
26886
26887 2004-06-10  Wim Taymans  <wim@fluendo.com>
26888
26889         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
26890         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26891         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
26892         * ext/theora/theoraenc.c: (theora_enc_chain):
26893         Fix refcounting bugs
26894
26895 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26896
26897         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26898         (gst_asf_demux_loop), (gst_asf_demux_process_file),
26899         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
26900         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
26901         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
26902         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
26903         (gst_asf_demux_change_state):
26904         * gst/asfdemux/gstasfdemux.h:
26905           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
26906           feels like. I think we should set a new requirement for demuxers
26907           from now on to implement sane loop functions, data loops, query
26908           and seek functions before first commit into CVS. And this commit
26909           fixes all of the above.
26910
26911 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
26912
26913         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
26914           vorbis comments are properly encoded in UTF-8 before adding them
26915           to a GstTagList
26916
26917 2004-06-09  Benjamin Otte  <otte@gnome.org>
26918
26919         * ext/alsa/gstalsa.c: (add_channels):
26920           handle min <= max correctly
26921         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
26922         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
26923           add fixation functions so we fixate correctly. No preferring of alaw
26924           anymore because it's the first structure.
26925         * ext/alsa/gstalsa.h:
26926         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
26927         (gst_alsa_hw_params_dump):
26928           add functions to ease debugging in alsalib
26929         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
26930         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
26931         (gst_alsa_start_audio):
26932           only specify hw params if we really setup a format (fixes #134007 -
26933           or at least works around it)
26934
26935 2004-06-09  Wim Taymans  <wim@fluendo.com>
26936
26937         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
26938         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26939         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
26940         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
26941         (gst_ogg_mux_loop):
26942         Use stream caps to setup the initial pages in the ogg stream.
26943         Correctly set the streamheader caps on the srcpad.
26944
26945 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26946
26947         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26948         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26949         (gst_v4lsrc_getcaps):
26950         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26951         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
26952           add querying of fps lists for webcams.  Negotiating to a framerate
26953           now works.
26954
26955 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26956
26957         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26958         (theora_push_buffer), (theora_push_packet),
26959         (theora_set_header_on_caps), (theora_enc_chain):
26960           mark buffers and put on streamheader, raw theora streaming
26961           now works too, whee
26962
26963 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26964
26965         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26966         (gst_tcp_gdp_read_caps):
26967           do a looping read for caps and GDP headers too
26968
26969 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26970
26971         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26972         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
26973           return EOS instead of NULL in _get
26974
26975 2004-06-08  Wim Taymans  <wim@fluendo.com>
26976
26977         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
26978         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
26979         (gst_tcp_gdp_write_caps):
26980         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26981         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
26982         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
26983         Memory leak fixes
26984
26985 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26986
26987         * ext/vorbis/Makefile.am:
26988         * ext/vorbis/vorbis.c: (plugin_init):
26989         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
26990         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
26991         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
26992         (vorbis_parse_change_state):
26993         * ext/vorbis/vorbisparse.h:
26994           adding a vorbisparse element that marks the buffers, streaming
26995           raw vorbis using GDP now works, whee
26996
26997 2004-06-08  Wim Taymans  <wim@fluendo.com>
26998
26999         * ext/jpeg/Makefile.am:
27000         * ext/jpeg/README:
27001         * ext/jpeg/gstjpeg.c: (plugin_init):
27002         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27003         (gst_smokedec_base_init), (gst_smokedec_class_init),
27004         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27005         * ext/jpeg/gstsmokedec.h:
27006         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27007         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27008         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27009         (gst_smokeenc_resync), (gst_smokeenc_chain),
27010         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27011         * ext/jpeg/gstsmokeenc.h:
27012         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27013         (smokecodec_flush_destination), (smokecodec_term_destination),
27014         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27015         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27016         (smokecodec_term_source), (smokecodec_encode_new),
27017         (smokecodec_decode_new), (smokecodec_info_free),
27018         (smokecodec_set_quality), (smokecodec_get_quality),
27019         (smokecodec_set_threshold), (smokecodec_get_threshold),
27020         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27021         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27022         (smokecodec_parse_header), (smokecodec_decode):
27023         * ext/jpeg/smokecodec.h:
27024         Added a new simple jpeg based codec
27025
27026 2004-06-08  Wim Taymans  <wim@fluendo.com>
27027
27028         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27029         (gst_multipart_mux_loop):
27030         Fix memory leak
27031
27032 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27033
27034         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27035         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27036         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27037         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27038         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27039         * gst/tcp/gsttcpserversink.h:
27040           take streamheader into account
27041
27042 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27043
27044         * gst/level/Makefile.am:
27045         * gst/level/gstlevel.c: (gst_level_class_init):
27046           clean up marshal generation
27047
27048 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27049
27050         * gst/tcp/Makefile.am:
27051         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27052         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27053         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27054         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27055         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27056         (gst_tcpclientsrc_get_property):
27057         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27058         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27059         (gst_tcpserversink_handle_client_read),
27060         (gst_tcpserversink_handle_client_write),
27061         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27062         * gst/tcp/gsttcpserversink.h:
27063           add signals client-added and client-removed
27064         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27065         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27066         (gst_tcpserversrc_get_property):
27067         uniformized, change default protocol to NONE
27068         * gst/tcp/gsttcp-marshal.list: added
27069 2004-06-07  Benjamin Otte  <otte@gnome.org>
27070
27071         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27072           handle discont events if they happen before caps nego
27073
27074 2004-06-07  Wim Taymans  <wim@fluendo.com>
27075
27076         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27077         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27078         (gst_multipart_demux_plugin_init):
27079         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27080         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27081         (gst_multipart_mux_change_state):
27082         Small updates, fix a memleak
27083
27084 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27085
27086         * configure.ac: OSS portability
27087         * ext/arts/gst_arts.c: idem
27088         * sys/oss/gstosselement.c: idem
27089         * sys/oss/gstossmixer.c: idem
27090         * sys/oss/gstosssink.c: idem
27091         * sys/oss/gstosssrc.c: idem
27092         * sys/oss/oss_probe.c: idem
27093           - check for soundcard.h in different places for some BSD
27094
27095 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27096
27097         * AUTHORS:
27098         Add me to the authors file
27099         * configure.ac:
27100         Increase the libdv requirement to >= version 0.100
27101         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27102         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27103         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27104         * ext/dv/gstdvdec.h:
27105         Add support for the new_media flag when sending DISCONT events
27106         Make the querying work when video pad is not linked
27107
27108 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27109
27110         reviewed by Benjamin Otte  <otte@gnome.org>
27111
27112         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27113           create a NULL-initialized array of pads, so we don't think they
27114           exist already. (fixes #143130)
27115
27116 2004-06-07  Benjamin Otte  <otte@gnome.org>
27117
27118         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27119         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27120         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27121           don't use // coments
27122
27123 2004-06-07  Benjamin Otte  <otte@gnome.org>
27124
27125         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27126           cast to GstClockTime to get higher granularity
27127         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27128           use gst_element_set_time_delay to get the exact time
27129         * ext/mad/gstmad.c: (gst_mad_chain):
27130           use the negotiated rate instead of the current frame's rate which
27131           might be wrong because of bit errors. This avoids emitting totally
27132           bogus timestamps and screwing sync.
27133         (fixes #143454)
27134
27135 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27136
27137         reviewed by Benjamin Otte  <otte@gnome.org>
27138
27139         * gst/adder/gstadder.c: (gst_adder_loop):
27140           properly error out when no negotiation has happened yet. (fixes
27141           #143032)
27142
27143 2004-06-06  Benjamin Otte  <otte@gnome.org>
27144
27145         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27146           forward correctly transformed offset in discont events. Based on
27147           patch by Arwed v. Merkatz. (fixes #142851)
27148
27149 2004-06-06  David Schleef  <ds@schleef.org>
27150
27151         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27152         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27153         problems on several systems.
27154
27155 2004-06-06  Benjamin Otte  <otte@gnome.org>
27156
27157         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27158           use explicit caps on the srcpad
27159         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27160           properly error out if caps couldn't be set (fixes #142764)
27161
27162 2004-06-06  Benjamin Otte  <otte@gnome.org>
27163
27164         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27165         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27166         (gst_alsa_start_audio):
27167           - don't call set_periods_integer anymore, it breaks the
27168           configuration randomly
27169           - call snd_pcm_hw_params_set_access directly instead of using masks
27170           - don't fail if the sw_params can't be set, just use the default
27171           params and hope it works. Alsalib has weird issues when you touch
27172           sw_params and does no proper error reporting about what failed.
27173         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27174         (gst_alsa_close_audio):
27175           make our alsa debugging go via gst debugging and not conditionally
27176           defined
27177         * ext/alsa/gstalsa.h:
27178           add ALSA_DEBUG_FLUSH macro
27179         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27180         (plugin_init):
27181           wrap alsa errors to be printed via the gst debugging system and not
27182           spammed to stderr
27183
27184 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27185
27186         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27187         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27188         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27189         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27190         (qtdemux_parse_trak):
27191         * gst/qtdemux/qtdemux.h:
27192           Bitch. Also known as seeking, querying & co.
27193         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27194         (gst_osssink_change_state):
27195         * sys/oss/gstosssink.h:
27196           Resyncing is for weenies, this hack is no longer needed and was
27197           broken anyway (since it - unintendedly - always leaves resync to
27198           TRUE).
27199
27200 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27201
27202         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27203         * gst/tcp/gsttcpclientsrc.h: idem
27204           - define MSG_NOSIGNAL if not done
27205           - include unistd.h for off_t
27206           (fixes #143749)
27207
27208 2004-06-05  Benjamin Otte  <otte@gnome.org>
27209
27210         * configure.ac:
27211         * ext/kio/Makefile.am:
27212           check for qt's moc preprocessor explicitly and use it
27213
27214 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27215
27216         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27217           don't get a signal for EPIPE on socket writes
27218           (somebody check if this works on other platforms)
27219
27220 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27221
27222         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27223         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27224           check error condition on available samples correctly
27225
27226 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27227
27228         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27229           avoid a segfault
27230         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27231         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27232         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27233         (gst_tcpserversrc_gdp_read_header):
27234          use ssize_t over size_t since the former is signed and thus the
27235          check for error codes can work
27236
27237 2004-06-02  Wim Taymans  <wim@fluendo.com>
27238
27239         reviewed by: Johan
27240
27241         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27242         (gst_multipart_mux_loop):
27243         Oops
27244
27245 2004-06-02  Wim Taymans  <wim@fluendo.com>
27246
27247         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27248         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27249         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27250         (gst_multipart_mux_change_state):
27251         Added configurable boundary specifier, added the value as a
27252         caps field as well.
27253
27254 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27255
27256         * gst/tcp/gsttcp.c:
27257         * gst/tcp/gsttcpclientsrc.c:
27258         * gst/tcp/gsttcpclientsrc.h:
27259         * gst/tcp/gsttcpserversrc.c:
27260           - portability fix, to compile on OSX
27261             (fixes #143146)
27262
27263         * sys/osxaudio/gstosxaudioelement.c:
27264         * sys/osxaudio/gstosxaudiosink.c:
27265         * sys/osxaudio/gstosxaudiosrc.c:
27266           - compilation warnings on OSX
27267             (fixes #143153)
27268
27269 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27270
27271         * ext/vorbis/vorbisdec.c : sign warning fixes
27272
27273         * gst-libs/gst/mixer/mixertrack.c :
27274           do no use defines which are glib 2.4 specific
27275
27276 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27277
27278         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27279           buffer since libflac doesn't expect it (reports a sync error when
27280           it encounters that)
27281
27282
27283 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27284
27285         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27286         * gst-libs/gst/mixer/mixertrack.c:
27287         (gst_mixer_track_get_property), (get_mixer_track_init),
27288         (get_mixer_track_get_property): Added property accessors
27289         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27290         * gst-libs/gst/mixer/mixeroptions.c:
27291         (gst_mixer_options_get_values): Added
27292         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27293         * gst-libs/gst/mixer/mixer.c: Fixed comment
27294
27295
27296 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27297
27298         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27299           improve error messages on open
27300
27301
27302 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27303
27304         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27305           check if v4l-conf is in path
27306
27307 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27308
27309         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27310           change assert to a more readable error message
27311
27312 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27313
27314         * gst-libs/gst/tuner/tunerchannel.h:
27315           - add a freq_multiplicator field to make the conversion
27316             between internal frequency unit and Hz
27317         * sys/v4l/gstv4lelement.c:
27318         * sys/v4l2/gstv4l2element.c:
27319           - change default video device to /dev/video0
27320         * sys/v4l/v4l_calls.c:
27321         * sys/v4l2/v4l2_calls.c:
27322           - we only expose frequency to the user in Hz instead of
27323             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27324
27325 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27326         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27327           Initialise b_o_s and e_o_s variables
27328         * gst-libs/gst/riff/riff-media.c:
27329         (gst_riff_create_video_caps_with_data):
27330           Add some unusual fourcc's from mplayer avi's
27331         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27332           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27333           autoplugging.
27334
27335 2004-05-28  Wim Taymans  <wim@fluendo.com>
27336
27337         * configure.ac:
27338         * gst/alpha/Makefile.am:
27339         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27340         (gst_alpha_get_type), (gst_alpha_base_init),
27341         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27342         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27343         (gst_alpha_chroma_key), (gst_alpha_chain),
27344         (gst_alpha_change_state), (plugin_init):
27345         A plugin to add an alpha channel to I420 video. Can optionally do
27346         chroma keying.
27347         * gst/multipart/Makefile.am:
27348         * gst/multipart/multipart.c: (plugin_init):
27349         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27350         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27351         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27352         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27353         (gst_multipart_demux_change_state),
27354         (gst_multipart_demux_plugin_init):
27355         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27356         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27357         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27358         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27359         (gst_multipart_mux_pad_unlink),
27360         (gst_multipart_mux_request_new_pad),
27361         (gst_multipart_mux_handle_src_event),
27362         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27363         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27364         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27365         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27366         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27367         send multipart jpeg images to a browser.
27368         * gst/videobox/Makefile.am:
27369         * gst/videobox/README:
27370         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27371         (gst_video_box_get_type), (gst_video_box_base_init),
27372         (gst_video_box_class_init), (gst_video_box_init),
27373         (gst_video_box_set_property), (gst_video_box_get_property),
27374         (gst_video_box_sink_link), (gst_video_box_i420),
27375         (gst_video_box_ayuv), (gst_video_box_chain),
27376         (gst_video_box_change_state), (plugin_init):
27377         Crops or adds borders around an image. can do alpha channel
27378         borders as well.
27379         * gst/videomixer/Makefile.am:
27380         * gst/videomixer/README:
27381         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27382         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27383         (gst_videomixer_pad_get_sink_event_masks),
27384         (gst_videomixer_pad_get_property),
27385         (gst_videomixer_pad_set_property),
27386         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27387         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27388         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27389         (gst_videomixer_base_init), (gst_videomixer_class_init),
27390         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27391         (gst_videomixer_handle_src_event),
27392         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27393         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27394         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27395         (gst_videomixer_loop), (gst_videomixer_get_property),
27396         (gst_videomixer_set_property), (gst_videomixer_change_state),
27397         (plugin_init):
27398         Generic video mixer plugin, can handle multiple inputs all with
27399         different framerates and video sizes. Is fully alpha channel
27400         aware.
27401
27402 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27403
27404         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27405           Select first track as master track. Not sure how else to handle
27406           that...
27407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27408           Discard discont events. Should fix #142962.
27409
27410 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27411
27412         * ext/alsa/Makefile.am:
27413         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27414         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27415         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27416         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27417         (gst_alsa_mixer_get_option):
27418         * ext/alsa/gstalsamixer.h:
27419         * ext/alsa/gstalsamixeroptions.c:
27420         (gst_alsa_mixer_options_get_type),
27421         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27422         (gst_alsa_mixer_options_new):
27423         * ext/alsa/gstalsamixeroptions.h:
27424         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27425         * ext/alsa/gstalsamixertrack.h:
27426           Add enumerations (as GstMixerOptions). Make correct distinction
27427           between input/output tracks. Add capture/playback private flag.
27428           Use flag to decide on whether to set capture or playback volumes
27429           or switches. Use playback and record switches.
27430         * gst-libs/gst/mixer/Makefile.am:
27431         * gst-libs/gst/mixer/mixer-marshal.list:
27432         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27433         (gst_mixer_set_option), (gst_mixer_get_option),
27434         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27435         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27436         * gst-libs/gst/mixer/mixer.h:
27437         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27438         (gst_mixer_options_class_init), (gst_mixer_options_init),
27439         (gst_mixer_options_dispose):
27440         * gst-libs/gst/mixer/mixeroptions.h:
27441           Add GstMixerOptions.
27442         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27443           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27444           broken device detection on computers with multiple OSS sound
27445           cards.
27446
27447 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27448
27449         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27450           fixate nicely even when the peer is not negotiating
27451
27452 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27453
27454         * gst/audioconvert/gstaudioconvert.c:
27455         (gst_audio_convert_parse_caps):
27456           make sure we don't allow depth > width
27457         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27458           fixate endianness to G_BYTE_ORDER as default
27459         * gst/audioscale/gstaudioscale.c:
27460           we don't handle another endianness as host-endianness
27461
27462 2004-05-25  David Schleef  <ds@schleef.org>
27463
27464         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27465
27466 2004-05-24  Benjamin Otte  <otte@gnome.org>
27467
27468         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27469         (gst_oggvorbisenc_setup):
27470           properly fail when we can't setup the vorbis encoder due to
27471           unsupported settings
27472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27473         (gst_vorbisenc_setup):
27474           same
27475         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27476           fix case where warnings occured when one pad was unlinked while the
27477           other's link function was called
27478
27479 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27480
27481         * gst/tcp/Makefile.am:
27482           use GST_ENABLE_NEW
27483
27484 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27485
27486         * gst-libs/gst/resample/private.h:
27487           don't use optimizations that are #if 0'ed
27488
27489 2004-05-24  Wim Taymans  <wim@fluendo.com>
27490
27491         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27492         Fix potential division by zero error and hopefully get
27493         the position query right to get correct timestamps on avi
27494         audio.
27495
27496 2004-05-24  Wim Taymans  <wim@fluendo.com>
27497
27498         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27499         (gst_videoscale_scale_nearest_str2),
27500         (gst_videoscale_scale_nearest_str4),
27501         (gst_videoscale_scale_nearest_32bit),
27502         (gst_videoscale_scale_nearest_24bit),
27503         (gst_videoscale_scale_nearest_16bit):
27504         Fix the scaling algorithm and avoid a buffer overflow.
27505         removed the while loop in the scaling function as it
27506         was used for point sampling only.
27507
27508 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27509
27510         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27511         (gst_id3_tag_class_init), (gst_id3_tag_init),
27512         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27513         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27514         (gst_id3_tag_send_tag_event):
27515           lots of fixes to make id3mux work and id3demux work correctly
27516
27517 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27518
27519         * ext/Makefile.am:
27520           add rules to build shout2send (was removed by accident
27521           when this module was no more marked experimental/broken)
27522
27523 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27524
27525         * ext/shout2/gstshout2.c:
27526         * ext/shout2/gstshout2.h:
27527           adding a "connection problem" signal to shout2send
27528           (fixes #142954)
27529
27530 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27531
27532         * ext/kio/kioreceiver.cpp:
27533         * ext/kio/kioreceiver.h:
27534           fix sign comparison issues
27535
27536 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27537
27538         * gst/cdxaparse/gstcdxaparse.c:
27539         * gst/cdxaparse/gstcdxaparse.h:
27540           some renaming
27541           add some checks/sanity
27542           prepare for seek addition
27543
27544         * sys/sunaudio/gstsunaudio.c:
27545           remove exported dupe init function
27546
27547 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
27548
27549         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
27550         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
27551           Fix format conversion and position querying.
27552         * gst/debug/progressreport.c: (gst_progressreport_report):
27553           Don't output a bogus total value that we didn't query.
27554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27555           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
27556           only a blank window after xine has been used.
27557
27558 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27559
27560         * m4/as-arts.m4:
27561           sync with upstream version to fix test on FC2
27562           readd with -ko to preserve Id header
27563
27564 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27565
27566         * configure.ac:
27567           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
27568         * gst/tcp/gsttcpclientsrc.c: idem
27569         * gst/tcp/gsttcpserversink.c: idem
27570         * gst/tcp/gsttcpserversrc.c: idem
27571         * m4/gst-fionread.m4: idem
27572
27573         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
27574
27575         * configure.ac: enable speex plugin for speex 1.1.5+
27576         * ext/speex/gstspeexenc.c: fix cast warning
27577
27578         * ext/esd/README: fix typo
27579
27580 2004-05-20  David Schleef  <ds@schleef.org>
27581
27582         * configure.ac: Minor cosmetic change to convince the buildbot to
27583         reautogen.
27584         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
27585         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
27586         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
27587         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
27588         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
27589         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
27590         More hacking.  Plays audio now.
27591
27592 2004-05-20  David Schleef  <ds@schleef.org>
27593
27594         * configure.ac:
27595         * sys/Makefile.am:
27596
27597 2004-05-20  David Schleef  <ds@schleef.org>
27598
27599         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
27600         * sys/osxaudio/gstosxaudio.c:
27601         * sys/osxaudio/gstosxaudioelement.c:
27602         * sys/osxaudio/gstosxaudioelement.h:
27603         * sys/osxaudio/gstosxaudiosink.c:
27604         * sys/osxaudio/gstosxaudiosink.h:
27605         * sys/osxaudio/gstosxaudiosrc.c:
27606         * sys/osxaudio/gstosxaudiosrc.h:
27607
27608 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27609
27610         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
27611         (gst_vorbisenc_chain):
27612           put the codec headers on the caps as streamheader as well as
27613           pushing them out
27614
27615 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27616
27617         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27618         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
27619         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
27620         split up push_packet into two functions
27621
27622 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27623
27624         * gst/tcp/.cvsignore:
27625           ignore enums
27626         * gst/tcp/Makefile.am:
27627         * gst/tcp/README:
27628         * gst/tcp/gsttcp.c:
27629         * gst/tcp/gsttcp.h:
27630         * gst/tcp/gsttcpclientsink.c:
27631         * gst/tcp/gsttcpclientsink.h:
27632         * gst/tcp/gsttcpclientsrc.c:
27633         * gst/tcp/gsttcpclientsrc.h:
27634         * gst/tcp/gsttcpplugin.c:
27635         * gst/tcp/gsttcpserversink.c:
27636         * gst/tcp/gsttcpserversink.h:
27637         * gst/tcp/gsttcpserversrc.c:
27638         * gst/tcp/gsttcpserversrc.h:
27639           add new tcp elements
27640
27641 2004-05-19  Wim Taymans  <wim@fluendo.com>
27642
27643         * gst/law/mulaw-conversion.c: (mulaw_encode):
27644         Fix overflow bug in ulaw encoding.
27645
27646 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27647
27648         * ext/mad/gstmad.c: (gst_mad_handle_event):
27649           don't unref the event twice
27650
27651 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27652
27653         * configure.ac:
27654           remove -Wno-sign-compare
27655
27656 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27657
27658         * configure.ac:
27659           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
27660           if you want to work against glib 2.2 and 2.4
27661
27662 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27663
27664         * gst/tcp/Makefile.am:
27665         * gst/tcp/gsttcp.c:
27666         * gst/tcp/gsttcp.h:
27667         * gst/tcp/gsttcpsink.h:
27668         * gst/tcp/gsttcpsrc.h:
27669           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
27670
27671 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27672
27673         * gst/debug/tests.c: (md5_get_value):
27674           fix segfault on gst-inspect
27675
27676 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27677
27678         * gst/debug/testplugin.c:
27679         * gst/debug/tests.c:
27680         * gst/debug/tests.h:
27681           add new extensible and configurable testing element. Current tests
27682           include buffer count, stream length, timestamp/duration matching and
27683           md5.
27684         * gst/debug/Makefile.am:
27685         * gst/debug/gstdebug.c: (plugin_init):
27686           add infrastructure for new element
27687
27688 2004-05-19  Johan Dahlin  <johan@gnome.org>
27689
27690         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
27691         ending of the array. Fixes gst-inspect segfault on ppc.
27692
27693 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27694
27695         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
27696
27697         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
27698
27699 2004-05-18  David Schleef  <ds@schleef.org>
27700
27701         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
27702         warnings (bugs, actually) noticed by gcc but not forte.
27703
27704 2004-05-18  David Schleef  <ds@schleef.org>
27705
27706         * sys/sunaudio/Makefile.am:
27707         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
27708
27709 2004-05-18  David Schleef  <ds@schleef.org>
27710
27711         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27712         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
27713         to allow qtdemux to use non-seekable streams. (bug #142272)
27714
27715 2004-05-18  David Schleef  <ds@schleef.org>
27716
27717         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
27718         (gst_resample_sinc_ft_float): Remove use of static temporary
27719         buffer.  This code was obviously not supposed to last long, but
27720         it's stuck in our ABI, so it required a little hack to make it
27721         ABI-compatible.  Fixes #142585.
27722         * gst-libs/gst/resample/resample.h: same.
27723
27724 2004-05-18  David Schleef  <ds@schleef.org>
27725
27726         * configure.ac: Add sunaudio
27727         * examples/Makefile.am: make gstplay depend on gconf
27728         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
27729         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
27730         (convert_table_lookup), (img_convert): remove c99-isms
27731         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
27732           unsigned, to fix a warning on Solaris
27733         * gst/mpeg1sys/systems.c: bcopy->memcpy
27734         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
27735         * sys/Makefile.am: Add sunaudio
27736
27737 2004-05-18  Wim Taymans  <wim@fluendo.com>
27738
27739         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
27740         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
27741         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
27742         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
27743         (gst_ogg_mux_loop):
27744         Fix an ugly memleak where the muxer didn't flush enough ogg
27745         pages. This also resulted in badly muxed ogg files.
27746
27747 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27748
27749         * gst/asfdemux/asfheaders.c :
27750         * gst/asfdemux/asfheaders.h :
27751         * gst/asfdemux/gstasfdemux.c :
27752           - fix ASF_OBJ_PADDING guid
27753           - add 3 new object guids (language list, metadata,
27754             extended stream properties)
27755           - add a function to parse extended header objects
27756
27757 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27758
27759         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27760           remove leftover debugging g_print
27761
27762 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27763
27764         * ext/mad/gstmad.c: (gst_mad_handle_event):
27765           Fix for when the first format in a discont event is not a
27766           byte-based one. Should fix #137710.
27767
27768 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27769
27770         * m4/a52.m4 : fix compilation with -Wall -Werror
27771         * m4/libfame.m4 : idem
27772         * m4/libmikmod.m4 : idem
27773
27774 2004-05-17  Benjamin Otte  <otte@gnome.org>
27775
27776         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27777           signal the new tags before giving up the reference
27778
27779 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27780
27781         * ext/shout2/gstshout2.c:
27782           use application/ogg instead of application/x-ogg (patch by Patrick
27783           Guimond, fixes #142432)
27784         * sys/oss/gstosselement.c: (gst_osselement_reset),
27785         (gst_osselement_sync_parms):
27786           don't set fragment size unless specified (fixes #142493)
27787
27788 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27789
27790         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
27791           fixes #142664
27792
27793 2004-05-17  Benjamin Otte  <otte@gnome.org>
27794
27795         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27796           compute offsets correctly for internal buffers so timestamps are set
27797           correctly when we can't seek. Also handle cases where there are no
27798           offsets. (based on a patch by David Moore, fixes #142507)
27799
27800 2004-05-17  Benjamin Otte  <otte@gnome.org>
27801
27802         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27803           use correct variable when determining amount of data to skip so we
27804           don't skip into the void and segfault
27805
27806 2004-05-16  Benjamin Otte  <otte@gnome.org>
27807
27808         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27809           Hi, I'm a memleak
27810
27811 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27812
27813         * gst/asfdemux/gstasfdemux.c:
27814           - fix a mem leak and always propagate tags
27815           - add WMV3 to known video codecs (but no decoder yet)
27816           - replace "surplus data" at end of audio header for what
27817             it is : codec specific data
27818           - fix a typo
27819
27820 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
27821
27822         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
27823
27824         * gst-libs/gst/audio/audioclock.c:
27825           Fix wrong return type (#142205).
27826
27827 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27828
27829         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
27830           Ignore CRCs by default (fixes #142566).
27831
27832 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27833
27834         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
27835         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
27836         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
27837         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
27838         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27839         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
27840           Fix for cases where we fail to attach to a mixer.
27841
27842 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27843
27844         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
27845           Don't touch events after not owning them anymore.
27846         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
27847         (gst_wavparse_fmt), (gst_wavparse_other),
27848         (gst_wavparse_handle_seek), (gst_wavparse_loop),
27849         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
27850         (gst_wavparse_srcpad_event):
27851         * gst/wavparse/gstwavparse.h:
27852           Add seeking, fix querying.
27853
27854 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27855
27856         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27857           - process comments even if they don't end with \0\0
27858             g_convert would ignore them if present and works well without them
27859
27860 2004-05-16  Benjamin Otte  <otte@gnome.org>
27861
27862         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
27863           simplify caps
27864
27865 2004-05-16  Benjamin Otte  <otte@gnome.org>
27866
27867         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27868           don't write to memory we might not write to - g_convert does that
27869           for us anyway (fixes #142613)
27870         (gst_asf_demux_audio_caps):
27871           comment out gst_util_dump_mem
27872
27873 2004-05-16  Benjamin Otte  <otte@gnome.org>
27874
27875         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27876           compute correct expected timestamps after seek (broken since
27877           last commit)
27878         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
27879           rename element and debugging category to gdkpixbufscale
27880
27881 2004-05-16  Benjamin Otte  <otte@gnome.org>
27882
27883         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27884           add error checking to snd_pcm_delay and remove duplicate call to
27885           snd_pcm_delay that caused issues (see inline code comments)
27886         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
27887           make more readable and fix return value when snd_pcm_delay fails
27888         (fixes #142586)
27889
27890 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
27891         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
27892         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
27893         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
27894         (gst_pixbufscale_link), (gst_pixbufscale_init),
27895         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
27896         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
27897         (gst_pixbufscale_get_property), (pixbufscale_init):
27898         * ext/gdk_pixbuf/pixbufscale.h:
27899         Add these files I forgot earlier
27900
27901 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
27902         * ext/gdk_pixbuf/Makefile.am:
27903         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27904         * ext/gdk_pixbuf/gstgdkpixbuf.h:
27905         Add new pixbufscale element to scale RGB video
27906         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
27907         and HYPER interpolation correctly.
27908         * ext/theora/theoraenc.c: (theora_enc_chain),
27909         Discard buffer and return if explicit caps could not be set
27910         (theora_enc_get_property):
27911         Make _get return kbps for the bitrate consistent with
27912         the _set function.
27913
27914
27915 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27916
27917         * ext/libvisual/visual.c: (gst_visual_chain):
27918           add missing visual_audio_analyze
27919
27920 2004-05-14  David Schleef  <ds@schleef.org>
27921
27922         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
27923         is killed while we're playing.
27924         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
27925         gst_element_no_more_pads().
27926
27927 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27928
27929         * gst-libs/gst/riff/riff-read.c :
27930           - fix INFO tag extraction in RIFF/AVI files
27931             because gst_event_unref (event) also freed taglist
27932           - avoid a mem leak
27933
27934 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27935
27936         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
27937         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
27938
27939         * gst/auparse/gstauparse.c :
27940           - add code (commented for now) to support audio/x-adpcm on src pad
27941             (we have no decoder for those layout yet)
27942
27943         * gst/cdxaparse/gstcdxaparse.c :
27944         * gst/cdxaparse/gstcdxaparse.h :
27945           - partial rewrite using RiffRead (ripped iain's wavparse code)
27946
27947         * gst/rtp/gstrtpL16enc.c : typo
27948         * gst/rtp/gstrtpgsmenc.c : typo
27949
27950 2004-05-13  Benjamin Otte  <otte@gnome.org>
27951
27952         * configure.ac:
27953           check for exact version of libvisual, it's not supposed to be
27954           API/ABI stable yet
27955
27956 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27957
27958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
27959           signal no-more-pads
27960
27961 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
27962
27963         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
27964         Report which format was used for GST_FORMAT_DEFAULT
27965         * gst/debug/Makefile.am:
27966         * gst/debug/gstdebug.c: (plugin_init):
27967         * gst/debug/progressreport.c: (gst_progressreport_base_init),
27968         (gst_progressreport_class_init), (gst_progressreport_init),
27969         (gst_progressreport_report), (gst_progressreport_set_property),
27970         (gst_progressreport_get_property), (gst_progressreport_chain),
27971         (gst_progressreport_plugin_init):
27972         Add progressreport element for testing.
27973
27974 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27975
27976         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
27977         * sys/v4l/gstv4lsrc.h:
27978         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
27979         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
27980         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
27981         (gst_v4lsrc_grab_frame):
27982           add more debugging
27983           send a discont at start
27984
27985 2004-05-12  Colin Walters  <walters@redhat.com>
27986
27987         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
27988         inflooping if we can't find a chunk.  Or in other words, don't blow
27989         chunks if we don't have a chunk to blow.
27990
27991 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
27992         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
27993         Remove old debug output
27994         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
27995         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
27996         (gst_dvdec_set_property), (gst_dvdec_get_property):
27997         Change the quality setting to an enum, so it works from gst-launch
27998         Don't renegotiate a non-linked pad. Allows audio only decoding.
27999         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28000         (gst_deinterlace_link), (gst_deinterlace_init):
28001         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28002         (gst_videodrop_link):
28003         Some caps negotiation fixes
28004
28005 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28006
28007         * ext/tarkin/gsttarkin.c :
28008           - Change RANK from NONE to PRIMARY
28009         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28010           - Change RANK from NONE to MARGINAL
28011         * ext/divx/gstdivxenc.c :
28012           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28013
28014 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28015
28016         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28017         (gst_vorbisenc_push_packet):
28018           copy a function that was added between 1.0 and 1.0.1 until we
28019           depend on worthwhile features of post-1.0
28020
28021 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28022
28023         * configure.ac:
28024           enable shout2 by default
28025         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28026         (gst_shout2send_base_init), (gst_shout2send_init),
28027         (gst_shout2send_connect), (gst_shout2send_change_state):
28028         * ext/shout2/gstshout2.h:
28029           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28030           #142262)
28031         * ext/theora/theora.c: (plugin_init):
28032           don't set rank on encoders
28033
28034 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28035
28036         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28037           Use codec_data property instead of flag1 and flag2 for wma
28038
28039 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28040
28041         * gst/cdxaparse/gstcdxaparse.c :
28042           - Add mpegversion to CAPS to make it link
28043           - Rank is as GST_RANK_SECONDARY instead of NONE
28044         * gst/auparse/gstauparse.c :
28045           - Document all audio encoding we can encounter from Solaris 9
28046             headers and libsndfile information.
28047           - Increase max. rate from 48000 to 192000 (to match other elements)
28048           - Don't try to play junk data between header and samples
28049
28050 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28051
28052         * ext/libvisual/visual.c: (gst_visual_getcaps):
28053           use the right caps depending on endianness (I hope)
28054         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28055           use GST_RANK_NONE for all non-decoding elements or spider gets
28056           mighty confused
28057
28058 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28059
28060         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28061           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28062
28063 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28064
28065         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28066         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28067         (gst_switch_loop), (gst_switch_get_type):
28068           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28069           HEADERS. Had to be said.
28070
28071 2004-05-10  David Schleef  <ds@schleef.org>
28072
28073         * configure.ac: Add prototype Dirac support.
28074         * ext/Makefile.am:
28075         * ext/dirac/Makefile.am:
28076         * ext/dirac/gstdirac.cc:
28077         * ext/dirac/gstdiracdec.cc:
28078
28079 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28080
28081         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28082         (gst_auparse_init), (gst_auparse_chain),
28083         (gst_auparse_change_state):
28084           Hack around spider. Remove me some day please.
28085
28086 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28087
28088         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28089           Fix for some uninitialized variables in previous patch, also
28090           makes it work. Fixes #142286 while we're at it.
28091
28092 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28093
28094         * gst/auparse/gstauparse.c:
28095                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28096                 only unsupported formats are ADPCM/CCITT G.72x
28097                 reviewed by Ronald
28098         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28099
28100 2004-05-10  Wim Taymans  <wim@fluendo.com>
28101
28102         * ext/vorbis/Makefile.am:
28103         * ext/vorbis/README:
28104         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28105         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28106         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28107         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28108         (gst_oggvorbisenc_convert_sink),
28109         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28110         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28111         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28112         (get_constraints_string), (update_start_message),
28113         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28114         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28115         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28116         * ext/vorbis/oggvorbisenc.h:
28117         * ext/vorbis/vorbis.c: (plugin_init):
28118         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28119         (raw_caps_factory), (gst_vorbisenc_class_init),
28120         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28121         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28122         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28123         * ext/vorbis/vorbisenc.h:
28124         Added a raw vorbis encoder to be used with the oggmuxer.
28125         We still need the old encoder for some gnome applications,
28126         read the README to find out how that works.
28127         The raw encoder is called "rawvorbisenc" until 0.9.
28128
28129 2004-05-10  Wim Taymans  <wim@fluendo.com>
28130
28131         * ext/ogg/gstogg.c: (plugin_init):
28132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28133         (gst_ogg_print):
28134         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28135         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28136         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28137         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28138         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28139         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28140         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28141         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28142         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28143         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28144         Added an ogg muxer.
28145         Small typo fixes in the demuxer.
28146
28147 2004-05-10  Wim Taymans  <wim@fluendo.com>
28148
28149         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28150         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28151         (theora_enc_change_state), (theora_enc_set_property),
28152         (theora_enc_get_property):
28153         Mark the last packet with an EOS flag which is not really needed
28154         in gstreamer.
28155         Do some better video framerate initialisation.
28156         Update the buffer timestamp.
28157
28158 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28159
28160         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28161         Return the result of the parent state change call
28162
28163 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28164
28165         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28166         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28167         * gst/law/alaw-encode.c : (idem)
28168         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28169         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28170         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28171
28172 2004-05-09  Benjamin Otte  <otte@gnome.org>
28173
28174         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28175           don't use a fixed buffer size when writing variable length data to
28176           it. Fixes memory corruption and makes alsasrc work
28177
28178 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28179
28180         * ext/gnomevfs/gstgnomevfssink.c:
28181         (_gst_boolean_allow_overwrite_accumulator),
28182         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28183           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28184           RUN_LAST, and don't use that to set the accumulator value because
28185           then it's always FALSE.
28186
28187 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28188
28189         * gst-libs/gst/riff/riff-media.c:
28190         (gst_riff_create_video_caps_with_data),
28191         (gst_riff_create_audio_caps),
28192         (gst_riff_create_audio_template_caps):
28193         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28194           Fix for unaligned RIFF files (i.e. where all the chunks together
28195           in a LIST chunk are not of the same size as the size given in
28196           the LIST chunk header). Fixes several odd WAVE files. Also fix
28197           ADPCM (block_align property) in audio, so that wavparse based
28198           on this works now as it used to stand-alone.
28199
28200 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28201
28202         reviewed by Benjamin Otte  <otte@gnome.org>
28203
28204         * ext/a52dec/gsta52dec.c:
28205         * ext/divx/gstdivxdec.c:
28206         * ext/divx/gstdivxenc.c:
28207         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28208         * ext/faac/gstfaac.c: (gst_faac_base_init):
28209         * ext/faad/gstfaad.c: (gst_faad_base_init):
28210         * ext/ivorbis/vorbisfile.c:
28211         * ext/lame/gstlame.c:
28212         * ext/libfame/gstlibfame.c:
28213         * ext/mpeg2enc/gstmpeg2enc.cc:
28214         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28215         * ext/sidplay/gstsiddec.cc:
28216         * ext/speex/gstspeexdec.c:
28217         * ext/speex/gstspeexenc.c:
28218         * ext/xvid/gstxviddec.c:
28219         * ext/xvid/gstxvidenc.c:
28220           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28221           (fixes #142193)
28222
28223 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28224
28225         * ext/alsa/gstalsa.c: (device_list),
28226         (gst_alsa_class_probe_devices):
28227         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28228           Fix alsa oddness in mixer after the combination of using mixer
28229           in source/sink elements and using hw:x,y instead of just hw:x.
28230
28231 2004-05-09  Benjamin Otte  <otte@gnome.org>
28232
28233         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28234         (gst_wavparse_create_sourcepad):
28235           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28236           sourcepads
28237
28238 2004-05-09  Benjamin Otte  <otte@gnome.org>
28239
28240         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28241           allow discont events before caps nego
28242
28243 2004-05-08  Benjamin Otte  <otte@gnome.org>
28244
28245         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28246           don't leak events
28247
28248 2004-05-08  Benjamin Otte  <otte@gnome.org>
28249
28250         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28251         (gst_level_change_state), (gst_level_init):
28252         * gst/level/gstlevel.h:
28253           figure out if we're initialized directly instead of keeping a
28254           variable that's wrong in 90% of cases
28255           don't initialize pads and then leak them and use a new unitialized
28256           pad. (fixes #142084)
28257           these were bugs so n00bish I didn't find them for an hour :/
28258
28259 2004-05-08 Iain <iain@prettypeople.org>
28260
28261         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28262         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28263         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28264         return the length that was read.
28265         (gst_riff_read_strf_auds): Allow fmt tags as well.
28266
28267 2004-05-07  David Schleef  <ds@schleef.org>
28268
28269         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28270         signed char assumption in faad.h.
28271
28272 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28273
28274         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28275           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28276
28277 2004-05-07  Colin Walters  <walters@redhat.com>
28278
28279         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28280         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28281         function.
28282         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28283         Add dispose function.
28284
28285 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28286         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28287           Fix caps nego and pad templates. RGB mode caps should
28288           work now.
28289         * ext/dvdnav/gst-dvd:
28290           Move mpeg2dec inside the thread because otherwise the
28291           queue rejects cap changes mid-stream
28292         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28293         (gst_mpeg2dec_flush_decoder):
28294           For mpeg2dec > 0.4.0, call the flush function instead of
28295           manually extracting all in-flight frames.
28296         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28297         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28298           Change mime type video/dv go video/x-dv to match the
28299           rest of gst-plugins
28300
28301 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28302
28303         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28304         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28305         (gst_alsa_sink_class_init):
28306         * ext/alsa/gstalsasink.h:
28307         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28308         (gst_alsa_src_class_init):
28309         * ext/alsa/gstalsasrc.h:
28310           Make alsasink/src a subclass of alsamixer so that mixer stuff
28311           shows up in gst-rec. Needs some finetuning.
28312
28313 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28314
28315         * ext/lame/gstlame.c: (gst_lame_chain):
28316           simplify
28317         * ext/mad/gstmad.c: (gst_mad_handle_event):
28318           fix event leak
28319         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28320           be able to detect mp3 files < 4096 bytes
28321
28322 2004-05-06  Wim Taymans  <wim@fluendo.com>
28323
28324         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28325         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28326         (theora_enc_set_property), (theora_enc_get_property):
28327         Also encode the first frame, cleanup some code.
28328
28329 2004-05-06  Wim Taymans  <wim@fluendo.com>
28330
28331         * ext/mpeg2enc/gstmpeg2enc.cc:
28332         Forward events first before deciding that negotiation was
28333         not performed.
28334
28335 2004-05-06  Wim Taymans  <wim@fluendo.com>
28336
28337         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28338         First process the events before deciding that negotiation
28339         was not performed.
28340
28341 2004-05-06  Wim Taymans  <wim@fluendo.com>
28342
28343         * ext/theora/Makefile.am:
28344         * ext/theora/theora.c: (plugin_init):
28345         * ext/theora/theoradec.c: (theora_dec_change_state):
28346         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28347         (gst_theora_enc_class_init), (gst_theora_enc_init),
28348         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28349         (theora_enc_chain), (theora_enc_change_state),
28350         (theora_enc_set_property), (theora_enc_get_property):
28351         Added a theora encoder, grouped the encoder and decoder into the
28352         same plugin.
28353
28354 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28355
28356         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28357         (gst_jpegenc_chain):
28358         fix DURATION on outgoing buffers
28359         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28360         debug using time formats
28361         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28363         (gst_xvimagesink_sink_link):
28364         windows with width/height 0 generate X errors, so don't allow them
28365
28366 2004-05-05  Wim Taymans  <wim@fluendo.com>
28367
28368         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28369         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28370         (gst_mpeg2dec_negotiate_format):
28371         * ext/mpeg2dec/gstmpeg2dec.h:
28372           removed the static pad template so that we can add the
28373           more accurate framerate value to the caps.
28374
28375
28376 2004-05-04  Benjamin Otte  <otte@gnome.org>
28377
28378         * configure.ac:
28379           check for kdemacros.h, too (should fix #141821)
28380         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28381           don't crash if no header was sent, but nicely error out (fixes part
28382           of #141554)
28383
28384 2004-05-04  Wim Taymans  <wim@fluendo.com>
28385
28386         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28387         parent dispose function to avoid segfault on destroy.
28388
28389 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28390
28391         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28392         (plugin_init):
28393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28394         (gst_xvimagesink_sink_link):
28395         clean up debugging caps
28396         also recreate xvimage when format has changed
28397
28398 2004-05-04  Benjamin Otte  <otte@gnome.org>
28399
28400         * ext/libvisual/Makefile.am:
28401         * ext/libvisual/visual.c: (gst_visual_class_init),
28402         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28403         (gst_visual_srclink), (gst_visual_chain),
28404         (gst_visual_change_state), (plugin_init):
28405           use a GstAdapter to correctly adapt buffer sizes - allows using a
28406           framerate
28407
28408 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28409
28410         * sys/v4l/gstv4lelement.h:
28411         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28412         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28413         (gst_v4lsrc_buffer_free):
28414         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28415         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28416         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28417         (gst_v4lsrc_requeue_frame):
28418         move some debugging categories around
28419         query for fps index and set accordingly if found
28420
28421 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28422
28423         * ext/lame/gstlame.c:
28424         correct defaults that lame_init puts out of range
28425
28426 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28427
28428         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28429         (gst_divxenc_class_init):
28430         fix range since -1 is the default
28431         * gst/mpeg1sys/gstmpeg1systemencode.c:
28432         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28433         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28434         (gst_rtjpegdec_chain):
28435         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28436         (gst_rtjpegenc_chain):
28437         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28438         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28439         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28440         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28441         * sys/v4l/gstv4lsrc.c:
28442         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28443         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28444         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28445         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28446         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28447           remove gst_info calls
28448
28449 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28450
28451         * Makefile.am:
28452         * po/af.po:
28453         * po/az.po:
28454         * po/en_GB.po:
28455         * po/nl.po:
28456         * po/sr.po:
28457         * po/sv.po:
28458           Updated translations
28459
28460 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28461
28462         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28463           refactor/comment code
28464
28465 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28466
28467         * gst/asfdemux/Makefile.am:
28468         * gst/asfdemux/asfheaders.c:
28469         * gst/asfdemux/asfheaders.h:
28470         * gst/asfdemux/gstasf.c: (plugin_init):
28471         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28472         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28473         (gst_asf_demux_setup_pad):
28474         * gst/asfdemux/gstasfdemux.h:
28475         * gst/asfdemux/gstasfmux.c:
28476         * gst/asfdemux/gstasfmux.h:
28477           Add tagging support to demuxer, split out registration in its own
28478           file instead of in demux (hacky), and prevent having some tables
28479           in our memory multiple times (in asfheaders.h).
28480
28481 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28482
28483         * gst/matroska/matroska-demux.c:
28484         (gst_matroska_demux_parse_metadata):
28485         * gst/matroska/matroska-ids.h:
28486           Basic tag reading support.
28487
28488 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28489
28490         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28491           Really detect ac-3 audio.
28492         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28493           really detect matroska files (off-by-1).
28494
28495 2004-04-30  David Schleef  <ds@schleef.org>
28496
28497         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28498         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28499         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28500         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28501         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28502         hackage -- parse a lot more atoms, extract a few tags.  One might even
28503         mistake this for tag support.  Maybe it is.
28504         * gst/qtdemux/qtdemux.h:
28505
28506 2004-04-30  Colin Walters  <walters@verbum.org>
28507
28508         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28509
28510 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28511
28512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28513         (gst_ffmpegcolorspace_getcaps):
28514           remove broken nego fix
28515
28516 2004-04-30  Benjamin Otte  <otte@gnome.org>
28517
28518         * configure.ac:
28519         * ext/Makefile.am:
28520         * ext/libvisual/Makefile.am:
28521         * ext/libvisual/visual.c:
28522           add initial support for libvisual (http://libvisual.sourceforge.net)
28523           libvisual is still quite alpha, so expect crashes in there :)
28524
28525 2004-04-29  David Schleef  <ds@schleef.org>
28526
28527         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
28528         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
28529         up qtdemux to make it spit out codec_data.  Do _not_ look at this
28530         code; you will no longer respect me.
28531
28532 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28533
28534         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
28535         * ext/alsa/gstalsa.h :
28536         change alsa pcm device discovery to find more than 1 device
28537         per card. code review by Ronald.
28538
28539 2004-04-29  David Schleef  <ds@schleef.org>
28540
28541         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
28542         Add a check for a driver bug on FreeBSD.  (bug #140565)
28543
28544 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28545
28546         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
28547         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28548         (gst_jpegenc_getcaps):
28549           move format setting to inner loop
28550         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28551         (gst_ffmpegcolorspace_getcaps):
28552           use GST_PAD_CAPS if available so that we use already negotiated
28553           caps
28554         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28555         (qtdemux_parse_moov), (qtdemux_parse):
28556           extra debugging
28557         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
28558         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
28559           move hardcoded path to DEFINE
28560
28561 2004-04-28  David Schleef  <ds@schleef.org>
28562
28563         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
28564         (bug #140064)
28565
28566 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28567
28568         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
28569           Don't probe for playback device if we're a source element. Fixes
28570           #139658.
28571
28572 2004-04-29  Benjamin Otte  <otte@gnome.org>
28573
28574         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28575         (gst_id3_tag_chain):
28576           rewrite buffer offset
28577
28578 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28579
28580         * configure.ac:
28581         * ext/Makefile.am:
28582         * ext/dts/Makefile.am:
28583         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
28584         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
28585         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
28586         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
28587         (gst_dtsdec_loop), (gst_dtsdec_change_state),
28588         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
28589         (plugin_init):
28590         * ext/dts/gstdtsdec.h:
28591           New DTS decoder.
28592         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
28593         (gst_faad_srcconnect):
28594           Add ESDS atom handling (.m4a).
28595
28596 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28597
28598         * ext/divx/gstdivxdec.c: (plugin_init):
28599           Remove comment that makes no sense.
28600         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
28601           Fix for obvious typo that resulted in warnings during gst-register.
28602         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
28603         (gst_xviddec_sink_link):
28604           Fix caps negotiation a bit better.
28605         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
28606           We call this 'codec_data', not 'esds'.
28607
28608 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28609
28610         * gst/monoscope/gstmonoscope.c:
28611           make sure we only provide 256x128
28612         * gst/monoscope/monoscope.c: (monoscope_init):
28613           assert size of 256x128
28614
28615 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28616
28617         * Makefile.am:
28618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
28619         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
28620           fixate to max width and height of device
28621
28622 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28623
28624         * Makefile.am:
28625         * sys/v4l/gstv4l.c:
28626         * sys/v4l/gstv4lsrc.c:
28627         * sys/v4l/v4l_calls.c:
28628         * sys/v4l/v4lsrc_calls.c:
28629           fix for qc-usb driver which fakes having more than one buffer
28630           by handing the same buffer twice, which confused GStreamer's/v4lsrc
28631           buffer_free override
28632           add debugging
28633
28634 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28635
28636         * Makefile.am:
28637         * gst/videotestsrc/gstvideotestsrc.c:
28638         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
28639         (gst_videotestsrc_init), (gst_videotestsrc_get),
28640         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
28641         * gst/videotestsrc/gstvideotestsrc.h:
28642           add num-buffers property
28643
28644         2004-04-26  Benjamin Otte  <otte@gnome.org>
28645
28646         * ext/mad/gstid3tag.c: (plugin_init):
28647           set id3mux rank to NONE so it doesn't confuse spider
28648           require audio/mpeg,mpegversion=1 in id3mux
28649
28650 2004-04-26  Benjamin Otte  <otte@gnome.org>
28651
28652         * configure.ac:
28653           detect faad correctly as non-working if it's indeed non-working
28654
28655 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28656
28657         * Makefile.am:
28658         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28659         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
28660         fix _getcaps so it only negotiates to its supported format
28661
28662 2004-04-25  Benjamin Otte  <otte@gnome.org>
28663
28664         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28665           fix memleak
28666
28667 2004-04-23  Benjamin Otte  <otte@gnome.org>
28668
28669         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
28670           audio/x-raw-int with height rules! not. Now it's depth.
28671
28672 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28673
28674         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
28675         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
28676         (gst_wavparse_loop):
28677           Missing variable initialization. Add handling of DVI ADPCM. Fix
28678           mis-parsing of LIST chunks. This works around a bug where we mis-
28679           parse non-aligning LIST chunks (so LIST chunks where the contents
28680           don't align with the actual LIST size). The correct fix is to use
28681           rifflib, I'm not going to fix wavparse - too much work. All this
28682           fixes #104878.
28683
28684 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28685
28686         reviewed by Benjamin Otte  <otte@gnome.org>
28687
28688         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
28689           fix shoutcast not working (fixes #140844)
28690
28691 2004-04-22  Benjamin Otte  <otte@gnome.org>
28692
28693         * ext/hermes/gsthermescolorspace.c:
28694         (gst_hermes_colorspace_caps_remove_format_info):
28695         * gst/colorspace/gstcolorspace.c:
28696         (gst_colorspace_caps_remove_format_info):
28697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28698         (gst_ffmpegcolorspace_caps_remove_format_info):
28699           s/gst_caps_simplify/gst_caps_do_simplify/
28700
28701 2004-04-22  Benjamin Otte  <otte@gnome.org>
28702
28703         * gst-libs/gst/riff/riff-media.c:
28704         (gst_riff_create_video_caps_with_data):
28705           mpegversion is an int
28706         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
28707           don't try to create pad templates with NULL caps, use any caps
28708           instead.
28709
28710 2004-04-20  David Schleef  <ds@schleef.org>
28711
28712         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
28713         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
28714         (bug #140384)
28715
28716 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28717
28718         reviewed by David Schleef
28719
28720         * ext/mad/gstid3tag.c: Add stdlib.h
28721         * gst/rtp/gstrtpgsmenc.c: same
28722         * gst/tags/gstid3tag.c: same
28723         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
28724         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
28725         GST_DISABLE_LOADSAVE use.
28726         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
28727         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
28728         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
28729         atol(3)).
28730         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
28731         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
28732         strtoul(3)).
28733         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
28734         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
28735         $(ID3_CFLAGS).
28736         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
28737         $(LIBFAME_CFLAGS).
28738
28739 2004-04-20  David Schleef  <ds@schleef.org>
28740
28741         * gst/realmedia/rmdemux.c:  This was supposed to part of the
28742         last checkin.  Same idea.
28743
28744 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28745
28746         reviewed by David Schleef
28747
28748         * configure.ac: bump required gstreamer version to 0.8.1.1
28749         because of following changes [--ds]
28750
28751         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
28752         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
28753         (gst_riff_read_header):  Use GST_READ_UINT*
28754         macros to access possibly unaligned memory.
28755
28756         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
28757         (mp3_type_find):  Use GST_READ_UINT*
28758         macros to access possibly unaligned memory.
28759         (mp3_type_find, mpeg1_parse_header, qt_type_find)
28760         (speex_type_find): Likewise
28761
28762         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
28763
28764         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
28765         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
28766         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
28767         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
28768         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
28769         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
28770         macros to access possibly unaligned memory.
28771
28772         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
28773         Likewise.
28774
28775         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
28776         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
28777
28778         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28779         Likewise.
28780
28781         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
28782         (gst_mpeg2subt_chain_subtitle): Likewise.
28783
28784         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
28785         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
28786         Likewise.
28787
28788         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
28789         Likewise.
28790
28791         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
28792         Likewise.
28793
28794         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
28795         Likewise.
28796
28797 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28798
28799         * configure.ac:
28800           update required version of GStreamer because of GST_TIME_FORMAT
28801
28802 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28803
28804         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
28805           remove leftover g_print
28806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28807           don't try setting only a subset of the caps. We don't want to kill
28808           autoplugging on purpose
28809
28810 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28811
28812         * sys/ximage/ximagesink.c: (plugin_init):
28813         * sys/xvimage/xvimagesink.c: (plugin_init):
28814           add debugging categories
28815
28816 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28817
28818         * po/en_GB.po:
28819         * po/LINGUAS:
28820           Adding en_GB translation (Gareth Owen)
28821
28822 2004-04-20  David Schleef  <ds@schleef.org>
28823
28824         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28825         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
28826         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
28827         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
28828         A number of new features and hacks to extract the esds atom and
28829         put it into the caps.  (bug #137724)
28830
28831 2004-04-19  David Schleef  <ds@schleef.org>
28832
28833         * gconf/Makefile.am: Fix for non-GNU make
28834         * gst-libs/gst/Makefile.am: Change directory order to handle
28835         GstPlay linking with gstinterfaces
28836         * gst-libs/gst/audio/make_filter: make use of tr portable
28837         * gst-libs/gst/play/Makefile.am: Add intended \
28838         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28839         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
28840         function prototype instead of void *.
28841         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
28842         macro.
28843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28844         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
28845         * gst/videofilter/make_filter: make use of tr portable
28846         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
28847
28848 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28849
28850         * po/LINGUAS:
28851         * po/uk.po:
28852           Added Ukrainian translation (Maxim V. Dziumanenko)
28853
28854 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28855
28856         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
28857         (gst_gsmdec_link), (gst_gsmdec_chain):
28858           Fix capsnego, simplify chain function slightly.
28859         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
28860           Add GSM.
28861
28862 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28863
28864         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
28865         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
28866         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
28867           Hack to make wavparse work with spider (always -> sometimes pad).
28868           Fixes #135862 && #140411.
28869
28870 2004-04-18  Benjamin Otte  <otte@gnome.org>
28871
28872         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
28873         (gst_osselement_rate_probe_check),
28874         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
28875           get rid of \n in debug output
28876
28877 2004-04-17  Iain <iain@prettypeople.org>
28878
28879         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
28880         not just EOS.
28881
28882 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28883
28884         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
28885         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
28886         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
28887         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
28888         (gst_id3_tag_src_link), (gst_id3_tag_chain),
28889         (gst_id3_tag_change_state), (plugin_init):
28890           deprecate id3tag element and replace with id3demux/id3mux.
28891           great side effect: this ugly file is now even uglier, yay!
28892         * ext/mad/gstmad.h:
28893           remove non-available function
28894           update for new get_type
28895
28896 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28897
28898         * configure.ac:
28899           require mpeg2dec >= 0.4.0
28900
28901 2004-04-17  Benjamin Otte  <otte@gnome.org>
28902
28903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28904         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
28905         (gst_xvimagesink_set_xwindow_id):
28906           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
28907           assorted cleanup fixes.
28908
28909 2004-04-16  David Schleef  <ds@schleef.org>
28910
28911         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
28912         * sys/xvimage/xvimagesink.h: same
28913
28914 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28915
28916         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
28917           Fix GST_ELEMENT_ERROR with (NULL)
28918
28919 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28920
28921         * gst-libs/gst/riff/riff-media.c:
28922         (gst_riff_create_video_caps_with_data):
28923           Add div[3456] as fourccs for DivX 3 (fixes #140137).
28924
28925 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28926
28927         * gst-libs/gst/riff/riff-media.c:
28928         (gst_riff_create_video_caps_with_data),
28929         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
28930         (gst_riff_create_video_template_caps),
28931         (gst_riff_create_audio_template_caps):
28932         * gst-libs/gst/riff/riff-media.h:
28933         * gst-libs/gst/riff/riff-read.c:
28934         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
28935         * gst-libs/gst/riff/riff-read.h:
28936         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28937           Add MS RLE support. I added some functions to read out strf chunks
28938           into strf chunks and the data behind it. This is usually color
28939           palettes (as in RLE, but also in 8-bit RGB). Also use those during
28940           caps creation. Lastly, add ADPCM (similar to wavparse - which
28941           should eventually be rifflib based).
28942         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
28943         (gst_matroska_demux_init), (gst_matroska_demux_reset):
28944         * gst/matroska/matroska-demux.h:
28945           Remove placeholders for some prehistoric tagging system. Didn't add
28946           support for any tag system really anyway.
28947         * gst/qtdemux/qtdemux.c:
28948           Add support for audio/x-m4a (MPEG-4) through spider.
28949         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28950         (gst_wavparse_loop):
28951           ADPCM support (#135862). Increase max. buffer size because we
28952           cannot split buffers for ADPCM (screws references) and I've seen
28953           files with 2048 byte chunks. 4096 seems safe for now.
28954
28955 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28956
28957         * configure.ac: bump nano to 1
28958
28959 === release 0.8.1 ===
28960
28961 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
28962
28963         * configure.ac: releasing 0.8.1, "Comforting Sounds"
28964
28965 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28966
28967         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
28968           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
28969           Fixes #140058
28970
28971 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28972
28973         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
28974           lower rank of dvddemux so that it's not used for mpeg playback.
28975
28976 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28977
28978         * configure.ac:
28979           save libs correctly when checking mad
28980
28981 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28982
28983         * ext/mad/gstid3tag.c: (plugin_init):
28984           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
28985
28986 2004-04-13  David Schleef  <ds@schleef.org>
28987
28988         * common/m4/gst-feature.m4: Call -config scripts with
28989         --plugin-libs if it is supported.
28990         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
28991         JPEG images are image/jpeg.
28992         * gst/debug/Makefile.am:
28993         * gst/debug/negotiation.c: (gst_negotiation_class_init),
28994         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
28995         (gst_negotiation_update_caps), (gst_negotiation_get_property),
28996         (gst_negotiation_plugin_init): Add a property that acts like
28997         filter caps.
28998         * testsuite/gst-lint:  Move license checking to be a standard
28999         test.
29000
29001 2004-04-13  David Schleef  <ds@schleef.org>
29002
29003         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29004         patch from Sebastien Cote (bug #139958)
29005
29006 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29007
29008         * examples/gstplay/Makefile.am:
29009         * examples/gstplay/player.c: (main):
29010           make the commandline player example use gconf settings
29011
29012 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29013
29014         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29015         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29016         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29017           init/end library during state transition, not object
29018           creation/disposal.  get rid of custom dispose handler.
29019
29020
29021 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29022
29023         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29024         be a symlink
29025
29026 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29027
29028         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29029           Handle JUNK chunks inside data section. Prevents warnings.
29030
29031 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29032
29033         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29034         (gst_riff_create_video_template_caps):
29035           Add MS video v1.
29036         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29037         (gst_avi_demux_stream_data):
29038           Add support for "rec-list" chunks.
29039
29040 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29041
29042         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29043           Fix another codecname mismatch.
29044
29045 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29046
29047         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29048           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29049           so that MJPEG plays back.
29050
29051 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29052
29053         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29054         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29055         * gst/mpeg1videoparse/gstmp1videoparse.h:
29056           Fix for some slight mis-cuts in buffer parsing, and for some
29057           potential overflows or faults-causers. Adds disconts. Also fixes
29058           #139105 while we're at it.
29059
29060 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29061
29062         * configure.ac:
29063         * sys/v4l2/gstv4l2element.h:
29064           Workaround for missing struct v4l2_buffer declaration in Suse 9
29065           and Mandrake 10 linux/videodev2.h header file (#135919).
29066
29067 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29068
29069         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29070           Bail out if no filename was given.
29071
29072 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29073
29074         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29075         (gst_v4l2_fourcc_from_structure):
29076           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29077           Y41B somewhere).
29078
29079 2004-04-09  Benjamin Otte  <otte@gnome.org>
29080
29081         * ext/gnomevfs/gstgnomevfssink.c:
29082         (_gst_boolean_allow_overwrite_accumulator),
29083         (gst_gnomevfssink_class_init):
29084           fix erase signal - if any handler returns false the file will not be
29085           overwritten. If no handler is connected, the file will not be
29086           overwritten either.
29087           renamed signal to "allow-overwrite"
29088         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29089           free string when adding it to ID3 failed
29090         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29091           unref event when done
29092         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29093           free caps
29094         * gst/typefind/gsttypefindfunctions.c:
29095         (mpeg_video_stream_type_find):
29096           fix invalid read
29097
29098 2004-04-08  David Schleef  <ds@schleef.org>
29099
29100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29101         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29102
29103 2004-04-08  David Schleef  <ds@schleef.org>
29104
29105         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29106         we don't support (bug #139532)
29107
29108 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29109
29110         * ext/mad/gstmad.c: (gst_mad_handle_event),
29111         (gst_mad_check_caps_reset), (gst_mad_chain),
29112         (gst_mad_change_state):
29113           only set explicit caps if they haven't been set before for
29114           this stream.  MPEG-audio sample rate/channels aren't allowed
29115           to change in-stream.
29116           Fixes #139382
29117
29118 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29119
29120         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29121         (_gst_boolean_did_something_accumulator),
29122         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29123         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29124         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29125         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29126         (gst_gnomevfssink_change_state):
29127           Fix erase signal. Don't erase by default. Remove handoff signal.
29128           Remove erase property. Don't segfault. General cleanup.
29129
29130 2004-04-07  Benjamin Otte  <otte@gnome.org>
29131
29132         * gst-libs/gst/gconf/test-gconf.c: (main):
29133           add missing gst_init
29134
29135 2004-04-07  Benjamin Otte  <otte@gnome.org>
29136
29137         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29138           free the mutexes, too
29139
29140 2004-04-07  Benjamin Otte  <otte@gnome.org>
29141
29142         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29143           actually free the URI string
29144         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29145           compute offset correctly when passing discont events
29146         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29147           don't leak discont events
29148         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29149           add some missing breaks so caps aren't copied randomly
29150         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29151           if we realloc memory, we better use it
29152
29153 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29154
29155         * ext/mad/gstmad.c: (normal_seek):
29156           fix GST_FORMAT_TIME usage
29157
29158 2004-04-05  David Schleef  <ds@schleef.org>
29159
29160         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29161         a deprecated function (hack!)
29162
29163 2004-04-05  Benjamin Otte  <otte@gnome.org>
29164
29165         * ext/esd/esdmon.c: (gst_esdmon_get):
29166           fix nonterminated vararg and memleak
29167
29168 2004-04-05  Benjamin Otte  <otte@gnome.org>
29169
29170         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29171         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29172         (gst_ladspa_set_property), (gst_ladspa_get_property),
29173         (gst_ladspa_instantiate), (gst_ladspa_activate),
29174         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29175           clean up debugging
29176
29177 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29178
29179         reviewed by Benjamin Otte  <otte@gnome.org>
29180
29181         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29182           check for broken LADSPA parameters (fixes #138635)
29183
29184 2004-04-05  Benjamin Otte  <otte@gnome.org>
29185
29186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29187           advertise buffer-frames correctly on sinkpads
29188
29189 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29190
29191         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29192         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29193         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29194         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29195         (gst_mad_check_caps_reset), (gst_mad_chain):
29196         add more debugging, only reset caps when we're not in error state
29197
29198 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29199
29200         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29201
29202 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29203
29204         reviewed by Benjamin Otte  <otte@gnome.org>
29205
29206         * configure.ac:
29207           fix == in test(1) operator
29208
29209 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29210
29211         reviewed by Benjamin Otte  <otte@gnome.org>
29212
29213         * configure.ac:
29214           fix --export-symblos-regex to a working regex.
29215
29216 2004-04-04  Benjamin Otte  <otte@gnome.org>
29217
29218         * sys/oss/.cvsignore:
29219           add for oss_probe
29220
29221 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29222
29223         reviewed by Benjamin Otte  <otte@gnome.org>
29224
29225         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29226           add missing 'new_media' argument (fixes #138168)
29227         * gst/matroska/matroska-demux.c:
29228         (gst_matroska_demux_handle_seek_event):
29229           add vararg terminator (fixes #138169)
29230
29231 2004-04-02  David Schleef  <ds@schleef.org>
29232
29233         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29234         disted (bug #138914)
29235
29236 2004-04-01  Benjamin Otte  <otte@gnome.org>
29237
29238         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29239         (gst_alsa_close_audio):
29240           handle case better where a soundcard can't pause
29241         * ext/ogg/gstoggdemux.c:
29242           don't crash when we get events but don't have pads yet
29243
29244 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29245
29246         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29247           throw an error if we couldn't probe any caps.
29248
29249 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29250
29251         * ext/dvdnav/gst-dvd:
29252         Add a really simple sample DVD player
29253
29254 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29255
29256         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29257         (gst_a52dec_push), (gst_a52dec_handle_event),
29258         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29259         (gst_a52dec_change_state):
29260         * ext/a52dec/gsta52dec.h:
29261           Use a debug category, Output timestamps correctly
29262           Emit tag info, Handle events, tell liba52dec about cpu
29263           capabilities so it can use MMX etc.
29264         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29265           Fix a crasher accessing invalid memory
29266         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29267         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29268         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29269         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29270         (dvdnavsrc_query):
29271           Some support for byte-format seeking.
29272           Small fixes for still frames and menu button overlays
29273         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29274         (gst_mpeg2dec_alloc_buffer):
29275           Use a debug category. Adjust the report level of several items to
29276           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29277           so it doesn't lose the GstBuffer pointer
29278         * gst/debug/Makefile.am:
29279         * gst/debug/gstdebug.c: (plugin_init):
29280         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29281         (gst_navseek_base_init), (gst_navseek_class_init),
29282         (gst_navseek_init), (gst_navseek_seek),
29283         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29284         (gst_navseek_get_property), (gst_navseek_chain),
29285         (gst_navseek_plugin_init):
29286         * gst/debug/gstnavseek.h:
29287           Add the navseek debug element for seeking back and forth in a
29288           video stream using arrow keys.
29289         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29290         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29291         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29292         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29293         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29294         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29295         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29296         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29297         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29298         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29299         * gst/mpeg2sub/gstmpeg2subt.h:
29300           Pretty much a complete rewrite. Now a loopbased element. May still
29301           require work to properly synchronise subtitle buffers.
29302         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29303         (gst_dvd_demux_send_subbuffer):
29304         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29305           Don't attempt to create subbuffers of size 0
29306           Reduce a couple of error outputs to warnings.
29307         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29308         (gst_y4mencode_chain):
29309         Output the y4m frame header correctly.
29310
29311 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29312
29313         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29314           throw errors instead of allowing SIGFPE
29315
29316 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29317
29318         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29319         (gst_gconf_render_bin_from_key):
29320           leak plugging and style fixing
29321
29322 2004-03-31  David Schleef  <ds@schleef.org>
29323
29324         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29325         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29326         (bug #138225)
29327         * gst/debug/Makefile.am:
29328         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29329         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29330         plugin.
29331         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29332         (gst_negotiation_base_init), (gst_negotiation_class_init),
29333         (gst_negotiation_init), (gst_negotiation_getcaps),
29334         (gst_negotiation_pad_link), (gst_negotiation_chain),
29335         (gst_negotiation_set_property), (gst_negotiation_get_property),
29336         (gst_negotiation_plugin_init):  New element to talk about random
29337         negotiation things happening in a pipeline.
29338
29339 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29340
29341         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29342           fix integer addition with help of Stefan Kost
29343
29344 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29345
29346         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29347
29348 2004-03-30  David Schleef  <ds@schleef.org>
29349
29350         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29351         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29352         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29353         (bug #137504)
29354         * ext/mpeg2dec/gstmpeg2dec.h:
29355
29356 2004-03-30  David Schleef  <ds@schleef.org>
29357
29358         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29359
29360 2004-03-30  David Schleef  <ds@schleef.org>
29361
29362         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29363         Michael Petullo) to handle .mov
29364
29365 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29366
29367         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29368         (gst_osselement_rate_check_rate):
29369           probe caps correctly for sound cards that only support one format
29370
29371 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29372
29373         * ext/kio/kiosrc.cpp: (process_events):
29374           update handling event processing if inside KDE - untested
29375
29376 2004-03-29  David Schleef  <ds@schleef.org>
29377
29378         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29379         by 2 to not interfere with other colorspaces.
29380         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29381         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29382         one to not interfere with ffmpeg_colorspace.
29383
29384 2004-03-29  David Schleef  <ds@schleef.org>
29385
29386         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29387         aren't in the caps.
29388         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29389         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29390
29391 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29392
29393         * gst-libs/gst/riff/riff-media.c:
29394           fail on error, don't try to set stuff on NULL caps
29395
29396 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29397
29398         * configure.ac:
29399         * ext/Makefile.am:
29400         * ext/kio/Makefile.am:
29401         * ext/kio/kioreceiver.cpp:
29402         * ext/kio/kioreceiver.h:
29403         * ext/kio/kiosrc.cpp:
29404         * ext/kio/kiosrc.h:
29405           add experimental kiosrc plugin
29406         * ext/alsa/gstalsaplugin.c: (plugin_init):
29407           initialize debugging category only when we're sure registering the
29408           plugins worked.
29409
29410 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29411
29412         * examples/gstplay/player.c: (main):
29413         * gst-libs/gst/play/play.c: (gst_play_class_init),
29414         (gst_play_set_location), (gst_play_set_data_src),
29415         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29416         (gst_play_set_visualization), (gst_play_connect_visualization):
29417           check return values of element_set_state and return FALSE where
29418           failed
29419
29420 2004-03-29  Benjamin Otte  <otte@gnome.org>
29421
29422         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29423           try harder to check if an event is really a discont
29424
29425 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29426
29427         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29428         * po/az.po:
29429
29430 2004-03-28  Benjamin Otte  <otte@gnome.org>
29431
29432         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29433         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29434         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29435           get rid of non-standard "..." ranges in case statements.
29436
29437 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29438
29439         * gst/mpegstream/gstmpegdemux.c:
29440         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29441         specific functionality split to the new dvddemux element.
29442         * gst/mpegstream/gstdvddemux.c:
29443         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29444         streams, derived from mpegdemux.
29445         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29446         up. SCR based timestamp rewriting can be turned off (will probably
29447         completely disappear soon).
29448         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29449         hacking. General cleanup. All printf statements replaced by
29450         debugging messages. Almost complete libdvdnav support.
29451         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29452         by events. New properties for audio and subpicture languages.
29453         (dvdnavsrc_update_highlight): Now uses events.
29454         (dvdnavsrc_user_op): Cleaned up.
29455         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29456         based). Lots of cleanup, and propper support for most libdvdnav
29457         events.
29458         (dvdnavsrc_make_dvd_event): New function.
29459         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29460         (dvdnavsrc_make_clut_change_event): New function.
29461
29462 2004-03-26  Benjamin Otte  <otte@gnome.org>
29463
29464         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29465           fix bug where typefinding would claim it's theora whenever less then
29466           7 bytes of data were available
29467
29468 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29469
29470         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29471         (gst_alawdec_base_init), (gst_alawdec_class_init),
29472         (gst_alawdec_init), (gst_alawdec_chain):
29473         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29474         (gst_alawenc_base_init), (gst_alawenc_class_init),
29475         (gst_alawenc_init), (gst_alawenc_chain):
29476         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29477         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29478         (gst_mulawdec_init), (gst_mulawdec_chain):
29479         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29480         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29481         (gst_mulawenc_init), (gst_mulawenc_chain):
29482           Fix capsnego in all four, remove the unused property functions and
29483           simplify the chain functions slightly. I guess we could use macros
29484           or something similar for those, since the code is so similar, but
29485           I'm currently too lazy...
29486
29487 2004-03-24  David Schleef  <ds@schleef.org>
29488
29489         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29490         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29491         (gst_osselement_get_format_structure),
29492         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29493         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29494         (gst_osselement_rate_int_compare): Add code to handle rate probing
29495         (bug #120883)
29496         * sys/oss/gstosselement.h: same
29497         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29498         Use rate probing provided by osselement.
29499         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29500
29501 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29502
29503         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29504         (gst_xvidenc_get_property):
29505           ulong/int mess-up.
29506
29507 2004-03-24  David Schleef  <ds@schleef.org>
29508
29509         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29510         (gst_speexdec_init):
29511         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29512         (gst_speexenc_init):  Create the pad template correctly (from
29513         the static pad template, not a NULL pointer.)
29514
29515 2004-03-25  Benjamin Otte  <otte@gnome.org>
29516
29517         * gst/debug/Makefile.am:
29518         * gst/debug/breakmydata.c:
29519           add element that quasi-randomly changes bytes in the stream.
29520           Intended use is robustness checking of demuxers and decoders in
29521           media tests.
29522
29523 2004-03-24  Benjamin Otte  <otte@gnome.org>
29524
29525         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29526         (gst_alsa_probe_hw_params):
29527         * ext/alsa/gstalsa.h:
29528           debugging output fixes
29529
29530 2004-03-24  Benjamin Otte  <otte@gnome.org>
29531
29532         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
29533           don't g_return_if_fail if element is PLAYING, fail silently as every
29534           other element.
29535         * gst/effectv/gstquark.c: (gst_quarktv_chain):
29536           only fix needed for cast lvalue issues in gst-plugins
29537         * gst/volenv/gstvolenv.c: (gst_volenv_init):
29538           add proxy_getcaps
29539
29540 2004-03-24  Benjamin Otte  <otte@gnome.org>
29541
29542         * gst/level/gstlevel.c: (gst_level_init):
29543           add proxying getcaps function, so level doesn't advertise impossible
29544           caps
29545
29546 2004-03-24  David Schleef  <ds@schleef.org>
29547
29548         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29549         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
29550         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
29551         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
29552         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
29553         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
29554         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
29555         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
29556         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
29557         messages.  Divide the chunk size by the compression ratio
29558         (needed for MACE audio)
29559
29560 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29561
29562         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29563           Fix buffer overflow read error.
29564
29565 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29566
29567         * ext/alsa/gstalsa.h:
29568           Remove unused entry.
29569         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29570           Add cinepak.
29571         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29572         (gst_videodrop_link), (gst_videodrop_chain):
29573           Fix, sort of. Was horribly broken with new capsnego. Bah...
29574
29575 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
29576
29577         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
29578         (plugin_init):
29579         Add a monkeysaudio typefind function
29580
29581 2004-03-23  Johan Dahlin  <johan@gnome.org>
29582
29583         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
29584         (gst_play_video_fixate): Check so the structure has the field
29585         before trying to fixate them, this makes it possible to have
29586         fakesinks for video and audio output without printing errors on
29587         the output console.
29588
29589 2004-03-22  David Schleef  <ds@schleef.org>
29590
29591         * sys/oss/Makefile.am:
29592         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
29593         (check_rate), (add_rate):  Rate probing test app.
29594
29595 2004-03-21  Benjamin Otte  <otte@gnome.org>
29596
29597         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
29598         (_fixate_caps_to_int), (gst_audio_convert_fixate):
29599           add a fixation function that pretty much does the right thing (fixes
29600           #137556)
29601
29602 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
29603
29604         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
29605
29606 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
29607
29608         reviewed by: Benjamin Otte  <otte@gnome.org>
29609
29610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29611           terminate gst_event_new_discontinuous correctly (fixes parts of
29612           #137711)
29613
29614 2004-03-19  David Schleef  <ds@schleef.org>
29615
29616         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
29617         since it doesn't depend on X, and it's part of our ABI.
29618
29619 2004-03-19  Iain <iain@prettypeople.org>
29620
29621         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
29622         is_int in the structure, not the local variable.
29623
29624 2004-03-19  David Schleef  <ds@schleef.org>
29625
29626         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
29627         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
29628         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
29629         Improvements in caps negotiation.
29630
29631 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29632
29633         * po/LINGUAS:
29634         * po/af.po:
29635           adding Afrikaans (Petri Jooste)
29636
29637 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29638
29639         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29640         (gst_ffmpegcolorspace_chain):
29641         throw error instead of g_critical (#137588)
29642
29643 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29644
29645         * Makefile.am:
29646         * configure.ac:
29647           dist common and m4 correctly
29648         * po/sv.po:
29649
29650 2004-03-17  David Schleef  <ds@schleef.org>
29651
29652         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
29653         (bug #137348)
29654
29655 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29656
29657         * po/LINGUAS:
29658         * po/sv.po:
29659           adding Swedish translation (Christian Rose)
29660
29661 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29662
29663         * Makefile.am: use release.mak
29664
29665 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29666
29667         * common/ChangeLog:
29668         * common/gst-autogen.sh:
29669           add some explanation about the version detection
29670         * configure.ac:
29671           fix X check
29672
29673 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29674
29675         * configure.ac: bump nano to 1
29676
29677 === release 0.8.0 ===
29678
29679 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29680
29681         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
29682
29683 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29684
29685         * configure.ac:
29686           update libtool version
29687         * gst-libs/gst/media-info/Makefile.am:
29688           actually use libtool version
29689
29690 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29691
29692         * configure.ac: fix speex detection to work with 1.0 but not 1.1
29693
29694 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29695
29696         * configure.ac:
29697         * gst-plugins.spec.in:
29698         * pkgconfig/Makefile.am:
29699         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
29700         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29701         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29702         * pkgconfig/gstreamer-libs.pc.in:
29703         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29704         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29705         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
29706         * pkgconfig/gstreamer-plugins.pc.in:
29707           remove @VERSION@ from some of the pc files since core and plugins
29708           are decoupled.
29709           created gstreamer-plugins.pc as it's a better name, but keeping
29710           -libs around for now to get fixes upstream done first.
29711
29712 2004-03-15  Julien MOUTTE <julien@moutte.net>
29713
29714         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
29715         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
29716         * gst-libs/gst/play/play.h:
29717
29718 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29719
29720         * *.c, *.cc: don't mix tabs and spaces
29721
29722 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29723
29724         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
29725           use the new ffmpegcolorspace
29726         * gst-plugins.spec.in:
29727           package new colorspace and media-info
29728         * configure.ac:
29729         * pkgconfig/Makefile.am:
29730           fix some more disting issues
29731         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29732         * pkgconfig/gstreamer-media-info.pc.in:
29733           generate media-info pc files
29734
29735 2004-03-15  Johan Dahlin  <johan@gnome.org>
29736
29737         * *.h: Revert indenting
29738
29739 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29740
29741         * configure.ac:
29742           adding ffmpegcolorspace element
29743         * gst/ffmpegcolorspace/Makefile.am:
29744         * gst/ffmpegcolorspace/avcodec.h:
29745         * gst/ffmpegcolorspace/common.h:
29746         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29747         * gst/ffmpegcolorspace/dsputil.h:
29748         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29749         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29750         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
29751         (gst_ffmpeg_caps_to_pix_fmt):
29752         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29753         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29754         (gst_ffmpegcolorspace_caps_remove_format_info),
29755         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
29756         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
29757         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
29758         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
29759         (gst_ffmpegcolorspace_set_property),
29760         (gst_ffmpegcolorspace_get_property),
29761         (gst_ffmpegcolorspace_register):
29762         * gst/ffmpegcolorspace/imgconvert.c:
29763         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29764         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29765         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29766         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29767         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29768         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
29769         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
29770         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
29771         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
29772         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
29773         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
29774         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
29775         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
29776         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
29777         (img_get_alpha_info), (deinterlace_line),
29778         (deinterlace_line_inplace), (deinterlace_bottom_field),
29779         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29780         * gst/ffmpegcolorspace/imgconvert_template.h:
29781         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29782         * gst/ffmpegcolorspace/mmx.h:
29783         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
29784           adding ffmpegcolorspace element supplied by Ronald after cleaning
29785           up and pulling in the right bits of upstream source.
29786           I'm sure a better C/compiler wizard could do some cleaning up (for
29787           example use GLIB's malloc stuff), but as a first pass this
29788           works very well
29789
29790 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29791
29792         * ext/alsa/gstalsa.h:
29793           I assume Ronald forgot to commit the change to have cardname
29794           as a struct member.  Expect some public spanking at the next
29795           opportunity.
29796
29797 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29798
29799         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
29800         (gst_alsa_open_audio), (gst_alsa_close_audio):
29801         * ext/alsa/gstalsa.c:
29802           Don't open the device if we're a mixer (= padless).
29803         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
29804         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
29805         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
29806           Open mixer during state change rather than during object
29807           initialization. Also, get a device name. Currently in a somewhat
29808           hackish fashion, but I didn't really find something better.
29809
29810 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29811
29812         * *.c, *.h: run gst-indent
29813
29814 2004-03-14  Benjamin Otte  <otte@gnome.org>
29815
29816         * gst/modplug/gstmodplug.cc:
29817         * gst/modplug/gstmodplug.h:
29818           set correct timestamps on outgoing buffers
29819
29820 2004-03-14  Benjamin Otte  <otte@gnome.org>
29821
29822         * gst/modplug/gstmodplug.cc:
29823           handle events - don't do crap when a discont arrives that's not
29824           necessary
29825           This allows correct loading and playback of mods in Rhythmbox
29826
29827 2004-03-14  Benjamin Otte  <otte@gnome.org>
29828
29829         * configure.ac:
29830         * gst-libs/gst/gconf/Makefile.am:
29831         * pkgconfig/Makefile.am:
29832           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
29833           they get rebuilt properly
29834         * configure.ac:
29835           when checking for vorbis, try pkgconfig first.
29836         * gst/modplug/gstmodplug.cc:
29837           add fixate function
29838
29839 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29840
29841         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29842           Fix for obvious mistake, where we first shift the offset and then
29843           read a samplesize element assuming the old offset. Note that this
29844           part still has something weird, i.e. my movies containing those
29845           don't actually play well, but at least there's something that looks
29846           like sound now.
29847
29848 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
29849         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
29850         (plugin_init):
29851         Add a typefind function for speex format
29852
29853 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29854
29855         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
29856         (gst_asf_demux_setup_pad):
29857           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
29858           instead of 0. Reason is simple: some elements have a fps range
29859           of 1-max instead of 0-max. So now ASF video actually works.
29860
29861 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29862
29863         * po/LINGUAS:
29864         * po/sr.po:
29865           adding serbian as a language
29866
29867 2004-03-13  Benjamin Otte  <otte@gnome.org>
29868
29869         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29870           return taglist correctly from _get function, don't gst_pad_push it.
29871           (fixes #137042)
29872
29873 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29874         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29875
29876 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29877
29878         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
29879         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
29880         (gst_alsa_mixer_track_new):
29881         * ext/alsa/gstalsamixertrack.h:
29882           Fix ancient leftovers... MixerTrack is a GObject.
29883
29884 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29885
29886         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29887         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29888           Don't block during probing...
29889
29890 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29891
29892         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
29893         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
29894         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
29895         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
29896         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
29897         (gst_alsa_open_audio), (gst_alsa_close_audio):
29898         * ext/alsa/gstalsa.h:
29899           Add propertyprobe interface implementation, add some device-name
29900           property, all this so that it looks good in gnome-volume-control.
29901
29902 2004-03-12  David Schleef  <ds@schleef.org>
29903
29904         * configure.ac: the Hermes library controls hermescolorspace, not
29905         colorspace.
29906         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
29907         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
29908         not /* */
29909         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
29910         * ext/sdl/sdlvideosink.h: ditto.
29911         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
29912
29913 2004-03-12  Benjamin Otte  <otte@gnome.org>
29914
29915         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
29916         (gst_x_overlay_got_xwindow_id):
29917         * gst-libs/gst/xoverlay/xoverlay.h:
29918           replace XID with unsigned long to get rid of the xlibs dependency in
29919           XOverlay (fixes #137004)
29920
29921 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29922         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
29923         (gst_agingtv_setup):
29924         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
29925         (gst_dicetv_base_init), (gst_dicetv_class_init),
29926         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
29927         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
29928         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
29929         (gst_edgetv_setup), (gst_edgetv_rgb32):
29930         * gst/effectv/gsteffectv.c:
29931         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
29932         (gst_quarktv_set_property):
29933         * gst/effectv/gstrev.c: (gst_revtv_get_type),
29934         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
29935         (gst_revtv_setup), (gst_revtv_rgb32):
29936         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
29937         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
29938         (gst_shagadelictv_init), (gst_shagadelictv_setup),
29939         (gst_shagadelictv_rgb32):
29940         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
29941         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
29942         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
29943         * gst/effectv/gstwarp.c:
29944         Port everything that can be ported to videofilter and fix up the caps.
29945         Can someone with a big-endian machine please check these?
29946
29947 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29948
29949         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
29950         (gst_osssink_chain), (gst_osssink_change_state):
29951           Latest fixes for A/V sync, audio playback and such. This is about
29952           all... MPEG playback issues are mostly related to the async build-
29953           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
29954
29955 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29956
29957         patch from: Stephane Loeuillet
29958
29959         * configure.ac:
29960           use pkg-config for some libraries, falling back to the old .m4 way
29961           (fixes #131270)
29962         * m4/libdv.m4:
29963           removed
29964
29965 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
29966
29967         * configure.ac:
29968         * tools/Makefile.am:
29969         * tools/Makefile.in:
29970         * tools/gst-launch-ext-m.m:
29971         * tools/gst-launch-ext.1.in:
29972         * tools/gst-visualise-m.m:
29973         * tools/gst-visualise.1:
29974         * tools/gst-visualise.1.in:
29975           reorganizing generation of script tools
29976
29977 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29978
29979         * ext/divx/gstdivxdec.c:
29980           Downgrade priority. We prefer ffdec_mpeg4.
29981         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
29982         (gst_faad_chain), (gst_faad_change_state):
29983           Fix capsnego. Doesn't work for some sounds because we don't have
29984           a 5:1 to stereo element.
29985         * ext/xvid/gstxvid.c: (plugin_init):
29986           Add priority.
29987         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29988         (gst_osssink_change_state):
29989           Add discont handling.
29990
29991 2004-03-09  Colin Walters  <walters@verbum.org>
29992
29993         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
29994         conversion.
29995
29996 2004-03-09  Benjamin Otte  <otte@gnome.org>
29997
29998         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
29999           the signals take 2 arguments
30000
30001 2004-03-09  David Schleef  <ds@schleef.org>
30002
30003         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30004         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30005         * ext/alsa/gstalsa.h:
30006         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30007
30008 2004-03-09  Benjamin Otte  <otte@gnome.org>
30009
30010         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30011         (gst_mikmod_change_state):
30012         * ext/mikmod/gstmikmod.h:
30013           make mikmod's loop function not loop infinitely and call
30014           gst_element_yield anymore
30015         * gst/modplug/gstmodplug.cc:
30016           fix pad negotiation (fixes #136590)
30017
30018 2004-03-09  David Schleef  <ds@schleef.org>
30019
30020         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30021         doesn't conflict with the internal colorspace plugin.
30022         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30023         satisfy the crappy-ass shell shipped by a certain vendor.
30024         * gst/videofilter/make_filter: same (bug #135299)
30025
30026 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30027
30028         * configure.ac: bump nano to 1
30029
30030 === release 0.7.6 ===
30031
30032 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30033
30034         * configure.in: releasing 0.7.6, "There"
30035
30036 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30037
30038         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30039         * pkgconfig/gstreamer-play.pc.in:
30040           synchronize the two
30041
30042 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30043
30044         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30045         (cdparanoia_open), (cdparanoia_event):
30046           fix/add error handling
30047         * po/POTFILES.in:
30048           add cdparanoia source
30049         * tools/Makefile.am:
30050           make scripts executable
30051
30052 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30053
30054         * configure.ac:
30055         * ext/vorbis/Makefile.am:
30056         * sys/Makefile.am:
30057           remove id3types, vorbisfile and xvideosink from the build (#133783)
30058
30059 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30060
30061         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30062           Fix metadata read crash (#136537).
30063
30064 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30065
30066         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30067         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30068           adding mime types, fixing the one-stop function
30069
30070 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30071
30072         * ext/nas/nassink.c and /ext/nas/nassink.h:
30073         More NAS love from Arwed von Merkatz
30074         So lets all sing 'Can you feel the NAS tonight'
30075
30076 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30077
30078         * tools/gst-launch-ext.in:
30079         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30080
30081 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30082
30083         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30084         (gst_mpeg2dec_init):
30085         remove the user_data pad for now, because it is being used in
30086         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30087         If someone knows how to fix this properly, please do.
30088
30089 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30090
30091         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30092         (gst_osssink_get_time):
30093         add a warning, IMO this won't get triggered anymore, remove later
30094
30095 2004-03-07  David Schleef  <ds@schleef.org>
30096
30097         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30098         format (bug #136470)
30099
30100 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30101
30102         * gst-libs/Makefile.am:
30103         * gst-libs/gst/media-info/Makefile.am:
30104         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30105         (error_callback), (gst_media_info_error_create),
30106         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30107         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30108         * gst-libs/gst/media-info/media-info-priv.h:
30109         * gst-libs/gst/media-info/media-info-test.c: (main):
30110         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30111         (gst_media_info_class_init), (gst_media_info_instance_init),
30112         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30113         (gst_media_info_read_idler), (gst_media_info_read):
30114         * gst-libs/gst/media-info/media-info.h:
30115         fixed, should work now
30116
30117 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30118
30119         * ext/nas/nassink.c:
30120         A bunch of NAS fixes from Arwed von Merkatz
30121
30122 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30123
30124         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30125         (qtdemux_parse_trak):
30126           Fix crash (j might be greater than n_samples, in which case we're
30127           writing outside the allocated space for the array) and memleak.
30128
30129 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30130
30131         * sys/oss/gstosssink.c: (gst_osssink_chain):
30132           And another caller that couldn't handle delay < 0 (unsigned
30133           integer overflow). Video now continues playing on an audio
30134           buffer underrun, and the clock continues working. Audio still
30135           stalls.
30136
30137 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30138
30139         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30140         (gst_osssink_get_time):
30141           get_delay() may return values lower than 0. In those cases, we
30142           should not actually cast to *unsigned* int64, that will break
30143           stuff horribly. In my case, it screwed up A/V sync in movies
30144           in totem rather badly.
30145
30146 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30147
30148         * ext/faac/gstfaac.c: (gst_faac_chain):
30149         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30150         * ext/libpng/gstpngenc.c: (user_write_data):
30151         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30152         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30153         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30154         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30155         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30156         of any buffer), should fix some leaks. I hope I didn't unref buffers
30157         that shouldn't be...
30158
30159 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30160
30161         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30162         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30163         (error_callback), (gmi_reset), (gmi_seek_to_track),
30164         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30165         (gmip_find_type_post), (gmip_find_stream_post),
30166         (gmip_find_track_streaminfo_post):
30167         * gst-libs/gst/media-info/media-info-priv.h:
30168         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30169         (info_print), (main):
30170         * gst-libs/gst/media-info/media-info.c:
30171         (gst_media_info_error_create), (gst_media_info_error_element),
30172         (gst_media_info_instance_init), (gst_media_info_get_property),
30173         (gst_media_info_new), (gst_media_info_set_source),
30174         (gst_media_info_read_idler), (gst_media_info_read):
30175         * gst-libs/gst/media-info/media-info.h:
30176           first pass at making this work again.  This seems to work on
30177           tagged ogg/vorbis and mp3 files.
30178
30179 2004-03-06  Benjamin Otte  <otte@gnome.org>
30180
30181         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30182           fix huge leak: gst_buffer_merge doesn't unref the first argument
30183           itself.
30184
30185 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30186
30187         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30188           report layer/mode/emphasis
30189
30190 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30191
30192         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30193
30194 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30195
30196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30197           signal serial
30198
30199 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30200
30201         * ext/vorbis/vorbis.c: (plugin_init):
30202         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30203         (gst_vorbis_dec_init), (vorbis_dec_event):
30204         add debug category
30205         make vorbisdec handle _BYTE and _TIME queries
30206
30207 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30208
30209         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30210           from the xing header
30211
30212 2004-03-06  Benjamin Otte  <otte@gnome.org>
30213
30214         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30215         (gst_audio_convert_link), (gst_audio_convert_change_state),
30216         (gst_audio_convert_buffer_from_default_format):
30217           do conversions from/to float correctly, fix some caps nego errors,
30218           export correct supported caps in template and getcaps, use correct
30219           caps in try_set_caps functions
30220
30221 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30222
30223         For some reason, I only committed a ChangeLog entry yesterday and
30224         not the corresponding code...
30225         * ext/mad/gstmad.c: Fix detection of Xing headers
30226         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30227
30228 2004-03-06  Benjamin Otte  <otte@gnome.org>
30229
30230         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30231         (gst_ogg_demux_src_query):
30232           make sure to handle the case where there's no current chain
30233           gracefully.
30234
30235 2004-03-05  David Schleef  <ds@schleef.org>
30236
30237         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30238         Add fixate function. (bug #131128)
30239         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30240         (gst_sdlvideosink_fixate):  Add fixate function.
30241         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30242         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30243         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30244         Fix missing break that was causing ulaw to be interpreted as
30245         raw int.
30246
30247 2004-03-05  David Schleef  <ds@schleef.org>
30248
30249         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30250         Fix code that ignores return value of gst_buffer_merge().
30251         (bug #114560)
30252         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30253         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30254         * testsuite/gst-lint:  Check for above.
30255
30256 2004-03-05  David Schleef  <ds@schleef.org>
30257
30258         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30259         caps and throw an element error.  (bug #136334)
30260
30261 2004-03-05  David Schleef  <ds@schleef.org>
30262
30263         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30264         (gst_faad_chain): Fix negotiation.
30265         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30266         key and button events.
30267         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30268         dung heap of code.
30269         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30270         depends on gconf
30271         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30272         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30273         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30274         function to encourage better negotiation, particularly between
30275         audioconvert and osssink.
30276         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30277         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30278         more important.
30279         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30280         typefinding.
30281         * gst/vbidec/vbiscreen.c:  Add glib header
30282         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30283
30284 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30285
30286         * ext/mad/gstmad.c: Fix detection of Xing headers
30287         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30288
30289 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30290
30291         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30292         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30293           debug updates
30294
30295 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30296
30297         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30298         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30299         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30300         files, and report the parsed length as a GST_TAG_DURATION tag.
30301         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30302
30303 2004-03-05  Benjamin Otte  <otte@gnome.org>
30304
30305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30306           convert channels correctly. convert correctly to unsigned.
30307
30308 2004-03-05  Julien MOUTTE <julien@moutte.net>
30309
30310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30311         we have a window before clearing it.
30312
30313 2004-03-05  Julien MOUTTE <julien@moutte.net>
30314
30315         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30316         have a window before clearing it.
30317
30318 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30319
30320         * gconf/gstreamer.schemas.in:
30321         * gst-libs/gst/gconf/Makefile.am:
30322           version installation path the same way as for 0.6
30323         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30324         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30325         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30326           remove comment that was fixed
30327
30328 2004-03-05  David Schleef  <ds@schleef.org>
30329
30330         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30331         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30332         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30333         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30334         Add prototype code for handling seeking and querying.
30335
30336 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30337
30338         * examples/gstplay/player.c: (main):
30339           Initialize variables to NULL. Prevents a segfault because the
30340           (uninitialized) variable is not NULL, resulting in a crash on
30341           trying to reach error->message.
30342
30343 2004-03-05  Benjamin Otte  <otte@gnome.org>
30344
30345         * gst/audioconvert/gstaudioconvert.c:
30346         (gst_audio_convert_buffer_to_default_format):
30347         make float=>int conversion work correctly even in cornercases.
30348
30349 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30350
30351         * debian/README.Debian:
30352         * debian/build-deps:
30353         * debian/changelog:
30354         * debian/control:
30355         * debian/control.in:
30356         * debian/copyright:
30357         * debian/gstreamer-a52dec.files:
30358         * debian/gstreamer-aa.files:
30359         * debian/gstreamer-alsa.files:
30360         * debian/gstreamer-alsa.manpages:
30361         * debian/gstreamer-arts.files:
30362         * debian/gstreamer-artsd.files:
30363         * debian/gstreamer-audiofile.files:
30364         * debian/gstreamer-avifile.files:
30365         * debian/gstreamer-cdparanoia.files:
30366         * debian/gstreamer-colorspace.files:
30367         * debian/gstreamer-doc.files:
30368         * debian/gstreamer-dv.files:
30369         * debian/gstreamer-dvd.files:
30370         * debian/gstreamer-esd.files:
30371         * debian/gstreamer-festival.files:
30372         * debian/gstreamer-flac.files:
30373         * debian/gstreamer-gconf.conffiles:
30374         * debian/gstreamer-gconf.files:
30375         * debian/gstreamer-gconf.postinst:
30376         * debian/gstreamer-gnomevfs.files:
30377         * debian/gstreamer-gsm.files:
30378         * debian/gstreamer-http.files:
30379         * debian/gstreamer-jack.files:
30380         * debian/gstreamer-jpeg.files:
30381         * debian/gstreamer-mad.files:
30382         * debian/gstreamer-mikmod.files:
30383         * debian/gstreamer-misc.files:
30384         * debian/gstreamer-mpeg2dec.files:
30385         * debian/gstreamer-oss.files:
30386         * debian/gstreamer-plugin-apps.files:
30387         * debian/gstreamer-plugin-apps.manpages:
30388         * debian/gstreamer-plugin-libs-dev.files:
30389         * debian/gstreamer-plugin-libs.files:
30390         * debian/gstreamer-plugin-template.postinst:
30391         * debian/gstreamer-plugin-template.postrm:
30392         * debian/gstreamer-sdl.files:
30393         * debian/gstreamer-sid.files:
30394         * debian/gstreamer-vorbis.files:
30395         * debian/gstreamer-x.files:
30396         * debian/mk.control:
30397         * debian/rules:
30398         Debian package info not maintained here.
30399
30400 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30401
30402         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30403         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30404         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30405         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30406         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30407         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30408         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30409         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30410         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30411         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30412         * gst-libs/gst/colorbalance/colorbalance.c:
30413         (gst_color_balance_class_init):
30414         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30415         (gst_color_balance_channel_class_init):
30416         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30417         * gst-libs/gst/play/play.c: (gst_play_class_init):
30418         * gst-libs/gst/propertyprobe/propertyprobe.c:
30419         (gst_property_probe_iface_init):
30420         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30421         * gst-libs/gst/tuner/tunerchannel.c:
30422         (gst_tuner_channel_class_init):
30423         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30424         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30425         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30426         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30427         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30428         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30429         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30430         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30431         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30432           fix signals to use - instead of _
30433         * ext/libcaca/gstcacasink.h:
30434         * ext/sdl/sdlvideosink.h:
30435           fix header rename
30436
30437 2004-03-04  David Schleef  <ds@schleef.org>
30438
30439         * testsuite/gst-lint:  Add a check for bad signal names.
30440
30441 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30442
30443         reviewed by David Schleef
30444
30445         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30446         modified the alpha channel and caused a warning. (bug #136192)
30447
30448 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30449
30450         * gst-plugins.spec.in:
30451         Change names of plugins to actually be correct. Try to keep things
30452         alphabetical to avoid getting beat up by Thomas
30453
30454 2004-03-03  Julien MOUTTE <julien@moutte.net>
30455
30456         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30457         Using ximagesink as a default if no gconf key found. We should
30458         probably consider using alsasink instead of osssink for the audio
30459         part.
30460
30461 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30462
30463         * configure.ac:
30464           fix --with-plugins, don't think it ever worked before
30465         * gst-plugins.spec.in:
30466           even more updates
30467
30468 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30469
30470         * ext/sdl/sdlvideosink.h:
30471         * sys/ximage/ximagesink.h:
30472         * sys/xvideo/xvideosink.h:
30473         * sys/xvimage/xvimagesink.h:
30474           Fix for move of gstvideosink.h -> videosink.h.
30475
30476 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30477
30478         * gst-libs/gst/xwindowlistener/Makefile.am:
30479           this is a plugin library, not a library
30480
30481 2004-03-01  David Schleef  <ds@schleef.org>
30482
30483         * AUTHORS:  Added some names.  Add yourself if you're still
30484         missing.
30485
30486 2004-03-01  David Schleef  <ds@schleef.org>
30487
30488         * MAINTAINERS: Add
30489
30490 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30491
30492         * gst-plugins.spec.in: clean up spec file
30493
30494 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30495
30496         * gst-libs/gst/video/Makefile.am:
30497         * gst-libs/gst/video/gstvideosink.c:
30498         * gst-libs/gst/video/gstvideosink.h:
30499           rename gstvideosink.h to videosink.h to match other headers
30500         * gst/mixmatrix/Makefile.am:
30501           fix plugin filename
30502         * gst/tags/Makefile.am: fix plugin filename
30503
30504 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30505
30506         * gst/tags/Makefile.am: fix plugin filename
30507
30508 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30509
30510         * examples/gstplay/player.c: (got_time_tick), (main):
30511           add error handler
30512           display time_tick more readably
30513         * gst/mixmatrix/Makefile.am:
30514           fix plugin file name
30515
30516 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30517
30518         * sys/oss/gstosselement.c: (gst_osselement_probe),
30519         (device_combination_append), (gst_osselement_class_probe_devices):
30520         * sys/oss/gstosselement.h:
30521           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30522           on my system using alsa oss emulation, fixes bug #135597
30523
30524 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30525
30526         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30527         (gst_videodrop_chain), (gst_videodrop_change_state):
30528         * gst/videodrop/gstvideodrop.h:
30529           Work based on timestamp of input data, not based on the expected
30530           framerate from the input. The consequence is that this element now
30531           not only scales framerates, but also functions as a framerate
30532           corrector or framerate stabilizer/constantizer.
30533
30534 2004-02-27  David Schleef  <ds@schleef.org>
30535
30536         patches from jmmv@menta.net (Julio M. Merino Vidal)
30537
30538         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
30539         GST_ELEMENT_ERROR call (bug #135634)
30540         * gst/interleave/interleave.c: (interleave_buffered_loop),
30541         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
30542         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
30543         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30544         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
30545         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
30546         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30547         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
30548         Fix GST_ELEMENT_ERROR call.
30549         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
30550         GST_ELEMENT_ERROR call.
30551
30552 2004-02-27  Benjamin Otte  <otte@gnome.org>
30553
30554         * gst-libs/gst/audio/audio.h:
30555           add macro to make sure header isn't included twice
30556         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30557           don't use gst_buffer_free
30558         * gst/playondemand/filter.func:
30559           don't use gst_data_free. Free data only once.
30560
30561 2004-02-26  David Schleef  <ds@schleef.org>
30562
30563         * gst-libs/gst/colorbalance/Makefile.am:
30564         * gst-libs/gst/mixer/Makefile.am:
30565         * gst-libs/gst/tuner/Makefile.am:
30566         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
30567         should not be disted, -marshal.h files should not be installed,
30568         and -enum.h files _should_ be installed.  Fix to make this the
30569         case.
30570
30571 === release 0.7.5 ===
30572
30573 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30574
30575         * configure.ac: release 0.7.5, "Under The Sea"
30576
30577 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30578
30579         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30580         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
30581         * gst/videoscale/gstvideoscale.c:
30582         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30583           assorted debug/warning fixes
30584
30585 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30586
30587         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30588         (gst_videoscale_init), (gst_videoscale_chain),
30589         (gst_videoscale_set_property), (plugin_init):
30590         * gst/videoscale/gstvideoscale.h:
30591         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30592         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
30593         (gst_videoscale_planar400), (gst_videoscale_packed422),
30594         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
30595         (gst_videoscale_24bit), (gst_videoscale_16bit),
30596         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
30597         (gst_videoscale_scale_plane_slow),
30598         (gst_videoscale_scale_point_sample),
30599         (gst_videoscale_scale_nearest),
30600         (gst_videoscale_scale_nearest_str2),
30601         (gst_videoscale_scale_nearest_str4),
30602         (gst_videoscale_scale_nearest_32bit),
30603         (gst_videoscale_scale_nearest_24bit),
30604         (gst_videoscale_scale_nearest_16bit):
30605         add debugging category and use it properly
30606         fix use of GST_PTR_FORMAT
30607
30608 2004-02-25  Andy Wingo  <wingo@pobox.com>
30609
30610         * gst/interleave/interleave.c (interleave_buffered_loop): Always
30611         push only when channel->buffer is NULL. Prevents segfaults doing
30612         the state change after a nonlocal exit, like a scheme exception.
30613
30614         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
30615         Handle the case where the intersected caps is empty.
30616
30617 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30618
30619         * gst/law/mulaw-decode.c: (mulawdec_link):
30620         * gst/law/mulaw.c: (plugin_init):
30621           fix mulawdec so it actually works again
30622
30623 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
30624
30625         reviewed by: David Schleef  <ds@schleef.org>
30626
30627         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
30628         (gst_gamma_init), (gst_gamma_set_property),
30629         (gst_gamma_get_property), (gst_gamma_calculate_tables),
30630         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
30631         for RGB, with separate r g and b correction factors. (#131167)
30632
30633 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30634
30635         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30636           only signal tags for bitrate if they're > 0 (#134894)
30637
30638 2004-02-24  David Schleef  <ds@schleef.org>
30639
30640         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
30641         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
30642         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
30643         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
30644         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
30645         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
30646         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
30647         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
30648         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
30649         category.  Attempt to fix timestamp calculation.
30650
30651 2004-02-24  Johan Dahlin  <johan@gnome.org>
30652
30653         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
30654
30655 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30656
30657         * configure.ac:
30658         * gconf/Makefile.am:
30659         * gconf/gstreamer.schemas:
30660         * gst-libs/gst/gconf/Makefile.am:
30661         * gst-libs/gst/gconf/gconf.c:
30662           version gconf schemas and install locations
30663
30664 2004-02-23  Benjamin Otte  <otte@gnome.org>
30665
30666         * ext/xine/xineinput.c: (gst_xine_input_dispose):
30667         (gst_xine_input_subclass_init):
30668           call parent dispose.
30669           change pad template for CD reader correctly
30670         * ext/xine/Makefile.am:
30671         * ext/xine/gstxine.h:
30672         * ext/xine/xine.c: (plugin_init):
30673         * ext/xine/xineaudiosink.c:
30674           wrap audio sinks, too
30675         * gst-libs/gst/resample/private.h:
30676         * gst-libs/gst/resample/resample.c: (gst_resample_init),
30677         (gst_resample_reinit), (gst_resample_scale),
30678         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
30679         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
30680         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
30681         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
30682         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
30683         * gst-libs/gst/resample/resample.h:
30684         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
30685         (gst_audioscale_class_init), (gst_audioscale_link),
30686         (gst_audioscale_get_buffer), (gst_audioscale_init),
30687         (gst_audioscale_chain), (gst_audioscale_set_property),
30688         (gst_audioscale_get_property):
30689         * gst/audioscale/gstaudioscale.h:
30690           s/resample_*/gst_resample_*/i to not clobber namespaces
30691
30692 2004-02-23  Julien MOUTTE  <julien@moutte.net>
30693
30694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
30695         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
30696         (gst_riff_create_video_template_caps),
30697         (gst_riff_create_audio_template_caps),
30698         (gst_riff_create_iavs_template_caps):
30699         * gst-libs/gst/riff/riff-media.h:
30700         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30701         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
30702         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
30703         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30704         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
30705         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
30706         (gst_matroska_demux_plugin_init): First batch implementing audio and
30707         video codec tags in demuxers.
30708
30709 2004-02-22  Benjamin Otte  <otte@gnome.org>
30710
30711         * ext/xine/Makefile.am:
30712         * ext/xine/gstxine.h:
30713         * ext/xine/xine.c: (plugin_init):
30714         * ext/xine/xineinput.c:
30715           add input plugin wrapper. Playback from files, http, mms and cdda
30716           works.
30717         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
30718           remove leftover G_GNUC_UNUSED
30719         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
30720         (gst_asf_demux_identify_guid):
30721           improve debugging output
30722
30723 2004-02-22  Benjamin Otte  <otte@gnome.org>
30724
30725         reported by: Padraig O'Briain <padraig.obriain@sun.com>
30726
30727         * autogen.sh:
30728           replace test -e with test -x for mkinstalldirs to be more portable.
30729           (fixes #134816)
30730
30731 2004-02-22  Benjamin Otte  <otte@gnome.org>
30732
30733         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
30734
30735         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
30736           set rank to PRIMARY
30737         * gst/volume/gstvolume.c: (plugin_init):
30738           set rank to NONE
30739         fixes #134960
30740
30741 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
30742
30743         reviewed by Benjamin Otte  <otte@gnome.org>
30744
30745         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30746           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
30747
30748 2004-02-22  Benjamin Otte  <otte@gnome.org>
30749
30750         * configure.ac:
30751           export [_]*{gst,Gst,GST}.* symbols from plugins
30752
30753 2004-02-22  Christophe Fergeau <teuf@gnome.org>
30754
30755         reviewed by: Benjamin Otte  <otte@gnome.org>
30756
30757         * ext/lame/gstlame.c: (add_one_tag):
30758         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
30760         (gst_vorbisenc_metadata_set1):
30761         * gst/tags/gstid3tag.c:
30762         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
30763           apply fixes from bugs #135042 (lame can't write tags) and #133817
30764           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
30765
30766 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
30767
30768         * configure.ac: Export only gst_plugin_desc from plugins.
30769          Note that this change only makes any effect with Linux using libtool
30770          1.5.2 or higher. Otherwise it is silently ignored, but it would build
30771          fine. And don't try to have several versions of libtool in different
30772          directories.
30773
30774 2004-02-20  Andy Wingo  <wingo@pobox.com>
30775
30776         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
30777         interleave respectively.
30778
30779         * gst/interleave/deinterleave.c: New plugin: deinterleave
30780         (replaces on oneton).
30781         * gst/interleave/interleave.c: New plugin: interleave.
30782         * gst/interleave/plugin.h: Support file.
30783         * gst/interleave/plugin.c: Support file.
30784
30785         * configure.ac: Remove intfloat and oneton, add interleave.
30786
30787         * ext/sndfile/gstsf.c: Handle events better.
30788
30789         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
30790         and float2int operation. int2float has scheduling problems as
30791         noted in in2float_chain.
30792
30793 2004-02-20  Benjamin Otte  <otte@gnome.org>
30794
30795         * ext/xine/Makefile.am:
30796         * ext/xine/gstxine.h:
30797         * ext/xine/xine.c:
30798         * ext/xine/xineaudiodec.c:
30799         * ext/xine/xinecaps.c:
30800           add first version of xine plugin wrapper. Currently only wraps the
30801           QDM2 win32 DLL, and even that only in proof-of-concept quality.
30802         * configure.ac:
30803         * ext/Makefile.am:
30804           add xine plugin wrapper, disabled by default. Use --enable-xine to
30805           build. Note that it'll segfault on gst-register if you don't remove
30806           the goom and tvtime post plugins from xine.
30807         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30808         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
30809           add extradata parsing for QDM2.
30810           change around debugging prints.
30811
30812 2004-02-19  Benjamin Otte  <otte@gnome.org>
30813
30814         * ext/lame/gstlame.c: (gst_lame_chain):
30815         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30816           use gst_tag_list_insert when you want to insert tags
30817
30818 2004-02-18  David Schleef  <ds@schleef.org>
30819
30820         * configure.ac:  Move massink to gst-rotten
30821         * ext/Makefile.am:
30822         * ext/mas/Makefile.am:
30823         * ext/mas/massink.c:
30824         * ext/mas/massink.h:
30825
30826 2004-02-18  David Schleef  <ds@schleef.org>
30827
30828         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
30829         typefinding, since it seems to be worse than nothing.
30830         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
30831         atom to recognize .mp4 and .m4a files as video/quicktime.
30832
30833 2004-02-18  David Schleef  <ds@schleef.org>
30834
30835         * gst/sine/demo-dparams.c: (quit_live),
30836         (dynparm_log_value_changed), (dynparm_value_changed), (main):
30837         Use double dparams, not float.
30838         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30839         (gst_sinesrc_init): Change sync default to FALSE, since multiple
30840         sync'd elements don't really work correctly.
30841         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
30842         (volume_update_volume), (volume_get_property):  Change dparam
30843         to double.
30844
30845 2004-02-18  Julien MOUTTE  <julien@moutte.net>
30846
30847         * sys/ximage/ximagesink.c:
30848         (gst_ximagesink_xwindow_update_geometry),
30849         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30850         (gst_ximagesink_change_state), (gst_ximagesink_expose),
30851         (gst_ximagesink_init): Rework the way software video scaling works. So
30852         now we check on each chain call if the video frames are feeling the
30853         window. If not we try to renegotiate caps. On failure we memorize that
30854         and we won't try again for that PLAYING sessions.
30855         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
30856         failure.
30857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
30858         synchronous flag.
30859
30860 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30861
30862         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30863           break up _link so we can give a better debug message for errors
30864
30865 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30866
30867         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
30868           set up debug category
30869
30870 2004-02-18  Julien MOUTTE <julien@moutte.net>
30871
30872         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30873         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
30874         the way renegotiation work. The event handling function is not taking
30875         care of external windows and renegotiate method check for pad flags
30876         NEGOTIATING. Should fix : #133209
30877
30878 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30879
30880         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
30881         pad is negotiating before trying renegotiation.
30882
30883 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30884
30885         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
30886           pass on all possible mime types as typefind hints
30887
30888 2004-02-17  Julien MOUTTE <julien@moutte.net>
30889
30890         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
30891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
30892         possible SHM leak if we crash. All other apps using XShm are doing
30893         that.
30894
30895 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30896
30897         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30898         (gst_ximagesink_expose): Renegotiate size on expose.
30899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
30900         size on expose.
30901
30902 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30903
30904         * testsuite/alsa/sinesrc.c:
30905           cosmetic fix to fix compile issue with gcc 2.95.4
30906
30907 2004-02-16  Julien MOUTTE <julien@moutte.net>
30908
30909         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
30910         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
30911         failed opening the audio device.
30912         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30913         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
30914         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
30915         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
30916         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30917         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
30918         (gst_ximagesink_change_state), (gst_ximagesink_chain),
30919         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
30920         Removing some useless g_return_if_fail like wingo suggested.
30921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30922         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
30923         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
30924         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
30925         (gst_xvimagesink_update_colorbalance),
30926         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
30927         (gst_xvimagesink_xcontext_clear),
30928         (gst_xvimagesink_get_fourcc_from_caps),
30929         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30930         (gst_xvimagesink_set_xwindow_id),
30931         (gst_xvimagesink_colorbalance_list_channels),
30932         (gst_xvimagesink_colorbalance_set_value),
30933         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
30934         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
30935
30936 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
30937
30938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30939           throw error when not negotiated instead of asserting
30940
30941 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30942
30943         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
30944         correct data refcounting.
30945
30946 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30947
30948         * gst/switch/gstswitch.c: (gst_switch_change_state),
30949         (gst_switch_class_init): Cleaning the sinkpads correctly on state
30950         change, mostly the EOS flag.
30951
30952 2004-02-15  Julien MOUTTE  <julien@moutte.net>
30953
30954         * examples/gstplay/player.c: (got_eos), (main): Adding some
30955         output for debugging.
30956         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
30957         timeouts if we go to any state different from PLAYING.
30958         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
30959         more EOS bugs in riff lib.
30960
30961 2004-02-14  Julien MOUTTE  <julien@moutte.net>
30962
30963         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
30964         visualization until i find a way to fix switch correctly.
30965         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
30966         EOS arrives.
30967         * gst/switch/gstswitch.c: (gst_switch_release_pad),
30968         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
30969         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
30970         Reworked switch to get a more correct behaviour with events and refing
30971         of data stored in sinkpads.
30972         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
30973         we don't pull from a pad in EOS.
30974
30975 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30976
30977         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30978           remove v1 tag even if we can't read it (makes sure we don't detect
30979           it again)
30980
30981 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30982
30983         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
30984         (gst_alsa_xrun_recovery):
30985         * ext/alsa/gstalsa.h:
30986           try xrun recovery when wait failed. Make xrun recovery function
30987           return TRUE/FALSE to indicate success. (might fix #134354)
30988
30989 2004-02-13  David Schleef  <ds@schleef.org>
30990
30991         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
30992         (dynparm_value_changed), (main): Convert from float to double.
30993         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
30994
30995 2004-02-13  David Schleef  <ds@schleef.org>
30996
30997         * gst/silence/gstsilence.c: (gst_silence_class_init),
30998         (gst_silence_set_clock), (gst_silence_get),
30999         (gst_silence_set_property), (gst_silence_get_property):
31000         * gst/silence/gstsilence.h: Add sync property.
31001         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31002         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31003         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31004         * gst/sine/gstsinesrc.h: Add sync property.
31005
31006 2004-02-13  David Schleef  <ds@schleef.org>
31007
31008         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31009         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31010
31011 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31012
31013         * configure.ac:
31014         * ext/Makefile.am:
31015         * gst-libs/ext/Makefile.am:
31016           move ffmpeg plugin to gst-ffmpeg module
31017
31018 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31019
31020         * configure.ac: use GST_ARCH to detect architecture
31021
31022 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31023
31024         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31025
31026 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31027
31028         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31029           classify LADSPA plugins based on number of src/sink pads
31030           (#133663, Stefan Kost)
31031         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31032           fix dparams registration
31033           (#133528, Stefan Kost)
31034         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31035           fix use of isprint and use g_ascii_isprint instead
31036           (#133316, Stefan Kost)
31037
31038 2004-02-11  David Schleef  <ds@schleef.org>
31039
31040         Convert a few inner loops to use liboil.  This is currently
31041         optional, and is only enabled if liboil is present (duh!).
31042         * configure.ac: Check for liboil-0.1
31043         * gst/intfloat/Makefile.am:
31044         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31045         (gst_int2float_chain_gint16):
31046         * gst/videofilter/Makefile.am:
31047         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31048         (tablelookup_u8), (gst_videobalance_planar411):
31049         * gst/videotestsrc/Makefile.am:
31050         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31051         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31052         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31053         (paint_hline_RGB565), (paint_hline_xRGB1555):
31054
31055 2004-02-11  David Schleef  <ds@schleef.org>
31056
31057         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31058         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31059         (gst_colorspace_getcaps), (gst_colorspace_link),
31060         (gst_colorspace_base_init), (gst_colorspace_init),
31061         (gst_colorspace_chain), (gst_colorspace_change_state),
31062         (plugin_init): Merge Ronald's patch (bug #117897) and update
31063         for new caps and negotiation.  Seems to work, although it
31064         shows off bugs in lcs.
31065
31066 2004-02-11  David Schleef  <ds@schleef.org>
31067
31068         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31069         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31070
31071 2004-02-11  David Schleef  <ds@schleef.org>
31072
31073         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31074         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31075         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31076         Add server and port properties
31077
31078 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31079
31080         * m4/a52.m4:
31081         * m4/aalib.m4:
31082         * m4/as-ffmpeg.m4:
31083         * m4/as-liblame.m4:
31084         * m4/as-slurp-ffmpeg.m4:
31085         * m4/check-libheader.m4:
31086         * m4/esd.m4:
31087         * m4/freetype2.m4:
31088         * m4/gconf-2.m4:
31089         * m4/glib.m4:
31090         * m4/gst-alsa.m4:
31091         * m4/gst-artsc.m4:
31092         * m4/gst-ivorbis.m4:
31093         * m4/gst-matroska.m4:
31094         * m4/gst-sdl.m4:
31095         * m4/gst-shout2.m4:
31096         * m4/gst-sid.m4:
31097         * m4/gtk.m4:
31098         * m4/libdv.m4:
31099         * m4/libfame.m4:
31100         * m4/libmikmod.m4:
31101         * m4/ogg.m4:
31102         * m4/vorbis.m4:
31103           fix underquotedness of macros (#133800)
31104         * m4/as-avifile.m4:
31105         * m4/xmms.m4:
31106           removed because no longer used
31107
31108 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31109
31110         * configure.ac:
31111           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31112           by autopoint (fixes #132996)
31113
31114 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31115
31116         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31117         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31118         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31119         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31120           fix memleaks
31121
31122 2004-02-11  David Schleef  <ds@schleef.org>
31123
31124         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31125         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31126         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31127         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31128         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31129         (gst_jpegenc_class_init), (gst_jpegenc_init),
31130         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31131         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31132         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31133         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31134
31135 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31136
31137         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31138         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31139         * ext/mikmod/gstmikmod.h:
31140           fix caps negotiation in mikmod
31141         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31142           output debug information
31143
31144 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31145
31146         * gst-libs/gst/colorbalance/Makefile.am:
31147         * gst-libs/gst/navigation/Makefile.am:
31148         * gst-libs/gst/xoverlay/Makefile.am:
31149           remove unused GST_OPT_CFLAGS from Makefiles
31150           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31151
31152 2004-02-07  David Schleef  <ds@schleef.org>
31153
31154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31155         push events to pads that haven't been created (#133508)
31156
31157 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31158
31159         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31160         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31161         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31162         (gst_dvdec_loop), (gst_dvdec_change_state):
31163         Second attempt at committing a working dvdec element.
31164
31165 2004-02-06  David Schleef  <ds@schleef.org>
31166
31167         Build fixes for OS X: (see #129600)
31168         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31169         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31170         (gst_riff_read_strf_iavs):
31171         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31172         (gst_avi_demux_stream_odml):
31173         * gst/playondemand/Makefile.am:
31174         * gst/rtp/rtp-packet.c:
31175
31176 2004-02-05  David Schleef  <ds@schleef.org>
31177
31178         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31179         last change, because it Just Doesn't Compile.
31180
31181 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31182
31183         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31184           skip undecodable id3v2 tag instead of keeping it
31185
31186 2004-02-05  David Schleef  <ds@schleef.org>
31187
31188         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31189         Unref leaked buffer.  (Noticed by Ronald)
31190
31191 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31192
31193         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31194         Sync requires with other checks.  >= vs =.
31195
31196 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31197
31198         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31199         (gst_dvdec_video_link), (gst_dvdec_loop):
31200         * ext/dv/gstdvdec.h:
31201           rework the caps negotiation so that dvdec works again instead
31202           of just segfaulting.
31203
31204 === release 0.7.4 ===
31205
31206 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31207
31208         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31209         * configure.ac: changed for release
31210
31211 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31212
31213         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31214         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31215         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31216         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31217           reworked patch by David Lehn to fix libdir and includedir for
31218           uninstalled libraries
31219           removed play and gconf from gstreamer-libs since they have their
31220           own pkgconfig files
31221
31222 2004-02-04  David Schleef  <ds@schleef.org>
31223
31224         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31225         memleak.
31226
31227 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31228
31229         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31230           use correct GST_TAG_ENCODER tag
31231
31232 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31233
31234         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31235           be sure to stop the clock when going to paused
31236         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31237           reset number of transmitted when going to ready.
31238         fixes #132935
31239
31240 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31241
31242         reviewed by Benjamin Otte
31243
31244         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31245           extract track count (fixes #133410)
31246
31247 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31248
31249         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31250           that should be !=, not == (fixes #132519)
31251
31252 2004-02-04  David Schleef  <ds@schleef.org>
31253
31254         Make sure set_explicit_caps() is called before adding pad.
31255         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31256         * gst/id3/gstid3types.c: (gst_id3types_loop):
31257         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31258         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31259
31260 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31261
31262         * configure.ac:
31263           bump nano to 2, first prerelease
31264           put back AM_PROG_LIBTOOL
31265
31266 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31267
31268         * testsuite/alsa/Makefile.am:
31269           these are user test apps, not automatic testsuite tests
31270
31271 2004-02-04  David Schleef  <ds@schleef.org>
31272
31273         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31274         * gst/mpeg1videoparse/gstmp1videoparse.c:
31275         (mp1videoparse_parse_seq):
31276         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31277         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31278         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31279         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31280         (gst_xvideosink_getcaps):
31281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31282         * testsuite/gst-lint: more tests
31283
31284 2004-02-04  David Schleef  <ds@schleef.org>
31285
31286         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31287         with the code that they would expand to.
31288         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31289         (gst_flacdec_get_src_query_types),
31290         (gst_flacdec_get_src_event_masks):
31291         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31292         (gst_gnomevfssrc_get_query_types),
31293         (gst_gnomevfssrc_get_event_mask):
31294
31295 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31296
31297         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31298         (gst_sinesrc_dispose):
31299           fix memleak by properly disposing sinesrc
31300
31301 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31302
31303         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31304         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31305         an overlay to redraw the image because it has been exposed.
31306         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31307         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31308         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31309         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31310         interface
31311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31312         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31313         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31314         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31315         interface
31316
31317 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31318
31319         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31320           more memleak fixage
31321
31322 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31323
31324         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31325         * gst/typefind/gsttypefindfunctions.c:
31326           fix memleaks shown by gst-typefind
31327
31328 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31329
31330         * common/glib-gen.mak:
31331           add hack rule to touch .Plo files
31332         * gst-libs/gst/colorbalance/Makefile.am:
31333         * gst-libs/gst/mixer/Makefile.am:
31334         * gst-libs/gst/play/Makefile.am:
31335         * gst-libs/gst/tuner/Makefile.am:
31336           remove glib_root variable
31337
31338 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31339
31340         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31341           set explicit caps before adding the element, so the autopluggers can
31342           plug correctly.
31343         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31344         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31345         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31346         (dv_type_find):
31347           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31348           argument.
31349
31350 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31351
31352         * gst-libs/gst/colorbalance/Makefile.am:
31353         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31354         * gst-libs/gst/colorbalance/colorbalance.c:
31355         * gst-libs/gst/colorbalance/colorbalance.h:
31356         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31357         * gst-libs/gst/mixer/Makefile.am:
31358         * gst-libs/gst/mixer/mixer-marshal.list:
31359         * gst-libs/gst/mixer/mixer.c:
31360         * gst-libs/gst/mixer/mixer.h:
31361         * gst-libs/gst/mixer/mixermarshal.list:
31362         * gst-libs/gst/play/Makefile.am:
31363         * gst-libs/gst/play/play.h:
31364         * gst-libs/gst/tuner/Makefile.am:
31365         * gst-libs/gst/tuner/tuner-marshal.list:
31366         * gst-libs/gst/tuner/tuner.c:
31367         * gst-libs/gst/tuner/tuner.h:
31368         * gst-libs/gst/tuner/tunermarshal.list:
31369           use new glib-gen.mak snippet to clean up Makefile.am
31370           fix various bugs in Makefile.am's
31371
31372 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31373
31374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31375           handle chain parsing correctly in the multichain case
31376         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31377         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31378         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31379         (theora_dec_chain):
31380           handle events and queries correctly
31381
31382 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31383
31384         * .cvsignore:
31385         Ignore generated file _stdint.h.
31386
31387 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31388
31389         * gst-libs/gst/colorbalance/Makefile.am:
31390         * gst-libs/gst/colorbalance/colorbalance.h:
31391         * gst-libs/gst/mixer/Makefile.am:
31392         * gst-libs/gst/mixer/mixer.h:
31393         * gst-libs/gst/play/Makefile.am:
31394         * gst-libs/gst/play/play.h:
31395         * gst-libs/gst/tuner/Makefile.am:
31396         * gst-libs/gst/tuner/tuner.h:
31397         Generate enum type code with glib-mkenums.
31398         * gst-libs/gst/colorbalance/.cvsignore:
31399         * gst-libs/gst/mixer/.cvsignore:
31400         * gst-libs/gst/play/.cvsignore:
31401         * gst-libs/gst/tuner/.cvsignore:
31402         Ignore generated files.
31403
31404 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31405
31406         * gst-libs/gst/audio/.cvsignore:
31407         Ignore generated file.
31408         * gst-libs/gst/audio/Makefile.am:
31409         Do not install example filter.
31410
31411 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31412
31413         * examples/switch/.cvsignore:
31414         Ignore generated file.
31415
31416 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31417
31418         * common/m4/ax_create_stdint_h.m4:
31419         * configure.ac:
31420           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31421           _stdint.h.
31422         * Makefile.am:
31423           remove generated _stdint.h in DISTCLEANFILES
31424         * ext/a52dec/gsta52dec.c:
31425           include _stdint.h for a52dec. (should fix #133064)
31426
31427 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31428
31429         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31430         (gst_tag_to_vorbis_comments):
31431         Add replaygain support to vorbistag
31432
31433 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31434         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31435         (gst_ffmpeg_caps_to_extradata):
31436           Fix SVQ3 caps flag properties
31437           Use glib macro for bytes swap
31438
31439 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31440
31441         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31442         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31443         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31444         * ext/sndfile/gstsf.c: (plugin_init):
31445         * gst/avi/gstavi.c: (plugin_init):
31446         * sys/dxr3/dxr3init.c: (plugin_init):
31447         * sys/oss/gstossaudio.c: (plugin_init):
31448         * sys/v4l/gstv4l.c: (plugin_init):
31449         * sys/v4l2/gstv4l2.c: (plugin_init):
31450           remove textdomain calls
31451         * po/nl.po:
31452           update Dutch translation
31453
31454 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31455
31456         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31457         (gst_play_set_audio_sink): Moving volume in the audio thread for
31458         instantaneous volume change. Maybe i will add another volume in front
31459         of visualization later, not sure yet though.
31460
31461 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31462
31463         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31464         (gst_ximagesink_handle_xevents): Better X events handling, only take
31465         the latest events for configure and motion.
31466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31467
31468 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31469
31470         reviewed by: David Schleef  <ds@schleef.org>
31471
31472         Fix memory leaks:
31473         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31474         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31475
31476 2004-02-02  David Schleef  <ds@schleef.org>
31477
31478         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31479         of lines.
31480         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31481         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31482         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31483         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31484         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31485         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31486         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31487         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31488         (gst_float2_2_int_link):
31489         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31490         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31491         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31492         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31493         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31494         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31495         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31496         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31497         * testsuite/gst-lint: Add tests for bzero and ;;
31498
31499 2004-02-02  David Schleef  <ds@schleef.org>
31500
31501         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31502
31503 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31504
31505         * ext/aalib/gstaasink.c: (gst_aasink_open):
31506         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31507         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31508         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31509         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31510         (gst_afsink_close_file):
31511         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31512         (gst_afsrc_close_file):
31513         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31514         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31515         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31516         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31517         * ext/esd/esdmon.c: (gst_esdmon_get):
31518         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31519         * ext/faac/gstfaac.c: (gst_faac_chain):
31520         * ext/faad/gstfaad.c: (gst_faad_chain):
31521         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31522         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31523         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31524         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31525         (gst_flacdec_loop):
31526         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31527         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31528         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
31529         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
31530         (gst_gnomevfssink_close_file):
31531         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
31532         (gst_gnomevfssrc_open_file):
31533         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
31534         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
31535         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
31536         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31537         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
31538         * ext/mad/gstmad.c: (gst_mad_chain):
31539         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31540         * ext/mpeg2dec/gstmpeg2dec.c:
31541         * ext/mpeg2enc/gstmpeg2enc.cc:
31542         * ext/mplex/gstmplex.cc:
31543         * ext/mplex/gstmplexibitstream.cc:
31544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
31545         (gst_ogg_demux_push):
31546         * ext/raw1394/gstdv1394src.c:
31547         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
31548         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
31549         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
31550         (gst_sf_loop):
31551         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
31552         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
31553         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
31554         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
31555         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31556         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
31557         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
31558         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
31559         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31560         (gst_riff_read_element_data), (gst_riff_read_seek),
31561         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
31562         * gst/adder/gstadder.c: (gst_adder_loop):
31563         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
31564         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
31565         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
31566         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31567         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
31568         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31569         * gst/goom/gstgoom.c: (gst_goom_chain):
31570         * gst/id3/gstid3types.c: (gst_id3types_loop):
31571         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31572         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
31573         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
31574         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31575         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31576         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
31577         (gst_ebml_read_float), (gst_ebml_read_header):
31578         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
31579         (gst_matroska_demux_parse_blockgroup):
31580         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
31581         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31582         * gst/oneton/gstoneton.c: (gst_oneton_chain):
31583         * gst/silence/gstsilence.c: (gst_silence_get):
31584         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31585         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
31586         * gst/speed/gstspeed.c: (speed_loop):
31587         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
31588         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31589         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
31590         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
31591         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31592         (gst_wavparse_loop):
31593         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
31594         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
31595         (dxr3audiosink_close):
31596         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
31597         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
31598         (dxr3videosink_close), (dxr3videosink_write_data):
31599         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
31600         * sys/oss/gstosssink.c: (gst_osssink_chain):
31601         * sys/oss/gstosssrc.c: (gst_osssrc_get):
31602         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
31603         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
31604         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
31605         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
31606         (gst_v4l_set_window), (gst_v4l_enable_overlay):
31607         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
31608         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
31609         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
31610         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
31611         (gst_v4l_set_audio):
31612         * sys/v4l/v4l_calls.h:
31613         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
31614         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
31615         (gst_v4lmjpegsink_playback_init),
31616         (gst_v4lmjpegsink_playback_start):
31617         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
31618         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
31619         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
31620         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
31621         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
31622         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
31623         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
31624         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
31625         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
31626         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
31627         (gst_v4l2_get_output), (gst_v4l2_set_output),
31628         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
31629         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
31630         (gst_v4l2_set_attribute):
31631         * sys/v4l2/v4l2_calls.h:
31632         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
31633         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
31634         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
31635         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
31636         (gst_v4l2src_capture_stop):
31637         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
31638         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31639         (gst_ximagesink_chain):
31640         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
31641         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
31642         (gst_xvideosink_xwindow_new):
31643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31644         (gst_xvimagesink_chain):
31645
31646 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31647
31648         * gst/volume/gstvolume.c: (gst_volume_set_volume),
31649         (gst_volume_get_volume), (volume_class_init), (volume_init),
31650         (volume_chain_int16), (volume_update_volume):
31651         * gst/volume/gstvolume.h:
31652           make code more readable by removing magic numbers
31653           make mixer interface export 0-100 range
31654           make it internally map to 0.0-1.0 range so users don't distort
31655           output by putting the sliders at full volume
31656
31657 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31658
31659         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
31660         (gst_play_state_change), (gst_play_seek_to_time):
31661         block the tick callback for 0.5 secs after doing a seek
31662
31663 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31664
31665         * gst-libs/gst/play/play.c: (gst_play_new):
31666           check for GError
31667
31668 2004-02-01  Julien MOUTTE  <julien@moutte.net>
31669
31670         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
31671         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
31672         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
31673         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
31674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
31675         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
31676
31677 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31678
31679         * configure.ac:
31680         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31681           check for a function added in vorbis 1.1
31682
31683 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31684
31685         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
31686         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
31687           really start/stop clock only on PLAYING <=> PAUSED
31688         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31689           remove \n from debugging lines
31690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31691           make it work when seeking does not
31692         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31693           reset on DISCONT
31694
31695 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31696
31697         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
31698           start clock on PAUSED=>PLAYING, not later
31699         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31700           extract correct time for different discont formats
31701         (gst_alsa_sink_get_time):
31702           don't segfault when no format is negotiated yet, just return 0
31703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31704         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
31705         (gst_ogg_pad_push):
31706           handle flush and discont events correctly
31707         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
31708           handle discont events correctly
31709
31710 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31711
31712         * gst-libs/gst/play/play.c: (gst_play_error_quark),
31713         (gst_play_error_create), (gst_play_error_plugin),
31714         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
31715         * gst-libs/gst/play/play.h:
31716           add error handling during creation
31717         * examples/gstplay/player.c: (main):
31718           use new gst_play_new
31719
31720
31721 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31722
31723         * ext/theora/theoradec.c: (theora_dec_chain):
31724           make comments work
31725         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
31726         (vorbis_dec_src_event), (vorbis_dec_chain):
31727           add encoder tag, fix tag reading to be more error tolerant, change
31728           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
31729           gst_pad_event_default.
31730         * gst/tags/gstvorbistag.c:
31731         (gst_tag_list_from_vorbiscomment_buffer):
31732           undefine function specific define at end of function
31733
31734 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
31735
31736         * ext/flac/gstflac.c: (plugin_init):
31737         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
31738         * ext/flac/gstflacdec.h:
31739         * ext/flac/gstflacenc.h:
31740           Fix typos
31741
31742 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
31743
31744         * examples/gstplay/player.c: s/gstplay.h/play.h/
31745
31746 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31747
31748         * gst-libs/gst/play/Makefile.am:
31749         * gst-libs/gst/play/gstplay.c:
31750         * gst-libs/gst/play/gstplay.h:
31751         * gst-libs/gst/play/play.c:
31752           more surgery, operation complete
31753
31754 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31755
31756         * gst-libs/gst/play/play.old.c:
31757         * gst-libs/gst/play/play.old.h:
31758           after CVS surgery by moving, remove
31759         * gst-libs/gst/play/playpipelines.c:
31760           remove
31761
31762         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31763           add negotiation error
31764
31765 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31766
31767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31768         (gst_ogg_demux_push):
31769           add some seeking debug info
31770           send a flush when seeking
31771
31772 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31773
31774         * configure.ac:
31775           use AC_C_INLINE
31776         * configure.ac:
31777         * ext/Makefile.am:
31778         * ext/theora/Makefile.am:
31779         * ext/theora/theoradec.c:
31780           add theora video decoder. Does just do simple decoding for now and
31781           has been tested against Theora cvs only. It only works when theora
31782           is compiled with --enable-static.
31783         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31784           always reset packetno on DISCONT
31785
31786 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31787
31788         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31789           Fix audio.
31790
31791 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31792
31793         * gst/mpegaudioparse/gstmpegaudioparse.c:
31794         (mp3_type_frame_length_from_header):
31795           Fix header parsing - stolen from ffmpeg (thank you! :) ).
31796
31797 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31798
31799         * ext/esd/esdsink.c: (gst_esdsink_init):
31800           Since we have static pad template caps, we don't need to negotiate;
31801           either the core errors out or we know the format.
31802
31803 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31804
31805         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31806         (gst_riff_read_seek):
31807         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31808         (gst_ebml_read_seek):
31809           Fix event handling.
31810
31811 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31812
31813         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31814           removee video/x-theora from vp3 decoder, it doesn't handle raw
31815           theora streams
31816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
31817           fix bug with finalizing element that never went to PAUSED
31818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31819           length and position queries were swapped
31820         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
31821         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
31822         (vorbis_dec_src_event):
31823           implement querying time and bytes
31824
31825 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31826
31827         * just about every source file:
31828           gst_element_error -> GST_ELEMENT_ERROR
31829
31830 2004-01-29  Julien MOUTTE  <julien@moutte.net>
31831
31832         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
31833         emiting FLUSH and even before DISCONT.
31834         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
31835         get the best instant seeking as possible yay!
31836
31837 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31838
31839         * gst/mpeg1videoparse/gstmp1videoparse.c:
31840         (gst_mp1videoparse_real_chain):
31841           Committed wrong version last week... Grr... Didn't notice until now.
31842
31843 2004-01-29  Julien MOUTTE <julien@moutte.net>
31844
31845         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
31846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
31847         have_xwindow_id signal in xwindow_create.
31848
31849 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31850
31851         * ext/ogg/gstoggdemux.c:
31852           lots of changes - mainly support for chained bitstreams, seeking,
31853           querying and bugfixes of course
31854         * ext/vorbis/Makefile.am:
31855         * ext/vorbis/vorbisdec.c:
31856         * ext/vorbis/vorbisdec.h:
31857           add vorbisdec raw vorbis decoder
31858         * ext/vorbis/vorbis.c: (plugin_init):
31859           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
31860         * gst/intfloat/Makefile.am:
31861         * gst/intfloat/float22int.c:
31862         * gst/intfloat/float22int.h:
31863         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
31864           add float2intnew plugin. It converts multichannel interleaved float to
31865           multichannel interleaved int. The name should probably be changed.
31866         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
31867         (plugin_init):
31868           add typefinding for raw theora video so oggdemux can detect it.
31869
31870 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31871
31872         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
31873         sink element first.
31874         * gst/videoscale/gstvideoscale.c:
31875         (gst_videoscale_handle_src_event): Fixing src event handler.
31876
31877 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31878
31879         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
31880         (gst_v4lsrc_open), (gst_v4lsrc_close),
31881         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
31882         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
31883         * sys/v4l/gstv4lsrc.h:
31884         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
31885         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
31886           Implement resizing... Hack. But that's why v4l is b0rked...
31887
31888 2004-01-28  Julien MOUTTE <julien@moutte.net>
31889
31890         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31891         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
31892         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
31893         (gst_ximagesink_xwindow_destroy):
31894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31895         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31896         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31897         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
31898         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
31899         correctly cleaning the image created to check xshm calls on succes,
31900         added a lot of XSync calls in X11 functions, and fixed a segfault when
31901         no image format was defined before negotiation happened.
31902
31903 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31904
31905         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
31906           use gst_element_get_time to get correct time
31907
31908 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31909
31910         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
31911         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
31912         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
31913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
31914         (gst_xvimagesink_check_xshm_calls),
31915         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
31916         X plugins are now able to detect that XShm calls will fail even if the
31917         server claims that it has XShm support (remote displays most of the
31918         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
31919         so that we use non XShm functions. This feature is almost useless for
31920         xvimagesink as Xv is not supported on remote displays anyway, but
31921         it might happen than even on the local display XShm calls fail.
31922
31923 2004-01-27  David Schleef  <ds@schleef.org>
31924
31925         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
31926         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
31927         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
31928         changed esdsink to only use 44100,16,2, since esd sucks at rate
31929         conversion and esdsink has had difficulty negotiating.
31930
31931 2004-01-27  Julien MOUTTE <julien@moutte.net>
31932
31933         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
31934         (gst_play_seek_to_time): Fixing the way to get current position.
31935
31936 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31937
31938         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
31939           use gst_element_get_time to get correct time
31940
31941 2004-01-27  Julien MOUTTE <julien@moutte.net>
31942
31943         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
31944         fix ever... Inverting 2 lines of code make spider autoplug correctly
31945         tagged mp3 !
31946
31947 2004-01-27  David Schleef  <ds@schleef.org>
31948
31949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31950         Use gst_pad_try_set_caps_nonfixed().
31951
31952 2004-01-27  David Schleef  <ds@schleef.org>
31953
31954         * gst/ac3parse/gstac3parse.c: update to checklist 5
31955         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
31956         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
31957         * gst/audioscale/gstaudioscale.c: same
31958         * gst/auparse/gstauparse.c: same
31959         * gst/avi/gstavidemux.c: same
31960
31961 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31962
31963         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
31964           stop processing after EOS
31965
31966 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31967
31968         * gst/asfdemux/asfheaders.h:
31969         * gst/asfdemux/gstasfdemux.c:
31970         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
31971         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
31972         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
31973           lot's of fixes to make data extraction simpler and get the code
31974           architecture and compiler independant. Add debugging category
31975         * gst/goom/gstgoom.c: (gst_goom_change_state):
31976           reset channel count on PAUSED=>READY, not READY=>PAUSED
31977
31978 2004-01-26  Colin Walters  <walters@verbum.org>
31979
31980         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
31981         code to pull a bigger buffer in iradio mode.  This as a side effect
31982         makes typefinding work.
31983
31984 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
31985
31986         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
31987         Fix SVQ3 decoding on PPC
31988
31989 2004-01-26  Julien MOUTTE <julien@moutte.net>
31990
31991         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
31992         that one managed to stay there... Fixed.
31993
31994 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
31995
31996         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31997         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
31998         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
31999         (qtdemux_video_caps):
32000         * gst/qtdemux/qtdemux.h:
32001         Add SVQ3 specific flags to qtdemux and ffmpeg
32002
32003 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32004
32005         * gst-libs/gst/audio/audio.h:
32006           remove buffer-frames from audio caps
32007         * gst/audioconvert/gstaudioconvert.c:
32008           fix plugin to really work.
32009
32010 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32011
32012         * gst-libs/gst/mixer/mixer.c:
32013         * gst-libs/gst/propertyprobe/propertyprobe.c:
32014         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32015         (gst_tuner_find_channel_by_name):
32016         * gst-libs/gst/tuner/tuner.h:
32017           Add gtk-doc style comments. Also fix a function name.
32018
32019 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32020
32021         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32022         (gst_divxdec_negotiate):
32023           Fix for new capsnego - also fixes gst-player with divxdec.
32024
32025 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32026
32027         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32028         (gst_play_identity_handoff), (gst_play_set_location),
32029         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32030         try in visualization implementation. Still have an issue with switch
32031         blocking when pulling from video_queue and only audio comes out of
32032         spider.
32033         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32034         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32035         release method. And check if the pad is usable before pulling.
32036
32037 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32038
32039         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32040         (gst_videobalance_init),
32041         (gst_videobalance_colorbalance_list_channels),
32042         (gst_videobalance_colorbalance_set_value),
32043         (gst_videobalance_colorbalance_get_value),
32044         (gst_videobalance_update_properties),
32045         (gst_videobalance_update_tables_planar411),
32046         (gst_videobalance_planar411):
32047         * gst/videofilter/gstvideobalance.h:
32048           Implement lookup-tables. +/- 10x faster.
32049
32050 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32051
32052         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32053         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32054           The index reading was broken. The rest worked fine, but the whole
32055           goal of my rewrite was to make avidemux readable, and this was
32056           not at all readable. Please use typed variables.
32057
32058 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32059
32060         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32061           Additional pad usability check.
32062         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32063         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32064         (gst_mp1videoparse_real_chain):
32065           Fix MPEG video stream parsing. The original plugin had several
32066           issues, including not timestamping streams where the source was
32067           not timestamped (this happens with PTS values in mpeg system
32068           streams, but MPEG video is also a valid stream on its own so
32069           that needs timestamps too). We use the display time code for that
32070           for now. Also, if one incoming buffer contains multiple valid
32071           frames, we push them all on correctly now, including proper EOS
32072           handling. Lastly, several potential segfaults were fixed, and we
32073           properly sync on new sequence/gop headers to include them in next,
32074           not previous frames (since they're header for the next frame, not
32075           the previous). Also see #119206.
32076         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32077         (bpf_from_header):
32078           Move caps setting so we only do it after finding several valid
32079           MPEG-1 fraes sequentially, not right after the first one (which
32080           might be coincidental).
32081         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32082         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32083         (plugin_init):
32084           Add unsynced MPEG video stream typefinding, and change some
32085           probability values so we detect streams rightly. The idea is as
32086           follows: I can have an unsynced system stream which contains
32087           video. In the current code, I would randomly get a type for either
32088           system or video stream type found, because the probabilities are
32089           being calculated rather randomly. I now use fixed values, so we
32090           always prefer system stream if that was found (and that is how it
32091           should be). If no system stream was found, we can still identity                the stream as video-only.
32092
32093 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32094
32095         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32096         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32097           don't write to buffer. Extract data without the need of
32098           __attribute__ ((packed))
32099
32100 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32101
32102         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32103         (mpeg1_sys_type_find):
32104           Fix MPEG-1 stream typefinding.
32105
32106 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32107
32108         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32109           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32110
32111 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32112
32113         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32114         * ext/esd/gstesd.c: (plugin_init):
32115           private debugging, better error reporting
32116
32117 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32118
32119         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32120         (gst_riff_read_init), (gst_riff_read_change_state):
32121         * gst-libs/gst/riff/riff-read.h:
32122           Remove stuff fromold metadata system.
32123
32124 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32125
32126         * ext/ogg/gstoggdemux.c:
32127           Fix wrong file comment.
32128         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32129         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32130           Add metadata reading properly.
32131
32132 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32133
32134         * ext/Makefile.am:
32135           Fix nas DIST_SUBDIRS
32136           Uraeus:
32137           Fix bug where make distcheck doesn't get run on adding stuff to
32138           the build.
32139
32140 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32141
32142         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32143         * ext/divx/gstdivxdec.h:
32144           Fix divx3 ("msmpeg4") playback using divxdec.
32145
32146 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32147
32148         * gst/typefind/gsttypefindfunctions.c:
32149         (mp3_type_frame_length_from_header): fix bug in length computation
32150         (mp3_type_find): improve debugging output
32151
32152 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32153
32154         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32155         (gst_play_set_location), (gst_play_seek_to_time),
32156         (gst_play_set_audio_sink), (gst_play_set_visualization),
32157         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32158         the pipeline from scratch. Visualization is back and switch went out as
32159         i realized it was not possible to use the way i wanted.
32160         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32161         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32162         clearing in state change from READY to NULL. So that one can clean the
32163         X ressources keeping the element.
32164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32165         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32166         (gst_xvimagesink_colorbalance_set_value),
32167         (gst_xvimagesink_colorbalance_get_value),
32168         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32169         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32170         change from READY to NULL and fixed some stupid bugs in colorbalance
32171         get/set values. Also added the following feature : when nobody tries to
32172         set some values to the colorbalance levels before the xcontext is
32173         grabbed, then when creating channels list from Xv attributes we set the
32174         internal values to the Xv defaults. This way we handle buggy Xv drivers
32175         that set default hue values far from the middle of the range (Thanks
32176         to Jon Trowbridge for pointing that issue).
32177         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32178         colorbalance levels have been set before xcontext is grabbed.
32179
32180 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32181
32182         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32183           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32184           it might block operations (which is bad for a mixer).
32185
32186 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32187
32188         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32189         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32190         (gmip_find_type_pre):
32191         * gst-libs/gst/media-info/media-info-priv.h:
32192         * gst-libs/gst/media-info/media-info.c:
32193         (gst_media_info_instance_init), (gst_media_info_read_idler):
32194         add fakesink to get caps on decoder src pad again
32195         fix callback prototype to match new have_type signal signature
32196
32197 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32198
32199         * gst/adder/gstadder.c: (gst_adder_link):
32200           fix non-compile and cut-n-paste code
32201
32202 2004-01-21  David Schleef  <ds@schleef.org>
32203
32204         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32205         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32206         (gst_swfdec_init), (gst_swfdec_change_state):
32207         * ext/swfdec/gstswfdec.h:
32208         Fix negotiation.
32209         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32210         (gst_adder_request_new_pad): Fix negotiation.
32211         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32212         Add a fixate function.
32213         * gst/intfloat/gstfloat2int.c:
32214         * gst/intfloat/gstfloat2int.h:
32215         * gst/intfloat/gstint2float.c:
32216         * gst/intfloat/gstint2float.h:
32217         Completely rewrite the negotiation.  Doesn't quite work yet,
32218         due to some buffer-frames problem.
32219
32220 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32221
32222         * ext/gnomevfs/gstgnomevfssrc.c:
32223         * sys/v4l2/v4l2_calls.h:
32224           fix includes for distcheck
32225
32226 2004-01-21  Christian Schaller <uraeus@gnome.org>
32227
32228         * ext/nas/
32229         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32230         based on earlier patch from Laurent Vivier
32231
32232 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32233
32234         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32235         Fix wma caps property
32236         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32237         Fix typo (flags1 and flags2)
32238
32239 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32240
32241         * gst-libs/gst/media-info/media-info-priv.c:
32242         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32243         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32244         (gmip_find_stream), (gmip_find_track_metadata),
32245         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32246         (gmip_find_track_format):
32247         * gst-libs/gst/media-info/media-info-priv.h:
32248         * gst-libs/gst/media-info/media-info-test.c: (main):
32249         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32250         (gst_media_info_read_idler), (gst_media_info_read):
32251         * gst-libs/gst/media-info/media-info.h:
32252           register debugging category and use it for debugging
32253
32254 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32255
32256         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32257         (gst_vorbisfile_new_link):
32258           signal streaminfo through tags
32259
32260 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32261
32262         * ext/mplex/gstmplex.cc:
32263         * ext/mplex/gstmplexibitstream.cc:
32264           g++ doesn't like NULL in our i18n/error macros, should be
32265           either (NULL) or ("").
32266
32267 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32268
32269         * sys/dxr3/dxr3audiosink.c:
32270         * sys/dxr3/dxr3init.c:
32271         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32272         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32273           Fix more error error error errors (missing includes here).
32274
32275 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32276
32277         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32278           fix thomas' error errors.
32279
32280 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32281
32282         * ext/mpeg2enc/gstmpeg2enc.cc:
32283           fix error errors.
32284
32285 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32286
32287         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32288         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32289           Fix for new error system.
32290
32291 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32292
32293         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32294           fix for new error reporting
32295
32296 2004-01-20  David Schleef  <ds@schleef.org>
32297
32298         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32299         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32300         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32301         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32302         and neither is 100+, most likely.
32303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32304         (gst_xvimagesink_getcaps): same
32305
32306 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32307
32308         * configure.ac:
32309           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32310           clashes with ffmpeg.
32311
32312 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32313
32314         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32315         (gst_switch_init): Fixed switch element : proxying link and setting
32316         caps from src to sink on request.
32317
32318 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32319
32320         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32321         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32322         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32323         fix element_error
32324
32325 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32326
32327         * sys/v4l/v4l_calls.h:
32328         * sys/v4l2/v4l2_calls.h:
32329           element_error fixes
32330
32331 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32332
32333         * gst-libs/gst/gst-i18n-plugin.h:
32334           add locale.h
32335           remove config.h inclusion
32336
32337 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32338
32339         * autogen.sh:
32340           adding autopoint invocation
32341         * Makefile.am:
32342         * configure.ac:
32343         * gst-libs/gst/gettext.h:
32344           adding gettext bits
32345         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32346         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32347         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32348         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32349         (gst_gnomevfssink_close_file):
32350         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32351         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32352         * gst-libs/gst/gst-i18n-plugin.h:
32353         * gst/avi/gstavi.c: (plugin_init):
32354         * sys/dxr3/dxr3init.c: (plugin_init):
32355         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32356         * sys/oss/gstossaudio.c: (plugin_init):
32357         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32358         * sys/v4l/gstv4l.c: (plugin_init):
32359         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32360         * sys/v4l2/gstv4l2.c: (plugin_init):
32361         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32362         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32363         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32364         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32365         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32366         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32367           make sure locale and translation domain are set
32368           fix translated strings
32369         * po/.cvsignore:
32370         * po/LINGUAS:
32371         * po/Makevars:
32372         * po/POTFILES.in:
32373         * po/nl.po:
32374           put translation files into place
32375         * sys/xvideo/imagetest.c: (main):
32376         * ext/dv/demo-play.c: (main):
32377           fix unnecessary translations
32378
32379 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32380
32381         * ext/sndfile/gstsf.c:
32382         * gst/avi/gstavimux.c:
32383         * ext/audiofile/gstafsink.c:
32384         * ext/audiofile/gstafsrc.c:
32385         * ext/gnomevfs/gstgnomevfssink.c:
32386         * ext/gnomevfs/gstgnomevfssrc.c:
32387         * sys/oss/gstosselement.c:
32388         * sys/v4l/v4l_calls.h:
32389           fix i18n include
32390
32391 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32392
32393         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32394         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32395         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32396         (gst_v4l2_get_output), (gst_v4l2_set_output),
32397         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32398         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32399         (gst_v4l2_set_attribute):
32400         update to new error handling
32401
32402 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32403
32404         * ext/sidplay/gstsiddec.cc:
32405         * gst/modplug/gstmodplug.cc:
32406           parenthese NULL because C++ seems angry about it
32407
32408 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32409
32410         * gst-libs/gst/gst-i18n-plugin.h:
32411           add skeleton i18n stuff, but needs to be further implemented
32412
32413 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32414
32415         * examples/gstplay/player.c: (main):
32416         * ext/aalib/gstaasink.c: (gst_aasink_open):
32417         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32418         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32419         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32420         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32421         (gst_afsink_close_file):
32422         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32423         (gst_afsrc_close_file):
32424         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32425         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32426         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32427         * ext/esd/esdmon.c: (gst_esdmon_get):
32428         * ext/esd/esdsink.c: (gst_esdsink_chain):
32429         * ext/faac/gstfaac.c: (gst_faac_chain):
32430         * ext/faad/gstfaad.c: (gst_faad_chain):
32431         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32432         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32433         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32434         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32435         (gst_flacdec_loop):
32436         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32437         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32438         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32439         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32440         (gst_gnomevfssink_close_file):
32441         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32442         (gst_gnomevfssrc_open_file):
32443         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32444         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32445         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32446         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32447         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32448         * ext/mad/gstmad.c: (gst_mad_chain):
32449         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32450         * ext/mpeg2dec/gstmpeg2dec.c:
32451         * ext/mpeg2enc/gstmpeg2enc.cc:
32452         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32453         * ext/mplex/gstmplex.cc:
32454         * ext/mplex/gstmplexibitstream.cc:
32455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32456         (gst_ogg_demux_push), (gst_ogg_pad_push):
32457         * ext/raw1394/gstdv1394src.c:
32458         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32459         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32460         * ext/sidplay/gstsiddec.cc:
32461         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32462         (gst_sf_loop):
32463         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32464         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32465         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32466         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32467         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32468         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32469         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32470         * gst-libs/gst/Makefile.am:
32471         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32472         (gst_riff_read_element_data), (gst_riff_read_seek),
32473         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32474         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32475         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32476         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32477         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32478         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32479         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32480         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32481         * gst/goom/gstgoom.c: (gst_goom_chain):
32482         * gst/id3/gstid3types.c: (gst_id3types_loop):
32483         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32484         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32485         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32486         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32487         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32488         (gst_ebml_read_float), (gst_ebml_read_header):
32489         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32490         (gst_matroska_demux_parse_blockgroup):
32491         * gst/modplug/gstmodplug.cc:
32492         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32493         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32494         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32495         * gst/silence/gstsilence.c: (gst_silence_get):
32496         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32497         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32498         * gst/speed/gstspeed.c: (speed_loop):
32499         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32500         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32501         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32502         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32503         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32504         (gst_wavparse_loop):
32505         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32506         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32507         (dxr3audiosink_close):
32508         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32509         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32510         (dxr3videosink_close), (dxr3videosink_write_data):
32511         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32512         * sys/oss/gstosselement.h:
32513         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32514         (gst_osssink_chain):
32515         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32516         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32517         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32518         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32519         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32520         (gst_v4l_enable_overlay):
32521         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32522         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32523         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32524         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32525         (gst_v4l_set_audio):
32526         * sys/v4l/v4l_calls.h:
32527         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32528         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32529         (gst_v4lmjpegsink_playback_init),
32530         (gst_v4lmjpegsink_playback_start):
32531         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32532         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
32533         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
32534         (gst_v4lmjpegsrc_requeue_frame):
32535         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32536         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32537         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32538         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32539         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32540         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32541         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32542         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32543         (gst_v4l2src_capture_stop):
32544         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32545         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32546         (gst_ximagesink_chain):
32547         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32548         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32549         (gst_xvideosink_xwindow_new):
32550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32551         (gst_xvimagesink_chain):
32552         use new error signal, function and categories
32553
32554 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
32555
32556         * configure.ac:
32557         * ext/Makefile.am:
32558         * ext/musicbrainz/gsttrm.c:
32559         * ext/musicbrainz/gsttrm.h:
32560         * ext/musicbrainz/Makefile.am:
32561         Add a trm plugin
32562
32563 2004-01-18  Julien MOUTTE  <julien@moutte.net>
32564
32565         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
32566         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
32567         synchronous property for debugging.
32568         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
32569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32570         (gst_xvimagesink_set_property): Moving a pointer declaration to a
32571         smaller block, fixing indent.
32572
32573 2004-01-16  David Schleef  <ds@schleef.org>
32574
32575         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
32576         property affects the video stream.
32577         * sys/xvimage/xvimagesink.c:
32578         * sys/xvimage/xvimagesink.h:
32579         Add synchronous property for debugging.  Should probably be
32580         disabled in non-CVS builds.  Make sure that the Xv attribute
32581         exists before we set it (crash!).  Fix a silly float bug that
32582         caused colorbalance to just not work.
32583
32584 2004-01-17  Christian Schaller <Uraeus@gnome.org>
32585
32586         * tools/gst-launch-ext.in - update for new plugins
32587
32588 2004-01-16  David Schleef  <ds@schleef.org>
32589
32590         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
32591         already-freed caps.
32592
32593 2994-01-16  Christian Schaller <Uraeus@gnome.org>
32594
32595         * Update spec for new colorspace plugin and libcaca plugin
32596         * Fix compilation of libcaca plugin (clock -> id)
32597
32598 2004-01-16  Julien MOUTTE <julien@moutte.net>
32599
32600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
32601         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
32602         (gst_xvimagesink_set_xwindow_id),
32603         (gst_xvimagesink_colorbalance_set_value),
32604         (gst_xvimagesink_colorbalance_get_value),
32605         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32606         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
32607         correct colorbalance properties. They can now be set when the element
32608         is still in NULL state. The values will be committed to the Xv Port
32609         when xcontext is initialized.
32610         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
32611         brightness int values in the GstXvImagesink structure.
32612
32613 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32614
32615         * gst-libs/gst/Makefile.am:
32616           restructure so having local patches works easier.
32617
32618 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32619
32620         * ext/mpeg2enc/Makefile.am:
32621         * ext/mpeg2enc/gstmpeg2enc.cc:
32622         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32623           Bugfix with respect to EOS handling.
32624
32625 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32626
32627         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
32628           Link with right caps (else, it segfaults).
32629         * ext/mplex/gstmplexjob.cc:
32630           Fix for slight API change in 1.6.1.93 release of mjpegtools.
32631
32632 2004-01-15  David Schleef  <ds@schleef.org>
32633
32634         * gst-libs/gst/audio/Makefile.am:
32635         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
32636         from the template.
32637         * gst-libs/gst/audio/gstaudiofilter.c:
32638         * gst-libs/gst/audio/gstaudiofilter.h:
32639         Add bytes_per_sample and size and n_samples calculation.
32640         * gst-libs/gst/audio/gstaudiofilterexample.c:
32641         Remove, now autogenerated.
32642         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
32643         Moved from gstaudiofilterexample, object name changed, code added
32644         so that it actually works.
32645         * gst-libs/gst/audio/make_filter:
32646         Script to build an audiofilter subclass from the template.
32647         * gst/colorspace/Makefile.am:
32648         * gst/colorspace/yuv2yuv.c:
32649         Remove file, since it's GPL, and we don't use it.
32650
32651 2004-01-15  Julien MOUTTE  <julien@moutte.net>
32652
32653         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
32655         them use the buffer free function to test how the buffer was allocated.
32656
32657 2004-01-15  David Schleef  <ds@schleef.org>
32658
32659         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
32660         that handles osssink fallback.
32661         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
32662         (gst_audio_convert_getcaps):
32663         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
32664         Add audio/x-qdm2 for QDM2 audio.
32665         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32666         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
32667         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
32668         Decrease minimum size to 16x16.
32669         * gst/wavparse/gstwavparse.c:
32670         Convert disabled pad template caps to new caps.
32671         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32673         (gst_xvimagesink_chain): Throw element error when display cannot
32674         be opened.  Increase minimum framerate to 1.0.  Check the data
32675         free function on a buffer to make sure it is the type we expect
32676         before manipulating it.
32677
32678 2004-01-15  Julien MOUTTE <julien@moutte.net>
32679
32680         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32681         (gst_videobalance_colorbalance_set_value): Implement passthru if
32682         settings are in the middle.
32683         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
32684
32685 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32686
32687         * gst/videofilter/Makefile.am:
32688         * gst/volume/Makefile.am:
32689           Since we use videofilter symbols, link to it.
32690
32691 2004-01-15  Julien MOUTTE <julien@moutte.net>
32692
32693         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
32694         mixer interface type to HARDWARE.
32695         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
32696         type to SOFTWARE.
32697         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
32698         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
32699         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
32700         (gst_volume_interface_init), (gst_volume_list_tracks),
32701         (gst_volume_set_volume), (gst_volume_get_volume),
32702         (gst_volume_set_mute), (gst_volume_mixer_init),
32703         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
32704         (volume_init): Implementing mixer interface.
32705         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
32706         * sys/oss/gstosselement.c: (gst_osselement_get_type),
32707         (gst_osselement_change_state): Removing some trailing commas in
32708         structures.
32709         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
32710         interface type to HARDWARE.
32711         * sys/v4l/gstv4lcolorbalance.c:
32712         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
32713         type to HARDWARE.
32714         * sys/v4l2/gstv4l2colorbalance.c:
32715         (gst_v4l2_color_balance_interface_init): Setting colorbalance
32716         interface type to HARDWARE.
32717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
32718         same code than ximagesink for event handling.
32719
32720 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32721
32722         * ext/snapshot/Makefile.am:
32723         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
32724         (gst_snapshot_chain):
32725         * ext/snapshot/gstsnapshot.h:
32726           This has to be a joke... Snapshot should be connected to a tee,
32727           colorspace element before it and EOS after that, where the other
32728           src of the tee receives normal data.
32729           The current way is *wrong*.
32730
32731 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32732
32733         * ext/hermes/gsthermescolorspace.c:
32734           Fix another compile error. Same as below.
32735
32736 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32737
32738         * gst/colorspace/gstcolorspace.c:
32739         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
32740         (gst_colorspace_i420_to_yv12):
32741           Fix compiling... Didn't test if it actually works.
32742
32743 2004-01-15  David Schleef  <ds@schleef.org>
32744
32745         * configure.ac:
32746         * gst/colorspace/Makefile.am:
32747         * gst/colorspace/gstcolorspace.c:
32748         * gst/colorspace/gstcolorspace.h:
32749         * gst/colorspace/yuv2rgb.c:
32750         * gst/colorspace/yuv2rgb.h:
32751         Duplicate the ext/hermes colorspace plugin, and remove Hermes
32752         code and GPL code.  Fix for new caps negotiation.  Rewrite
32753         much of the format handling code, and some of the conversion
32754         code.  Basically, rewrote almost everything.  This element
32755         handles I420, YV12 to RGB conversions.
32756         * ext/hermes/Makefile.am:
32757         * ext/hermes/gsthermescolorspace.c:
32758         Rename colorspace to hermescolorspace.  Fix negotiation issues.
32759         Remove non-Hermes related code.  This element handles lots of
32760         RGB to RGB conversions, but no YUV.
32761         * ext/hermes/gstcolorspace.c:
32762         * ext/hermes/gstcolorspace.h:
32763         * ext/hermes/rgb2yuv.c:
32764         * ext/hermes/yuv2rgb.c:
32765         * ext/hermes/yuv2rgb.h:
32766         * ext/hermes/yuv2rgb_mmx16.s:
32767         * ext/hermes/yuv2yuv.c:
32768         * ext/hermes/yuv2yuv.h:
32769         Remove old code.
32770
32771 2004-01-14  Colin Walters  <walters@verbum.org>
32772
32773         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
32774         they've already been.
32775
32776 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32777
32778         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
32779           assume tag mode when pad is not connected
32780
32781 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32782
32783         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32784           Don't update the time of the clock
32785         (gst_alsa_sink_loop):
32786           sync to the clock given to alsasink, not the own clock
32787         * sys/oss/gstosssink.c: (gst_osssink_chain):
32788           sync to the clock
32789         (gst_osssink_change_state):
32790           activate the clock
32791         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32793           remove bogus code that made DISCONT events unhandled
32794         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
32795           explicitly case to double in _set_simple. (fixes 2nd warning in bug
32796           #131502)
32797         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
32798         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
32799         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
32800           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
32801           2nd warning in bug #131502)
32802
32803 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32804
32805         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32806         (gst_videobalance_colorbalance_set_value),
32807         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
32808         for colorbalance interface implementation.
32809         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32810         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32811         (gst_ximagesink_dispose), (gst_ximagesink_init),
32812         (gst_ximagesink_class_init): Adding DISPLAY property.
32813         * sys/ximage/ximagesink.h: Adding display_name to store display.
32814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32815         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32816         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
32817         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
32818         properties (they still need polishing though for gst-launch use : no
32819         xcontext yet, i ll do that tomorrow).
32820         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
32821
32822 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32823
32824         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32825         (gst_play_set_location), (gst_play_set_visualization): Preparing
32826         switch integration, adding videobalance in the pipeline.
32827
32828 2004-01-14  Julien MOUTTE <julien@moutte.net>
32829
32830         * gst-libs/gst/colorbalance/colorbalance.c:
32831         (gst_color_balance_class_init): Adding a default type.
32832         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
32833         the type.
32834         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
32835         (gst_videobalance_dispose), (gst_videobalance_class_init),
32836         (gst_videobalance_init), (gst_videobalance_interface_supported),
32837         (gst_videobalance_interface_init),
32838         (gst_videobalance_colorbalance_list_channels),
32839         (gst_videobalance_colorbalance_set_value),
32840         (gst_videobalance_colorbalance_get_value),
32841         (gst_videobalance_colorbalance_init): Implementing colorbalance
32842         interface.
32843         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
32844         list.
32845         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
32846         bug which was triggering a BadAccess X error when setting an overlay
32847         before pad was really negotiated.
32848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
32849         Using the colorbalance type macro.
32850
32851 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32852
32853         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
32854         (gst_flacenc_chain):
32855           handle tags correctly
32856         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
32857           extract ID3v1 tags correctly
32858
32859 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32860
32861         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
32862         (plugin_init):
32863           Improve matroska typefinding for odd-typed headers...
32864
32865 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32866
32867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
32868           Fix for using incremental number on padnames.
32869
32870 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32871
32872         * ext/divx/gstdivxdec.c:
32873         * ext/divx/gstdivxenc.c:
32874           Set category to divx4linux instead of divx (too generic).
32875         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
32876         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
32877         (gst_wavparse_loop), (gst_wavparse_change_state):
32878         * gst/wavparse/gstwavparse.h:
32879           fix parsing of WAV files with non-standard fmt-tag size and fix
32880           skipping of unrecognized chunks... Someone please fix this thing
32881           to use rifflib so all this is automated.
32882         * sys/v4l/Makefile.am:
32883         * sys/v4l2/Makefile.am:
32884           Add X_CFLAGS because we depend on X (for overlay).
32885
32886 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
32887
32888         * ext/mpeg2dec/gstmpeg2dec.c:
32889           Don't issue a timestamp unless we tagged the frame
32890           with a PTS.
32891
32892 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32893
32894         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
32895           Query the audio element to get the time, not the clock. We're
32896           interested in the element's time here.
32897
32898 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32899
32900         * ext/aalib/gstaasink.c: (gst_aasink_chain):
32901         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32902         * ext/esd/esdsink.c: (gst_esdsink_chain):
32903         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
32904         * ext/mas/massink.c: (gst_massink_chain):
32905         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
32906         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
32907         (gst_matroska_demux_parse_metadata):
32908         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
32909         (gst_mpeg_parse_release_locks):
32910         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
32911         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
32912         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32913         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
32914         (gst_osssink_change_state):
32915         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32916         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32917         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
32918         (gst_xvideosink_release_locks):
32919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32920           use element time.
32921         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
32922         (gst_alsa_clock_stop):
32923         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
32924         (gst_audio_clock_get_internal_time):
32925           simplify for use with new clocking code.
32926         * testsuite/alsa/Makefile.am:
32927         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
32928           fix testsuite for new caps system
32929
32930 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32931
32932         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
32933         * ext/flac/gstflacenc.c: (add_one_tag):
32934           length is already host endian, no need to convert. Fixes playback of
32935           tagged files on PPC. (bug #128384)
32936
32937 2004-01-13  Julien MOUTTE <julien@moutte.net>
32938
32939         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
32940         colorbalance interface stating if it is hardware based or software
32941         based.
32942         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
32943         Removing a trailing comma.
32944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32945         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
32946         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
32947         the documentation seems to be wrong on the -1000 to 1000 interval.
32948
32949 2004-01-12  David Schleef  <ds@schleef.org>
32950
32951         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
32952         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
32953         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
32954         Fix negotiation.  Add a bufferalloc function for the sink pad,
32955         and generally clean up some of the code.
32956
32957 2004-01-12  Julien MOUTTE <julien@moutte.net>
32958
32959         * gst-libs/gst/colorbalance/colorbalancechannel.c:
32960         (gst_color_balance_channel_dispose): Adding safety check in dispose
32961         method.
32962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32963         (gst_xvimagesink_xcontext_clear),
32964         (gst_xvimagesink_interface_supported),
32965         (gst_xvimagesink_colorbalance_list_channels),
32966         (gst_xvimagesink_colorbalance_set_value),
32967         (gst_xvimagesink_colorbalance_get_value),
32968         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
32969         Adding colorbalance interface support to set XV parameters such as
32970         HUE, BRIGHTNESS, CONTRAST, SATURATION.
32971         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
32972         interface.
32973
32974 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32975
32976         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
32977         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
32978         (gst_audio_convert_init), (gst_audio_convert_set_property),
32979         (gst_audio_convert_get_property), (gst_audio_convert_chain),
32980         (gst_audio_convert_link),
32981         (gst_audio_convert_buffer_to_default_format),
32982         (gst_audio_convert_buffer_from_default_format), (plugin_init):
32983           - implement _getcaps and use it
32984           - improve linking
32985           - remove float caps since no float conversion is actually done
32986           - remove properties and arguments that were to be used for rate
32987             conversion
32988
32989 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32990
32991         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
32992         (gst_audio_structure_set_int):
32993         * gst-libs/gst/audio/audio.h:
32994           add helper functions for _getcaps matching the standard audio
32995           templates
32996
32997 2004-01-12  David Schleef  <ds@schleef.org>
32998
32999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33000         Test that pad is negotiated before getting its caps.
33001
33002 2004-01-12  Julien MOUTTE <julien@moutte.net>
33003
33004         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33005         analyzing the pads of an element the bin is mostly in READY state so
33006         no caps were negotiated. This helper function needs to work with
33007         _get_caps directly then. I was not freeing them though, added that to
33008         fix the mem leak.
33009
33010 2004-01-12  Julien MOUTTE <julien@moutte.net>
33011
33012         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33014         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33015         than the free_func.
33016
33017 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33018
33019         * sys/oss/gstossaudio.c: (plugin_init):
33020         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33021         * sys/oss/gstosselement.h:
33022           make an oss debugging category
33023           make failure more descriptive
33024
33025 2004-01-11  David Schleef  <ds@schleef.org>
33026
33027         * ext/ffmpeg/gstffmpeg.c:
33028         * ext/ffmpeg/gstffmpegcodecmap.c:
33029         * ext/ffmpeg/gstffmpegdec.c:
33030         * ext/ffmpeg/gstffmpegenc.c:
33031         * ext/ffmpeg/gstffmpegprotocol.c:
33032         * ext/gdk_pixbuf/gstgdkanimation.c:
33033         * ext/jpeg/gstjpeg.c:
33034         * ext/libpng/gstpng.c:
33035         * ext/mpeg2dec/perftest.c:
33036         * ext/speex/gstspeex.c:
33037         * gst-libs/gst/resample/dtos.c:
33038         * gst/intfloat/gstintfloatconvert.c:
33039         * gst/oneton/gstoneton.c:
33040         * gst/rtjpeg/RTjpeg.c:
33041         * gst/rtp/gstrtp.c:
33042         * sys/dxr3/dxr3init.c:
33043         * sys/glsink/gstgl_nvimage.c:
33044         * sys/glsink/gstgl_pdrimage.c:
33045         * sys/glsink/gstglsink.c:
33046         * testsuite/gst-lint:
33047         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33048
33049 2004-01-11  David Schleef  <ds@schleef.org>
33050
33051         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33052         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33053         * ext/gdk_pixbuf/gstgdkanimation.c:
33054         (gst_gdk_animation_iter_create_pixbuf):
33055         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33056         (gst_gdk_pixbuf_chain):
33057         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33058         * ext/jack/gstjack.c: (gst_jack_change_state):
33059         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33060         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33061         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33062         * gst/videofilter/gstvideofilter.c:
33063         (gst_videofilter_set_output_size):
33064         Remove all usage of gst_pad_get_caps(), and replace it with
33065         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33066
33067 2004-01-11  David Schleef  <ds@schleef.org>
33068
33069         * configure.ac:
33070         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33071         * ext/divx/gstdivxdec.c:
33072         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33073         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33074         handle images that span multiple buffers.  Now work with both
33075         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33076         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33077         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33078         video/video.h changes
33079         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33080         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33081         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33082         of GstData free function.
33083         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33084         same.
33085
33086 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33087
33088         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33089         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33090         (gst_v4l2element_get_property):
33091         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33092           add norm, channel and frequency properties.
33093         * sys/v4l2/gstv4l2tuner.c:
33094           fixes for tuner interface changes
33095         * sys/v4l2/gstv4l2element.h:
33096         * sys/v4l2/gstv4l2src.c:
33097         * sys/v4l2/gstv4l2src.h:
33098         * sys/v4l2/v4l2src_calls.c:
33099         * sys/v4l2/v4l2src_calls.h:
33100           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33101
33102 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33103
33104         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33105         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33106         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33107         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33108         * gst-libs/gst/tuner/tuner.h:
33109           GObjects aren't const.
33110           Add find_by_name functions.
33111           Add checks to _changed functions.
33112         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33113         (gst_v4l_tuner_get_norm):
33114           Fixes for above.
33115
33116 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33117
33118         * gst-libs/gst/video/video.h:
33119           Fix caps template names to be understandable.
33120           Prefix everything with GST_VIDEO.
33121         * ext/aalib/gstaasink.c:
33122         * ext/divx/gstdivxdec.c:
33123         * ext/divx/gstdivxenc.c:
33124         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33125         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33126         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33127         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33128         * ext/libcaca/gstcacasink.c:
33129         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33130         * ext/snapshot/gstsnapshot.c:
33131         * ext/swfdec/gstswfdec.c:
33132         * ext/xvid/gstxviddec.c:
33133         * ext/xvid/gstxvidenc.c:
33134         * gst/chart/gstchart.c:
33135         * gst/deinterlace/gstdeinterlace.c:
33136         * gst/effectv/gsteffectv.c:
33137         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33138         * gst/goom/gstgoom.c:
33139         * gst/median/gstmedian.c:
33140         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33141         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33142         * gst/overlay/gstoverlay.c:
33143         * gst/smooth/gstsmooth.c:
33144         * gst/smpte/gstsmpte.c:
33145         * gst/synaesthesia/gstsynaesthesia.c:
33146         * gst/videocrop/gstvideocrop.c:
33147         * gst/videodrop/gstvideodrop.c:
33148         * gst/y4m/gsty4mencode.c:
33149         * sys/qcam/gstqcamsrc.c:
33150         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33151           Make them work with new video.h file.
33152         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33153         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33155         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33156           Make it work with new buffer allocation system.
33157
33158 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33159
33160         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33161         pad_alloc_buffer implementation to use ->srcpad
33162         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33163         pad_alloc_buffer implementation to use ->srcpad
33164         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33165         pad_alloc_buffer implementation to use ->srcpad
33166         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33167         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33168         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33169         a reference to everything we need.
33170         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33172         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33173         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33174         a reference to everything we need.
33175         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33176
33177 2004-01-11  David Schleef  <ds@schleef.org>
33178
33179         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33180         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33181         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33182         structure members.
33183         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33184         value during a resize/renegotiation.
33185         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33186         gst_pad_alloc_buffer();
33187         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33188         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33189         structure members.
33190         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33191         Fix for rename of buffer private structure members.
33192         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33193         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33194         Fix for rename of buffer private structure members.
33195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33196         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33197         Fix for rename of buffer private structure members.
33198
33199 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33200
33201         reviewed by: David Schleef <ds@schleef.org>
33202
33203         * gst/videofilter/Makefile.am:
33204         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33205         from the patch by ds to fit in with recent make_filter changes.
33206
33207 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33208
33209         * configure.ac: Adding examples/switch/Makefile
33210         * examples/Makefile.am: Adding examples/switch
33211         * examples/switch/Makefile.am: Adding switcher example.
33212         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33213         (switch_timer), (main): Adding an example demonstrating switch usage
33214         with 2 videotestsrc showing different patterns.
33215         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33216         (gst_switch_init): Fixing switch with the new caps system.
33217
33218 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33219
33220         * gst-libs/gst/video/video.h:
33221           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33222           They should probably be like
33223           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33224
33225 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33226
33227         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33228         (qtdemux_parse_trak):
33229           fix audio chunk size/timestamp calculation
33230
33231 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33232
33233         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33234           fix SVQ3 caps
33235
33236 2004-01-11  Steve Baker  <steve@stevebaker.org>
33237
33238         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33239         (gst_agingtv_base_init), (gst_agingtv_class_init),
33240         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33241         (gst_agingtv_set_property), (gst_agingtv_get_property):
33242         Port agingTV to videofilter
33243
33244 2004-01-09  Julien MOUTTE <julien@moutte.net>
33245
33246         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33247         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33248
33249 2004-01-09  Julien MOUTTE <julien@moutte.net>
33250
33251         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33252         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33253         * gst-libs/gst/xoverlay/xoverlay.c:
33254         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33255         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33256         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33257         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33258         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33259         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33260         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33261         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33262         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33263         interface implementation to handle xid being 0 and fix some bugs
33264         triggered by Benjamin's testcase.
33265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33266         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33267         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33268         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33269         interface implementation to handle xid being 0 and fix some bugs
33270         triggered by Benjamin's testcase.
33271
33272 2004-01-09  David Schleef  <ds@schleef.org>
33273
33274         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33275         mouse pointer events.  It works.
33276
33277 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33278
33279         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33280           Use explicit caps - fix capsnego.
33281         * ext/xvid/gstxviddec.c:
33282         * ext/xvid/gstxvidenc.c:
33283           Remove macro-inside-macro which caused compile errors.
33284         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33285           Error out if it's not a RIFF file. Else we error out without
33286           gst_element_error() which is not good...
33287
33288 2004-01-08  David Schleef  <ds@schleef.org>
33289
33290         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33291         Fix pad_link function to handle formats that ffmpeg returns
33292         as multiple caps structures.
33293         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33294         Only complain if source buffer is _smaller_ than expected.
33295         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33296         (gst_videoscale_handle_src_event): Resize navigation events
33297         when passing them upstream.
33298         * gst/videotestsrc/gstvideotestsrc.c:
33299         * gst/videotestsrc/gstvideotestsrc.h:
33300         * gst/videotestsrc/videotestsrc.c:
33301         * gst/videotestsrc/videotestsrc.h:
33302         Rewrite many of the buffer painting functions to handle odd
33303         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33304         been verified to work with my video card.
33305         * testsuite/gst-lint:  Add check for elements calling
33306         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33307
33308 2004-01-08  David Schleef  <ds@schleef.org>
33309
33310         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33311         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33312
33313 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33314
33315         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33316         configure event is not emiting the desired size signal. That fixes
33317         aspect ratio issues with gst-player.
33318
33319 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33320
33321         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33322           Fix capsnego.
33323
33324 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33325
33326         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33327         public method to fire size signal.
33328
33329 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33330
33331         * examples/gstplay/Makefile.am: Adding the interface library.
33332         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33333         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33334         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33335         GST_IS_X_OVERLAY before signal connect.
33336         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33337         Removing the have_video_size signal.
33338         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33339         and associated public method.
33340         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33341         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33342         signal.
33343         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33344         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33345         signal.
33346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33347         Using XOverlay public method to fire size signal.
33348
33349 2004-01-07  David Schleef  <ds@schleef.org>
33350
33351         * gst/videofilter/Makefile.am:
33352         * gst/videofilter/gstvideotemplate.c:
33353         * gst/videofilter/make_filter:
33354         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33355         Convert make_filter to /bin/sh script.
33356
33357 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33358
33359         * gst/modplug/gstmodplug.cc: fix element description
33360
33361 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33362
33363         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33364         (got_video_size): Adding some new lines in g_print calls.
33365         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33366         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33367         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33368         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33369         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33370         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33371         Complete code review, reverting some stuff i disagree with, adding
33372         some fixes : time synchronization on invalid timestamps, renegotiation
33373         of private window.
33374         * sys/ximage/ximagesink.h:
33375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33376         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33377         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33378         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33379         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33380         (gst_xvimagesink_buffer_new),
33381         (gst_xvimagesink_navigation_send_event),
33382         (gst_xvimagesink_set_xwindow_id),
33383         (gst_xvimagesink_get_desired_size),
33384         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33385         stuff i disagree with, adding some fixes : Renegotiation of private
33386         window, implementing get_desired_size.
33387
33388 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33389
33390         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33391         (gst_afsink_handle_event):
33392         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33393         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33394         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33395         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33396         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33397           Fix for instantiate-test (see core). Also remove dead code from
33398           jpegenc (which still needs fixing, but that's lower on my TODO
33399           list...).
33400         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33401           Never return NULL as caps.
33402
33403 2004-01-07  David Schleef  <ds@schleef.org>
33404
33405         * configure.ac:
33406         * ext/Makefile.am:
33407         * ext/librfb/Makefile.am:
33408         * ext/librfb/gstrfbsrc.c:
33409         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33410         is the protocol used by VNC.
33411
33412 2004-01-07  David Schleef  <ds@schleef.org>
33413
33414         * gst/videofilter/gstvideotemplate.c:
33415         * gst/videofilter/gstvideotemplate.h:
33416         * gst/videofilter/make_filter:
33417         Merge videotemplate header into source file.
33418         * gst/effectv/Makefile.am:
33419         * gst/effectv/gsteffectv.c: (plugin_init):
33420         * gst/effectv/gstwarp.c:
33421         Make warpTV a subclass of videofilter.
33422
33423 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33424
33425         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33426           Add guard against invalid utf-8 conversions in mad. Just in case.
33427
33428 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33429
33430         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33431           Fix for bug shown by poisoning
33432
33433 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33434
33435         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33436         (gst_v4lmjpegsrc_buffer_free):
33437         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33438         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33439         (gst_v4lsrc_buffer_free):
33440           Fix for removed bufferpools.
33441
33442 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33443
33444         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33445         Fix caps negotiation.
33446
33447         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33448         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33449         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33450         (dvdnavsrc_event):
33451         * ext/mpeg2dec/gstmpeg2dec.c:
33452         * gst-libs/gst/navigation/navigation.c:
33453         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33454         * gst-libs/gst/navigation/navigation.h:
33455         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33456         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33458         Super-simple first version of mouse and keyboard events. Clicking
33459         on a DVD menu now works, although it may not take you where you
33460         expected.
33461
33462         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33463         * gst/videotestsrc/gstvideotestsrc.c:
33464         (gst_videotestsrc_src_fixate):
33465         These fixate functions were broken - they never actually
33466         fixated :)
33467
33468 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33469
33470         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33471         (gst_icecastsend_init):
33472           fix for new caps system.
33473         * gst-libs/gst/mixer/mixertrack.h:
33474         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33475           Add 'master track' flag (for tools like ACME that only want to
33476           change the main volume).
33477
33478 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33479
33480         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33481         (gst_xvid_csp_to_caps):
33482         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33483         * ext/xvid/gstxvidenc.c:
33484         ifdef out ARGB type when it isn't available
33485         in xvidcore 1.0.0beta2
33486
33487 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33488
33489         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33490           When we have received a new SCR right in the first buffer after
33491           a seek (so in the same cycle that handles the discont), we should
33492           handle the buffer instead of unreffing it, else we lose data.
33493
33494 2004-01-06  Iain <iain@prettypeople.org>
33495
33496         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33497           buffer-frames caps too.
33498
33499         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33500           caps that we need, don't destroy them all and rebuild them. And when
33501           creating src pads, use the src pad template rather than the sink...
33502
33503 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33504
33505         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33506           Add pad to element *after* setting functions such as event handler.
33507           Without this, the scheduler (opt) will link pads, set the event
33508           handler from the default event function (dispatcher in gstpad.c)
33509           and *after* that, we will set our own event function, which will
33510           thus never be used (and thus mpegdemux doesn't handle events).
33511
33512 2004-01-04  David Schleef  <ds@schleef.org>
33513
33514         Fix the fixate functions to handle new prototype:
33515         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33516         * gst/videotestsrc/gstvideotestsrc.c:
33517         (gst_videotestsrc_src_fixate):
33518         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33519         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33521
33522 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33523
33524         * sys/ximage/ximagesink.h:
33525         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33526         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33527         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
33528         (gst_ximagesink_xoverlay_init):
33529           assorted fixes to make (re)embedding work
33530         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
33531         (gst_ximagesink_get_desired_size):
33532           implement desired size additions to XOverlay
33533
33534 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33535
33536         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
33537         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
33538         (gst_x_overlay_got_desired_size):
33539         * gst-libs/gst/xoverlay/xoverlay.h:
33540           Add optional "desired size" signal and querying.
33541
33542 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33543
33544         * gst/matroska/matroska-demux.c:
33545         (gst_matroska_demux_parse_blockgroup):
33546           Fix EBML-laced block parsing. Diffs are relative to previous
33547           lace, not the first lace. Thanks to Mosu from the Matroska
33548           team for detecting this.
33549         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33550         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
33551         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
33552         (gst_wavparse_change_state):
33553         * gst/wavparse/gstwavparse.h:
33554           Quickfix for capsnego.
33555
33556 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33557
33558         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
33559           Fix indenting, fix pad creation.
33560
33561 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33562
33563         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
33564         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
33565         (gst_xviddec_sink_link):
33566           Implement src_getcaps() so proper size caps is negotiated.
33567
33568 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33569
33570         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
33571           Finish flac decoder on EOS. See #116178.
33572
33573 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33574
33575         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
33576         (gst_matroska_demux_add_stream):
33577         * gst/matroska/matroska-ids.h:
33578           Add getcaps() function to fix capsnego...
33579
33580 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33581
33582         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33583         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
33584         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
33585           Fix more integer overflows. Again, see #126967.
33586
33587 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33588
33589         * ext/mpeg2dec/gstmpeg2dec.c:
33590           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
33591           #130416.
33592
33593 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33594
33595         * configure.ac:
33596         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
33597         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
33598         * ext/xvid/gstxvid.h:
33599         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
33600         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
33601         (gst_xviddec_src_link), (gst_xviddec_sink_link),
33602         (gst_xviddec_change_state):
33603         * ext/xvid/gstxviddec.h:
33604         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
33605         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
33606         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
33607         (gst_xvidenc_link), (gst_xvidenc_set_property),
33608         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
33609         * ext/xvid/gstxvidenc.h:
33610           Update xvid plugin to latest xvid (1.0.0-beta3) API.
33611
33612 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33613
33614         * gst/rtp/rtp-packet.c:
33615           Add sys/types.h include, since OS X doesn't define in_addr_t
33616           in netinet/in.h, like it does on Linux (see #129600).
33617
33618 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
33619
33620         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
33621
33622         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
33623           Correct logic of dispose function (see #129306).
33624
33625 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33626
33627         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
33628         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
33629         (gst_mpeg_parse_init):
33630         * gst/mpegstream/gstmpegparse.h:
33631           Remove clock (which was never provided, i.e. dead code), and
33632           also fix integer overflows at high PTS values (see #126967).
33633
33634 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33635
33636         * ext/flac/gstflacdec.c:
33637         * ext/libpng/gstpngenc.h:
33638         * ext/mikmod/gstmikmod.h:
33639           OS X fixes (see #126628).
33640
33641 2004-01-02  David Schleef  <ds@schleef.org>
33642
33643         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
33644         (gst_alsa_src_base_init): Remove bogus "src" request pad.
33645         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
33646         (gst_mpeg_parse_class_init): Move pad template registration
33647         to class_init, since the derived class (mpegdemux) doesn't
33648         want them.
33649
33650 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33651
33652         * sys/ximage/Makefile.am:
33653         * sys/xvideo/Makefile.am:
33654         * sys/xvimage/Makefile.am:
33655           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
33656           after installation (see #127664).
33657
33658 2004-01-02  David Schleef  <ds@schleef.org>
33659
33660         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
33661         (gst_ffmpegenc_connect):  Negotiation fixes.
33662         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
33663         Remove inappropriate gst_caps_free().
33664         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33665         Reenable Ronald's internal resize code, since the core handles
33666         it correctly now.
33667
33668 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33669
33670         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
33671         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
33672         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
33673           Fix pad template stuff.
33674
33675 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33676
33677         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
33678         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
33679           fix signed integer reading/writing.
33680
33681 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33682
33683         * ext/alsa/README:
33684           Remove outdated document
33685
33686 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
33687
33688         * gst/cutter/gstcutter.c: (gst_cutter_init):
33689           src pad was being created twice - oops.
33690
33691 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33692
33693         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33694           Comment out internal resize. It doesn't handle the resulting
33695           XEvent internally, does another try_set_caps() which leads to
33696           a really nice loop.
33697           Real fix will come when Julien and Dave are awake. ;).
33698
33699 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33700
33701         * ext/mpeg2enc/gstmpeg2enc.cc:
33702           fix const/nonconst compile issue.
33703
33704 2004-01-02  David Schleef  <ds@schleef.org>
33705
33706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
33707         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
33708         Add fixate function and a check for bad formats.
33709
33710 2004-01-01  David Schleef  <ds@schleef.org>
33711
33712         Negotiation fixes:
33713         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
33714         (gst_audiofilter_init):
33715         * gst/debug/efence.c: (gst_efence_init):
33716         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
33717         (gst_deinterlace_init):
33718         * gst/volume/gstvolume.c: (volume_connect):
33719
33720 2004-01-01  David Schleef  <ds@schleef.org>
33721
33722         Convert elements to use gst_pad_use_explicit_caps() where
33723         appropriate:
33724         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
33725         * ext/audiofile/gstafparse.c: (gst_afparse_init),
33726         (gst_afparse_open_file):
33727         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
33728         (gst_afsrc_open_file):
33729         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
33730         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
33731         (gst_ffmpegdec_chain):
33732         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33733         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
33734         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
33735         (gst_gdk_pixbuf_chain):
33736         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
33737         (gst_jpegdec_chain):
33738         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
33739         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33740         (gst_mikmod_negotiate):
33741         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
33742         (gst_mpeg2dec_negotiate_format):
33743         * ext/mpeg2enc/gstmpeg2enc.cc:
33744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33745         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
33746         (gst_speexdec_sinkconnect):
33747         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
33748         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
33749         (gst_vorbisfile_new_link):
33750         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
33751         (gst_ac3parse_chain):
33752         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
33753         (gst_asf_demux_setup_pad):
33754         * gst/auparse/gstauparse.c: (gst_auparse_init),
33755         (gst_auparse_chain):
33756         * gst/id3/gstid3types.c: (gst_id3types_loop):
33757         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33758         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33759         (mp1videoparse_parse_seq):
33760         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
33761         (bpf_from_header):
33762         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33763         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
33764         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
33765         (gst_mpeg_parse_send_data):
33766         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33767         (gst_qtdemux_add_stream):
33768         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33769         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33770         (gst_wavparse_parse_fmt):
33771
33772 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33773
33774         * configure.ac:
33775           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
33776           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
33777           it therefore uses the wrong include paths. Too bad... Note
33778           that 1.6.1.93 is not release yet. ;).
33779           Also add a check for mplex, which is now using the lib'ified
33780           mplex from mjpegtools, too.
33781         * ext/ffmpeg/gstffmpegcodecmap.c:
33782           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
33783           issues. I don't think ffmpeg handles 3ivx correctly, so this
33784           probably won't work. But it won't hurt either.
33785         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
33786         (gst_ffmpegdec_chain):
33787         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
33788         (gst_ffmpegenc_chain_audio):
33789           Fix memleak in audio encoding. Close codec if open fails, this
33790           calls the cleanup routines so we can re-use the context.
33791         * ext/mpeg2enc/gstmpeg2enc.cc:
33792           Fix pad template names/types, fix memory issue with getcaps().
33793         * ext/mpeg2enc/gstmpeg2encoder.cc:
33794         * ext/mpeg2enc/gstmpeg2encoder.hh:
33795           Fix compile issue with new caps system (const thingy).
33796         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33797         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
33798           We read a first frame right on initing, so that we have a caps
33799           when we init the output. This caps is cached in padprivate and
33800           read as first frame.
33801         * ext/mplex/Makefile.am:
33802         * ext/mplex/gstmplex.cc:
33803         * ext/mplex/gstmplex.h:
33804         * ext/mplex/gstmplex.hh:
33805         * ext/mplex/gstmplexibitstream.cc:
33806         * ext/mplex/gstmplexibitstream.hh:
33807         * ext/mplex/gstmplexjob.cc:
33808         * ext/mplex/gstmplexjob.hh:
33809         * ext/mplex/gstmplexoutputstream.cc:
33810         * ext/mplex/gstmplexoutputstream.hh:
33811           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
33812           had issues, didn't do capsnego, supported only a subset of the
33813           mplex features and required a mplex fork in our local CVS. Plus
33814           that it worked agaist a very old mplex version. Rewriting was
33815           faster than updating it.
33816         * gst-libs/ext/Makefile.am:
33817         * gst-libs/ext/mplex/INSTRUCT:
33818         * gst-libs/ext/mplex/Makefile.am:
33819         * gst-libs/ext/mplex/README:
33820         * gst-libs/ext/mplex/TODO:
33821         * gst-libs/ext/mplex/ac3strm_in.cc:
33822         * gst-libs/ext/mplex/audiostrm.hh:
33823         * gst-libs/ext/mplex/audiostrm_out.cc:
33824         * gst-libs/ext/mplex/aunit.hh:
33825         * gst-libs/ext/mplex/bits.cc:
33826         * gst-libs/ext/mplex/bits.hh:
33827         * gst-libs/ext/mplex/buffer.cc:
33828         * gst-libs/ext/mplex/buffer.hh:
33829         * gst-libs/ext/mplex/fastintfns.h:
33830         * gst-libs/ext/mplex/format_codes.h:
33831         * gst-libs/ext/mplex/inputstrm.cc:
33832         * gst-libs/ext/mplex/inputstrm.hh:
33833         * gst-libs/ext/mplex/lpcmstrm_in.cc:
33834         * gst-libs/ext/mplex/mjpeg_logging.cc:
33835         * gst-libs/ext/mplex/mjpeg_logging.h:
33836         * gst-libs/ext/mplex/mjpeg_types.h:
33837         * gst-libs/ext/mplex/mpastrm_in.cc:
33838         * gst-libs/ext/mplex/mpegconsts.cc:
33839         * gst-libs/ext/mplex/mpegconsts.h:
33840         * gst-libs/ext/mplex/mplexconsts.hh:
33841         * gst-libs/ext/mplex/multplex.cc:
33842         * gst-libs/ext/mplex/outputstream.hh:
33843         * gst-libs/ext/mplex/padstrm.cc:
33844         * gst-libs/ext/mplex/padstrm.hh:
33845         * gst-libs/ext/mplex/stillsstream.cc:
33846         * gst-libs/ext/mplex/stillsstream.hh:
33847         * gst-libs/ext/mplex/systems.cc:
33848         * gst-libs/ext/mplex/systems.hh:
33849         * gst-libs/ext/mplex/vector.cc:
33850         * gst-libs/ext/mplex/vector.hh:
33851         * gst-libs/ext/mplex/videostrm.hh:
33852         * gst-libs/ext/mplex/videostrm_in.cc:
33853         * gst-libs/ext/mplex/videostrm_out.cc:
33854         * gst-libs/ext/mplex/yuv4mpeg.cc:
33855         * gst-libs/ext/mplex/yuv4mpeg.h:
33856         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
33857         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
33858           We don't fork mjpegtools' mplex in our CVS anymore.
33859         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
33860         (gst_avi_demux_add_stream):
33861         * gst/avi/gstavidemux.h:
33862           Add getcaps() function for proper caps nego. This makes some
33863           parts of AVI playback/reading work.
33864         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33865           Resize window on new capsnego. This is probably wrong, but
33866           I'm still committing it because with current capsnego, the
33867           first successfull capsnego is auto-fixated, therefore rounded
33868           down to the lowest values in the caps. this results in a 16x16
33869           XWindow that is not reized when real capsnego finishes.
33870           Dave, I see more cases of this, do you know a proper solution?
33871         * tools/gst-launch-ext.in:
33872           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
33873
33874 2003-12-31  David Schleef  <ds@schleef.org>
33875
33876         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
33877         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
33878           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
33879
33880 2003-12-30  David Schleef  <ds@schleef.org>
33881
33882         * ext/ffmpeg/gstffmpegcolorspace.c:
33883         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
33884         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
33885         (gst_ffmpegcsp_chain): Negotiation fixes
33886         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
33887         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33888         (gst_audio_convert_link), (gst_audio_convert_channels):
33889         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
33890         (gst_audioscale_link), (gst_audioscale_get_buffer),
33891         (gst_audioscale_chain): Negotiation fixes
33892         * gst/audioscale/gstaudioscale.h:
33893         * gst/videofilter/gstvideofilter.c:
33894         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
33895         (gst_videofilter_link), (gst_videofilter_init),
33896         (gst_videofilter_set_output_size), (gst_videofilter_setup),
33897         (gst_videofilter_find_format_by_structure):
33898         * gst/videofilter/gstvideofilter.h: Negotiation fixes
33899         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
33900         (gst_videoscale_link):
33901         * gst/videoscale/videoscale.c: (videoscale_get_structure),
33902         (videoscale_find_by_structure), (gst_videoscale_setup):
33903         * gst/videoscale/videoscale.h: Negotiation fixes
33904         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33905         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
33906         function, restrict resizing to a multiple of 4 (hack until
33907         everyone supports odd sizes correctly).
33908
33909 2003-12-29  Colin Walters  <walters@verbum.org>
33910
33911         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
33912         signed.
33913
33914 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
33915
33916         * ext/sndfile/gstsf.c: (gst_sf_loop):
33917           Fix warning about discarding const qualifier
33918
33919 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
33920
33921         * gst/cutter/gstcutter.c:
33922         * gst/videoscale/gstvideoscale.c:
33923         * gst/volenv/gstvolenv.c:
33924         * gst-libs/gst/audio/audio.c:
33925         * gst-libs/gst/video/video.c:
33926           Fix warnings
33927
33928 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33929
33930         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
33931           Don't send ALSA debugging to stderr.
33932         * ext/alsa/gstalsa.h:
33933           Use GST_WARNING instead of g_warning when ALSA functions fail.
33934
33935 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33936
33937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33938           Free XVAdapterInfo correctly.
33939
33940 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33941
33942         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
33943         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
33944           Make id3tag use correct caps nego.
33945
33946 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
33947
33948         * ext/ivorbis/vorbis.c:
33949         * ext/ivorbis/vorbisenc.h:
33950         * ext/ivorbis/vorbisfile.c:
33951           Modify so that it uses the new caps things
33952
33953 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33954
33955         * testsuite/spider/spider1.c: (main):
33956         * testsuite/spider/spider2.c: (main):
33957         * testsuite/spider/spider3.c: (main):
33958           Make tests compile again. They probably don't work.
33959
33960 2003-12-24  Colin Walters  <walters@verbum.org>
33961
33962         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
33963         we can't fixate the caps anymore.
33964
33965 2003-12-23  David Schleef  <ds@schleef.org>
33966
33967         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
33968         * sys/oss/gstosssink.c: (gst_osssink_init),
33969         (gst_osssink_sink_fixate): Add fixate function.
33970
33971 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33972
33973         * ext/ffmpeg/gstffmpegcodecmap.c:
33974         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
33975         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
33976         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
33977         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
33978         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
33979         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
33980         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
33981           fix typo in RGB masks, and move back to "old" colorspace
33982           capsnego code until whoever wrote this new crap has actually
33983           tested it so that it works.
33984           And yes, this works, keep it that way please.
33985
33986 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33987
33988         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
33989         (gst_divxdec_init), (gst_divxdec_negotiate):
33990         * ext/divx/gstdivxdec.h:
33991         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
33992         (gst_divxenc_init):
33993         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
33994         (gst_faac_sinkconnect), (gst_faac_srcconnect):
33995         * ext/mpeg2enc/gstmpeg2enc.cc:
33996         * ext/mpeg2enc/gstmpeg2encoder.cc:
33997         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33998         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
33999         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34000         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34001         (dxr3spusink_init):
34002         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34003         (dxr3videosink_init):
34004           Fix caps breakage after Dave's caps branch merge.
34005
34006 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34007
34008         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34009           Fix for 24bpp display.
34010
34011 2003-12-23  Colin Walters  <walters@verbum.org>
34012
34013         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34014         a GnomeVFSHandle directly.
34015
34016 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34017
34018         * gst/volume/Makefile.am:
34019         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34020         (volume_base_init), (volume_init):
34021           Reenable volume element and fix to work with new caps stuff.
34022           Rhythmbox needs this.
34023
34024 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34025
34026         * gst/qtdemux/qtdemux.c: (plugin_init):
34027           qtdemux requires bytestream
34028
34029 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34030
34031         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34032           Fix remaining caps handling errors due to CAPS merge.
34033
34034 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34035
34036         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34037         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34038         (gst_faad_srcconnect):
34039           Port to new caps system.
34040
34041 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34042
34043         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34044         (got_video_size), (main): using g_print instead of g_message.
34045         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34046         signal which was not emitted because of "switch" element added to the
34047         bin but not connected. (Removing from the bin temporarily)
34048
34049 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34050
34051         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34052         find X development files. I don't understand the previous tests and
34053         they fail on my debian/ppc unstable. This one works.
34054         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34055         exiting.
34056         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34057         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34058         (gst_play_set_visualization): Add some safety checks in set_ methods
34059         and state_change. This was throwing some ugly CRITICAL messages when
34060         pipeline was getting disposed and casts were failing.
34061
34062 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34063
34064         * configure.ac:
34065           Improve mpeg2enc detection. This is for distributions that do
34066           ship mjpegtools, but without mpeg2enc. Also does object check
34067           for might there ever be ABI incompatibility.
34068         * ext/mpeg2enc/gstmpeg2enc.cc:
34069           Add Andrew as second maintainer (he's helping me), and also add
34070           an error if no caps was set. This happens if I pull before capsnego
34071           and that's something I should solve sometime else.
34072         * gst/matroska/matroska-demux.c:
34073         (gst_matroska_demux_parse_blockgroup):
34074           Fix time parsing.
34075         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34076         (gst_matroska_mux_track_header):
34077           Add caps to templates.
34078         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34079           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34080         * gst/mpegstream/gstmpegdemux.c:
34081           Remove layer since it causes warnings about unfixed caps.
34082         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34083           Fix obvious typo (we error out if caps were set, we should of
34084           course error out if *no* caps were set).
34085         * sys/oss/gstosselement.c: (gst_osselement_convert):
34086           Fix format conversion, we confused bits/bytes.
34087         * sys/oss/gstosselement.h:
34088           Improve documentation for 'bps'.
34089         * sys/v4l/TODO:
34090           Remove stuff about plugins that need removing - this was done
34091           ages ago.
34092         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34093         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34094         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34095         (gst_v4lsrc_src_query):
34096         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34097         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34098           Add get_query_types(), get_formats() and query() functions.
34099
34100 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34101
34102         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34103           * moved CVS to freedesktop.org