gst/typefind/gsttypefindfunctions.c (plugin_init): Add an audio/x-nsf typefind functi...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
2
3         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
4         Add an audio/x-nsf typefind function for the nsfdec element.
5
6 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7         * gst/playback/gstplaybasebin.c:
8         Included "myth://" on stream_uris list for enable buffering to mythtv files
9
10 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
11
12         * docs/libs/gst-plugins-base-libs-sections.txt:
13         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
14         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
15         (gst_rtcp_unix_to_ntp):
16         * gst-libs/gst/rtp/gstrtcpbuffer.h:
17         Fix parsing of RB blocks.
18         Fix docs.
19         Added helper functions to convert to/from UNIX and NTP time.
20         API: gst_rtcp_ntp_to_unix()
21         API: gst_rtcp_unix_to_ntp()
22
23         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
24         (gst_rtp_buffer_get_header_len),
25         (gst_rtp_buffer_get_extension_data),
26         (gst_rtp_buffer_get_payload_subbuffer),
27         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
28         (gst_rtp_buffer_ext_timestamp):
29         * gst-libs/gst/rtp/gstrtpbuffer.h:
30         Fix some more docs.
31         Implement handling of packets with extensions.
32         Fix padding check in _validate().
33         Added function to get extension data.
34         API: gst_rtp_buffer_get_header_len()
35         API: gst_rtp_buffer_get_extension_data()
36
37 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
38
39         * gst-libs/gst/rtp/gstbasertpdepayload.c:
40         (gst_base_rtp_depayload_class_init),
41         (gst_base_rtp_depayload_set_gst_timestamp):
42         Add some more docs for the queue-delay property and fix a typo in a
43         comment.
44
45         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
46         Fix typo.
47
48 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
49
50         * gst-libs/gst/audio/gstbaseaudiosink.c:
51         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
52         (gst_base_audio_sink_change_state):
53         When skew slaving, try to hover around the middle of a segment so that
54         we at most drift by half a segment.
55         If we are aligning in the oposite direction of the clock skew, we don't
56         have to resync.
57
58 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
59
60         * gst-libs/gst/rtp/gstbasertpdepayload.c:
61         (gst_base_rtp_depayload_setcaps),
62         (gst_base_rtp_depayload_set_gst_timestamp):
63         Be less silly with the segment start, just apply the clock-base to the
64         timestamp.
65
66 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
67
68         * gst-libs/gst/rtp/gstbasertpdepayload.c:
69         (gst_base_rtp_depayload_class_init),
70         (gst_base_rtp_depayload_finalize),
71         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
72         (gst_base_rtp_depayload_handle_sink_event),
73         (gst_base_rtp_depayload_set_gst_timestamp),
74         (gst_base_rtp_depayload_change_state):
75         * gst-libs/gst/rtp/gstbasertpdepayload.h:
76         Deprecate the queue handling thread thing and remove the code.
77         Use new method to calculate the extended timestamp.
78
79 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
80
81         * gst-libs/gst/rtp/gstrtcpbuffer.c:
82         (gst_rtcp_packet_sdes_copy_entry):
83         Use g_strndup which does exactly what we want.
84
85         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
86         (gst_rtp_buffer_ext_timestamp):
87         * gst-libs/gst/rtp/gstrtpbuffer.h:
88         Add helper function to compare seqnums.
89         Add helper function to calculate extended timestamps.
90         API: gst_rtp_buffer_compare_seqnum()
91         API: gst_rtp_buffer_ext_timestamp()
92
93 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
94
95         * gst-libs/gst/rtp/gstrtcpbuffer.c:
96         (gst_rtcp_packet_sdes_get_entry),
97         (gst_rtcp_packet_sdes_copy_entry):
98         * gst-libs/gst/rtp/gstrtcpbuffer.h:
99         Fix and document SDES item data function.
100         Add new function that makes a proper copy of SDES item data.
101         API: gst_rtcp_packet_sdes_copy_entry()
102
103 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
104
105         * configure.ac:
106         * gst/Makefile.am:
107           The tcp and subparse plugins are under gst, but not totaly free of
108           dependencies. Handle selection inconfigure.ac, so that they show up
109           on the final list of what is build and what is not. Maybe they should
110           better be moved to ext.
111
112 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
113
114         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
115
116         * configure.ac:
117         * gst/Makefile.am:
118           Check if libxml provides HTML parser which subparse needs.
119           Fixes #451970.
120
121 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
122
123         * ext/alsa/gstalsa.c:
124           Fix typo and compilation on big endian systems.
125
126 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
127
128         * gst/subparse/gstssaparse.c:
129           Convert SSA newline codes into actual newline characters (#470766).
130
131 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
132
133         * docs/libs/gst-plugins-base-libs-sections.txt:
134         * gst-libs/gst/pbutils/install-plugins.c:
135         * gst-libs/gst/pbutils/install-plugins.h:
136         * tests/check/libs/pbutils.c:
137           API: also add gst_install_plugins_supported() while we're at it
138           (see #470456).
139
140 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
141
142         * docs/libs/gst-plugins-base-libs-sections.txt:
143         * gst-libs/gst/pbutils/missing-plugins.c:
144         * gst-libs/gst/pbutils/missing-plugins.h:
145         * tests/check/libs/pbutils.c:
146           API: add gst_missing_*_installer_detail_new() convenience API so
147           that applications that know exactly what they're missing can request
148           installer detail strings for those items directly instead of having
149           to first create a dummy missing-plugin message and then get the
150           installer detail string from that.  Fixes #470456.
151
152 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
153
154         * gst/playback/gstdecodebin.c: (close_pad_link):
155         We need to set up delayed-linking whenever the caps are non-fixed,
156         not just when there are multiple types - use gst_pad_is_fixed()
157         to test.
158
159 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
160
161         * gst-libs/gst/pbutils/missing-plugins.c:
162           (gst_missing_plugin_message_get_installer_detail):
163           Add missing separator in PID fallback case.
164
165 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
166
167         * ext/alsa/Makefile.am:
168         There is no GST_PLUGINS_BASE_LIBS defined.
169         
170         * ext/alsa/gstalsa.c:
171         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
172         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
173         Add support for ALSA 24-bit formats.
174         snd_pcm_delay can return an error code, especially
175         during XRUNS. In that case, the best we can do is assume
176         delay = 0.
177
178         * gst/audioconvert/Makefile.am:
179         Add flags from -base before any more-remote dependencies.
180
181 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
182
183         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
184
185         * gst/volume/gstvolume.c: (volume_choose_func),
186         (volume_update_real_volume), (gst_volume_set_volume),
187         (gst_volume_init), (volume_process_int32),
188         (volume_process_int32_clamp), (volume_process_int24),
189         (volume_process_int24_clamp), (volume_process_int16),
190         (volume_process_int16_clamp), (volume_process_int8),
191         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
192         * gst/volume/gstvolume.h:
193         Add support for int32, int24 and int8 to the volume element.
194         Fixes #445529.
195
196 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
197
198         * tests/examples/Makefile.am:
199           Fix even more.
200
201 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
202
203         * configure.ac:
204         * docs/libs/Makefile.am:
205         * docs/libs/gst-plugins-base-libs-docs.sgml:
206         * docs/libs/gst-plugins-base-libs-sections.txt:
207         * ext/gnomevfs/gstgnomevfssrc.c:
208         * ext/gnomevfs/gstgnomevfssrc.h:
209         * gst-libs/gst/Makefile.am:
210         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
211         * pkgconfig/gstreamer-plugins-base.pc.in:
212         * sys/v4l/v4lsrc_calls.c:
213         * tests/examples/Makefile.am:
214         * win32/common/config.h:
215           Revert unwanted commit. many thanks to moap. I want a fix for 
216           https://thomas.apestaart.org/moap/trac/ticket/239
217
218 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
219
220         * gst/volume/gstvolume.c:
221           Move passthrough below gst_object_sync_values(). Fixes #442654.
222
223 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
224
225         * gst-libs/gst/audio/audio.c:
226         Clarify the docs a little.
227
228 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
229
230         * gst/volume/gstvolume.c:
231           Enable liboil for float and add more details about problems with
232           int16.
233
234 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
235
236         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
237         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
238
239 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
240
241         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
242         When calculating the first timestamp of the buffers, don't go below 0
243         and clip the samples because the offset was on the eos page.
244         Fixes #466717.
245
246 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
247
248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
249         (gst_ogg_demux_collect_chain_info):
250         Also submit the eos page when trying to find the first timestamp.
251         See #466717.
252
253 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
254
255         * gst-libs/gst/audio/audio.h:
256         Use gst_util_uint64_scale() instead of doing the math
257         with double for GST_FRAMES_TO_CLOCK_TIME() and
258         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
259         prevents rounding errors. Fixes #467667.
260
261 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
262
263         * gst-libs/gst/rtsp/gstrtspconnection.c:
264         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
265         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
266         * gst-libs/gst/rtsp/gstrtspconnection.h:
267         Small cleanups.
268         On shutdown, don't read the control socket yet.
269         Set timeout value correctly in all cases.
270         Add function to check if the server accepts reads or writes.
271         API: gst_rtsp_connection_poll()
272
273         * gst-libs/gst/rtsp/gstrtspdefs.h:
274         Fix compilation with -pedantic.
275         Add enum for _poll.
276
277 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
278
279         Patch by: Olivier Crete  <tester at tester ca>
280
281         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
282         (gst_basertppayload_getcaps):
283         * gst-libs/gst/rtp/gstbasertppayload.h:
284         Add getcaps vfunc to basertppayload. See #465146.
285
286 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
287
288         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
289         Only post buffering messages when we are a stream.
290
291 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
292
293         * gst-libs/gst/pbutils/install-plugins.c:
294         * gst-libs/gst/pbutils/missing-plugins.c:
295           Small docs fix and addition.
296
297 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
298
299         * tests/icles/.cvsignore:
300         * tests/icles/Makefile.am:
301         * tests/icles/test-textoverlay.c:
302           Add a dumb little test for textoverlay alignments.
303
304 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
305
306         Patch by: Dan Williams  <dcbw redhat com>
307
308         * ext/pango/gsttextoverlay.c:
309         * ext/pango/gsttextoverlay.h:
310           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
311           "silent" property so there's a Since tag in the API reference.
312
313 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
314
315         * gst-libs/gst/rtp/gstbasertppayload.c:
316         (gst_basertppayload_set_outcaps):
317         * gst-libs/gst/rtp/gstbasertppayload.h:
318         Improve caps negotiation so that downstream elements can confiure
319         certain RTP properties by fixing them on the caps. See #465146.
320         Add docs.
321
322 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
323
324         * docs/libs/gst-plugins-base-libs-sections.txt:
325         * gst-libs/gst/rtp/gstbasertpdepayload.c:
326         * gst-libs/gst/rtp/gstbasertpdepayload.h:
327           Mark as deprecated some macros which were presumably meant to be
328           private API and accidentally exposed in the public header file.
329           Also actually _init() lock (only works at the moment because the
330           struct is zeroed out when created and the initial values in the
331           mutex struct are zeroes too). (#459585)
332
333 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
334
335         * docs/libs/Makefile.am:
336           Remove cruft and do some cleanups.
337
338         * docs/libs/gst-plugins-base-libs-docs.sgml:
339           Prepare for comming gtkdoc features (rebase against online docs).
340
341 2007-08-10  Michael Smith <msmith@fluendo.com>
342
343         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
344           Debug output fixes.
345         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
346         (GST_START_TEST):
347           Change the number of buffers used; 500 is too many and leads to
348           timeouts.
349
350 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
351
352         * gst/playback/gstqueue2.c:
353         * gst/videorate/gstvideorate.c:
354           Printf format fixes (#465028).
355
356 2007-08-09  Michael Smith <msmith@fluendo.com>
357
358         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
359           If we have a large (> 1 second) discontinuity, push a series of
360           smaller buffers rather than a single very large buffer. Avoids
361           unreasonably large single buffer allocations when encountering a
362           large gap.
363         * tests/check/elements/audiorate.c: (GST_START_TEST),
364         (audiorate_suite):
365           Add a test for this.
366
367 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
368
369         * gst/playback/gstplaybasebin.c: (group_commit),
370         (queue_remove_probe), (queue_threshold_reached):
371
372         Patch by: Josep Torra Valles <josep@fluendo.com>
373         Fixes: #465015
374         Make sure we remove the check_queues buffer probe from the 
375         correct queue to avoid racily going back to "buffering 99%" when
376         buffering is actually complete.
377
378         Also, fix the spelling of Josep's surname in the ChangeLog.
379
380 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
381
382         * ext/ogg/gstoggmux.c:
383           Do not leak oggmux instance.
384         
385         * ext/vorbis/vorbisenc.c:
386           Also log values.
387
388 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
389
390         * po/hu.po:
391         * po/it.po:
392         * po/nl.po:
393         * po/uk.po:
394         * po/vi.po:
395           Updated translations.
396
397 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
398
399         patch by: Yang Hong <hongyang@redflag-linux.com>
400
401         * ext/pango/gsttextoverlay.c:
402         * ext/pango/gsttextoverlay.h:
403           Add 'silent' property to GstTimeOverlay. Fixes #462979
404
405 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
406
407         Patch by: Josep Torra Valles <josep@fluendo.com>
408
409         * docs/plugins/gst-plugins-base-plugins.args:
410         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
411         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
412         (gst_uri_decode_bin_get_property), (gen_source_element):
413         Add connection-speed property. Fixes #464690.
414
415 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
416
417         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
418
419         * configure.ac:
420         * gst-libs/gst/rtsp/Makefile.am:
421         * gst-libs/gst/rtsp/gstrtspconnection.c:
422         (gst_rtsp_connection_connect):
423         Fix compilation on windows. Fixes #464320.
424
425 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
426
427         Patch by: Josep Torra Valles <josep@fluendo.com>
428
429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
430         (gst_play_base_bin_init), (queue_threshold_reached),
431         (gen_source_element), (setup_substreams),
432         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
433         (gst_play_base_bin_get_streaminfo_value_array):
434         * gst/playback/gstplaybasebin.h:
435         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
436         (gst_play_bin_set_property), (gst_play_bin_get_property),
437         (gst_play_bin_handle_redirect_message):
438         Move connection-speed property from playbin to playbasebin so that we
439         can also configure it in source elements that have the connection-speed
440         property. Fixes #464028.
441         Add some debug info here and there.
442
443 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
444
445         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
446         Properly respond to conversion queries. Fixes #464079.
447
448 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
449
450         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
451         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
452         (gst_audio_test_src_init_sine_table),
453         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
454         * gst/audiotestsrc/gstaudiotestsrc.h:
455         Add float/double and int32 support to audiotestsrc. Fixes #460422.
456         Also set the default volume to the default value specified in the
457         GParamSpec.
458
459 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
460
461         Patch by: Jens Granseuer <jensgr at gmx dot net>
462
463         * gst/audioconvert/gstaudioquantize.c:
464         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
465
466 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
467
468         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
469         Add rdt manager for rdt transport.
470         Fix parsing of RDT transport.
471
472 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
473
474         * configure.ac:
475         Back to CVS
476
477 === release 0.10.14 ===
478
479 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
480
481         * configure.ac:
482           releasing 0.10.14, "Light Years Ahead"
483
484 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
485
486         * tests/check/libs/audio.c: (GST_START_TEST):
487         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
488
489 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
490
491         * gst-libs/gst/audio/audio.c:
492         When clipping a buffer with no timestamp, assume it is
493         within the segment without warnings.
494
495         Fixes: #460978
496
497 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
498
499         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
500         Fire the signal on the object, not the interface.
501
502 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
503
504         * gst-libs/gst/rtsp/.cvsignore:
505         Ber. Don't include the full path, idiot.
506
507 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
508
509         * gst-libs/gst/rtsp/.cvsignore:
510         Ignore generated files.
511
512 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
513
514         * gst-libs/gst/interfaces/Makefile.am:
515         * gst-libs/gst/interfaces/interfaces-marshal.list:
516         * gst-libs/gst/interfaces/rtspextension.c:
517         * gst-libs/gst/interfaces/rtspextension.h:
518         * gst-libs/gst/rtsp/Makefile.am:
519         * gst-libs/gst/rtsp/gstrtsp.h:
520         * gst-libs/gst/rtsp/gstrtspextension.c:
521         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
522         (gst_rtsp_extension_detect_server),
523         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
524         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
525         (gst_rtsp_extension_configure_stream),
526         (gst_rtsp_extension_get_transports),
527         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
528         * gst-libs/gst/rtsp/gstrtspextension.h:
529         * gst-libs/gst/rtsp/rtsp-marshal.list:
530         Move the rtspextension.h interface into gstrtspextension.h
531         as part of libgstrtsp instead of libgstinterfaces, because it's
532         only for use within plugins, not applications. 
533         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
534         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
535         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
536         is abstract.
537
538 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
539
540         * gst-libs/gst/interfaces/Makefile.am:
541         * gst-libs/gst/interfaces/interfaces-marshal.list:
542         * gst-libs/gst/interfaces/rtspextension.c:
543         (gst_rtsp_extension_iface_init),
544         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
545         * gst-libs/gst/interfaces/rtspextension.h:
546         Fix marshaller for the send signal.
547         Add URL to stream selection interface method.
548
549 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
550
551         * gst-libs/gst/riff/Makefile.am:
552         Pull in our dependencies from -base before those from outside.
553
554 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
555
556         * docs/libs/gst-plugins-base-libs-sections.txt:
557         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
558         * gst-libs/gst/rtsp/gstrtspbase64.h:
559         API: gst_rtsp_base64_decode_ip()
560         Added function to decode Base64 in-place.
561
562 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
563
564         * tests/check/libs/.cvsignore:
565         Ignore the mixer test binary.
566
567 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
568
569         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
570         Gratuitous comment change to trigger a rebuild on the buildbots.
571
572 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
573
574         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
575         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
576         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
577         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
578         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
579         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
580         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
581         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
582         (gst_sdp_media_get_attribute_val):
583         * gst-libs/gst/sdp/gstsdpmessage.h:
584         Constify args where we can.
585
586 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
587
588         * gst-libs/gst/interfaces/Makefile.am:
589         * gst-libs/gst/interfaces/rtspextension.c:
590         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
591         (gst_rtsp_extension_detect_server),
592         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
593         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
594         (gst_rtsp_extension_configure_stream),
595         (gst_rtsp_extension_get_transports),
596         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
597         * gst-libs/gst/interfaces/rtspextension.h:
598         Move interface for RTSP extensions from -good to here.
599         Added helper methods to invoke interface methods.
600
601 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
602
603         * docs/libs/gst-plugins-base-libs-sections.txt:
604         * gst-libs/gst/rtsp/gstrtspdefs.h:
605         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
606         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
607         (gst_rtsp_message_init_response),
608         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
609         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
610         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
611         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
612         (gst_rtsp_message_get_body), (dump_key_value):
613         * gst-libs/gst/rtsp/gstrtspmessage.h:
614         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
615         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
616         (gst_rtsp_range_parse):
617         * gst-libs/gst/rtsp/gstrtsprange.h:
618         * gst-libs/gst/rtsp/gstrtsptransport.c:
619         * gst-libs/gst/rtsp/gstrtspurl.c:
620         Fix some more RTSP docs.
621         Add some missing methods for dealing with messages.
622
623 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
624
625         * docs/libs/gst-plugins-base-libs-docs.sgml:
626         * docs/libs/gst-plugins-base-libs-sections.txt:
627         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
628         * gst-libs/gst/rtsp/gstrtspbase64.h:
629         * gst-libs/gst/rtsp/gstrtspconnection.c:
630         (gst_rtsp_connection_connect), (add_auth_header),
631         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
632         (read_body), (gst_rtsp_connection_receive),
633         (gst_rtsp_connection_next_timeout),
634         (gst_rtsp_connection_reset_timeout),
635         (gst_rtsp_connection_set_auth):
636         * gst-libs/gst/rtsp/gstrtspconnection.h:
637         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
638         * gst-libs/gst/rtsp/gstrtspdefs.h:
639         * gst-libs/gst/rtsp/gstrtspmessage.h:
640         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
641         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
642         (gst_rtsp_range_parse):
643         * gst-libs/gst/rtsp/gstrtspurl.h:
644         Added beginnings of RTSP documentation.
645
646 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
647
648         * docs/libs/Makefile.am:
649         * docs/libs/gst-plugins-base-libs-docs.sgml:
650         * docs/libs/gst-plugins-base-libs-sections.txt:
651         * gst-libs/gst/sdp/gstsdp.h:
652         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
653         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
654         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
655         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
656         (gst_sdp_message_get_attribute_val),
657         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
658         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
659         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
660         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
661         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
662         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
663         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
664         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
665         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
666         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
667         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
668         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
669         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
670         (gst_sdp_media_get_attribute_val_n),
671         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
672         (print_media), (gst_sdp_message_dump):
673         * gst-libs/gst/sdp/gstsdpmessage.h:
674         Document the SDP library.
675         Add some of the missing SDPMedia methods.
676
677 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
678
679         * configure.ac:
680         * gst-libs/gst/Makefile.am:
681         * gst-libs/gst/rtsp/Makefile.am:
682         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
683         * gst-libs/gst/rtsp/gstrtspbase64.h:
684         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
685         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
686         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
687         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
688         (parse_response_status), (parse_request_line), (parse_line),
689         (gst_rtsp_connection_read), (read_body),
690         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
691         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
692         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
693         (gst_rtsp_connection_set_auth):
694         * gst-libs/gst/rtsp/gstrtspconnection.h:
695         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
696         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
697         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
698         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
699         (gst_rtsp_find_method):
700         * gst-libs/gst/rtsp/gstrtspdefs.h:
701         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
702         (gst_rtsp_message_new), (gst_rtsp_message_init),
703         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
704         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
705         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
706         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
707         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
708         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
709         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
710         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
711         (gst_rtsp_message_dump):
712         * gst-libs/gst/rtsp/gstrtspmessage.h:
713         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
714         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
715         (gst_rtsp_range_parse), (gst_rtsp_range_free):
716         * gst-libs/gst/rtsp/gstrtsprange.h:
717         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
718         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
719         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
720         (range_as_text), (rtsp_transport_mode_as_text),
721         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
722         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
723         (gst_rtsp_transport_free):
724         * gst-libs/gst/rtsp/gstrtsptransport.h:
725         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
726         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
727         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
728         * gst-libs/gst/rtsp/gstrtspurl.h:
729         * gst-libs/gst/sdp/Makefile.am:
730         * gst-libs/gst/sdp/gstsdp.h:
731         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
732         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
733         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
734         (gst_sdp_attribute_init), (gst_sdp_message_new),
735         (gst_sdp_message_init), (gst_sdp_message_uninit),
736         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
737         (gst_sdp_media_uninit), (gst_sdp_media_free),
738         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
739         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
740         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
741         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
742         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
743         (gst_sdp_message_get_attribute_val),
744         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
745         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
746         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
747         (gst_sdp_media_get_attribute_val_n),
748         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
749         (read_string), (read_string_del), (gst_sdp_parse_line),
750         (gst_sdp_message_parse_buffer), (print_media),
751         (gst_sdp_message_dump):
752         * gst-libs/gst/sdp/gstsdpmessage.h:
753         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
754         Move SDP and RTSP from helper objects in -good to a reusable library.
755         Use a proper gst_ namespace.
756
757 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
758
759         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
760         (vorbis_dec_flush_decode):
761         Use the new buffer clipping function from gstaudio here.
762
763 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
764
765         * docs/libs/gst-plugins-base-libs-sections.txt:
766         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
767         * gst-libs/gst/audio/audio.h:
768         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
769         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
770         Also add deprecation guards for gst_audio_structure_set_int() to the
771         header.
772
773 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
774
775         * docs/libs/gst-plugins-base-libs-sections.txt:
776           Cleanup the docs.
777
778 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
779
780         Patch by: Dan Williams <dcbw at redhat dot com>
781
782         * gst/playback/gstplaybasebin.c:
783         (gst_play_base_bin_get_streaminfo_value_array):
784         Don't return NULL when querying the stream info value array but instead
785         return an empty array. Fixes #459204.
786
787 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
788
789         * gst/playback/gsturidecodebin.c:
790           Init debug category before using it.
791
792 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
793
794         * gst-libs/gst/interfaces/mixer.h:
795         Add padding vars in place of the signal pointers
796         when building with DISABLE_DEPRECATED so that the
797         interface structure doesn't change size.
798
799 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
800
801         * docs/libs/gst-plugins-base-libs-sections.txt:
802         * ext/alsa/gstalsamixer.c:
803         * ext/alsa/gstalsamixer.h:
804         * ext/alsa/gstalsamixerelement.c:
805         * ext/alsa/gstalsamixertrack.c:
806         * gst-libs/gst/interfaces/mixer.c:
807         * gst-libs/gst/interfaces/mixer.h:
808         * gst-libs/gst/interfaces/mixeroptions.c:
809         * gst-libs/gst/interfaces/mixeroptions.h:
810         * gst-libs/gst/interfaces/mixertrack.c:
811         * gst-libs/gst/interfaces/mixertrack.h:
812         * tests/check/Makefile.am:
813         * tests/check/libs/mixer.c:
814
815         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
816         Fixes: #152864 
817
818         Add support for notifying mixer changes on the message bus, and
819         implement it in alsamixer.
820
821         API: gst_mixer_get_mixer_flags
822         API: gst_mixer_message_parse_mute_toggled
823         API: gst_mixer_message_parse_record_toggled
824         API: gst_mixer_message_parse_volume_changed
825         API: gst_mixer_message_parse_option_changed
826         API: GstMixerMessageType
827         API: GstMixerFlags
828
829 2007-07-20  Michael Smith <msmith@fluendo.com>
830
831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
832         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
833           xcontext->im_format is only for testing XShm support (as the header
834           file comments document). Use xvimage->im_format for everything else.
835           Avoids spurious warnings on buffer allocation before setcaps.
836
837 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
838
839         * tests/examples/volume/Makefile.am:
840         * tests/icles/Makefile.am:
841           We should use $(LIBM).
842
843 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
844
845         * tests/icles/Makefile.am:
846           This needs -lm.
847
848 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
849
850         * gst-libs/gst/rtp/gstbasertppayload.c:
851         (gst_basertppayload_class_init), (gst_basertppayload_init),
852         (gst_basertppayload_set_property),
853         (gst_basertppayload_get_property):
854         Don't break ABI, restore previous ranges. Keep the default random
855         selection of timestamp and seqnum offset but as soon as the app sets a
856         specific value, use that one.
857
858 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
859
860         Patch by: Bastien Nocera <hadess at hadess dot net>
861
862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
863         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
864         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
865         * sys/xvimage/xvimagesink.h:
866         Add option to turn off double-buffering for debugging purposes.
867         Fixes #437169.
868
869 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
870
871         Patch by: Jorn Baayen <jorn at openedhand dot com>
872
873         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
874         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
875         (gst_ximagesink_init), (gst_ximagesink_class_init):
876         * sys/ximage/ximagesink.h:
877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
878         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
879         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
880         * sys/xvimage/xvimagesink.h:
881         add 'handle-expose' property. Useful for video widgets which may want to
882         be in control of Expose behaviour. Fixes #380625
883
884 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
885
886         * gst-libs/gst/rtp/gstbasertppayload.c:
887         (gst_basertppayload_class_init), (gst_basertppayload_init),
888         (gst_basertppayload_event), (gst_basertppayload_push),
889         (gst_basertppayload_set_property),
890         (gst_basertppayload_get_property),
891         (gst_basertppayload_change_state):
892         * gst-libs/gst/rtp/gstbasertppayload.h:
893         Fix ranges of rtp payloader properties so that the full range can be
894         used in addition to -1 (random).
895         Fix wrong seqnum reporting in caps.
896         Fixes #420326.
897
898 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
899
900         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
901         (gst_video_rate_query):
902         Use boilerplate.
903         Add latency query, might not be perfect yet but already works a lot
904         better. Fixes #442557.
905
906 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
907
908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
909         (gst_xvimagesink_setcaps):
910         * sys/xvimage/xvimagesink.h:
911         After a caps change, redraw our borders to avoid garbage left there
912         when the image format changes to a smaller size, like 16:9 -> 4:3
913         Also, hold the flow_lock a bit longer in the set_caps while we're
914         fiddling with the xcontext.
915
916 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
917
918         * Makefile.am:
919         * configure.ac:
920         * tests/Makefile.am:
921         Remove bogus check for libcheck, since we check for
922         gstreamer-check and it pulls in the required info from there, and we
923         weren't actually _using_ the information for libcheck ourselves
924         anyway.
925
926 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
927
928         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
929         (gst_ffmpeg_caps_to_pixfmt):
930         Fix the r_mask test for RGBA32 on little-endian.
931         Fix a stupid typo that would have obviously broken 
932         compilation on big-endian, if anyone was testing.
933
934 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
935
936         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
937         (paint_hline_str4):
938         * gst/videotestsrc/videotestsrc.h:
939         Add alpha to the color struct.
940         Use a default alpha value of 255 instead of 128.
941
942 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
943
944         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
945         (setup_source):
946         Clear the dynamic pads counter when starting a new uri. This makes
947         reusing playbin work again.
948         Fixes #454264.
949
950 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
951
952         * configure.ac:
953           Use pkg-config to locate check.
954
955 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
956
957         * configure.ac:
958         * tests/check/elements/volume.c: (GST_START_TEST):
959           Fix 'make check' build against core CVS.
960
961 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
962
963         * gst-libs/gst/interfaces/propertyprobe.c:
964         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
965         * gst-libs/gst/tag/gstvorbistag.c:
966           Make gtk-doc happy.
967
968 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
969
970         * gst-libs/gst/audio/gstbaseaudiosink.c:
971         (gst_base_audio_sink_callback):
972           Quick hack to make audiosinks stop at EOS when operating in
973           pull-mode; needs to be fixed properly some day.
974
975 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
976
977         * docs/libs/gst-plugins-base-libs-sections.txt:
978           Fix location of includes in the docs.
979
980 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
981
982         * gst/ffmpegcolorspace/avcodec.h:
983         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
984         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
985         (gst_ffmpegcsp_avpicture_fill):
986         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
987         (img_get_alpha_info):
988         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
989         of the existing BGRA32 and RGBA32 formats with the alpha at the other
990         end of the word. Partially fixes #451908
991
992 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
993
994         * docs/libs/Makefile.am:
995         * docs/plugins/Makefile.am:
996           Simplify --extra-dir as gtkdoc scans recursively.
997
998 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
999
1000         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
1001         (gst_adder_request_new_pad):
1002         Make getcaps more robust by not using the proxycaps function. This makes
1003         sure that we don't end up recursively calling getcaps upstream.
1004         See #316248.
1005
1006 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
1007
1008         * gst/audioconvert/audioconvert.c:
1009         Include math.h to fix compilation.
1010
1011 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
1012
1013         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1014         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1015         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
1016         format, as produced by some dc1394 cameras like the iSight.
1017         See http://www.fourcc.org/yuv.php#IYU1
1018
1019 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1020
1021         * gst/audioconvert/Makefile.am:
1022         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1023         (check_default), (audio_convert_prepare_context),
1024         (audio_convert_clean_context), (audio_convert_convert):
1025         * gst/audioconvert/audioconvert.h:
1026         * gst/audioconvert/gstaudioconvert.c:
1027         (gst_audio_convert_dithering_get_type),
1028         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
1029         (gst_audio_convert_init), (gst_audio_convert_set_caps),
1030         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
1031         * gst/audioconvert/gstaudioconvert.h:
1032         * gst/audioconvert/gstaudioquantize.c:
1033         (gst_audio_quantize_setup_noise_shaping),
1034         (gst_audio_quantize_free_noise_shaping),
1035         (gst_audio_quantize_setup_dither),
1036         (gst_audio_quantize_free_dither),
1037         (gst_audio_quantize_setup_quantize_func),
1038         (gst_audio_quantize_setup), (gst_audio_quantize_free):
1039         * gst/audioconvert/gstaudioquantize.h:
1040         Implement dithering and noise shaping in audioconvert. By default now
1041         TPDF dithering (and no noise shaping) will be used when converting
1042         from a higher bit depth to 20 bit depth or smaller, otherwise
1043         everything will be as it is now.
1044         For the last audioconvert in a pipeline it would make sense to
1045         use some kind of noise shaping, enabling it by default for all
1046         conversions would give undesired results though. Fixes #360246.
1047         * tests/check/elements/audioconvert.c: (setup_audioconvert),
1048         (GST_START_TEST):
1049         Adjust unit test for the new audioconvert.
1050
1051 2007-06-28  Wim Taymans  <wim@fluendo.com>
1052
1053         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
1054         Use other metrics as well when estimating the buffer level.
1055
1056 2007-06-28  Wim Taymans  <wim@fluendo.com>
1057
1058         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
1059         Small debug improvement.
1060
1061         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
1062         (plugin_init):
1063         Tweak the rate estimation period.
1064         When calculating the buffer filledness in rate estimation mode, don't
1065         mix it with other metrics.
1066
1067 2007-06-28  Wim Taymans  <wim@fluendo.com>
1068
1069         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1070         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
1071         When creating the groups, allow for a 5 second, unlimited buffers
1072         preroll phase after which we expose the group.
1073         When the group is exposed, use a small number of buffers up to a 2
1074         second limit. Also disconnect the overrun signal from multiqueue when we
1075         exposed the group because it is not needed anymore.
1076
1077 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1078
1079         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1080           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
1081           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
1082           (#451707); also, output some debugging info when dealing with
1083           freeform strings.
1084
1085         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
1086           Add unit test for the above.
1087
1088 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1089
1090         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
1091           Add description for Windows Media RTP caps.
1092
1093         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1094           Remove RTP fields that don't define the format from caps.
1095
1096 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1097
1098         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1099           Skip empty buffers, but not empty header buffers. That way the original
1100           vorbisdec unit test still passes (#451145); also, take into account
1101           that those empty packets might carry a granulepos.
1102
1103         * tests/check/Makefile.am:
1104         * tests/check/elements/vorbisdec.c:
1105         (_create_codebook_header_buffer), (_create_audio_buffer),
1106         (GST_START_TEST), (vorbisdec_suite):
1107           Add unit test that sends an empty packet.
1108
1109 2007-06-27  Wim Taymans  <wim@fluendo.com>
1110
1111         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1112         Don't error out on 0-sized packets, just emit a warning because this is
1113         not a fatal error. Fixes #451145.
1114
1115 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1116
1117         * docs/plugins/gst-plugins-base-plugins.args:
1118         * docs/plugins/gst-plugins-base-plugins.signals:
1119         * docs/plugins/inspect/plugin-adder.xml:
1120         * docs/plugins/inspect/plugin-alsa.xml:
1121         * docs/plugins/inspect/plugin-audioconvert.xml:
1122         * docs/plugins/inspect/plugin-audiorate.xml:
1123         * docs/plugins/inspect/plugin-audioresample.xml:
1124         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1125         * docs/plugins/inspect/plugin-cdparanoia.xml:
1126         * docs/plugins/inspect/plugin-decodebin.xml:
1127         * docs/plugins/inspect/plugin-decodebin2.xml:
1128         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1129         * docs/plugins/inspect/plugin-gdp.xml:
1130         * docs/plugins/inspect/plugin-gnomevfs.xml:
1131         * docs/plugins/inspect/plugin-libvisual.xml:
1132         * docs/plugins/inspect/plugin-ogg.xml:
1133         * docs/plugins/inspect/plugin-pango.xml:
1134         * docs/plugins/inspect/plugin-playbin.xml:
1135         * docs/plugins/inspect/plugin-subparse.xml:
1136         * docs/plugins/inspect/plugin-tcp.xml:
1137         * docs/plugins/inspect/plugin-theora.xml:
1138         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1139         * docs/plugins/inspect/plugin-video4linux.xml:
1140         * docs/plugins/inspect/plugin-videorate.xml:
1141         * docs/plugins/inspect/plugin-videoscale.xml:
1142         * docs/plugins/inspect/plugin-videotestsrc.xml:
1143         * docs/plugins/inspect/plugin-volume.xml:
1144         * docs/plugins/inspect/plugin-vorbis.xml:
1145         * docs/plugins/inspect/plugin-ximagesink.xml:
1146         * docs/plugins/inspect/plugin-xvimagesink.xml:
1147           Update docs with caps info.
1148
1149 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1150
1151         * po/POTFILES.in:
1152           Add more files with translatable strings (#450875).
1153
1154 2007-06-23  Edward Hervey  <edward@fluendo.com>
1155
1156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1157         The chain should be freed if we error out here, else it will leak.
1158         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1159         (cleanup_decodebin):
1160         Don't forget to *properly* remove the signals, else it will leak.
1161
1162 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1163
1164         * MAINTAINERS:
1165         Updating all the maintainers files
1166
1167 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1168
1169         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1170         (main):
1171           Destroy and recreate parse-launch based pipeline after stop to be able
1172           to play again. Reorder some code and add more comments.
1173
1174 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1175
1176         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1177         When handling a delayed-caps notification case, mark
1178         the group as dynamic so that the nbdynamic count is
1179         incremented and decremented correctly. Fixes: #449156
1180         Patch by: Wim Taymans <wim@fluendo.com>
1181
1182 2007-06-19  Andy Wingo  <wingo@pobox.com>
1183
1184         * gst-libs/gst/audio/gstbaseaudiosink.c
1185         (gst_base_audio_sink_init): Enable pull-mode operation.
1186
1187 2007-06-19  Michael Smith <msmith@fluendo.com>
1188
1189         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1190           Change minimum rate back to 1000 to allow low-sample-rate wav files
1191           to play back.
1192
1193 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1194
1195         * po/vi.po:
1196           Update translations.
1197
1198 2007-06-15  David Schleef  <ds@schleef.org>
1199
1200         * gst/playback/gstqueue2.c:
1201           Fix compile error from ignored return value.
1202
1203 2007-06-15  Michael Smith <msmith@fluendo.com>
1204
1205         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1206           Update tmpbuf for all neccesary rows, not just one, as is required
1207           when downscaling.
1208           Fixes #402076.
1209
1210 2007-06-15  Michael Smith <msmith@fluendo.com>
1211
1212         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1213         (eos_buffer_probe):
1214           Add a test that ensures we set DELTA_UNIT on all non-header,
1215           non-video buffers, if we have a video stream.
1216         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1217         (gst_ogg_mux_process_best_pad):
1218           Move setting delta_pad to earlier, where we inspect all pads, so
1219           that leading audio pages don't get DELTA_UNIT unset if they come
1220           before the first DELTA_UNIT from video pages. Fixes the newly-added
1221           test. Fixes #385527.
1222
1223 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1224
1225         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1226           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1227           fails on the p5-ppc64 build bot and the failure looks like it is due
1228           to the same issue as #348114, ie. a compiler bug.
1229
1230 2007-06-13  Edward Hervey  <edward@fluendo.com>
1231
1232         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1233         Fix build on MacOSX.
1234
1235 2007-06-13  Wim Taymans  <wim@fluendo.com>
1236
1237         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1238         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1239         Fix compilation on mingw. Fixes #446972.
1240
1241 2007-06-12  Wim Taymans  <wim@fluendo.com>
1242
1243         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1244
1245         * gst/playback/gstqueue2.c: (update_buffering),
1246         (gst_queue_locked_enqueue):
1247         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1248         also update the buffering status when receiving events. Fixes #446551.
1249
1250 2007-06-11  Wim Taymans  <wim@fluendo.com>
1251
1252         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1253
1254         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1255         (gst_queue_handle_src_query):
1256         Wait for preroll before attempting to forward a duration query upstream.
1257         Fixes #445505.
1258
1259 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1260
1261         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1262         (gst_base_rtp_depayload_set_gst_timestamp):
1263         Use G_GINT64_CONSTANT macro for int64 constant.
1264         * win32/common/libgstinterfaces.def:
1265         * win32/common/libgsttag.def:
1266         Add new exported functions.
1267
1268 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1269
1270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1271           The BOS page of the first Dirac video stream needs to come before
1272           the BOS page of any Vorbis streams or other audio streams, just like
1273           it is with Theora.
1274
1275 2007-06-07  Wim Taymans  <wim@fluendo.com>
1276
1277         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1278         Fix compilation.
1279
1280 2007-06-06  Wim Taymans  <wim@fluendo.com>
1281
1282         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1283
1284         * gst/playback/gstqueue2.c: (gst_queue_init),
1285         (gst_queue_handle_sink_event), (gst_queue_chain),
1286         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1287         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1288         (gst_queue_src_activate_pull):
1289         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1290         Does not yet completely work because duration queries upstream won't
1291         block yet.
1292
1293 2007-06-06  Wim Taymans  <wim@fluendo.com>
1294
1295         * configure.ac:
1296         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1297         Some more fseeko checks.
1298
1299 2007-06-06  Wim Taymans  <wim@fluendo.com>
1300
1301         * configure.ac:
1302         check for large file support.
1303
1304 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1305
1306         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1307
1308         * gst/subparse/gstsubparse.c: (parse_subrip),
1309         (subviewer_unescape_newlines), (parse_subviewer),
1310         (gst_sub_parse_data_format_autodetect),
1311         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1312         * gst/subparse/gstsubparse.h:
1313         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1314         * tests/check/elements/subparse.c: (GST_START_TEST),
1315         (subparse_suite):
1316         Add a unit test for both SubViewer formats.
1317
1318 2007-06-01  Michael Smith <msmith@fluendo.com>
1319
1320         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1321           Don't overflow intermediate values when seeking to large time values
1322           in audiotestsrc.
1323
1324 2007-06-05  Wim Taymans  <wim@fluendo.com>
1325
1326         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1327         (gst_queue_create_read), (gst_queue_read_item_from_file),
1328         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1329         Include stdio to define fseeko.
1330
1331 2007-06-05  Wim Taymans  <wim@fluendo.com>
1332
1333         Patch by: Edward Hervey  <edward@fluendo.com>
1334
1335         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1336         (gst_v4lsrc_query):
1337         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1338
1339 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1340
1341         * gst-libs/gst/riff/Makefile.am:
1342         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1343           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1344           our own implementation.
1345
1346 2007-06-05  Wim Taymans  <wim@fluendo.com>
1347
1348         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1349         (gst_base_rtp_depayload_setcaps),
1350         (gst_base_rtp_depayload_set_gst_timestamp),
1351         (gst_base_rtp_depayload_change_state):
1352         Handle timestamp wraparound.
1353
1354 2007-06-05  Wim Taymans  <wim@fluendo.com>
1355
1356         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1357         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1358         (gst_uri_decode_bin_change_state):
1359         Make sure we name srcpads uniquely even when using different internal
1360         decodebins.
1361         Signal no-more-pads when no more dynamic elements exist.
1362         Remove pads on cleanup.
1363
1364 2007-06-05  Wim Taymans  <wim@fluendo.com>
1365
1366         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1367
1368         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1369         (gst_queue_init), (gst_queue_finalize),
1370         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1371         (gst_queue_create_read), (gst_queue_read_item_from_file),
1372         (gst_queue_open_temp_location_file),
1373         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1374         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1375         (gst_queue_is_empty), (gst_queue_is_filled),
1376         (gst_queue_change_state), (gst_queue_set_temp_location),
1377         (gst_queue_set_property):
1378         Add support for filebased buffering. Fixes #441264.
1379
1380 2007-06-05  Wim Taymans  <wim@fluendo.com>
1381
1382         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1383         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1384         (caps_notify_group_cb), (gst_decode_group_new),
1385         (gst_decode_group_free):
1386         Add support for delayed caps fixation when autoplugging.
1387         Optimize cases where a multiqueue is not needed/wanted, like right after
1388         anything that is not a demuxer.
1389
1390 2007-06-05  Wim Taymans  <wim@fluendo.com>
1391
1392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1393         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1394         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1395         consideratly speedup ogg chain detection by not trying to find a base
1396         timestamp for skeleton streams. 
1397
1398 2007-06-05  Wim Taymans  <wim@fluendo.com>
1399
1400         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1401         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1402         (gst_multi_fd_sink_remove_flush),
1403         (gst_multi_fd_sink_remove_client_link),
1404         (gst_multi_fd_sink_handle_client_write),
1405         (gst_multi_fd_sink_handle_clients):
1406         * gst/tcp/gstmultifdsink.h:
1407         Add support for remove_flush.
1408
1409 2007-06-05  Wim Taymans  <wim@fluendo.com>
1410
1411         * docs/design/draft-keyframe-force.txt:
1412         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1413         (theora_enc_chain):
1414         Add draft design for forcing keyframes in encoders and implement in
1415         theoraenc.
1416
1417 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1418
1419         * configure.ac:
1420           Back to CVS
1421
1422 === release 0.10.13 ===
1423
1424 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1425
1426         * configure.ac:
1427           releasing 0.10.13, "What's Going on?"
1428
1429 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1430
1431         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1432         In riff, the depth is stored in the size field but it just means that
1433         the least significant bits are cleared. We can therefore just play
1434         the sample as if it had a depth == width. Fixes: #440997
1435
1436         Patch by: Wim Taymans <wim@fluendo.com> 
1437         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1438
1439 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1440
1441         * gst-libs/gst/floatcast/floatcast.h:
1442         Define inline when needed on win32 builds. Fixes: #441295
1443         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1444
1445 2007-05-29  Wim Taymans  <wim@fluendo.com>
1446
1447         * gst/playback/gstplaybasebin.c: (queue_overrun),
1448         (no_more_pads_full):
1449         Stop buffering when the group is commited because the queues filled up.
1450         Fixes #442024.
1451
1452 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1453
1454         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1455         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1456         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1457         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1458         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1459         * ext/alsa/gstalsamixer.h:
1460         * ext/alsa/gstalsamixerelement.c:
1461         (gst_alsa_mixer_element_interface_supported),
1462         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1463         (gst_alsa_mixer_element_set_property),
1464         (gst_alsa_mixer_element_get_property),
1465         (gst_alsa_mixer_element_change_state):
1466         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1467         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1468         (gst_mixer_option_changed):
1469         * gst-libs/gst/interfaces/mixer.h:
1470         Revert commits towards #152864 made so far. We'll pick it up again
1471         after the 0.10.13 release.
1472
1473 2007-05-24  Wim Taymans  <wim@fluendo.com>
1474
1475         * gst-libs/gst/audio/gstbaseaudiosink.c:
1476         (gst_base_audio_sink_render):
1477         After an interrupt (PAUSED/flush) assume that the next sample should not
1478         be aligned to the previous sample. Fixes #417992.
1479
1480 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1481
1482         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1483           Don't add channels and rate fields to the template caps for
1484           audio/x-dts, as wavparse might not always be able to set them,
1485           which would then lead to 'caps are not a real subset of the
1486           template caps' warnings.
1487
1488 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1489
1490         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1491         Handle unknown or invalid pads without crashing, as might occur if
1492         a media file like an mp3 is specified as a subtitle file.
1493         Fixes: #410039
1494
1495 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1496
1497         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1498         (setup_sinks):
1499         Block the subtitle bin output queue before ghosting it and linking,
1500         then unblock after. This avoids spurious not-linked errors caused 
1501         by the queue starting up (because it gets linked when it is ghosted). 
1502         Fixes: #350299
1503
1504 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1505
1506         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1507         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1508         file. Avoids flukes where the input gets typefound to some valid but
1509         useless type.
1510
1511 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1512
1513         * tests/check/Makefile.am:
1514         * tests/check/elements/.cvsignore:
1515         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1516         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1517           Add unit test for gnomevfssink seeking and position reporting for
1518           file:// URIs.
1519
1520 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1521
1522         Patch by: Mark Nauwelaerts <manauw at skynet be>
1523
1524         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1525         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1526         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1527         * ext/gnomevfs/gstgnomevfssink.h:
1528           Fix position reporting, especially after a seek (from upstream),
1529           see #412648.
1530
1531 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1532
1533         * ext/cdparanoia/gstcdparanoiasrc.c:
1534           Repair umlaut.
1535
1536 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1537
1538         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1539         Specify the full valid range for MP3 samplerates. Fixes a regression
1540         caused by extra header checks since the last release.
1541
1542 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1543
1544         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1546         Fix a locking-order bug I introduced with my changes the other day.
1547         Patch by Mike Smith.
1548
1549 2007-05-21  Michael Smith <msmith@fluendo.com>
1550
1551         * ext/theora/theoradec.c: (theora_handle_data_packet):
1552           Don't look inside 0-length packets (which indicate duplicated
1553           frames)
1554
1555 2007-05-21  Wim Taymans  <wim@fluendo.com>
1556
1557         * ext/cdparanoia/gstcdparanoiasrc.c:
1558         (gst_cd_paranoia_src_read_sector):
1559         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1560         (gst_base_audio_src_create):
1561         Small cleanups.
1562
1563         * ext/theora/theoradec.c: (theora_dec_sink_event):
1564         Fix typo.
1565
1566         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1567         (gst_base_rtp_depayload_set_gst_timestamp):
1568         Add some FIXME
1569
1570         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1571         And some debug info when a FIXME path is hit.
1572
1573 2007-05-21  Wim Taymans  <wim@fluendo.com>
1574
1575         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1576         (gst_base_rtp_audio_payload_class_init),
1577         (gst_base_rtp_audio_payload_init),
1578         (gst_base_rtp_audio_payload_finalize),
1579         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1580         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1581         (gst_base_rtp_payload_audio_handle_event):
1582         Some cleanups, remove minptime property as it is now in the parent
1583         class.
1584         Override parent class event function.
1585
1586         * gst-libs/gst/rtp/gstbasertppayload.c:
1587         (gst_basertppayload_class_init), (gst_basertppayload_init),
1588         (gst_basertppayload_event), (gst_basertppayload_set_property),
1589         (gst_basertppayload_get_property):
1590         * gst-libs/gst/rtp/gstbasertppayload.h:
1591         Add min-ptime property.
1592         Add handle-event vmethod. Fixes #415001.
1593
1594 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1595
1596         * gst-libs/gst/audio/gstbaseaudiosink.c
1597           (gst_base_audio_sink_change_state):
1598           Fix typo in comment.
1599
1600         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1601           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1602           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1603           close_link):
1604         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1605           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1606           Remove trailing whitespaces in comments.
1607
1608         * gst/volume/Makefile.am:
1609           Fix tabs.
1610
1611 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1612
1613         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1614
1615         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1616           set_option, get_option, _gst_reserved):
1617           Revert reordering functions (keep ABI).
1618
1619 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1620
1621         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1622         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1623         (gst_ximagesink_show_frame):
1624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1625         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1626         (gst_xvimagesink_show_frame):
1627         When we create our own window, indicate that we handle the 
1628         WM_DELETE client message from the window manager, so that it won't 
1629         kill our window (and our app) along with it. Handle ClientMessage,
1630         post an error on the bus, and close the window. Further buffers
1631         arriving will result in a FlowError because the window has been
1632         destroyed.
1633
1634         Fixes: #393975
1635
1636         Clean up the X event handling loop and make them the same for
1637         both xvimagesink and ximagesink while I'm at it.
1638
1639 2007-05-17  Wim Taymans  <wim@fluendo.com>
1640
1641         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1642         Make decodebin2 autoplug depayloaders too.
1643
1644         * gst/playback/gsturidecodebin.c: (source_new_pad):
1645         Set the newly created decoder in a usable state when autoplugging a
1646         dynamic source such as RTSP.
1647
1648 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1649
1650         * gst/playback/gststreaminfo.c: (cb_probe):
1651           Ignore video-codec tag for audio streams and ignore audio-codec tags
1652           for video streams. Should make codec name collection a bit more
1653           robust against sloppy demuxers that send tag events containing both
1654           tags down each pad.
1655
1656 2007-05-17  Wim Taymans  <wim@fluendo.com>
1657
1658         * gst/playback/gstqueue2.c: (update_rates):
1659         Tweak the buffering thresholds a little.
1660         Update the buffer size with the previously calculate rate instead of
1661         only when we calculate a new rate so that we get smoother buffering
1662         updates.
1663
1664         * gst/playback/Makefile.am:
1665         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
1666         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1667         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1668         (gst_uri_decode_bin_get_property), (unknown_type),
1669         (add_element_stream), (no_more_pads_full), (no_more_pads),
1670         (source_no_more_pads), (new_decoded_pad), (array_has_value),
1671         (gen_source_element), (has_all_raw_caps), (analyse_source),
1672         (remove_decoders), (make_decoder), (remove_source),
1673         (source_new_pad), (setup_source), (decoder_query_init),
1674         (decoder_query_duration_fold), (decoder_query_duration_done),
1675         (decoder_query_position_fold), (decoder_query_position_done),
1676         (decoder_query_latency_fold), (decoder_query_latency_done),
1677         (decoder_query_seeking_fold), (decoder_query_seeking_done),
1678         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
1679         (gst_uri_decode_bin_change_state), (plugin_init):
1680         New element that intergrates a source, optional buffering element and
1681         decodebin.
1682
1683 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1684
1685         * configure.ac:
1686           Bump libtheora requirement to 1.0alpha5 for the pixformat check
1687           (also has a .pc file, so we don't need the fallback check any
1688           longer). Fixes #438840.
1689
1690 2007-05-17  Wim Taymans  <wim@fluendo.com>
1691
1692         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1693         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
1694         (apply_segment), (apply_buffer), (update_buffering),
1695         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
1696         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1697         (gst_queue_handle_sink_event), (gst_queue_is_filled),
1698         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
1699         (plugin_init):
1700         fix build.
1701
1702 2007-05-17  Wim Taymans  <wim@fluendo.com>
1703
1704         * gst/playback/Makefile.am:
1705         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1706         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
1707         (gst_queue_getcaps), (gst_queue_bufferalloc),
1708         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
1709         (apply_buffer), (update_buffering), (reset_rate_timer),
1710         (update_rates), (gst_queue_locked_flush),
1711         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1712         (gst_queue_handle_sink_event), (gst_queue_is_empty),
1713         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
1714         (gst_queue_loop), (gst_queue_handle_src_event),
1715         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
1716         (gst_queue_src_activate_push), (gst_queue_change_state),
1717         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
1718         On our way to playbin2 this is the new network queue that does buffering
1719         all by itself using high and low watermarks. It can also measure up and
1720         downstream bandwidth to optimally size the queue.
1721
1722 2007-05-17  Michael Smith <msmith@fluendo.com>
1723
1724         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1725         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
1726           Use the segment->last_stop value to calculate the next timestamp to
1727           generate after a seek; not the segment->start value.
1728
1729 2007-05-15  David Schleef  <ds@schleef.org>
1730
1731         * docs/Makefile.am: Install docs even when --disable-gtk-doc
1732           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
1733
1734 2007-05-15  Wim Taymans  <wim@fluendo.com>
1735
1736         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1737         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1738         Some more chained streaming ogg timestamp fixes.
1739
1740 2007-05-15  Wim Taymans  <wim@fluendo.com>
1741
1742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1743         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1744         (gst_ogg_demux_handle_page):
1745         Add some FIXMEs.
1746         Fix chain start/stop segment handling based on patch by
1747         <ahalda at cs dot mcgill dot ca> see #320984.
1748
1749 2007-05-15  Michael Smith <msmith@fluendo.com>
1750
1751         * configure.ac:
1752           We don't require a C++ compiler. So don't require one.
1753
1754 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1755
1756         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
1757           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1758           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
1759           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1760           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
1761           gst_alsa_mixer_update_track):
1762           Apply some of the cleanup Tim suggested in #152864 afterwards.
1763
1764 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1765
1766         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1767
1768         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
1769           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
1770           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
1771           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1772           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
1773           gst_alsa_mixer_handle_source_callback,
1774           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1775           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
1776           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
1777           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
1778           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
1779           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
1780         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
1781         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
1782           gst_alsa_mixer_element_interface_supported,
1783           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
1784           gst_alsa_mixer_element_set_property,
1785           gst_alsa_mixer_element_get_property,
1786           gst_alsa_mixer_element_change_state):
1787         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
1788         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
1789           gst_mixer_option_changed):
1790         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
1791           volume_changed, option_changed, _gst_reserved):
1792           Implement notification for alsamixer. Fixes #152864
1793
1794 2007-05-14  David Schleef  <ds@schleef.org>
1795
1796         * gst/videotestsrc/videotestsrc.c:
1797         * gst/videotestsrc/videotestsrc.h:
1798           Add support for video/x-raw-bayer.
1799
1800 2007-05-12  David Schleef  <ds@schleef.org>
1801
1802         * sys/xvimage/xvimagesink.c:
1803           Add some sanity checking for the XVImage size returned by X.
1804           Related to #377400.
1805
1806 2007-05-12  Wim Taymans  <wim@fluendo.com>
1807
1808         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1809         (gst_base_rtp_depayload_setcaps),
1810         (gst_base_rtp_depayload_set_gst_timestamp):
1811         Parse and use additional caps fields as described in updated
1812         application/x-rtp caps spec.
1813
1814 2007-05-12  Wim Taymans  <wim@fluendo.com>
1815
1816         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1817         (gst_ogg_demux_collect_chain_info):
1818         If there is a stream in a chain without any data packets, ignore the
1819         stream in the total length calculations. Might be related to #436820.
1820
1821 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
1822
1823         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
1824         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
1825         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1826         (mpeg_video_type_find), (mpeg_video_stream_type_find),
1827         (plugin_init):
1828
1829         Consolidate and re-work our mpeg system stream detection to probe
1830         more packets and produce a higher confidence result. Fixes a
1831         regression caused by lowering the typefind probability last year
1832         - related to bug #397810. Remove the redundant MPEG-1 specific 
1833         typefind function, as the new one detects both MPEG-1 & MPEG-2
1834         happily.
1835
1836         Also cleanup the MPEG elementary and MPEG-TS detection functions a
1837         little. 
1838
1839         Tested against my media test directory, with some improvements and
1840         no regressions.
1841
1842 2007-05-10  Wim Taymans  <wim@fluendo.com>
1843
1844         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
1845         (queue_out_of_data):
1846         Connect to the new queue "pushing" signal instead of the broken
1847         "running" one.
1848
1849 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
1850
1851         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1852         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
1853         Move variable declaration before the first instruction.
1854         * gst/videotestsrc/videotestsrc.c:
1855         Define M_PI if it's not defined yet.
1856         * win32/common/libgstrtp.def:
1857         Add new exported functions.
1858
1859 2007-05-09  Michael Smith <msmith@fluendo.com>
1860
1861         * ext/theora/theoradec.c: (theora_handle_type_packet):
1862           gst_pad_push_event() does not return a GstFlowReturn!
1863
1864 2007-05-09  Wim Taymans  <wim@fluendo.com>
1865
1866         * tests/examples/seek/scrubby.c: (stop_cb), (main):
1867         * tests/examples/seek/seek.c: (do_seek):
1868         Some small cosmetic changes.
1869
1870 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
1871
1872         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
1873           gst_adder_change_state):
1874         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
1875           segment_pending, segment_position, segment_rate):
1876           Handle playback-rate on adder.
1877
1878 2007-05-07  Michael Smith <msmith@fluendo.com>
1879
1880         * ext/theora/gsttheoradec.h:
1881         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1882         (theora_dec_sink_event), (theora_handle_comment_packet),
1883         (theora_handle_type_packet), (theora_dec_change_state):
1884           Don't push events (newsegment, tags) before initialising the
1885           decoder.
1886           This is neccesary for seeking to work correctly in gnonlin.
1887
1888 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1889
1890         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1891         * gst/adder/gstadder.c:
1892         * gst/audiotestsrc/gstaudiotestsrc.c
1893           (gst_audio_test_src_create_white_noise):
1894         * gst/videotestsrc/gstvideotestsrc.c:
1895         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
1896           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
1897           volume_sink_template, volume_src_template, gst_volume_init,
1898           volume_process_double, volume_process_int16,
1899           volume_process_int16_clamp):
1900           Doc fixes and formatting.
1901
1902 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1903
1904         * tests/check/Makefile.am:
1905         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1906           Minimal check for volume's GstController usability; also another
1907           test for #422295.
1908
1909 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1910
1911         * gst-libs/gst/cdda/gstcddabasesrc.c:
1912         (gst_cdda_base_src_add_track):
1913           Fix it so that it (a) makes sense and (b) doesn't break
1914           everything cdda-related including the unit test.
1915
1916 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1917
1918         * gst-libs/gst/cdda/gstcddabasesrc.c:
1919         (gst_cdda_base_src_add_track):
1920           Fix build when disabling asserts.
1921
1922 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
1925           When XShm is not available, we might get row strides that are not
1926           rounded up to multiples of four; this is bad, because virtually
1927           every RGB-processing element in GStreamer assumes rowstrides are
1928           rounded up to multiples of four, so let's allocate at least enough
1929           memory to avoid crashes in this case. The image will still be
1930           displayed distorted though if this happens, so that still needs
1931           fixing (maybe by allocating a bigger image with an 'even' width
1932           and then clipping it appropriately when rendering - something for
1933           Xlib aficionados in any case).
1934
1935 2007-05-03  Michael Smith <msmith@fluendo.com>
1936
1937         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1938           If a buffer doesn't have a timestamp, assume it's contiguous with
1939           the previous buffer, and synthesise timestamps appropriately.
1940
1941 2007-05-03  Edward Hervey  <edward@fluendo.com>
1942
1943         * tests/check/elements/videorate.c: (GST_START_TEST):
1944         Set buffer timestamp to a valid value in order to test the buffer
1945         really does stay in videorate.
1946
1947 2007-05-03  Edward Hervey  <edward@fluendo.com>
1948
1949         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1950         There is no sensible way to handle incoming buffers which don't have a
1951         valid timestamp. We therefore discard them and wait for the next one.
1952
1953 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1954
1955         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
1956         * gst/playback/gstdecodebin2.c: (plugin_init):
1957           Better error message for text files.
1958
1959 2007-04-29  Wim Taymans  <wim@fluendo.com>
1960
1961         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
1962         Fix offset bug in generation RR packets.
1963
1964 2007-04-27  Julien MOUTTE  <julien@moutte.net>
1965
1966         * ext/theora/theoradec.c: (_theora_granule_time),
1967         (theora_dec_push_forward), (theora_handle_data_packet),
1968         (theora_dec_decode_buffer): Calculate buffer duration correctly
1969         to generate a perfect stream (#433888).
1970         * gst/audioresample/gstaudioresample.c:
1971         (audioresample_check_discont): Glib provides ABS.
1972
1973 2007-04-27  Wim Taymans  <wim@fluendo.com>
1974
1975         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1976         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
1977         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
1978         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
1979         (gst_rtcp_packet_bye_set_reason):
1980         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1981         Fix RB block parsing and writing.
1982         Add support for constructing BYE packets.
1983
1984 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1985
1986         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
1987         (gst_base_audio_src_create):
1988         * po/POTFILES.in:
1989           When posting a warning message because samples were dropped, post
1990           something more intelligible than he default error message for clock
1991           errors which is just confusing in this context (#432984).
1992
1993 2007-04-25  Wim Taymans  <wim@fluendo.com>
1994
1995         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
1996         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
1997         (read_packet_header), (gst_rtcp_packet_move_to_next),
1998         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
1999         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
2000         (gst_rtcp_packet_sdes_get_item_count),
2001         (gst_rtcp_packet_sdes_first_item),
2002         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
2003         (gst_rtcp_packet_sdes_first_entry),
2004         (gst_rtcp_packet_sdes_next_entry),
2005         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
2006         (gst_rtcp_packet_sdes_add_entry):
2007         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2008         Implement code to write SR, RR and SDES packets.
2009
2010 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2011
2012         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
2013
2014         * sys/ximage/ximagesink.c:
2015           Fix build if XShm is not available (#432362).
2016
2017 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
2018
2019         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
2020         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
2021         pointers to random memory which are passed to g_free() when
2022         audio_convert_prepare_context() is called the first time.
2023
2024 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2025
2026         Patch by: Dan Williams <dcbw redhat com>
2027
2028         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2029           Don't leak incoming buffer if gst_pad_push() returns a
2030           non-OK flow. Fixes #432755.
2031          
2032         * tests/check/elements/videorate.c: (GST_START_TEST),
2033         (videorate_suite):
2034           Unit test for the above by Yours Truly.
2035
2036 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
2037
2038         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2039         (gst_adder_sink_event), (gst_adder_collected):
2040           Fix non-flushing segmented seeks, Fixes #340060 for me
2041
2042 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2043
2044         Patch by: Olivier Crete  <tester at tester ca>
2045
2046         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2047         (gst_base_rtp_audio_payload_class_init),
2048         (gst_base_rtp_audio_payload_init),
2049         (gst_base_rtp_audio_payload_dispose):
2050           Chain up to parent class in dispose function; get rid of
2051           unnecessary 'diposed' flag in private structure (#415001).
2052
2053 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2054
2055         * docs/libs/gst-plugins-base-libs.types:
2056         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2057         (gst_base_rtp_audio_payload_class_init):
2058         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2059         * gst-libs/gst/rtp/gstbasertppayload.c:
2060           Some minor docs fixes and additions; also add missing 'Since' bits.
2061
2062 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2063
2064         Patch by: Zeeshan Ali  <zeenix gmail com>
2065
2066         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2067         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2068         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2069         (gst_base_rtp_audio_payload_push):
2070         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2071           The recently-added gst_base_rtp_audio_payload_push() should take an
2072           object of type GstBaseRTPAudioPayload as first argument (#431672).
2073
2074 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2075
2076         * gst/audioresample/gstaudioresample.c:
2077           Make more functions static, just because we can.
2078
2079 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2080
2081         * tests/check/elements/audioresample.c:
2082           Add unit test for audioresample shutdown crasher (#420106).
2083
2084 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
2085
2086         * gst/subparse/gstsubparse.c:
2087         * gst/subparse/samiparse.c:
2088           Use GST_DISABLE_XML here
2089
2090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2091         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
2092         (gst_xvimagesink_buffer_alloc),
2093         (gst_xvimagesink_navigation_send_event):
2094         * sys/xvimage/xvimagesink.h:
2095           Include stdlib.h when using atoi.
2096           
2097         * tests/check/elements/playbin.c: (playbin_suite):
2098           Use GST_DISABLE_REGISTRY here
2099
2100 2007-04-19  Michael Smith  <msmith@fluendo.com>
2101
2102         * ext/theora/gsttheoraenc.h:
2103         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2104         (theora_enc_sink_event), (theora_enc_change_state):
2105           Track initialisation state; don't try to use encoder state if we're
2106           not initialised (it'll segfault).
2107
2108 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
2109
2110         * tests/check/pipelines/.cvsignore:
2111         Fix build.
2112
2113 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2114
2115         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2116         Allow random depths between 1 and 32 instead of only multiplies of 8.
2117
2118 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2119
2120         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2121         Set the maximum number of channels for PCM and float in the correct
2122         place to have it also used when creating the template caps.
2123
2124 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2125
2126         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2127         Correctly support 4, 6 and 8 channels with normal PCM and float
2128         wav files.
2129
2130         Fix the depth and signedness calculation in extensible wav files and
2131         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2132         mask is found.
2133
2134         Add support for float, alaw and mulaw in extensible wav files.
2135
2136         This allows correct playback of all but 5 files from
2137         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2138         
2139         (gst_riff_create_audio_template_caps):
2140         Add voxware and float formats to the template caps.     
2141
2142 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2143
2144         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2145
2146         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2147         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2148
2149         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2150         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2151         Use the correct format strings for integer formats.
2152
2153 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2154
2155         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2156           Don't use pad_alloc_buffer_and_set_caps to create a small header
2157           packet, or, worse, to create a big temporary video buffer using the
2158           src pad.
2159
2160 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2161
2162         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2163         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2164           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2165           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2166
2167 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2168
2169         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2170           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2171           streamheader_suite):
2172           Add another test set up for failure
2173
2174 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2175
2176         * tests/check/Makefile.am:
2177         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2178           GST_START_TEST, streamheader_suite, main):
2179           Add a test for the streamheader bug Wim fixed.
2180
2181 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2182
2183         * ext/theora/theoradec.c: (theora_dec_sink_event):
2184         Fix misleading comment.
2185
2186 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2187
2188         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2189           More sanity checks for the header fields.
2190
2191 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2192
2193         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2194           Try encodings from all environment variables, not just those in the
2195           first environment variable that is set.
2196
2197 2007-04-12  Wim Taymans  <wim@fluendo.com>
2198
2199         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2200         (gst_video_rate_chain):
2201         Add some debug.
2202
2203         * tests/check/elements/videorate.c: (GST_START_TEST),
2204         (videorate_suite):
2205         Added check for videorate changing caps handling. Closes #421834.
2206
2207 2007-04-12  Michael Smith  <msmith@fluendo.com>
2208
2209         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2210           Use scale functions to avoid overflow when calculating duration of 
2211           vorbis buffers.
2212
2213 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2214
2215         * docs/libs/gst-plugins-base-libs-sections.txt:
2216         * gst-libs/gst/tag/tag.h:
2217         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2218           API: add gst_tag_freeform_string_to_utf8() (#405072).
2219
2220         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2221           Use gst_tag_freeform_string_to_utf8() here.
2222
2223 2007-04-12  Wim Taymans  <wim@fluendo.com>
2224
2225         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2226         (gst_gdp_pay_sink_event):
2227         Make sure we set the IN_CAPS flag correctly.
2228
2229         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2230         Get the IN_CAPS flag before we call functions that mess with the flags.
2231
2232 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2233
2234         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2235           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2236           Only stamp buffers with offset/offset_end right before they get
2237           pushed.  This ensures offset continuity, which was not the case
2238           before as shown by
2239           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2240
2241 2007-04-06  Wim Taymans  <wim@fluendo.com>
2242
2243         * gst/playback/gstplaybin.c: (add_sink),
2244         (gst_play_bin_change_state):
2245         Activate sync in playbin, we are ready to handle it for live streams.
2246
2247 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2248
2249         * tests/check/elements/playbin.c:
2250         (test_sink_usage_video_only_stream), (playbin_suite):
2251           Add small test for stream-info-value-array code paths.
2252
2253 2007-04-05  Wim Taymans  <wim@fluendo.com>
2254
2255         * gst-libs/gst/audio/gstbaseaudiosink.c:
2256         (gst_base_audio_sink_skew_slaving):
2257         Don't try to create invalid calibration parameters by making the
2258         internal time go backwards, instead make external time go forward.
2259
2260 2007-04-05  Wim Taymans  <wim@fluendo.com>
2261
2262         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2263
2264         * gst/playback/gstplaybasebin.c: (add_stream):
2265         Fix leak in add_stream(), when g_value_set_object() increases the
2266         refcount of streaminfo object. Fixes #426250.
2267
2268 2007-04-03  David Schleef  <ds@schleef.org>
2269
2270         * gst/videotestsrc/gstvideotestsrc.c:
2271         * gst/videotestsrc/gstvideotestsrc.h:
2272         * gst/videotestsrc/videotestsrc.c:
2273         * gst/videotestsrc/videotestsrc.h:
2274           Add a test pattern called "circular", which has concentric
2275           rings with varying radial frequency.  The main purpose of this
2276           pattern is to test fidelity loss in a filter or scaler element.
2277           Notably, this pattern is scale invariant, and is optimally viewed
2278           with a width (and height) of 400.
2279
2280 2007-04-03  Wim Taymans  <wim@fluendo.com>
2281
2282         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2283
2284         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2285         (deactivate_free_recursive):
2286         Decodebin2 doesn't unref pads it obtains in some occasions:
2287         - multiqueue src pads, when either connecting further or exposing
2288         - sink pads of new autoplugged elements
2289         - peer pads when recursively freeing elements
2290         Fixes #425455.
2291
2292 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2293
2294         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2295         Add audio/x-raw-float support, now that audioconvert support
2296         non-native endianness floats.
2297
2298 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2299
2300         * docs/libs/gst-plugins-base-libs-docs.sgml:
2301           gstreamer-plugins-base.pc doesn't exist, it's
2302           gstreamer-plugins-base-0.10.pc.
2303
2304 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2305
2306         Patch by: René Stadler <mail at renestadler dot de>
2307         with some minor changes
2308
2309         * gst-libs/gst/floatcast/floatcast.h:
2310         Use more efficient float endianness conversion functions that don't
2311         involve 2 function calls per value.
2312         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2313         (check_default), (audio_convert_prepare_context):
2314         * gst/audioconvert/gstaudioconvert.c:
2315         (gst_audio_convert_parse_caps), (make_lossless_changes):
2316         Support non-native endianness floats as input and output.
2317         Fixes #339838.
2318         * tests/check/elements/audioconvert.c: (verify_convert),
2319         (GST_START_TEST):
2320         Add unit tests for the non-native endianness float conversions.
2321
2322 2007-03-29  Wim Taymans  <wim@fluendo.com>
2323
2324         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2325         (gst_base_rtp_depayload_base_init),
2326         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2327         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2328         (gst_base_rtp_depayload_set_gst_timestamp),
2329         (gst_base_rtp_depayload_change_state),
2330         (gst_base_rtp_depayload_set_property),
2331         (gst_base_rtp_depayload_get_property):
2332         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2333         Add Private structure.
2334         Bring element code to 2007.
2335         Parse clock-base caps param and use it when generating the
2336         newsegment.
2337         Reset variables before going to PAUSED.
2338         Fix some docs.
2339
2340 2007-03-29  Wim Taymans  <wim@fluendo.com>
2341
2342         * docs/libs/gst-plugins-base-libs-docs.sgml:
2343         * docs/libs/gst-plugins-base-libs-sections.txt:
2344         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2345         (gst_base_rtp_audio_payload_get_adapter):
2346         Add RTCP docs.
2347         Fix some more docs.
2348
2349         * gst-libs/gst/rtp/Makefile.am:
2350         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2351         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2352         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2353         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2354         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2355         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2356         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2357         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2358         (gst_rtcp_packet_sr_get_sender_info),
2359         (gst_rtcp_packet_sr_set_sender_info),
2360         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2361         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2362         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2363         (gst_rtcp_packet_sdes_get_chunk_count),
2364         (gst_rtcp_packet_sdes_first_chunk),
2365         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2366         (gst_rtcp_packet_sdes_first_item),
2367         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2368         (gst_rtcp_packet_bye_get_ssrc_count),
2369         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2370         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2371         (gst_rtcp_packet_bye_get_reason_len),
2372         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2373         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2374         Add new helper object for parsing and creating RTCP messages.
2375
2376 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2377
2378         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2379         PCM samples with width=8 must be always unsigned, no matter what
2380         depth they have.
2381
2382 2007-03-29  Andy Wingo  <wingo@pobox.com>
2383
2384         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2385         perfect offsets also, not just timestamps.
2386
2387         * tests/check/elements/videorate.c (test_more): Test that given
2388         any incoming offsets, that videorate produces perfect offsets.
2389
2390 2007-03-29  Wim Taymans  <wim@fluendo.com>
2391
2392         * gst-libs/gst/riff/riff-ids.h:
2393         Add some more RIFF formats.
2394
2395 2007-03-29  Wim Taymans  <wim@fluendo.com>
2396
2397         * gst-libs/gst/rtp/gstrtpbuffer.c:
2398         (gst_rtp_buffer_default_clock_rate):
2399         * gst-libs/gst/rtp/gstrtpbuffer.h:
2400         Fix fixed payload names and docs.
2401         Added method to get the default clock rates of fixed payload types.
2402         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2403
2404 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2405
2406         * tests/check/pipelines/.cvsignore:
2407         Add new vorbisdec test to cvsignore.
2408
2409 2007-03-28  Wim Taymans  <wim@fluendo.com>
2410
2411         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2412         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2413         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2414         (gst_base_audio_sink_set_property),
2415         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2416         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2417         (gst_base_audio_sink_skew_slaving),
2418         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2419         (gst_base_audio_sink_async_play):
2420         * gst-libs/gst/audio/gstbaseaudiosink.h:
2421         Store private stuff in GstBaseAudioSinkPrivate.
2422         Add configurable clock slaving modes property.
2423         API:: GstBaseAudioSink::slave-method property
2424         Some more latency reporting tweaks.
2425         Added skew based clock slaving correction and make it the default until
2426         the resampling method is more robust.
2427
2428 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2429
2430         * gst/audioconvert/audioconvert.c:
2431         Add docs to the integer pack functions and implement proper
2432         rounding. Before we had rounding towards negative infinity, i.e.
2433         always the smaller number was taken. Now we use natural rounding,
2434         i.e. rounding to the nearest integer and to the one with the largest
2435         absolute value for X.5. The old rounding introduced some minor
2436         distortions. Fixes #420079
2437         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2438         Fix one unit test that assumed the old rounding and added unit tests
2439         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2440         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2441         rounding from signed int32 to signed/unsigned int16.
2442
2443 2007-03-27  Michael Smith  <msmith@fluendo.com>
2444
2445         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2446         (gst_audio_convert_transform_caps):
2447           Fix typo in debug line introduced recently, as pointed out on irc.
2448
2449 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2450
2451         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2452         * tests/check/libs/tag.c: (GST_START_TEST):
2453           Make sure we parse floating-point numbers in vorbis comments
2454           correctly with either '.' or ',' as separator, no matter what
2455           the current locale is. Add unit test for this too.
2456
2457 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2458
2459         Patch by: René Stadler  <mail at renestadler de>
2460
2461         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2462           When writing out floating-point numbers to vorbis comment tags, always
2463           use the same character as separator no matter what the current locale is
2464           (fixes #423051).
2465
2466         * tests/check/libs/tag.c: (GST_START_TEST):
2467           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2468
2469 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2470
2471         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2472           vorbis_handle_data_packet):
2473           Correctly set DURATION to generate a timestamp-continuous stream.
2474           One bug left at the end; see
2475           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2476         * tests/check/Makefile.am:
2477         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2478           Add a test to check this.  Without the above patch this test fails.
2479
2480 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2481
2482         * gst-libs/gst/rtp/Makefile.am:
2483         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2484
2485 2007-03-23  Michael Smith  <msmith@fluendo.com>
2486
2487         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2488         (gst_video_rate_reset), (gst_video_rate_chain):
2489           If videorate changes caps, we can no longer use the old buffer
2490           (which may have a different size, incompatible with our caps).
2491           So don't do that; just duplicate the new frame more times.
2492
2493 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2494
2495         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2496         Remove playbin's override of the set_clock vmethod. It's irrelevant
2497         after Wim's commit on the 19th.
2498
2499 2007-03-22  Wim Taymans  <wim@fluendo.com>
2500
2501         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2502         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2503         * ext/gnomevfs/gstgnomevfssrc.h:
2504         Don't cache file sizes. Fixes #341078.
2505
2506 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2507
2508         * gst/playback/gstplaybin.c: (add_sink):
2509           Use GST_PTR_FORMAT to log caps. 
2510
2511 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2512
2513         Patch by: Young-Ho Cha <ganadist at chollian net>
2514
2515         * gst/subparse/samiparse.c: (handle_start_font):
2516           Special-case some more colour names that pango doesn't handle by
2517           default. Fixes #420578.
2518
2519 2007-03-20  Michael Smith  <msmith@fluendo.com>
2520
2521         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2522           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2523           that marks EOS internally. After that, libvorbis will buffer all
2524           input data, and encode none of it, eventually leading to memory
2525           exhaustion.
2526
2527 2007-03-19  Wim Taymans  <wim@fluendo.com>
2528
2529         * gst/playback/gstdecodebin.c: (remove_fakesink):
2530         Don't post STATE_DIRTY anymore.
2531
2532         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2533         (gst_play_bin_change_state):
2534         Remove stream_time reset in seek handling, core does that now.
2535         Disable clocking for live pipelines by forcing a NULL clock to the
2536         complete pipeline, core is too smart now for our previous hack.
2537         We can always autoplug in PAUSED now.
2538
2539 2007-03-17  David Schleef  <ds@schleef.org>
2540
2541         * REQUIREMENTS:  Update this file, change the formatting to make
2542         it more consistent, plus more machine readable.
2543
2544 2007-03-16  Michael Smith  <msmith@fluendo.com>
2545
2546         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2547         (strip_width_64), (append_with_other_format):
2548           Previous fix was too simplistic, and broke the tests. Use a better
2549           approach; only strip 64 from widths for integer audio.
2550
2551 2007-03-16  Michael Smith  <msmith@fluendo.com>
2552
2553         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2554         (gst_audio_convert_transform_caps):
2555           We don't support 64 bit integer audio, so don't try to claim we can.
2556           Stops us producing caps don't match our template caps.
2557           Update comments.
2558
2559 2007-03-15  Michael Smith  <msmith@fluendo.com>
2560
2561         * gst/audioresample/gstaudioresample.c:
2562         (audioresample_check_discont), (audioresample_transform):
2563           Don't trigger discontinuities for very small imperfections; a filter
2564           flush will sound bad, and many plugins have rounding errors leading
2565           to these.
2566
2567 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2568
2569         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
2570
2571         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2572         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2573         API: add "min-ptime" property to RTP base audio payloader.
2574         API: add gst_base_rtp_audio_payload_push().
2575         API: add gst_base_rtp_audio_payload_get_adapter().
2576         Fixes #415001
2577         Indentation/whitespace/documentation fixes.
2578
2579 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2580
2581         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2582         (audioresample_transform_size), (audioresample_do_output),
2583         (audioresample_transform), (audioresample_pushthrough): Handle
2584         discontinuous streams.
2585         * gst/audioresample/gstaudioresample.h:
2586         * tests/check/elements/audioresample.c:
2587         (test_discont_stream_instance), (GST_START_TEST),
2588         (audioresample_suite): Add a test for discontinuous streams.
2589         * win32/common/config.h: Updated.
2590
2591 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2592
2593         * po/af.po:
2594         * po/az.po:
2595         * po/cs.po:
2596         * po/en_GB.po:
2597         * po/it.po:
2598         * po/nb.po:
2599         * po/nl.po:
2600         * po/or.po:
2601         * po/sq.po:
2602         * po/sr.po:
2603         * po/sv.po:
2604         * po/uk.po:
2605         * po/vi.po:
2606           Update translations from translation project.
2607
2608 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2609
2610         * gst/audioresample/debug.h:
2611         * gst/audioresample/resample.c: (resample_init):
2612           Since I really am not interested in a debug line for each sample
2613           being processed, move the library's debugging to its own category,
2614           libaudioresample
2615
2616 2007-03-13  Michael Smith  <msmith@fluendo.com>
2617
2618         * ext/theora/theoradec.c: (theora_handle_type_packet):
2619           Since the plugin doesn't support anything other than 4:2:0 right
2620           now, post an error and fail if we get something else. Won't matter
2621           until libtheora supports the other pixel formats, but hopefully
2622           that'll be soon...
2623
2624 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2625
2626         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2627         Use gst_guint64_to_gdouble for conversion.
2628         * win32/MANIFEST:
2629         Add new files to the win32 MANIFEST.
2630         * win32/common/libgstaudio.def:
2631         * win32/common/libgstpbutils.def:
2632         Add new exported functions.
2633         * win32/vs6/gst_plugins_base.dsw:
2634         * win32/vs6/libgstdecodebin.dsp:
2635         * win32/vs6/libgstplaybin.dsp:
2636         Change the link to libgstpbutils.lib.
2637         * win32/vs6/libgstdecodebin2.dsp:
2638         Add a new project for decodebin2.
2639         * win32/vs6/libgstpbutils.dsp:
2640         Add a new project for pbutils.
2641
2642 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2643
2644         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2645           Also accept partial dates with only year and month,
2646           like 1999-12-00 (fixes #410396 even more).
2647
2648         * tests/check/libs/tag.c: (GST_START_TEST):
2649           Add unit test for the above.
2650
2651 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2652
2653         * tests/check/elements/subparse.c: (GST_START_TEST),
2654         (subparse_suite):
2655           Add unit test for MPL2 subtitle format (#413799).
2656
2657 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2658
2659         Patch by: Kamil Pawlowski  <kamilpe gmail com>
2660
2661         * gst/subparse/Makefile.am:
2662         * gst/subparse/gstsubparse.c:
2663         (gst_sub_parse_data_format_autodetect),
2664         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
2665         (gst_subparse_type_find):
2666         * gst/subparse/gstsubparse.h:
2667         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
2668         * gst/subparse/mpl2parse.h:
2669           Add support for MPL2 subtitle format (#413799).
2670
2671 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2672
2673         * configure.ac:
2674           We require core CVS for the new buffer metadata copy functions.
2675
2676 2007-03-09  Wim Taymans  <wim@fluendo.com>
2677
2678         * gst-libs/gst/tag/gstid3tag.c:
2679         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2680         Fixes #414496.
2681
2682         Patch by: Alex Lancaster <alexl at users sourceforge net>
2683
2684 2007-03-09  Wim Taymans  <wim@fluendo.com>
2685
2686         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
2687         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
2688         Improve adapter usage and comments.
2689
2690 2007-03-09  Wim Taymans  <wim@fluendo.com>
2691
2692         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2693         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
2694         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
2695         Use new metadata copy function.
2696
2697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2698         (gst_ffmpegcsp_transform):
2699         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2700         Basetransform copied the metadata for us.
2701
2702 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2703
2704         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2705         (gst_text_overlay_video_event):
2706           Some more logging. Only accept newsegment events in TIME format and
2707           send a WARNING message if they are not in TIME format.
2708
2709         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2710         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
2711         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
2712         * gst/subparse/gstsubparse.h:
2713           No need to allocate GstSegment structure dynamically, just put it
2714           into the instance structure; ignore newsegment events in BYTE
2715           format and in particular don't let it overwrite our saved TIME
2716           segment from the last seek.
2717
2718 2007-03-09  Michael Smith  <msmith@fluendo.com>
2719
2720         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
2721           Replace AC3 typefinder with one that isn't terrible, and actually
2722           works usefully.
2723
2724 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2725
2726         * gst/audioconvert/gstaudioconvert.c:
2727         (gst_audio_convert_transform):
2728           fix error category and translatable string
2729           
2730
2731 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2732
2733         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2734         * pkgconfig/gstreamer-plugins-base.pc.in:
2735           Fix up utils => pbutils here too.
2736
2737 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2738
2739         * gst/subparse/gstsubparse.c: (handle_buffer):
2740           Break out of loop in chain function as soon as possible if we get
2741           a non-OK flow return.
2742
2743 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2744
2745         * tests/check/elements/alsa.c: (GST_START_TEST):
2746         Unref the mixer if the state change fails too (if the
2747         alsa devices are inaccessible, for example)
2748
2749 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2750
2751         * tests/check/Makefile.am:
2752         Don't test libvisual elements in the states check, because libvisual
2753         seems to leak internally.
2754
2755         Re-enable the alsa and states tests now that there's new suppressions
2756         in gst.supp.
2757
2758         * tests/check/elements/alsa.c: (GST_START_TEST):
2759         Don't leak the alsamixer we instantiated.
2760
2761 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2762
2763         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
2764         (gst_ximagesink_change_state), (gst_ximagesink_reset),
2765         (gst_ximagesink_finalize):
2766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
2767         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
2768         Move some cleanup stuff from the state change handler into a _reset()
2769         function that can be called from _finalize(). This ensures that things
2770         get freed even if (for some reason) the NULL->READY state transition
2771         fails in the parent class.
2772         Even if a parent state change fails, process our downward state change
2773         logic instead of bailing out early.
2774         Free the correct xcontext pointer in ximagesink's xcontext_clear.
2775
2776 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2777
2778         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2779         Extra log line.
2780
2781         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
2782         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
2783         Use pango_font_description_set_family_static instead of 
2784         pango_font_description_set_family to save a string copy (it was
2785         leaking due to the strdup anyway)
2786
2787         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
2788         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
2789         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
2790         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
2791         Chain up in finalize.
2792
2793 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2794
2795         * gst-libs/gst/interfaces/mixertrack.c:
2796         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2797         (gst_mixer_track_set_property):
2798           API: add "untranslated-label" property which should be set by
2799           implementations at construct time (#414645).
2800
2801         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2802         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2803           Set "untranslated-label" when constructing mixer track objects.
2804
2805         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
2806           Unit test to check the above.
2807
2808 2007-03-07  Wim Taymans  <wim@fluendo.com>
2809
2810         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
2811         Fix confusing debug message.
2812
2813 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2814
2815         * gst-plugins-base.doap:
2816         update doap file with new version
2817
2818 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2819
2820         * configure.ac:
2821         Back to CVS
2822
2823 === release 0.10.12 ===
2824
2825 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
2826
2827         * configure.ac:
2828           releasing 0.10.12, "Zombie Horde"
2829
2830 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
2831
2832         * configure.ac:
2833         Bump version to 0.10.11.4 pre-release
2834
2835 2007-03-06  Wim Taymans  <wim@fluendo.com>
2836
2837         * gst-libs/gst/audio/gstbaseaudiosink.c:
2838         (gst_base_audio_sink_async_play):
2839         Fix regression that made GStreamer skip the first samples of audio.
2840         Fixes #414684.
2841
2842 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
2843
2844         * configure.ac:
2845         Bump version to 0.10.11.3 pre-release
2846
2847 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
2848
2849         * po/POTFILES.in:
2850           Update paths for the rename from utils to pbutils to fix the build.
2851
2852 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2853
2854         * gst-libs/gst/pbutils/Makefile.am:
2855           Change directory to install headers in from gst/utils to gst/pbutils
2856           as well.
2857
2858 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2859
2860         * configure.ac:
2861         * docs/libs/gst-plugins-base-libs-docs.sgml:
2862         * docs/libs/gst-plugins-base-libs-sections.txt:
2863         * gst-libs/gst/Makefile.am:
2864         * gst-libs/gst/interfaces/mixer.c:
2865         * gst-libs/gst/pbutils/Makefile.am:
2866         * gst-libs/gst/pbutils/descriptions.c:
2867         (gst_pb_utils_get_source_description),
2868         (gst_pb_utils_get_sink_description),
2869         (gst_pb_utils_get_decoder_description),
2870         (gst_pb_utils_get_encoder_description),
2871         (gst_pb_utils_get_element_description),
2872         (gst_pb_utils_add_codec_description_to_tag_list),
2873         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
2874         * gst-libs/gst/pbutils/descriptions.h:
2875         * gst-libs/gst/pbutils/install-plugins.c:
2876         * gst-libs/gst/pbutils/install-plugins.h:
2877         * gst-libs/gst/pbutils/missing-plugins.c:
2878         (gst_missing_uri_source_message_new),
2879         (gst_missing_uri_sink_message_new),
2880         (gst_missing_element_message_new),
2881         (gst_missing_decoder_message_new),
2882         (gst_missing_encoder_message_new),
2883         (gst_missing_plugin_message_get_description):
2884         * gst-libs/gst/pbutils/missing-plugins.h:
2885         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
2886         * gst-libs/gst/pbutils/pbutils.h:
2887         * gst-libs/gst/utils/Makefile.am:
2888         * gst-libs/gst/utils/base-utils.c:
2889         * gst-libs/gst/utils/base-utils.h:
2890         * gst-libs/gst/utils/descriptions.c:
2891         * gst-libs/gst/utils/descriptions.h:
2892         * gst-libs/gst/utils/install-plugins.c:
2893         * gst-libs/gst/utils/install-plugins.h:
2894         * gst-libs/gst/utils/missing-plugins.c:
2895         * gst-libs/gst/utils/missing-plugins.h:
2896         * gst-plugins-base.spec.in:
2897         * gst/playback/Makefile.am:
2898         * gst/playback/gstdecodebin.c:
2899         * gst/playback/gstdecodebin2.c:
2900         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2901         (gen_source_element):
2902         * gst/playback/gstplaybin.c: (plugin_init):
2903         * tests/check/Makefile.am:
2904         * tests/check/libs/pbutils.c: (GST_START_TEST),
2905         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
2906         * tests/check/libs/utils.c:
2907           rename utils to pbutils
2908
2909 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
2910
2911         * docs/plugins/Makefile.am:
2912         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2913         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2914         * docs/plugins/inspect/plugin-decodebin2.xml:
2915         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2916         Add documentation for decodebin2 that indicates that the API
2917         is still unstable.
2918
2919 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
2920
2921         * configure.ac:
2922         Update to 0.10.11.2 (0.10.12 pre-release)
2923
2924 2007-03-01  Wim Taymans  <wim@fluendo.com>
2925
2926         * gst-libs/gst/audio/gstbaseaudiosink.c:
2927         (gst_base_audio_sink_async_play):
2928         base time is irrelevant here.
2929
2930 2007-03-01  Wim Taymans  <wim@fluendo.com>
2931
2932         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2933         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2934         Improve debugging.
2935
2936         * gst-libs/gst/audio/gstbaseaudiosink.c:
2937         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
2938         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2939         Improve latency and clock slaving calculations.
2940         Improve slave clock calibration.
2941
2942         * gst-libs/gst/audio/gstringbuffer.c:
2943         (gst_ring_buffer_commit_full):
2944         When we are asked to render N sample to 0 bytes, return N.
2945
2946 2007-03-01  Wim Taymans  <wim@fluendo.com>
2947
2948         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2949         (gst_alsasink_write), (gst_alsasink_reset):
2950         * ext/alsa/gstalsasink.h:
2951         Remove unused dispose function.
2952         Rename lock to not interfere with alsasrc lock.
2953
2954         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
2955         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
2956         (gst_alsasrc_read), (gst_alsasrc_reset):
2957         * ext/alsa/gstalsasrc.h:
2958         Implement finalize function.
2959         Use lock to protect alsa access.
2960         Implement _reset.
2961         Fine tune sw params.
2962
2963 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2964
2965         * configure.ac:
2966           Convert to new AG_GST style.
2967
2968 2007-02-28  Wim Taymans  <wim@fluendo.com>
2969
2970         Patch by: Ed Catmur <ed at catmur dot co dot uk>
2971
2972         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
2973         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
2974         Fix race condition when rapidly switching visualisations in playbin.
2975         Fixes #401029.
2976
2977 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
2978
2979         * tests/check/Makefile.am:
2980         Include local stuff before system installed things in LDFLAGS and
2981         CFLAGS.
2982
2983 2007-02-28  Wim Taymans  <wim@fluendo.com>
2984
2985         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
2986         Improve debugging.
2987
2988 2007-02-28  Wim Taymans  <wim@fluendo.com>
2989
2990         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2991         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
2992         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2993         Fix duration and timestamping, taking latency into account.
2994         Implement latency query.
2995
2996 2007-02-28  Wim Taymans  <wim@fluendo.com>
2997
2998         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2999         (gst_audio_clock_new):
3000         Fix clock name.
3001
3002         * gst-libs/gst/audio/gstbaseaudiosink.c:
3003         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
3004         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3005         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
3006         (gst_base_audio_src_create):
3007         Improve latency query code.
3008         Use proper clock names.
3009
3010 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3011
3012         * tests/check/generic/states.c: (GST_START_TEST):
3013           Copy the states.c test from core again
3014         * tests/check/Makefile.am:
3015           ignore cdio and cdparanoiasrc
3016
3017 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3018
3019         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3020         (double_hq), (audio_convert_get_func_index), (check_default),
3021         (audio_convert_prepare_context), (audio_convert_convert):
3022           Also make valgrind happy and avoid copying data in some cases.
3023
3024 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3025
3026         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3027         (double_hq), (audio_convert_get_func_index),
3028         (audio_convert_prepare_context), (audio_convert_convert):
3029         * gst/audioconvert/gstaudioconvert.c:
3030         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
3031         (gst_audio_convert_transform_caps):
3032         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3033         (audioconvert_suite):
3034           Don't run inplace if that overwrites source data as we go. Add more
3035           tests. Fixes #339837 even more.
3036
3037 2007-02-27  Julien MOUTTE  <julien@moutte.net>
3038
3039         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
3040         (msg_segment_done): Fix various seeking bugs (Slider was not
3041         updating when doing a non flushing seek, Reverse playback 
3042         on segment seek was wrong).
3043
3044 2007-02-26  Wim Taymans  <wim@fluendo.com>
3045
3046         * tests/examples/seek/seek.c: (stop_seek):
3047         When we stop scrubbing, don't leave the pipeline PLAYING when we
3048         requested a PAUSED state.
3049
3050 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
3051
3052         Patch by: René Stadler <mail at renestadler de>
3053
3054         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3055           Parse date strings in vorbis comments that have an invalid (zero)
3056           month or day (#410396).
3057
3058         * tests/check/libs/tag.c: (GST_START_TEST):
3059           Test case for the above.
3060
3061 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
3062
3063         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3064
3065         * configure.ac:
3066         * ext/alsa/Makefile.am:
3067         * gst/audiotestsrc/Makefile.am:
3068           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
3069
3070 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3071
3072         * gst/playback/gstplaybin.c:
3073           Improve docs: point out that the application needs to assist playbin
3074           with buffering.
3075
3076 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3077
3078         * gst-libs/gst/utils/install-plugins.c:
3079         * gst-libs/gst/utils/missing-plugins.c:
3080         * tests/check/libs/utils.c: (missing_msg_check_getters):
3081           Change GStreamer marker prefix in detail string from 'gstreamer.net'
3082           to just 'gstreamer'. Document the caps string component of the
3083           decoder/encoder detail a bit better, since not everyone will be
3084           familiar with the GStreamer media type/caps system (but they better
3085           enjoy nested itemized lists).
3086
3087 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
3088
3089         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3090         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
3091           Fix copying of GstNetBuffer (would crash before, or at least lead to
3092           invalid memory access, #410772), for now by copying the GstBuffer copy
3093           code from the core over here so we can copy the GstBuffer fields on a
3094           provided buffer instance (of type GstNetBuffer in this case). Would be
3095           better to fix this with some support by the core though (and in the long
3096           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
3097
3098         * tests/check/Makefile.am:
3099           Enable unit test for GstNetBuffer.
3100
3101 2007-02-22  Andy Wingo  <wingo@pobox.com>
3102
3103         * gst-libs/gst/audio/gstbaseaudiosink.c
3104         (gst_base_audio_sink_init): Disable pull-mode activation until we
3105         figure out how to make audio sinks go to PLAYING.
3106
3107 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
3108
3109         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3110         (double_hq), (audio_convert_get_func_index),
3111         (audio_convert_prepare_context), (audio_convert_convert):
3112         * gst/audioconvert/audioconvert.h:
3113         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
3114         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
3115         * gst/audioconvert/gstchannelmix.h:
3116         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3117           Add float as an intermediate format, as well as float mixing. Enable
3118           test that was failing before. Fixes #339837
3119
3120 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3121
3122         * tests/examples/seek/seek.c: (do_seek):
3123         Undo the previous commit: -1 as a stop time implies that the stop
3124         time is the end of file, clearing any previously configured segment.
3125
3126 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3127
3128         * tests/examples/seek/seek.c: (do_seek):
3129         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3130
3131 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3132
3133         * gst/volume/gstvolume.c: (volume_process_int16),
3134         (volume_process_int16_clamp), (volume_set_caps):
3135           Unbreak volume, value remains gint.
3136
3137 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3138
3139         * gst/volume/gstvolume.c: (volume_choose_func),
3140         (volume_update_real_volume), (gst_volume_set_volume),
3141         (gst_volume_init), (volume_process_double), (volume_process_float),
3142         (volume_process_int16), (volume_process_int16_clamp),
3143         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3144         * gst/volume/gstvolume.h:
3145           Extend float audio support (double) and some int->uint cleanups.
3146
3147 2007-02-20  Edward Hervey  <edward@fluendo.com>
3148
3149         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3150         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3151         (sort_end_pads), (gst_decode_group_expose),
3152         (gst_decode_group_hide):
3153         Don't free groups from the streaming threads. Just put them aside and
3154         free them in dispose.
3155
3156 2007-02-20  Edward Hervey  <edward@fluendo.com>
3157
3158         * gst/playback/gstdecodebin2.c: (connect_element),
3159         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3160         (sort_end_pads), (gst_decode_group_expose):
3161         Handle dynamic pads within groups.
3162         Sort pads before exposing them in order to make playbin happy.
3163         There still is a race with the multiqueue filling up. This should be
3164         solved separately.
3165         Fixes #398721
3166
3167 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3168
3169         * gst-libs/gst/utils/base-utils.c:
3170         * gst-libs/gst/utils/descriptions.c:
3171         * gst-libs/gst/utils/install-plugins.c:
3172         * gst-libs/gst/utils/missing-plugins.c:
3173           Some more docs (and descriptions for two subtitle formats).
3174
3175 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3176
3177         * gst-libs/gst/audio/audio.c:
3178           Fix documentation.
3179
3180 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3181
3182         Patch by: Yves Lefebvre  <ivanohe abacom com>
3183
3184         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3185           Don't leak caps. Fixes #408278.
3186
3187 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3188
3189         * ext/cdparanoia/gstcdparanoiasrc.h:
3190         * ext/ogg/gstoggdemux.h:
3191         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3192         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3193         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3194         * gst-libs/gst/audio/audio.h:
3195         * gst-libs/gst/audio/gstaudiofilter.h:
3196         * gst-libs/gst/interfaces/videoorientation.h:
3197         * gst/adder/gstadder.h:
3198           More docs coverage and some ChangeLog surgery (add missing names)
3199
3200 2007-02-15  Wim Taymans  <wim@fluendo.com>
3201
3202         * sys/ximage/ximagesink.c:
3203         (gst_ximagesink_calculate_pixel_aspect_ratio):
3204         * sys/xvimage/xvimagesink.c:
3205         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3206         Small constifications.
3207
3208 2007-02-15  Wim Taymans  <wim@fluendo.com>
3209
3210         * gst-libs/gst/audio/gstbaseaudiosink.c:
3211         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3212         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3213         (gst_base_audio_sink_async_play),
3214         (gst_base_audio_sink_change_state):
3215         Answer latency query.
3216         Use configured latency when syncing.
3217         Fix clock slaving.
3218
3219         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3220         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3221         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3222         Fix possible memleak.
3223         Implement latency query.
3224         Small cleanups.
3225
3226 2007-02-15  Wim Taymans  <wim@fluendo.com>
3227
3228         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3229         Ignore errors in reset, these are not fatal. They also grab the element
3230         lock which is already taking when this function is called. Fixes
3231         #405451.
3232
3233 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3234
3235         * configure.ac:
3236           Remove 'tests/examples/xerror/Makefile' from output files again.
3237
3238 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3239
3240         * configure.ac:
3241         * docs/plugins/Makefile.am:
3242           Also crossref against gst-plugins-base-libs.
3243
3244 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3245
3246         * configure.ac:
3247         * docs/libs/Makefile.am:
3248         * docs/plugins/Makefile.am:
3249           Add crossreferences to glib/gobject/gstream docs.
3250
3251         * gst-libs/gst/audio/audio.h:
3252           Source formatting.
3253
3254         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3255           Add own debug category.
3256
3257 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3258
3259         Patch by: René Stadler <mail at renestadler de>
3260
3261         * gst-libs/gst/tag/gstvorbistag.c:
3262           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3263           (#403597).
3264
3265 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3266
3267         * gst/playback/gstplaybasebin.c: (setup_source):
3268           When we have external subtitles and wait for the subtitle decodebin
3269           to get up and running, we set up a (sync) bus handler for the
3270           subtitle decodebin, so we can stop waiting when it posts an error
3271           message. However, we should do that before we set the subtitle
3272           decodebin's state to playing, otherwise things are racy and we might
3273           miss error messages posted before we had a chance to set up the bus.
3274           This should finally fix totem hanging on .txt pseudo-subtitle files.
3275           
3276 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3277
3278         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3279           Use gst_gdouble_to_guint64 for conversions.
3280         * win32/common/config.h.in:
3281           Add a define for GST_INSTALL_PLUGINS_HELPER
3282         * win32/common/libgstaudio.def:
3283         * win32/common/libgstcdda.def:
3284         * win32/common/libgstnetbuffer.def:
3285         * win32/common/libgstrtp.def:
3286         * win32/common/libgutils.def:
3287           Add new exported functions.
3288         * win32/vs6/gst_plugins_base.dsw:
3289         * win32/vs6/libgstdecodebin.dsp:
3290         * win32/vs6/libgstnetbuffer.dsp:
3291         * win32/vs6/libgstplaybin.dsp:
3292         * win32/vs6/libgstrtp.dsp:
3293         * win32/vs6/libgstvorbis.dsp:
3294         * win32/vs6/libgstcdda.dsp:
3295         * win32/vs6/libgstgdp.dsp:
3296         * win32/vs6/libgstutils.dsp:
3297           Update and add new project files.
3298
3299 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3300
3301         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3302         (subrip_remove_unhandled_tags), (parse_subrip):
3303           For SubRip (.srt) subtitles, ignore all markup tags we don't
3304           handle (like font tags, for example).
3305
3306         * tests/check/elements/subparse.c:
3307           Add test for this.
3308
3309 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3310
3311         * gst/playback/gstdecodebin.c: (add_fakesink),
3312         (gst_decode_bin_change_state):
3313         * gst/playback/gstdecodebin2.c: (add_fakesink),
3314         (gst_decode_bin_change_state):
3315           Don't error out if there is no fakesink in the NULL to READY state
3316           change, since when decodebin is re-used, we're only adding the
3317           fakesink element in READY to PAUSED.
3318
3319         * tests/check/elements/decodebin.c:
3320         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3321         (decodebin_suite):
3322           Minimal unit test to make sure we can use the same decodebin
3323           instance twice (at least with audiotestsrc input).
3324
3325 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3326
3327         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3328           Try to get devic-name from device string first, and from handle only
3329           as fallback (seems to yield better results and is more robust
3330           against buggy probing code on the application side).
3331
3332 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3333
3334         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3335
3336         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3337         (gst_alsa_find_device_name):
3338         * ext/alsa/gstalsa.h:
3339         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3340         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3341           Improve device-name detection a bit, especially in the case where
3342           the device is not actually open (#405020, #405024). Move common code
3343           into gstalsa.c instead of duplicating it.
3344
3345 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3346
3347         * gst/audioconvert/gstaudioconvert.c:
3348           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3349
3350 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3351
3352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3353         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3354         (gst_xvimagesink_interface_supported),
3355         (gst_xvimagesink_probe_get_properties),
3356         (gst_xvimagesink_probe_probe_property),
3357         (gst_xvimagesink_probe_needs_probe),
3358         (gst_xvimagesink_probe_get_values),
3359         (gst_xvimagesink_property_probe_interface_init),
3360         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3361         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3362         (gst_xvimagesink_get_type):
3363         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3364         for XVAdaptors so that one can choose the adaptor to use with 
3365         gstreamer-properties.
3366
3367 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3368
3369         * gst/audioconvert/gstaudioconvert.c:
3370           Also mention that a conversion from double to float is suboptimal still.
3371
3372 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3373
3374         * gst-libs/gst/audio/gstaudiofilter.c:
3375         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3376           Clear our formats structure and free the caps contained in it when
3377           shutting down.
3378
3379 2007-02-05  Andy Wingo  <wingo@pobox.com>
3380
3381         * gst-libs/gst/audio/gstbaseaudiosink.c
3382         (gst_base_audio_sink_callback): Update basesink->offset so that we
3383         pull monotonically increasing offsets instead of, um, seeking back
3384         to 0 each time. Fixes alsasrc ! alsasink!
3385
3386 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3387
3388         * gst/videoscale/gstvideoscale.c:
3389           A width and height of 1 makes us crash, so increase minimum size to
3390           2x2 pixels until someone feels like fixing this (#404512).
3391
3392 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3393
3394         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3395           Add small test to make sure request pads are cleaned up properly
3396           even if oggmux never changes state out of NULL.
3397
3398 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3399
3400         * tests/check/libs/utils.c: (GST_START_TEST):
3401           Fix unit test. Turns out things work much better when you
3402           NULL-terminate string arrays. Should make p5 build bot happy again.
3403
3404 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3405
3406         * gst-libs/gst/audio/Makefile.am:
3407         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3408         (gst_audio_filter_template_base_init),
3409         (gst_audio_filter_template_class_init),
3410         (gst_audio_filter_template_init),
3411         (gst_audio_filter_template_set_property),
3412         (gst_audio_filter_template_get_property),
3413         (gst_audio_filter_template_setup),
3414         (gst_audio_filter_template_filter),
3415         (gst_audio_filter_template_filter_inplace), (plugin_init):
3416           Oops, forgot to commit fixed-up example.
3417
3418 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3419
3420         * docs/libs/gst-plugins-base-libs-sections.txt:
3421         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3422         (gst_audio_filter_class_init), (gst_audio_filter_init),
3423         (gst_audio_filter_set_caps),
3424         (gst_audio_filter_class_add_pad_templates):
3425         * gst-libs/gst/audio/gstaudiofilter.h:
3426           Port GstAudioFilter to 0.10. This change technically breaks
3427           API and ABI (and thus also every library developer's heart),
3428           but seems justifiable on the grounds that the base class was
3429           completely unusable before (ie. would crash immediately when
3430           actually used). Fixes #403963 (and eventually also #403572).
3431           Also document all of this a bit.
3432
3433 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3434
3435         * gst-libs/gst/utils/install-plugins.c:
3436         (gst_install_plugins_spawn_child):
3437         * tests/check/libs/utils.c:
3438         (test_base_utils_install_plugins_do_callout):
3439           Lowering log level to see why things fail on the p5 build bot;
3440           fix some typos in unit test messages.
3441
3442 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3443
3444         * tests/check/libs/utils.c:
3445         (test_base_utils_install_plugins_do_callout):
3446           Don't hard-code temp directory for test helper; use GLib functions
3447           to write out file and do error checking etc.
3448
3449 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3450
3451         * gst-libs/gst/utils/Makefile.am:
3452         * gst-libs/gst/utils/base-utils.h:
3453         * gst-libs/gst/utils/install-plugins.c:
3454         (gst_install_plugins_context_set_xid),
3455         (gst_install_plugins_context_new),
3456         (gst_install_plugins_context_free),
3457         (gst_install_plugins_get_helper),
3458         (gst_install_plugins_spawn_child),
3459         (gst_install_plugins_return_from_status),
3460         (gst_install_plugins_installer_exited),
3461         (gst_install_plugins_async), (gst_install_plugins_sync),
3462         (gst_install_plugins_return_get_name),
3463         (gst_install_plugins_installation_in_progress):
3464         * gst-libs/gst/utils/install-plugins.h:
3465           API: add API for applications to initiate installation of missing
3466           plugins, ie. gst_install_plugins_async() primarily.
3467           Based on libgimme-codec by Ryan Lortie.
3468
3469         * configure.ac:
3470           Add --with-install-plugins-helper configure option so distros can specify
3471           the path of the helper script or program to call when plugin installation
3472           is requested (distros: please do any argument munging in this helper
3473           script instead of patching GStreamer to pass arguments differently
3474           to another program directly).
3475
3476         * docs/libs/gst-plugins-base-libs-docs.sgml:
3477         * docs/libs/gst-plugins-base-libs-sections.txt:
3478           Build and document new API.
3479
3480         * tests/check/libs/utils.c: (result_cb),
3481         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3482         (libgstbaseutils_suite):
3483           Some simple checks for the new API.
3484
3485 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3486
3487         * tests/check/elements/audioconvert.c: (test_float_conversion):
3488           Add small test for 32bit float <=> 64bit float conversion (works
3489           only one way so far, 32=>64 produces structured noise).
3490
3491 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3492
3493         * gst/audioconvert/gstaudioconvert.c:
3494         (set_structure_widths_32_and_64), (make_lossless_changes):
3495           We don't support floats with a width of 40, 48 or 56 bits.
3496
3497 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3498
3499         * gst/audioconvert/audioconvert.c: (float), (double),
3500         (audio_convert_get_func_index):
3501         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3502         (make_lossless_changes):
3503           Support for 64-bit float audio in audioconvert (#339837)
3504
3505 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3506
3507         Patch by: Holger Wansing  <linux wansing-online de>
3508
3509         * po/LINGUAS:
3510         * po/de.po:
3511           Add German translation (#352069).
3512
3513 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3514
3515         reviewed by: Wim Taymans <wim@fluendo.com>
3516
3517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3518         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3519         Use newly added GstCollectPads API to free the allocated resources in
3520         the GstOggPad structures (#402393).
3521
3522 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3523
3524         * gst/playback/gstplaybin.c: (gen_vis_element):
3525           Add audioresample+audioconvert in front of the visualisation
3526           element, so that elements like libvisual 0.4 that don't support all
3527           samplerates can work.
3528
3529           Fixes: #402505
3530
3531 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3532
3533         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3534         (gst_play_base_bin_get_streaminfo_value_array):
3535           Take some locks and make a copy of the streaminfo value array we
3536           maintain while holding the lock, so that the application can
3537           retrieve the stream-info as a value array in a thread-safe way.
3538
3539 2007-01-30  Wim Taymans  <wim@fluendo.com>
3540
3541         * gst/audioconvert/gstaudioconvert.c:
3542         Don't fail on 0 sized buffers. Fixes #396835.
3543
3544 2007-01-29  David Schleef  <ds@schleef.org>
3545
3546         * gst/typefind/gsttypefindfunctions.c:
3547           Detect BBCD as video/x-dirac, so we can play raw dirac
3548           streams.
3549
3550 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3551
3552         * ext/theora/theoraenc.c: (theora_enc_chain):
3553           Check return value of theora_encode_header(), or we might try to
3554           allocate a random number of bytes. theora_encode_header() can fail
3555           if libtheora has been compiled with encoding support disabled.
3556           Fixes #398110.
3557
3558 2007-01-29  Wim Taymans  <wim@fluendo.com>
3559
3560         * tests/check/gst/.cvsignore:
3561         Do as buildbot says.
3562
3563 2007-01-29  Wim Taymans  <wim@fluendo.com>
3564
3565         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3566         Fix strides in libvisual. Gst uses X strides.
3567         Inspired by: <ed at catmur dot co dot uk> and 
3568         <tim at centricular dot net>
3569         Fixes #401118.
3570
3571 2007-01-27  Wim Taymans  <wim@fluendo.com>
3572
3573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3574         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3575         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3576         (gst_ogg_demux_perform_seek),
3577         (gst_ogg_demux_bisect_forward_serialno),
3578         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3579         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3580         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3581         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3582         * ext/ogg/gstoggdemux.h:
3583         Properly propagate streaming errors when we are scanning the file for
3584         chains so that we don't crash when shut down. Might fix some crashers
3585         when quickly switching oggs in RB such as #332503 and #378436.
3586
3587 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3588
3589         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3590           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3591           error code as well.
3592
3593 2007-01-25  Wim Taymans  <wim@fluendo.com>
3594
3595         * gst/playback/gstplaybasebin.c: (remove_source):
3596         Don't try to disconnect a signal from a finalized object.
3597
3598 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3599
3600         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3601           Cast lock macro parameters to make sure we're actually accessing the
3602           lock member at the right class level. Free list itself in _dispose()
3603           as well and NULL it in case dispose gets called multiple times.
3604
3605 2007-01-25  Edward Hervey  <edward@fluendo.com>
3606
3607         * gst/playback/gstdecodebin2.c:
3608         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3609         Free GstDecodeGroups no longer used.
3610         (gst_decode_group_expose):
3611         Don't unlock too many times !
3612         (deactivate_free_recursive):
3613         Free iterator once we're done with it.
3614         Fix for recursively deactivating elements (stop at ghostpads).
3615
3616 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3617
3618         * gst/playback/gstplaybin.c: (handoff):
3619           Fix up caps on the frame buffer before we save it and potentially
3620           make it accessible to other threads via g_object_get; also use
3621           gst_buffer_replace() instead of gst_mini_object_replace().
3622
3623 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3624
3625         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3626           Make getting the current frame thread-safe.
3627
3628 2007-01-25  Edward Hervey  <edward@fluendo.com>
3629
3630         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3631         (gst_decode_group_new), (gst_decode_group_free):
3632         Set queues to bigger sizes to cope with HD contents.
3633         Fix some mutex freeing and add comment about MT safe methods.
3634
3635 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3636
3637         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3638         (gst_text_overlay_text_event):
3639           Don't unnecessarily ref (and then leak) upstream events if the text
3640           pad is not linked. Fixes #399948.
3641
3642         * tests/check/gst-plugins-base.supp:
3643           Add suppression for pango on edgy/x86 for textoverlay test.
3644
3645 2007-01-24  Wim Taymans  <wim@fluendo.com>
3646
3647         * gst-libs/gst/rtp/gstrtpbuffer.h:
3648         Add some more fixed payloads.
3649
3650 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3651
3652         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3653           Error out properly if we get an error from libogg while reading the
3654           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
3655
3656 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3657
3658         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
3659           Don't leak mutex.
3660
3661         * tests/check/elements/playbin.c:
3662         (test_sink_usage_video_only_stream),
3663         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3664         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
3665         (test_missing_suburisource_handler),
3666         (test_missing_primary_decoder), (playbin_suite):
3667           Run all tests once with decodebin and once with decodebin2.
3668           One test does not pass yet with decodebin2.
3669
3670 2007-01-23  Edward Hervey  <edward@fluendo.com>
3671
3672         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
3673         Fix the cases where oggmux doesn't properly figure out that all
3674         sinkpads have gone EOS, and therefore doesn't push out the remaining
3675         buffers and the final EOS event.
3676         Fixes #363379
3677
3678 2007-01-23  Julien MOUTTE  <julien@moutte.net>
3679
3680         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3682         Don't lock on navigation event push, just on keysym to string.
3683         Fixes #397673 again.
3684
3685 2007-01-22  Edward Hervey  <edward@fluendo.com>
3686
3687         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3688         (get_current_group), (group_demuxer_event_probe),
3689         (gst_decode_group_expose), (deactivate_free_recursive),
3690         (gst_decode_group_free):
3691         Cleanups.
3692         Don't forget to emit 'no-more-pads' once a group is exposed.
3693         Cleanup elements from a DecodeGroup once we remove it.
3694         Protect call to gst_decode_group_expose() with the decodebin lock.
3695
3696 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3697
3698         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3700         Looking at Xorg code i can't figure out if that XKeysymToString
3701         function is thread sensible or not. Lock it just in case as
3702         recommended by Radek Doulik <rodo at ximian dot com>.
3703
3704 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3705
3706         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3708         Lock that X Call as well. Fixes #397673.
3709
3710 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3711
3712         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
3713           Don't go into an endless loop if the file starts with 00 00 01 2X,
3714           like quicktime redirect files might. Fixes #396042.
3715
3716         * tests/check/Makefile.am:
3717         * tests/check/gst/.cvsignore:
3718         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
3719         (typefindfunctions_suite):
3720           Add unit test for the above.
3721
3722 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3723
3724         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3725           On second thought, use "depth" field rather than "bpp" field.
3726
3727 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3728
3729         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3730           Camtasia caps apparently need a bpp field (#398875).
3731
3732 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3733
3734         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3735         (gen_source_element), (gst_play_base_bin_change_state):
3736           Attempt at a better error message in case we don't have the required
3737           URI handler installed; post missing-plugin message also when we're
3738           missing an URI handler for the subtitle URI; clean up properly also
3739           when an error occurs and we never made it to PAUSED state.
3740
3741         * tests/check/elements/playbin.c: (GST_START_TEST),
3742         (playbin_suite):
3743           Check that we're also getting a missing-plugin messsage for a
3744           missing subtitle URI handler (and clean up properly).
3745
3746 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3747
3748         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
3749           Plug a few reference leaks.
3750
3751 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3752
3753         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3754           Lower probability a bit if the marker isn't right at the start,
3755           to decrease the chance of false positives.
3756
3757 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3758
3759         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3760           Small mpeg2 system stream typefinding improvement: make typefinder
3761           probe a bit into the stream instead of just looking for a marker
3762           at the beginning. Fixes #397810.
3763
3764 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
3765
3766         * gst/audioconvert/gstchannelmix.c:
3767           Remove compatibility cruft for prehistoric GLib versions.
3768
3769 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
3770
3771         * gst/playback/Makefile.am:
3772         * gst/playback/gstdecodebin.c: (close_pad_link):
3773         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3774         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3775         (gst_play_base_bin_handle_message_func), (unknown_type):
3776           Let decodebin be the element to post missing-plugin messages for
3777           missing decoders (rather than playbin); make playbin implement
3778           GstBin::handle_message so we can suppress missing-plugin messages
3779           for types we're not handling on purpose (don't want to bring up an
3780           installer in those cases).
3781
3782 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3783
3784         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3785         * gst-libs/gst/tag/gstvorbistag.c:
3786         (gst_tag_list_to_vorbiscomment_buffer):
3787         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
3788           Fix potentially unaligned access (#397207).
3789
3790 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3791
3792         * tests/examples/seek/seek.c: (set_scale), (update_scale),
3793         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
3794         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
3795         (main):
3796           Allow to toggle looping while it plays. Fix callback prototype. Clean
3797           up code a bit more. Add copyright header.
3798
3799 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3800
3801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3802           Red and blue mask was swapped (spotted by Dan Williams).
3803
3804 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
3805
3806         * gst-libs/gst/tag/gstid3tag.c:
3807         * gst-libs/gst/tag/gstvorbistag.c:
3808           Use new beats-per-minute tag from core.
3809
3810 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
3811
3812         * po/POTFILES.in:
3813           Add new files with translatable strings, so they actually make it
3814           into the template file one day.
3815
3816 2007-01-12  Andy Wingo  <wingo@pobox.com>
3817
3818         * gst-libs/gst/audio/gstbaseaudiosink.c
3819         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
3820         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
3821         stuff, as the base class handles this now. Actually tell the ring
3822         buffer to start.
3823         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
3824         How did this work before? Maybe I'm not as awesome a programmer as
3825         I think.
3826
3827         * gst-libs/gst/audio/gstbaseaudiosrc.c
3828         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
3829         of a pad function.
3830
3831 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3832
3833         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
3834           Remove more fields so that the application can better blacklist
3835           formats that have been tried before.
3836
3837 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3838
3839         * gst-libs/gst/audio/mixerutils.h:
3840           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
3841           used when compiling with c++ compilers as well.
3842
3843 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         * gst/typefind/gsttypefindfunctions.c:
3846           Fix comment.
3847
3848 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
3849
3850         * gst/playback/gstplaybin.c: (post_missing_element_message),
3851         (gen_video_element), (gen_text_element), (gen_audio_element),
3852         (gen_vis_element):
3853           Post missing-plugin messages also when we error out because
3854           converters, textoverlay or auto*sinks are missing (#161922).
3855
3856 2007-01-10  Wim Taymans  <wim@fluendo.com>
3857
3858         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
3859         (is_demuxer_element), (new_caps):
3860         * gst/playback/gstplaybasebin.c: (source_new_pad):
3861         Fix the case where we try to ref a NULL element when we delay a link
3862         because of unfixed caps.
3863         Set the state of autoplugged decodebins to PAUSED.
3864         RTSP now works in playbin, we can remove it from the blacklist.
3865
3866 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3867
3868         * gst/playback/Makefile.am:
3869         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
3870         (unknown_type), (setup_subtitle), (gen_source_element):
3871         * gst/playback/gstplaybin.c: (plugin_init):
3872           Post missing-plugin messages on the bus for missing sources and
3873           missing decoders/demuxers/depayloaders; fix error code used when
3874           we're missing an URI handler source; for media types that we are not
3875           handling on purpose at the moment, don't print "don't know how to
3876           handle xyz" messages to the terminal or post missing-plugin
3877           messages on the bus.
3878
3879         * tests/check/elements/playbin.c: (create_playbin),
3880         (GST_START_TEST), (gst_codec_src_uri_get_type),
3881         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
3882         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
3883         (gst_codec_src_init_type), (gst_codec_src_base_init),
3884         (gst_codec_src_create), (gst_codec_src_class_init),
3885         (gst_codec_src_init), (plugin_init), (playbin_suite):
3886           Add some tests for the missing-plugin stuff.
3887
3888 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3889
3890         * configure.ac:
3891         * gst-libs/gst/Makefile.am:
3892         * gst-libs/gst/utils/Makefile.am:
3893         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
3894         * gst-libs/gst/utils/base-utils.h:
3895         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
3896         (find_format_info), (caps_are_rtp_caps),
3897         (gst_base_utils_get_source_description),
3898         (gst_base_utils_get_sink_description),
3899         (gst_base_utils_get_decoder_description),
3900         (gst_base_utils_get_encoder_description),
3901         (gst_base_utils_get_element_description),
3902         (gst_base_utils_add_codec_description_to_tag_list),
3903         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
3904         * gst-libs/gst/utils/descriptions.h:
3905         * gst-libs/gst/utils/missing-plugins.c:
3906         (missing_structure_get_type), (copy_and_clean_caps),
3907         (gst_missing_uri_source_message_new),
3908         (gst_missing_uri_sink_message_new),
3909         (gst_missing_element_message_new),
3910         (gst_missing_decoder_message_new),
3911         (gst_missing_encoder_message_new),
3912         (missing_structure_get_string_detail),
3913         (missing_structure_get_caps_detail),
3914         (gst_missing_plugin_message_get_installer_detail),
3915         (gst_missing_plugin_message_get_description),
3916         (gst_is_missing_plugin_message):
3917         * gst-libs/gst/utils/missing-plugins.h:
3918           API: add new libgstbaseutils library with functions
3919           - to create and parse missing-plugins messages
3920           - that provide (translated) descriptions for caps/decoders/sources/etc.
3921           Closes #392393.
3922
3923         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3924         * pkgconfig/gstreamer-plugins-base.pc.in:
3925           Add new lib.
3926
3927         * docs/libs/gst-plugins-base-libs-docs.sgml:
3928         * docs/libs/gst-plugins-base-libs-sections.txt:
3929           Generate docs for new lib and API.
3930
3931         * tests/check/Makefile.am:
3932         * tests/check/libs/.cvsignore:
3933         * tests/check/libs/utils.c: (missing_msg_check_getters),
3934         (GST_START_TEST), (libgstbaseutils_suite):
3935           Add some basic unit tests.
3936
3937 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3938
3939         * ext/ogg/Makefile.am:
3940           Dist gstoggdemux.h to fix 'make distcheck'.
3941
3942         * sys/v4l/Makefile.am:
3943           Fix 'make distcheck' even more.
3944
3945 2007-01-09  Wim Taymans  <wim@fluendo.com>
3946
3947         * docs/plugins/Makefile.am:
3948         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3949         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3950         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
3951         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
3952         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
3953         (gst_ogg_demux_perform_seek):
3954         * ext/ogg/gstoggdemux.h:
3955         Added docs.
3956         Add some more comments.
3957         Small cleanups.
3958
3959 2007-01-09  Wim Taymans  <wim@fluendo.com>
3960
3961         * ext/theora/theoradec.c:
3962         * ext/vorbis/vorbisdec.c:
3963         * gst-libs/gst/audio/gstringbuffer.c:
3964         (gst_ring_buffer_commit_full):
3965         * gst-libs/gst/audio/gstringbuffer.h:
3966         * gst-libs/gst/rtp/gstrtpbuffer.c:
3967         * gst-libs/gst/tag/gstvorbistag.c:
3968         Small documentation updates/fixes
3969
3970 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3971
3972         * configure.ac:
3973           Require core CVS HEAD for Andy's basesrc/sink API additions.
3974
3975 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3976
3977         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
3978
3979         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
3980         (plugin_init):
3981           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
3982           on flac.sf.net (there appear to be other versions of the first
3983           ogg page in the wild) (#391365).
3984
3985 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3986
3987         * configure.ac:
3988           Check if localtime_r() is available.
3989
3990         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
3991           If localtime_r() is not available, fall back to localtime(). Should
3992           fix build on MingW (#393310).
3993
3994 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3995
3996         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3997         * gst/subparse/gstsubparse.h:
3998           Remove spurious 1000 subtrahend when calculating the timestamp from
3999           the frame number and the frame rate . Also, use the frames/second
4000           value specified in the first line of the file, if one is specified
4001           there. Should fix #357503.
4002
4003         * tests/check/elements/subparse.c: (do_test),
4004         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
4005         (subparse_suite):
4006           Add some basic unit tests for the microdvd subtitle format.
4007
4008 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4009
4010         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4011
4012         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4013         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
4014         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
4015         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
4016         (gst_xvimagesink_set_xwindow_id),
4017         (gst_xvimagesink_set_event_handling),
4018         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4019         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4020         Fixes: #390076.
4021         Add an adaptor property to select a specific XV adaptor.
4022         * sys/xvimage/xvimagesink.h:
4023
4024 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4025
4026         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4027         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
4028         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4029         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
4030         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4031         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
4032         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4033         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
4034         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4035         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
4036         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
4037         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
4038         Use flow_lock much more to protect every access to xwindow.
4039         Try to catch erros while creating images in case some drivers are
4040         just generating an XError when the requested image is too big.
4041         Should fix : #354698, #384008, #384060.
4042         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
4043         Implement some stress testing of setting window xid.
4044
4045 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
4046
4047         * win32/common/libgsaudio.def:
4048           Add new exported function.
4049         * win32/common/libgstogg.dsp:
4050           Add gstoggaviparse.c to the build.
4051         * win32/common/libgstvideoscale.dsp:
4052           Add vs_4tap.c to the build.
4053         * win32/common/libgstvorbis.dsp:
4054           Add vorbistag.c to the build.
4055         
4056 2007-01-06  Andy Wingo  <wingo@pobox.com>
4057
4058         * gst-libs/gst/audio/gstbaseaudiosink.c
4059         (gst_base_audio_sink_class_init)
4060         (gst_base_audio_sink_init): 
4061         (gst_base_audio_sink_activate_pull): Add an activate_pull function
4062         to baseaudiosink, and tell basesink that we can work in pull mode.
4063         This way the ring buffer thread drives the pipeline directly, if
4064         pull mode is possible. There is some lingering nastiness regarding
4065         capsnego, however.
4066         (gst_base_audio_sink_callback): Implement the callback to pull
4067         data. This interface is a bit light, though -- it should get a
4068         GstFlowReturn return value at least.
4069
4070 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4071
4072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
4073         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4074         * gst/playback/gstdecodebin2.c:
4075         (gst_decode_group_check_if_blocked):
4076           Printf format and missing argument fixes.
4077
4078 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
4079
4080         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
4081         (gst_ogm_parse_change_state):
4082         Activate pads before adding them to the element.
4083
4084 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4085
4086         * tests/examples/seek/scrubby.c: (main):
4087         * tests/examples/seek/seek.c: (main):
4088           Call g_thread_init() first thing in main() (see #391278).
4089
4090 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4091
4092         * tests/check/Makefile.am:
4093         * tests/check/libs/.cvsignore:
4094         * tests/check/libs/netbuffer.c: (GST_START_TEST),
4095         (netbuffer_suite):
4096           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
4097           for the time being, since it's broken, see #393099.
4098
4099 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4100
4101         * tests/check/Makefile.am:
4102           Update to use GST_PLUGINS_BASE_CFLAGS as well.
4103
4104 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4105
4106         * configure.ac:
4107           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
4108           so that GST_BASE_CFLAGS can go inbetween them, making sure
4109           we use uninstalled gst-libs headers
4110         * docs/libs/Makefile.am:
4111         * ext/alsa/Makefile.am:
4112         * ext/cdparanoia/Makefile.am:
4113         * ext/gnomevfs/Makefile.am:
4114         * ext/libvisual/Makefile.am:
4115         * ext/ogg/Makefile.am:
4116         * ext/theora/Makefile.am:
4117         * ext/vorbis/Makefile.am:
4118         * gst-libs/gst/audio/Makefile.am:
4119         * gst-libs/gst/cdda/Makefile.am:
4120         * gst-libs/gst/interfaces/Makefile.am:
4121         * gst-libs/gst/riff/Makefile.am:
4122         * gst-libs/gst/rtp/Makefile.am:
4123         * gst-libs/gst/tag/Makefile.am:
4124         * gst/adder/Makefile.am:
4125         * gst/audioconvert/Makefile.am:
4126         * gst/audiorate/Makefile.am:
4127         * gst/audioresample/Makefile.am:
4128         * gst/playback/Makefile.am:
4129         * gst/tcp/Makefile.am:
4130         * gst/videoscale/Makefile.am:
4131         * gst/volume/Makefile.am:
4132         * sys/ximage/Makefile.am:
4133         * sys/xvimage/Makefile.am:
4134         * tests/icles/Makefile.am:
4135           adapt
4136
4137 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4138
4139         * gst-libs/gst/interfaces/xoverlay.c:
4140         (gst_x_overlay_handle_events):
4141         * gst-libs/gst/interfaces/xoverlay.h:
4142         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4143         (gst_ximagesink_set_xwindow_id),
4144         (gst_ximagesink_set_event_handling),
4145         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4146         (gst_ximagesink_get_property), (gst_ximagesink_init),
4147         (gst_ximagesink_class_init):
4148         * sys/ximage/ximagesink.h:
4149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4150         (gst_xvimagesink_set_xwindow_id),
4151         (gst_xvimagesink_set_event_handling),
4152         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4153         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4154         (gst_xvimagesink_class_init):
4155         * sys/xvimage/xvimagesink.h:
4156         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4157         Add a method to the XOverlay interface to allow disabling of 
4158         event handling in x[v]imagesink elements. This will let X events
4159         propagate to parent windows which can be usefull in some cases.
4160         Be carefull that the application is then responsible of pushing
4161         navigation events and expose events to the video sink.
4162         Fixes: #387138.
4163
4164 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4165
4166         * gst-libs/gst/tag/gstvorbistag.c:
4167         * tests/check/libs/tag.c: (GST_START_TEST):
4168           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4169           (fixes #392070).
4170
4171 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4172
4173         * configure.ac:
4174         * docs/Makefile.am:
4175         * docs/design/Makefile.am:
4176           Dist design docs.
4177
4178 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4179
4180         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4181         typo. Fixes: #390063.
4182
4183 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4184
4185         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4187         caps leak.
4188         * win32/common/config.h: Updated.
4189
4190 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4191
4192         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4193         (setup_gdpdepay_streamheader):
4194         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4195         (setup_gdppay_streamheader):
4196           Fix the dp tests, but activating the pads for the streamheader tests
4197           too and cleaning up conditionaly
4198
4199 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4200
4201         * gst/ffmpegcolorspace/avcodec.h:
4202         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4203         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4204         (gst_ffmpegcsp_avpicture_fill):
4205         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4206         (img_get_alpha_info):
4207         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4208         other end of the word. Fixes: #387073.
4209
4210         Add some inconsequential branch hints in a couple of places.
4211
4212 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4213
4214         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4215         (gst_ffmpeg_caps_to_smpfmt):
4216           The "signed" field in raw audio caps is of boolean type, trying to
4217           extract the value with _get_int() will fail (fix to keep in sync with
4218           the copy in gst-ffmpeg)
4219
4220 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4221
4222         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4223         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4224         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4225         (cleanup_gdpdepay):
4226         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4227         * tests/check/elements/subparse.c: (teardown_subparse):
4228         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4229         * tests/check/elements/videorate.c: (cleanup_videorate):
4230         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4231         * tests/check/elements/volume.c: (cleanup_volume):
4232         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4233         (cleanup_vorbisdec):
4234         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4235         (cleanup_vorbistag):
4236           consistent pad (de)activation
4237
4238 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4239
4240         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4241           Forgot to register the extensions.
4242
4243 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4244
4245         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4246         (plugin_init):
4247           Add typefinder for VIVO files (my christmas present to the 90s).
4248
4249 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4250
4251         * gst/playback/gstdecodebin.c: (type_found):
4252           Special-case the text/plain media type: we only want to recognise it
4253           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4254           parser, but not if the entire stream is of text/plain type. If the
4255           entire stream is text/plain, we should just error out.
4256
4257           This fixes playback of audio files with lyrics in totem. Totem can't
4258           distinguish between text files and subtitle files and passes any
4259           .txt file with the same basename as the main file to playbin as
4260           suburi, and playbin will then throw a 'subtitle found, but no video
4261           stream' error, which isn't entirely helpful. See #380342.
4262
4263           Also, with this change we'll show a slightly more correct error
4264           message in case totem passes a playlist file to us (although a
4265           custom error message wording instead of the default text would
4266           probably not be a bad idea either).
4267
4268           Same problem also needs to be fixed for playbin+decodebin2.
4269
4270         * tests/check/Makefile.am:
4271         * tests/check/elements/decodebin.c: (src_handoff_cb),
4272         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4273         (decodebin_suite):
4274           Add simple unit test for decodebin for the above.
4275
4276 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4277
4278         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4279         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4280           Refuse to change state to READY when we failed to create any of the
4281           required elements in our instance init function.
4282
4283 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4284
4285         * docs/libs/gst-plugins-base-libs-sections.txt:
4286           Small docs fixes/updates.
4287
4288         * gst-libs/gst/video/gstvideosink.h:
4289           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4290           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4291           removed from the base sink API between 0.9.6 and 0.9.7).
4292           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4293           accessor macros, so we don't do a runtime GObject type check every
4294           time we use them.
4295
4296 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4297
4298         * Makefile.am:
4299         * gst-plugins-base.doap:
4300         * gst-plugins-base.spec.in:
4301           add doap file
4302
4303 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4304
4305         Patch by: Jens Granseuer <jensgr at gmx net>
4306
4307         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4308         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4309         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4310         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4312           Declare variables at the beginning of a block. Fixes #383195.
4313
4314 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4315
4316         * configure.ac:
4317         Bump version nano - back to CVS.
4318
4319
4320 === release 0.10.11 ===
4321
4322 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4323
4324         * configure.ac:
4325           releasing 0.10.11, "Dumb things"
4326
4327 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4328
4329         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4330         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4331         Handle the case where an element has multiple pads with 
4332         unfixed caps as well as still possibly producing more dynamic 
4333         pads by storing each case as a distinct entry in the dynamic list.
4334         Fixes #38223 again.
4335
4336 2006-12-04  Wim Taymans  <wim@fluendo.com>
4337
4338         * gst/playback/gstdecodebin.c: (close_pad_link):
4339         Fix #382223, add more dynamic caps handling.
4340
4341 2006-12-04  Wim Taymans  <wim@fluendo.com>
4342
4343         reviewed by: <delete if not using a buddy>
4344
4345         * gst-libs/gst/audio/gstringbuffer.h:
4346         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4347         (gst_netaddress_set_ip4_interface),
4348         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4349         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4350         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4351         (gst_netaddress_get_ttl):
4352         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4353         * gst/playback/gstdecodebin.c: (close_pad_link):
4354         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4355         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4356         * win32/common/config.h:
4357
4358 2006-12-01  Michael Smith  <msmith@fluendo.com>
4359
4360         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4361           Delete bad debug code.
4362           Fixes #381219
4363
4364 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4365
4366         * gst/videoscale/vs_4tap.c:
4367         * win32/MANIFEST:
4368         * win32/common/config.h:
4369         * win32/vs8/libgstvideoscale.vcproj:
4370         Fix compilation on win32 under VS8
4371         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4372         Partially fixes #381175
4373
4374 2006-11-30  Michael Smith  <msmith@fluendo.com>
4375
4376         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4377         (GST_START_TEST):
4378           It would be very bad if, after a discont buffer, we thought every
4379           single following buffer was also discont. So, add to the test to
4380           ensure that this isn't the case.
4381           
4382         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4383           ... it was the case. So fix it.
4384
4385 2006-11-28  Wim Taymans  <wim@fluendo.com>
4386
4387         * gst/playback/gstplaybasebin.c: (check_queue_event):
4388         Improve debug.
4389
4390         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4391         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4392         padtemplate caps. Refixes #357577.
4393
4394 2006-11-28  Wim Taymans  <wim@fluendo.com>
4395
4396         * gst/playback/gstplaybasebin.c: (check_queue_event),
4397         (queue_threshold_reached), (queue_out_of_data),
4398         (gen_preroll_element):
4399         Add event probe to see when EOS is in a queue and we can disable the
4400         underrun signals. Fixes #357577.
4401
4402 2006-11-28  Edward Hervey  <edward@fluendo.com>
4403
4404         * gst/playback/Makefile.am:
4405         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4406         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4407         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4408         (gst_decode_bin_init), (gst_decode_bin_dispose),
4409         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4410         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4411         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4412         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4413         (connect_element), (expose_pad), (type_found),
4414         (pad_added_group_cb), (pad_removed_group_cb),
4415         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4416         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4417         (are_raw_caps), (multi_queue_overrun_cb),
4418         (multi_queue_underrun_cb), (gst_decode_group_new),
4419         (get_current_group), (group_demuxer_event_probe),
4420         (gst_decode_group_control_demuxer_pad),
4421         (gst_decode_group_control_source_pad),
4422         (gst_decode_group_check_if_blocked),
4423         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4424         (gst_decode_group_hide), (gst_decode_group_free),
4425         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4426         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4427         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4428         (plugin_init):
4429         New decodebin2 element.
4430         Closes #370092
4431         * gst/playback/gstplay-marshal.list:
4432         Added marshallers for new signals in decodebin2
4433         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4434         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4435         is set.
4436
4437 2006-11-28  Wim Taymans  <wim@fluendo.com>
4438
4439         * gst/playback/gstplaybasebin.c: (setup_source),
4440         (gst_play_base_bin_change_state):
4441         Disable rtsp:// uris for the release, it's not good enough yet.
4442         Remove unused var.
4443
4444 2006-11-26  Wim Taymans  <wim@fluendo.com>
4445
4446         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4447         (theora_dec_push_forward), (theora_dec_push_reverse),
4448         (theora_handle_data_packet), (theora_dec_decode_buffer),
4449         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4450         (theora_dec_chain_forward), (theora_dec_chain):
4451         Implement reverse playback.
4452
4453         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4454         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4455         (vorbis_dec_chain_forward):
4456         Clear buffers used for reverse playback in _reset.
4457         No need to set the eos flag, we clip samples using the segment.
4458
4459 2006-11-24  Wim Taymans  <wim@fluendo.com>
4460
4461         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4462         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4463         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4464         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4465         Some cleanups.
4466         Handle continued pages in reverse mode.
4467
4468 2006-11-24  Wim Taymans  <wim@fluendo.com>
4469
4470         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4471         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4472         (vorbis_dec_flush_decode):
4473         Small cleanups.
4474         Don't try to add invalid timestamps.
4475         Clipping will unref the buffer.
4476
4477 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4478
4479         * gst/adder/gstadder.h:
4480         * gst/audiotestsrc/gstaudiotestsrc.h:
4481           remove obsolete _factory_init protos
4482
4483 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4484
4485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4486           Fix spacing in debug message.
4487
4488 2006-11-23  Wim Taymans  <wim@fluendo.com>
4489
4490         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4491         (gst_ogg_demux_chain):
4492         Don't just ignore return values from _pad_push().
4493         Small debug improvements.
4494
4495 2006-11-23  Michael Smith  <msmith@fluendo.com>
4496
4497         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4498           If our incoming buffer is marked as DISCONT, then increment the page
4499           number (so that the discontinuity is marked in the final ogg
4500           bitstream) and flush the previous page.
4501
4502 2006-11-22  Michael Smith  <msmith@fluendo.com>
4503
4504         * ext/theora/gsttheoraenc.h:
4505         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4506         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4507         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4508         (theora_enc_chain), (theora_enc_change_state):
4509           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4510
4511         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4512         (GST_START_TEST), (theoraenc_suite):
4513           Enable discontinuity test, fix it.
4514
4515 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4516
4517         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4518         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4519         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4520         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4521         (gst_text_overlay_change_state):
4522         * ext/pango/gsttextoverlay.h:
4523           Some textoverlay fixes: for one, in the video chain function,
4524           actually wait for a text buffer to come in if there is none at the
4525           moment and there should be one; also, deal more gracefully with
4526           incoming buffers that do not have a timestamp or duration; discard
4527           text buffer when not needed any longer. Fixes #341681.
4528
4529         * tests/check/Makefile.am:
4530         * tests/check/elements/.cvsignore:
4531         * tests/check/elements/textoverlay.c:
4532         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4533         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4534         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4535         (test_video_waits_for_text_send_text_newsegment_thread),
4536         (test_video_waits_for_text_shutdown_element),
4537         (test_render_continuity_push_video_buffers_thread),
4538         (textoverlay_suite):
4539           Add some unit tests for textoverlay.
4540
4541 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4542
4543         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4544           Avoid integer underflow when the found probability for mp3 is
4545           smaller than the 'penalty' we subtract if there's not a clean
4546           mp3 header sync at offset 0.
4547
4548 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4549
4550         * docs/libs/gst-plugins-base-libs-sections.txt:
4551           Add some new symbols to the docs
4552
4553 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4554
4555         * tests/check/Makefile.am:
4556         * tests/check/elements/ffmpegcolorspace.c:
4557         (ffmpegcolorspace_suite):
4558           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4559           (for now not for valgrinding though, since it takes too long).
4560
4561 2006-11-20  Wim Taymans  <wim@fluendo.com>
4562
4563         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4564         (gst_ffmpeg_pixfmt_to_caps):
4565         Fix RGBA32 caps. Fixes #357038.
4566
4567 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4568
4569         * gst-libs/gst/interfaces/mixertrack.h:
4570           Add FIXME so we can add some padding here in 0.11
4571
4572 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4573
4574         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4575           Fix GstBaseRTPAudioPayload structure so the whole GObject
4576           inheritance business actually works (parent class instance structure
4577           must always come first in the derived class instance structure).
4578
4579 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4580
4581         * gst/videotestsrc/Makefile.am:
4582         * tests/check/Makefile.am:
4583           Make sure our checks and the videotestsrc plugin link against the
4584           local uninstalled gst libs and not any installed gst libs that
4585           might happen to exist as well.
4586
4587         * tests/check/elements/adder.c: (message_received),
4588         (test_event_message_received), (test_play_twice_message_received):
4589         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4590           Fix compiler warnings when compiling against core with disabled
4591           debugging system.
4592
4593 2006-11-16  Michael Smith  <msmith@fluendo.com>
4594
4595         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4596         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4597           Fix audiorate, so that it accurately sets offsets and timestamps.
4598           Doesn't change the fundamental algorithmic decisions; so should be
4599           safe.
4600
4601         * tests/check/Makefile.am:
4602           Enable audiorate test now that it passes.
4603
4604 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4605
4606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4607           clear xv when going to NULL, remove // commented non-existant proto
4608
4609         * tests/examples/seek/seek.c: (main):
4610           add missing tooltip description for scrub and play_scrub
4611
4612 2006-11-14  David Schleef  <ds@schleef.org>
4613
4614         * configure.ac:
4615           Bump liboil requirement to 0.3.8.
4616         * gst-libs/gst/riff/riff-media.c:
4617           Add Dirac fourcc.
4618         * gst/videoscale/vs_image.h:
4619         * gst/videoscale/vs_scanline.h:
4620           Use liboil's stdint.h.
4621         * gst/videotestsrc/videotestsrc.c:
4622           Remove liboil related ifdef's, since they aren't needed now, and
4623           won't work with future versions.
4624
4625 2006-11-14  David Schleef  <ds@schleef.org>
4626
4627         * gst/videoscale/Makefile.am:
4628         * gst/videoscale/gstvideoscale.c:
4629         * gst/videoscale/gstvideoscale.h:
4630         * gst/videoscale/vs_4tap.c:
4631         * gst/videoscale/vs_4tap.h:
4632         * gst/videoscale/vs_image.c:
4633         * gst/videoscale/vs_image.h:
4634         * gst/videoscale/vs_scanline.c:
4635         * gst/videoscale/vs_scanline.h:
4636           Add a 4-tap image scaler.  Theoretically looks much prettier.
4637           The tap calculation could use some improvement.
4638
4639 2006-11-14  Wim Taymans  <wim@fluendo.com>
4640
4641         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4642
4643         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4644         (gst_riff_parse_strf_iavs):
4645         * gst/subparse/gstsubparse.c: (convert_encoding):
4646         * gst/tcp/gstmultifdsink.c:
4647         (gst_multi_fd_sink_handle_client_write):
4648         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4649         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
4650         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4651         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
4652         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4653         (gst_ximagesink_ximage_new):
4654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4655         Various gsize and gssize printf fixes. Fixes #372507.
4656
4657 2006-11-13  Wim Taymans  <wim@fluendo.com>
4658
4659         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4660         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
4661         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4662         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
4663         (vorbis_dec_chain_forward), (vorbis_dec_chain):
4664         * ext/vorbis/vorbisdec.h:
4665         First stab at vorbis reverse playback.
4666
4667 2006-11-13  Wim Taymans  <wim@fluendo.com>
4668
4669         * gst-libs/gst/audio/gstbaseaudiosink.c:
4670         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4671         * gst-libs/gst/audio/gstbaseaudiosink.h:
4672         Make the clock sync code more accurate wrt resampling and playback
4673         at different rates.
4674         
4675         * gst-libs/gst/audio/gstringbuffer.c:
4676         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
4677         * gst-libs/gst/audio/gstringbuffer.h:
4678         Use better algorithm to interpolate sample rates. 
4679
4680 2006-11-13  Michael Smith  <msmith@fluendo.com>
4681
4682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
4683           Improve a debug line slightly.
4684
4685         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
4686           Call gst_riff_init() in plugin_init, to avoid getting errors from
4687           the debug system (unrelated changes to another plugin made this turn
4688           up; not sure why).
4689
4690 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4691
4692         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
4693
4694         * win32/common/libgsttag.def:
4695           Add missing symbol (#366492).
4696
4697 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4698
4699         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
4700           Don't unref a NULL pad.
4701
4702 2006-11-09  Wim Taymans  <wim@fluendo.com>
4703
4704         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4705         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
4706         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
4707         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
4708         (gst_ogg_demux_loop):
4709         Implement first stab at reverse playback.
4710
4711 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
4712
4713         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4714         (gst_riff_create_video_template_caps):
4715           add h263/h264 variants to the caps, Fixes #363118
4716
4717 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4718
4719         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4720         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4721           Use g_strerror instead of strerror so we get UTF-8.
4722
4723 2006-11-03  David Schleef  <ds@schleef.org>
4724
4725         * ext/ogg/gstoggdemux.c:
4726         * ext/ogg/gstoggmux.c:
4727           Add/remove KW-DIRAC header here, since it is ogg-specific.
4728
4729 2006-11-03  Michael Smith  <msmith@fluendo.com>
4730
4731         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4732           Recognise more mpeg4 elementary video streams.
4733
4734 2006-11-02  Edward Hervey  <edward@fluendo.com>
4735
4736         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4737         Lower the probability of mp3 typefinding functions if we don't find a
4738         valid mp3 header at the start of the file.
4739         Closes #369482
4740
4741 2006-11-02  Wim Taymans  <wim@fluendo.com>
4742
4743         * ext/theora/gsttheoradec.h:
4744         * ext/theora/theoradec.c: (gst_theora_dec_init),
4745         (theora_dec_sink_event), (theora_dec_chain_forward),
4746         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4747         (theora_dec_chain):
4748         Document and partially implement an algorithm for doing reverse playback
4749         of theora video.
4750
4751 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4752
4753         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
4754
4755         * win32/common/config.h:
4756         * win32/common/interfaces-enumtypes.c:
4757         * win32/common/libgsttag.def:
4758         * win32/vs8/gst-plugins-base.sln:
4759         * win32/vs8/libgstaudioresample.vcproj:
4760         * win32/vs8/libgstinterfaces.vcproj:
4761         * win32/vs8/libgstogg.vcproj:
4762         * win32/vs8/libgstriff.vcproj:
4763         * win32/vs8/libgsttag.vcproj:
4764         * win32/vs8/libgsttheora.vcproj:
4765         * win32/vs8/libgstvideoscale.vcproj:
4766         * win32/vs8/libgstvorbis.vcproj:
4767           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
4768           to libgsttag.def; add missing dependencies for some vs8 projects;
4769           re-arrange placement of .def files in vs8 projects (#366334).
4770
4771 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4772
4773         * ext/ogg/gstogg.c:
4774           Remove unused variable.
4775
4776         * ext/ogg/gstoggdemux.c:
4777           Fix Wim's surname in plugin description.
4778
4779 2006-10-31  Wim Taymans  <wim@fluendo.com>
4780
4781         * gst-plugins-base.spec.in:
4782         spec new .h file. Fixes #368310.
4783
4784 2006-10-31  Michael Smith  <msmith@fluendo.com>
4785
4786         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4787         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4788         (gst_multi_fd_sink_get_stats),
4789         (gst_multi_fd_sink_remove_client_link),
4790         (gst_multi_fd_sink_queue_buffer),
4791         (gst_multi_fd_sink_handle_clients):
4792         * gst/tcp/gstmultifdsink.h:
4793           Make using the remove or clear signals threadsafe.
4794           Make calling get-stats with an invalid fd not segfault.
4795           Fixes 368273.
4796
4797 2006-10-31  Wim Taymans  <wim@fluendo.com>
4798
4799         * gst-libs/gst/rtp/Makefile.am:
4800         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4801         (gst_base_rtp_audio_payload_init):
4802         Fix and activate base audio payloader.
4803
4804 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4805
4806         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
4807         (plugin_init):
4808           Add typefinder for QuickTime Image Files (see #366156).
4809
4810 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4811
4812         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
4813           Another typo fix (#366212).
4814
4815 2006-10-27  Wim Taymans  <wim@fluendo.com>
4816
4817         * gst/volume/gstvolume.c: (volume_transform_ip):
4818         Use stream time to synchronize volume property instead of rather random
4819         timestamps. This is needed when gnonlin does its time shifting.
4820
4821 2006-10-27  Wim Taymans  <wim@fluendo.com>
4822
4823         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4824
4825         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
4826         Remove the pad from the element in release_pad. Fixes #364812.
4827
4828 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4829
4830         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
4831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
4832           Explicitly create our custom buffer classes at a thread-safe
4833           location as well, since g_type_class_ref() doesn't seem to be
4834           entirely thread-safe either (#365501; also see #349410).
4835
4836 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4837
4838         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
4839         (gst_riff_parse_info):
4840           If strings in INFO chunk are not UTF-8, do something similar to
4841           what we do for ID3v1 tags: check a number of environment variables
4842           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
4843           character sets to try, otherwise try the current locale and/or fall
4844           back on ISO-8859-1. Fixes #360552.
4845
4846 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4847
4848         * gst/videotestsrc/gstvideotestsrc.c:
4849         (gst_video_test_src_pattern_get_type),
4850         (gst_video_test_src_set_pattern):
4851         * gst/videotestsrc/gstvideotestsrc.h:
4852         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
4853         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
4854         (gst_video_test_src_checkers8):
4855         * gst/videotestsrc/videotestsrc.h:
4856           Add a bunch of exciting new checkers patterns.
4857
4858 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4859
4860         * gst/subparse/Makefile.am:
4861         * gst/subparse/gstsubparse.c:
4862         (gst_sub_parse_data_format_autodetect),
4863         (gst_sub_parse_format_autodetect), (handle_buffer),
4864         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
4865         * gst/subparse/gstsubparse.h:
4866         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
4867         (parse_tmplayer):
4868         * gst/subparse/tmplayerparse.h:
4869           Add support for TMPlayer-type subtitles (#362845).
4870
4871         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
4872         (GST_START_TEST), (subparse_suite):
4873           Add some basic unit tests for the above.
4874
4875 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4876
4877         * tests/check/elements/audiorate.c: (test_injector_base_init),
4878         (test_injector_class_init), (test_injector_chain),
4879         (test_injector_init), (probe_cb), (do_perfect_stream_test),
4880         (GST_START_TEST), (audiorate_suite):
4881           More tests for audiorate: inject buffers to check behaviour when
4882           buffers overlap.
4883
4884 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
4885
4886         * tests/check/Makefile.am:
4887         * tests/check/elements/.cvsignore:
4888         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
4889         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
4890           Add some basic unit tests for audiorate. Disabled at the moment
4891           since it doesn't pass yet (see bug #363119).
4892
4893 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4894
4895         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
4896         (parse_subrip), (handle_buffer):
4897           Add missing closing tags for markup and fix broken markup,
4898           otherwise pango won't render anything (fixes #357531). Also,
4899           make sure the text we send out is always NUL-terminated
4900           (better safe than sorry etc.).
4901
4902         * tests/check/elements/subparse.c: (test_srt_do_test),
4903         (test_srt):
4904           Some more tests for .srt incl. tests for the above stuff.
4905
4906 2006-10-20  Julien MOUTTE  <julien@moutte.net>
4907
4908         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
4909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4910         Patch by: Stefan Kost  <ensonic@users.sf.net>
4911         Try to redraw borders only when needed. Apparently this consumes
4912         resources on small devices... :-O (#363607)
4913
4914 2006-10-20  Michael Smith  <msmith@fluendo.com>
4915
4916         * gst/tcp/gstmultifdsink.c:
4917         (gst_multi_fd_sink_client_queue_buffer):
4918           If caps change, then update the client's idea of the caps so that we
4919           don't end up re-sending streamheaders for every single buffer after
4920           the caps change.
4921
4922 2006-10-20  Michael Smith  <msmith@fluendo.com>
4923
4924         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
4925         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
4926           Set caps on pushed buffers; fix up refcounting of caps objects.
4927
4928 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4929
4930         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
4931         (plugin_init):
4932           Typefind mmsh header data packet to application/x-mmsh (#362625).
4933
4934 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4935
4936         * tests/check/Makefile.am:
4937         * tests/check/elements/.cvsignore:
4938         * tests/check/elements/subparse.c: (buffer_from_static_string),
4939         (setup_subparse), (teardown_subparse), (test_srt_do_test),
4940         (GST_START_TEST), (subparse_suite):
4941           Add very simple unit test for subparse.
4942
4943 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4944
4945         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
4946         (parse_subrip):
4947           Strip trailing newlines from subtitle text output.
4948
4949 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4950
4951         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4952         (gst_sub_parse_change_state):
4953           Fix memleak; clear subparse->textbuf n state change function.
4954
4955 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4956
4957         * gst/subparse/gstsubparse.c:
4958         (gst_sub_parse_data_format_autodetect):
4959           Don't require subrip (.srt) files to start with a chunk number of 1.
4960
4961 2006-10-18  Wim Taymans  <wim@fluendo.com>
4962
4963         * gst-libs/gst/audio/gstbaseaudiosink.c:
4964         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4965         * gst-libs/gst/audio/gstbaseaudiosink.h:
4966         Extract rate from the NEWSEGMENT event.
4967         Use commit_full to also take rate adjustment into account when writing
4968         samples to the ringbuffer.
4969         
4970         * gst-libs/gst/audio/gstringbuffer.c:
4971         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
4972         (gst_ring_buffer_read):
4973         * gst-libs/gst/audio/gstringbuffer.h:
4974         Added _commit_full() to also take rate into account.
4975         Use simple interpolation algorithm to resample audio.
4976         API: gst_ring_buffer_commit_full()
4977
4978         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
4979         * tests/examples/seek/seek.c: (segment_done):
4980         Don't try to seek with 0.0 rate, just pause instead.
4981         Remove bogus debug line.
4982
4983 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4984
4985         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
4986         (setup_source):
4987           Catch async errors when starting up the subtitle bin, so we can
4988           stop waiting and continue with the main film instead of hanging
4989           forever. Fixes #339366.
4990
4991         * tests/check/elements/playbin.c: (playbin_suite):
4992           Enable unit test for the above.
4993
4994 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4995
4996         * tests/check/Makefile.am:
4997         * tests/check/elements/.cvsignore:
4998         * tests/check/elements/playbin.c: (GST_START_TEST),
4999         (gst_red_video_src_uri_get_type),
5000         (gst_red_video_src_uri_get_protocols),
5001         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
5002         (gst_red_video_src_uri_handler_init),
5003         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
5004         (gst_red_video_src_create), (gst_red_video_src_class_init),
5005         (gst_red_video_src_init), (plugin_init), (playbin_suite):
5006           Some small and basic unit tests for playbin; not very useful yet,
5007           but at least a start.
5008
5009 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5010
5011         * gst/playback/gstplaybin.c: (setup_sinks):
5012           The old pad activation spiel.
5013
5014 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5015
5016         * gst/playback/gstplaybasebin.c: (setup_source):
5017           Don't hang forever if the subbin already fails to start up in 
5018           the state change to PAUSED (#339366).
5019
5020 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5021
5022         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
5023         (gst_tuner_set_channel), (gst_tuner_get_channel),
5024         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
5025         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
5026         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
5027         (gst_tuner_find_channel_by_name):
5028           Fix some function guards, add some more function guards.
5029
5030 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
5031
5032         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5033         (remove_element_chain):
5034         Don't return a pad from get_our_ghost_pad unless it is actually the
5035         one we want.
5036         Change a cast in remove_element_chain slightly.
5037
5038 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5039
5040         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5041         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
5042         Segment seeking needs to use the rate and set stop to -1.
5043
5044 2006-10-13  Wim Taymans  <wim@fluendo.com>
5045
5046         * gst-libs/gst/audio/gstbaseaudiosink.c:
5047         (gst_base_audio_sink_setcaps):
5048         Don't crash when ringbuffer is not yet created.
5049         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
5050         Fixes #361634.
5051
5052         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5053         * gst/playback/gststreamselector.c:
5054         (gst_stream_selector_request_new_pad):
5055         Activate pads befre adding them to running elements.
5056
5057 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5058
5059         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5060         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
5061         updater when we start grabing the slider. Don't wait for the
5062         pipeline to be PAUSED.
5063
5064 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5065
5066         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
5067         (gst_mixer_set_volume), (gst_mixer_get_volume),
5068         (gst_mixer_set_mute), (gst_mixer_set_option),
5069         (gst_mixer_get_option), (gst_mixer_mute_toggled),
5070         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
5071         (gst_mixer_option_changed):
5072           Guard mixer interface functions against bogus arguments.
5073
5074 2006-10-12  Julien MOUTTE  <julien@moutte.net>
5075
5076         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
5077         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
5078         (msg_state_changed), (main): Use state-changed messages to trigger
5079         start/stop of scale update timer. Indeed the scale slider was
5080         jumping here and there because the update timer was activated 
5081         before seek completed. This fixes instant applying of rate changes
5082         by pressing the spinbutton like a crazy man !
5083
5084 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5085
5086         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
5087
5088         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5089         (gst_basertppayload_finalize):
5090           Fix two small memory leaks (#361456).
5091
5092 2006-10-10  Julien MOUTTE  <julien@moutte.net>
5093
5094         * tests/examples/seek/seek.c: (do_seek),
5095         (rate_spinbutton_changed_cb): When changing spinbutton we try
5096         to change the rate on the fly.
5097
5098 2006-10-10  Wim Taymans  <wim@fluendo.com>
5099
5100         * gst-libs/gst/riff/riff-ids.h:
5101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5102         (gst_riff_create_audio_template_caps):
5103         Add WMS caps.
5104
5105 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5106
5107         Patch by: Josep Torra Valles <josep@fluendo.com>
5108
5109         * ext/gnomevfs/gstgnomevfssink.c:
5110         * ext/gnomevfs/gstgnomevfssrc.c:
5111         Fix URI interface implementation return type.
5112         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
5113         Fix what looks like a copy/paste issue when assigning values.
5114         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5115         (gst_audio_filter_template_get_type):
5116         Cast to prevent Forte warnings.
5117         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5118         Fix URI interface implementation return type.
5119         gst_pad_query_position requires a signed integer pointer as
5120         3rd parameter, GstClockTime is unsigned.
5121         * gst/audioconvert/audioconvert.c:
5122         Fix integer overflow when treated as signed.
5123         * gst/audioresample/resample.c: (resample_add_input_data):
5124         Cast to prevent warnings on Forte.
5125         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5126         Fix integer overflow when treated as signed.
5127         * gst/ffmpegcolorspace/imgconvert_template.h:
5128         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5129         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5130         (cleanup_decodebin):
5131         Who initialises a guint to -1!
5132         Cast function pointers to prevent warnings on Forte.
5133         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5134         (queue_threshold_reached):
5135         Cast function pointers correctly to prevent warnings on Forte.
5136         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5137         Cast function pointers correctly to prevent warnings on Forte.
5138         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5139         Obvious change to unsigned, 0xEF > max signed char.
5140         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5141         GstClockTime is unsigned, initialise correctly.
5142         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5143         Cast so pointer arithemetic doesn't cause warnings on Forte.
5144         * gst/videorate/gstvideorate.c:
5145         Use correct return value.
5146         * tests/examples/seek/scrubby.c:
5147         GstClockTime is unsigned, initialise correctly.
5148
5149 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5150
5151         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5152
5153         * gst/typefind/gsttypefindfunctions.c:
5154           Recognise XML files and XML-like files shorter than 256 bytes as
5155           well (fixes #359237).
5156
5157 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5158
5159         Patch by: Renato Filho <renato.filho@indt.org.br>
5160         
5161         * gst/typefind/gsttypefindfunctions.c:
5162         Added typefind functions to video/x-nuv media.
5163         
5164 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5165
5166         * gst-libs/gst/interfaces/xoverlay.c:
5167         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5168           Some more guards against invalid input.
5169
5170 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5171
5172         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5173         Useless goto.
5174         * tests/examples/seek/seek.c: (do_seek),
5175         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5176         seek example to experiment with rates != 1.0 (reverse playback !)
5177
5178 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5179
5180         * gst-libs/gst/interfaces/xoverlay.c:
5181           Unref message in doc-example (spotted by Robert McQueen)
5182
5183 2006-10-06  Wim Taymans  <wim@fluendo.com>
5184
5185         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5186         (mpeg1_parse_header), (mpeg1_sys_type_find):
5187         printf fix.
5188
5189 2006-10-06  Wim Taymans  <wim@fluendo.com>
5190
5191         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5192         (close_pad_link):
5193         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5194         Activate dynamic pads before adding them to the element.
5195
5196 2006-10-06  Michael Smith  <msmith@fluendo.com>
5197
5198         * gst-libs/gst/floatcast/floatcast.h:
5199           Fix obviously-bogus macros; use the correct types.
5200
5201 2006-10-06  Wim Taymans  <wim@fluendo.com>
5202
5203         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5204         (gst_base_rtp_depayload_change_state):
5205         Also call parent state change function to activate pads.
5206
5207         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5208         (mpeg1_parse_header), (mpeg1_sys_type_find):
5209         Add some more debug info in mpeg typefinding.
5210
5211 2006-10-06  Michael Smith  <msmith@fluendo.com>
5212
5213         * ext/theora/theoradec.c: (theora_dec_chain):
5214           Zero byte theora packets are valid and well-defined; don't warn on
5215           them.
5216
5217 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5218
5219         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5220         (gst_multi_fd_sink_get_stats), (find_limits),
5221         (gst_multi_fd_sink_queue_buffer):
5222           API: add dropped_buffers to the get-stats GValueArray
5223
5224 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5225
5226         * ext/alsa/gstalsadeviceprobe.c:
5227         (gst_alsa_device_property_probe_get_values):
5228         * ext/alsa/gstalsasink.c: (set_hwparams):
5229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5230         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5231         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5232         (gst_ogg_mux_process_best_pad):
5233         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5234         (gst_ogg_parse_chain):
5235         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5236         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5237         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5238         (gst_vorbis_enc_buffer_check_discontinuous):
5239         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5240         * gst-libs/gst/audio/gstbaseaudiosink.c:
5241         (gst_base_audio_sink_render):
5242         * gst-libs/gst/cdda/gstcddabasesrc.c:
5243         (gst_cdda_base_src_handle_track_seek):
5244         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5245         (gst_base_rtp_depayload_push_full):
5246         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5247         * gst/audioresample/resample.c: (resample_input_pushthrough):
5248         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5249         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5250         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5251         (wavpack_type_find):
5252         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5253         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5254         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5255         * tests/check/elements/volume.c: (GST_START_TEST):
5256           Printf format fixes.
5257
5258 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5259
5260         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5261           Fix a simple mistake (see the docs)
5262           Fixes #359580
5263
5264 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5265
5266         * docs/plugins/Makefile.am:
5267         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5268         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5269         * docs/plugins/gst-plugins-base-plugins.args:
5270         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5271         * docs/plugins/inspect/plugin-adder.xml:
5272         * docs/plugins/inspect/plugin-alsa.xml:
5273         * docs/plugins/inspect/plugin-audioconvert.xml:
5274         * docs/plugins/inspect/plugin-audiorate.xml:
5275         * docs/plugins/inspect/plugin-audioresample.xml:
5276         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5277         * docs/plugins/inspect/plugin-cdparanoia.xml:
5278         * docs/plugins/inspect/plugin-decodebin.xml:
5279         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5280         * docs/plugins/inspect/plugin-gdp.xml:
5281         * docs/plugins/inspect/plugin-gnomevfs.xml:
5282         * docs/plugins/inspect/plugin-libvisual.xml:
5283         * docs/plugins/inspect/plugin-ogg.xml:
5284         * docs/plugins/inspect/plugin-pango.xml:
5285         * docs/plugins/inspect/plugin-playbin.xml:
5286         * docs/plugins/inspect/plugin-subparse.xml:
5287         * docs/plugins/inspect/plugin-tcp.xml:
5288         * docs/plugins/inspect/plugin-theora.xml:
5289         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5290         * docs/plugins/inspect/plugin-video4linux.xml:
5291         * docs/plugins/inspect/plugin-videorate.xml:
5292         * docs/plugins/inspect/plugin-videoscale.xml:
5293         * docs/plugins/inspect/plugin-videotestsrc.xml:
5294         * docs/plugins/inspect/plugin-volume.xml:
5295         * docs/plugins/inspect/plugin-vorbis.xml:
5296         * docs/plugins/inspect/plugin-ximagesink.xml:
5297         * docs/plugins/inspect/plugin-xvimagesink.xml:
5298           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5299
5300 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5301
5302         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5303
5304         * ext/vorbis/Makefile.am:
5305         * ext/vorbis/vorbis.c: (plugin_init):
5306         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5307         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5308         * ext/vorbis/vorbisparse.h:
5309         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5310         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5311         (gst_vorbis_tag_parse_packet):
5312         * ext/vorbis/vorbistag.h:
5313           Add new vorbistag element which derives from vorbisparse
5314           and is essentially the same as well, only that it implements
5315           the GstTagSetter interface and can modify the stream's
5316           vorbiscomment on the fly (#335635).
5317
5318         * tests/check/Makefile.am:
5319         * tests/check/elements/.cvsignore:
5320         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5321         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5322         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5323         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5324           Add unit test for new vorbistag element.
5325
5326 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5327
5328         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5329         (vorbis_parse_push_headers), (vorbis_parse_chain):
5330           Set BOS flag in packet structure to fix 'jump depends
5331           on unitialized value' errors in valgrind; various minor
5332           clean-ups.
5333
5334 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5335
5336         * gst/playback/gstdecodebin.c: (close_pad_link):
5337         Fix typo in a debug statement.
5338
5339         * gst/playback/gstplaybasebin.c: (probe_triggered),
5340         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5341         (gen_source_element), (source_new_pad), (analyse_source),
5342         (setup_source):
5343         When handling no_more_pads in new_decoded_pad, make sure to treat
5344         subtitle pads correctly. Fixes playback with subtitle files.
5345
5346         Move a recurring message to LOG level.
5347
5348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5349         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5350         which ends up as -1 when cast to an int. Make the logic handle the
5351         max value as an unsigned mask and only change the colorkey when it's
5352         a value we recognise.
5353
5354 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5355
5356         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5357         Removed empty * between paragraphs
5358
5359 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5360
5361         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5362         * gst-libs/gst/rtp/README:
5363         Moved some documentation into .c file
5364
5365 2006-09-29  Wim Taymans  <wim@fluendo.com>
5366
5367         * gst/playback/gstdecodebin.c: (no_more_pads):
5368         Fix compilation.
5369
5370 2006-09-29  Wim Taymans  <wim@fluendo.com>
5371
5372         * gst/playback/gstdecodebin.c: (new_caps):
5373         Remove g_print
5374
5375         * gst/playback/gstplaybin.c:
5376         Add some docs.
5377
5378 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5379
5380         * tests/check/Makefile.am:
5381           Re-enable cddabasesrc test to see if it works again
5382           now.
5383
5384 2006-09-29  Wim Taymans  <wim@fluendo.com>
5385
5386         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5387         (gen_source_element):
5388         Handle invalid URIs a bit more gracefully.
5389
5390 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5391
5392         * tests/check/pipelines/oggmux.c:
5393           Remove obsolete comment.
5394
5395 2006-09-29  Michael Smith  <msmith@fluendo.com>
5396
5397         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5398         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5399         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5400         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5401         (gst_ogg_mux_collected):
5402           Commit patch from James "Doc" Livingston, adds proper EOS handling
5403           in oggmux. GStreamer can, for the first time ever, create a valid
5404           Ogg file! Yay!
5405
5406         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5407         (oggmux_suite):
5408           Reenable tests now that they pass.
5409
5410 2006-09-29  Wim Taymans  <wim@fluendo.com>
5411
5412         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5413         Stop reading commands when EOF (we read 0) as well.
5414
5415 2006-09-28  Wim Taymans  <wim@fluendo.com>
5416
5417         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5418         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5419         (find_dynamic), (unlinked), (close_link):
5420         Implement delayed caps linking needed for element with a lot of
5421         different caps on the src pads that get fixed at runtime.
5422         Improve management of dynamic elements.
5423
5424         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5425         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5426         (gen_preroll_element), (remove_groups), (unknown_type),
5427         (add_element_stream), (no_more_pads_full), (no_more_pads),
5428         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5429         (new_decoded_pad), (setup_subtitle), (array_has_value),
5430         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5431         (analyse_source), (remove_decoders), (make_decoder),
5432         (remove_source), (setup_source), (finish_source), (prepare_output),
5433         (gst_play_base_bin_change_state):
5434         * gst/playback/gstplaybasebin.h:
5435         Use more _CAST instead of full type checking casts.
5436         Small cleanups, plug some leaks.
5437         Handle dynamic sources.
5438         Add some helper functions to create lists of strings used for
5439         blacklisting and other stuff.
5440         Refactor some code dealing with analysing the source.
5441         Re-enable sources without pads (like cd:// or other selfcontained
5442         elements).
5443
5444 2006-09-28  Wim Taymans  <wim@fluendo.com>
5445
5446         * gst-libs/gst/audio/gstbaseaudiosink.c:
5447         (gst_base_audio_sink_render):
5448         When we have a timestamp, we can still perform clipping.
5449         When we have no clock, we must play the sample ASAP.
5450
5451 2006-09-28  Wim Taymans  <wim@fluendo.com>
5452
5453         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5454         Set caps on outgoing buffers.
5455
5456         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5457         (gst_video_rate_event), (gst_video_rate_chain):
5458         * gst/videorate/gstvideorate.h:
5459         Fix videorate some more. Fixes #357977
5460
5461 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5462
5463         * tests/check/elements/adder.c: (adder_suite):
5464           Don't set timeout to 6 seconds when we're running
5465           in valgrind ... (and how is 6 seconds longer than
5466           the default anyway?)
5467
5468 2006-09-28  Wim Taymans  <wim@fluendo.com>
5469
5470         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5471         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5472         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5473         Keep sink and src segment to keep track of time and support more
5474         input formats.
5475         Fix bogus next_offset and run_time calculation, don't understand how
5476         this could have worked before. Fixes #357976.
5477         Remove some unneeded vars.
5478
5479 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5480
5481         * gst/playback/gstplaybin.c: (remove_sinks):
5482           Only remove visualisation from visbin if there is a visbin (or:
5483           don't throw warnings when closing totem without playing a file).
5484
5485 2006-09-27  Wim Taymans  <wim@fluendo.com>
5486
5487         * gst-libs/gst/audio/gstbaseaudiosink.c:
5488         (gst_base_audio_sink_render):
5489         Add some more info in a WARNING.
5490
5491         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5492         (gst_base_audio_src_create):
5493         Handle PAUSE in create function, use new -core addition to
5494         wait for playing. Fixes pausing and resuming capture from an
5495         audiosrc.
5496
5497         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5498         (gst_ring_buffer_read):
5499         Constify some more.
5500         Caller supports interrupted reads now.
5501
5502 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5503
5504         * tests/check/Makefile.am:
5505           Another attempt to make the gen64 buildbot happy.
5506
5507 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5508
5509         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5510
5511         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5512         (gst_visual_chain), (gst_visual_change_state):
5513           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5514           correctly. Fixes #357800
5515
5516 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5517
5518         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5519           Add timeout to _get_state() so we see which pipeline it is
5520           that causes trouble on the gen64 build bot.
5521
5522 2006-09-27  Wim Taymans  <wim@fluendo.com>
5523
5524         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5525         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5526         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5527         (gst_base_rtp_depayload_set_gst_timestamp):
5528         the source pad always uses fixed caps.
5529
5530 2006-09-27  Wim Taymans  <wim@fluendo.com>
5531
5532         * docs/libs/gst-plugins-base-libs-docs.sgml:
5533         * docs/libs/gst-plugins-base-libs-sections.txt:
5534         * gst-libs/gst/audio/gstaudioclock.c:
5535         * gst-libs/gst/audio/gstaudioclock.h:
5536         * gst-libs/gst/audio/gstaudiosink.c:
5537         * gst-libs/gst/audio/gstaudiosink.h:
5538         * gst-libs/gst/audio/gstaudiosrc.c:
5539         * gst-libs/gst/audio/gstbaseaudiosink.c:
5540         (gst_base_audio_sink_render):
5541         * gst-libs/gst/audio/gstbaseaudiosink.h:
5542         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5543         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5544         * gst-libs/gst/audio/gstringbuffer.h:
5545         Added docs for the audio libs.
5546
5547 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5548
5549         * tests/check/Makefile.am:
5550           Temporarily disable test that fails on the bots for unknown reasons.
5551
5552 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5553
5554         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5555         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5556         Moved AudioCodecType into priv
5557         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5558
5559 2006-09-25  Wim Taymans  <wim@fluendo.com>
5560
5561         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5562         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5563         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5564         (new_pad):
5565         Cleanups and small leak fixes.
5566         Added Depayloaders to valid list of autopluggable elements.
5567
5568 2006-09-25  Wim Taymans  <wim@fluendo.com>
5569
5570         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5571         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5572         (gen_video_element), (gen_text_element), (gen_audio_element),
5573         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5574         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5575         Detect NO_PREROLL state change returns and disable clock distribution to
5576         the sinks so that sync is disabled.
5577         Avoid some type checking and do simple casts instead.
5578         Small cleanups, fix some FIXMEs.
5579         Be more robust when linking user specified elements, catch an report
5580         errors. Fixes #357404.
5581         Fix some leaks in the error paths.
5582
5583 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5584
5585         * ChangeLog:
5586           ChangeLog surgery for missing bug-number
5587
5588 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5589
5590         Patch by: Peter Kjellerstedt  <pkj at axis com>
5591
5592         * gst/playback/test.c:
5593           Fix compilation with uClibc and -Werror (#357591).
5594
5595 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5596
5597         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5598           Parse dates that are followed by a time as well (#357532).
5599
5600         * tests/check/libs/tag.c: (test_vorbis_tags):
5601           Add unit test for this.
5602
5603 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5604
5605         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5606         (gst_audio_convert_transform_caps):
5607         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5608         * gst/videotestsrc/videotestsrc.h:
5609           A few array const-ifications.
5610
5611 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5612
5613         * tests/check/Makefile.am:
5614           See if this makes the build bots happy.
5615
5616         * tests/check/libs/cddabasesrc.c:
5617           UTF8-ise my name.
5618
5619 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5620
5621         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5622
5623         * gst/subparse/samiparse.c: (handle_start_font),
5624         (fix_invalid_entities):
5625           More case-insensitivity for certain tags; recognise entities with
5626           decimal codes as special entities as well (#357330).
5627
5628 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5629
5630         * gst-libs/gst/Makefile.am:
5631           Need to build tag directory before cdda.
5632
5633 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5634
5635         * docs/libs/gst-plugins-base-libs-sections.txt:
5636         * gst-libs/gst/cdda/Makefile.am:
5637         * gst-libs/gst/cdda/gstcddabasesrc.c:
5638         (gst_cdda_base_src_base_init):
5639         * gst-libs/gst/cdda/gstcddabasesrc.h:
5640         * gst-libs/gst/tag/tag.h:
5641         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5642         (gst_tag_register_musicbrainz_tags):
5643           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5644           depend on libgsttag. This is required so we can extract/read tags like
5645           DISCID without depending on libgstcddabasesrc (which used to register
5646           them).
5647
5648         * gst-libs/gst/tag/gstvorbistag.c:
5649           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
5650           tags (also see #347848).
5651
5652         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
5653           Log vorbis comments we are actually writing. Const-ify array.
5654
5655 2006-09-23  Wim Taymans  <wim@fluendo.com>
5656
5657         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5658         Improve buffering a bit by avoiding a deadlock because we cannot assume
5659         the underrun is always called.
5660
5661 2006-09-23  Wim Taymans  <wim@fluendo.com>
5662
5663         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5664
5665         * gst-libs/gst/riff/riff-ids.h:
5666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5667         (gst_riff_create_audio_template_caps):
5668         Added MPEG-4 AAC and id and caps. Fixes #357289
5669         Added WMA9 Lossless id.
5670
5671 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5672
5673         * ext/gnomevfs/gstgnomevfssrc.c:
5674           Fix misleading docs addition.
5675
5676         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5677           Get rid of compiler warning the right way.
5678
5679 2006-09-22  Wim Taymans  <wim@fluendo.com>
5680
5681         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5682         (gst_base_rtp_depayload_finalize),
5683         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5684         (gst_base_rtp_depayload_push_full),
5685         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
5686         (gst_base_rtp_depayload_process),
5687         (gst_base_rtp_depayload_set_gst_timestamp),
5688         (gst_base_rtp_depayload_queue_release):
5689         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5690         Small cleanups.
5691         Fix some leaks.
5692         Refactored the process method and added methods to push from the process
5693         vmethod.
5694         Use _scale functions.
5695         API: gst_base_rtp_depayload_push_ts
5696         API: gst_base_rtp_depayload_push
5697
5698         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5699         timestamps are uint.
5700
5701 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
5702
5703         * gst-libs/gst/interfaces/xoverlay.c:
5704           Remove unused statement from doc example.
5705
5706 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
5707
5708         * gst-libs/gst/interfaces/videoorientation.c:
5709         (gst_video_orientation_iface_init),
5710         (gst_video_orientation_get_hflip),
5711         (gst_video_orientation_get_vflip),
5712         (gst_video_orientation_get_hcenter),
5713         (gst_video_orientation_get_vcenter),
5714         (gst_video_orientation_set_hflip),
5715         (gst_video_orientation_set_vflip),
5716         (gst_video_orientation_set_hcenter),
5717         (gst_video_orientation_set_vcenter):
5718           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
5719           in ChangeLog)
5720
5721 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
5722
5723         * tests/check/Makefile.am:
5724         * tests/check/elements/.cvsignore:
5725         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
5726         (create_rgb_conversions), (rgb_conversion_free),
5727         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
5728         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
5729           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
5730           but disable for now since it doesn't pass (something wrong with
5731           RGBA somewhere).
5732
5733 2006-09-21  Wim Taymans  <wim@fluendo.com>
5734
5735         * gst/playback/gstplaybasebin.c: (group_commit),
5736         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
5737         (queue_out_of_data), (gen_preroll_element),
5738         (preroll_remove_overrun), (probe_triggered):
5739         Refactor handling of overrun detection.
5740         Separate handling of group completion and deadlock detection when doing
5741         network buffering. This should fix some deadlocks that were not detected
5742         because the group was completed.
5743         Add more comments, improve debugging.
5744
5745 2006-09-21  Wim Taymans  <wim@fluendo.com>
5746
5747         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5748         * tests/check/libs/audio.c:
5749         Some more compilation fixes.
5750
5751 2006-09-21  Wim Taymans  <wim@fluendo.com>
5752
5753         * gst-libs/gst/audio/gstringbuffer.c:
5754         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5755         (gst_ring_buffer_read):
5756         Early morning compilation fix.
5757
5758 2006-09-20  Wim Taymans  <wim@fluendo.com>
5759
5760         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5761         * tests/check/elements/multifdsink.c: (GST_START_TEST):
5762         * tests/check/elements/videorate.c: (GST_START_TEST):
5763         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5764         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
5765         Fix some warnings.
5766
5767 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5768
5769         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5770         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5771         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5772           Handcrafted merge to help CVS understanding what I changed and what
5773           not.
5774
5775 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5776
5777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5778         (gst_xvimagesink_get_times):
5779           change colorkey behaviour back according to #354773 comment 6/7
5780
5781 2006-09-19  Michael Smith  <msmith@fluendo.com>
5782
5783         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5784         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
5785         (gst_multi_fd_sink_recover_client),
5786         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
5787         (gst_multi_fd_sink_get_property):
5788         * gst/tcp/gstmultifdsink.h:
5789           Implement stubbed out properties unit-type, units-soft-max,
5790           units-max, to allow specifying maximum sizes in units other than
5791           buffers.
5792           Fixes #355935
5793
5794 2006-09-19  Wim Taymans  <wim@fluendo.com>
5795
5796         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5797         (gst_riff_create_audio_template_caps):
5798         Reorder the audio formats a bit for clarity.
5799         Detect and create caps for MSGSM and MSN (WAV49).
5800         Fixes #356596.
5801
5802         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5803         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5804         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5805         Small cleanups, move error handling out of normal flow for clarity.
5806
5807 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5808
5809         * docs/libs/gst-plugins-base-libs-docs.sgml:
5810         * docs/libs/gst-plugins-base-libs.types:
5811         * gst-libs/gst/interfaces/Makefile.am:
5812         * gst-libs/gst/interfaces/videoorientation.c:
5813         (gst_video_orientation_get_type),
5814         (gst_video_orientation_iface_init),
5815         (gst_video_orientation_get_hflip),
5816         (gst_video_orientation_get_vflip),
5817         (gst_video_orientation_get_hcenter),
5818         (gst_video_orientation_get_vcenter),
5819         (gst_video_orientation_set_hflip),
5820         (gst_video_orientation_set_vflip),
5821         (gst_video_orientation_set_hcenter),
5822         (gst_video_orientation_set_vcenter):
5823         * gst-libs/gst/interfaces/videoorientation.h:
5824           API: Add new interface to control video orientation (fixes #354908)
5825
5826 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5827
5828         * gst/videotestsrc/gstvideotestsrc.c:
5829           Use G_UNLIKELY in _create and log one more detail.
5830           
5831         (gst_video_test_src_get_times), (gst_video_test_src_create):
5832         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5833           Use gst_util_uint64_scale_int in _get_times().
5834
5835 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5836
5837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
5838           Give better warning message (add object and detail).
5839
5840 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5841
5842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5843         (gst_xvimagesink_get_times):
5844           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
5845           #354773), use gst_util_uint64_scale_int in _get_times()
5846
5847 2006-09-18  Michael Smith  <msmith@fluendo.com>
5848
5849         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
5850           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
5851           always true, leading to dropping all timestamps.
5852
5853 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5854
5855         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
5856         (gst_visual_chain), (gst_visual_change_state):
5857           update to work also with libvisual 0.4 API, fix double unref (#355914)
5858           
5859         * tools/gst-launch-ext.1.in:
5860         * tools/gst-visualise.1.in:
5861           remove references to old man-pages
5862
5863         * tests/examples/seek/seek.c: (main):
5864           add real meadi-buttons, add tool-tips for the seek-options, arrange
5865           seek options in a table
5866
5867 2006-09-18  Michael Smith  <msmith@fluendo.com>
5868
5869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
5870         (gst_ogg_mux_push_buffer):
5871           Don't generate out-of-order timestamps from oggmux, instead clamp
5872           output timestamps to be >= the previously output ts.
5873           Fixes #355595
5874
5875 2006-09-18  Michael Smith  <msmith@fluendo.com>
5876
5877         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5878         (gst_multi_fd_sink_class_init):
5879           Updates, fixes, and typo corrections for multifdsink. No functional
5880           changes.
5881
5882 2006-09-17  Michael Smith  <msmith@fluendo.com>
5883
5884         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
5885           Don't crash on truncated files - check that we got an 8 byte buffer
5886           before trying to memcmp it.
5887
5888 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5889
5890         * gst/playback/gstplaybasebin.c: (get_active_source):
5891           Make stream-switching appear instant to the application
5892           (ie. make sure that a g_object_get on 'current-foo' returns
5893           the stream previously set with g_object_set(). Totem needs
5894           this to update stream-related meta-info (like audio-codec)
5895           correctly when switching streams.
5896
5897 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5898
5899         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
5900         (gst_alsa_mixer_ensure_track_list):
5901           Try harder to guess which mixer track is the master mixer
5902           track (instead of just taking the first one that has a pvolume).
5903           Fixes #342228.
5904
5905 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5906
5907         reviewed by: <delete if not using a buddy>
5908
5909         * gst-libs/gst/audio/audio.h:
5910         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5911
5912 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5913
5914         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5915         (gst_audio_convert_transform_caps):
5916           Get structure-name just once.
5917
5918 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5919
5920         * tests/check/elements/audioresample.c: (GST_START_TEST):
5921         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5922         * tests/check/elements/volume.c: (GST_START_TEST):
5923         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
5924         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
5925         (test_pipeline), (GST_START_TEST):
5926         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
5927         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5928           Fix big batch of compiler warnings.
5929
5930 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5931
5932         * ext/gnomevfs/gstgnomevfssrc.c:
5933           Add docs about icydemux usage in connection with gnomevfssrc
5934
5935         * ext/libvisual/visual.c:
5936         * ext/ogg/gstoggaviparse.c:
5937         * ext/ogg/gstoggdemux.c:
5938         * ext/ogg/gstoggmux.c:
5939         * ext/ogg/gstoggparse.c:
5940         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5941         * gst-libs/gst/audio/gstaudiosink.c:
5942         * gst-libs/gst/audio/gstaudiosrc.c:
5943         * gst/audiorate/gstaudiorate.c:
5944           More G_OBJECT macro fixing.
5945
5946         * gst/audiotestsrc/gstaudiotestsrc.h:
5947           Fix wrong info in header due to copy & paste
5948
5949 2006-09-15  Wim Taymans  <wim@fluendo.com>
5950
5951         * gst-libs/gst/audio/gstbaseaudiosink.c:
5952         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
5953         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5954         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
5955         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
5956         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5957         Do the delay calculation in the source/sink base classes as this is
5958         specific for the capture/playback mode.
5959         Try to fixate a bit better, like round depth up to a multiple of 8
5960         bigger than width.
5961         Handle underruns correctly by marking DISCONT on buffers and adjusting
5962         timestamps to handle the gap.
5963         Set offset/offset_end correctly on buffers.
5964
5965         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
5966         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5967         (gst_ring_buffer_read):
5968         Remove resync and underrun recovery from the ringbuffer.
5969         Fix ringbuffer read code on under/overrun.
5970
5971 2006-09-15  Wim Taymans  <wim@fluendo.com>
5972
5973         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5974         (gst_play_base_bin_init), (fill_buffer), (check_queue),
5975         (queue_threshold_reached), (gst_play_base_bin_set_property),
5976         (gst_play_base_bin_get_property):
5977         * gst/playback/gstplaybasebin.h:
5978         Don't use a 0 low watermark when buffering, it is catching starvation
5979         way too late. Instead, use a 3 second queue with 30 and 95
5980         percent low/high watermarks. 
5981         Added queue-min-threshold property to configure low watermark.
5982         Use new _buffering message API.
5983         Make queue_threshold variable big enough to store a uint64 time value.
5984         API: playbin::queue-min-threshold property.
5985
5986 2006-09-15  Wim Taymans  <wim@fluendo.com>
5987
5988         * configure.ac:
5989         We require 0.10.10.1 now because of _wait_preroll().
5990
5991         * gst-libs/gst/audio/gstbaseaudiosink.c:
5992         (gst_base_audio_sink_render):
5993         Use gst_base_sink_wait_preroll().
5994
5995 2006-09-15  Wim Taymans  <wim@fluendo.com>
5996
5997         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
5998         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
5999         Use DEBUG_OBJECT more.
6000
6001 === release 0.10.10 ===
6002
6003 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6004
6005         patch by: Michael Smith <msmith at fluendo dot com>
6006
6007         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
6008         (gst_multi_fd_sink_client_queue_buffer),
6009         (gst_multi_fd_sink_new_client):
6010         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6011         (multifdsink_suite):
6012           Fix implementation of sync-method 'next-keyframe'
6013           Closes #354594
6014
6015 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6016
6017         patch by: Wim Taymans <wim at fluendo dot com>
6018
6019         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6020         This patch removes the RANDOM flag that was incorrectly introduced with
6021         revision 1.91.  Fixes #354590
6022
6023 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6024
6025         * tests/check/Makefile.am:
6026           Random variation in Makefile line to see if it makes the
6027           gen64-base-full bot any happier.
6028
6029 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6030
6031         * tests/check/pipelines/oggmux.c: (oggmux_suite):
6032           Disable test that fails at the moment (killed after timeout).
6033
6034 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6035
6036         Patch by: James Livingston  <doclivingston at gmail.com>
6037
6038         * tests/check/Makefile.am:
6039         * tests/check/pipelines/.cvsignore:
6040         * tests/check/pipelines/oggmux.c: (get_page_codec),
6041         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
6042         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
6043         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
6044         (test_theora_vorbis), (oggmux_suite):
6045           Add simple unit test for oggmux from #337026 with checking for the
6046           EOS flags disabled for the time being.
6047
6048 2006-09-04  Wim Taymans  <wim@fluendo.com>
6049
6050         patch by: Alessandro Dessina <alessandro nnva org>
6051
6052         * ext/ogg/gstoggmux.c:
6053         Add cmml caps to oggmux. Fixes #353912
6054
6055 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6056
6057         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6058           Returning a return value often helps. In this case, we
6059           don't need the return value anyway, so just get rid of it.
6060           Should make build bots much happier.
6061
6062 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6063
6064         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
6065         (paint_get_structure), (gst_video_test_src_get_size),
6066         (gst_video_test_src_smpte), (gst_video_test_src_snow),
6067         (gst_video_test_src_unicolor), (paint_setup_AYUV),
6068         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
6069         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
6070         * gst/videotestsrc/videotestsrc.h:
6071           Add support for AYUV and the various RGBA formats. Initialise
6072           fields of paintinfo structs allocated on the stack.
6073
6074         * tests/check/elements/videotestsrc.c: (right_shift_colour),
6075         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
6076         (check_rgb_buf), (videotestsrc_suite):
6077           Add unit tests for videotestsrc's RGB output.
6078
6079 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6080
6081         * gst/videotestsrc/gstvideotestsrc.c:
6082         (gst_video_test_src_pattern_get_type),
6083         (gst_video_test_src_set_pattern):
6084         * gst/videotestsrc/gstvideotestsrc.h:
6085         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
6086         (gst_video_test_src_black), (gst_video_test_src_white),
6087         (gst_video_test_src_red), (gst_video_test_src_green),
6088         (gst_video_test_src_blue):
6089         * gst/videotestsrc/videotestsrc.h:
6090           Add more uni-colour patterns ("white", "red", "green", and "blue").
6091
6092 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6093
6094         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
6095           Fix stride for YVYU, should be word-aligned (#353658).
6096
6097 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
6098
6099         * gst/adder/gstadder.c: (gst_adder_src_event):
6100           Fix build.
6101
6102 2006-08-31  Edward Hervey  <edward@fluendo.com>
6103
6104         * gst/adder/gstadder.c: (forward_event_func),
6105         (gst_adder_src_event), (gst_adder_collected),
6106         (gst_adder_change_state):
6107         * gst/adder/gstadder.h:
6108         Remember the start position asked in the incoming seeks, so we can
6109         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
6110         of assuming it will always be 0).
6111
6112 2006-08-31  Edward Hervey  <edward@fluendo.com>
6113
6114         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6115         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
6116         (gst_ogg_demux_loop):
6117         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
6118
6119 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6120
6121         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6122         (gst_ffmpegcsp_get_unit_size):
6123           Return FALSE instead of returning a random false unit
6124           size when the format isn't known/supported (even if
6125           this shouldn't happen under normal circumstances).
6126
6127 2006-08-29  Wim Taymans  <wim@fluendo.com>
6128
6129         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6130
6131         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6132         (gst_gnome_vfs_src_start):
6133         Try harder to get the size from a uri by using _info_uri() when
6134         _info_from_handle() does not give us enough info. 
6135         Also follow symlinks when getting the size.
6136         Partially Fixes #332864.
6137
6138 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6139
6140         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6141
6142         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6143         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6144         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6145         (gst_alsa_mixer_set_record):
6146         * ext/alsa/gstalsamixertrack.c:
6147         (gst_alsa_mixer_track_update_alsa_capabilities),
6148         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6149         (gst_alsa_mixer_track_update):
6150         * ext/alsa/gstalsamixertrack.h:
6151           Improve and fix mixer track handling, in particular better handling
6152           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6153           separate track objects for tracks that have both capture and playback
6154           volume (and label them differently as well so they're not mistakenly
6155           assumed to be duplicates); classify mixer tracks that only affect
6156           the audible volume of something (rather than the capture volume)
6157           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6158           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6159           (following the meaning documented in the mixer interface header
6160           file); add support for alsa's exclusive cswitch groups; update/sync
6161           state/flags better if mixer settings are changed by another
6162           application. Fixes #336075.
6163
6164 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6165
6166         * gst/playback/gstplaybin.c:
6167           Improve docs: add section about BUFFERING messages sent by playbin.
6168
6169 2006-08-29  Michael Smith  <msmith@fluendo.com>
6170
6171         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6172         (gst_vorbis_enc_buffer_check_discontinuous),
6173         (gst_vorbis_enc_chain):
6174           Ignore explicit DISCONT marked on buffers (which is often spurious,
6175           particularly when using multiple segments), in favour of solely
6176           using the timestamps/durations.
6177
6178 2006-08-29  Edward Hervey  <edward@fluendo.com>
6179
6180         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6181         Don't rely on incoming buffers offset anymore, since it is completely
6182         broken when using multiple segments.
6183         Instead convert the incoming buffers timestamp to running time, and
6184         then convert that value to the offsets.
6185         Also inform GstSegment of the last outputted stop position, which is
6186         needed if we received several segments with an unknown stop value.
6187
6188 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6189
6190         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6191           fix buffer unreffing on a header push failure
6192
6193 2006-08-28  Wim Taymans  <wim@fluendo.com>
6194
6195         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6196         (gst_audio_rate_chain):
6197         Make the metadata of the buffer writable before changing its
6198         flags.
6199
6200 2006-08-28  Wim Taymans  <wim@fluendo.com>
6201
6202         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6203         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6204         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6205         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6206         Fix audiorate some more.
6207         Reset and resync counters on flush and READY.
6208         Handle the DISCONT flag correctly.
6209         Use GstSegment to track position.
6210         Fail when not negotiated.
6211         Fixes #353234.
6212
6213 2006-08-25  Michael Smith  <msmith@fluendo.com>
6214
6215         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6216           Fix spelling.
6217           Remove accidently included debug line.
6218
6219 2006-08-25  Wim Taymans  <wim@fluendo.com>
6220
6221         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6222         Small cleanups.
6223         If a buffer is received with no caps, make the buffer metadata
6224         writable and set the caps, making sure that we don't screw up the
6225         refcounts.
6226
6227 2006-08-25  Michael Smith  <msmith@fluendo.com>
6228
6229         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6230         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6231           Fix memory leaks and misleading debug messages, add a couple of
6232           comments.
6233
6234         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6235         (gst_multi_fd_sink_render):
6236           Do not use gst_buffer_make_writable() in a basesink render method,
6237           as it may incorrectly unref the buffer. Instead, use convoluted
6238           dance to avoid copying the buffer except when we need to.
6239
6240 2006-08-25  Michael Smith  <msmith@fluendo.com>
6241
6242         * ext/vorbis/vorbisenc.c:
6243         (gst_vorbis_enc_buffer_check_discontinuous):
6244           Allow very small discontinuities in the timestamps. These we can't
6245           do anything useful with anyway (because vorbis's timestamps have
6246           only sample granularity), and are commonly produced by elements with
6247           minor bugs. Allow up to 1/2 a sample out.
6248           Fixes #351742.
6249
6250 2006-08-24  Wim Taymans  <wim@fluendo.com>
6251
6252         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6253         (play_scrub_toggle_cb), (main):
6254         Add a checkbox to enable play scrubbing. Makes it possible to disable
6255         normal scrubbing.
6256
6257 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6258
6259         * tests/check/elements/.cvsignore:
6260           make buildbot happy
6261
6262 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6263
6264         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6265         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6266         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6267         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6268         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6269         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6270         (gst_ogm_text_parse_strip_trailing_zeroes),
6271         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6272         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6273           Refactor ogm parse, do better input checking, misc. clean-ups.
6274           Cache incoming events and push them once the source pad has
6275           been created. Don't pass unterminated strings to sscanf().
6276           Strip trailing zeroes from subtitle text output, since they
6277           are not valid UTF-8. Don't push vorbiscomment packets on
6278           the subtitle text pad. Output perfect streams if possible.
6279
6280 2006-08-23  Wim Taymans  <wim@fluendo.com>
6281
6282         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6283         Waits for tasks to settle down so that we clean up correctly for 
6284         valgrind.
6285
6286 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6287
6288         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6289           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6290           actually return return value in taglists_are_equal.
6291
6292 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6293
6294         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6295           Fix crash due to broken bitstream parsing on x86-64: can't make
6296           any assumptions about sizeof(struct) due to alignment/packing
6297           differences on different architectures. Fixes #351790.
6298
6299 2006-08-22  Wim Taymans  <wim@fluendo.com>
6300
6301         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6302         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6303         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6304         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6305         (gst_riff_parse_info):
6306         Protect public functions against bad input.
6307         Do some cleanups.
6308         Fix documentation.
6309
6310 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6311
6312         * gst-libs/gst/riff/riff-ids.h:
6313         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6314           Add voxware audio IDs (even if we can't play it) (#351795).
6315
6316 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6317
6318         * gst-libs/gst/riff/riff-media.c:
6319         (gst_riff_create_video_template_caps),
6320         (gst_riff_create_audio_template_caps),
6321         (gst_riff_create_iavs_template_caps):
6322           Const-ify some arrays and use G_N_ELEMENTS instead
6323           of wasting oodles of RAM on terminator bits.
6324
6325 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6326
6327         * gst-libs/gst/tag/gstvorbistag.c:
6328         (gst_tag_list_to_vorbiscomment_buffer):
6329         * tests/check/libs/tag.c: (GST_START_TEST):
6330           And the same for _to_vorbiscomment_buffer(): allow
6331           id_data_len == 0 for speex.
6332
6333 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6334
6335         * configure.ac:
6336         * docs/plugins/Makefile.am:
6337         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6338         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6339         * docs/plugins/inspect/plugin-gdp.xml:
6340         * gst/gdp/Makefile.am:
6341         * tests/check/Makefile.am:
6342           Move GDP plugin to -base from -bad.  Closes #347783.
6343
6344 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6345
6346         * gst-libs/gst/tag/gstvorbistag.c:
6347         (gst_tag_list_from_vorbiscomment_buffer):
6348           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6349           Also add some checks to make sure we don't memcmp() beyond the end of
6350           vorbiscomment buffer if the ID to check for is larger than the buffer.
6351
6352         * tests/check/libs/tag.c: (GST_START_TEST):
6353           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6354
6355 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6356
6357         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6358         (gst_vorbis_enc_set_metadata):
6359           Use vorbis comment utility functions from libgsttag
6360           instead of re-inventing the wheel (partially fixes #347091).
6361
6362 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6363
6364         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6365         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6366         as some that won't.
6367
6368 2006-08-21  Wim Taymans  <wim@fluendo.com>
6369
6370         * docs/libs/Makefile.am:
6371         * docs/libs/gst-plugins-base-libs-sections.txt:
6372         * docs/libs/gst-plugins-base-libs.types:
6373         Don't try to GObject scan the netbuffer as it's not a GObject.
6374         Fixes #351308.
6375
6376         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6377         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6378         Document GstNetBuffer.
6379
6380 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6381
6382         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6383         (audioconvert_suite):
6384           Add testcase for caps-size-explosion
6385
6386 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6387
6388         * gst/audioconvert/gstaudioconvert.c:
6389         (gst_audio_convert_get_unit_size), (set_structure_widths):
6390           Lower debug, use g_assert in _get_unit_size
6391
6392         * gst/audioresample/gstaudioresample.c:
6393         (audioresample_get_unit_size):
6394         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6395         (gst_ffmpegcsp_get_unit_size):
6396         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6397           use g_assert in _get_unit_size
6398
6399 2006-08-18  Wim Taymans  <wim@fluendo.com>
6400
6401         * docs/libs/gst-plugins-base-libs-sections.txt:
6402         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6403         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6404         (gst_rtp_buffer_get_payload_buffer):
6405         * gst-libs/gst/rtp/gstrtpbuffer.h:
6406         Document GstRTPBuffer.
6407         Added function to efficiently strip payload headers.
6408         API: gst_rtp_buffer_get_payload_subbuffer()
6409
6410 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6411
6412         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6413         (gst_tag_to_vorbis_comments):
6414           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6415           tags and deserialise them properly as well (#347091).
6416           Add some more gtk-doc blurbs and also some g_return_if_fail().
6417
6418         * tests/check/libs/tag.c: (GST_START_TEST),
6419         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6420           More tests.
6421
6422 2006-08-17  Wim Taymans  <wim@fluendo.com>
6423
6424         * ext/ogg/Makefile.am:
6425         * ext/ogg/gstogg.c: (plugin_init):
6426         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6427         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6428         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6429         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6430         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6431         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6432         Added ogg-in-avi parser element. Fixes #140139.
6433
6434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6435         Fixed a bug in oggdemux debug code.
6436
6437         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6438         (gst_riff_create_audio_template_caps):
6439         Recognise Ogg in the AVI extensible wave format.
6440
6441 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6442
6443         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6444           Make buffer durations add up (duration should be next_ts-ts for
6445           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6446           from CVS.
6447
6448         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6449         (test_buffer_timestamps), (cddabasesrc_suite):
6450           Add unit test for the above.
6451
6452         * tests/check/Makefile.am:
6453           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6454           to see what happens.
6455
6456 2006-08-16  Wim Taymans  <wim@fluendo.com>
6457
6458         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6459         (gst_alsasink_open):
6460         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6461         (gst_alsasrc_open):
6462         Avoid setting and using a NULL device name.
6463         Print more info when we fail to open a device.
6464
6465 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6466
6467         * docs/libs/gst-plugins-base-libs-sections.txt:
6468         * gst-libs/gst/tag/tag.h:
6469         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6470           API: add gst_tag_parse_extended_comment() (#351426).
6471
6472         * tests/check/Makefile.am:
6473         * tests/check/libs/.cvsignore:
6474         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6475           Add unit test for gst_tag_parse_extended_comment().
6476
6477 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6478
6479         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6481           Fix leak (#351502).
6482
6483 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6484
6485         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6486         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6487         * docs/plugins/gst-plugins-base-plugins.args:
6488         * gst/playback/gstplaybin.c:
6489           Document playbin.
6490           
6491         * docs/plugins/inspect/plugin-adder.xml:
6492         * docs/plugins/inspect/plugin-alsa.xml:
6493         * docs/plugins/inspect/plugin-audioconvert.xml:
6494         * docs/plugins/inspect/plugin-audiorate.xml:
6495         * docs/plugins/inspect/plugin-audioresample.xml:
6496         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6497         * docs/plugins/inspect/plugin-cdparanoia.xml:
6498         * docs/plugins/inspect/plugin-decodebin.xml:
6499         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6500         * docs/plugins/inspect/plugin-gnomevfs.xml:
6501         * docs/plugins/inspect/plugin-ogg.xml:
6502         * docs/plugins/inspect/plugin-pango.xml:
6503         * docs/plugins/inspect/plugin-playbin.xml:
6504         * docs/plugins/inspect/plugin-subparse.xml:
6505         * docs/plugins/inspect/plugin-tcp.xml:
6506         * docs/plugins/inspect/plugin-theora.xml:
6507         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6508         * docs/plugins/inspect/plugin-video4linux.xml:
6509         * docs/plugins/inspect/plugin-videorate.xml:
6510         * docs/plugins/inspect/plugin-videoscale.xml:
6511         * docs/plugins/inspect/plugin-videotestsrc.xml:
6512         * docs/plugins/inspect/plugin-volume.xml:
6513         * docs/plugins/inspect/plugin-vorbis.xml:
6514         * docs/plugins/inspect/plugin-ximagesink.xml:
6515         * docs/plugins/inspect/plugin-xvimagesink.xml:
6516           Update to CVS version.
6517
6518 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6519
6520         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6521         (gst_play_bin_set_property), (gst_play_bin_get_property),
6522         (value_list_append_structure_list),
6523         (gst_play_bin_handle_redirect_message),
6524         (gst_play_bin_handle_message):
6525           API: GstPlayBin::connection-speed
6526           Add "connection-speed" property; re-order redirect messages with
6527           multiple redirect locations depending on the minimum bitrate if
6528           that information is available and a connection speed is set
6529           (#350399).
6530
6531 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6532
6533         * gst/playback/gstplaybin.c:
6534           Update max volume to the same value that the volume element uses.
6535
6536 2006-08-14  Wim Taymans  <wim@fluendo.com>
6537
6538         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6539         Less uglyness..
6540
6541 2006-08-14  Wim Taymans  <wim@fluendo.com>
6542
6543         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6544         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6545         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6546         Add some more debug info.
6547         Don't crash when a seek failed.
6548         Actually return the result of the seek instead of TRUE.
6549         Ignore multiple BOS pages with the same serial so that we don't create
6550         the same stream multiple times.
6551         Post an error when we fail to do the initial seek.
6552
6553 2006-08-13  Wim Taymans  <wim@fluendo.com>
6554
6555         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6556         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6557         Small code cleanup.
6558
6559         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6560         (gst_alsa_mixer_new):
6561         Remove hack that always set the device to hw:0*.
6562         Properly find the card name for whatever device was configured.
6563         Do some better debugging.
6564         Fixes #350784.
6565
6566         * ext/alsa/gstalsamixerelement.c:
6567         (gst_alsa_mixer_element_set_property),
6568         (gst_alsa_mixer_element_change_state):
6569         Cleanups.
6570         Handle setting of a NULL device name better.
6571
6572 2006-08-11  Wim Taymans  <wim@fluendo.com>
6573
6574         * gst/adder/gstadder.c:
6575         Don't clip float values. Fixes #350900.
6576
6577 2006-08-11  Andy Wingo  <wingo@pobox.com>
6578
6579         * gst/tcp/gsttcp.c: Really fix the build?
6580
6581         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6582         fixes the build.
6583
6584 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6585
6586         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6587           Float caps shouldn't have a "signed" field.
6588
6589 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6590
6591         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6592           Implement SEEKING query in its most basic form, so that we can
6593           at least check if we're seekable or not (#350655).
6594
6595 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6596
6597         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6598           The checks here are not even close to anything that would
6599           justify MAXIMUM probability, lowering to POSSIBLE until someone
6600           fixes the checks (case at hand: quicktime redirection files
6601           might start with 00 00 01 XX and pass the checks here just
6602           fine, see #350399).
6603
6604 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6605
6606         Patch by: Sjoerd Simons  <sjoerd at luon net>
6607
6608         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6609           Better detection for multipart/x-mixed-replace: accept leading
6610           whitespaces before the boundary marker as well (as our very own
6611           multipartmux used to produce) (#349068).
6612
6613 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6614
6615         Patch by: Young-Ho Cha  <ganadist at chollian net>
6616
6617         * gst-libs/gst/riff/riff-ids.h:
6618         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6619         (gst_riff_create_audio_template_caps):
6620           Detect DTS audio streams (#350157).
6621
6622 2006-08-05  Andy Wingo  <wingo@pobox.com>
6623
6624         * ext/theora/gsttheoraparse.h:
6625         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6626         (theora_parse_dispose, theora_parse_set_property)
6627         (theora_parse_get_property, theora_parse_munge_granulepos)
6628         (theora_parse_push_buffer, theora_parse_change_state):
6629         API: GstTheoraParse::synchronization-points
6630         Add a property 'synchronization-points' to fix badly synchronized oggs.
6631
6632 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * tests/check/Makefile.am:
6635         * tests/check/libs/.cvsignore:
6636         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6637         (fixed_caps_have_channel_positions), (GST_START_TEST),
6638         (audio_suite), (main):
6639           Add a few tests for the channel position stuff in libgstaudio.
6640
6641 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6642
6643         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6644         (gst_alsa_detect_channels):
6645         * ext/alsa/gstalsasink.c:
6646           Add support for cards that (only) do more than 8 channels,
6647           like the Delta 44 (#345188).
6648
6649         * gst-libs/gst/audio/multichannel.c:
6650         (gst_audio_check_channel_positions):
6651         * gst-libs/gst/audio/multichannel.h:
6652           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
6653           unspecified channel position and cannot be combined with any
6654           of the other audio channel positions; adjust position layout
6655           checks accordingly (#345188).
6656
6657 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6658
6659         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6660           Recognise ancient RealAudio files (see #349779).
6661
6662 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6663
6664         Patch by: Jens Granseuer  <jensgr at gmx net>
6665
6666         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6667           Add typefinder for Interplay's MVE format (#348973).
6668
6669 2006-08-02  Wim Taymans  <wim@fluendo.com>
6670
6671         Patch by: Marcel Moreaux <marcelm at luon dot net>
6672
6673         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6674         (gst_base_rtp_depayload_add_to_queue):
6675         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6676         Handle RTP sequence number rollover.
6677         Disable jitterbuffer by default.
6678
6679 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6680
6681         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
6682         (audioresample_set_caps):
6683         Don't leak references to the incoming caps. Clean them up when
6684         stopping.
6685
6686         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6687         (gst_video_scale_finalize):
6688         Don't leak our temporary pixel buffer.
6689
6690         * tests/check/Makefile.am:
6691         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
6692         (GST_START_TEST), (simple_launch_lines_suite):
6693
6694         Fix leaks and re-enable the test for valgrind checking.
6695
6696 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
6697
6698         Patch by: Sjoerd Simons  <sjoerd at luon net>
6699
6700         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
6701         (plugin_init):
6702           Add typefind function for multipart/x-mixed-replace (#348916).
6703
6704 2006-07-28  Wim Taymans  <wim@fluendo.com>
6705
6706         * gst/adder/gstadder.c: (gst_adder_setcaps),
6707         (gst_adder_query_duration):
6708         Fix leak in duration query.
6709         Reflow some docs and notes.
6710
6711 2006-07-28  Michael Smith  <msmith@fluendo.com>
6712
6713         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
6714         (vorbisenc_suite):
6715           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
6716           aspect of it.
6717
6718 2006-07-28  Michael Smith  <msmith@fluendo.com>
6719
6720         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
6721         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
6722         (gst_vorbis_enc_push_buffer),
6723         (gst_vorbis_enc_buffer_check_discontinuous),
6724         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
6725         * ext/vorbis/vorbisenc.h:
6726           Handle discontinuities in the input vorbis stream correctly,
6727           so that the output is properly timestamped (and has good granulepos
6728           values). Needs some oggmux fixes too.
6729
6730 2006-07-27  Wim Taymans  <wim@fluendo.com>
6731
6732         patch by: Kai Vehmanen <kv2004 eca cx>
6733
6734         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6735         (gst_base_rtp_depayload_chain),
6736         (gst_base_rtp_depayload_handle_sink_event),
6737         (gst_base_rtp_depayload_change_state):
6738         Don't send multiple newsegments with different formats.
6739         Fixes #348677.
6740
6741 2006-07-26  Wim Taymans  <wim@fluendo.com>
6742
6743         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6744         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
6745         Make seeking in ogg more accurate again by doing the more correct
6746         granuletime to stream time conversion.
6747
6748 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6749
6750         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6751         (gst_multi_fd_sink_new_client):
6752           debug a little more understandably
6753           do not use goto as a substitute for break, especially if
6754           break is also being used
6755
6756 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6757
6758         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6759         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6760           Remove GLib-2.6 compatibility cruft.
6761
6762 2006-07-24  Wim Taymans  <wim@fluendo.com>
6763
6764         * gst-libs/gst/audio/gstbaseaudiosink.c:
6765         (gst_base_audio_sink_render):
6766         Don't try to align a sample to an unknown value.
6767
6768 2006-07-24  Wim Taymans  <wim@fluendo.com>
6769
6770         * gst-libs/gst/audio/gstbaseaudiosink.c:
6771         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6772         When the audio clock is slaved to another clock, never try to align
6773         samples but trust the rate interpolation algorithm.
6774
6775 2006-07-24  Wim Taymans  <wim@fluendo.com>
6776
6777         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6778         Don't try to calculate silence samples, base class does this much
6779         better now.
6780
6781         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6782         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
6783         (gst_ring_buffer_acquire):
6784         Calculate silence samples correctly.
6785
6786         * gst-libs/gst/audio/gstringbuffer.h:
6787         Add _CAST macro.
6788
6789 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
6792           Limit search for the first markup tag to the first few kB of
6793           the file. If we don't find one there, it's highly unlikely that
6794           this is an XML(-ish) file.
6795
6796 2006-07-21  Andy Wingo  <wingo@pobox.com>
6797
6798         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
6799         test to the one in vorbisenc. Also commented out.
6800
6801         * tests/check/pipelines/vorbisenc.c: 
6802         (test_discontinuity): New test, commented out until Mike lands
6803         some elite vorbisenc patches.
6804
6805         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
6806         Bufferstraw was actually factored out of these tests. Now we share
6807         code yay.
6808
6809         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
6810         for bufferstraw addition to gstcheck.
6811
6812 2006-07-21  Wim Taymans  <wim@fluendo.com>
6813
6814         * ext/theora/theoradec.c: (clip_buffer):
6815         Better clipping.
6816
6817 2006-07-21  Wim Taymans  <wim@fluendo.com>
6818
6819         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
6820         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6821         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
6822         Fix leak.
6823         Avoid type casting when we can.
6824
6825         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
6826         Fix mem leak.
6827
6828 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
6829
6830         * ext/alsa/gstalsamixerelement.c:
6831         (gst_alsa_mixer_element_change_state):
6832           Make state change fail if the specified device can't be opened
6833           for some reason.
6834
6835 2006-07-20  Wim Taymans  <wim@fluendo.com>
6836
6837         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
6838         (cb_newpad), (main):
6839         Example of a small audio/video player using decodebin.
6840
6841 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
6842
6843         * gst-libs/gst/riff/riff-ids.h:
6844           Add 'fact' chunk id
6845
6846 2006-07-19  Wim Taymans  <wim@fluendo.com>
6847
6848         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6849         (gst_base_rtp_depayload_chain),
6850         (gst_base_rtp_depayload_change_state):
6851         Don't assert when not negotiated but post a meaningfull 
6852         error message. Fixes #347918.
6853
6854         * gst-libs/gst/rtp/gstbasertppayload.c:
6855         Add comment about better default MTU size.
6856
6857         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6858         Small cleanups, start docs.
6859
6860 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6861
6862         Patch by: Martin Szulecki
6863
6864         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
6865           If "device-name" is requested and the device is not
6866           open, try to temporarily open it to obtain this
6867           information (#342494).
6868
6869 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6870
6871         * gst-libs/gst/tag/gstid3tag.c:
6872           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
6873
6874         * gst-libs/gst/tag/gsttageditingprivate.h:
6875         * gst-libs/gst/tag/gstvorbistag.c:
6876           Some more random const-ifications.
6877
6878 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
6879
6880         * gst-libs/gst/riff/riff-ids.h:
6881         * gst-libs/gst/riff/riff-media.c:
6882         (gst_riff_create_video_template_caps):
6883           Add more FOURCCs (sort list to make stuff easier to find),
6884           add comment what those 16 bytes in struct _gst_riff_strh according to
6885           one avi-dumper are
6886
6887 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6888
6889         * gst-libs/gst/audio/multichannel.c:
6890         (gst_audio_check_channel_positions),
6891         (gst_audio_fixate_channel_positions):
6892           Const-ify two arrays.
6893
6894 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6895
6896         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
6897           Fix typo, so that alsasink also advertises 8 channels
6898           if that's supported (tags: can, worms, open, alsa, ph34r).
6899
6900 2006-07-17  Wim Taymans  <wim@fluendo.com>
6901
6902         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6903         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
6904         *sigh*, when is the compiler going to warn when the comments
6905         are out-of-sync with the code.. Refix case of busted theora
6906         headers with 0 granule pos.
6907
6908 2006-07-14  Wim Taymans  <wim@fluendo.com>
6909
6910         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6911         (gst_base_rtp_depayload_wait),
6912         (gst_base_rtp_depayload_change_state),
6913         (gst_base_rtp_depayload_set_property),
6914         (gst_base_rtp_depayload_get_property):
6915         Fix 99% cpu load by waiting for absolute times on the
6916         clock. Fixes #347300.
6917
6918 2006-07-14  Andy Wingo  <wingo@pobox.com>
6919
6920         * ext/theora/gsttheoraparse.h: 
6921         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
6922         (theora_parse_push_headers, theora_parse_clear_queue)
6923         (theora_parse_drain_queue_prematurely, )
6924         (theora_parse_sink_event, theora_parse_change_state): Queue events
6925         until we initialized our state, like in vorbisparse.
6926
6927         * ext/vorbis/vorbisparse.h: 
6928         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
6929         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6930         (vorbis_parse_drain_queue_prematurely, )
6931         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
6932         until we have initialized our state. Fixes seeking after an
6933         initial pad block.
6934
6935 2006-07-14  Andy Wingo  <wingo@pobox.com>
6936
6937         Patch by: Iain Holmes <iaingnome@gmail.com>
6938         
6939         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
6940
6941 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
6942
6943         * configure.ac:
6944         Bump nano back to CVS
6945
6946 === release 0.10.9 ===
6947
6948 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
6949
6950         * configure.ac:
6951           releasing 0.10.9, "I walk the line"
6952
6953 2006-07-14  Michael Smith  <msmith@fluendo.com>
6954
6955         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
6956           Move a g_cond_signal to earlier to avoid sometimes deadlocking
6957           (commonly happens when running this test under valgrind) when trying
6958           to remove the buffer probe.
6959
6960 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6961
6962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6963         Fix missing g_unlock from the previous commit
6964
6965 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6966
6967         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6968         (gst_ximagesink_change_state):
6969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6970         (gst_xvimagesink_change_state):
6971         Implement a locking order to ensure we always take the object lock
6972         before the x_lock and never vice-versa.
6973
6974 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6975
6976         * gst/playback/gstdecodebin.c: (find_compatibles):
6977         Fix a caps leak when linking (#347304)
6978
6979         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6980         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
6981         (gst_ximagesink_change_state):
6982         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6983         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
6984         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6985         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
6986         Don't leak shared memory resources. Use the object lock to protect
6987         against the xcontext disappearing while returning a buffer from the
6988         pipeline. (#347304)
6989
6990 2006-07-12  Edward Hervey  <edward@fluendo.com>
6991
6992         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
6993         (vorbis_handle_comment_packet):
6994         gst_tag_list_merge() returns a new object. Take that into account when
6995         using it. This avoids memleak.
6996         Revert previous commit which is not needed.
6997
6998 2006-07-12  Edward Hervey  <edward@fluendo.com>
6999
7000         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
7001         Reset the decoder in finalize so that all fields get cleared.
7002
7003 2006-07-12  Wim Taymans  <wim@fluendo.com>
7004
7005         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7006         (gst_base_audio_src_set_clock),
7007         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
7008         Don't try to post an error message when setting the clock fails
7009         as this can happen when adding an element to a bin which will then
7010         deadlock. Fixes #347296.
7011
7012 2006-07-12  Edward Hervey  <edward@fluendo.com>
7013
7014         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7015         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7016         (vorbis_handle_type_packet):
7017         Post tag messages on the bus even if we're not initialized.
7018         If we're not initialized, we still postpone the event pushing of tags.
7019
7020 2006-07-12  Wim Taymans  <wim@fluendo.com>
7021
7022         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7023         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7024         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7025         Revert last two changes that broke the freeze.
7026
7027 2006-07-12  Wim Taymans  <wim@fluendo.com>
7028
7029         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7030         basesink calculates silence sample correctly for us.
7031
7032 2006-07-12  Wim Taymans  <wim@fluendo.com>
7033
7034         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7035         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7036         Calculate correct silence samples so we don't fill our ringbuffer
7037         with noise.
7038
7039 2006-07-12  Edward Hervey  <edward@fluendo.com>
7040
7041         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7042         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
7043         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
7044         * ext/vorbis/vorbisdec.h:
7045         Delay sending events (newsegment, tags) until the decoder is properly
7046         initialized.
7047         Fixes #347295
7048
7049 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
7050
7051         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
7052         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
7053           Patch from #347221 adding a test for audioconvert
7054           channel remappings.
7055
7056 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7057
7058         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7059         (gst_ssa_parse_parse_line):
7060           Don't include the terminating NUL in the buffer size,
7061           it's only there for extra paranoia (would add random
7062           '*' characters at the end of each subtitle since the
7063           terminator itself is not valid UTF-8 technically).
7064           Also fix indenting after boilerplate macro.
7065
7066 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
7067
7068         * gst/playback/gstdecodebin.c: (close_pad_link):
7069           Also emit 'unknown-type' signal (which should really be
7070           called unhandled-type) if we found potential decoders/demuxers
7071           in the registry but none of them worked in the end (as in the
7072           case where the plugins don't exist any longer but are still
7073           listed in the registry). Fixes #329798.
7074
7075 2006-07-08  Andy Wingo  <wingo@pobox.com>
7076
7077         * theoraparse.c (theora_parse_push_buffer)
7078         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
7079         Add some more debugging. Fix granulepos reconstruction in the face
7080         of discontinuities.
7081
7082 2006-07-06  Wim Taymans  <wim@fluendo.com>
7083
7084         * gst-libs/gst/audio/gstbaseaudiosink.c:
7085         (gst_base_audio_sink_class_init),
7086         (gst_base_audio_sink_provide_clock):
7087         Use gobject_class instead of G_OBJECT_CLASS (klass)
7088
7089         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7090         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7091         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
7092         (gst_base_audio_src_get_time),
7093         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
7094         (gst_base_audio_src_create_ringbuffer):
7095         Fix latency and buffer-time constants and properties ala basesink.
7096         Implement pull based scheduling. Fixes #346527.
7097         Set default blocksize in GstBaseSrc to 0, we default to pushing out
7098         one segment.
7099         Refuse slaving to another clock instead of silently not working.
7100         Only provide a clock when we are actually able to do so.
7101         Various small cleanups and compiler hints.
7102
7103 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7104
7105         Patch by: Lutz Mueller <lutz at topfrose de>
7106
7107         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
7108         (plugin_init):
7109           Add typefinding for text/html (#346581).
7110
7111 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7112
7113         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7114         (xml_check_first_element), (xml_type_find), (smil_type_find):
7115           Fix SMIL typefinding, make xml_check_first_element() more
7116           useful.
7117
7118 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7119
7120         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7121         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7122         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7123         * gst/playback/gstplaybasebin.h:
7124           Protect list of elements with a subtitle-encoding property and
7125           the subtitle encoding member itself with a lock of their own
7126           instead of using the object lock. This prevents a dead-lock in
7127           the element-remove callback in some circumstances when shutting
7128           down playbin.
7129
7130 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7131
7132         * win32/common/libgsttag.def:
7133         Export some new functions.
7134         * win32/vs6/libgstogg.dsp:
7135         Add a link to libgsttag-0.10.lib.
7136
7137 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7138
7139         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7140           Some const-ification.
7141
7142 2006-07-04  Wim Taymans  <wim@fluendo.com>
7143
7144         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7145         Improve checking if we are dealing with a stream. Added some
7146         more uris that need buffering.
7147
7148 2006-07-03  Edward Hervey  <edward@fluendo.com>
7149
7150         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7151         Remove unused variable.
7152
7153 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7154
7155         * Makefile.am:
7156           include lcov.mak
7157         * configure.ac:
7158           add GCOV_LIBS to GST_LIBS
7159
7160 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7161
7162         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7163
7164         * ext/alsa/gstalsasrc.c:
7165           Add 32 bps to template caps and increase channels range
7166           from [1,2] to [1,MAX]. See #346326.
7167
7168 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7169
7170         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7171           Recognise 'WMVA' video codec fourcc (#345879).
7172           
7173 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7174          
7175         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7176           Fixed nasty memory leak
7177
7178 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7179
7180         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7181         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7182           fix logging
7183
7184 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7185
7186         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7187         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7188         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7189         Protect remove_fakesink using a mutex, so that we don't try and
7190         remove the fakesink simultaneously from multiple threads.
7191
7192         When going from READY to PAUSED, restore the fakesink, so that
7193         it is there when decodebin gets reused.
7194
7195 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7196
7197         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7198         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7199         * gst-libs/gst/rtp/gstbasertppayload.c:
7200         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7201         * gst/tcp/gstmultifdsink.c:
7202         * gst/tcp/gsttcpclientsink.c:
7203         * gst/tcp/gsttcpclientsrc.c:
7204         * gst/tcp/gsttcpserversink.c:
7205         * gst/tcp/gsttcpserversrc.c:
7206         * gst/videorate/gstvideorate.c:
7207         * gst/videotestsrc/gstvideotestsrc.c:
7208         * sys/v4l/gstv4ljpegsrc.c:
7209         * sys/v4l/gstv4lmjpegsink.c:
7210         * sys/v4l/gstv4lsrc.c:
7211         * tests/examples/seek/scrubby.c:
7212         * tests/examples/seek/seek.c:
7213           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7214
7215 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7216
7217         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7218           Second field in GEnumValue shouldn't be a description,
7219           but a stringified version of the enum value.
7220
7221 2006-06-22  Wim Taymans  <wim@fluendo.com>
7222
7223         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7224         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7225         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7226         Avoid type checking in buffer casts.
7227         Avoid caps copy in buffer_alloc when we can.
7228         Use pad_peer_accept.
7229
7230 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7231
7232         * gst-libs/gst/tag/tag.h:
7233           Oops, make that 'Since: 0.10.9'.
7234
7235 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7236
7237         * docs/libs/gst-plugins-base-libs-sections.txt:
7238         * gst-libs/gst/tag/tag.h:
7239         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7240         (gst_tag_image_type_get_type):
7241           API: add GstTagImageType enum to describe images contained
7242           in image tags (#345641).
7243
7244 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7245
7246         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7247           Fix warnings with gst-inspect: "buffers-min" property
7248           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7249           typo in property description.
7250
7251 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7252
7253         Patch by: Cody Russell <bratsche at gnome org>
7254
7255         * gst/audioresample/gstaudioresample.c:
7256         (gst_audioresample_class_init):
7257         * gst/playback/gststreamselector.c:
7258         (gst_stream_selector_class_init):
7259         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7260         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7261         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7262         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7263         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7264         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7265         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7266         * gst/videotestsrc/gstvideotestsrc.c:
7267         (gst_video_test_src_class_init):
7268         * gst/volume/gstvolume.c: (gst_volume_class_init):
7269           Avoid unnecessary class cast check in class_init
7270           functions (#337747).
7271
7272 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7273
7274         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7275         (gst_text_overlay_video_chain):
7276           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7277           and doesn't validate its input either (and neither did
7278           textoverlay it seems). Let's do that then and fix #345206.
7279
7280 2006-06-19  Wim Taymans  <wim@fluendo.com>
7281
7282         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7283         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7284         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7285         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7286         (find_syncframe), (find_limits), (assign_value),
7287         (count_burst_unit), (gst_multi_fd_sink_new_client),
7288         (gst_multi_fd_sink_handle_client_write),
7289         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7290         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7291         (gst_multi_fd_sink_change_state):
7292         * gst/tcp/gstmultifdsink.h:
7293         Added shiny new burst-on-connect methods.
7294         Add properties to control the minimal amount of data queued.
7295         Small cleanups.
7296         API: bytes-min property
7297         API: time-min property
7298         API: buffers-min property
7299         API: burst-unit property
7300         API: burst-value property
7301         API: add-full signal
7302
7303         * gst/tcp/gsttcp-marshal.list:
7304         Added new marshaller code for the new signal.
7305
7306         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7307         (multifdsink_suite):
7308         Added testcases for new burst methods.
7309
7310 2006-06-19  Edward Hervey  <edward@fluendo.com>
7311
7312         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7313         Implement clipping for accurate seeking.
7314         Closes #345225
7315
7316 2006-06-19  Wim Taymans  <wim@fluendo.com>
7317
7318         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7319
7320         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7321         (gst_video_scale_transform):
7322         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7323
7324 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7325
7326         * configure.ac:
7327           Fix --disable-external (can't set conditionals conditionally,
7328           #343602).
7329
7330 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7331
7332         * tests/check/elements/audioresample.c: (test_reuse),
7333         (audioresample_suite):
7334           Add test case for bug #342789 fixed below.
7335
7336 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         * gst/audioresample/gstaudioresample.c:
7339         (gst_audioresample_class_init), (gst_audioresample_init),
7340         (audioresample_start), (audioresample_stop),
7341         (gst_audioresample_set_property), (gst_audioresample_get_property):
7342           Implement GstBaseTransform::start and ::stop so that audioresample
7343           can clear its internal state properly and be reused instead of
7344           causing non-negotiated errors with playbin under some circumstances
7345           (#342789).
7346
7347         * tests/check/elements/audioresample.c: (setup_audioresample),
7348         (cleanup_audioresample):
7349           Need to set element state here so that ::start and ::stop are
7350           called.
7351
7352 2006-06-16  Wim Taymans  <wim@fluendo.com>
7353
7354         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7355
7356         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7357         Parse extra data better, apparently it's right behind
7358         the normal strf header size. Fixes #343500.
7359
7360 2006-06-16  Wim Taymans  <wim@fluendo.com>
7361
7362         * ext/alsa/gstalsasink.c: (set_hwparams):
7363         If we fail to set the buffer_time and period_time alsa
7364         parameters, post a warning and leave alsa select a 
7365         default instead of failing. Fixes #342085
7366
7367 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7368
7369         * docs/libs/gst-plugins-base-libs-sections.txt:
7370         * gst-libs/gst/cdda/gstcddabasesrc.h:
7371           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7372           out in the header file and shouldn't be listed in the docs.
7373
7374         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7375           Must dereference pointer to fourcc in the debug statement.
7376
7377 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7378
7379         * docs/libs/Makefile.am:
7380         * docs/libs/gst-plugins-base-libs-docs.sgml:
7381         * docs/libs/gst-plugins-base-libs-sections.txt:
7382         * docs/libs/gst-plugins-base-libs.types:
7383         add remaining symbols into correct setions
7384         
7385         * gst-libs/gst/audio/gstringbuffer.c:
7386         fix incomplete docs
7387         
7388         * gst-libs/gst/audio/gstringbuffer.h:
7389         comment out not yet implemented function
7390         
7391         
7392         * gst-libs/gst/floatcast/floatcast.h:
7393         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7394         add short descriptions
7395         
7396         
7397         * gst-libs/gst/interfaces/propertyprobe.c:
7398         fix return value docs   
7399         
7400         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7401         simplify debug logging
7402         
7403         * gst-libs/gst/riff/riff-read.h:
7404         sync function prototype and docs
7405         
7406         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7407         remove left over symbol
7408
7409 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7410
7411         * autogen.sh:
7412         * configure.ac:
7413         * docs/Makefile.am:
7414           Use GST_PLUGIN_DOCS macro in configure.ac, add
7415           --enable-plugin-docs default to autogen.sh and use
7416           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7417
7418 2006-06-15  Wim Taymans  <wim@fluendo.com>
7419
7420         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7421         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7422         (gst_ogg_demux_loop):
7423         Combine GstFlowReturn from the source pads to give a
7424         meaningfull result to the upstream peer or to stop the
7425         processing task in case of errors.
7426
7427 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7428
7429         * gst/playback/gststreaminfo.c: (cb_probe):
7430           Try GST_TAG_CODEC as fallback when extracting the
7431           codec name; more debug info.
7432
7433 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7434
7435         * ext/ogg/Makefile.am:
7436         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7437           Extract language tags from ogm subtitle streams, so that
7438           the subtitle menu choices are labelled correctly in
7439           Totem (fixes #344708).
7440
7441 2006-06-14  Wim Taymans  <wim@fluendo.com>
7442
7443         Patch by: Alessandro Decina <alessandro at nnva dot org>
7444
7445         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7446         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7447         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7448         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7449         Fix various leaks. Fixes #343699.
7450         Add x-smoke mime type.
7451
7452 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7453
7454         * gst-libs/gst/riff/riff-ids.h:
7455           Add IDs for 'bext' chunks (see #343837).
7456
7457 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7458
7459         Patch by: Young-Ho Cha  <ganadist at chollian net>
7460
7461         * gst/subparse/samiparse.c: (sami_context_pop_state),
7462         (handle_start_font), (end_sami_element):
7463           Honour font face tags in SAMI subtitles (#344503).
7464
7465 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7466
7467         * po/POTFILES.in:
7468           add missing files containing translatable strings
7469
7470 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7471
7472         * docs/libs/tmpl/.cvsignore:
7473           we don't want those *.sgml files in CVS either
7474
7475 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7476
7477         * docs/libs/.cvsignore:
7478         * tests/check/elements/.cvsignore:
7479         * tests/check/libs/.cvsignore:
7480           ignore more
7481
7482 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7483
7484         * docs/libs/Makefile.am:
7485           also commiting the changed Makefile.am (added more libs to the
7486           doc-build)
7487
7488 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7489
7490         * docs/libs/gst-plugins-base-libs-docs.sgml:
7491         * docs/libs/gst-plugins-base-libs-sections.txt:
7492         * docs/libs/gst-plugins-base-libs.types:
7493           first batch of reordering things, add index & hierarchy
7494
7495 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7496
7497         * configure.ac:
7498           use GST_PKG_CHECK_MODULES, cleans up output
7499
7500 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7501
7502         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7503           Add support for burn:// URIs (#343385); const-ify things a bit,
7504           use G_N_ELEMENTS instead of hard-coded array size.
7505
7506 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7507
7508         Patch by: Young-Ho Cha  <ganadist at chollian net>
7509
7510         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7511           Fix up broken entities before passing them to libxml *sigh*.
7512           (#343303).
7513           
7514 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7515
7516         * configure.ac:
7517           back to TRUNK
7518
7519 === release 0.10.8 ===
7520
7521 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7522
7523         * configure.ac:
7524           releasing 0.10.8, "Moar gij ziet mij nie"
7525
7526 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7527
7528         * configure.ac:
7529         * po/af.po:
7530         * po/az.po:
7531         * po/cs.po:
7532         * po/en_GB.po:
7533         * po/hu.po:
7534         * po/it.po:
7535         * po/nb.po:
7536         * po/nl.po:
7537         * po/or.po:
7538         * po/sq.po:
7539         * po/sr.po:
7540         * po/sv.po:
7541         * po/uk.po:
7542         * po/vi.po:
7543         * win32/common/config.h:
7544           0.10.7.2 prerelease
7545
7546 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7547
7548         * docs/libs/tmpl/gstaudio.sgml:
7549         * docs/libs/tmpl/gstcolorbalance.sgml:
7550         * docs/libs/tmpl/gstmixer.sgml:
7551         * docs/libs/tmpl/gstringbuffer.sgml:
7552         * docs/libs/tmpl/gsttuner.sgml:
7553         * docs/libs/tmpl/gstxoverlay.sgml:
7554         * gst-libs/gst/audio/audio.c:
7555         * gst-libs/gst/audio/gstringbuffer.c:
7556         * gst-libs/gst/interfaces/colorbalance.c:
7557         * gst-libs/gst/interfaces/mixer.c:
7558         * gst-libs/gst/interfaces/tuner.c:
7559         * gst-libs/gst/interfaces/xoverlay.c:
7560           move last template doc snippets to source code and delete them
7561
7562 2006-06-06  Michael Smith  <msmith@fluendo.com>
7563
7564         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7565         (theora_parse_drain_queue):
7566           Mark DELTA_UNIT on non-keyframes.
7567
7568 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7569
7570         * gst-libs/gst/audio/gstbaseaudiosink.c:
7571         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7572         * gst-libs/gst/audio/gstbaseaudiosink.h:
7573         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7574         (gst_ring_buffer_samples_done):
7575         * gst-libs/gst/audio/gstringbuffer.h:
7576         Document better the fact that latency_time and buffer_time are values
7577         stored in microseconds, and not the usual GStreamer nanoseconds.
7578         Change the variables (compatibly) that store them from GstClockTime 
7579         to guint64 to make it more clear that they're not storing clock times.
7580         Also, remove the bogus property description that says the user can
7581         specify -1 to get the default value, since that's never been the case.
7582
7583         When computing the default segment size for the ring buffer, make it
7584         an integer number of samples.
7585
7586         When the sub-class indicates a delay greater than the number of
7587         samples we've written return 0 from the audio sink get_time method.
7588
7589 2006-06-02  Michael Smith  <msmith@fluendo.com>
7590
7591         * tests/check/elements/audioconvert.c: (set_channel_positions),
7592         (get_float_mc_caps), (get_int_mc_caps):
7593         * tests/check/elements/audioresample.c:
7594         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7595         * tests/check/elements/videorate.c:
7596         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7597         * tests/check/elements/volume.c:
7598         * tests/check/elements/vorbisdec.c:
7599         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7600           Don't busy-wait in tests; this was causing test timeouts very
7601           frequently when running under valgrind.
7602
7603 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7604
7605         * gst/tcp/README:
7606         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7607         (gst_multi_fd_sink_remove_client_link),
7608         (gst_multi_fd_sink_client_queue_caps),
7609         (gst_multi_fd_sink_client_queue_buffer),
7610         (gst_multi_fd_sink_handle_client_write),
7611         (gst_multi_fd_sink_render):
7612         * gst/tcp/gstmultifdsink.h:
7613           make multifdsink properly deal with streamheader:
7614           - streamheader is taken from caps
7615           - buffers marked with IN_CAPS are not sent
7616           - streamheaders are sent, on connection, from the caps of the
7617             buffer where the client gets positioned to
7618           - further streamheader changes are done every time the client
7619             will receive a buffer with different caps
7620         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7621         (gst_multifdsink_create_streamheader):
7622           add tests for this
7623
7624 2006-06-02  Michael Smith  <msmith@fluendo.com>
7625
7626         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7627           Reinstate limit on channel count. Vorbis does not define the meaning
7628           of > 6 channels, so they're just independent channels. Gstreamer
7629           currently has no mechanism to represent N independent channels.
7630
7631 2006-06-02  Michael Smith  <msmith@fluendo.com>
7632
7633         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7634           Don't arbitrarily restrict channel counts and rate in vorbis.
7635           In terms of effects likely on real-world files, this fixes 96kHz
7636           playback of vorbis.
7637
7638 2006-06-02  Michael Smith  <msmith@fluendo.com>
7639
7640         * gst/audioconvert/audioconvert.c: (float):
7641           More correct float->int conversion.
7642
7643 2006-06-02  Michael Smith  <msmith@fluendo.com>
7644
7645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7646           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7647           value. Fixes g-critical on trying to play back ogg containing
7648           unknown codec.
7649
7650 2006-06-02  Wim Taymans  <wim@fluendo.com>
7651
7652         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
7653         (setup_source):
7654         * gst/playback/gstplaybasebin.h:
7655         Make the subtitle detection work from any thread so we don't
7656         deadlock. Fixes #343397.
7657
7658 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7659
7660         * gst/volume/Makefile.am:
7661           Seriously, it's not *that* hard to get compilation right.  Even
7662           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
7663
7664 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7665
7666         * gst/volume/gstvolume.c: (volume_choose_func),
7667         (volume_update_real_volume), (gst_volume_class_init),
7668         (gst_volume_init), (volume_process_float), (volume_process_int16),
7669         (volume_process_int16_clamp), (volume_set_caps),
7670         (volume_transform_ip), (plugin_init):
7671         * gst/volume/gstvolume.h:
7672         rewrite the passthrough check, split _int16 and _int16_clamp, fix
7673         another property desc., remove unused param from process function
7674         
7675         * tests/check/elements/volume.c: (volume_suite):
7676         reactivate the passthrough test
7677
7678 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7679
7680         * ext/alsa/gstalsamixerelement.h:
7681         * ext/alsa/gstalsamixeroptions.h:
7682         * ext/alsa/gstalsamixertrack.h:
7683         * ext/gnomevfs/gstgnomevfssink.h:
7684         * ext/gnomevfs/gstgnomevfssrc.h:
7685         * ext/theora/gsttheoradec.h:
7686         * ext/theora/gsttheoraenc.h:
7687         * ext/theora/gsttheoraparse.h:
7688         * ext/vorbis/vorbisparse.h:
7689         * gst-libs/gst/audio/gstaudioclock.h:
7690         * gst-libs/gst/audio/gstaudiofilter.h:
7691         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7692         * gst/audioconvert/gstaudioconvert.h:
7693         * gst/audioresample/gstaudioresample.h:
7694         * gst/audiotestsrc/gstaudiotestsrc.h:
7695         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7696         * gst/playback/gststreamselector.h:
7697         * gst/tcp/gstmultifdsink.h:
7698         * gst/tcp/gsttcpclientsink.h:
7699         * gst/tcp/gsttcpclientsrc.h:
7700         * gst/tcp/gsttcpserversink.h:
7701         * gst/tcp/gsttcpserversrc.h:
7702         * gst/videorate/gstvideorate.h:
7703         * gst/videoscale/gstvideoscale.h:
7704         * gst/videotestsrc/gstvideotestsrc.h:
7705         * gst/volume/gstvolume.h:
7706         * sys/v4l/gstv4ljpegsrc.h:
7707         * sys/v4l/gstv4lmjpegsink.h:
7708         * sys/v4l/gstv4lmjpegsrc.h:
7709         * sys/v4l/gstv4lsrc.h:
7710         * sys/ximage/ximagesink.h:
7711         * sys/xvimage/xvimagesink.h:
7712         * tests/old/testsuite/alsa/sinesrc.h:
7713         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
7714
7715 2006-05-31  Wim Taymans  <wim@fluendo.com>
7716
7717         * ext/libvisual/visual.c: (gst_visual_reset),
7718         (gst_visual_sink_setcaps), (gst_visual_sink_event),
7719         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
7720         Handle DISCONT.
7721         Use running time before doing QoS.
7722         Handle mono too.
7723
7724 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7725
7726         * docs/libs/Makefile.am:
7727           set a magic variable to indicate we know the docs are incomplete
7728
7729 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
7730
7731         * win32/common/libgstvideo.def:
7732           export gst_video_calculate_display_ratio
7733         * win32/vs6/libgstvideoscale.dsp:
7734           add link to libgstvideo-0.10.lib
7735
7736 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7737
7738         * gst/playback/gstplaybasebin.c: (gen_source_element):
7739           Throw a more comprehensible error for rtsp:// URIs (rather
7740           than erroring out with a negotiation error later on) until
7741           we fix playbin to handle rtspsrc etc.
7742
7743 2006-05-30  Wim Taymans  <wim@fluendo.com>
7744
7745         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
7746         (gst_text_overlay_text_event):
7747         Added some FIXMEs.
7748
7749 2006-05-30  Wim Taymans  <wim@fluendo.com>
7750
7751         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
7752         (gst_adder_request_new_pad), (gst_adder_release_pad):
7753         * gst/adder/gstadder.h:
7754         Implement release_request_pad.
7755         Make padcounter atomic.
7756
7757         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
7758         Added check for release_pad in adder.
7759
7760 2006-05-30  Wim Taymans  <wim@fluendo.com>
7761
7762         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
7763         Fix build again.
7764
7765 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7766
7767         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7768         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7769         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7770         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
7771         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
7772         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
7773         (gst_ogg_demux_bisect_forward_serialno),
7774         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
7775         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7776           add more debugging
7777           clean up printf formats for granulepos and serialno
7778
7779 2006-05-30  Michael Smith  <msmith@fluendo.com>
7780
7781         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
7782         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
7783         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
7784         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
7785         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7786         * ext/vorbis/vorbisenc.h:
7787           Multi-channel caps negotiation, so we can do proper multichannel
7788           vorbis encoding, negotiated through audioconvert.
7789
7790 2006-05-30  Wim Taymans  <wim@fluendo.com>
7791
7792         * tests/check/elements/adder.c: (test_event_message_received),
7793         (test_play_twice_message_received), (GST_START_TEST),
7794         (adder_suite):
7795         Added check to show that #339935 is fixed with ongoing
7796         adder and collectpads fixes.
7797
7798 2006-05-29  Wim Taymans  <wim@fluendo.com>
7799
7800         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
7801         Don't leak pad name.
7802
7803 2006-05-29  Wim Taymans  <wim@fluendo.com>
7804
7805         * gst/adder/gstadder.c: (gst_adder_query_duration),
7806         (forward_event_func), (forward_event), (gst_adder_src_event):
7807         Fix adder seeking.
7808         Make query/seeking code threadsafe.
7809
7810         * tests/check/Makefile.am:
7811         * tests/check/elements/adder.c: (test_event_message_received),
7812         (GST_START_TEST), (test_play_twice_message_received):
7813         Fix adder test case.
7814
7815 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
7816
7817         Patch by: Young-Ho Cha  <ganadist at chollian net>
7818
7819         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7820         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7821         (set_encoding_element), (decodebin_element_added_cb),
7822         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
7823         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7824         * gst/playback/gstplaybasebin.h:
7825           Add 'subtitle-encoding' property to playbin, so applications can
7826           force a subtitle encoding for non-UTF8 subtitles (#342268).
7827
7828         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
7829         (gst_sub_parse_set_property):
7830           Rename recently-added 'encoding' property to 'subtitle-encoding'
7831           (so it can be proxied by playbin/decodebin in a generic way
7832           with less danger of false positives).
7833
7834 2006-05-29  Michael Smith  <msmith@fluendo.com>
7835
7836         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7837         (append_with_other_format), (set_structure_widths),
7838         (gst_audio_convert_transform_caps):
7839           Patch from #341562: give more specific audio caps in get_caps, so
7840           that basetransform  can make better decisions on what caps to
7841           negotiate.
7842
7843 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7844
7845         * tests/check/elements/volume.c:
7846         make it compile again
7847
7848 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7849
7850         * tests/check/elements/volume.c: (volume_suite):
7851         disable test until #343196 gets resolved
7852
7853 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7854
7855         * gst/adder/gstadder.c: (gst_adder_get_type):
7856         Make it easier to copy&paste
7857         
7858         * gst/volume/Makefile.am:
7859         * gst/volume/gstvolume.c: (volume_update_real_volume),
7860         (gst_volume_set_volume), (gst_volume_set_mute),
7861         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
7862         (volume_transform_ip), (volume_update_mute),
7863         (volume_update_volume):
7864         * gst/volume/gstvolume.h:
7865         Add own debug category, move duplicate code to helper function, fix
7866         property texts, add more comments and prepare ffor liboil-goodness
7867         
7868         * tests/check/Makefile.am:
7869         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7870         add test for mute and passtrough case, be a bit more verbose to track
7871         failure
7872         
7873         * tests/check/generic/states.c: (GST_START_TEST):
7874         catch elements that fail to instantiate
7875
7876 2006-05-28  Edward Hervey  <edward@fluendo.com>
7877
7878         * tests/check/pipelines/simple-launch-lines.c:
7879         * tests/check/pipelines/theoraenc.c:
7880         * tests/check/pipelines/vorbisenc.c:
7881         Comment out tests using parse_launch() if core was built without
7882         parsing capabilities.
7883
7884 2006-05-27  Edward Hervey  <edward@fluendo.com>
7885
7886         * tests/check/Makefile.am:
7887         Extra bonus points for whoever explains to ensonic that you are meant
7888         to test unit tests thoroughly before commiting them, especially if
7889         you know it's going to break.
7890         De-activated element/adder tests.
7891
7892 2006-05-27  Edward Hervey  <edward@fluendo.com>
7893
7894         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7895         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
7896         Marking caps conversion issues as GST_WARNING is way too verbose,
7897         Moving them to GST_LOG.
7898
7899 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
7900
7901         * README:
7902           Replace current README (containing the release notes from
7903           some 0.9.x version) with a proper README taken from the core.
7904
7905 2006-05-26  Wim Taymans  <wim@fluendo.com>
7906
7907         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7908         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
7909         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
7910         (vorbis_dec_change_state):
7911         Small cleanups.
7912         Add some FIXMEs
7913         Clip output samples to segment boundaries.
7914
7915 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7916
7917         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7918         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
7919         Improve the errors produced on bad output, including some human
7920         readable description strings.
7921         Handle the (theoretical for ximagesink) case where the XServer 
7922         has a different idea about the size required for a particular 
7923         frame and gives us too small a memory allocation.
7924
7925 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7926
7927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7928         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
7929         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
7930         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7931         Improve the errors produced on bad output, including some human 
7932         readable description strings.
7933         Handle RGB Xv formats properly by transforming them into our 
7934         big-endian caps description.
7935         Use gst_caps_truncate to ensure that we never try and choose a
7936         non-fixed caps in buffer_alloc.
7937         Handle the case where the XServer has a different idea about the size
7938         required for a particular frame and gives us too small a memory
7939         allocation.
7940         Use -1 to indicate 'no image format', because 0 is a valid XServer
7941         image format number.
7942         Put RGB Xv formats at the end of the caps, so that we always prefer
7943         YUV format frames.
7944         Iterate the available Xv Encodings to determine the maximum width and
7945         height, and then return that in our caps.
7946         (Closes #315312, #337544)
7947
7948 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7949
7950         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
7951         When there is only one unfinished pad and it receives an event that
7952         doesn't match our requirements, we need to set alldone=FALSE so that
7953         the fakesink is not removed yet.
7954
7955 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7956
7957         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7958           Use gst_type_find_helper_for_buffer() to find the type
7959           of stream from the first packet.
7960
7961         * configure.ac:
7962           Bump requirements to core CVS (needed for vorbis
7963           typefinding to work).
7964
7965 2006-05-24  Edward Hervey  <edward@fluendo.com>
7966
7967         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
7968         Added the 'prfl' atom type which MQV (no, it's not a typo) files
7969         contain.  Else they play perfectly fine with qtdemux.
7970
7971 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
7972
7973         * ext/theora/theoradec.c:
7974         * ext/theora/theoraenc.c:
7975         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
7976         * gst/audiorate/gstaudiorate.c:
7977           make more debug catagories static
7978         
7979         * tests/check/Makefile.am:
7980         * tests/check/elements/adder.c: (message_received),
7981         (test_event_message_received), (GST_START_TEST),
7982         (test_play_twice_message_received), (adder_suite):
7983           added test case for using element twice, extra bonus points for anyone
7984           who can make these test run reliably
7985
7986 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
7987
7988         * ext/theora/theoradec.c: (theora_dec_chain):
7989           Make work with time-stamped input buffers that do not
7990           have a granulepos in BUFFER_OFFSET_END (like theora
7991           buffers coming from matroskademux). Fixes #342448.
7992
7993 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7994
7995         Patch by: Peter Kjellerstedt  <pkj at axis com>
7996
7997         * gst/tcp/Makefile.am:
7998           fdstresstest doesn't need Gtk+, fix compilation if 
7999           gtk is not available (#342566).
8000
8001 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8002          
8003         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8004           80 line columns
8005           Removed redundant floor()
8006
8007 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8008
8009         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8010           On second thought, just skip JUNK chunks automatically, so
8011           the caller doesn't have to handle this. Fixes #342345.
8012           Also, return GST_FLOW_UNEXPECTED if we get a short read,
8013           not GST_FLOW_ERROR.
8014
8015 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8016
8017         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8018           Don't bail out on JUNK chunks with a size of 0 (would try to
8019           pull_range 0 bytes before, which sources don't like too much).
8020           See #342345.
8021
8022 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8023
8024         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8026         Use the gstutil scaling function to preserve 64 bits while calculating
8027         output width and height from the display-aspect-ratio. (A continuation
8028         of #341542)
8029
8030 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8031
8032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8033         (gst_xvimagesink_buffer_alloc):
8034         * sys/xvimage/xvimagesink.h:
8035         When performing buffer allocations, remember the caps and image format
8036         we return so that if the same caps are asked for next time we can
8037         return them immediately without doing any caps intersections.
8038
8039 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8040          
8041         * gst-libs/gst/rtp/README:
8042           Some new documentation
8043         * gst-libs/gst/rtp/gstrtpbuffer.h:       
8044           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
8045         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8046         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
8047           New RTP audio base payloader class. Supports frame or sample based
8048           codecs.  Not enabled in Makefile.am until approved.
8049
8050 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8051
8052         * tests/check/elements/alsa.c: (test_device_property_probe):
8053           Fix test case: don't try to free NULL GValueArray when there
8054           are no devices.
8055
8056 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8057
8058         * tests/check/Makefile.am:
8059         * tests/check/elements/alsa.c: (test_device_property_probe),
8060         (alsa_suite), (main):
8061           Add simple test that runs a device property probe on alsasrc,
8062           alsasink and alsamixer. Disable valgrind check for now (too
8063           many leaks in libasound, and valgrind ignored my suppressions
8064           additions).
8065
8066 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8067
8068         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
8069         (gst_alsa_device_property_probe_probe_property),
8070         (gst_alsa_device_property_probe_needs_probe),
8071         (gst_alsa_device_property_probe_get_values),
8072         (gst_alsa_type_add_device_property_probe_interface):
8073         * ext/alsa/gstalsadeviceprobe.h:
8074         * ext/alsa/gstalsamixerelement.c:
8075         (gst_alsa_mixer_element_init_interfaces):
8076         * ext/alsa/gstalsamixerelement.h:
8077           Clean up and simplify alsa device probing. Make it actually work
8078           for multiple classes. Don't cache results any longer.
8079
8080         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
8081         (gst_alsasink_init):
8082         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
8083         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
8084         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
8085           Make alsasink and alsasrc implement the GstPropertyProbe interface
8086           for device probing (#342181).
8087           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
8088
8089 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8090
8091         * gst/subparse/samiparse.c: (handle_start_font):
8092           Don't ignore return value of strtol (++compiler_happiness).
8093
8094 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8095
8096         Patch by: Young-Ho Cha  <ganadist chollian net>
8097
8098         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8099         (gst_sub_parse_class_init), (gst_sub_parse_init),
8100         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
8101         (convert_encoding):
8102         * gst/subparse/gstsubparse.h:
8103           Add 'encoding' property (#341681).
8104
8105         * gst/subparse/samiparse.c: (characters_sami):
8106           Output is pango markup, so we need to escape text
8107           between tags (#342143).
8108
8109 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8110
8111         * gst-libs/gst/audio/multichannel.c:
8112         (gst_audio_check_channel_positions):
8113           It's okay to have caps with channels=1 and a channel position
8114           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
8115           (deinterleavers might want to keep the position in the caps,
8116           so that they can be re-interleaved again properly later).
8117           Leave check for unexpected 2-channel layouts intact for now.
8118
8119 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8120
8121         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8122         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8123         basesrc can do its job correctly.
8124
8125 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8126
8127         * ext/alsa/Makefile.am:
8128         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8129         (gst_alsa_detect_formats), (get_channel_free_structure),
8130         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8131         (gst_alsa_probe_supported_formats):
8132         * ext/alsa/gstalsa.h:
8133         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8134           Refactor and improve caps probing code: probe signedness
8135           when we probe the supported formats/widths; set endianness
8136           to the one we actually probed for (ie. cpu endianness).
8137           
8138         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8139         (gst_alsasrc_close):
8140         * ext/alsa/gstalsasrc.h:
8141           Implement caps probing for alsasrc.
8142
8143 2006-05-15  Wim Taymans  <wim@fluendo.com>
8144
8145         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8146         (theora_dec_src_query), (theora_dec_src_event),
8147         (theora_dec_sink_event), (theora_handle_comment_packet),
8148         (theora_handle_data_packet), (theora_dec_change_state):
8149         Cleanups, add some G_LIKELY.
8150         Use segment helpers instead of our own wrong code.
8151         Clear queued buffers on seek and READY.
8152
8153         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8154         (vorbis_dec_convert), (vorbis_dec_src_query),
8155         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8156         (vorbis_handle_comment_packet), (vorbis_dec_push),
8157         (vorbis_handle_data_packet), (vorbis_dec_chain),
8158         (vorbis_dec_change_state):
8159         * ext/vorbis/vorbisdec.h:
8160         Remove old useless packetno variable.
8161         Do position query properly.
8162         Add some G_LIKELY.
8163         Do cleanup of queued buffers in new helper function
8164         and use it.
8165
8166 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8167
8168         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8169           Query supported sample rates. Fixes #341732.
8170
8171 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8172
8173         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8174         (gst_decode_bin_change_state): Make decodebin reusable
8175         when going from PAUSE_TO_READY and then back to PAUSED.
8176         Fixes #331678.
8177
8178 2006-05-15  Wim Taymans  <wim@fluendo.com>
8179
8180         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8181         (vorbis_dec_convert), (vorbis_dec_src_query),
8182         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8183         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8184         (vorbis_dec_clean_queued), (vorbis_dec_push),
8185         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8186         Cleanups. Use refcounting and DEBUG_OBJECT.
8187         Reset segment on flush, use code methods instead of our
8188         own wrong version.
8189         Fix potential memleak.
8190
8191 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8192
8193         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8194         (gst_alsasink_init):
8195         * ext/alsa/gstalsasink.h:
8196           Don't leak allocated snd_output_t structure if there's
8197           more than one alsasink instance at a time (#341873).
8198           Also fix GObject macros in header file.
8199           
8200 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8201
8202         * gst/subparse/gstsubparse.c:
8203         (gst_sub_parse_data_format_autodetect):
8204           Don't use libxml functions in the typefinding code.
8205
8206 2006-05-15  Wim Taymans  <wim@fluendo.com>
8207
8208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8209         Fix seeking performance in the case where a non-header 
8210         packet has a 0 granulepos (busted theora case). 
8211         Fixes #341719
8212         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8213          the first place, you limelight stealer you)
8214
8215 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8216
8217         * gst/subparse/gstsubparse.c:
8218         (gst_sub_parse_data_format_autodetect):
8219           Improve SAMI typefinding: handle case where there are
8220           whitespaces or newlines in front of the first <SAMI>
8221           tag (#169936).
8222
8223 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8224
8225         * configure.ac:
8226           Build video4linux plugin even if there's no XVIDEO, just
8227           without implementing the GstXOverlay interface (#334002).
8228          
8229 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8230
8231         * configure.ac:
8232         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8233         (plugin_init):
8234           Add tentative support for libvisual-0.4 (#336881).
8235
8236 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8237
8238         Patch by: Young-Ho Cha <ganadist at chollian net>
8239
8240         * gst/subparse/samiparse.c: (handle_start_font):
8241           Need to map "silver" colour explicitly (#169936).
8242
8243 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8244
8245         Patch by: Young-Ho Cha  <ganadist at chollian net>
8246
8247         * gst/subparse/Makefile.am:
8248         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8249         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8250         (gst_sub_parse_format_autodetect), (feed_textbuf),
8251         (gst_subparse_type_find), (plugin_init):
8252         * gst/subparse/gstsubparse.h:
8253         * gst/subparse/samiparse.c:
8254         * gst/subparse/samiparse.h:
8255           Add support for SAMI subtitles (#169936).
8256
8257 2006-05-14  Michael Smith  <msmith@fluendo.com>
8258
8259         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8260           Fix #341696: crash when mixing L+R+C to mono or stereo.
8261         * tests/check/Makefile.am:
8262         * tests/check/elements/audioconvert.c: (set_channel_positions),
8263         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8264         (audioconvert_suite):
8265           Add test for the above, including some generic framework bits for
8266           testing multichannel things.
8267
8268 === release 0.10.7 ===
8269
8270 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8271
8272         * configure.ac:
8273           releasing 0.10.7, "Leave the gun"
8274
8275 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8276
8277         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8279         Fix the build.
8280
8281 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8282
8283         * docs/libs/gst-plugins-base-libs-docs.sgml:
8284         * docs/libs/gst-plugins-base-libs-sections.txt:
8285         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8286         * gst-libs/gst/video/video.h:
8287         * gst/videoscale/Makefile.am:
8288         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8290         * tests/check/Makefile.am:
8291         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8292         (main):
8293           Fix integer overflow problem with pixel-aspect-ratio calculations
8294           in videoscale and xvimagesink (#341542)
8295
8296 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8297
8298         * gst-libs/gst/tag/gstid3tag.c:
8299           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8300
8301 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8302
8303         * win32/MANIFEST:
8304           update win32 files listing
8305
8306 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8307
8308         patch by: Sjoerd Simons (sjoerd@luon.net)
8309
8310         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8311         (group_create), (group_destroy), (add_stream),
8312         (gst_play_base_bin_get_property),
8313         (gst_play_base_bin_get_streaminfo_value_array):
8314         * gst/playback/gstplaybasebin.h:
8315           API: GstPlayBaseBin::stream-info-value-array property
8316           use a more bindings-friendly way of exposing streaminfo
8317           using a GValueArray.  Tested in ipython.
8318           Closes #341114
8319
8320 2006-05-11  Wim Taymans  <wim@fluendo.com>
8321
8322         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8323         (queue_underrun_cb), (queue_filled_cb):
8324         Also catch queue underruns but don't do anything yet.
8325         Refactor and comment queue enlarging code a bit.
8326
8327         * gst/playback/gstplaybasebin.c: (queue_overrun),
8328         (queue_threshold_reached), (queue_out_of_data),
8329         (gen_preroll_element):
8330         If a queue over/underruns check that we don't create nasty
8331         deadlocks when the min-threshold is not reached but the
8332         max-bytes is. In those cases disable max-bytes when we
8333         know that the queue is fed timed data.
8334         Add more comments.
8335
8336 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8337
8338         * gst/playback/gstplaybin.c: (gen_audio_element):
8339           Make playbin automatically plug an 'audioresample'
8340           element before the audio sink as well. This solves
8341           problems with sinks that only accept a very specific
8342           sample rate, like esdsink (e.g. #340379).
8343
8344 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8345
8346         * gst/playback/gstplaybasebin.c: (gen_source_element):
8347           Make http sources send special headers so that we receive
8348           icecast metadata if the http stream is an icecast stream
8349           (otherwise the server will just ignore them). This also
8350           means that from now on users will need the 'icydemux'
8351           element from gst-plugins-good installed if they want to
8352           listen to icecast radio streams. (#341432, #333657).
8353
8354 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8355
8356         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8357         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8358           remove stupid example from docs - it should come with a simple
8359           C program instead.
8360           Clean up/fix docs
8361         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8362         (fail_if_can_read), (GST_START_TEST),
8363         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8364           add a test for changing streamheader which exposes a bug in
8365           multifdsink
8366
8367 2006-05-11  Michael Smith  <msmith@fluendo.com>
8368
8369         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8370         (gst_gnome_vfs_src_received_headers_callback):
8371         * ext/gnomevfs/gstgnomevfssrc.h:
8372           Don't set icy-caps unless we have a sane interval value. Move
8373           interval to a local variable; we never use it outside this function.
8374
8375 2006-05-11  Wim Taymans  <wim@fluendo.com>
8376
8377         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8379         Register special buffer types along with the objects so
8380         that they are not registered at runtime from N different
8381         streaming threads since they are not threadsafe.
8382
8383 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8384
8385         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8386         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8387           add two more tests, one doing streamheader
8388
8389 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8390
8391         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8392           clean up the bufqueue when shutting down
8393         * tests/check/Makefile.am:
8394         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8395         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8396         (main):
8397           add a test for the leak that was just fixed
8398
8399 2006-05-10  Wim Taymans  <wim@fluendo.com>
8400
8401         * gst/adder/gstadder.c: (gst_adder_setcaps),
8402         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8403         (gst_adder_src_event), (gst_adder_sink_event),
8404         (gst_adder_class_init), (gst_adder_finalize),
8405         (gst_adder_request_new_pad), (gst_adder_collected):
8406         * gst/adder/gstadder.h:
8407         Updated some docs. Added comments and FIXMEs all over the place.
8408         Improve debugging info.
8409         Fix leak on finalize by not calling the parent.
8410         Implement duration query.
8411         Make event forwarding threadsafe.
8412         Correctly send NEWSEGMENT at start and after flush.
8413         Handle EOS correctly.
8414         Post error when not negotiated.
8415
8416         * tests/check/elements/adder.c: (GST_START_TEST):
8417         Added FIXME in the test.
8418
8419 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8420
8421         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8422         (gst_text_overlay_halign_get_type),
8423         (gst_text_overlay_wrap_mode_get_type):
8424         * ext/theora/theoradec.c: (theora_handle_type_packet),
8425         (theora_handle_data_packet):
8426         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8427         (theora_enc_sink_setcaps), (theora_enc_chain):
8428         * gst-libs/gst/cdda/gstcddabasesrc.c:
8429         (gst_cdda_base_src_mode_get_type):
8430         * gst/audiotestsrc/gstaudiotestsrc.c:
8431         (gst_audiostestsrc_wave_get_type):
8432         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8433         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8434         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8435         (gst_sync_method_get_type), (gst_unit_type_get_type),
8436         (gst_client_status_get_type):
8437         * gst/videoscale/gstvideoscale.c:
8438         (gst_video_scale_method_get_type):
8439         * gst/videotestsrc/gstvideotestsrc.c:
8440         (gst_video_test_src_pattern_get_type):
8441         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8442         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8443         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8444         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8445         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8446         (paint_setup_RGB565), (paint_setup_xRGB1555):
8447           Const-ify GEnumValue and GFlagsValue arrays. Use
8448           GST_ROUND_UP_* macros instead of home-made ones.
8449
8450 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8451
8452         * configure.ac:
8453           Require core CVS for the new newsegment stuff.
8454
8455 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8456
8457         Patch by: Sjoerd Simons  <sjoerd at luon net>
8458
8459         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8460           Register nick for enum value (#341160).
8461
8462 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8463
8464         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8465         (plugin_init):
8466          backout typefind patch #340375
8467          
8468         * tests/check/elements/adder.c: (message_received),
8469         (GST_START_TEST), (adder_suite):
8470           redo, signal-handling of test
8471
8472 2006-05-09  Wim Taymans  <wim@fluendo.com>
8473
8474         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8475         (gst_adder_collected):
8476         * gst/adder/gstadder.h:
8477         Remove bogus segment merging and forwarding, we don't
8478         care about timestamps anyway and we just produce a
8479         continuous stream. 
8480         Also create a nice NEWSEGMENT event when we start.
8481         Use _scale_int some more.
8482
8483 2006-05-09  Edward Hervey  <edward@fluendo.com>
8484
8485         * tests/icles/stress-xoverlay.c:
8486         Fix if core was built without parsing support.
8487
8488 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8489
8490         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8491           Add SEDG (Samsung MPEG-4) fourcc.
8492
8493 2006-05-09  Edward Hervey  <edward@fluendo.com>
8494
8495         * tests/icles/stress-xoverlay.c:
8496         * tests/examples/volume/volume.c:
8497         Fix if core was built without parsing support.
8498
8499         * tests/examples/seek/seek.c:
8500         Disable the parse_launch example if core was built without parsing
8501         support.
8502
8503 2006-05-08  Edward Hervey  <edward@fluendo.com>
8504
8505         * autogen.sh: (CONFIGURE_DEF_OPT): 
8506         libtoolize on Darwin/MacOSX is called glibtoolize
8507
8508 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8509
8510         * tests/check/Makefile.am:
8511         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8512           Disable the adder test, until the build-slaves posses the kindness to 
8513           either like it or to give valid reason for not doing so 
8514
8515 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8516
8517         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8518         (adder_suite):
8519           Shuffle NULL state change around and raise timeout more
8520
8521 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8522
8523         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8524         (mp4_type_find), (plugin_init):
8525           Add typefind to distinguish between "audio/x-m4a" and new type
8526           "video/mp4". Fixes #340375
8527
8528         * tests/check/elements/adder.c: (adder_suite):
8529           Raise timeout to make buildbot happy
8530
8531 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8532
8533         * gst/adder/gstadder.c: (gst_adder_sink_event),
8534         (gst_adder_request_new_pad), (gst_adder_change_state):
8535         * gst/adder/gstadder.h:
8536         * tests/check/Makefile.am:
8537         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8538         (adder_suite), (main):
8539           Add sink-event handling to adder. It tries to merge incomming
8540           newsegment-events. Added test to check if segment_done is comming
8541           through. Fixes #340060
8542
8543 2006-05-05  Andy Wingo  <wingo@pobox.com>
8544
8545         * ext/theora/theoraparse.c (gst_theora_parse_init)
8546         (theora_parse_src_convert, theora_parse_src_query):
8547         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8548         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8549         query functions on the source pads of the theora and vorbis parse
8550         elements. Fixes position querying when doing a remux.
8551
8552 2006-05-05  Michael Smith  <msmith@fluendo.com>
8553
8554         * ext/theora/theoraparse.c: (parse_granulepos),
8555         (theora_parse_drain_queue_prematurely),
8556         (theora_parse_queue_buffer), (theora_parse_sink_event):
8557           Fix flushing.
8558           Fix invalid granulepos outputs when starting with a non-keyframe.
8559
8560 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8561
8562         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8563         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8564         Rearrange MPEG system stream detection, fixing some memleaks in the
8565         process.
8566         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8567         they clean up their data correctly.
8568         Remove unused ogganx caps and move the 'is_annodex' check to inside
8569         the 'is_ogg' if statement.
8570
8571 2006-05-05  Wim Taymans  <wim@fluendo.com>
8572
8573         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8574         Properly remove ghostpads. Fixes #340392
8575
8576 2006-05-04  David Schleef  <ds@schleef.org>
8577
8578         * gst/typefind/gsttypefindfunctions.c:
8579
8580 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8581
8582         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8583         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8584
8585         When typefinding an MP3 in push-based mode, don't penalise the
8586         probability down to 74% when we found 5 valid frames just because we
8587         can't peek the end of the file.
8588
8589         Make the probability for detecting MPEG Transport Streams based on the
8590         number of sequential headers we successfully detected.
8591
8592 2006-05-03  Wim Taymans  <wim@fluendo.com>
8593
8594         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8595         (vorbis_dec_push), (vorbis_dec_chain):
8596         Still produce an error when we receive an empty packet.
8597
8598 2006-05-03  Wim Taymans  <wim@fluendo.com>
8599
8600         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8601         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8602         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8603         Mark buffers with DISCONT after seek and after activating new
8604         chains.
8605
8606         * ext/theora/gsttheoradec.h:
8607         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8608         (theora_get_query_types), (theora_dec_sink_event),
8609         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8610         (theora_dec_change_state):
8611         Fix frame counter.
8612         Detect and mark DISCONT buffers.
8613
8614         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8615         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8616         (vorbis_dec_change_state):
8617         * ext/vorbis/vorbisdec.h:
8618         Use GstSegment.
8619         Detect and mark DISCONT buffers.
8620         Don't crash on 0 sized buffers.
8621
8622 2006-05-03  Wim Taymans  <wim@fluendo.com>
8623
8624         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8625         (volume_transform_ip):
8626         Increase "volume" property to 10.0. Fixes #340369.
8627         Set the process function to NULL when capsnego fails so that
8628         we properly error out.
8629
8630 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8631
8632         * gst/playback/gstplaybin.c: (add_sink):
8633         * gst/playback/test.c: (main):
8634         * gst/playback/test5.c: (dump_element_stats):
8635         * gst/playback/test6.c: (main):
8636           free caps using gst_caps_unref, don't leak caps-strings
8637
8638 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8639
8640         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8641         (plugin_init):
8642           Refine musepack typefinding a bit. Return MAXIMUM
8643           probability when we detect stream version 7 to make
8644           sure the mpeg audio typefinder doesn't trump us.
8645
8646 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8647
8648         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8649           Protect against unexpected NULL strf_data buffer.
8650
8651 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8652
8653         * tests/check/elements/audioconvert.c: (verify_convert),
8654         (GST_START_TEST):
8655           interpret the out[] buffer in the order the bytes are actually
8656           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
8657           Other tests should use BYTE_ORDER since the array is filled in
8658           with actual values
8659
8660 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8661
8662         * tests/check/elements/audioconvert.c: (verify_convert),
8663         (GST_START_TEST):
8664           when a test fails, give an indication of which it is
8665
8666 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8667
8668         * gst-libs/gst/cdda/gstcddabasesrc.c:
8669           compile fix; strtol() needs <stdlib.h>
8670
8671 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8672
8673         * ext/alsa/gstalsamixerelement.c:
8674         * ext/alsa/gstalsasrc.c:
8675         * ext/cdparanoia/gstcdparanoiasrc.c:
8676         * ext/gnomevfs/gstgnomevfssink.c:
8677         * ext/gnomevfs/gstgnomevfssrc.c:
8678         * ext/ogg/gstoggdemux.c:
8679         * ext/ogg/gstoggmux.c:
8680         * ext/ogg/gstoggparse.c:
8681         * ext/ogg/gstogmparse.c:
8682         * ext/pango/gstclockoverlay.c:
8683         * ext/pango/gsttextoverlay.c:
8684         * ext/pango/gsttextrender.c:
8685         * ext/pango/gsttimeoverlay.c:
8686         * ext/theora/theoradec.c:
8687         * ext/theora/theoraenc.c:
8688         * ext/vorbis/vorbisdec.c:
8689         * ext/vorbis/vorbisenc.c:
8690         * gst-libs/gst/audio/gstaudiofilter.c:
8691         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8692         * gst/audioconvert/gstaudioconvert.c:
8693         * gst/audiorate/gstaudiorate.c:
8694         * gst/audioresample/gstaudioresample.c:
8695         * gst/audiotestsrc/gstaudiotestsrc.c:
8696         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8697         * gst/playback/gstdecodebin.c:
8698         * gst/playback/gstplaybin.c:
8699         * gst/playback/gststreamselector.c:
8700         * gst/subparse/gstsubparse.c:
8701         * gst/tcp/gstmultifdsink.c:
8702         * gst/tcp/gsttcpclientsink.c:
8703         * gst/tcp/gsttcpclientsrc.c:
8704         * gst/tcp/gsttcpserversink.c:
8705         * gst/tcp/gsttcpserversrc.c:
8706         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8707         * gst/videorate/gstvideorate.c:
8708         * gst/videoscale/gstvideoscale.c:
8709         * gst/videotestsrc/gstvideotestsrc.c:
8710         * gst/volume/gstvolume.c:
8711         * sys/v4l/gstv4ljpegsrc.c:
8712         * sys/v4l/gstv4lmjpegsink.c:
8713         * sys/v4l/gstv4lmjpegsrc.c:
8714         * sys/v4l/gstv4lsrc.c:
8715         * sys/ximage/ximagesink.c:
8716         * sys/xvimage/xvimagesink.c:
8717         * tests/check/libs/cddabasesrc.c:
8718           make GstElementDetails const
8719
8720 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8721
8722         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8723         (gst_adder_init):
8724           send events from src-pad to all sink-pads fixes #338657
8725
8726 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8727
8728         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
8729         (alsasink_parse_spec):
8730           query width capabilities from alsa, fixes #338919
8731
8732 2006-04-28  Wim Taymans  <wim@fluendo.com>
8733
8734         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
8735         (gst_multi_fd_sink_remove_client_link):
8736         * gst/tcp/gstmultifdsink.h:
8737         Fix race condition in multifdsink that can lead to spurious 
8738         duplicate clients. this patch adds a new signal that is fired when
8739         multifdsink has removed all references to the fd.
8740         Fixes #339574.
8741         Updated documentation.
8742         API: client-fd-removed signal added
8743
8744 2006-04-28  Michael Smith  <msmith@fluendo.com>
8745
8746         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
8747           When asking g_value_array_new to prealloc elements, we may as well
8748           ask for the right number of elements.
8749
8750 2006-04-28  Wim Taymans  <wim@fluendo.com>
8751
8752         * gst-libs/gst/audio/gstbaseaudiosink.c:
8753         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
8754         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8755         patch to make timestamp checking more tollerant to rounding 
8756         errors given that real discontinuities are to be marked on
8757         buffers. Fixes some asf files and #338778.
8758         Also avoid some crashers when we receive an event in the 
8759         NULL state.
8760
8761 2006-04-28  Michael Smith  <msmith@fluendo.com>
8762
8763         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
8764         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8765         (gst_gnome_vfs_src_get_property),
8766         (gst_gnome_vfs_src_send_additional_headers_callback),
8767         (gst_gnome_vfs_src_received_headers_callback),
8768         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
8769         (gst_gnome_vfs_src_stop):
8770         * ext/gnomevfs/gstgnomevfssrc.h:
8771           Remove ICY handling (mostly) from gnomevfssrc, in favour of
8772           proper shared support within icydemux.
8773
8774 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8775
8776         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
8777         (gst_video_rate_swap_prev), (gst_video_rate_chain):
8778           fix up docs
8779           fix a leak when no caps negotiated
8780           fix counting of input frames
8781         * tests/check/elements/.cvsignore:
8782         * tests/check/elements/videorate.c: (assert_videorate_stats),
8783         (GST_START_TEST), (videorate_suite):
8784           add tests for these
8785
8786 2006-04-28  Wim Taymans  <wim@fluendo.com>
8787
8788         * gst-libs/gst/audio/gstringbuffer.c:
8789         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
8790         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
8791         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8792         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8793         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8794         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8795         (gst_ring_buffer_commit), (gst_ring_buffer_read),
8796         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
8797         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
8798         Check arguments passed to public functions instead of
8799         crashing.
8800
8801 2006-04-28  Wim Taymans  <wim@fluendo.com>
8802
8803         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8804         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8805         GstBaseAudioSrc must be live or it does not work.
8806
8807         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
8808         Don't set live to TRUE as this is the default in the parentclass.
8809
8810 2006-04-28  Wim Taymans  <wim@fluendo.com>
8811
8812         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
8813         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
8814         Videoscale doesn't pass on pixel-aspect ratio. Handle all
8815         fixation cases better. Fixes #338991
8816
8817 2006-04-28  Wim Taymans  <wim@fluendo.com>
8818
8819         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
8820         Handle 0/1 framerate correctly Fixes #331901.
8821
8822 2006-04-28  Wim Taymans  <wim@fluendo.com>
8823
8824         * tests/check/elements/audioconvert.c: (get_float_caps),
8825         (GST_START_TEST), (audioconvert_suite):
8826         Added check for correct clipping when doing float samples
8827         in audioconvert.
8828
8829 2006-04-28  Wim Taymans  <wim@fluendo.com>
8830
8831         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
8832         (gst_video_rate_chain):
8833         Print more debugging info.
8834
8835 2006-04-28  Wim Taymans  <wim@fluendo.com>
8836
8837         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
8838         (resample_set_state_from_caps):
8839         Add support for other formats audioresample can handle such as
8840         32 bits in and float and 64 bits float. Fixes #301759
8841
8842 2006-04-28  Wim Taymans  <wim@fluendo.com>
8843
8844         * gst/audioconvert/audioconvert.c: (float):
8845         correctly clip float samples > 1.0. Fixes #338718
8846
8847 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8848
8849         Patch by: Young-Ho Cha  <ganadist at chollian net>
8850
8851         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8852         (gst_text_overlay_render_text):
8853           Don't strip newlines from the text. Also, center lines
8854           within multi-line paragraphs (#339405).
8855
8856 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8857
8858         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
8859           Fix wavpack typefinding to work in more cases (don't peek
8860           for chunks of multiple hundred kBs at once, but process
8861           things step-by-step in smaller units). Fixes #339786.
8862
8863 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8864
8865         * configure.ac:
8866           back to HEAD
8867
8868 === release 0.10.6 ===
8869
8870 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
8871
8872         * configure.ac:
8873           releasing 0.10.6, "Chao"
8874
8875 2006-04-26  David Schleef  <ds@schleef.org>
8876
8877         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
8878           Fixes #338897.
8879
8880 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8881
8882         * configure.ac:
8883         * win32/common/config.h:
8884           new prerelease
8885
8886 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8887
8888         patch by: Wim Taymans
8889
8890         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8891         (gst_ogg_demux_perform_seek):
8892           make sure correct newsegments are sent, so that the decoder
8893           and the demuxer agree on timestamps.  Fixes playback of a lot
8894           of Ogg files that do not start from 0.  Fixes #339833.
8895
8896 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8897
8898         Patch by: Edward Hervey  <edward@fluendo.com>
8899
8900         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8901         * tests/check/Makefile.am:
8902         * tests/check/elements/videorate.c: (assert_videorate_stats),
8903         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
8904         (videorate_suite), (main):
8905           Fix an infinite loop if frames are passed in with wrongly ordered
8906           timestamps.  Fixes #339013.
8907
8908 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8909
8910         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8911
8912         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8913           fix typefinding on some ISO files.  Fixes #339212.
8914
8915 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8916
8917         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8918
8919         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8920           add another H264 fourcc.  Fixes #339047.
8921
8922 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8923
8924         Patch by: Jan Schmidt
8925
8926         * gst/playback/gststreamselector.c:
8927         (gst_stream_selector_bufferalloc):
8928           Restore old StreamSelector behaviour.
8929           Fixes #338419.
8930
8931 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8932
8933         * configure.ac:
8934         * win32/common/config.h:
8935           prerelease
8936
8937 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8938
8939         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
8940
8941         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8942         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
8943           Fix some memory leaks: on finalize, free buffers left in the queue
8944           before destroying the queue; in _push(), unref rtp_buf even if
8945           the process vfunc returned a NULL buffer as output buffer (#337548);
8946           demote some recuring debug messages to LOG level.
8947
8948 2006-04-11  Wim Taymans  <wim@fluendo.com>
8949
8950         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8951         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8952         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
8953         (gst_ogg_demux_loop):
8954         More cleanups.
8955         Respect segment stop when emiting EOS or SEGMENT_DONE.
8956         Fixes (#337945).
8957
8958 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8959
8960         * gst/playback/gststreamselector.c:
8961         (gst_stream_selector_get_property):
8962           Don't leak pad name.
8963
8964 2006-04-10  Michael Smith  <msmith@fluendo.com>
8965
8966         * tests/check/Makefile.am:
8967         * tests/check/gst-plugins-base.supp:
8968           Suppress an old libtheora bug (fixed in more recent versions), so 
8969           that FC4 buildslaves can pass.
8970
8971 2006-04-10  Wim Taymans  <wim@fluendo.com>
8972
8973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8974         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8975         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
8976         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
8977         (gst_ogg_demux_loop):
8978         Don't leak events.
8979         Remember what error we got when finding chains, if we
8980         were shutdown, that would not be an error.
8981
8982 2006-04-10  Wim Taymans  <wim@fluendo.com>
8983
8984         * gst-libs/gst/audio/gstbaseaudiosink.c:
8985         (gst_base_audio_sink_event):
8986         Starting the ringbuffer when we did not acquire it can cause
8987         a deadlock, is pointless and causes nasty things for
8988         subclasses. 
8989         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
8990
8991 2006-04-10  Wim Taymans  <wim@fluendo.com>
8992
8993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8994         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8995         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8996         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8997         (gst_ogg_demux_deactivate_current_chain),
8998         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8999         (gst_ogg_demux_bisect_forward_serialno),
9000         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
9001         Add some more debugging.
9002
9003 2006-04-10  Wim Taymans  <wim@fluendo.com>
9004
9005         * ext/theora/theoradec.c: (theora_dec_src_event),
9006         (theora_handle_data_packet):
9007         Some more debug info.
9008
9009         * tests/examples/seek/seek.c: (start_seek), (main):
9010         Print element messages too.
9011
9012 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
9013
9014         * gst/audioresample/debug.h:
9015           replace debug macros with variable number of parameters
9016           by a simple alias to gstreamer standard debug macros 
9017          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
9018           supported by MSVC 6.0 and 7.1)
9019         * gst/audioresample/resample.h:
9020           define M_PI and rint for WIN32
9021         * win32/common/libgstaudio.def:
9022         * win32/common/libgstriff.def:
9023         * win32/common/libgsttag.def:
9024         * win32/common/libgstvideo.def:
9025           add new exported functions
9026         * win32/vs6:
9027           update project files
9028
9029 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9030
9031         * ext/alsa/gstalsamixeroptions.c:
9032         (gst_alsa_mixer_options_class_init):
9033         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
9034         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
9035         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
9036         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
9037         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
9038         * gst-libs/gst/audio/gstaudiofilter.c:
9039         (gst_audio_filter_class_init):
9040         * gst-libs/gst/audio/gstaudiosink.c:
9041         (gst_audioringbuffer_class_init):
9042         * gst-libs/gst/audio/gstaudiosrc.c:
9043         (gst_audioringbuffer_class_init):
9044         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
9045         * gst-libs/gst/interfaces/colorbalancechannel.c:
9046         (gst_color_balance_channel_class_init):
9047         * gst-libs/gst/interfaces/mixeroptions.c:
9048         (gst_mixer_options_class_init):
9049         * gst-libs/gst/interfaces/mixertrack.c:
9050         (gst_mixer_track_class_init):
9051         * gst-libs/gst/interfaces/tunerchannel.c:
9052         (gst_tuner_channel_class_init):
9053         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
9054         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9055         (gst_netbuffer_class_init):
9056         * gst-libs/gst/rtp/gstbasertppayload.c:
9057         (gst_basertppayload_class_init):
9058         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9059         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9060         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9061         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
9062         * gst/playback/gststreamselector.c:
9063         (gst_stream_selector_class_init):
9064         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9065         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9066         * sys/v4l/gstv4lcolorbalance.c:
9067         (gst_v4l_color_balance_channel_class_init):
9068         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
9069         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9070         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9071         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
9072         (gst_v4l_tuner_norm_class_init):
9073         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
9074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
9075         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
9076         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
9077
9078 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9079
9080         * ext/pango/gsttextrender.h:
9081         * gst-libs/gst/audio/gstaudiosink.h:
9082         * gst-libs/gst/audio/gstaudiosrc.h:
9083         * gst-libs/gst/audio/gstbaseaudiosink.h:
9084         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9085         * gst-libs/gst/audio/gstringbuffer.h:
9086         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9087         * gst-libs/gst/rtp/gstbasertppayload.h:
9088         * gst-libs/gst/video/gstvideofilter.h:
9089         * gst-libs/gst/video/gstvideosink.h:
9090         * gst/playback/gstplaybasebin.h:
9091         * gst/tcp/gstmultifdsink.h:
9092         * sys/v4l/gstv4lelement.h:
9093         Fix broken GObject macros
9094
9095 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9096
9097         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
9098         More debug to trace why my USB headset is not working with gst
9099
9100 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9101
9102         * gst/playback/gstplaybasebin.c: (group_destroy):
9103         Clean up our group elements properly in the case where it never 
9104         got committed - it still got added unconditionally to the bin.
9105
9106 2006-04-07  Wim Taymans  <wim@fluendo.com>
9107
9108         * ext/theora/theoradec.c: (theora_dec_sink_event),
9109         (theora_handle_data_packet), (theora_dec_chain):
9110         Unref unhandled events.
9111         Protect against empty buffers.
9112         Perform QoS on running time.
9113
9114 2006-04-07  Michael Smith  <msmith@fluendo.com>
9115
9116         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
9117         (gst_vorbis_enc_chain):
9118           Remove leaks from vorbisenc.
9119           Mostly minor changes, the only significant one is that now the
9120           buffers we set as 'streamheader' on the caps are copies of the
9121           original buffers, to avoid circular refcounting problems.
9122
9123 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9124
9125         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9126           Don't remove our mute-probe if someone else already did so.
9127           Don't set a 2nd one if there is already one pending on the pad.
9128
9129         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9130         (do_playbin_seek):
9131           When a seek fails, ensure that playbin is still set back to playing.
9132           
9133         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9134         (mpeg_ts_type_find), (plugin_init):
9135           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9136
9137 2006-04-06  Andy Wingo  <wingo@pobox.com>
9138
9139         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9140         (gst_video_rate_init): Caps-related parameters should not be reset
9141         by a flush -- move their inits to the instance init function.
9142         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9143         is not OK, just return the result.
9144
9145         * gst/audiotestsrc/gstaudiotestsrc.c
9146         (gst_audio_test_src_class_init)
9147         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9148         broken by Stefan's commit on 24 March.
9149
9150         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9151         buffers being pushed out. Fixes oggmux ! multifdsink.
9152
9153 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9154
9155         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9156         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9157         * ext/vorbis/vorbisdec.h:
9158         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9159         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9160         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9161         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9162         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9163         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9164         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9165         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9166         (gst_vorbis_enc_buffer_from_packet),
9167         (gst_vorbis_enc_buffer_from_header_packet),
9168         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9169         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9170         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9171         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9172         (gst_vorbis_enc_change_state):
9173         * ext/vorbis/vorbisenc.h:
9174           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9175           vorbisenc adhere to the official nomenclature; use boilerplate
9176           macro.
9177
9178 2006-04-04  Andy Wingo  <wingo@pobox.com>
9179
9180         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9181         Whoops, fix bug introduced. Bad hacker!
9182         
9183         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9184         Properly handle the case where you get EOS before any buffers are
9185         received. Use gst_buffer_make_metadata_writable where appropriate.
9186
9187         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9188         is often negative -- make it signed so as not to wrap around.
9189         Fixes segfaults introduced on 9 March.
9190
9191 2006-04-03  Wim Taymans  <wim@fluendo.com>
9192
9193         * ext/theora/gsttheoradec.h:
9194         * ext/theora/theoradec.c: (theora_dec_src_event):
9195         Don't try to store a gdouble in a gboolean.
9196         Small cleanups.
9197
9198 2006-04-03  Michael Smith  <msmith@fluendo.com>
9199
9200         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9201           Oggmux sucks.
9202           Make it suck slightly less by writing out the final page.
9203           Still can't encode a vorbis-in-ogg file correctly, though.
9204
9205 2006-04-03  Andy Wingo  <wingo@pobox.com>
9206
9207         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9208         a g_print.
9209
9210         * ext/theora/theora.c (plugin_init): Register theoraparse.
9211
9212         * ext/theora/gsttheoraparse.h: 
9213         * ext/theora/theoraparse.c: New files implementing a theora
9214         parser. Now we can properly remux ogg/theora+vorbis, yay.
9215
9216         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9217
9218 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9219
9220         * gst/audiotestsrc/gstaudiotestsrc.c:
9221           Fixed the sample pipeline (see #323798)
9222
9223 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9224
9225         * configure.ac:
9226         * win32/common/config.h:
9227         * win32/common/config.h.in:
9228           use AS_VERSION and AS_NANO
9229           more cleanups
9230
9231 2006-03-31  Andy Wingo  <wingo@pobox.com>
9232
9233         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9234         uninitialized variable return that would happen.
9235         
9236         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9237         uninitialized variable return that would never happen.
9238
9239         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9240         (vorbis_parse_sink_event): Add an event function to flush our
9241         state on a seek, and to drain buffers on a premature EOS.
9242         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9243         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9244         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9245         (vorbis_parse_drain_queue): Queue up buffers until we can set
9246         their timestamps and granulepos values.
9247
9248         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9249         and keep track of data needed for deriving granulepos and
9250         timestamps for buffers.
9251
9252 2006-03-29  Wim Taymans  <wim@fluendo.com>
9253
9254         Patch by: j^ <j at bootlab dot org>
9255
9256         * ext/alsa/gstalsamixerelement.c:
9257         (gst_alsa_mixer_element_class_init):
9258         * ext/alsa/gstalsasink.c:
9259         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9260         * ext/ogg/gstoggdemux.c:
9261         * ext/ogg/gstoggmux.c:
9262         * ext/ogg/gstoggparse.c:
9263         * ext/pango/gstclockoverlay.c:
9264         * ext/pango/gsttextoverlay.c:
9265         * ext/pango/gsttextrender.c:
9266         * ext/pango/gsttimeoverlay.c:
9267         * ext/theora/theoradec.c:
9268         * ext/theora/theoraenc.c:
9269         * ext/vorbis/vorbisdec.c:
9270         * ext/vorbis/vorbisenc.c:
9271         * gst/audioconvert/gstaudioconvert.c:
9272         * gst/subparse/gstsubparse.c:
9273         * gst/tcp/gstmultifdsink.c:
9274         * gst/tcp/gsttcpclientsink.c:
9275         * gst/tcp/gsttcpclientsrc.c:
9276         * gst/tcp/gsttcpserversink.c:
9277         * gst/tcp/gsttcpserversrc.c:
9278           better/unified long descriptions
9279           Fixes #336477
9280
9281 2006-03-29  Wim Taymans  <wim@fluendo.com>
9282
9283         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9284         (stop_seek):
9285         Don't let double and triple clicks mess up our state.
9286
9287 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9288
9289         * gst/playback/gstplaybin.c: (gen_video_element),
9290         (gen_text_element), (gen_audio_element), (gen_vis_element):
9291           Error out gracefully when we can't create any of the usual
9292           conversion elements for some reason. Also, don't try to
9293           create an audioscale (sic) element that's not used anyway.
9294
9295 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9296
9297         * gst/playback/gstplaybasebin.c: (setup_source):
9298           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9299           element for a particular protocol, that's confusing for users.
9300           Instead, post a RESOURCE_FAILED error, so that our own error
9301           message is actually shown in totem etc. (#336303).
9302
9303 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9304
9305         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9306
9307         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9308         (gst_gnome_vfs_src_get_icy_metadata):
9309           Fix some minor memory leaks (#336194).
9310
9311 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9312
9313         * ext/gnomevfs/gstgnomevfs.c:
9314         (gst_gnome_vfs_location_to_uri_string):
9315         * ext/gnomevfs/gstgnomevfs.h:
9316         * ext/gnomevfs/gstgnomevfssink.c:
9317         (gst_gnome_vfs_sink_set_property):
9318         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9319           Make gnomevfssink accept filenames as well as URIs for the
9320           "location" property, just like gnomevfssrc does (and
9321           filesrc/filesink do) (#336190).
9322
9323 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9324
9325         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9326           set to NULL before unreffing, fixes a valgrind leak.
9327           Why was this not triggering the error that an object needs to
9328           be NULL before unreffing ?
9329         * win32/common/config.h:
9330           update
9331
9332 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9333
9334         * gst/subparse/gstsubparse.c: (convert_encoding),
9335         (gst_sub_parse_change_state):
9336         * gst/subparse/gstsubparse.h:
9337           Text subtitle files may or may not be UTF-8. If it's not, we
9338           don't really want to see '?' characters in place of non-ASCII
9339           characters like accented characters. So let's assume the input
9340           is UTF-8 until we come across text that is clearly not. If it's
9341           not UTF-8, we don't really know what it is, so try the following:
9342           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9343           is set; if not, check (b) if the current locale encoding is
9344           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9345           the current locale encoding is UTF-8 and the environment variable
9346           was not set to any particular encoding. Not perfect, but better
9347           than nothing (and better than before, I think) (fixes #172848).
9348
9349 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9350
9351         * configure.ac:
9352           update core requirement to 0.10.4.1 because of async_playback
9353           vmethod on GstBaseSink
9354
9355 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9356
9357         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9358         * gst/adder/gstadder.c: (gst_adder_init):
9359         use DEBUG_FUNCPTR for collectpads
9360
9361 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9362
9363         * docs/plugins/Makefile.am:
9364         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9365         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9366         * ext/cdparanoia/gstcdparanoiasrc.c:
9367         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9368         (gst_gnome_vfs_sink_class_init):
9369         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9370         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9371         * ext/ogg/gstoggmux.c:
9372         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9373         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9374         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9375         * ext/pango/gsttextoverlay.c:
9376         * ext/pango/gsttextrender.c:
9377         * ext/theora/theoradec.c:
9378         * ext/theora/theoraenc.c:
9379         * ext/vorbis/vorbisdec.c:
9380         * ext/vorbis/vorbisenc.c:
9381         * gst-libs/gst/audio/gstaudiofilter.c:
9382         (gst_audio_filter_base_init):
9383         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9384         (gst_audio_filter_template_base_init):
9385         * gst/adder/gstadder.c: (gst_adder_get_type):
9386         * gst/adder/gstadder.h:
9387         * gst/audioconvert/gstaudioconvert.c:
9388         * gst/audiotestsrc/gstaudiotestsrc.c:
9389         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9390         (gst_audio_test_src_create):
9391         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9392         * gst/playback/gstdecodebin.c:
9393         * gst/playback/gstplaybin.c:
9394         * gst/playback/gststreamselector.c:
9395         (gst_stream_selector_base_init):
9396         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9397         * gst/volume/gstvolume.c:
9398         * sys/v4l/gstv4lmjpegsink.c:
9399         * sys/v4l/gstv4lmjpegsrc.c:
9400         * tests/check/libs/cddabasesrc.c:
9401         * tests/old/examples/gob/gst-identity2.gob:
9402           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9403           define GstElementDetails at the top
9404
9405 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9406
9407         * win32/common/libgstinterfaces.def:
9408         Add a lot of export functions for gst-python
9409         * win32/vs6/libgstinterfaces.dsp:
9410         Add a missing include folder in the project configuration
9411         
9412 2006-03-23  Wim Taymans  <wim@fluendo.com>
9413
9414         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9415         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9416         (gst_base_audio_src_change_state):
9417         Fix audio sources, forgot to make the ringbuffer
9418         startable...
9419
9420 2006-03-23  Wim Taymans  <wim@fluendo.com>
9421
9422         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9423         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9424         (gst_base_audio_src_change_state):
9425         unparent instead of unref the ringbuffer.
9426
9427 2006-03-23  Wim Taymans  <wim@fluendo.com>
9428
9429         * gst-libs/gst/audio/gstbaseaudiosink.c:
9430         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9431         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9432         Implement new async_play vmethod to start slaving and allow
9433         playback start in case of async PLAY state changes. 
9434
9435         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9436         Enable QoS with new method in base class.
9437
9438 2006-03-23  Wim Taymans  <wim@fluendo.com>
9439
9440         Patch by: Julien MOUTTE <julien at moutte dot net>
9441
9442         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9443         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9444         Partially handle 0 framerate, only EOS after the first frame
9445         is missing.
9446
9447 2006-03-23  Wim Taymans  <wim@fluendo.com>
9448
9449         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9450
9451         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9452         (gst_riff_create_video_template_caps):
9453         * gst/ffmpegcolorspace/avcodec.h:
9454         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9455         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9456         (gst_ffmpegcsp_avpicture_fill):
9457         * gst/ffmpegcolorspace/imgconvert.c:
9458         Patch for support of YVU9 AVI files (#334822)
9459
9460 2006-03-22  Edward Hervey  <edward@fluendo.com>
9461
9462         * docs/design/design-decodebin.txt:
9463         Added design document for new decodebin
9464         (Target Caps): text/x-pango-markup is also a default target caps.
9465
9466 2006-03-22  Wim Taymans  <wim@fluendo.com>
9467
9468         * gst-libs/gst/audio/gstbaseaudiosink.c:
9469         (gst_base_audio_sink_dispose):
9470         Since we _parent the ringbuffer, we also need to
9471         _unparent instead of a plain _unref.
9472
9473 2006-03-22  Wim Taymans  <wim@fluendo.com>
9474
9475         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9476         (stop_seek), (scrub_toggle_cb), (main):
9477         Add scrub checkbox.
9478
9479 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9480
9481         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9482         (gst_ogg_parse_chain):
9483           Fix very inefficient usage of linked lists (#335365).
9484
9485 2006-03-21  Edward Hervey  <edward@fluendo.com>
9486
9487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9488         * gst/playback/gstplaybin.c: (handoff):
9489         * gst/playback/gststreamselector.c:
9490         (gst_stream_selector_set_property):
9491         gcc 4.1 unreferenced pointer fixes.
9492         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9494         gst_buffer_ref() now takes a GstBuffer*.
9495
9496 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9497
9498         * sys/xvimage/xvimagesink.c:
9499         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9500         by Jan Schmidt.
9501
9502 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9503
9504         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9505         (id3v1_type_find), (apetag_type_find), (plugin_init):
9506           Can't do tag preferences via probability, as tags would then
9507           lose against types that are recognised with MAXIMUM probability
9508           (like .wav); so let all tag typefinders return MAXIMUM themselves
9509           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9510           that we can prefer APE to ID3v1 (fixes #335028).
9511           
9512 2006-03-17  Wim Taymans  <wim@fluendo.com>
9513
9514         * gst-libs/gst/audio/gstbaseaudiosink.c:
9515         (gst_base_audio_sink_change_state):
9516         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9517         (gst_ring_buffer_may_start):
9518         * gst-libs/gst/audio/gstringbuffer.h:
9519         Only start playback if we are playing.
9520         should fix #330748.
9521
9522 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9523
9524         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9525         * win32/common/config.h:
9526           Revert accidental commits to these files.
9527
9528 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9529
9530         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9531
9532         * tests/Makefile.am:
9533           Don't try to build tests in tests/icles if we
9534           don't have X (#323852)
9535
9536 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9537
9538         * gst-libs/gst/tag/gstid3tag.c:
9539           Add TXXX frame identifiers for replaygain stuff as used
9540           by some taggers (see #323721).
9541
9542 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9543
9544         * gst/playback/gststreamselector.c:
9545         (gst_stream_selector_set_property),
9546         (gst_stream_selector_bufferalloc):
9547           Preserve the existing buggy streamselector behaviour by performing
9548           a fallback buffer allocation when downstream isn't linked yet.
9549           This should really be fixed in playbin by blocking pads until it's
9550           linked them.
9551           Also, use gst_pad_alloc_buffer instead of
9552           gst_pad_alloc_buffer_and_set.
9553
9554 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9555
9556         * gst-libs/gst/tag/gstid3tag.c:
9557           Don't crash on unknown ID3v2 TXXX frames.
9558           
9559 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9560
9561         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9562           Chain up to the parent finalize method.
9563           Add 32-bit sample size to the template caps.
9564
9565         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9566         (gst_riff_create_video_template_caps):
9567           Add the fourcc that the VMWare codec uses.
9568           
9569         * gst/playback/gststreamselector.c:
9570         (gst_stream_selector_set_property),
9571         (gst_stream_selector_bufferalloc),
9572         (gst_stream_selector_request_new_pad):
9573           For the active pad, forward buffer-alloc requests, otherwise
9574           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9575           having to memcpy every frame when used by playbin.
9576
9577         * gst/tcp/gstmultifdsink.c:
9578         (gst_multi_fd_sink_handle_client_write):
9579           Get negotiated caps from the sink pad, rather than the sink
9580           pad's peer.
9581
9582 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9583
9584         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9585         
9586         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9587           Don't forget to set src->callbacks_pushed to FALSE again when
9588           popping them, otherwise re-activation in a different mode won't
9589           work (#334620).
9590
9591 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9592
9593         Patch by: Sebastien Moutte  <sebastien moutte net>
9594
9595         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9596         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9597         (gst_ffmpeg_smpfmt_to_caps):
9598           Replace __VA_ARGS__ caps creation macros with varargs functions.
9599           Makes things compile on MSVC (#320765), looks nicer, and we can
9600           tell the compiler to check for the NULL terminator.
9601
9602 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9603
9604         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9605
9606         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9607           Make sure the buffer we copy into is really always big
9608           enough, this time for real (#333488).
9609           
9610 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9611
9612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9613           Add support for 24bpp DIB (#305279).
9614
9615 2006-03-14  Wim Taymans  <wim@fluendo.com>
9616
9617         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9618         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9619         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9620         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9621         (gst_video_scale_init), (gst_video_scale_src_event):
9622         Re-enable QoS after the release.
9623         Rework videoscale to use the base class src_event handler.
9624
9625 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9626
9627         * configure.ac:
9628           back to CVS.
9629
9630 === release 0.10.5 ===
9631
9632 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9633
9634         * configure.ac:
9635           releasing 0.10.5, "Net"
9636
9637 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9638
9639         * docs/plugins/Makefile.am:
9640           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9641           
9642 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9643
9644         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9645         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9646         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9647           Add cdparanoiasrc to docs.
9648
9649         * gst-libs/gst/cdda/gstcddabasesrc.c:
9650           More GstCddaBaseSrc docs.
9651
9652 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9653
9654         * docs/libs/gst-plugins-base-libs-sections.txt:
9655         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
9656         * gst-libs/gst/tag/tag.h:
9657           API: libgsttag: new method gst_tag_from_id3_user_tag().
9658
9659 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9660
9661         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9662           NULL-terminate array of mpeg4 video file extensions.
9663           Fixes crash on PPC (#334226).
9664
9665 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9666
9667         * ext/gnomevfs/gstgnomevfssrc.c:
9668         (gst_gnome_vfs_src_check_get_range):
9669           gnome_vfs_uri_is_local() alone is not a good indicator
9670           whether we can operate in pull-mode with a specific URI,
9671           as it returns FALSE for file:// URIs that point to an
9672           NFS-mounted path. Be more conservative here: whitelist
9673           local files, blacklist http URIs and use the old
9674           mechanism for anything else (fixes #334216).
9675
9676 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9677
9678         * configure.ac:
9679           back to trunk
9680
9681 === release 0.10.4 ===
9682
9683 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
9684
9685         * configure.ac:
9686           releasing 0.10.4, "Power"
9687
9688 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9689
9690         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9691         Disable max-lateness by setting it to -1 for now, so that 
9692         we can bed QoS stuff in thoroughly between now and the next
9693         release.
9694
9695 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9696
9697         Patch by: Fabrizio Gennari
9698
9699         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9700           Make sure we don't read beyond the palette buffer in case of
9701           broken or manipulated files (#333488)
9702
9703 2006-03-10  Edward Hervey  <edward@fluendo.com>
9704
9705         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9706         Fix for variable not initialized.
9707
9708 2006-03-09  Wim Taymans  <wim@fluendo.com>
9709
9710         * ext/libvisual/visual.c: (gst_visual_get_type),
9711         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
9712         (gst_visual_chain):
9713         Small cleanups.
9714
9715         * ext/theora/gsttheoradec.h:
9716         * ext/theora/theoradec.c: (gst_theora_dec_init),
9717         (gst_theora_dec_reset), (_theora_granule_time),
9718         (theora_dec_src_convert), (theora_dec_sink_convert),
9719         (theora_dec_src_query), (theora_dec_src_event),
9720         (theora_dec_sink_event), (theora_handle_comment_packet),
9721         (theora_handle_header_packet), (theora_dec_push),
9722         (theora_handle_data_packet), (theora_dec_chain),
9723         (theora_dec_change_state):
9724         Add simple QoS.
9725
9726 2006-03-09  Wim Taymans  <wim@fluendo.com>
9727
9728         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9729         (audiocast_register_listener), (gst_gnome_vfs_src_start):
9730         Some cleanups.
9731
9732 2006-03-09  Wim Taymans  <wim@fluendo.com>
9733
9734         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9735         Don't try to activate NULL chains.
9736
9737 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9738
9739         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9740           Fix invalid memory access to region before peek'd data (#332964).
9741
9742 2006-03-09  Wim Taymans  <wim@fluendo.com>
9743
9744         Patch by: Christophe Fergeau
9745
9746         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
9747         * ext/pango/gsttextrender.c: (gst_text_render_init):
9748         * gst/adder/gstadder.c: (gst_adder_init):
9749         Don't leak padtemplates, closes #333510.
9750
9751 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9752
9753         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
9754           Fix invalid memory access: make sure string passed to
9755           regexec() is NUL-termianted.
9756
9757 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9758
9759         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9760         (mp3_type_find):
9761           Refactor mpeg/audio typefinding to make it more maintainable
9762           and easier to fine-tune. Make probing into middle of the file
9763           work properly (fixes #333900, also see #152688).
9764
9765 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9766
9767         * gst/typefind/gsttypefindfunctions.c:
9768         (utf8_type_find_have_valid_utf8_at_offset):
9769           Remove part from previous commit that was bogus:
9770           g_utf8_validate() does in fact not accept embedded
9771           zeroes, so we don't need to check for those (thanks
9772           to Mike for the hint).
9773
9774 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9775
9776         * gst/typefind/gsttypefindfunctions.c:
9777         (utf8_type_find_count_embedded_zeroes),
9778         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
9779           Make plain/text typefinder more conservative: firstly, check
9780           for embedded zeroes, which are perfectly valid UTF-8 characters,
9781           but also a fairly good sign that something is not a plain text
9782           file; secondly, probe into the middle of the file if possible.
9783           If we can't probe into the middle, limit the probability value
9784           to be returned to TYPE_FIND_POSSIBLE (see #333900).
9785
9786 2006-03-08  Michael Smith  <msmith@fluendo.com>
9787
9788         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9789           Make typefind function name for mpeg4 video unique.
9790
9791 2006-03-08  Wim Taymans  <wim@fluendo.com>
9792
9793         * ext/libvisual/visual.c: (gst_visual_init),
9794         (gst_visual_clear_actors), (gst_visual_dispose),
9795         (gst_visual_reset), (gst_visual_src_setcaps),
9796         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
9797         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
9798         (gst_visual_chain), (gst_visual_change_state):
9799         Cleanups, post nice errors.
9800         Handle sink and src events.
9801         Implement simple QoS.
9802
9803         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9804         Use new basesink methods to configure max-lateness.
9805         Small doc update.
9806
9807         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9808         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
9809         Debug statement cleanups.
9810
9811         * gst/volume/gstvolume.c: (gst_volume_class_init):
9812         Simple cleanup.
9813
9814 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9815
9816         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
9817         (gst_text_overlay_init), (gst_text_overlay_set_property),
9818         (gst_text_overlay_get_property):
9819           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
9820           as string type properties, but mark them deprecated. Add
9821           'halignment' and 'valignment' properties that use enums
9822           instead of strings.
9823
9824 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9825
9826         Patch by: Fabrizio Gennari
9827
9828         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9829           Allow palettes with less than 256 colours in AVI files
9830           (#333488)
9831
9832 2006-03-07  Julien MOUTTE  <julien@moutte.net>
9833
9834         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9835         (gst_text_overlay_video_event): Fix wrong EOS handling on text
9836         pad. We were releasing the queued text buffer when we should keep
9837         it until video pad gets EOS or discard the text buffer because it's
9838         too old. That was eating the last subtitle buffer. Add some more
9839         debug.
9840
9841 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9842
9843         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
9844         (gst_text_overlay_video_chain):
9845           Fix invalid memory access (we can't access a buffer after it's been
9846           pushed downstream without taking a reference); fix memory leak (if
9847           there's no text to render, bail out before allocating stuff).
9848
9849 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9850
9851         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9852         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
9853         * ext/pango/gsttextoverlay.h:
9854           If input is plain text, escape it before passing it to
9855           pango_layout_set_markup().
9856
9857 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9858
9859         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
9860           Don't ignore flow return from gst_pad_push().
9861
9862 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9863
9864         Patch by: Fabrizio Gennari
9865
9866         * ext/libvisual/visual.c: (gst_visual_getcaps),
9867         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
9868         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
9869         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
9870         (gst_vorbisenc_convert_sink):
9871         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9872         (gst_audio_duration_from_pad_buffer):
9873         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
9874         (gst_audio_filter_chain):
9875         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9876         (gst_base_rtp_depayload_setcaps):
9877         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
9878         (gst_video_get_size):
9879         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9880           Don't leak references returned by gst_pad_get_parent()
9881           (#333663)
9882
9883 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
9884
9885         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
9886           change location param details
9887         * gst/volume/gstvolume.c: (plugin_init):
9888           correct plugin description
9889
9890 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9891
9892         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9893         (gst_gnome_vfs_src_check_get_range):
9894           Override GstBaseSrc::check_get_range() in order to avoid opening
9895           the resource just to check whether we can operate in pull-mode or
9896           not - we can predict that pretty well from the URI alone. Should
9897           fix problems with last.fm (#331690). (Requires latest core CVS).
9898
9899 2006-03-06  Wim Taymans  <wim@fluendo.com>
9900
9901         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9902         (gst_video_sink_class_init):
9903         Throw away frames that are later than 20 ms.
9904
9905 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9906
9907         Patch by: Fabrizio Gennari
9908
9909         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9910           Set depth on WMA caps (#333545)
9911
9912 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9913
9914         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9915         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
9916           put Theora BOS pages before others.  This hardcodes
9917           the Ogg/Theora I profile, but hey.
9918
9919 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9920
9921         * ext/ogg/README:
9922           updated with some examples
9923         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
9924         (granulepos_add), (theora_buffer_from_packet):
9925         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
9926         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
9927         (gst_vorbisenc_chain):
9928           implement strategy from ext/ogg/README
9929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9930         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
9931         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
9932         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
9933           Fix muxer so that oggz-validate is happy with all streams;
9934           except for no eos mark, and the BOS page ordering
9935         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9936         (check_buffer_granulepos):
9937         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
9938           update tests to check for OFFSET being set as requested
9939           fixed type of granulepos, it's not a ClockTime
9940
9941 2006-03-05  Julien MOUTTE  <julien@moutte.net>
9942
9943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9944         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9945         Check that the xvimage we are creating has a correct size
9946         before returning it. (#314897)
9947
9948 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9949
9950         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9951           Give id3 and ape tag typefinders a rank slightly higher
9952           than PRIMARY to ensure they're always run before any of
9953           the other typefinders (in particular wav and mp3) (#324186).
9954
9955 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9956
9957         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9958           Add support for '3IVD' fourcc (#333403).
9959
9960 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9961
9962         * configure.ac:
9963           Bump requirements to GStreamer CVS for the new error enum.
9964
9965         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
9966           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
9967           space left on the device (fixes #333352).
9968
9969 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
9970
9971         * win32/vs6:
9972           add a project file for libgstvolume
9973           update the workspace
9974
9975 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9976
9977         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9978         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9979         (GST_START_TEST):
9980           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
9981           Set IN_CAPS on header buffers
9982
9983 2006-03-02  Wim Taymans  <wim@fluendo.com>
9984
9985         * docs/plugins/Makefile.am:
9986         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9987         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9988         Add audioresample to docs.
9989
9990         * gst/audioconvert/gstaudioconvert.c:
9991         Add revision date.
9992
9993         * gst/audioresample/gstaudioresample.c:
9994         (gst_audioresample_base_init), (gst_audioresample_class_init),
9995         (gst_audioresample_init), (gst_audioresample_dispose),
9996         (audioresample_get_unit_size), (audioresample_transform_caps),
9997         (resample_set_state_from_caps), (audioresample_transform_size),
9998         (audioresample_set_caps), (audioresample_event),
9999         (audioresample_do_output), (audioresample_transform),
10000         (audioresample_pushthrough), (gst_audioresample_set_property),
10001         (gst_audioresample_get_property), (plugin_init):
10002         * gst/audioresample/gstaudioresample.h:
10003         Added docs.
10004         Small code cleanups.
10005
10006 2006-03-02  Wim Taymans  <wim@fluendo.com>
10007
10008         * docs/plugins/Makefile.am:
10009         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10010         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10011         Added videoscale to docs.
10012
10013         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10014         (gst_video_rate_swap_prev), (gst_video_rate_event),
10015         (gst_video_rate_chain):
10016         Fix typo in docs.
10017
10018         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10019         (gst_video_scale_init), (gst_video_scale_prepare_size),
10020         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10021         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
10022         * gst/videoscale/gstvideoscale.h:
10023         Added docs, examples.
10024         Some code cleanups.
10025         Post errors instead of g_warning.
10026
10027 2006-03-02  Wim Taymans  <wim@fluendo.com>
10028
10029         * docs/libs/gst-plugins-base-libs-docs.sgml:
10030         * docs/libs/gst-plugins-base-libs-sections.txt:
10031         * docs/libs/gst-plugins-base-libs.types:
10032         * docs/plugins/Makefile.am:
10033         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10034         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10035         Added some more docs to libs and plugins.
10036
10037         * gst-libs/gst/audio/gstringbuffer.c:
10038         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
10039         * gst-libs/gst/audio/gstringbuffer.h:
10040         Document ringbuffer some more.
10041
10042         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
10043         (gst_video_rate_setcaps), (gst_video_rate_reset),
10044         (gst_video_rate_init), (gst_video_rate_flush_prev),
10045         (gst_video_rate_swap_prev), (gst_video_rate_event),
10046         (gst_video_rate_chain), (gst_video_rate_change_state):
10047         * gst/videorate/gstvideorate.h:
10048         Fix videorate to use segments.
10049         Make it work with 0/1 framerates (closes #331903)
10050         Handle EOS correctly.
10051         Added docs.
10052
10053 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10054
10055         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
10056         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10057         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
10058           In state change function, first chain up to parent class,
10059           then handle downwards state change stuff. Remove some
10060           commented out cruft from 0.8 code.
10061
10062 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10063
10064         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10065         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10066         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
10067         (gst_ogm_parse_chain):
10068           Don't remove/re-add source pad if the new caps are the same as
10069           the old caps anyway (#333042). When removing source pad, don't
10070           unref it afterwards - we didn't ref it when adding. Sprinkle some
10071           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
10072           after using gst_pad_get_parent(). Return downstream flow return
10073           value in chain function.
10074
10075 2006-03-02  Wim Taymans  <wim@fluendo.com>
10076
10077         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10078         * docs/plugins/gst-plugins-base-plugins.args:
10079         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10080         * docs/plugins/gst-plugins-base-plugins.interfaces:
10081         * docs/plugins/gst-plugins-base-plugins.signals:
10082         Fix hierarchy, added some more elements to the docs.
10083
10084         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10085         (gst_ffmpegcsp_get_type):
10086         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10087         Fix docs for ffmpegcolorspace.
10088
10089 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
10090
10091         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
10092         (apetag_type_find), (ape_type_find), (plugin_init):
10093           Some typefinding fine-tuning:
10094           - rank ID3/APE tags in order of preference via probabilities, so that
10095             ID3v2 > APEv2 > APEv1 > ID3v1.
10096           - three or four bytes don't really justify MAXIMUM probability,
10097             change those to 'very likely' (musepack and monkeysaudio).
10098
10099 2006-03-01  Wim Taymans  <wim@fluendo.com>
10100
10101         * docs/plugins/Makefile.am:
10102         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10103         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10104         * ext/alsa/gstalsamixer.c:
10105         * ext/alsa/gstalsamixer.h:
10106         * ext/alsa/gstalsamixerelement.c:
10107         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
10108         * ext/alsa/gstalsamixerelement.h:
10109         * ext/alsa/gstalsasink.c:
10110         * ext/alsa/gstalsasink.h:
10111         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10112         (gst_alsasrc_init):
10113         * ext/alsa/gstalsasrc.h:
10114         Added alsa docs.
10115         Small code cleanups.
10116
10117 2006-03-01  Wim Taymans  <wim@fluendo.com>
10118
10119         * ext/theora/Makefile.am:
10120         Dist new header too,
10121
10122 2006-03-01  Wim Taymans  <wim@fluendo.com>
10123
10124         * docs/plugins/Makefile.am:
10125         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10126         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10127         * ext/gnomevfs/gstgnomevfssink.h:
10128         * ext/gnomevfs/gstgnomevfssrc.h:
10129         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10130         * ext/vorbis/vorbisdec.h:
10131         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10132         * ext/vorbis/vorbisenc.h:
10133         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10134         (vorbis_parse_chain), (vorbis_parse_change_state):
10135         * ext/vorbis/vorbisparse.h:
10136         * gst/audioconvert/gstaudioconvert.h:
10137         * gst/tcp/gsttcpserversink.h:
10138         * gst/videotestsrc/gstvideotestsrc.c:
10139         * gst/videotestsrc/gstvideotestsrc.h:
10140         * gst/volume/gstvolume.c:
10141         * gst/volume/gstvolume.h:
10142         Fix some more docs.
10143         Added docs for vorbisdec and vorbisparse.
10144         Fix vorbisparse.
10145
10146 2006-03-01  Wim Taymans  <wim@fluendo.com>
10147
10148         * docs/plugins/Makefile.am:
10149         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10150         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10151         * ext/pango/gstclockoverlay.h:
10152         * ext/pango/gsttextoverlay.h:
10153         * ext/pango/gsttextrender.h:
10154         * ext/pango/gsttimeoverlay.h:
10155         * ext/theora/gsttheoradec.h:
10156         * ext/theora/gsttheoraenc.h:
10157         * ext/theora/theoradec.c:
10158         * ext/theora/theoraenc.c:
10159         * gst/audioconvert/gstaudioconvert.h:
10160         * gst/audiotestsrc/gstaudiotestsrc.h:
10161         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10162         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10163         * gst/tcp/gstmultifdsink.h:
10164         Updated/added documentation.
10165
10166         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10167         (gst_text_overlay_halign_get_type),
10168         (gst_text_overlay_wrap_mode_get_type),
10169         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10170         (gst_text_overlay_init), (gst_text_overlay_set_property),
10171         (gst_text_overlay_get_property):
10172         Fix up properties to be enums instead of string to make bindings,
10173         introspection and automatic GUI creation possible.
10174         Add getters for the properties.
10175
10176 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10177
10178         * gst/audiotestsrc/gstaudiotestsrc.c:
10179           added defines of M_PI and M_PI_2
10180         * gst/ffmpegcolorspace/avcodec.h:
10181           removed #include "stdint.h" for win32 as _stdint.h is 
10182           autogenerated to win32/common
10183         * win32/common/libgstaudio.def:
10184         * win32/common/libgsttag.def:
10185           added some exports
10186         * win32/vs6:
10187           some project files bugs corrected
10188         * win32/vs7:
10189           project files are reset to the default vs7 configuration 
10190           (they link to msvcr71.dll using default optimizations)
10191           
10192 2006-02-28  Wim Taymans  <wim@fluendo.com>
10193
10194         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10195         Fix some docs.
10196
10197 2006-02-28  Edward Hervey  <edward@fluendo.com>
10198
10199         * ext/alsa/gstalsasrc.c:
10200         Set proper class on the ElementDetails:
10201         Source/Audio instead of Src/Audio/
10202
10203 2006-02-28  Edward Hervey  <edward@fluendo.com>
10204
10205         * gst/videoscale/vs_scanline.c:
10206         (vs_scanline_resample_nearest_RGBA):
10207         Revert optimization in videoscale. It should go in liboil and have
10208         an appropriate liboil function.
10209
10210 2006-02-28  Wim Taymans  <wim@fluendo.com>
10211
10212         * gst-libs/gst/audio/gstbaseaudiosink.c:
10213         (gst_base_audio_sink_provide_clock):
10214         Don't try to provide a clock in the NULL state.
10215
10216 2006-02-28  Wim Taymans  <wim@fluendo.com>
10217
10218         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10219         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10220         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10221         (gst_ogg_demux_deactivate_current_chain),
10222         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10223         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10224         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10225         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10226         Use GstSegment infrastructure to remove duplicated code
10227         and handle more seek cases correctly.
10228
10229 2006-02-28  Wim Taymans  <wim@fluendo.com>
10230
10231         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10232         (gst_ffmpegcsp_transform):
10233         Don't ignore return code from ffmpeg convert function.
10234
10235         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10236         Split out some long statements to ease debugging.
10237
10238 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10239
10240         * ext/libvisual/visual.c: (gst_visual_init),
10241         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10242         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10243         being able to renegotiate the size. Instead, use the negotiation
10244         algorithm from the goom plugin to pick an initial output caps. 
10245
10246         Also, allow theoretical libvisual plugins that might support non-GL 
10247         output even if they also do GL.
10248
10249 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10250
10251         * ext/libvisual/visual.c: (gst_visual_init),
10252         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10253         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10254         possible negotiation issues.
10255
10256 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10257
10258         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10259
10260 2006-02-24  Michael Smith  <msmith@fluendo.com>
10261
10262         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10263         (cmml_type_find), (plugin_init):
10264           Fix CMML type find function to not require a specific minor version
10265           of the CMML header.
10266
10267           Add an MPEG4 video elementary stream typefind function.
10268
10269 2006-02-04  Michael Smith  <msmith@fluendo.com>
10270
10271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10272         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10273         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10274         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10275         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10276         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10277           Annodex support in ogg demuxer. Doesn't do very much without the
10278           other annodex patches (to come).
10279
10280 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10281
10282         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10283
10284         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10285           Pick up palette for MS video v1 (#327028)
10286
10287 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10288
10289         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10290         (gst_ffmpegcsp_caps_remove_format_info),
10291         (gst_ffmpegcsp_get_unit_size):
10292           The 'palette_data' field from incoming RGB caps shouldn't be
10293           proxied on outgoing YUV caps; also, restrict unit size
10294           adjustment in case of paletted data only to the unit that
10295           actually has a palette. Fixes #330711.
10296
10297 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10298
10299         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10300         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10301         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10302         (gst_ffmpegcsp_get_unit_size):
10303           Plug some memory leaks.
10304
10305 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10306
10307         * sys/ximage/Makefile.am:
10308         * sys/xvimage/Makefile.am:
10309           Add some _CFLAGS and _LIBS that seem to be missing
10310           and/or required for Cygwin (see #317048).
10311
10312 2006-02-22  Wim Taymans  <wim@fluendo.com>
10313
10314         * ext/alsa/gstalsasrc.c:
10315         Fix description as pointed out by caugier.
10316
10317 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10318
10319         Reviewed by : Edward Hervey  <edward@fluendo.com>
10320
10321         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10322         (qt_type_find):
10323         Better 3gp typefinding (#331526).
10324
10325 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10326
10327         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10328           Don't send EOS event here, the base class will send one for us.
10329
10330         * gst/playback/gstplaybasebin.c: (prepare_output):
10331           Subpictures without video stream aren't allowed either.
10332         
10333         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10334           Fix debug statement copy'n'paste-o.
10335
10336 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10337
10338         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10339           Fix issues with mixer keeping state when muting/unmuting
10340           and when changing the volume whilst muted (see #331763
10341           and #331765).
10342
10343 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10344
10345         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10346         (parse_subrip), (gst_sub_parse_format_autodetect):
10347           Set right caps given that we send escaped text. Also,
10348           honour <i></i>, <b></b> and <u></u> markers that can be found
10349           in .srt files (fixes #310202).
10350
10351 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10352
10353         * gst-libs/gst/audio/mixerutils.c:
10354         (element_factory_rank_compare_func):
10355           Make order in which elements are tried more determinable.
10356
10357 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10358
10359         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10360         (remove_element_chain), (cleanup_decodebin),
10361         (gst_decode_bin_change_state): Make decodebin reusable by
10362         fixing remove_element_chain first and then introduce a
10363         cleaner in state change to ->NULL. (Closes #331678)
10364
10365 2006-02-19  Wim Taymans  <wim@fluendo.com>
10366
10367         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10368         use 0666 mask when creating files so umask gets applied
10369         correctly. Fixes #331295.
10370
10371 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10372
10373         * gst/subparse/Makefile.am:
10374         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10375         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10376         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10377         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10378         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10379         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10380         * gst/subparse/gstssaparse.h:
10381         * gst/subparse/gstsubparse.c: (plugin_init):
10382           Add very basic parser for SSA subtitle streams (as often
10383           found in matroska files).
10384
10385 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10386
10387         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10388           That should be text/x-pango-markup, not text/x-pango-layout.
10389
10390 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10391
10392         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10393         Polishing.
10394
10395 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10396
10397         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10398         (gst_text_overlay_finalize), (gst_text_overlay_init),
10399         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10400         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10401         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10402         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10403         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10404         Fix state change deadlock.
10405
10406 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10407
10408         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10409         (gst_text_overlay_finalize), (gst_text_overlay_init),
10410         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10411         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10412         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10413         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10414         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10415         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10416         and subtitles files.
10417
10418 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10419
10420         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10421         should be considered as raw.
10422
10423 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10424
10425         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10426         (cb_probe):
10427         * gst/playback/gststreaminfo.h: Introduce language informations.
10428
10429 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10430
10431         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10432         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10433         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10434         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10435         Set shared memory segments to be deleted as soon as we have attached,
10436         that way they get cleaned up automatically if we crash.
10437
10438 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10439
10440         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10441         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10442         functions are called with lock held.
10443
10444 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10445
10446         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10447         (gst_text_overlay_finalize), (gst_text_overlay_init),
10448         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10449         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10450         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10451         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10452         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10453         (gst_text_overlay_change_state): Refactoring of textoverlay
10454         without collectpads. This now supports sparse subtitles coming
10455         from a demuxer instead of a sub file. Seeking is still broken 
10456         though. Need to discuss with wtay some more on how to handle
10457         seeking correctly.
10458         * ext/pango/gsttextoverlay.h:
10459         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10460         subtitles coming from the demuxer.
10461
10462 2006-02-17  Wim Taymans  <wim@fluendo.com>
10463
10464         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10465         (gst_vorbisenc_convert_sink):
10466         Use some more scaling functions.
10467
10468 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10469
10470         * ext/cdparanoia/gstcdparanoiasrc.c:
10471         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10472         (gst_cd_paranoia_paranoia_callback),
10473         (gst_cd_paranoia_src_signal_is_being_watched),
10474         (gst_cd_paranoia_src_read_sector):
10475         * ext/cdparanoia/gstcdparanoiasrc.h:
10476           Add back 'transport-error' and 'uncorrected-error' signals and
10477           make them actually be fired when bad stuff happens (#319340).
10478
10479 2006-02-17  Wim Taymans  <wim@fluendo.com>
10480
10481         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10482         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10483         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10484         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10485         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10486         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10487         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10488         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10489         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10490         (gst_ring_buffer_clear):
10491         Small cleanups.
10492         Added some G_LIKELY.
10493
10494 2006-02-17  Wim Taymans  <wim@fluendo.com>
10495
10496         * gst-libs/gst/audio/TODO:
10497         Update TODO
10498
10499         * gst-libs/gst/audio/gstbaseaudiosink.c:
10500         (gst_base_audio_sink_get_offset):
10501         When trying to play samples ASAP and we don't have a
10502         previous sample, try to play at position 0 instead of
10503         an invalid position.
10504
10505 2006-02-17  Wim Taymans  <wim@fluendo.com>
10506
10507         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10508         (gst_alsasink_reset):
10509         Also release lock when we get an error in _reset();
10510         fix an error message.
10511
10512 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10513
10514         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10515         (gst_alsasink_init), (get_channel_free_structure),
10516         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10517         (gst_alsasink_close):
10518         * ext/alsa/gstalsasink.h:
10519           Add support for more than 2 channels (#326720).
10520
10521 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10522
10523         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10524           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10525           with 4 or 6 channels, assume a default channel layout to make things
10526           work (not sure there's anything else we can do in those cases).
10527
10528 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10529
10530         * gst-libs/gst/audio/multichannel.c:
10531           Minor docs fix.
10532
10533         * gst-libs/gst/riff/Makefile.am:
10534         * gst-libs/gst/riff/riff-ids.h:
10535         * gst-libs/gst/riff/riff-media.c:
10536         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10537           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10538           channels and a channel layout map.
10539           
10540 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10541
10542         Reviewed by Edward Hervey  <edward@fluendo.com>
10543
10544         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10545         C-level optimization of the RGBA nearest neighbour function.
10546         Eventually this might end up in liboil with vectorized versions.
10547
10548 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10549
10550         * gst-libs/gst/audio/multichannel.c:
10551         (gst_audio_get_channel_positions):
10552           When we have more than 2 channels, but no channel layout is
10553           specified in the caps, return some default channel layout
10554           to the caller and warn about about a possibly buggy element
10555           (could be buggy filtercaps as well of course) (#317038).
10556
10557 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10558
10559         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10560           Add gst-libs/gst/cdda to list of lib search paths.
10561
10562 2006-02-15  Andy Wingo  <wingo@pobox.com>
10563
10564         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10565         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10566         to the Lord Jesus that I do not have to touch the ogg muxer ever
10567         again.
10568
10569 2006-02-15  Edward Hervey  <edward@fluendo.com>
10570
10571         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10572         quicktime movie files can also contain 'uuid' atoms.
10573
10574 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10575
10576         * gst/audioconvert/plugin.c: (plugin_init):
10577           Register the GstAudioChannelPosition enum type with the type
10578           system in the plugin_init function, so that it is known before
10579           any element actually makes use of multi-channel stuff. This is
10580           required for example if one wants to be able to deserialise/use
10581           a caps string with channel positions before any pipeline has
10582           been setup and started, like with gst-launch.
10583
10584 2006-02-14  Wim Taymans  <wim@fluendo.com>
10585
10586         * gst-libs/gst/audio/gstringbuffer.c:
10587         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10588         (gst_ring_buffer_samples_done), (wait_segment),
10589         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10590         Add some compiler G_(UN_)LIKELY help.
10591         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10592         make sure they can exit their functions. Should fix #330748
10593
10594 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10595
10596         * Makefile.am:
10597         * configure.ac:
10598         * win32/MANIFEST:
10599         * win32/common/_stdint.h:
10600           Windows does not have long long; copy the generated _stdint.h
10601         * win32/common/interfaces-enumtypes.c:
10602         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10603         (gst_mixer_track_flags_get_type),
10604         (gst_tuner_channel_flags_get_type):
10605         * win32/common/multichannel-enumtypes.c:
10606         (gst_audio_channel_position_get_type):
10607           update
10608
10609 2006-02-13  Wim Taymans  <wim@fluendo.com>
10610
10611         * gst-libs/gst/audio/gstbaseaudiosink.c:
10612         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10613         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10614         Always sync on first sample we receive when starting.
10615
10616 2006-02-13  Wim Taymans  <wim@fluendo.com>
10617
10618         * gst/playback/gstplaybin.c: (gen_vis_element):
10619         Update vis bin docs.
10620         Move queue after tee so we don't queue video buffers but
10621         audio samples instead. Fixes problems where the video queue
10622         is filled and the audio queue empty.
10623
10624 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10625
10626         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10627           No need to push an EOS event here, GstBaseSrc will do that for us
10628           when we return FLOW_UNEXPECTED.
10629           
10630 2006-02-12  Wim Taymans  <wim@fluendo.com>
10631
10632         * gst-libs/gst/audio/gstbaseaudiosink.c:
10633         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10634         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10635         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10636         Use scale functions when possible.
10637         Fix error messages.
10638         Free clockid when after waiting for EOS.
10639         Use G_(UN_)LIKLY when it makes sense.
10640         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10641
10642 2006-02-12  Edward Hervey  <edward@fluendo.com>
10643
10644         * gst/playback/gstplaybasebin.c: (prepare_output): 
10645         Remove stray semi-colon (fixes #330888).
10646
10647 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
10648
10649         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
10651         Fix up the XShm call testing so that we catch errors, and don't
10652         cause new ones by attempting to detach from a segment we failed
10653         to attach to. Fixes #312439.
10654
10655 2006-02-10  Edward Hervey  <edward@fluendo.com>
10656
10657         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10658         Added flv file typefind (video/x-flv).
10659
10660 2006-02-10  Edward Hervey  <edward@fluendo.com>
10661
10662         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10663         (gst_riff_create_video_template_caps):
10664         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
10665         Also added the caps to the default set of riff video caps.
10666
10667 2006-02-09  Andy Wingo  <wingo@pobox.com>
10668
10669         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
10670         time and the end time of the last packet in the page.
10671         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
10672         on the pages in our queue, set the duration as well. Reflow a
10673         debug statement.
10674         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
10675         Fixes bad muxing order.
10676
10677 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10678
10679         * gst-libs/gst/rtp/gstbasertppayload.c:
10680         (gst_basertppayload_setcaps), (gst_basertppayload_push):
10681           update seqnum before setting it on the packet; this makes sure
10682           that the timestamp and seqnum properties match after pushing
10683           a buffer
10684
10685 2006-02-09  Andy Wingo  <wingo@pobox.com>
10686
10687         * gst-libs/gst/audio/gstringbuffer.c
10688         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
10689         overflow after 13.5 hours of recording. Kapow!
10690
10691         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
10692         the buffer size -- we don't care about underrun/overrun reporting
10693         right now, just need to return a useful value.
10694
10695 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
10696
10697         * configure.ac:
10698           Back to CVS
10699
10700 === release 0.10.3 ===
10701
10702 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
10703
10704         * configure.ac:
10705           releasing 0.10.3, "Under Pressure"
10706
10707 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10708
10709         * configure.ac:
10710         Drat. Bump libtool version number for new API.
10711         Prelease 0.10.2.3 (of 0.10.3)
10712
10713 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10714
10715         * configure.ac:
10716         * win32/common/config.h:
10717         0.10.2.2 prerelease (of 0.10.3).
10718
10719 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10720
10721         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
10722           Revert Andy's newsegment change pending a more correct
10723           fix.
10724
10725 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10726
10727         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10728         (qt_type_find), (plugin_init):
10729           detect more files as 3gp
10730           group and reorder the iso file formats
10731
10732 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10733
10734         * ext/vorbis/vorbis.c: (plugin_init):
10735           Register musicbrainz tags, so apps don't have to.
10736
10737 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10738
10739         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
10740         (gst_tag_to_vorbis_tag):
10741           Make sure we called gst_tag_register_musicbrainz_tags()
10742           before possibly mapping a vorbiscomment string from/to a
10743           musicbrainz tag.
10744
10745 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10746
10747         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10748           In case we can't find the required number of consecutive
10749           mpeg audio frames to positively identify an MPEG audio
10750           stream, check if there's at least a valid mpeg audio
10751           frame right at offset 0 and if so suggest mpeg/audio
10752           caps with a very low probability (#153004).
10753
10754 2006-02-07  Andy Wingo  <wingo@pobox.com>
10755
10756         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
10757         a TIME segment if we get timestamped buffers. Requires recent
10758         fixes in core to work properly.
10759
10760 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10761
10762         * gst/playback/gstplaybasebin.c: (prepare_output):
10763           Don't print the URI as part of the error message, it
10764           makes error dialogs look rather ugly, especially if
10765           the URI is very long or has characters in it that
10766           need escaping.
10767
10768 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10769
10770         * gst/playback/gstplaybasebin.c: (prepare_output):
10771           Error out if we have only text or subtitles, but nothing
10772           else. Also error out if we have subtitles but no video
10773           stream.
10774
10775 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10776
10777         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10778           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
10779           Post an error message on the bus when we encounter an
10780           error, which will hopefully be more meaningful than the
10781           'Internal Flow Error' message users get to see if we
10782           just return GST_FLOW_ERROR.
10783
10784 2006-02-07  Andy Wingo  <wingo@pobox.com>
10785
10786         * configure.ac (GST_MAJORMINOR): Update core version req to
10787         0.10.2.2, for the collectpads API addition (#330244).
10788
10789 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10790
10791         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10792           Return FALSE from plugin_init() when GnomeVFS can't
10793           be initialised for some reason (#328423).
10794
10795 2006-02-06  Julien MOUTTE  <julien@moutte.net>
10796
10797         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
10798         Stick to seeking theory until i find the bug.
10799         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
10800
10801 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10802
10803         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10804         (theora_enc_finalize), (theora_enc_sink_setcaps),
10805         (theora_set_header_on_caps), (theora_enc_chain),
10806         (theora_enc_change_state):
10807         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
10808           Make theoraenc and the tests leak free. Like, really.
10809
10810 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10811
10812         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10813         (theora_enc_finalize), (theora_enc_sink_setcaps):
10814           Add a finalize method to ensure we clean up state even if
10815           someone omitted the state change back to NULL.
10816
10817         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
10818         (gst_vorbisenc_chain):
10819           Free some more leaked bits.
10820
10821         * tests/check/pipelines/theoraenc.c: (start_pipeline),
10822         (stop_pipeline):
10823           Wait for state changes to happen if they're ASYNC.
10824
10825           This ought to teach those fancy pants buildbots a lesson.
10826
10827 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10828
10829         * gst-libs/gst/tag/gstid3tag.c:
10830           Add mapping for ID3 International Standard Recording Code
10831           tag "TSRC"
10832
10833 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10834
10835         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
10836           Don't leak tag names.
10837
10838 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10839
10840         * docs/libs/gst-plugins-base-libs-docs.sgml:
10841         * docs/libs/gst-plugins-base-libs-sections.txt:
10842         * gst-libs/gst/tag/gstid3tag.c:
10843         * gst-libs/gst/tag/gstvorbistag.c:
10844         * gst-libs/gst/tag/tags.c:
10845           Split libgsttag docs into multiple sections.
10846
10847 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10848
10849         * docs/libs/Makefile.am:
10850         * docs/libs/gst-plugins-base-libs-docs.sgml:
10851         * docs/libs/gst-plugins-base-libs-sections.txt:
10852         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
10853         * gst-libs/gst/tag/gstvorbistag.c:
10854         * gst-libs/gst/tag/tag.h:
10855         * gst-libs/gst/tag/tags.c:
10856           Add libgsttag to the docs.
10857
10858 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10859
10860         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
10861         (gst_text_overlay_init), (gst_text_overlay_src_event),
10862         (gst_text_overlay_collected): Fix clockoverlay.
10863
10864 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10865
10866         * docs/libs/compiling.sgml:
10867           Fix typo: it's pkg-config, not pkg-gconfig
10868
10869         * docs/libs/gst-plugins-base-libs-docs.sgml:
10870         * docs/libs/gst-plugins-base-libs-sections.txt:
10871         * docs/libs/tmpl/gstgconf.sgml:
10872           There is no libgstgconf in 0.10, remove it
10873           from the docs.
10874
10875 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10876
10877         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
10878         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10879         (gst_text_overlay_src_event), (gst_text_overlay_collected):
10880         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10881         (gst_sub_parse_class_init), (gst_sub_parse_init),
10882         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
10883         (parse_mpsub), (parser_state_init), (handle_buffer),
10884         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
10885         * gst/subparse/gstsubparse.h: Introduce seeking code.
10886
10887 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10888
10889         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10890           Add comment about LANGUAGE tag inconsistency (we want
10891           ISO-639-1, but extract three-letter identifiers?)
10892
10893         * po/POTFILES.in:
10894           Add two translatable files.
10895
10896 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10897
10898         * gst-libs/gst/tag/Makefile.am:
10899         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10900         * gst-libs/gst/tag/tag.h:
10901         * gst-libs/gst/tag/tags.c:
10902         (gst_tag_register_musicbrainz_tags_internal),
10903         (gst_tag_register_musicbrainz_tags):
10904           Forward-port some tags stuff from the 0.8 branch. This is
10905           mostly the addition of musicbrainz tags and their mapping
10906           to vorbistags, and a vorbistag mapping of the language tag.
10907
10908 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10909
10910         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
10911         refactoring.
10912
10913 2006-02-04  David Schleef  <ds@schleef.org>
10914
10915         * ext/ogg/gstoggmux.c:
10916         * gst/typefind/gsttypefindfunctions.c:
10917           Add Dirac typefinding and add dirac format to oggmux.
10918
10919 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10920
10921         * gst/playback/gstdecodebin.c: (try_to_link_1):
10922           Don't put essential function call into
10923           g_return_*() macro, otherwise it'll all be
10924           replaced by NOOPs when compiling with
10925           G_DISABLE_CHECKS defined.
10926
10927 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
10928
10929         * ext/ogg/gstoggdemux.c:
10930         * ext/ogg/gstoggparse.c:
10931         * gst/tcp/gsttcpserversink.c:
10932         * sys/v4l/v4lsrc_calls.c:
10933         * sys/v4l/v4lsrc_calls.h:
10934         Just make it compile with --disable-gst-debug.
10935
10936 2006-02-03  Wim Taymans  <wim@fluendo.com>
10937
10938         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10939         (gst_alsasink_class_init), (gst_alsasink_init),
10940         (gst_alsasink_write), (gst_alsasink_reset):
10941         * ext/alsa/gstalsasink.h:
10942         Add lock to protect alsa calls.
10943         Implement reset to flush samples ASAP, does not work
10944         with dmix though.
10945
10946 2006-02-02  Wim Taymans  <wim@fluendo.com>
10947
10948         * gst-libs/gst/audio/gstbaseaudiosink.c:
10949         (gst_base_audio_sink_provide_clock):
10950         Ugh.. getting late I guess...
10951
10952 2006-02-02  Wim Taymans  <wim@fluendo.com>
10953
10954         * gst-libs/gst/audio/gstbaseaudiosink.c:
10955         (gst_base_audio_sink_provide_clock),
10956         (gst_base_audio_sink_set_property),
10957         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
10958         Don't try to provide a clock when we are not negotiated since
10959         we might not be able to make it run.
10960
10961 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10962
10963         * gst/playback/gstdecodebin.c: (try_to_link_1):
10964           Unlinking two source pads is ... hard.
10965
10966 2006-02-02  Wim Taymans  <wim@fluendo.com>
10967
10968         * gst-libs/gst/audio/TODO:
10969         Updated.
10970
10971         * gst-libs/gst/audio/gstbaseaudiosink.c:
10972         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
10973         On EOS, wait till the last sample is played before posting EOS.
10974
10975 2006-02-01  Philippe Kalaf <burger at speedy dot org>
10976
10977         Patch by: Kai Vehmanen
10978         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10979           Adds ability to enable newsegment bypass by setting queue_delay to
10980           zero. Also avoid thread being started if queue_delay is zero.
10981
10982 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10983
10984         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
10985           Make test work again by connecting fakesinks to each decoded pad,
10986           which makes the pipeline wait until each fakesink has a buffer
10987           queued before going to PAUSED state. At that point we know the
10988           decodebin pads are negotiated.
10989
10990 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10991
10992         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
10993         (gst_cdda_base_src_handle_event):
10994         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
10995           Pass unhandled queries to the parent class's query function.
10996
10997 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10998
10999         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
11000         (gst_ogg_pad_src_query):
11001         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11002         * ext/theora/theoradec.c: (theora_dec_src_query),
11003         (theora_dec_sink_query):
11004         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11005         (vorbis_dec_sink_query):
11006         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11007         (gst_vorbisenc_sink_query):
11008         * gst/adder/gstadder.c: (gst_adder_query):
11009           Pass unhandled queries upstream instead of just
11010           dropping them (#326447). Also, fix supported
11011           query types list for some elements.
11012
11013 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11014
11015         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
11016         (paris_type_find), (ilbc_type_find), (plugin_init):
11017           Fix typefinding for audio/x-au, audio/x-paris and
11018           audio/iLBC-sh. We cannot use the START_WITH macros
11019           here, because there can only be one typefind factory
11020           with the same name (caps), so the second one would
11021           replace the first one and the first one would never
11022           be called when doing typefinding (see #161712).
11023           
11024
11025 2006-01-31  Wim Taymans  <wim@fluendo.com>
11026
11027         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
11028         (vorbis_handle_header_packet), (vorbis_dec_push),
11029         (vorbis_handle_data_packet):
11030         Use scale_int when we can, add some more scaling.
11031         Check packettype before parsing it.
11032
11033 2006-01-31  Wim Taymans  <wim@fluendo.com>
11034
11035         * ext/theora/theoradec.c: (_theora_granule_time),
11036         (theora_dec_src_convert), (theora_dec_sink_convert):
11037         Call right _scale functions.
11038         Use parameter instead of some other random value.
11039
11040 2006-01-31  Wim Taymans  <wim@fluendo.com>
11041
11042         * ext/theora/theoradec.c: (_theora_granule_frame),
11043         (_theora_granule_time), (_inc_granulepos),
11044         (theora_dec_src_convert), (theora_dec_sink_convert),
11045         (theora_handle_type_packet), (theora_handle_data_packet),
11046         (theora_dec_chain):
11047         Use higher precision timestamps calculation.
11048         Convert some other conversions to _scale.
11049
11050 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
11051
11052         * gst/audiotestsrc/gstaudiotestsrc.c:
11053         (gst_audio_test_src_create_sine_table), (plugin_init):
11054         * gst/volume/gstvolume.c: (plugin_init):
11055           initialize gst_controller before using
11056
11057 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11058
11059         * tests/check/pipelines/theoraenc.c:
11060         * tests/check/pipelines/vorbisenc.c:
11061         Define constant using G_GINT64_CONSTANT to avoid errors when
11062         passing it around - otherwise it gets truncated to 32 bits.
11063
11064         Fixes failing tests.
11065
11066 2006-01-31  Andy Wingo  <wingo@pobox.com>
11067
11068         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
11069         caps being set doesn't have a framerate value. Basically a stopgap
11070         measure.
11071
11072         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
11073         technically correct enough to put into core though.
11074         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
11075         DURATION. Fixes theoraenc ! oggmux.
11076
11077         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
11078         fraction, not double.
11079
11080 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
11081
11082         * win32/vs7:
11083         add vs7 project files created by Sergey Scobich
11084
11085 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
11086
11087         * win32/vs8:
11088         add vs8 project files created by Sergey Scobich
11089         
11090 2006-01-30  Andy Wingo  <wingo@pobox.com>
11091
11092         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
11093         timestamp + duration, not just timestamp -- ogg pages should be
11094         ordered by stop time. Necessary fix given the change in vorbis
11095         timestamps.
11096
11097         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
11098         (gst_theora_enc_init): Pull the granule shift out of the encoder.
11099         (granulepos_add): New function, handles the messiness of adjusting
11100         granulepos values.
11101         (theora_buffer_from_packet):
11102         (theora_enc_chain):
11103         (theora_enc_sink_event): Use granulepos_add, not +.
11104
11105         * tests/check/pipelines/theoraenc.c
11106         (check_buffer_granulepos_from_starttime): Just check the frame
11107         count, not the actual granulepos -- we can't dictate to the
11108         encoder when it should be placing keyframes.
11109
11110 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11111
11112         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11113           SERVICE_NOT_AVAILABLE happens for example when you're trying to
11114           play an http:// stream from a server that's not serving
11115
11116 2006-01-30  Andy Wingo  <wingo@pobox.com>
11117
11118         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
11119         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11120         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11121         available.
11122
11123         * ext/theora/gsttheoraenc.h:
11124         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11125         although theoraenc was timestamping correctly. Added handling of
11126         streams that start with nonzero timestamps.
11127
11128         * tests/check/Makefile.am:
11129         * tests/check/pipelines/theoraenc.c: New file, basically does same
11130         tests as vorbisenc.
11131
11132         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11133
11134 2006-01-30  Wim Taymans  <wim@fluendo.com>
11135
11136         * gst-libs/gst/audio/gstaudiosink.c:
11137         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11138         (gst_audioringbuffer_pause):
11139         Implement pause that does not wait for completion.
11140
11141         * gst-libs/gst/audio/gstbaseaudiosink.c:
11142         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11143         Don't drop buffers when going to PAUSED but perform preroll on
11144         remaining samples now that core base class supports this.
11145
11146         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11147         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11148         (gst_ring_buffer_commit):
11149         Pause should not signal waiters.
11150         Implement return value of _commit correctly.
11151
11152 2006-01-30  Andy Wingo  <wingo@pobox.com>
11153
11154         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11155
11156         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11157         updated to timestamp from the first sample, not the last.
11158         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11159         special care of granulepos and timestamp for header packets.
11160         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11161         when the first buffer has a nonzero timestamp.
11162
11163         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11164         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11165         case when the first audio buffer we get has a nonzero timestamp.
11166         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11167         properly timestamp vorbis buffers with the time of the first
11168         sample, not the last.
11169         
11170         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11171         vorbis_granule_time_copy -- now it takes the granule/subgranule
11172         offset into account.
11173
11174         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11175         timestamps, durations, and granulepos on buffers produced by
11176         vorbisenc.
11177
11178 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11179
11180         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11181         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11182           Patch from Eric Jonas to support conversions to/from UYVY 
11183           (Fixes: #324626)
11184
11185 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11186
11187         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11188         (setup_subtitle), (setup_source), (set_active_source):
11189         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11190         (gen_text_element), (gen_audio_element), (gen_vis_element),
11191         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11192
11193 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11194
11195         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11196         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11197                 use gst_guint64_to_gdouble to be compliant with vs6
11198         * gst/playback/gstdecodebin.c: (try_to_link_1)
11199         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11200                 use G_GINT64_CONSTANT for int64 constants
11201         * win32/common/libgstinterfaces.def:
11202                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11203         * win32/vs6:
11204                 update and add new project files
11205                 
11206 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11207
11208         * Makefile.am:
11209         * win32/MANIFEST:
11210         * win32/common/interfaces-enumtypes.c:
11211         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11212         (gst_mixer_track_flags_get_type),
11213         (gst_tuner_channel_flags_get_type):
11214         * win32/common/interfaces-enumtypes.h:
11215         * win32/common/multichannel-enumtypes.c:
11216         (gst_audio_channel_position_get_type):
11217         * win32/common/multichannel-enumtypes.h:
11218           add a win32-update rule like in core, and copy over enumtypes files
11219
11220 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11221
11222         * win32/MANIFEST:
11223         * win32/common/config.h:
11224         * win32/common/config.h.in:
11225           add config files just like in core
11226
11227 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11228
11229         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11230           Make gcc-4.1 happy (part of #327357).
11231
11232 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11233
11234         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11235         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11236         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11237         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11238         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11239         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11240           Update all error messages.  All of them should either use
11241           the default translated message, or actually provide a
11242           translatable string.
11243           Make the string for channel count problems meaningful.
11244
11245 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11246
11247         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11248           check for and throw RESOURCE_BUSY
11249
11250 2006-01-27  David Schleef  <ds@schleef.org>
11251
11252         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11253           checked in this change -- it requires liboil features not
11254           in 0.3.6.  Revert parts.
11255
11256 2006-01-27  David Schleef  <ds@schleef.org>
11257
11258         * REQUIREMENTS:
11259         * configure.ac: update liboil requirement to 0.3.6
11260         * gst/videoscale/Makefile.am:
11261         * gst/videoscale/vs_scanline.c: liboilify
11262
11263 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11264
11265         * ext/libvisual/visual.c: (get_buffer):
11266           When pad_alloc returns a GstFlowReturn other
11267           than GST_FLOW_OK, make sure it is passed upstream.
11268
11269 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11270
11271         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11272         (gst_alsasink_class_init):
11273           Free the device name string.
11274
11275         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11276         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11277         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11278           Don't remove a pad from the collectpads structure until it
11279           is released - it's a request pad, and may receive data again
11280           if the element gets moved back to PLAYING state.
11281
11282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11283           Ensure we turn on double buffering on the Xv port, and
11284           set the colour key to something dark and mysterious that
11285           isn't black.
11286
11287 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11288
11289         * ext/alsa/gstalsaplugin.c: (plugin_init):
11290         * ext/cdparanoia/gstcdparanoiasrc.c:
11291         (gst_cd_paranoia_src_base_init), (plugin_init):
11292         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11293         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11294           - a library should not call setlocale. see "Libraries" node in
11295             gettext manual
11296           - make sure all plugins that use translation do bindtextdomain
11297             to point to the localedir
11298         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11299         (setup_sinks), (plugin_init):
11300           all this, and check for NULL when creating sinks
11301
11302 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11303
11304         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11305         (plugin_init): Make typefinding of subtitles work again.
11306
11307 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11308
11309         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11310         (mp3_type_frame_length_from_header), (mp3_type_find),
11311         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11312         (plugin_init):
11313           Backport a bunch of typefinding fixes from the 0.8 branch.
11314           Also, improve wavpack typefinding: if we can't peek the
11315           entire wavpack block, try to parse the bits we can get and
11316           see if we find what we're looking for in those.
11317
11318 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11319
11320         * sys/ximage/ximagesink.c:
11321         (gst_ximagesink_calculate_pixel_aspect_ratio):
11322         * sys/xvimage/xvimagesink.c:
11323         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11324         more cases of pixel aspect ratio.
11325
11326 2006-01-26  Edward Hervey  <edward@fluendo.com>
11327
11328         * gst/playback/gstdecodebin.c: (pad_probe):
11329         Also consider the flush-start and tag events as unblockers
11330         for the pad probes.
11331
11332 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11333
11334         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11335         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11336         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11337         On the fly visualisation switch, works disabling, enabling as
11338         well but it won't be able to enable vis in a playbin that was
11339         created with no visualisation.
11340
11341 2006-01-25  Wim Taymans  <wim@fluendo.com>
11342
11343         * gst-libs/gst/audio/gstbaseaudiosink.c:
11344         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11345         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11346         resume after pause.
11347
11348 2006-01-25  Wim Taymans  <wim@fluendo.com>
11349
11350         * gst-libs/gst/audio/gstbaseaudiosink.c:
11351         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11352         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11353         Improve debugging.
11354         Post error when caps cannot be parsed.
11355         Resync on discontinuity in the stream.
11356         Clip samples to segment boundaries.
11357         return WRONG_STATE sooner when we are flushing.
11358
11359         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11360         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11361         Make audiosrc operate in TIME.
11362         Set TIMESTAMP and DURATION on buffers.
11363
11364 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11365
11366         * tests/examples/seek/seek.c: (main):
11367           Output tag messages as well.
11368
11369 2006-01-23  Edward Hervey  <edward@fluendo.com>
11370
11371         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11372         (free_pad_probes), (remove_fakesink), (pad_probe),
11373         (close_pad_link), (gst_decode_bin_change_state):
11374         Replace GstPadBlockCallback with pad probes that detect
11375         first buffer AND eos before removing fakesink.
11376         Fixes hang with demuxers doing EOS while pre-rolling.
11377         Solves #328279
11378
11379 2006-01-23  Andy Wingo  <wingo@pobox.com>
11380
11381         * ext/alsa/gstalsasink.c:
11382         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11383         (gst_base_rtp_depayload_setcaps),
11384         (gst_base_rtp_depayload_add_to_queue),
11385         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11386         
11387         Patch by: Jens Granseuer <jensgr at gmx dot net>
11388
11389 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11390
11391         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11392         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11393         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11394         frames. We might get a frame destroyed after changing state to
11395         NULL, adding a safety check on xcontext.
11396
11397 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11398
11399         * gst-libs/gst/interfaces/xoverlay.c:
11400           Fix prepare-xwindow-id code example in the docs - we need to
11401           ignore all messages that aren't element messages as well.
11402           
11403 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11404
11405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11406           I think one day i'll completely undestand how caps negotiation
11407           is supposed to work. This refactoring handles buffer_alloc
11408           called with caps we can't handle. We definitely don't want a
11409           set_caps with those caps, so we define and allocate a buffer
11410           we would like to receive.
11411
11412 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11413
11414         * gst/playback/gstplaybasebin.c: (setup_source):
11415           Free iterator when done.
11416
11417 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11418
11419         * gst-libs/gst/audio/gstbaseaudiosink.c:
11420         (gst_base_audio_sink_render):
11421           Fix playback of non-synchronised streams by assuming a rate
11422           of 1.0 instead of a random one.
11423
11424           Makes this work again:
11425
11426           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11427           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11428           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11429           audioresample ! alsasink
11430
11431 === release 0.10.2 ===
11432
11433 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11434
11435         * configure.ac:
11436           releasing 0.10.2, "Then the devil is six"
11437
11438 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11439
11440         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11441         * gst/playback/gststreamselector.c:
11442         (gst_stream_selector_set_property):
11443           Comment out broken code that connects to the state-changed signal.
11444           At this point, changing current stream selection is broken, but 
11445           stuff like gst-launch playbin current-audio=1 works and filters
11446           to the chosen stream.
11447
11448 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11449
11450         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11451           Fix #327216 (null dereference in vorbisdec)
11452
11453 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11454
11455         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11456           Post taglist actually on bus instead of just freeing it
11457           (fixes #327114 and totem bug #327080).
11458
11459         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11460           Use gst_element_found_tags_for_pad(), so that the tags
11461           are sent downstream as an event as well.
11462
11463 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11464
11465         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11466         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11467         (gst_ximagesink_buffer_alloc):
11468         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11469         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11470         (gst_xvimagesink_buffer_alloc):
11471           move all regularly occurring messages to GST_LOG level
11472           add some more object logs
11473
11474 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11475
11476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11477           fix a silly segfault
11478
11479 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11480
11481         * docs/libs/gst-plugins-base-libs-docs.sgml:
11482         * docs/libs/gst-plugins-base-libs-sections.txt:
11483         * gst-libs/gst/audio/mixerutils.c:
11484         * gst-libs/gst/audio/mixerutils.h:
11485           Add docs for mixerutils stuff.
11486
11487 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11488
11489         * gst/playback/gstplaybasebin.c: (setup_source):
11490           Fix playback for sources that emit raw audio or
11491           raw video streams (e.g.: cd audio sources) (#325984).
11492
11493 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11494
11495         * gst-libs/gst/audio/mixerutils.c:
11496         (gst_audio_mixer_filter_do_filter):
11497           actually save the element we create
11498
11499 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11500
11501         * gst-libs/gst/cdda/gstcddabasesrc.c:
11502         (gst_cdda_base_src_handle_track_seek):
11503           No need to post a tag message on the bus when seeking
11504           within the same track, only post it when the current
11505           track changes.
11506
11507 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11508
11509         * gst/playback/gstplaybasebin.c: (group_destroy),
11510         (probe_triggered), (new_decoded_pad), (mute_group_type),
11511         (set_active_source):
11512         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11513         * gst/playback/gststreamselector.c:
11514         (gst_stream_selector_base_init),
11515         (gst_stream_selector_set_property),
11516         (gst_stream_selector_request_new_pad):
11517           Reenable stream selection. These mechanisms need a complete overhaul
11518           in the face of 0.8->0.10 changes though.
11519
11520 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11521
11522         * ext/ogg/gstoggdemux.c:
11523           Change the pad template to src_%d to match the pads that 
11524           are created from it. decodebin needs this information in order
11525           to decide that oggdemux is capable of producing multiple pads
11526           (and hence needs queues inserted).
11527
11528         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11529         (gst_ogg_mux_collected):
11530           Make debug output more useful by using GST_PTR_FORMAT.
11531
11532 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11533
11534         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11535
11536         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11537           Set depth and width for alaw/mulaw (fixes #326601).
11538
11539 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11540
11541         * tests/icles/Makefile.am:
11542           don't build the tests if we don't have the libs
11543
11544 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11545
11546         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11547         (gst_cd_paranoia_paranoia_callback):
11548           Don't try to free NULL pointers.
11549
11550 2006-01-10  Edward Hervey  <edward@fluendo.com>
11551
11552         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11553         (gst_audio_rate_change_state), (plugin_init):
11554         Add debugging category.
11555         Fix type issues.
11556         Add case for incoming buffers without valid offset/offset_end.
11557
11558 2006-01-10  Michael Smith  <msmith@fluendo.com>
11559
11560         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11561           Don't leak GCond in audio sources.
11562
11563 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11564
11565         * gst/playback/gstplaybin.c: (gen_audio_element):
11566           Don't leak an autoaudiosink/alsasink when we generate
11567           a new audio element. (old code, I guess)
11568
11569 2006-01-10  Michael Smith  <msmith@fluendo.com>
11570
11571         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11572           Support float audio in audiorate.
11573           Use width rather than depth for selecting sample width.
11574
11575 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11576
11577         * gst/videotestsrc/videotestsrc.h:
11578           Use GLib types here (that way we don't have to include the
11579           generated _stdint.h header, which makes life easier for win32
11580           folks that don't use autotools for the build) (#325990, patch
11581           by: Sergey Scobich).
11582
11583 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11584
11585         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11586         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11587         (gst_ring_buffer_pause), (wait_segment):
11588         * gst-libs/gst/audio/gstringbuffer.h:
11589           Name (private) union, makes Forte compiler happy (this time
11590           for real) (#324900).
11591
11592 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11593
11594         * gst-libs/gst/audio/Makefile.am:
11595           Link against libgstinterfaces, needed for mixer
11596           and property probe stuff.
11597
11598 2006-01-09  Edward Hervey  <edward@fluendo.com>
11599
11600         * gst-libs/gst/Makefile.am:
11601
11602 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11603
11604         * gst-libs/gst/audio/Makefile.am:
11605         * gst-libs/gst/audio/mixerutils.c:
11606         (gst_audio_mixer_filter_do_filter),
11607         (gst_audio_mixer_filter_check_element),
11608         (gst_audio_mixer_filter_probe_feature),
11609         (element_factory_rank_compare_func),
11610         (gst_audio_default_registry_mixer_filter):
11611         * gst-libs/gst/audio/mixerutils.h:
11612           Add gst_audio_default_registry_mixer_filter() utility
11613           function.
11614
11615 2006-01-03  Michael Smith  <msmith@fluendo.com>
11616
11617         * gst/audioresample/resample.h:
11618           As before, but for o_buf
11619
11620 2006-01-03  Michael Smith  <msmith@fluendo.com>
11621
11622         * gst/audioresample/resample.h:
11623           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11624           since we do arithmetic on it.
11625
11626 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11627
11628         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11629         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11630         (gst_ring_buffer_pause), (wait_segment):
11631         * gst-libs/gst/audio/gstringbuffer.h:
11632           Sun's Forte compiler doesn't seem to like anonymous structs,
11633           so use same setup as in GstBaseSrc (fixes #324900).
11634
11635 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11636
11637         * configure.ac:
11638         * gst/volume/Makefile.am:
11639         * gst/volume/demo.c:
11640           move old example to tests/examples/volume/volune.c
11641         * tests/examples/Makefile.am:
11642         * tests/examples/seek/seek.c: (main):
11643           change window-close event from "delete-event" to "destroy"
11644         * tests/examples/volume/Makefile.am:
11645         * tests/examples/volume/volume.c: (value_changed_callback),
11646         (setup_gui), (message_received), (eos_message_received), (main):
11647           fix event handling and bus usage
11648
11649 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
11650
11651         * gst/audiotestsrc/gstaudiotestsrc.c:
11652         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11653         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
11654         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
11655         (gst_audio_test_src_create_square),
11656         (gst_audio_test_src_create_saw),
11657         (gst_audio_test_src_create_triangle),
11658         (gst_audio_test_src_create_silence),
11659         (gst_audio_test_src_create_white_noise),
11660         (gst_audio_test_src_create_pink_noise),
11661         (gst_audio_test_src_init_sine_table),
11662         (gst_audio_test_src_create_sine_table),
11663         (gst_audio_test_src_change_wave),
11664         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
11665         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
11666         * gst/audiotestsrc/gstaudiotestsrc.h:
11667           update to basesrc changes, implement segmented seeking and eos
11668           handling, add a 'sine-tab' waveform for performance critical playback
11669
11670 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11671
11672         * po/POTFILES.in:
11673           ... and this time the other modified file that I missed last time.
11674
11675 2005-12-29  Michael Smith  <msmith@fluendo.com>
11676
11677         * gst/playback/gstdecodebin.c: (new_pad):
11678           Fix non-C89 variable declaration not at the start of a block. Should
11679           help some compilers.
11680
11681 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11682
11683         * tests/check/Makefile.am:
11684           And now fix 'make distcheck' (builddir != srcdir)
11685
11686 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11687
11688         * configure.ac:
11689         * ext/cdparanoia/Makefile.am:
11690         * ext/cdparanoia/gstcdparanoia.c:
11691         * ext/cdparanoia/gstcdparanoia.h:
11692         * ext/cdparanoia/gstcdparanoiasrc.c:
11693         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
11694         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
11695         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
11696         (gst_cd_paranoia_paranoia_callback),
11697         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
11698         (gst_cd_paranoia_src_set_property),
11699         (gst_cd_paranoia_src_get_property), (plugin_init):
11700         * ext/cdparanoia/gstcdparanoiasrc.h:
11701           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
11702           plugin again (there are still fixes required to playbin to make
11703           cdda:// uris work there).
11704
11705 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11706
11707         * tests/check/Makefile.am:
11708           Fix test case compilation.
11709
11710 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11711
11712         * gst-libs/gst/cdda/gstcddabasesrc.c:
11713         (gst_cdda_base_src_update_duration),
11714         (gst_cdda_base_src_calculate_cddb_id):
11715           An integer is not a string. Fix access to uninitialised variable.
11716
11717         * tests/check/Makefile.am:
11718           Add cddabasesrc unit test; also actually enable the vorbis test.
11719
11720         * tests/check/generic/states.c:
11721           Blacklist new cd audio elements as well.
11722
11723         * tests/check/libs/cddabasesrc.c:
11724           Unit test for GstCddaBaseSrc (discid calculation mostly).
11725
11726 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11727
11728         * docs/libs/Makefile.am:
11729         * docs/libs/gst-plugins-base-libs-docs.sgml:
11730         * docs/libs/gst-plugins-base-libs-sections.txt:
11731         * docs/libs/gst-plugins-base-libs.types:
11732           Add docs for libgstcdda/GstCddaBaseSrc.
11733
11734         * gst-libs/gst/interfaces/mixertrack.h:
11735           Do one struct member per line with a semicolon at the end, that way
11736           even gtk-doc might parse it without complaining.
11737
11738 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11739
11740         * configure.ac:
11741         * gst-libs/gst/Makefile.am:
11742         * gst-libs/gst/cdda/Makefile.am:
11743         * gst-libs/gst/cdda/base64.c:
11744         * gst-libs/gst/cdda/base64.h:
11745         * gst-libs/gst/cdda/gstcddabasesrc.c:
11746         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
11747         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
11748         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
11749         (gst_cdda_base_src_get_property),
11750         (gst_cdda_base_src_get_track_from_sector),
11751         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
11752         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
11753         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
11754         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
11755         (gst_cdda_base_src_uri_get_protocols),
11756         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
11757         (gst_cdda_base_src_uri_handler_init),
11758         (gst_cdda_base_src_setup_interfaces),
11759         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
11760         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
11761         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
11762         (gst_cdda_base_src_add_tags),
11763         (gst_cdda_base_src_add_index_associations),
11764         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
11765         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
11766         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
11767         (gst_cdda_base_src_create):
11768         * gst-libs/gst/cdda/gstcddabasesrc.h:
11769         * gst-libs/gst/cdda/sha1.c:
11770         * gst-libs/gst/cdda/sha1.h:
11771           Add new libgstcdda with GstCddaBaseSrc class.
11772
11773 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11774
11775         * ext/gnomevfs/gstgnomevfssink.h:
11776           Use GstBaseSinkClass as parent_class member for class struct, not
11777           GstBaseSink.
11778
11779 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11780
11781         Patch by: Michael Benes
11782
11783         * gst/videotestsrc/gstvideotestsrc.c:
11784         (gst_video_test_src_class_init), (gst_video_test_src_start):
11785           Add start method to reset running time and number of frames sent
11786           when starting up (fixes #324696)
11787
11788 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11789
11790         * docs/plugins/Makefile.am:
11791         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11792         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11793         * docs/plugins/gst-plugins-base-plugins.args:
11794         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11795         * docs/plugins/gst-plugins-base-plugins.signals:
11796           Add docs stuff for gnomevfssrc and gnomevfssink.
11797
11798         * ext/gnomevfs/gstgnomevfssrc.c:
11799           Fix example pipeline in gtk-doc blurb.
11800
11801 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11802
11803         * ext/gnomevfs/Makefile.am:
11804         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
11805         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
11806         (gst_gnome_vfs_handle_get_type), (plugin_init):
11807         * ext/gnomevfs/gstgnomevfs.h:
11808         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
11809         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
11810         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
11811         (gst_gnome_vfs_sink_set_property),
11812         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
11813         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
11814         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
11815         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
11816         (gst_gnome_vfs_sink_uri_get_type),
11817         (gst_gnome_vfs_sink_uri_get_protocols),
11818         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
11819         (gst_gnome_vfs_sink_uri_handler_init):
11820         * ext/gnomevfs/gstgnomevfssink.h:
11821           Port gnomevfssink; add gtk-doc blurb.
11822
11823         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
11824         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
11825         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
11826         (gst_gnome_vfs_src_uri_get_type),
11827         (gst_gnome_vfs_src_uri_get_protocols),
11828         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
11829         (gst_gnome_vfs_src_uri_handler_init),
11830         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
11831         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
11832         (gst_gnome_vfs_src_send_additional_headers_callback),
11833         (gst_gnome_vfs_src_received_headers_callback),
11834         (gst_gnome_vfs_src_push_callbacks),
11835         (gst_gnome_vfs_src_pop_callbacks),
11836         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
11837         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
11838         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
11839         * ext/gnomevfs/gstgnomevfssrc.h:
11840           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
11841           file; add gtk-doc blurb with example pipelines.
11842
11843 === release 0.10.1 ===
11844
11845 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
11846
11847         * configure.ac:
11848           releasing 0.10.1, "Dobro Dedek"
11849
11850 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
11851
11852         * gst/typefind/gsttypefindfunctions.c:
11853         iLBC30 and iLBC20 added to typefind.
11854
11855 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11856
11857         * gst-libs/gst/audio/gstbaseaudiosink.c:
11858         (gst_base_audio_sink_class_init):
11859         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11860         (gst_base_audio_src_class_init):
11861           update strings, values are in microseconds
11862           change the default sink buffer time to something that is smaller
11863           (to help software volume mixing have a slightly lower delay) but
11864           still be acceptable on Wim's laptop
11865
11866 2005-12-20  Edward Hervey  <edward@fluendo.com>
11867
11868         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
11869         Made a quack, forgot to add DUCK to the riff video template.
11870
11871 2005-12-19  Edward Hervey  <edward@fluendo.com>
11872
11873         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
11874         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
11875         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11876         (gst_ogm_parse_chain):
11877         Make sure pads are initialized correctly.
11878         * gst-libs/gst/riff/riff-ids.h:
11879         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11880         (gst_riff_create_video_template_caps):
11881         Add a whole bunch of FOURCC <=> MimeType.
11882         Extend the riff video pad template to support the newly added fourcc.
11883
11884 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11885
11886         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
11887         (gst_ogg_demux_activate_chain):
11888           Extra debug output when activating/deactivating chains.
11889
11890         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11891         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
11892         (unlinked):
11893           Remove a queue from our list when it becomes unlinked.
11894           Don't add queues to elements in class 'Demux' if they
11895           can only produce one pad 
11896
11897 2005-12-18  Julien MOUTTE  <julien@moutte.net>
11898
11899         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
11900         (gst_video_sink_get_type): Add a debug category.
11901
11902 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11903
11904         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11905         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
11906           Handle downstream newsegment by sending our own newsegment before the
11907           next buffer to be released. (#323900)
11908
11909 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11910
11911         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11912         (gst_base_rtp_depayload_set_gst_timestamp):
11913           add queue delay to new segment as well (as opposed to just the first
11914           buffer). (bug #322347)
11915
11916 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
11917
11918         * ext/libvisual/visual.c: (make_valid_name):
11919           change some char* into char[]
11920         * gst/audiotestsrc/gstaudiotestsrc.c:
11921         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
11922         (gst_audio_test_src_create):
11923         * gst/audiotestsrc/gstaudiotestsrc.h:
11924           prepare to handle EOS and SEGMENT_DONE
11925
11926 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11927
11928         * tests/check/generic/states.c: (GST_START_TEST):
11929           Blacklist cdparanoia element in state test.
11930
11931 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11932
11933           Patch by: Benjamin Pineau
11934
11935         * gst/tcp/gsttcp.c:
11936         * gst/tcp/gsttcpclientsink.c:
11937         * gst/tcp/gsttcpserversink.c:
11938         * gst/tcp/gsttcpserversrc.c:
11939           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
11940
11941 2005-12-15  Michael Smith  <msmith@fluendo.com>
11942
11943         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
11944         (gst_video_rate_chain):
11945           Fix timestamping for videorate when the first buffer it sees has a
11946           non-zero timestamp. Fix some misleading debug output.
11947
11948 2005-12-15  Michael Smith  <msmith@fluendo.com>
11949
11950         * gst/audioresample/gstaudioresample.c:
11951           Don't leak all input buffers to audioresample.
11952
11953 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11954
11955         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
11956           Don't operate on empty text buffers. Strip newlines and
11957           tabs only from the end of the text, but leave them intact
11958           in the middle. Fix typo in gtk-doc description.
11959
11960 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11961
11962         * gst/playback/gstplaybasebin.c:
11963         * gst/playback/gstplaybin.c: (handoff):
11964           Make sure the video frame buffer we return to apps via the
11965           "frame" property always has caps set on it. Modify
11966           _gst_gvalue_set_object() macro to handle NULL objects
11967           gracefully too.
11968
11969 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
11970
11971         * gst/audiotestsrc/gstaudiotestsrc.c:
11972         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
11973         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
11974         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
11975         (gst_audio_test_src_create):
11976         * gst/audiotestsrc/gstaudiotestsrc.h:
11977         Adjust to some recent api changes and add wtays new cool seeking
11978         capabillities
11979
11980 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11981
11982         * ext/alsa/Makefile.am:
11983         * ext/alsa/gstalsadeviceprobe.c:
11984         * ext/alsa/gstalsadeviceprobe.h:
11985           Helper functions to add device probing via the GstPropertyProbe
11986           interface to a class.
11987
11988         * ext/alsa/gstalsamixer.h:
11989           Comment out GST_ALSA_MIXER, it returns a struct that's not
11990           used.
11991
11992         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
11993           Add some debug info. 
11994
11995         * ext/alsa/gstalsamixerelement.c:
11996         (gst_alsa_mixer_element_interface_supported),
11997         (gst_implements_interface_init),
11998         (gst_alsa_mixer_element_init_interfaces),
11999         (gst_alsa_mixer_element_class_init),
12000         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
12001         (gst_alsa_mixer_element_set_property),
12002         (gst_alsa_mixer_element_get_property),
12003         (gst_alsa_mixer_element_change_state):
12004         * ext/alsa/gstalsamixerelement.h:
12005           Add 'device' and 'device-name' properties. Add GstPropertyProbe
12006           for device handling (gnome-volume-control will need that).
12007
12008 2005-12-12  Christian Schaller  <uraeus@gnome.org>
12009
12010         * ext/Makefile.am: fix cdparanoia entry
12011         * gst-plugins-base.spec.in: add cdparanoia
12012
12013 2005-12-12  Michael Smith  <msmith@fluendo.com>
12014
12015         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12016           Use the correct function to free list of typefind factories.
12017
12018 2005-12-12  Wim Taymans  <wim@fluendo.com>
12019
12020         * gst/videotestsrc/gstvideotestsrc.c:
12021         (gst_video_test_src_class_init), (gst_video_test_src_init),
12022         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
12023         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
12024         (gst_video_test_src_create):
12025         * gst/videotestsrc/gstvideotestsrc.h:
12026         Implement seeking in videotestsrc.
12027         Small cleanups.
12028
12029 2005-12-12  Wim Taymans  <wim@fluendo.com>
12030
12031         * ext/cdparanoia/Makefile.am:
12032         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12033         (gst_paranoia_endian_get_type), (_do_init),
12034         (cdparanoia_class_init), (cdparanoia_init),
12035         (cdparanoia_set_property), (cdparanoia_get_property),
12036         (cdparanoia_do_seek), (cdparanoia_is_seekable),
12037         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
12038         (cdparanoia_convert), (cdparanoia_get_query_types),
12039         (cdparanoia_query), (cdparanoia_set_index),
12040         (cdparanoia_uri_set_uri):
12041         * ext/cdparanoia/gstcdparanoia.h:
12042         Partially ported cdparanoia now that basesrc can support a
12043         plugin like this..
12044
12045 2005-12-12  Wim Taymans  <wim@fluendo.com>
12046
12047         * tests/examples/seek/scrubby.c: (main):
12048         Set higher priority for bus events so they don't get reordered with
12049         gtk gui events.
12050
12051         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12052         (flush_toggle_cb), (main):
12053         Added checkbox to disable flushing seeks. 
12054         Disable scrubbing when doing non flushing seeks.
12055
12056 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12057
12058         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
12059         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
12060         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
12061         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
12062           Implement some sort of event handling that doesn't rely on
12063           g_return_if_fail; make sure we always push the last chunk of an 
12064           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
12065           state change function; remove some old cruft. Seeking is still
12066           rather unlikely to work though.
12067
12068         * tools/.cvsignore:
12069           Ignore more.
12070
12071 2005-12-11  Julien MOUTTE  <julien@moutte.net>
12072
12073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
12074         Fixed a leak of the current image reference when cleaning up.
12075         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
12076
12077 2005-12-09  Michael Smith  <msmith@fluendo.com>
12078
12079         * tools/Makefile.am:
12080         * tools/gst-launch-ext-m.m:
12081           Remove gst-launch-ext. It doesn't work, and is no longer
12082           particularly useful.
12083
12084 2005-12-08  Luca Ognibene  <luogni@tin.it>
12085
12086         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12087           don't pass random values to ogmparse convert function.
12088           Make seeking possible in the exile1.ogm file.
12089
12090 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
12091
12092         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12093         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12094           Work around refcount problem with g_value_set_object() that occur
12095           if the core has been compiled against GLib-2.6 (g_value_set_object()
12096           will only g_object_ref() the element, but the caller will
12097           gst_object_unref() it and bad things will happen due to the way
12098           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
12099           totem for people on FC4 using Thomas's 0.10 RPMs.
12100           
12101 2005-12-07  Edward Hervey  <edward@fluendo.com>
12102
12103         Time to welcome ogm to 0.10 :)
12104         
12105         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
12106         (gst_ogg_pad_typefind):
12107         Oggdemux can now properly typefind elements with dynamic pads.
12108         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12109         Properly set caps on src pad, and set caps on outgoing buffers.
12110
12111 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12112
12113         * ext/alsa/gstalsamixer.h:
12114         * ext/alsa/gstalsamixerelement.h:
12115         * ext/alsa/gstalsamixeroptions.h:
12116         * ext/alsa/gstalsamixertrack.h:
12117         * ext/alsa/gstalsasink.c:
12118         * ext/alsa/gstalsasink.h:
12119         * ext/alsa/gstalsasrc.c:
12120         * ext/alsa/gstalsasrc.h:
12121         * ext/cdparanoia/gstcdparanoia.h:
12122         * ext/gnomevfs/gstgnomevfsuri.h:
12123         * ext/ogg/gstoggdemux.c:
12124         * ext/ogg/gstoggmux.c:
12125         * ext/pango/gsttextoverlay.h:
12126         * ext/theora/theoradec.c:
12127         * ext/theora/theoraenc.c:
12128         * ext/vorbis/vorbisdec.h:
12129         * ext/vorbis/vorbisenc.c:
12130         * ext/vorbis/vorbisenc.h:
12131         * ext/vorbis/vorbisparse.h:
12132         * gst-libs/gst/audio/gstaudioclock.h:
12133         * gst-libs/gst/audio/gstaudiosink.c:
12134         * gst-libs/gst/audio/gstaudiosink.h:
12135         * gst-libs/gst/audio/gstaudiosrc.c:
12136         * gst-libs/gst/audio/gstaudiosrc.h:
12137         * gst-libs/gst/audio/gstbaseaudiosink.c:
12138         * gst-libs/gst/audio/gstbaseaudiosink.h:
12139         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12140         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12141         * gst-libs/gst/audio/gstringbuffer.h:
12142         * gst-libs/gst/audio/multichannel.h:
12143         * gst-libs/gst/floatcast/floatcast.h:
12144         * gst-libs/gst/interfaces/colorbalance.c:
12145         * gst-libs/gst/interfaces/colorbalance.h:
12146         * gst-libs/gst/interfaces/colorbalancechannel.h:
12147         * gst-libs/gst/interfaces/mixer.h:
12148         * gst-libs/gst/interfaces/mixeroptions.h:
12149         * gst-libs/gst/interfaces/mixertrack.h:
12150         * gst-libs/gst/interfaces/navigation.h:
12151         * gst-libs/gst/interfaces/propertyprobe.h:
12152         * gst-libs/gst/interfaces/tuner.h:
12153         * gst-libs/gst/interfaces/tunerchannel.h:
12154         * gst-libs/gst/interfaces/tunernorm.h:
12155         * gst-libs/gst/interfaces/xoverlay.h:
12156         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12157         * gst-libs/gst/riff/riff-ids.h:
12158         * gst-libs/gst/riff/riff-media.h:
12159         * gst-libs/gst/riff/riff-read.h:
12160         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12161         * gst-libs/gst/rtp/gstbasertppayload.c:
12162         * gst-libs/gst/rtp/gstbasertppayload.h:
12163         * gst-libs/gst/rtp/gstrtpbuffer.c:
12164         * gst-libs/gst/rtp/gstrtpbuffer.h:
12165         * gst-libs/gst/tag/gsttageditingprivate.h:
12166         * gst-libs/gst/tag/gstvorbistag.c:
12167         (gst_tag_list_from_vorbiscomment_buffer):
12168         * gst-libs/gst/tag/tag.h:
12169         * gst-libs/gst/video/video.h:
12170         * gst/adder/gstadder.c:
12171         * gst/adder/gstadder.h:
12172         * gst/audioconvert/audioconvert.c:
12173         * gst/audioconvert/audioconvert.h:
12174         * gst/audioconvert/gstaudioconvert.c:
12175         * gst/audioconvert/gstchannelmix.c:
12176         * gst/audioconvert/gstchannelmix.h:
12177         * gst/audiorate/gstaudiorate.c:
12178         * gst/audioresample/buffer.h:
12179         * gst/audioresample/functable.h:
12180         * gst/audioresample/gstaudioresample.c:
12181         * gst/audioresample/resample.h:
12182         * gst/ffmpegcolorspace/avcodec.h:
12183         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12184         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12185         * gst/ffmpegcolorspace/imgconvert.c:
12186         * gst/ffmpegcolorspace/imgconvert_template.h:
12187         * gst/playback/gstdecodebin.c:
12188         * gst/playback/gstplaybasebin.h:
12189         * gst/playback/gstplaybin.c:
12190         * gst/playback/gststreaminfo.h:
12191         * gst/tcp/gstfdset.c:
12192         * gst/tcp/gstfdset.h:
12193         * gst/tcp/gstmultifdsink.c:
12194         * gst/tcp/gstmultifdsink.h:
12195         * gst/tcp/gsttcp.h:
12196         * gst/tcp/gsttcpclientsrc.c:
12197         * gst/tcp/gsttcpclientsrc.h:
12198         * gst/tcp/gsttcpplugin.h:
12199         * gst/tcp/gsttcpserversink.c:
12200         * gst/tcp/gsttcpserversrc.c:
12201         * gst/typefind/gsttypefindfunctions.c:
12202         * gst/videorate/gstvideorate.c:
12203         * gst/videotestsrc/gstvideotestsrc.h:
12204         * gst/videotestsrc/videotestsrc.h:
12205         * sys/v4l/gstv4lcolorbalance.h:
12206         * sys/v4l/gstv4ltuner.h:
12207         * sys/v4l/gstv4lxoverlay.h:
12208         * sys/v4l/v4l_calls.h:
12209         * sys/v4l/videodev_mjpeg.h:
12210         * tests/check/elements/audioconvert.c:
12211         * tests/check/elements/audioresample.c:
12212         * tests/check/elements/audiotestsrc.c:
12213         * tests/check/elements/videotestsrc.c:
12214         * tests/check/elements/volume.c:
12215         * tests/examples/seek/scrubby.c:
12216         * tests/examples/seek/seek.c:
12217           expand tabs
12218
12219 === release 0.10.0 ===
12220
12221 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12222
12223         * configure.ac:
12224           releasing 0.10.0, "Mont-d'or"
12225
12226 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12227
12228         * tests/examples/seek/Makefile.am:
12229         Build fix for when gtk is not available.
12230
12231 2005-12-05  Andy Wingo  <wingo@pobox.com>
12232
12233         * ext/libvisual/visual.c: (get_buffer):
12234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12235         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12236         * ext/theora/theoradec.c: (theora_handle_data_packet):
12237         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12238         (theora_enc_chain):
12239         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12240         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12241         Update for alloc_buffer changes.
12242
12243 2005-12-05  Andy Wingo  <wingo@pobox.com>
12244
12245         patch by: Kai Vehmanen <kv2004 eca cx>
12246         
12247         * gst-libs/gst/rtp/gstbasertpdepayload.c
12248         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12249
12250 2005-12-04  Andy Wingo  <wingo@pobox.com>
12251
12252         patch by: Sebastien Cote <sebas642 yahoo ca>
12253         
12254         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12255         Fixes #319172.
12256
12257 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12258
12259         * docs/plugins/Makefile.am:
12260         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12261         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12262         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12263         * ext/pango/gstclockoverlay.c:
12264         * ext/pango/gsttextoverlay.c: 
12265         * ext/pango/gsttextrender.c:
12266         * ext/pango/gsttimeoverlay.c:
12267           Add gtk-doc blurbs to pango elements.
12268
12269 2005-12-02  Wim Taymans  <wim@fluendo.com>
12270
12271         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12272         * gst/audioresample/buffer.h:
12273         * gst/audioresample/gstaudioresample.c:
12274         * gst/audioresample/gstaudioresample.h:
12275         * gst/audioresample/resample.c: (resample_input_flush),
12276         (resample_input_pushthrough), (resample_input_eos),
12277         (resample_get_output_size_for_input),
12278         (resample_get_input_size_for_output), (resample_get_output_size),
12279         (resample_get_output_data):
12280         * gst/audioresample/resample.h:
12281         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12282         Fix audioresample, seek torture, new segments, reverse negotiation
12283         etc.. work fine.
12284
12285 2005-12-02  Wim Taymans  <wim@fluendo.com>
12286
12287         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12288         Small cleanups.
12289
12290 2005-12-02  Wim Taymans  <wim@fluendo.com>
12291
12292         * gst/audioconvert/gstaudioconvert.c:
12293         (gst_audio_convert_transform):
12294         Post errors.
12295
12296 === release 0.9.7 ===
12297
12298 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12299
12300         * configure.ac:
12301           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12302
12303 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12304
12305         * Makefile.am:
12306         * po/hu.po:
12307         * win32/MANIFEST:
12308         * win32/gst.sln:
12309           add win32 MANIFEST file
12310           do something to the hungarian translation
12311
12312 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12313
12314         * ext/Makefile.am:
12315           Add $(PANGO_DIR) to SUBDIRS
12316
12317         * ext/pango/gstclockoverlay.c:
12318         * ext/pango/gsttimeoverlay.c:
12319           Fix and improve element descriptions.
12320
12321 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12322
12323         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12324         * docs/plugins/inspect/plugin-libvisual.xml:
12325         * docs/plugins/inspect/plugin-pango.xml:
12326           add pango plugin to docs
12327
12328 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12329
12330         * configure.ac:
12331         * ext/Makefile.am:
12332           moved pango to base
12333
12334 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12335
12336         * configure.ac:
12337         * tests/Makefile.am:
12338         * tests/icles/.cvsignore:
12339         * tests/icles/Makefile.am:
12340         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12341         (close_display), (resize_window), (move_window), (create_window),
12342         (terminate_playback), (pause_playback), (start_playback), (main):
12343           add stress test for xoverlay from Julien
12344
12345 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12346
12347         * docs/libs/tmpl/gstcolorbalance.sgml:
12348         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12349         * gst-libs/gst/rtp/gstbasertppayload.c:
12350         * gst-libs/gst/rtp/gstrtpbuffer.c:
12351         * gst-libs/gst/rtp/gstrtpbuffer.h:
12352           Do burger's rename for rtp payloaders and depayloaders
12353
12354 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12355
12356         * win32/:
12357           add Visual Studio 6 build files
12358
12359 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12360
12361         * docs/libs/gst-plugins-base-libs-docs.sgml:
12362         * docs/libs/gst-plugins-base-libs-sections.txt:
12363         * docs/libs/tmpl/gstaudio.sgml:
12364         * docs/libs/tmpl/gstringbuffer.sgml:
12365         * gst-libs/gst/interfaces/xoverlay.c:
12366         * gst-libs/gst/video/gstvideofilter.c:
12367         * gst-libs/gst/video/gstvideosink.c:
12368           update documentation
12369
12370 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12371
12372         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12373         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12374         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12375         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12376         (gst_multi_fd_sink_get_stats),
12377         (gst_multi_fd_sink_remove_client_link),
12378         (gst_multi_fd_sink_handle_client_read),
12379         (gst_multi_fd_sink_client_queue_data),
12380         (gst_multi_fd_sink_client_queue_caps),
12381         (gst_multi_fd_sink_client_queue_buffer),
12382         (gst_multi_fd_sink_new_client),
12383         (gst_multi_fd_sink_handle_client_write),
12384         (gst_multi_fd_sink_recover_client),
12385         (gst_multi_fd_sink_queue_buffer),
12386         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12387         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12388         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12389         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12390         * gst/tcp/gstmultifdsink.h:
12391         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12392         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12393         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12394         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12395         (gst_tcp_client_sink_set_property),
12396         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12397         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12398         * gst/tcp/gsttcpclientsink.h:
12399         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12400         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12401         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12402         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12403         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12404         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12405         * gst/tcp/gsttcpclientsrc.h:
12406         * gst/tcp/gsttcpplugin.c: (plugin_init):
12407         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12408         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12409         (gst_tcp_server_sink_finalize),
12410         (gst_tcp_server_sink_handle_server_read),
12411         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12412         (gst_tcp_server_sink_set_property),
12413         (gst_tcp_server_sink_get_property),
12414         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12415         * gst/tcp/gsttcpserversink.h:
12416         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12417         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12418         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12419         (gst_tcp_server_src_set_property),
12420         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12421         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12422         * gst/tcp/gsttcpserversrc.h:
12423           more borgifying
12424
12425 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12426
12427         * docs/plugins/Makefile.am:
12428         * docs/plugins/gst-plugins-base-plugins.args:
12429         * docs/plugins/inspect/plugin-libvisual.xml:
12430         * gst/audioconvert/plugin.h:
12431         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12432         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12433         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12434         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12435         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12436         (plugin_init):
12437         * gst/audiotestsrc/gstaudiotestsrc.c:
12438         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12439         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12440         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12441         (gst_audio_test_src_get_query_types),
12442         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12443         (gst_audio_test_src_create_square),
12444         (gst_audio_test_src_create_saw),
12445         (gst_audio_test_src_create_triangle),
12446         (gst_audio_test_src_create_silence),
12447         (gst_audio_test_src_create_white_noise),
12448         (gst_audio_test_src_init_pink_noise),
12449         (gst_audio_test_src_generate_pink_noise_value),
12450         (gst_audio_test_src_create_pink_noise),
12451         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12452         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12453         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12454         (plugin_init):
12455         * gst/audiotestsrc/gstaudiotestsrc.h:
12456         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12457         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12458         (gst_sub_parse_init), (gst_sub_parse_formats),
12459         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12460         (convert_encoding), (get_next_line),
12461         (gst_sub_parse_data_format_autodetect),
12462         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12463         (gst_sub_parse_loop), (gst_sub_parse_chain),
12464         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12465         (plugin_init):
12466         * gst/subparse/gstsubparse.h:
12467         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12468         (gst_video_rate_base_init), (gst_video_rate_class_init),
12469         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12470         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12471         (gst_video_rate_init), (gst_video_rate_event),
12472         (gst_video_rate_chain), (gst_video_rate_set_property),
12473         (gst_video_rate_get_property), (gst_video_rate_change_state),
12474         (plugin_init):
12475         * gst/videoscale/gstvideoscale.c:
12476         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12477         (gst_video_scale_src_template_factory),
12478         (gst_video_scale_sink_template_factory),
12479         (gst_video_scale_get_type), (gst_video_scale_base_init),
12480         (gst_video_scale_class_init), (gst_video_scale_init),
12481         (gst_video_scale_set_property), (gst_video_scale_get_property),
12482         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12483         (gst_video_scale_prepare_size), (parse_caps),
12484         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12485         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12486         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12487         (plugin_init):
12488         * gst/videoscale/gstvideoscale.h:
12489         * gst/videotestsrc/gstvideotestsrc.c:
12490         (gst_video_test_src_pattern_get_type),
12491         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12492         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12493         (gst_video_test_src_set_pattern),
12494         (gst_video_test_src_set_property),
12495         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12496         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12497         (gst_video_test_src_event), (gst_video_test_src_get_times),
12498         (gst_video_test_src_create), (plugin_init):
12499         * gst/videotestsrc/gstvideotestsrc.h:
12500         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12501         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12502         (gst_video_test_src_black):
12503         * gst/videotestsrc/videotestsrc.h:
12504           borgify further
12505           clean up docs a little
12506
12507 2005-11-30  Wim Taymans  <wim@fluendo.com>
12508
12509         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12510         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12511         (gst_basertppayload_event), (gst_basertppayload_push),
12512         (gst_basertppayload_change_state):
12513         * gst-libs/gst/rtp/gstbasertppayload.h:
12514         closed #320644.
12515
12516 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12517
12518         * docs/libs/gst-plugins-base-libs-docs.sgml:
12519         * docs/libs/gst-plugins-base-libs-sections.txt:
12520         * gst-libs/gst/video/gstvideofilter.c:
12521         * gst-libs/gst/video/gstvideosink.c:
12522         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12523
12524 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12525
12526         * LICENSE:
12527           move
12528         * po/af.po:
12529         * po/az.po:
12530         * po/cs.po:
12531         * po/en_GB.po:
12532         * po/hu.po:
12533         * po/it.po:
12534         * po/nb.po:
12535         * po/nl.po:
12536         * po/or.po:
12537         * po/sq.po:
12538         * po/sr.po:
12539         * po/sv.po:
12540         * po/uk.po:
12541         * po/vi.po:
12542         * Makefile.am:
12543           update
12544         * scripts/autoplugins.sh:
12545           remove
12546
12547 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12548
12549         * Makefile.am:
12550         * configure.ac:
12551         * examples/Makefile.am:
12552         * examples/capsfilter/Makefile.am:
12553         * examples/capsfilter/capsfilter1.c:
12554         * examples/gob/Makefile.am:
12555         * examples/gob/gst-identity2.gob:
12556         * examples/indexing/.cvsignore:
12557         * examples/indexing/Makefile.am:
12558         * examples/indexing/indexmpeg.c:
12559         * examples/seeking/.cvsignore:
12560         * examples/seeking/Makefile.am:
12561         * examples/seeking/cdparanoia.c:
12562         * examples/seeking/cdplayer.c:
12563         * examples/seeking/chained.c:
12564         * examples/seeking/scrubby.c:
12565         * examples/seeking/seek.c:
12566         * examples/stats/Makefile.am:
12567         * examples/stats/mp2ogg.c:
12568         * examples/switch/.cvsignore:
12569         * examples/switch/Makefile.am:
12570         * examples/switch/switcher.c:
12571         * tests/Makefile.am:
12572         * tests/check/generic/.cvsignore:
12573         * tests/check/pipelines/.cvsignore:
12574         * tests/examples/Makefile.am:
12575         * tests/examples/seek/Makefile.am:
12576           reorganize stuff under tests/
12577
12578 2005-11-30  Edward Hervey  <edward@fluendo.com>
12579
12580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12581         Go away you stupid GstStaticPadTemplate memleak.
12582
12583 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12584
12585         * gst-libs/gst/net/Makefile.am:
12586         * gst-libs/gst/net/README:
12587         * gst-libs/gst/net/gstnetbuffer.c:
12588         * gst-libs/gst/net/gstnetbuffer.h:
12589           this was moved to "netbuffer"
12590
12591 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12592
12593         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12594         (gst_video_filter_class_init), (gst_video_filter_init):
12595         * gst-libs/gst/video/gstvideofilter.h:
12596           borgify name to bring in line with other classes
12597
12598 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12599
12600         * gst/audioscale/.cvsignore:
12601         * gst/audioscale/Makefile.am:
12602         * gst/audioscale/README:
12603         * gst/audioscale/audioscale.vcproj:
12604         * gst/audioscale/dtof.c:
12605         * gst/audioscale/dtos.c:
12606         * gst/audioscale/functable.c:
12607         * gst/audioscale/gstaudioscale.c:
12608         * gst/audioscale/gstaudioscale.h:
12609         * gst/audioscale/private.h:
12610         * gst/audioscale/resample.c:
12611         * gst/audioscale/resample.h:
12612         * gst/audioscale/test.c:
12613           remove
12614
12615 2005-11-30  Edward Hervey  <edward@fluendo.com>
12616
12617         * gst-libs/gst/netbuffer/Makefile.am:
12618         really, really tired
12619
12620 2005-11-30  Edward Hervey  <edward@fluendo.com>
12621
12622         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12623         Update for new GstTypeFindFactory _register()
12624
12625 2005-11-30  Edward Hervey  <edward@fluendo.com>
12626
12627         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12628         Let's not override libgstnet from core for no reason...
12629         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12630         Ok, maybe not so quick next time.
12631
12632 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12633
12634         * configure.ac:
12635         * gst-libs/gst/Makefile.am:
12636           moved gst-libs/gst/net to netbuffer through CVS surgery
12637           remove old directory
12638           updating build to accomodate
12639           (#322257)
12640
12641 2005-11-29  Andy Wingo  <wingo@pobox.com>
12642
12643         * pkgconfig/gstreamer-plugins-base.pc.in:
12644         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12645         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12646         (#322257).
12647
12648 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12649
12650         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12651         3rd time's the charm. Correct ref-counting for discarded buffers.
12652
12653 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12654
12655         * gst/playback/gststreamselector.c:
12656         (gst_stream_selector_class_init),
12657         (gst_stream_selector_set_property),
12658         (gst_stream_selector_get_property),
12659         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12660         Fix ref-counting
12661
12662 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12663
12664         * gst/subparse/gstsubparse.c: (feed_textbuf):
12665           Don't access already unref'ed buffer.
12666
12667 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12668
12669         * gst/playback/gststreamselector.c:
12670         (gst_stream_selector_class_init), (gst_stream_selector_init),
12671         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
12672         (gst_stream_selector_get_property),
12673         (gst_stream_selector_get_linked_pad),
12674         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12675         * gst/playback/gststreamselector.h:
12676         Add the active-pad property for playbin to use shortly. Ignore buffers
12677         from any other pad, returning GST_FLOW_NOT_LINKED
12678
12679 2005-11-29  Julien MOUTTE  <julien@moutte.net>
12680
12681         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
12682         patch from bug #322704 (Alessandro Decina).
12683
12684 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12685
12686         * gst-libs/gst/audio/Makefile.am:
12687           folded audiofilter into the audio library
12688
12689 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12690
12691         * gst/videoscale/gstvideoscale.h:
12692         * gst/videoscale/gstvideoscale.c:
12693           remove unimplemented scale methods
12694
12695 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
12696
12697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
12698           Don't leak caps.
12699
12700 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12701
12702         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12703         (gst_ximagesink_setcaps):
12704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12705         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
12706         happens (only visible on ximagesink but bug is in xv too) set_caps was
12707         destroying the internal x[v]image used to memcpy non locally alloced
12708         buffers so that it got renewed on next _chain. The issue is that 
12709         _expose will try to put that image as it reffed it in _put.
12710         Using gst_buffer_unref instead of destroy fixes it !
12711
12712 2005-11-28  Edward Hervey  <edward@fluendo.com>
12713
12714         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12715         (try_to_link_1), (queue_filled_cb):
12716         Better use of the queues. Start with a small size queue and only increase
12717         the size of the queues when the other queues are empty.
12718
12719 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12720
12721         * gst-libs/gst/video/Makefile.am:
12722           compile in copied-over videofilter into the video library
12723         * gst-libs/gst/video/videosink.h:
12724           rename the header to gstvideosink.h since it's a base GstObject class
12725         * sys/ximage/ximagesink.h:
12726         * sys/xvimage/xvimagesink.h:
12727           use the new header
12728
12729 2005-11-28  Wim Taymans  <wim@fluendo.com>
12730
12731         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
12732         * gst/playback/gstplaybasebin.h:
12733         Prepare to handle errors betters.
12734
12735         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12736         Set sinks to PAUSED first before adding and linking them so that
12737         we don't interrupt dataflow.
12738
12739 2005-11-28  Wim Taymans  <wim@fluendo.com>
12740
12741         * gst-libs/gst/audio/TODO:
12742         Updated TODO
12743
12744         * gst-libs/gst/audio/gstaudiosink.c:
12745         (gst_audioringbuffer_open_device),
12746         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
12747         (gst_audioringbuffer_release):
12748         Small cleanups.
12749
12750         * gst-libs/gst/audio/gstbaseaudiosink.c:
12751         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
12752         (gst_base_audio_sink_change_state):
12753         Slave to the master clock when going to PLAYING and unslave when
12754         going to PAUSED.
12755
12756         * gst-libs/gst/audio/gstringbuffer.c:
12757         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12758         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12759         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
12760         (gst_ring_buffer_clear_all), (wait_segment),
12761         (gst_ring_buffer_commit), (gst_ring_buffer_read),
12762         (gst_ring_buffer_advance):
12763         * gst-libs/gst/audio/gstringbuffer.h:
12764         Add some docs and cleanups.
12765
12766 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12767
12768         * sys/xvimage/xvimagesink.c:
12769         (gst_xvimagesink_navigation_send_event): Fix navigation events
12770         coordinates translation with pixel aspect ratios.
12771
12772 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12773
12774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12775         Use calculated video geometry from _setcaps instead of buffer
12776         caps to respect pixel aspect ratio. (fixes #322388)
12777
12778 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12779
12780         * docs/libs/tmpl/gstcolorbalance.sgml:
12781         * docs/libs/tmpl/gstmixer.sgml:
12782         * docs/libs/tmpl/gstxoverlay.sgml:
12783         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
12784         interface.
12785
12786 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12787
12788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12789         Refuse to create an XvImage if we can't find the format.
12790
12791 2005-11-28  Edward Hervey  <edward@fluendo.com>
12792
12793         * gst-libs/gst/riff/riff-media.c:
12794         (gst_riff_create_audio_template_caps):
12795         Add ATRAC3 to the list of riff-possible audio caps.
12796         I know we still don't have a plugin for atrac3, but it's saner to output
12797         that than a cryptic mimetype.
12798
12799 2005-11-27  Edward Hervey  <edward@fluendo.com>
12800
12801         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
12802         Don't try to create a zero-sized subbuffer.
12803
12804 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12805
12806         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
12807         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
12808         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
12809         (gst_ximagesink_expose): Fixed a tricky race.
12810         * sys/ximage/ximagesink.h:
12811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12812         (gst_xvimagesink_expose): Fixed a tricky race.
12813         * sys/xvimage/xvimagesink.h:
12814
12815 2005-11-27  Edward Hervey  <edward@fluendo.com>
12816
12817         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12818         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
12819         Remove unused properties, and add queues between demuxers and decoders
12820         so that a lot more files can preroll properly.
12821
12822 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12823
12824         * gst-libs/gst/net/Makefile.am:
12825         * gst-libs/gst/rtp/Makefile.am:
12826         * gst-libs/gst/tag/Makefile.am:
12827           remove silly include
12828         * gst/tags/Makefile.am:
12829         * gst/tags/gsttagediting.c:
12830         * gst/tags/gsttageditingprivate.h:
12831         * gst/tags/tagedit.vcproj:
12832           remove directory, is as good as empty
12833
12834 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12835
12836         * configure.ac:
12837           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
12838         * gst-libs/Makefile.am:
12839         * gst-libs/gst/audio/Makefile.am:
12840         * gst-libs/gst/interfaces/Makefile.am:
12841         * gst-libs/gst/net/Makefile.am:
12842         * gst-libs/gst/riff/Makefile.am:
12843         * gst-libs/gst/rtp/Makefile.am:
12844         * gst-libs/gst/tag/Makefile.am:
12845         * gst-libs/gst/video/Makefile.am:
12846           and use them
12847
12848 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12849
12850         * docs/libs/tmpl/gstcolorbalance.sgml:
12851         * docs/libs/tmpl/gstmixer.sgml:
12852         * docs/libs/tmpl/gstxoverlay.sgml:
12853         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
12854         * sys/ximage/ximagesink.h:
12855         * sys/xvimage/xvimagesink.h: More and more documentation.
12856
12857 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12858
12859         * docs/libs/gst-plugins-base-libs-docs.sgml:
12860         * docs/libs/gst-plugins-base-libs-sections.txt:
12861         * docs/libs/tmpl/gstcolorbalance.sgml:
12862         * docs/libs/tmpl/gstmixer.sgml:
12863         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
12864         to documentation.
12865
12866 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12867
12868         * docs/plugins/Makefile.am:
12869         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12870         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12871         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
12872
12873 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12874
12875         * docs/plugins/Makefile.am:
12876         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12877         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12878         * docs/plugins/inspect/plugin-adder.xml:
12879         * docs/plugins/inspect/plugin-alsa.xml:
12880         * docs/plugins/inspect/plugin-audioconvert.xml:
12881         * docs/plugins/inspect/plugin-audiorate.xml:
12882         * docs/plugins/inspect/plugin-audioresample.xml:
12883         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12884         * docs/plugins/inspect/plugin-decodebin.xml:
12885         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12886         * docs/plugins/inspect/plugin-gnomevfs.xml:
12887         * docs/plugins/inspect/plugin-ogg.xml:
12888         * docs/plugins/inspect/plugin-playbin.xml:
12889         * docs/plugins/inspect/plugin-subparse.xml:
12890         * docs/plugins/inspect/plugin-tcp.xml:
12891         * docs/plugins/inspect/plugin-theora.xml:
12892         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12893         * docs/plugins/inspect/plugin-video4linux.xml:
12894         * docs/plugins/inspect/plugin-videorate.xml:
12895         * docs/plugins/inspect/plugin-videoscale.xml:
12896         * docs/plugins/inspect/plugin-videotestsrc.xml:
12897         * docs/plugins/inspect/plugin-volume.xml:
12898         * docs/plugins/inspect/plugin-vorbis.xml:
12899         * docs/plugins/inspect/plugin-ximagesink.xml:
12900         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
12901         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
12902
12903 2005-11-26  Edward Hervey  <edward@fluendo.com>
12904
12905         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
12906         Properly return GstFlowReturn from gst_pad_push in chain functions.
12907
12908 2005-11-25  Michael Smith  <msmith@fluendo.com>
12909
12910         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
12911         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
12912         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
12913         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
12914           Handle various conditions better when we don't understand a stream.
12915           Removes a heap of CRITICALs on ogg streams containing unknown data.
12916
12917 2005-11-24  Andy Wingo  <wingo@pobox.com>
12918
12919         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
12920         Be threadsafe.
12921
12922 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12923
12924         * configure.ac: back to HEAD
12925
12926 === release 0.9.6 ===
12927
12928 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
12929
12930         * configure.ac:
12931           releasing 0.9.6, "White Eight"
12932
12933 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12934
12935         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12936         * docs/plugins/inspect/plugin-sine.xml:
12937           remove sinesrc some more
12938
12939 2005-11-23  Wim Taymans  <wim@fluendo.com>
12940
12941         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12942         If we are reading too slowly, jump forward in the ringbuffer
12943         instead of blocking.
12944
12945 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12946
12947         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12948         (gst_visual_chain):
12949         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
12950         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
12951         (gst_videorate_chain):
12952         * gst/videotestsrc/gstvideotestsrc.c:
12953         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
12954         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
12955         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
12956         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
12957         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12958         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12959           Updates for API changes
12960
12961 2005-11-23  Wim Taymans  <wim@fluendo.com>
12962
12963         * gst-libs/gst/audio/gstbaseaudiosink.c:
12964         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12965         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12966         Fix for calibration API change.
12967
12968 2005-11-23  Michael Smith <msmith@fluendo.com>
12969
12970         * gst-libs/gst/audio/multichannel.c:
12971         (gst_audio_get_channel_positions),
12972         (gst_audio_set_channel_positions),
12973         (gst_audio_set_structure_channel_positions_list),
12974         (gst_audio_fixate_channel_positions):
12975           Use gst_value_array_*() functions on value arrays, not
12976           gst_value_list_*().
12977
12978 2005-11-23  Edward Hervey  <edward@fluendo.com>
12979
12980         * autogen.sh:
12981         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
12982         Fixes autogen
12983
12984 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12985
12986         * check/Makefile.am:
12987         * check/elements/videotestsrc.c: (setup_videotestsrc),
12988         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
12989         (main):
12990           add a test for videotestsrc
12991
12992 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12993
12994         * gst/sine/.cvsignore:
12995         * gst/sine/Makefile.am:
12996         * gst/sine/gstsinesrc.c:
12997         * gst/sine/gstsinesrc.h:
12998         * gst/sine/sinesrc.vcproj:
12999           and remove sinesrc from the repository.  Closes #321446
13000
13001 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13002
13003         * configure.ac:
13004         * gst-plugins-base.spec.in:
13005           remove sinesrc from the build
13006
13007 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13008
13009         * check/Makefile.am:
13010         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
13011         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
13012         (main):
13013           add a test for audiotestsrc, testing all waves.  Even seems
13014           leak-free at first glance, nice job Stefan
13015
13016 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13017
13018         * po/af.po:
13019         * po/az.po:
13020         * po/cs.po:
13021         * po/en_GB.po:
13022         * po/hu.po:
13023         * po/it.po:
13024         * po/nb.po:
13025         * po/nl.po:
13026         * po/or.po:
13027         * po/sq.po:
13028         * po/sr.po:
13029         * po/sv.po:
13030         * po/uk.po:
13031         * po/vi.po:
13032           Translation string updates
13033
13034         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13035         (gst_v4lsrc_set_caps):
13036         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13037         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13038         * sys/v4l/v4lsrc_calls.h:
13039           Improve v4lsrc, by making it work again.
13040
13041 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13042
13043         * ext/libvisual/visual.c: (gst_visual_chain):
13044           Fix the fps calculations.
13045
13046         * gst/ffmpegcolorspace/avcodec.h:
13047           Move structure element for clarity
13048
13049         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
13050         * gst-libs/gst/interfaces/tunernorm.h:
13051         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
13052         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13053         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13054         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
13055         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
13056         (gst_v4lmjpegsrc_getcaps):
13057         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13058         (gst_v4lsrc_set_caps):
13059         * sys/v4l/gstv4lsrc.h:
13060         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13061         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13062         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13063         * sys/v4l/v4lsrc_calls.h:
13064           Fractional framerates...
13065
13066 2005-11-22  Wim Taymans  <wim@fluendo.com>
13067
13068         * gst-libs/gst/audio/gstbaseaudiosink.c:
13069         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13070         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13071         And we provide a clock by default, of course...
13072
13073 2005-11-22  Wim Taymans  <wim@fluendo.com>
13074
13075         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
13076         This clock can be slaved to a master clock now.
13077
13078         * gst-libs/gst/audio/gstbaseaudiosink.c:
13079         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13080         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
13081         (gst_base_audio_sink_set_clock),
13082         (gst_base_audio_sink_set_property),
13083         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
13084         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13085         * gst-libs/gst/audio/gstbaseaudiosink.h:
13086         Handle slaving the internal clock to the clock selected in the
13087         pipeline.
13088         Add property to make the basesink not provide a clock.
13089
13090         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13091         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13092         (gst_base_rtp_depayload_wait):
13093         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13094         We can use the clock in GstElement, no need to store it ourselves.
13095
13096 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13097
13098         * docs/libs/tmpl/gstaudio.sgml:
13099           update
13100         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13101         (gst_paranoia_endian_get_type):
13102         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
13103         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
13104         * gst/audiotestsrc/gstaudiotestsrc.c:
13105         (gst_audiostestsrc_wave_get_type):
13106         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13107         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13108         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13109         (gst_sync_method_get_type), (gst_unit_type_get_type),
13110         (gst_client_status_get_type), (gst_multifdsink_class_init),
13111         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
13112         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
13113         (gst_multifdsink_get_property):
13114         * gst/tcp/gstmultifdsink.h:
13115         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
13116         * gst/videotestsrc/gstvideotestsrc.c:
13117         (gst_videotestsrc_pattern_get_type):
13118           remove deprecated properties
13119           fix up enums to correctly have short lowercase dashed nicks
13120
13121 2005-11-22  Michael Smith <msmith@fluendo.com>
13122
13123         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13124         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13125           Add underscore.
13126
13127 2005-11-22  Michael Smith <msmith@fluendo.com>
13128
13129         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13130         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13131           Use utility method for scaling clocktime for fractional framerates.
13132
13133 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13134
13135         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13136         (gst_visual_chain):
13137         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13138         * ext/theora/theoradec.c: (theora_handle_type_packet):
13139         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13140         (theora_enc_chain):
13141         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13142         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13143         * gst-libs/gst/video/video.h:
13144         * gst/ffmpegcolorspace/avcodec.h:
13145         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13146         (gst_ffmpeg_caps_to_pixfmt):
13147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13148         (gst_ffmpegcsp_set_caps):
13149         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13150         (gst_videorate_setcaps), (gst_videorate_blank_data),
13151         (gst_videorate_chain):
13152         * gst/videotestsrc/gstvideotestsrc.c:
13153         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13154         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13155         (gst_videotestsrc_event), (gst_videotestsrc_create):
13156         * gst/videotestsrc/gstvideotestsrc.h:
13157         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13158         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13159         (gst_ximagesink_get_times), (gst_ximagesink_init):
13160         * sys/ximage/ximagesink.h:
13161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13162         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13163         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13164         * sys/xvimage/xvimagesink.h:
13165           Convert elements to use fractions for their framerate.
13166           V4L elements to come later tonight.
13167
13168 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13169
13170         * gst-libs/gst/audio/audio.c:
13171         * gst-libs/gst/audio/audio.h:
13172           remove some deprecated functions
13173
13174 2005-11-22  Andy Wingo  <wingo@pobox.com>
13175
13176         * Update for gst_tag_setter API changes.
13177
13178 2005-11-22  Andy Wingo  <wingo@pobox.com>
13179
13180         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13181         (gst_ogg_demux_perform_seek):
13182         * ext/theora/theoradec.c (theora_dec_sink_event):
13183         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13184         update-funcnames.
13185
13186 2005-11-22  Wim Taymans  <wim@fluendo.com>
13187
13188         * examples/seeking/seek.c: (main):
13189         Give higher priority to bus signals than the gtk events
13190         to fix a race condition in the segment looping.
13191
13192 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13193
13194         * ext/theora/Makefile.am:
13195         * ext/vorbis/Makefile.am:
13196         * gst-libs/gst/tag/Makefile.am:
13197         * gst-plugins-base.spec.in:
13198           Rename libgsttagedit to libgsttag (#322117).
13199
13200 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13201
13202         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13204           Call gst_x_overlay_prepare_xwindow_id() to give applications
13205           a final chance to set their own xwindow id before the video
13206           sink creates its own window.
13207
13208 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13209
13210         * sys/xvimage/xvimagesink.c:
13211         (gst_xvimagesink_navigation_send_event): Handle navigation
13212         events correcly with borders if applicable.
13213
13214 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13215
13216         Patch by: Luca Ognibene
13217
13218         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13219         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13220         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13221         (gst_ffmpegcsp_caps_remove_format_info):
13222         * gst/ffmpegcolorspace/imgconvert.c:
13223         * gst/ffmpegcolorspace/imgconvert_template.h:
13224           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13225           #318353); use gst_structure_has_name().
13226
13227 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13228
13229         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13230         (gst_ximagesink_class_init): Add debug macros on functions.
13231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13232         (gst_xvimagesink_xwindow_draw_borders),
13233         (gst_xvimagesink_xvimage_put),
13234         (gst_xvimagesink_xwindow_update_geometry),
13235         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13236         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13237         (gst_xvimagesink_xcontext_clear),
13238         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13239         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13240         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13241         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13242         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13243         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13244         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13245         expose while being PAUSED, out of data flow navigation events, etc..
13246
13247 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13248
13249         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13250         * gst-libs/gst/audio/audio.h:
13251           fix prototype - wondering why the test worked regardless
13252
13253 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13254
13255         * check/Makefile.am:
13256         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13257         * gst-libs/gst/audio/audio.h:
13258           add a method that returns a proper GstClockTime
13259
13260 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13261
13262         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13263         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13264         * gst-libs/gst/interfaces/xoverlay.h:
13265           Remove everything having to do with the desired size; add 
13266           gst_x_overlay_prepare_xwindow_id() function; remove the
13267           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13268           post a message on the bus instead (#321816).
13269
13270         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13272         (gst_xvimagesink_xoverlay_init):
13273           Remove desired size stuff (#321816).
13274
13275 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13276
13277         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13278         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13279         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13280           Terminate vararg functions with NULL instead of 0 to 
13281           make gcc4 happy.
13282
13283 2005-11-21  Andy Wingo  <wingo@pobox.com>
13284
13285         patch by: Sebastien Cote <sebas642@yahoo.ca>
13286         
13287         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13288         * gst-libs/gst/rtp/gstrtpbuffer.c
13289         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13290
13291 2005-11-21  Andy Wingo  <wingo@pobox.com>
13292
13293         * gst/playback/gstplaybin.c (gen_audio_element) 
13294         (gen_video_element): Use the new MISSING_PLUGIN core error
13295         category. Closes #320060.
13296
13297         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13298         * gst/videorate/gstvideorate.c (gst_videorate_event):
13299         * ext/theora/theoradec.c (theora_dec_sink_event): 
13300         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13301         stream lock.
13302
13303         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13304         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13305         stream lock changes.
13306
13307 2005-11-21  Wim Taymans  <wim@fluendo.com>
13308
13309         * gst-libs/gst/audio/gstbaseaudiosink.c:
13310         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13311         (gst_base_audio_sink_provide_clock),
13312         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13313         (gst_base_audio_sink_change_state):
13314         * gst/audioresample/gstaudioresample.c:
13315         Segment update fix.
13316
13317 2005-11-21  Andy Wingo  <wingo@pobox.com>
13318
13319         * *.h:
13320         * *.c: Ran scripts/update-macros. Oh yes.
13321
13322 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13323
13324         * sys/ximage/Makefile.am:
13325         * sys/ximage/ximage.c:
13326           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13327           remove your old libgstximage.* manually if necessary).
13328
13329 2005-11-21  Michael Smith <msmith@fluendo.com>
13330
13331         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13332           Minimal fix for bug #320200: set the min/max bitrate in the correct
13333           units. A better fix would be to upgrade to the RATEMANAGE2
13334           interface, rather than using the deprecated interface used here, but
13335           that would require an update in our libvorbis dependency (to 1.1),
13336           which is probably undesirable.
13337
13338 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13339
13340         * ext/libvisual/visual.c: (get_buffer):
13341         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13342         (gst_base_audio_src_fixate):
13343         * gst/audioconvert/gstaudioconvert.c:
13344         (gst_audio_convert_fixate_caps):
13345         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13346         * gst/audiotestsrc/gstaudiotestsrc.c:
13347         (gst_audiotestsrc_src_fixate):
13348         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13349         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13350         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13351         * gst/videotestsrc/gstvideotestsrc.c:
13352         (gst_videotestsrc_src_fixate):
13353         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13355           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13356           (#322027)
13357
13358
13359 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13360
13361         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13362         (gst_riff_create_iavs_caps):
13363         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13364         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13365         (gst_riff_parse_info):
13366         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13369           Fixes for GST_FOURCC_FORMAT API change.
13370
13371 2005-11-21  Andy Wingo  <wingo@pobox.com>
13372
13373         patch by: Alessandro Dessina <alessandro nnva org>
13374
13375         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13376         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13377         (gst_ogg_parse_chain):
13378         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13379         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13380         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13381         gst_value_list calls on arrays. Fixes #321962.
13382
13383 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13384
13385         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13386         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13387         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13388         * gst/adder/gstadder.c: (gst_adder_init),
13389         (gst_adder_request_new_pad), (gst_adder_collected),
13390         (gst_adder_change_state):
13391           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13392           API change.
13393
13394 2005-11-21  Michael Smith <msmith@fluendo.com>
13395
13396         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13397         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13398           Properly handle pad_push return values.
13399
13400 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13401
13402         * gst-libs/gst/tag/Makefile.am:
13403         * gst-libs/gst/tag/gstvorbistag.c:
13404         (gst_tag_list_to_vorbiscomment_buffer):
13405           Remove obsolete vorbistag element and debug category.
13406
13407         * gst/playback/gstplaybasebin.c: (check_queue):
13408           Don't divide by 0 when queue-threshold is 0.
13409
13410         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13411           Don't modify an existing pixel-aspect-ratio if we fail to read
13412           a new one.
13413
13414 2005-11-20  Wim Taymans  <wim@fluendo.com>
13415
13416         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13417         (gst_vorbisenc_push_packet):
13418         GST_PAD_IS_USABLE is gone, use the return value of
13419         the push or pad_alloc_buffer instead.
13420
13421 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13422
13423         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13424         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13425         (gst_ximagesink_ximage_destroy),
13426         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13427         (gst_ximagesink_xwindow_new),
13428         (gst_ximagesink_xwindow_update_geometry),
13429         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13430         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13431         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13432         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13433         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13434         (gst_ximagesink_navigation_send_event),
13435         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13436         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13437         (gst_ximagesink_finalize), (gst_ximagesink_init),
13438         (gst_ximagesink_class_init):
13439         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13440         This new version brings correct software scaling, non flickering
13441         window while resizing, pixel aspect ratio handling, usage of
13442         hardware buffer pools, out of data flow event thread for 
13443         navigation and handling of expose events even when being PAUSED,
13444         a new property to keep video aspect ratio when resizing, etc...
13445
13446 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13447
13448         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13449         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13450         handling of PAR.
13451
13452 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13453
13454         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13455         Unsetting IS_SINK flag from the fakesink, so decodebin
13456         never behaves as a sink.
13457
13458 2005-11-17  Wim Taymans  <wim@fluendo.com>
13459
13460         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13461         (gst_base_audio_src_change_state):
13462         Fix the audiosrc base class again, we did not unflush.
13463
13464 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13465
13466         * examples/seeking/seek.c: (make_dv_pipeline),
13467         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13468         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13469         to ogg/vorbis/theora pipeline.
13470
13471 2005-11-17  Wim Taymans  <wim@fluendo.com>
13472
13473         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13474         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13475         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13476         Fix EOS on multiple streams.
13477         More debugging.
13478
13479 2005-11-16  Wim Taymans  <wim@fluendo.com>
13480
13481         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13482         (gst_ogg_demux_perform_seek):
13483         Segment done must include stream time.
13484
13485         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13486         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13487         (gst_ogg_mux_change_state):
13488         Fix ogg muxer again.
13489
13490 2005-11-16  Wim Taymans  <wim@fluendo.com>
13491
13492         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13493         Fix compile again.
13494
13495 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13496
13497         * ext/libvisual/visual.c: (gst_visual_init):
13498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13499         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13500         (gst_ogg_parse_chain):
13501         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13502         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13503         * ext/theora/theoradec.c: (gst_theora_dec_init):
13504         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13505         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13506         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13507         * gst/adder/gstadder.c: (gst_adder_class_init),
13508         (gst_adder_dispose):
13509         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13510         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13511         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13512           Fix a whole set of pad template leaks
13513
13514 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13515
13516         * check/generic/states.c: (GST_START_TEST):
13517           fix the test so that it only checks for elements that are part of
13518           this source module
13519
13520 2005-11-16  Michael Smith <msmith@fluendo.com>
13521
13522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13523         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13524         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13525         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13526         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13527         (gst_ogg_mux_change_state):
13528           Fix leaking collectpads.
13529
13530 2005-11-16  Edward Hervey  <edward@fluendo.com>
13531
13532         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13533         (gst_videorate_event), (gst_videorate_chain):
13534         Handle segment seeks
13535
13536 2005-11-16  Wim Taymans  <wim@fluendo.com>
13537
13538         * gst-libs/gst/audio/gstbaseaudiosink.c:
13539         (gst_base_audio_sink_provide_clock),
13540         (gst_base_audio_sink_change_state):
13541         Set ringbuffer to non-flushing when going to PAUSED, set to
13542         flushing again when going to READY.
13543
13544         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13545         (gst_ring_buffer_stop):
13546         Start in flushing mode by default.
13547         Don't set flushing in the _stop method, let the app call
13548         this explicitly.
13549
13550 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13551
13552         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13553         * gst-libs/gst/video/videosink.h: Add helper function needed
13554         for video sinks.
13555
13556 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13557
13558         * gst/videoscale/gstvideoscale.c:
13559         (gst_videoscale_handle_src_event):
13560           Don't leak reference to pad parent.
13561
13562 2005-11-16  Wim Taymans  <wim@fluendo.com>
13563
13564         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13565         Set ringbuffer to flushing when stopping so that we don't
13566         block on wait_segment anymore and livelock.
13567
13568 2005-11-16  Wim Taymans  <wim@fluendo.com>
13569
13570         * examples/seeking/seek.c: (send_event), (do_seek),
13571         (loop_toggle_cb), (segment_done), (main):
13572         Added looping checkbox.
13573
13574 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13575
13576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13577         (gst_ogg_demux_init):
13578         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13579         (gst_vorbis_dec_init):
13580           revert unrefs, they don't pass make check
13581
13582 2005-11-15  Johan Dahlin  <johan@gnome.org>
13583
13584         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13585         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13586         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13587         (gst_vorbis_dec_init):
13588         Fix pad template leaks. 
13589
13590 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13591
13592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13593           Make state change function thread safe.
13594
13595 2005-11-15  Edward Hervey  <edward@fluendo.com>
13596
13597         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13598         (gst_ogg_demux_class_init):
13599         Implement GstElement::send_event, so we can send seek events
13600         in GST_STATE_READY
13601
13602 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13603
13604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13605         Discovered how to take away flickering while resizing the
13606         window. Please don't put that in ximagesink, refactoring in
13607         progress.
13608
13609 2005-11-14  Michael Smith <msmith@fluendo.com>
13610
13611         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13612         (gst_multifdsink_render):
13613           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13614
13615 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13616
13617         * gst/playback/gstplaybin.c: (gen_audio_element):
13618           Use autoaudiosink, it tends to be more widely available than
13619           autoaudiiosink.
13620           
13621 2005-11-14  Andy Wingo  <wingo@pobox.com>
13622
13623         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13624         as well if it is available. Fixes #316442.
13625
13626 2005-11-14  Michael Smith <msmith@fluendo.com>
13627
13628         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13629         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13630         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13631         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13632         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13633         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13634         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13635         (gst_vorbisenc_change_state):
13636           Fix a small memory leak in vorbisenc.
13637           Fix large memory leaks in oggmux, also fix lots of state change
13638           bugs in oggmux.
13639
13640 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13641
13642         * gst/videotestsrc/gstvideotestsrc.c:
13643         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13644         (gst_videotestsrc_src_fixate):
13645           move fixation to a fixate function
13646           remove negotiate function, basesrc's is good enough
13647           fixes a bug for check when using the element alone
13648
13649 2005-11-13  Edward Hervey  <edward@fluendo.com>
13650
13651         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
13652         (key_toggle_cb), (main):
13653         Added checkboxes for adding/removing the accurate and key_unit seek
13654         flags.
13655
13656 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13657
13658         * configure.ac: back to HEAD
13659
13660 === release 0.9.5 ===
13661
13662 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13663
13664         * configure.ac:
13665           releasing 0.9.5, "No No Kia"
13666
13667 2005-11-11  Edward Hervey  <edward@fluendo.com>
13668
13669         * examples/seeking/seek.c: (make_parselaunch_pipeline):
13670         Added parse-launch syntax seeking mode for the seeking example.
13671         This should help stress-test even more cases.
13672         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
13673
13674 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13675
13676         * sys/xvimage/xvimagesink.c:
13677         (gst_xvimagesink_navigation_send_event):
13678           Check whether peer pad exists before sending navigation events
13679           to it.
13680
13681 2005-11-11  Michael Smith <msmith@fluendo.com>
13682
13683         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
13684         (gst_vorbisenc_buffer_from_packet):
13685         * ext/vorbis/vorbisenc.h:
13686           Set duration on encoded buffers. This allows oggmux's
13687           max_page_delay parameter to actually work.
13688
13689 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13690
13691         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13692         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13693         (gst_ffmpegcsp_avpicture_fill):
13694         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13695         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
13696           Make palettes work again (see #132341). Use our own macros
13697           for rounding up.
13698
13699 2005-11-10  Andy Wingo  <wingo@pobox.com>
13700
13701         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
13702         string doober.
13703
13704 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13705
13706         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13707         (gst_ffmpegcsp_transform_caps):
13708           Prefer passthrough in transform_caps
13709
13710 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13711
13712         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13713           check for ALSA errors properly, instead of relying on ALSA's
13714           error strings to serve to the user.
13715
13716 2005-11-10  Wim Taymans  <wim@fluendo.com>
13717
13718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
13719         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
13720         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
13721         Modernise the seek code.
13722
13723 2005-11-10  Michael Smith <msmith@fluendo.com>
13724         
13725         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
13726         (setup_substreams), (set_active_source):
13727           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
13728           trying to go to NULL if we failed to read a file.
13729
13730 2005-11-10  Wim Taymans  <wim@fluendo.com>
13731
13732         * gst/audiotestsrc/gstaudiotestsrc.c:
13733         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
13734         (gst_audiotestsrc_create):
13735         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13736         (gst_sinesrc_get_times), (gst_sinesrc_create):
13737         * gst/videotestsrc/gstvideotestsrc.c:
13738         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
13739         (gst_videotestsrc_create):
13740         The base class can now sync for us.
13741
13742 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13743
13744         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
13745           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
13746           name=source autoprobe=false autoprobe-fps=false copy-mode=1
13747           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
13748           format=(fourcc)I420" ! xvimagesink
13749
13750 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13751
13752         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13753         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
13754         (gst_sinesrc_newsegment):
13755           Send newsegment event in TIME format, set duration if
13756           num-buffers is set, fix duration querying.
13757
13758 2005-11-10  Michael Smith <msmith@fluendo.com>
13759
13760         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13761         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13762         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13763         (gst_ogg_mux_collected):
13764          Fix EOS handling, partially. Now forwarding an EOS event once we have
13765          EOS on all pads works correctly. However, we still don't properly set
13766          EOS on the actual ogg stream pages.
13767
13768 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
13769
13770         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
13771           Set elements to NULL state before disposing of them.
13772
13773 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
13774
13775         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13776
13777         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13778         (gst_base_rtp_depayload_init),
13779         (gst_base_rtp_depayload_set_gst_timestamp):
13780         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13781           We need to send a newsegment event for each instance, not
13782           just for the first instance of this class (get rid of
13783           static variable in function). (#321011).
13784           
13785 2005-11-08  Michael Smith <msmith@fluendo.com>
13786
13787         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13788         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
13789         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
13790         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
13791           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
13792           This makes us mux things correctly according to the ogg muxing
13793           rules. Still not handling EOS correctly right now, though.
13794
13795 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13796
13797         * gst/audioconvert/gstaudioconvert.c:
13798           Fix typo in docs. 
13799
13800 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13801
13802         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13803         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
13804           Initialise segment_stop to GST_CLOCK_TIME_NONE when
13805           creating a new chain; should fix live streaming. Also
13806           add more debug output and fix a typo.
13807
13808 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
13809
13810         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13811
13812         * gst/volume/gstvolume.c: (volume_set_caps):
13813           Fix compilation on Solaris with Forte. (#320923)
13814
13815 2005-11-08  Wim Taymans  <wim@fluendo.com>
13816
13817         * gst-libs/gst/audio/gstbaseaudiosink.c:
13818         (gst_base_audio_sink_render):
13819         No need to do a typecheck.
13820
13821 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13822
13823         * ext/alsa/gstalsa.h:
13824           We register a debug category, so let's use it.
13825
13826 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13827
13828         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13829         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
13830         Fixed a small problem.
13831
13832 2005-11-04  Wim Taymans  <wim@fluendo.com>
13833
13834         * examples/seeking/Makefile.am:
13835         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
13836         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
13837         (make_playerbin_pipeline), (format_value), (update_scale),
13838         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
13839         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
13840         (print_usage), (main):
13841         Added app for playback speed testing.
13842
13843         * examples/seeking/seek.c: (dynamic_link),
13844         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
13845         (make_mpeg_pipeline), (do_seek), (set_update_scale),
13846         (message_received), (main):
13847         Updated seek example.
13848
13849 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13850
13851         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13852         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13853         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
13854         (gst_base_rtp_depayload_set_clock):
13855         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13856         Don't sleep on the bench (system clock) when you have a nice 
13857         comfortable bed (Gstreamer clock) to sleep on.
13858
13859 2005-11-03  Wim Taymans  <wim@fluendo.com>
13860
13861         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13862         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
13863         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
13864         Handle the case where a pad_block failed.
13865
13866 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
13867
13868         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
13869
13870         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13871         (gst_base_rtp_depayload_add_to_queue),
13872         (gst_base_rtp_depayload_push),
13873         (gst_base_rtp_depayload_set_gst_timestamp),
13874         (gst_base_rtp_depayload_queue_release):
13875           Fixes some bugs in the depayloader's queuing/de-queueing code.
13876
13877 2005-10-31  Michael Smith <msmith@fluendo.com>
13878
13879         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
13880         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13881         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
13882           Patch from Alessandro Decina <alessandro@nnva.org>.
13883           Make oggdemux only find the final time in a chain, not per-pad,
13884           since the per-pad information can be very expensive to locate, and
13885           it isn't used anywhere. This makes reading a file containing
13886           OggSkeleton reasonably fast.
13887           Also, make chain finding work when there are logical bitstreams that
13888           can't be decoded. Fixes #319110.
13889
13890 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13891
13892         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13893         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13894         (gst_base_rtp_depayload_chain),
13895         (gst_base_rtp_depayload_add_to_queue),
13896         (gst_base_rtp_depayload_push),
13897         (gst_base_rtp_depayload_set_gst_timestamp),
13898         (gst_base_rtp_depayload_queue_release),
13899         (gst_base_rtp_depayload_start_thread),
13900         (gst_base_rtp_depayload_set_property),
13901         (gst_base_rtp_depayload_get_property):
13902         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13903         Some random fixes, to fullfill the desires of thomas.
13904
13905 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13906
13907         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13908         (gst_base_rtp_depayload_add_to_queue),
13909         (gst_base_rtp_depayload_push):
13910         Fixed the queueing algorithm.
13911
13912 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13913
13914         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13915         (gst_base_rtp_depayload_push):
13916         A small fix
13917
13918 2005-10-31  Wim Taymans  <wim@fluendo.com>
13919
13920         * gst-libs/gst/audio/gstringbuffer.h:
13921         Don't break ABI.
13922
13923         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13924         (gst_ffmpeg_caps_to_pixfmt):
13925         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13926         (gst_ffmpegcsp_set_caps):
13927         Some more comments.
13928         Handle missing required caps fields better.
13929
13930 2005-10-31  Wim Taymans  <wim@fluendo.com>
13931
13932         * gst-libs/gst/audio/gstbaseaudiosink.c:
13933         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
13934         (gst_base_audio_sink_render):
13935         * gst-libs/gst/audio/gstringbuffer.c:
13936         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13937         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13938         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
13939         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
13940         (gst_ring_buffer_read):
13941         * gst-libs/gst/audio/gstringbuffer.h:
13942         Add flushing mode to the ringbuffer so that it in all cases does
13943         not try to handle more audio. This makes sure it does not try to
13944         block anymore when flushing and fixes a livelock.
13945
13946 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
13947
13948         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13949         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13950         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
13951           Explicitly check for -1 values before doing a conversion
13952           and always map them to -1. (#315545)
13953
13954 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13955
13956         * gst/playback/gstplaybin.c: (gen_video_element):
13957           first try autovideosink, then xvimagesink, then error out
13958         * po/POTFILES.in:
13959           add translatable file
13960         * po/af.po:
13961         * po/az.po:
13962         * po/cs.po:
13963         * po/en_GB.po:
13964         * po/hu.po:
13965         * po/it.po:
13966         * po/nb.po:
13967         * po/nl.po:
13968         * po/or.po:
13969         * po/sq.po:
13970         * po/sr.po:
13971         * po/sv.po:
13972         * po/uk.po:
13973         * po/vi.po:
13974           update translations
13975
13976 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
13977
13978         * gst-libs/gst/rtp/gstbasedepayload.c:
13979         * gst-libs/gst/rtp/gstbasedepayload.h:
13980           Minor cleanups
13981
13982 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
13983
13984         * gst/playback/.cvsignore:
13985         * gst/playback/decodetest.c:
13986         * gst/playback/test3.c:
13987           Port these two tests as well.
13988
13989 2005-10-27  Wim Taymans  <wim@fluendo.com>
13990
13991         * ext/theora/theoradec.c: (theora_dec_src_query),
13992         (theora_dec_sink_event):
13993         * ext/theora/theoraenc.c: (theora_enc_sink_event),
13994         (theora_enc_change_state):
13995         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13996         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
13997         Take proper locks when handling events.
13998
13999 2005-10-27  Wim Taymans  <wim@fluendo.com>
14000
14001         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
14002         (gst_adder_change_state):
14003         Fix timestamps and fix deadlock when stopping the collectpads.
14004
14005 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14006
14007         * gst-libs/gst/rtp/gstrtpbuffer.h:
14008         Declaring the payload types as strings too so that they can be used
14009         in the padtemplate inialization.
14010
14011 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
14012
14013         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
14014
14015         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14016         (gst_base_rtp_depayload_class_init):
14017         Fixes a small but nasty bug. The derived elements no longer segfaults
14018         on finalization.
14019
14020 2005-10-26  Michael Smith <msmith@fluendo.com>
14021
14022         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
14023           When clearing an audioconvert context, set tmpbufsize to zero, so
14024           we'll allocate it again later if required.
14025           This fixes audioconvert re-negotiating formats, which previously
14026           segfaulted with a NULL destination buffer.
14027
14028 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
14029
14030         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14031         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
14032         (gst_base_rtp_depayload_set_gst_timestamp),
14033         (gst_base_rtp_depayload_queue_release):
14034         Fixed a smalll memleak.
14035
14036 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14037         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14038         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
14039         (gst_base_rtp_depayload_finalize),
14040         (gst_base_rtp_depayload_setcaps),
14041         (gst_base_rtp_depayload_add_to_queue),
14042         (gst_base_rtp_depayload_push),
14043         (gst_base_rtp_depayload_set_gst_timestamp),
14044         (gst_base_rtp_depayload_queue_release),
14045         (gst_base_rtp_depayload_thread),
14046         (gst_base_rtp_depayload_change_state):
14047         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14048         Changed the C++ comments to C comments
14049
14050 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14051
14052         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
14053         * gst/tcp/gsttcpclientsrc.h:
14054         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
14055         * gst/tcp/gsttcpserversrc.h:
14056           Remove unused 'curoffset' structure member.
14057
14058 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14059
14060         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14061         (gst_base_rtp_depayload_base_init),
14062         (gst_base_rtp_depayload_finalize):
14063         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14064         * gst-libs/gst/rtp/gstbasertppayload.h:
14065           The pad-template on the sinkpad should be set by the derived classes.
14066           Also added some useful macros.
14067
14068 2005-10-24  Wim Taymans  <wim@fluendo.com>
14069
14070         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14071         Correctly flush decoder samples even if we could not
14072         copy them to an output buffer. Fixes #319618.
14073
14074 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14075
14076         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
14078         the caps against our xcontext caps.
14079
14080 2005-10-24  Wim Taymans  <wim@fluendo.com>
14081
14082         * gst-libs/gst/audio/gstbaseaudiosink.c:
14083         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14084         Remove g_print
14085         Use sync property from baseclass to disable sync.
14086
14087 2005-10-24  Wim Taymans  <wim@fluendo.com>
14088
14089         * gst-libs/gst/audio/gstbaseaudiosink.c:
14090         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14091         Buffers with no timestamps get aligned with previous buffers or
14092         on underrun, played ASAP.
14093
14094 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14095
14096         * gst-libs/gst/video/video.h:
14097         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14098         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
14100         here comes my change on caps for framerate and geometry range.
14101         We are now accepting 1 to MAXINT for width and height, and from
14102         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
14103         to be blended correctly in videomixer.
14104
14105 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14106
14107         * configure.ac:
14108           back to HEAD
14109
14110 === release 0.9.4 ===
14111
14112 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14113
14114         * NEWS:
14115         * RELEASE:
14116         * configure.ac:
14117           releasing 0.9.4, "Velociraptor"
14118
14119 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14120
14121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14122         * po/POTFILES.in:
14123           STOPPED -> FAILED
14124
14125 2005-10-21  Wim Taymans  <wim@fluendo.com>
14126
14127         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14128         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14129         (pad_blocked), (close_pad_link), (new_pad):
14130         Don't try to remove elements twice.
14131
14132 2005-10-21  Wim Taymans  <wim@fluendo.com>
14133
14134         * ext/theora/theoradec.c: (theora_dec_src_query),
14135         (theora_dec_sink_event):
14136         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14137         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14138         (vorbis_handle_data_packet):
14139         * ext/vorbis/vorbisdec.h:
14140         Fix old naming.
14141
14142         * gst-libs/gst/audio/gstbaseaudiosink.c:
14143         (gst_base_audio_sink_render):
14144         Don't try to sync on buffers without a timestamp.
14145
14146 2005-10-21  Wim Taymans  <wim@fluendo.com>
14147
14148         * ext/theora/theoradec.c: (theora_dec_src_query),
14149         (theora_dec_sink_event):
14150         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14151         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14152         (vorbis_handle_data_packet):
14153         * ext/vorbis/vorbisdec.h:
14154         Fix old naming.
14155
14156 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14157
14158         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14159         (gst_vorbisenc_src_query):
14160           Implement position and duration queries.
14161
14162         * gst/playback/test3.c: (update_scale), (main):
14163           Fix for async state changes and print nicer output.
14164
14165 2005-10-20  Wim Taymans  <wim@fluendo.com>
14166
14167         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14168         (dump_element_stats), (main):
14169         * gst/playback/test6.c: (main):
14170         Fix tests again
14171
14172 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14173
14174         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14175         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14176           Don't use functions for position queries when handling
14177           duration queries.
14178
14179 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14180
14181         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14182         (vorbis_handle_data_packet), (vorbis_dec_chain),
14183         (vorbis_dec_change_state):
14184         * ext/vorbis/vorbisdec.h:
14185           Vorbis streams can be embedded in other container formats
14186           than ogg, container formats where the demuxer might set 
14187           timestamps on encoded vorbis buffers instead of those silly 
14188           granulepos thingies. In short: make vorbisdec handle 
14189           timestamps on incoming buffers as well.
14190
14191 2005-10-20  Wim Taymans  <wim@fluendo.com>
14192
14193         * gst/playback/gstplaybasebin.c: (group_destroy),
14194         (gst_play_base_bin_change_state):
14195         Fix leak.
14196         Handle case where playbasebin is now ASYNC because
14197         decodebin is.
14198
14199 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14200
14201         * gst/audioconvert/Makefile.am:
14202         * gst/audioconvert/bufferframesconvert.c:
14203         * gst/audioconvert/plugin.c: (plugin_init):
14204         * gst/audioconvert/plugin.h:
14205           And bye bye buffer-frames-convert
14206
14207 2005-10-19  Wim Taymans  <wim@fluendo.com>
14208
14209         * check/elements/audioconvert.c:
14210         * docs/libs/tmpl/gstaudio.sgml:
14211         * docs/libs/tmpl/gstcolorbalance.sgml:
14212         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14213         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14214         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14215         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14216         * gst-libs/gst/audio/audio.h:
14217         * gst/audioconvert/audioconvert.h:
14218         * gst/audioconvert/gstaudioconvert.c:
14219         (gst_audio_convert_parse_caps):
14220         * gst/volume/gstvolume.c:
14221         Bye bye buffer-frames.
14222
14223 2005-10-19  Wim Taymans  <wim@fluendo.com>
14224
14225         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14226         (query_positions_elems), (query_positions_pads), (update_scale),
14227         (do_seek), (set_update_scale), (message_received), (main):
14228         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14229         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14230         (gst_ogg_demux_loop):
14231         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14232         * ext/theora/theoradec.c: (theora_dec_src_query),
14233         (theora_dec_sink_event):
14234         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14235         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14236         * gst/adder/gstadder.c: (gst_adder_query):
14237         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14238         * gst/playback/test3.c: (update_scale):
14239         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14240         (dump_element_stats), (main):
14241         * gst/playback/test6.c: (main):
14242         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14243         Query API update.
14244
14245 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14246
14247         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14248         (xml_check_first_element), (xml_type_find), (smil_type_find),
14249         (plugin_init):
14250           Add typefinding for SMIL and for generic XML. Based on patch by
14251           Akos Maroy (#308663).
14252
14253 2005-10-18  Wim Taymans  <wim@fluendo.com>
14254
14255         * gst/playback/Makefile.am:
14256         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14257         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14258         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14259         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14260         (gst_decode_bin_change_state):
14261         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14262         (gst_play_bin_send_event_to_sink):
14263         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14264         (dump_element_stats), (main):
14265         * gst/playback/test6.c: (main):
14266         Make playbin async, it'll commit state to paused when all streams
14267         are detected.
14268         Remove ugly hack.
14269         Added test6.c to show async behaviour.
14270
14271 2005-10-18  Wim Taymans  <wim@fluendo.com>
14272
14273         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14274         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14275         Fix for segment-start/stop API change.
14276
14277 2005-10-18  Wim Taymans  <wim@fluendo.com>
14278
14279         * check/Makefile.am:
14280         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14281         (main):
14282         Add future test for clock selection.
14283
14284 2005-10-18  Wim Taymans  <wim@fluendo.com>
14285
14286         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14287         (gst_alsasink_close):
14288         Set handle to NULL.
14289
14290         * gst-libs/gst/audio/gstringbuffer.c:
14291         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14292         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14293         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14294         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14295         (gst_ring_buffer_read):
14296         More debug info.
14297
14298 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14299
14300         * gst/audiotestsrc/Makefile.am:
14301         * gst/sine/Makefile.am:
14302         * gst/volume/Makefile.am:
14303           fix broken build of controllerized plugins
14304
14305 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14306
14307         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14308
14309         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14310         (gst_riff_create_video_template_caps):
14311           Add support for Indeo-3 (IV32).
14312
14313 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14314
14315         * configure.ac:
14316           rewrite
14317
14318 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14319
14320         * gst-libs/gst/video/video.c: (gst_video_get_size):
14321         * gst/audiotestsrc/gstaudiotestsrc.c:
14322           doc updates
14323
14324 2005-10-17  Andy Wingo  <wingo@pobox.com>
14325
14326         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14327         with the collectpads change.
14328         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14329
14330         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14331
14332         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14333
14334         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14335         alloc_buffer flow return to callers.
14336         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14337         change. Fix some memleaks in theoraenc.
14338
14339         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14340         in strange circumstance.
14341
14342 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14343
14344         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14345         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14346         from caps, let's use the caps...
14347
14348 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14349
14350         * configure.ac:
14351           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14352
14353 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14354
14355         * gst-libs/gst/interfaces/Makefile.am:
14356           fix silly typo
14357
14358 2005-10-16  Andy Wingo  <wingo@pobox.com>
14359
14360         * gst/playback/gstdecodebin.c
14361         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14362         function!
14363         (try_to_link_1): Increase kraziness level.
14364
14365 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14366
14367         * configure.ac:
14368           restructure like the core one
14369         * gst-libs/gst/audio/Makefile.am:
14370         * gst-libs/gst/interfaces/Makefile.am:
14371         * gst-libs/gst/net/Makefile.am:
14372         * gst-libs/gst/riff/Makefile.am:
14373         * gst-libs/gst/rtp/Makefile.am:
14374         * gst-libs/gst/tag/Makefile.am:
14375         * gst-libs/gst/video/Makefile.am:
14376           use correct linker flags, now the libs are properly versioned
14377         * check/elements/audioconvert.c: (verify_convert):
14378         * ext/alsa/gstalsaplugin.c:
14379         * ext/cdparanoia/gstcdparanoia.c:
14380         * ext/gnomevfs/gstgnomevfs.c:
14381         * ext/libvisual/visual.c:
14382         * ext/ogg/gstogg.c:
14383         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14384         * ext/theora/theora.c:
14385         * ext/vorbis/vorbis.c:
14386         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14387         * gst-libs/gst/tag/gsttagediting.c:
14388         * gst-libs/gst/video/video.c:
14389         * gst/adder/gstadder.c:
14390         * gst/audioconvert/plugin.c:
14391         * gst/audiorate/gstaudiorate.c:
14392         * gst/audioresample/gstaudioresample.c:
14393         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14394         * gst/audioscale/gstaudioscale.c:
14395         * gst/audioscale/resample.c:
14396         * gst/audiotestsrc/gstaudiotestsrc.c:
14397         * gst/ffmpegcolorspace/gstffmpeg.c:
14398         * gst/playback/gstdecodebin.c: (close_pad_link):
14399         * gst/playback/gstplaybin.c: (gen_video_element),
14400         (gen_audio_element):
14401         * gst/sine/gstsinesrc.c:
14402         * gst/subparse/gstsubparse.c:
14403         * gst/tags/gsttagediting.c:
14404         * gst/tcp/gsttcpplugin.c:
14405         * gst/typefind/gsttypefindfunctions.c:
14406         * gst/videorate/gstvideorate.c:
14407         * gst/videoscale/gstvideoscale.c:
14408         * gst/videotestsrc/gstvideotestsrc.c:
14409         * gst/volume/gstvolume.c:
14410         * sys/v4l/gstv4l.c:
14411         * sys/ximage/ximage.c:
14412         * sys/xvimage/xvimagesink.c:
14413           fix up defines
14414
14415 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14416
14417         * ext/vorbis/vorbisenc.c:
14418         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14419         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14420         (gst_tag_to_vorbis_comments):
14421           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14422
14423 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14424
14425         * examples/stats/mp2ogg.c:
14426         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14427           typo fixes
14428
14429 2005-10-13  Michael Smith <msmith@fluendo.com>
14430
14431         * ext/ogg/gstoggmux.c:
14432           Use magic glib macros to define constants as 64 bit, to ensure
14433           appropriate vararg passing.
14434
14435 2005-10-13  Michael Smith <msmith@fluendo.com>
14436
14437         * ext/ogg/gstoggmux.c:
14438         * gst/audioconvert/audioconvert.c: (float):
14439           Don't use LL suffix, as it's not portable, and neither of these
14440           uses required it anyway.
14441
14442 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14443
14444         * examples/indexing/indexmpeg.c: (main):
14445         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14446         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14447         (cdparanoia_convert), (cdparanoia_query):
14448         * ext/cdparanoia/gstcdparanoia.h:
14449         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14450         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14451         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14453         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14454         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14455         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14456         (gst_multifdsink_render), (gst_multifdsink_start),
14457         (gst_multifdsink_stop):
14458         * gst/tcp/gstmultifdsink.h:
14459         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14460         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14461         (gst_tcpclientsink_stop):
14462         * gst/tcp/gsttcpclientsink.h:
14463         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14464         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14465         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14466         * gst/tcp/gsttcpclientsrc.h:
14467         * gst/tcp/gsttcpserversink.h:
14468         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14469         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14470         (gst_tcpserversrc_stop):
14471         * gst/tcp/gsttcpserversrc.h:
14472         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14473         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14474         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14475           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14476           moved bitshift from macro to enum definition
14477
14478 2005-10-12  Wim Taymans  <wim@fluendo.com>
14479
14480         * examples/seeking/Makefile.am:
14481         Oops.
14482
14483 2005-10-12  Wim Taymans  <wim@fluendo.com>
14484
14485         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14486         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14487         Don't assert on normal stuff.
14488
14489         * gst/playback/gstplaybin.c: (do_playbin_seek):
14490         API fix.
14491
14492 2005-10-12  Wim Taymans  <wim@fluendo.com>
14493
14494         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14495         * examples/seeking/Makefile.am:
14496         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14497         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14498         (do_seek), (set_update_scale), (message_received), (main):
14499         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14500         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14501         Update for _get_state() API change.
14502
14503 2005-10-11  Wim Taymans  <wim@fluendo.com>
14504
14505         * gst-libs/gst/audio/gstbaseaudiosink.c:
14506         (gst_base_audio_sink_render):
14507         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14508         (gst_base_audio_src_create):
14509         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14510         (gst_ring_buffer_read):
14511         Cleanups.
14512         Commit and read from ringbuffer in samples rather than bytes.
14513
14514 2005-10-11  Wim Taymans  <wim@fluendo.com>
14515
14516         * gst-libs/gst/audio/gstbaseaudiosink.c:
14517         (gst_base_audio_sink_render):
14518         Respect segment rate and accum when scheduling samples.
14519
14520 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14521
14522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14523         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14524         EOS correctly, that needs more work.
14525
14526 2005-10-11  Wim Taymans  <wim@fluendo.com>
14527
14528         * check/generic/states.c: (GST_START_TEST):
14529         remove old property.
14530
14531         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14532         (gst_ogg_demux_perform_seek):
14533         * ext/theora/theoradec.c: (theora_dec_sink_event):
14534         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14535         (vorbis_handle_data_packet):
14536         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14537         (gst_base_rtp_depayload_set_gst_timestamp):
14538         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14539         Update for newsegment API change.
14540
14541 2005-10-11  Michael Smith <msmith@fluendo.com>
14542
14543         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14544         (do_playbin_seek), (gst_play_bin_send_event):
14545           Override send_event differently, so that we can takes bits of
14546           functionality from GstPipeline (special handling for seeks,
14547           including pausing/resuming, and resetting stream time) and still get
14548           the appropriate behaviour of only forwarding event to a single sink,
14549           rather than all of them.
14550           Unfortunately requires a lot of code duplication, but the
14551           alternatives are equally ugly in the end.
14552
14553 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14554
14555         * check/elements/audioconvert.c: (setup_audioconvert),
14556         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14557         (GST_START_TEST), (audioconvert_suite):
14558           clean up tests a little, fix some leaks.
14559
14560 2005-10-10  Wim Taymans  <wim@fluendo.com>
14561
14562         * ext/alsa/gstalsasink.c:
14563         Also allow unsigned int.
14564
14565         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14566         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14567         Small cleanup
14568
14569 2005-10-10  Wim Taymans  <wim@fluendo.com>
14570
14571         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14572         Small update, use API as stated in design docs.
14573
14574         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14575         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14576         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14577         (message_received), (main):
14578         Updated seek example for GOption. Some usability improvements.
14579
14580 2005-10-10  Wim Taymans  <wim@fluendo.com>
14581
14582         * gst/audioconvert/audioconvert.h:
14583         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14584         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14585         Alloc temp storage somewhere else where we can do it more
14586         portable.
14587
14588 2005-10-10  Wim Taymans  <wim@fluendo.com>
14589
14590         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14591         (gst_tcpserversrc_start):
14592         Don't block in accept while doing the state change, move
14593         to poll and make cancellable.
14594
14595 2005-10-09  Philippe Khalaf <burger@speedy.org>
14596
14597         * gst-libs/gst/rtp/rtpbasedepayload.c:
14598         Set timestamp and add queue delay to timestamp
14599         * gst-libs/gst/rtp/rtpbuffer.h:
14600         Set correct payload type for h263
14601
14602 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14603
14604         * gst/audiotestsrc/gstaudiotestsrc.c:
14605         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14606         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14607         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14608         (gst_audiotestsrc_create_triangle),
14609         (gst_audiotestsrc_create_silence),
14610         (gst_audiotestsrc_create_white_noise),
14611         (gst_audiotestsrc_init_pink_noise),
14612         (gst_audiotestsrc_generate_pink_noise_value),
14613         (gst_audiotestsrc_create_pink_noise),
14614         (gst_audiotestsrc_change_wave):
14615         * gst/audiotestsrc/gstaudiotestsrc.h:
14616           fixed typo, added pink noise
14617
14618 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14619
14620         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14621         (plugin_init):
14622           Add wavpack and spc typefind functions from 0.8 branch.
14623
14624 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14625
14626         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14627         (ar_type_find), (msdos_type_find), (plugin_init):
14628           Add typefind functions for tar archives, ar archives,
14629           RAR archives, and msdos-executables (dlls, exe, etc.).
14630           Some of those would be wrongly identified as mpeg
14631           streams of some sort before (#315550).
14632
14633 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14634
14635         * configure.ac:
14636         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14637         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14638         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14639         * gst/audiotestsrc/Makefile.am:
14640         * gst/audiotestsrc/gstaudiotestsrc.c:
14641         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14642         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14643         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14644         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14645         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14646         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14647         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
14648         (gst_audiotestsrc_create_silence),
14649         (gst_audiotestsrc_create_white_noise),
14650         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
14651         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
14652         (gst_audiotestsrc_start), (plugin_init):
14653         * gst/audiotestsrc/gstaudiotestsrc.h:
14654           add new plugin and element
14655         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
14656           use gobject_class
14657
14658 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14659
14660         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
14661         (gst_adder_init), (gst_adder_request_new_pad),
14662         (gst_adder_change_state):
14663           Add query function to source pad, so adder reports the correct
14664           time/sample position when queried (#315457); fix state change
14665           function; use GST_DEBUG_FUNCPTR() for pad functions.
14666
14667 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14668
14669         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
14670           Fix leaks in typefind registration
14671           Clean up the gratuitous commenting and whitespacing a little
14672
14673 2005-10-08  Wim Taymans  <wim@fluendo.com>
14674
14675         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
14676         Only actually wait for the thread to be stopped if it's 
14677         running.
14678
14679 2005-10-08  Wim Taymans  <wim@fluendo.com>
14680
14681         * gst-libs/gst/audio/gstbaseaudiosink.c:
14682         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14683         If we receive EOS we can start playback of what we had.
14684
14685 2005-10-08  Wim Taymans  <wim@fluendo.com>
14686
14687         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14688         (gst_multifdsink_finalize), (multifdsink_hash_remove),
14689         (gst_multifdsink_stop):
14690         Fix crasher when going to NULL multiple times.
14691
14692 2005-10-06  Wim Taymans  <wim@fluendo.com>
14693
14694         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
14695         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14696         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14697         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14698         patch from Edgard Lima <edgard.lima@indt.org.br>
14699         Fixed gstbaseaudiosrc adding ring buffer sync to it.
14700
14701 2005-10-06  Wim Taymans  <wim@fluendo.com>
14702
14703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14704         Report the FLOW_RETURN as string in the error message.
14705
14706         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
14707         Don't assert when clearing an unnegotiated buffer.
14708
14709 2005-10-04  Michael Smith <msmith@fluendo.com>
14710
14711         * gst/playback/gstplaybasebin.c: (group_destroy),
14712         (gen_preroll_element), (remove_groups), (setup_source):
14713         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
14714         (setup_sinks), (gst_play_bin_send_event),
14715         (gst_play_bin_change_state):
14716           Set state to NULL before removing from bin. Fix refcounting.
14717
14718 2005-10-04  Michael Smith <msmith@fluendo.com>
14719
14720         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14721           Correct refcounting in send_event() function. Previously was wrong
14722           if the first sink was unable to handle the event.
14723
14724 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14725
14726         * configure.ac:
14727           back to development
14728
14729 === release 0.9.3 ===
14730
14731 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14732
14733         * configure.ac:
14734           Releasing 0.9.3, "De Facto"
14735
14736 2005-10-03  Andy Wingo  <wingo@pobox.com>
14737
14738         * gst/playback/gstdecodebin.c (try_to_link_1)
14739         (remove_element_chain): set element to NULL before removing it.
14740
14741 2005-10-02  Johan Dahlin  <johan@gnome.org>
14742
14743         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
14744         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
14745         MT safe.
14746
14747 2005-10-02  Andy Wingo  <wingo@pobox.com>
14748
14749         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
14750         (gst_ring_buffer_prepare_read): 
14751         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
14752         Demote to LOG.
14753
14754 2005-09-29  Wim Taymans  <wim@fluendo.com>
14755
14756         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14757         * ext/theora/theoradec.c: (theora_handle_data_packet):
14758         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14759         Propagate error codes from alloc_buffer too.
14760
14761 2005-09-29  Wim Taymans  <wim@fluendo.com>
14762
14763         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14764         We use fixed caps.
14765
14766         * gst/playback/Makefile.am:
14767         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14768         (dump_element_stats), (main):
14769         Added example stream introspection code.
14770
14771 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
14772
14773         * gst/adder/gstadder.c: (gst_adder_collected):
14774           fix adder for float elements
14775
14776 2005-09-28  Wim Taymans  <wim@fluendo.com>
14777
14778         * gst-libs/gst/audio/gstbaseaudiosink.c:
14779         (gst_base_audio_sink_class_init),
14780         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14781         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14782         (gst_base_audio_src_class_init),
14783         (gst_base_audio_src_provide_clock):
14784         get_clock -> provide_clock
14785
14786 2005-09-28  Andy Wingo  <wingo@pobox.com>
14787
14788         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
14789         and unlocking.
14790
14791         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
14792         unlocking.
14793
14794         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
14795         Actually add the pad template.
14796         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
14797
14798         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
14799         I'm at it...
14800
14801         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
14802         from fdsrc. Get caps in create() instead of start() so it can be
14803         interrupted. Interruption somewhat untested.
14804
14805         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
14806         Proper EOS handling.
14807
14808 2005-09-27  Andy Wingo  <wingo@pobox.com>
14809
14810         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
14811
14812         * gst/tcp/gsttcpserversrc.c: Cleaned up.
14813
14814         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
14815
14816         * gst/tcp/gsttcp.h: 
14817         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
14818         out of tcpclientsrc.c. Cancellable.
14819         (gst_tcp_socket_read): Made private, cancellable, with better
14820         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
14821         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
14822         whole buffer, and better diagnostics.
14823         (gst_tcp_gdp_read_caps): Same.
14824
14825         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
14826
14827 2005-09-26  Andy Wingo  <wingo@pobox.com>
14828
14829         * gst/sine/gstsinesrc.h:
14830         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
14831         change the 'sync' property to 'is-live' and implement it halfway,
14832         update for controller api change.
14833
14834         * gst/volume/gstvolume.c (volume_transform_ip): Update for
14835         controller api change.
14836
14837 2005-09-24  Wim Taymans  <wim@fluendo.com>
14838
14839         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
14840         * gst-libs/gst/audio/gstaudiosink.c:
14841         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14842         (gst_audioringbuffer_stop):
14843         * gst-libs/gst/audio/gstbaseaudiosink.c:
14844         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
14845         (gst_base_audio_sink_change_state):
14846         * gst-libs/gst/audio/gstbaseaudiosink.h:
14847         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
14848         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14849         (gst_ring_buffer_commit), (gst_ring_buffer_read):
14850         * gst-libs/gst/audio/gstringbuffer.h:
14851         Fix sync again. Moved sample alignment to basesink.
14852
14853 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14854
14855         * docs/plugins/Makefile.am:
14856         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14857         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14858         * gst/volume/gstvolume.c:
14859           add/fix docs
14860         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
14861         * gst-libs/gst/audio/audio.h:
14862           add conversion macros for frames <-> clocktime
14863
14864 2005-09-23  David Schleef  <ds@schleef.org>
14865
14866         * gst/audioresample/Makefile.am:
14867         * gst/audioresample/debug.h:
14868         * gst/audioresample/gstaudioresample.c:
14869         * gst/audioresample/resample.c: Convert to using gst debugging
14870
14871 2005-09-22  Wim Taymans  <wim@fluendo.com>
14872
14873         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14874         (gst_play_bin_send_event):
14875         Only seek on one sink, the first one that succeeds.
14876
14877 2005-09-22  Michael Smith <msmith@fluendo.com>
14878
14879         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
14880         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14881         Don't flush encoder state unless we have an initialised encoder.
14882         Clear out encoder state on PAUSED_TO_READY.
14883
14884 2005-09-22  Wim Taymans  <wim@fluendo.com>
14885
14886         * gst-libs/gst/rtp/gstbasertppayload.c:
14887         (gst_basertppayload_class_init), (gst_basertppayload_init),
14888         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14889         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14890         (gst_basertppayload_is_filled), (gst_basertppayload_push),
14891         (gst_basertppayload_set_property),
14892         (gst_basertppayload_get_property),
14893         (gst_basertppayload_change_state):
14894         * gst-libs/gst/rtp/gstbasertppayload.h:
14895         Added max-ptime to control amount of data in the rtp packets.
14896
14897 2005-09-21  Andy Wingo  <wingo@pobox.com>
14898
14899         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
14900         thingies.
14901
14902         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
14903         can be called multiple times, dogs.
14904
14905 2005-09-21  Wim Taymans  <wim@fluendo.com>
14906
14907         * gst-libs/gst/rtp/gstbasertppayload.c:
14908         (gst_basertppayload_class_init), (gst_basertppayload_init),
14909         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14910         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14911         (gst_basertppayload_push), (gst_basertppayload_get_property),
14912         (gst_basertppayload_change_state):
14913         Allow 0 ssrc too.
14914
14915 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
14916
14917         * docs/libs/compiling.sgml:
14918           fixing typos
14919
14920 2005-09-20  Wim Taymans  <wim@fluendo.com>
14921
14922         * gst-libs/gst/rtp/gstbasertppayload.c:
14923         (gst_basertppayload_class_init), (gst_basertppayload_init),
14924         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14925         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14926         (gst_basertppayload_push), (gst_basertppayload_set_property),
14927         (gst_basertppayload_get_property),
14928         (gst_basertppayload_change_state):
14929         * gst-libs/gst/rtp/gstbasertppayload.h:
14930         Added property to configure sequence number offsets.
14931
14932 2005-09-20  Wim Taymans  <wim@fluendo.com>
14933
14934         * gst-libs/gst/rtp/gstbasertppayload.c:
14935         (gst_basertppayload_class_init), (gst_basertppayload_init),
14936         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14937         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14938         (gst_basertppayload_push), (gst_basertppayload_set_property),
14939         (gst_basertppayload_get_property),
14940         (gst_basertppayload_change_state):
14941         * gst-libs/gst/rtp/gstbasertppayload.h:
14942         Make timestamp offset configurable.
14943
14944 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14945
14946         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14947           fix wrong pop/unref
14948
14949 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
14950
14951         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14952
14953         * gst-libs/gst/interfaces/propertyprobe.c:
14954         (gst_property_probe_probe_property_name),
14955         (gst_property_probe_needs_probe_name),
14956         (gst_property_probe_get_values_name),
14957         (gst_property_probe_probe_and_get_values_name):
14958           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
14959           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
14960
14961 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14962
14963         * check/Makefile.am:
14964           have some tests be disabled for valgrinding
14965         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
14966         (GST_START_TEST):
14967         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
14968           Fix A Leak.  Chain To Parent Finalize.
14969
14970 2005-09-19  Wim Taymans  <wim@fluendo.com>
14971
14972         * examples/seeking/seek.c: (make_wav_pipeline), (main):
14973         Fixed wav pipeline.
14974
14975 2005-09-19  Wim Taymans  <wim@fluendo.com>
14976
14977         * gst-libs/gst/rtp/gstbasertppayload.c:
14978         (gst_basertppayload_class_init), (gst_basertppayload_init),
14979         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14980         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14981         (gst_basertppayload_push), (gst_basertppayload_get_property),
14982         (gst_basertppayload_change_state):
14983         Posting ERROR and WARNING messages is good.
14984
14985 2005-09-19  Wim Taymans  <wim@fluendo.com>
14986
14987         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14988         (gst_base_rtp_depayload_add_to_queue),
14989         (gst_base_rtp_depayload_push),
14990         (gst_base_rtp_depayload_set_gst_timestamp),
14991         (gst_base_rtp_depayload_queue_release):
14992         This one was not supposed to go in.
14993
14994 2005-09-19  Wim Taymans  <wim@fluendo.com>
14995
14996         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14997         Fix for bus API.
14998
14999         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15000         (gst_base_rtp_depayload_chain),
15001         (gst_base_rtp_depayload_add_to_queue),
15002         (gst_base_rtp_depayload_push),
15003         (gst_base_rtp_depayload_set_gst_timestamp),
15004         (gst_base_rtp_depayload_queue_release):
15005         Some cleanups.
15006
15007         * gst-libs/gst/rtp/gstbasertppayload.c:
15008         (gst_basertppayload_class_init), (gst_basertppayload_init),
15009         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
15010         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15011         (gst_basertppayload_get_property),
15012         (gst_basertppayload_change_state):
15013         Added debugging category.
15014
15015 2005-09-18  David Schleef  <ds@schleef.org>
15016
15017         * gst/playback/gstdecodebin.c: free plugin list correctly
15018         * gst/playback/gstplaybin.c: emit warning if autovideosink
15019           and autoaudiosink can't be found (instead of segfaulting)
15020
15021 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15022
15023         * check/elements/audioconvert.c: (GST_START_TEST):
15024           try out 24 bit conversion
15025
15026 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15027
15028         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15029         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15030         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
15031         * ext/vorbis/vorbisenc.h:
15032           Fix EOS handling.  Still needs a fix in the ogg muxer to
15033           mark the last page as eos.
15034
15035 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15036
15037         * common/gtk-doc-plugins.mak:
15038         * docs/plugins/Makefile.am:
15039         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15040         * gst/ffmpegcolorspace/Makefile.am:
15041         * gst/ffmpegcolorspace/avcodec.h:
15042         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15043         * gst/tcp/gstmultifdsink.c:
15044           fix up ffmpegcolorspace docs; extract header
15045
15046 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15047
15048         * common/gtk-doc-plugins.mak:
15049         * docs/plugins/Makefile.am:
15050         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15051         * ext/theora/Makefile.am:
15052         * ext/theora/gsttheoraenc.h:
15053         * ext/theora/theoraenc.c:
15054         * ext/vorbis/vorbisenc.c:
15055           pick up signals and args for vorbis; add some docs for vorbis
15056
15057 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15058
15059         * common/gstdoc-scangobj:
15060         * common/gtk-doc-plugins.mak:
15061         * docs/libs/Makefile.am:
15062         * docs/plugins/gst-plugins-base-plugins.args:
15063         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15064         * docs/plugins/gst-plugins-base-plugins.interfaces:
15065         * docs/plugins/gst-plugins-base-plugins.prerequisites:
15066         * docs/plugins/gst-plugins-base-plugins.signals:
15067           only scanobj stuff from our source module.  Not sure yet
15068           if that's correct, given the hierarchy stuff :)
15069
15070 2005-09-15  Wim Taymans  <wim@fluendo.com>
15071
15072         * gst/audioconvert/gstaudioconvert.c:
15073         And enable 24 bits mode as well..
15074
15075 2005-09-15  Wim Taymans  <wim@fluendo.com>
15076
15077         * gst-libs/gst/rtp/Makefile.am:
15078         * gst-libs/gst/rtp/gstbasertppayload.c:
15079         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
15080         (gst_basertppayload_class_init), (gst_basertppayload_init),
15081         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
15082         (gst_basertppayload_chain), (gst_basertppayload_set_options),
15083         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15084         (gst_basertppayload_set_property),
15085         (gst_basertppayload_get_property),
15086         (gst_basertppayload_change_state):
15087         * gst-libs/gst/rtp/gstbasertppayload.h:
15088         Added rtp payloader base class.
15089
15090 2005-09-15  Andy Wingo  <wingo@pobox.com>
15091
15092         * configure.ac (plugindir): Remove the EOL matcher from the
15093         regexp, as it causes me problems. Libtool? Make? Who knows?
15094
15095 2005-09-14  David Schleef  <ds@schleef.org>
15096
15097         * check/generic/states.c: 
15098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15099         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
15100           Fixes for changes in registry API.
15101
15102         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
15103           to GST_PLUGIN_LDFLAGS.
15104         * ext/libvisual/visual.c: Make the library shut up.
15105         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
15106         * gst-libs/gst/audio/gstaudiofilter.c: same
15107
15108 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15109
15110         * docs/plugins/Makefile.am:
15111         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15112         * docs/plugins/inspect/plugin-libvisual.xml:
15113         * docs/plugins/tmpl/element-tcpserversink.sgml:
15114         * ext/theora/theoraenc.c:
15115           add libvisual plugin and theoraenc element to docs
15116
15117 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15118
15119         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15120         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15121         * ext/theora/theoraenc.c:
15122           add theoraenc
15123
15124 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15125
15126         * gst/audioconvert/Makefile.am:
15127           Audioconvert derives from GstBaseTransform and should
15128           link to the library with our base elements to avoid
15129           unresolved symbols. Makes things work with MinGW (#316160)
15130
15131         * gst/playback/test4.c: (main):
15132           Fix MinGW build problem and use g_usleep() instead of 
15133           sleep() (#316162)
15134
15135 2005-09-12  Wim Taymans  <wim@fluendo.com>
15136
15137         * gst/audioconvert/audioconvert.c: (float),
15138         (audio_convert_prepare_context), (audio_convert_convert):
15139         * gst/audioconvert/audioconvert.h:
15140         Cleanups, speedups, simplifications, added back support
15141         for 24 bits.
15142
15143 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15144
15145         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15146         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15147         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15148         * docs/plugins/tmpl/element-tcpserversink.sgml:
15149         * gst/ffmpegcolorspace/gstffmpeg.c:
15150         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15151         * gst/videotestsrc/gstvideotestsrc.c:
15152         * gst/volume/gstvolume.c:
15153           add more elements to the docs
15154
15155 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15156
15157         * check/Makefile.am:
15158         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15159         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15160           Add extra tests for basetransform based components. 
15161           Comment out the test_element_negotiation test until we decide
15162           if it's testing correct behaviour.
15163         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15164         (gst_visual_chain), (gst_visual_change_state):
15165           Slightly more correct but still bogus timestamping.
15166           Fix state change function.
15167         * gst/audioconvert/gstaudioconvert.c:
15168         (gst_audio_convert_class_init):
15169         * gst/audioresample/gstaudioresample.c:
15170         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15171         (gst_ffmpegcsp_class_init):
15172         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15173         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15174         (gst_videoscale_prepare_image):
15175         * gst/volume/gstvolume.c: (gst_volume_class_init),
15176         (volume_transform_ip):
15177           Basetransform updates. Enable passthrough modes.
15178         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15179         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15180         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15181           Negotiation fix that allows the window to return to the original
15182           size and renegotiate passthrough upstream. Extra debug output.
15183
15184 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15185
15186         * gst/sine/gstsinesrc.c:
15187         * gst/volume/gstvolume.c:
15188           fix up header include
15189
15190 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15191
15192         * gst-libs/gst/audio/gstbaseaudiosink.c:
15193         (gst_base_audio_sink_render):
15194         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15195         * gst/volume/gstvolume.c: (gst_volume_class_init),
15196         (volume_transform):
15197           fixing lost sync, some more debugging
15198
15199 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15200
15201         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15202         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15203         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15204         (gst_xvimagesink_check_xshm_calls):
15205           Fix compilation when XShm is not available.
15206
15207 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15208
15209         * ext/libvisual/visual.c: (gst_visual_dispose),
15210         (gst_visual_getcaps), (gst_visual_src_setcaps),
15211         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15212         (gst_visual_change_state):
15213           Finish fixing up libvisual plugin so that it runs. 
15214
15215 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15216
15217         * ext/vorbis/vorbisenc.c:
15218         * gst-libs/gst/tag/gstvorbistag.c:
15219           gsttaginterface.h -> gsttagsetter.h
15220
15221 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15222
15223         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15224           added another test that failes for me (test is not active by default)
15225
15226 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15227
15228         * configure.ac:
15229           v4l2 is no longer in gst-plugins-base
15230
15231 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15232
15233         * configure.ac:
15234           In the output at the end, don't show the first plugin on the same
15235           line as "Core plug-ins, always built:".
15236           Indent the output as for other plugin categories
15237         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15238           #define that can be used to not use peer buffer_alloc functions for
15239           test purposes.
15240         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15241         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15242         (gst_ximagesink_show_frame):
15243         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15244         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15245         (gst_xvimagesink_show_frame):
15246           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15247           fails gracefully instead of XError aborting or deadlocking.
15248
15249 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15250
15251         * ext/libvisual/Makefile.am:
15252           link against gst-base-libs
15253
15254 2005-09-06  David Schleef  <ds@schleef.org>
15255
15256         * configure.ac: Enable libvisual plugin.
15257         * ext/libvisual/Makefile.am:
15258         * ext/libvisual/visual.c: Fixes to make it compile.
15259
15260 === release 0.9.2 ===
15261
15262 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15263
15264         * NEWS:
15265         * RELEASE:
15266         * configure.ac:
15267         * docs/random/ChangeLog-0.8:
15268           releasing 0.9.2, "Spoon"
15269
15270 2005-09-05  Michael Smith <msmith@fluendo.com>
15271
15272         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15273           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15274           that in the vorbisenc element.
15275
15276 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15277
15278         * common/gtk-doc-plugins.mak:
15279         * docs/plugins/Makefile.am:
15280           fix distcheck
15281         * gst/audioresample/resample.c:
15282           fix wrong docstring
15283
15284 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15285
15286         * common/gst-xmlinspect.py:
15287         * common/gtk-doc-plugins.mak:
15288           only inspect plugins for this given package
15289           require gst-python 0.9
15290
15291 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15292
15293         * Makefile.am:
15294         * autogen.sh:
15295         * common/gst-xmlinspect.py:
15296         * configure.ac:
15297         * docs/Makefile.am:
15298         * docs/plugins/inspect/plugin-alsa.xml:
15299         * docs/plugins/inspect/plugin-audioresample.xml:
15300         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15301         * docs/plugins/inspect/plugin-ogg.xml:
15302         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15303         * docs/plugins/tmpl/element-multifdsink.sgml:
15304         * docs/plugins/tmpl/element-tcpserversink.sgml:
15305         * docs/plugins/tmpl/element-vorbisenc.sgml:
15306         * gst-plugins-base.spec.in:
15307           various doc-related updates
15308
15309 2005-08-31  Wim Taymans  <wim@fluendo.com>
15310
15311         * gst-libs/gst/audio/gstbaseaudiosink.c:
15312         (gst_base_audio_sink_render):
15313         Resync if the buffer timestamps drift more than a 10th 
15314         of a second.
15315
15316 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15317
15318         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15319         (gst_v4lsrc_get_property):
15320           The 'timestamp-offset' property is registered as an int64, so
15321           let's use g_value_{set|get}_int64() in our setter and getter
15322           functions (makes it work and fixes warnings with gst-inspect).
15323
15324 2005-08-30  Wim Taymans  <wim@fluendo.com>
15325
15326         * check/elements/audioconvert.c: (setup_audioconvert):
15327         * check/elements/audioresample.c: (setup_audioresample):
15328         * check/elements/volume.c: (setup_volume):
15329         Fix checks.
15330
15331 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15332
15333         * common/gtk-doc-plugins.mak:
15334         * common/plugins.xsl:
15335         * docs/plugins/Makefile.am:
15336           make module a param
15337
15338 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15339
15340         * examples/seeking/seek.c: (make_mp3_pipeline),
15341         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15342         (play_cb), (pause_cb), (stop_cb):
15343           update the example
15344
15345 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15346
15347         * gst/volume/gstvolume.c: (gst_volume_class_init),
15348         (volume_transform):
15349           do not update controlled params, if buffer has no timestamp
15350
15351 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15352
15353         * configure.ac:
15354         * gst/sine/Makefile.am:
15355         * gst/volume/Makefile.am:
15356           controllerized elements also need to link against controller-libs ;)
15357
15358 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15359
15360         * docs/libs/tmpl/gstcolorbalance.sgml:
15361         * docs/libs/tmpl/gstgconf.sgml:
15362         * docs/libs/tmpl/gstmixer.sgml:
15363         * docs/libs/tmpl/gstringbuffer.sgml:
15364         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15365         (gst_sinesrc_create):
15366         * gst/volume/gstvolume.c: (gst_volume_class_init),
15367         (volume_transform):
15368           controllerized two audio plugins
15369
15370 2005-08-29  Andy Wingo  <wingo@pobox.com>
15371
15372         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15373         (vorbis_handle_data_packet): Fix some int overflow errors.
15374
15375         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15376         -1.
15377         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15378         valid.
15379         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15380         if it's valid. Fixed streaming-mode playback.
15381
15382         * check/elements/volume.c (cleanup_volume): Fix for running
15383         CK_FORK=no.
15384
15385         * check/elements/audioconvert.c: Convert from native endian, not
15386         little endian.
15387
15388 2005-08-29  Michael Smith <msmith@fluendo.com>
15389
15390         * ext/ogg/Makefile.am:
15391         * ext/ogg/gstogg.c: (plugin_init):
15392         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15393         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15394         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15395         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15396         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15397         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15398         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15399         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15400         Add an ogg parser element.
15401
15402 2005-08-28  Andy Wingo  <wingo@pobox.com>
15403
15404         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15405
15406 2005-08-26  Wim Taymans  <wim@fluendo.com>
15407
15408         * gst/audioconvert/audioconvert.c: (if), (float),
15409         (audio_convert_get_func_index), (check_default),
15410         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15411         (audio_convert_clean_context), (audio_convert_get_sizes),
15412         (audio_convert_convert):
15413         Cleanups.
15414
15415 2005-08-26  Wim Taymans  <wim@fluendo.com>
15416
15417         * gst/audioconvert/audioconvert.c: (if), (float),
15418         (audio_convert_get_func_index), (check_default),
15419         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15420         (audio_convert_clean_context), (audio_convert_get_sizes),
15421         (audio_convert_convert):
15422         More elegant and working temp buffer selection algo.
15423
15424 2005-08-26  Wim Taymans  <wim@fluendo.com>
15425
15426         * gst/audioconvert/audioconvert.c: (if), (float),
15427         (audio_convert_get_func_index), (check_default),
15428         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15429         (audio_convert_clean_context), (audio_convert_get_sizes),
15430         (get_temp_buffer), (audio_convert_convert):
15431         Use realloc else we lose our original data.
15432
15433 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15434
15435         * gst/audioresample/gstaudioresample.c:
15436           use base class' newsegment to properly timestamp
15437
15438 2005-08-26  Wim Taymans  <wim@fluendo.com>
15439
15440         * gst/audioconvert/audioconvert.c: (if), (float),
15441         (audio_convert_get_func_index), (check_default),
15442         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15443         (audio_convert_clean_context), (audio_convert_get_sizes),
15444         (get_temp_buffer), (audio_convert_convert):
15445         * gst/audioconvert/gstaudioconvert.c:
15446         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15447         (gst_audio_convert_transform_caps),
15448         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15449         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15450         Oops, allocate enough space to perform the channel mix.
15451
15452 2005-08-26  Wim Taymans  <wim@fluendo.com>
15453
15454         * gst/audioconvert/Makefile.am:
15455         * gst/audioconvert/audioconvert.c: (if), (float),
15456         (audio_convert_get_func_index), (check_default),
15457         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15458         (audio_convert_clean_context), (audio_convert_get_sizes),
15459         (get_temp_buffer), (audio_convert_convert):
15460         * gst/audioconvert/audioconvert.h:
15461         * gst/audioconvert/gstaudioconvert.c:
15462         (gst_audio_convert_class_init), (gst_audio_convert_init),
15463         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15464         (gst_audio_convert_get_unit_size),
15465         (gst_audio_convert_transform_caps),
15466         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15467         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15468         * gst/audioconvert/gstaudioconvert.h:
15469         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15470         (gst_channel_mix_fill_identical),
15471         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15472         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15473         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15474         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15475         (gst_channel_mix_mix):
15476         * gst/audioconvert/gstchannelmix.h:
15477         Cleanups, librarify a bit, optimize, better negotiation and more.
15478
15479 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15480
15481         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15482         Another from MikeS:
15483         During typefinding, don't support negative offsets
15484         (offsets from the end of the stream) in our typefind->peek() function
15485         - nothing embedded in ogg ever needs them. However, we need to recognise
15486         those requests and reject them, otherwise we return invalid pointers.
15487
15488 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15489
15490         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15491         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15492         (vorbisdec_finalize), (vorbis_handle_type_packet):
15493           Big shout-out to MikeS for fixing this giant memory leak.
15494           Huzzah!
15495
15496 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15497
15498         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15499         (audio_convert_get_unit_size):
15500           plug some leaks
15501
15502 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15503
15504         * check/Makefile.am:
15505         * check/elements/audioconvert.c: (setup_audioconvert),
15506         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15507         (GST_START_TEST), (audioconvert_suite), (main):
15508           add a test for audioconvert
15509         * gst/audioresample/gstaudioresample.c:
15510         * gst/audioresample/gstaudioresample.h:
15511           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15512           note that for buffers of 1/3 sec this means DURATION(c) is 
15513           one nanosecond more than for a and b
15514
15515 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15516
15517         * check/Makefile.am:
15518         * check/elements/audioresample.c: (setup_audioresample),
15519         (cleanup_audioresample), (fail_unless_perfect_stream),
15520         (test_perfect_stream_instance), (GST_START_TEST),
15521           add a check for audioresample
15522         (audioresample_suite), (main):
15523         * check/elements/volume.c: (GST_START_TEST):
15524           remove unused method
15525         * gst/audioresample/gstaudioresample.c:
15526           set correct buffer parameters since we're changing them
15527         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15528           add some debug
15529
15530 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15531
15532         * gst/audioresample/debug.c:
15533         * gst/audioresample/gstaudioresample.c:
15534           add room for extra overlap samples when asked to transform size
15535           protect against possible mem corruption and check for discrepancies
15536           between written size and outbuffer's size so we can warn for
15537           potential problems
15538         * gst/audioresample/resample.c: (resample_init),
15539         (resample_get_output_size_for_input), (resample_get_output_size),
15540         (resample_set_n_channels), (resample_set_format):
15541           set debug level based on RESAMPLE_DEBUG env var
15542           make sure that get_output_size* returns a whole number of
15543           sample_size
15544           set sample_size each time either channel or format is set
15545         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15546         * gst/audioresample/resample_functable.c:
15547         (resample_scale_functable):
15548         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15549           remove r->sample_size, it's done in resample.c now
15550           add some debugging to the ref implementation
15551           make sure we only give back bytes that are wholes of the sample
15552           size
15553
15554 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15555         * gst/playback/gstplaybasebin.c: (fill_buffer):
15556         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15557
15558 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15559
15560         * gst/volume/gstvolume.c:
15561           made set_caps function static
15562
15563 2005-08-24  Wim Taymans  <wim@fluendo.com>
15564
15565         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15566         (gst_vorbisenc_change_state):
15567         Stop leaking taglists.
15568
15569 2005-08-24  Wim Taymans  <wim@fluendo.com>
15570
15571         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15572         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15573         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15574         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15575         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15576         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15577         Parse seeking events better.
15578         Unref static caps.
15579         Generate correct newsegment events, fixes seeking in live oggs.
15580
15581         * ext/theora/theoradec.c: (theora_dec_src_query),
15582         (theora_dec_src_event), (theora_dec_src_getcaps),
15583         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15584         Use newsegment values to report correct play time.
15585
15586         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15587         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15588         * ext/vorbis/vorbisdec.h:
15589         Parse and use newsegment values to report correct play time.
15590
15591         * gst-libs/gst/audio/gstbaseaudiosink.c:
15592         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15593         Clear ringbuffer on flush.
15594         Use newsegment values to calculate playback time.
15595
15596         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15598         Basesink does newsegment calculations for us now.
15599
15600 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15601
15602         * check/Makefile.am:
15603         * configure.ac:
15604           add core's plugins to the mix so that playbin works
15605         * check/generic/states.c: (GST_START_TEST):
15606           set a 0 timeout on pipelines, so they don't force the next
15607           state change
15608         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15609         (gst_play_base_bin_change_state):
15610           remove the crappy error handling and do GST error handling
15611
15612 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15613
15614         * check/Makefile.am:
15615         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15616           add same test as to core, it bitches out on playbin atm.
15617
15618 2005-08-24  Wim Taymans  <wim@fluendo.com>
15619
15620         * configure.ac:
15621         Remove audioscale.
15622
15623 2005-08-24  Wim Taymans  <wim@fluendo.com>
15624
15625         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15626         (gst_videoscale_prepare_size), (parse_caps),
15627         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15628         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15629         (gst_videoscale_transform):
15630         * gst/videoscale/gstvideoscale.h:
15631         Refactor, make use of BaseTranform really well.
15632
15633 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15634
15635         * configure.ac:
15636           compile audioresample
15637         * gst/audioresample/Makefile.am:
15638         * gst/audioresample/buffer.c:
15639         * gst/audioresample/functable.c:
15640         * gst/audioresample/gstaudioresample.c:
15641         * gst/audioresample/gstaudioresample.h:
15642         * gst/audioresample/resample.c:
15643         (resample_get_output_size_for_input):
15644         * gst/audioresample/resample.h:
15645         * gst/audioresample/resample_chunk.c:
15646         * gst/audioresample/resample_functable.c:
15647         * gst/audioresample/resample_ref.c:
15648           port to use basetransform; doesn't work in all cases yet
15649
15650 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15651
15652         * gst/audioconvert/gstaudioconvert.c:
15653         (gst_audio_convert_class_init), (gst_audio_convert_init),
15654         (audio_convert_get_unit_size), (audio_convert_transform_caps),
15655         (audio_convert_fixate_caps), (audio_convert_set_caps),
15656         (audio_convert_transform),
15657         (gst_audio_convert_buffer_to_default_format),
15658         (gst_audio_convert_buffer_from_default_format),
15659         (gst_audio_convert_channels):
15660         * gst/audioconvert/gstchannelmix.c:
15661         * gst/audioconvert/gstchannelmix.h:
15662           port to basetransform
15663         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15664         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
15665         (gst_ffmpegcsp_get_unit_size):
15666         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15667         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
15668           fix for basetransform changes
15669
15670 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15671
15672         * check/Makefile.am:
15673           Add CHECK_CFLAGS and LDFLAGS
15674
15675         * gst/playback/gstplaybasebin.c: (fill_buffer):
15676           GST_MESSAGE_SRC became a GObject
15677
15678 2005-08-24  Wim Taymans  <wim@fluendo.com>
15679
15680         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
15681         (gst_ring_buffer_clear_all):
15682         * gst-libs/gst/audio/gstringbuffer.h:
15683         Added function to clear the ringbuffer.
15684
15685 2005-08-24  Andy Wingo  <wingo@pobox.com>
15686
15687         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
15688         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
15689         of _open and _close.
15690
15691         * sys/v4l/gstv4lxoverlay.h:
15692         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
15693         an Xv connection here, instead of all the time. Make Xv only be
15694         loaded if you axe for it. Kindof a workaround for buggy behaviour
15695         of Xv when using remote xservers (XvQueryExtension would block).
15696         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
15697         replace the _open and _close public API. Only start the xv
15698         connection if necessary.
15699         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
15700
15701 2005-08-23  David Schleef  <ds@schleef.org>
15702
15703         * gst/audioresample/Makefile.am: Leet audioresampling code
15704         * gst/audioresample/buffer.c:
15705         * gst/audioresample/buffer.h:
15706         * gst/audioresample/debug.c:
15707         * gst/audioresample/debug.h:
15708         * gst/audioresample/functable.c:
15709         * gst/audioresample/functable.h:
15710         * gst/audioresample/gstaudioresample.c:
15711         * gst/audioresample/gstaudioresample.h:
15712         * gst/audioresample/resample.c:
15713         * gst/audioresample/resample.h:
15714         * gst/audioresample/resample_chunk.c:
15715         * gst/audioresample/resample_functable.c:
15716         * gst/audioresample/resample_ref.c:
15717
15718 2005-08-23  Wim Taymans  <wim@fluendo.com>
15719
15720         * examples/seeking/seek.c: (make_vorbis_pipeline),
15721         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
15722         Small seek updates.
15723
15724 2005-08-23  Andy Wingo  <wingo@pobox.com>
15725
15726         * gst-libs/gst/audio/gstbaseaudiosrc.c
15727         (gst_base_audio_src_fixate): Only fixate endianness if it is
15728         present in the caps.
15729
15730 2005-08-22  Andy Wingo  <wingo@pobox.com>
15731
15732         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
15733         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
15734         device-name property.
15735
15736         * gst-libs/gst/audio/gstaudiosrc.h:
15737         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
15738         close_device in the ring buffer, like gstaudiosink.
15739
15740         * ext/alsa/gstalsamixer.h:
15741         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
15742         macro to implement the interface without much code. Cleanups. 
15743
15744         * ext/alsa/gstalsasrc.h:
15745         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
15746         READY.
15747
15748         * ext/alsa/Makefile.am: Add new files.
15749         * ext/alsa/gstalsamixerelement.c: 
15750         * ext/alsa/gstalsamixerelement.c: Split element code out from
15751         mixer code so that alsasrc can be a mixer too.
15752
15753 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15754
15755         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15756         (GST_START_TEST):
15757         * check/elements/vorbisdec.c: (setup_vorbisdec),
15758         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
15759         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15760         (vorbis_handle_identification_packet),
15761         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
15762         (vorbis_handle_header_packet), (vorbis_dec_push),
15763         (vorbis_dec_chain):
15764           use the setup/teardown methods to save code.  save code is good.
15765
15766 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15767
15768         * check/Makefile.am:
15769           add ext dir for plugins
15770           add vorbisdec test conditionally
15771         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15772         (GST_START_TEST), (volume_suite):
15773           add a test with wrong caps
15774         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
15775         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
15776           add a vorbisdec test
15777         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
15778         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
15779           clean up debug output
15780         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15781           yay, fix a segfault/security issue in vorbisdec
15782           gst-launch fakesrc ! vorbisdec wasn't happy
15783         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
15784         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
15785         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
15786         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15787         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
15788         (gst_vorbisenc_set_metadata), (get_constraints_string),
15789         (update_start_message), (gst_vorbisenc_setup),
15790         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15791         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
15792         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
15793         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
15794         * ext/vorbis/vorbisenc.h:
15795           march in line
15796         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15797         (gst_ffmpegcsp_transform):
15798           have the kow come home
15799         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15800           debug my func ptr
15801         * gst/volume/gstvolume.c: (volume_set_caps):
15802           add a debug
15803
15804 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15805
15806         * Makefile.am:
15807         * check/.cvsignore:
15808         * check/Makefile.am:
15809         * check/elements/.cvsignore:
15810         * check/elements/volume.c: (chain_func), (event_func),
15811         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
15812         (main):
15813         * configure.ac:
15814           add unit test structure for gst-plugins-base
15815           add a test for volume
15816         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
15817         (gst_volume_set_volume), (gst_volume_get_volume),
15818         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
15819         (volume_funcfind), (volume_process_float), (volume_process_int16),
15820         (volume_set_caps), (volume_transform), (volume_update_mute),
15821         (volume_update_volume), (volume_set_property),
15822         (volume_get_property):
15823           document a little; use basetransform vmethod _set_caps
15824
15825 2005-08-19  Andy Wingo  <wingo@pobox.com>
15826
15827         * ext/alsa/gstalsamixertrack.h:
15828         * ext/alsa/gstalsamixertrack.c:
15829         * ext/alsa/gstalsamixeroptions.h:
15830         * ext/alsa/gstalsamixeroptions.c:
15831         * ext/alsa/gstalsamixer.h:
15832         * ext/alsa/gstalsamixer.c: Port to 0.9.
15833
15834         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
15835         Remove gstalsa.c and alsaclock. No more cruft here.
15836         
15837 2005-08-18  Wim Taymans  <wim@fluendo.com>
15838
15839         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15840         (gst_base_rtp_depayload_chain),
15841         (gst_base_rtp_depayload_add_to_queue),
15842         (gst_base_rtp_depayload_push),
15843         (gst_base_rtp_depayload_queue_release):
15844         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15845         Fix for RTPBuffer changes.
15846
15847         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
15848         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
15849         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
15850         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
15851         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
15852         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
15853         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
15854         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
15855         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
15856         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
15857         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
15858         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
15859         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
15860         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
15861         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
15862         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
15863         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
15864         (gst_rtpbuffer_get_payload):
15865         * gst-libs/gst/rtp/gstrtpbuffer.h:
15866         Don't subclass GstBuffer but add methods and helper functions
15867         to construct and manipulate RTP packets in regular GstBuffers.
15868
15869 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
15870
15871         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15872           moved statement below switch
15873         * gst/volume/gstvolume.c: (gst_volume_class_init):
15874           added debug ptr
15875
15876 2005-08-16  Wim Taymans  <wim@fluendo.com>
15877
15878         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15879         (gst_base_audio_src_change_state):
15880         Open and close device in READY<->NULL state change.
15881
15882 2005-08-16  Andy Wingo  <wingo@pobox.com>
15883
15884         * examples/seeking/Makefile.am: Don't compile non-compiling
15885         compiled objects with the compiler.
15886
15887         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
15888         elements.
15889
15890 2005-08-12  Philippe Khalaf <burger@speedy.org>
15891         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15892         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15893           Made a thread to release the queue.
15894           Removed timestamp conversion for now.
15895
15896 2005-08-10  Philippe Khalaf <burger@speedy.org>
15897         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15898         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15899           Added rtp timestamp -> gst timestamp conversion.
15900           Fixed several problems with queue.
15901
15902 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15903
15904         * gst-libs/gst/audio/gstaudioclock.h:
15905         * gst-libs/gst/audio/gstaudiofilter.h:
15906         * gst-libs/gst/audio/gstaudiosink.h:
15907         * gst-libs/gst/audio/gstaudiosrc.h:
15908         * gst-libs/gst/audio/gstbaseaudiosink.h:
15909         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15910         * gst-libs/gst/audio/gstringbuffer.h:
15911         * gst-libs/gst/net/gstnetbuffer.h:
15912         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15913         * gst-libs/gst/rtp/gstrtpbuffer.h:
15914           Add padding (you will need to rebuild gst-plugins-base,
15915           gst-plugins and all applications afterwards!)
15916
15917 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15918
15919         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15920         (gst_riff_parse_chunk):
15921           Fix bug in debug message and add some more debug messages.
15922
15923 2005-08-08  Edward Hervey  <edward@fluendo.com>
15924
15925         * gst-libs/gst/riff/riff-media.c:
15926         backported updates since branch
15927
15928 2005-08-08  Andy Wingo  <wingo@pobox.com>
15929
15930         * gst-libs/gst/audio/gstbaseaudiosink.c
15931         (gst_base_audio_sink_change_state): Open the device in NULL->READY
15932         like good elements should. Close on READY->NULL too.
15933
15934         * gst-libs/gst/audio/gstaudiosink.c
15935         (gst_audioringbuffer_open_device,
15936         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
15937         (gst_audioringbuffer_release): Updates for new ring buffer API,
15938         hook into the new audio sink api.
15939
15940         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
15941         (GstAudioSinkClass.close): Just open and close the device -- no
15942         resource allocation or configuration.
15943         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
15944         vmethods, handle device setup and resource allocation.
15945
15946         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
15947         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
15948         base class API.
15949
15950         * gst-libs/gst/audio/gstringbuffer.h
15951         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
15952         New vmethods.
15953
15954         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
15955         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
15956         New API functions. The device should be opened before acquiring
15957         and closed after releasing.
15958
15959 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15960
15961         * gst-libs/gst/interfaces/mixer.h:
15962           Reset padding to GST_PADDING.
15963
15964 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15965
15966         * gst/playback/gstplaybin.c: (remove_sinks):
15967           Remove visualization from parent explicitely; works around some
15968           apparent refcount issue that I haven't tracked down yet.
15969
15970 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15971
15972         * ext/alsa/gstalsasink.c: (set_hwparams):
15973           Assign debug category, add negotiation debug msgs.
15974
15975 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15976
15977         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
15978           Fix error code for file-not-found to NOT_FOUND.
15979
15980 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15981
15982         * common/gtk-doc-plugins.mak:
15983         * docs/plugins/Makefile.am:
15984         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15985         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15986           renamed to actual element names, so much nicer to look at
15987         * docs/plugins/tmpl/gstmultifdsink.sgml:
15988           remove
15989         * docs/plugins/tmpl/multifdsink.sgml:
15990         * docs/plugins/tmpl/tcpserversink.sgml:
15991           add
15992         * ext/alsa/gstalsa.c:
15993         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
15994         * ext/ogg/gstoggmux.c:
15995         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15996         * gst/playback/gstdecodebin.c:
15997         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15998         * gst/tcp/gsttcpserversink.c:
15999           various fixes and documentation additions
16000
16001 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16002
16003         * common/Makefile.am:
16004         * common/gstdoc-scangobj:
16005         * common/gtk-doc-plugins.mak:
16006         * common/gtk-doc.mak:
16007           add a custom scangobj that uses the registry
16008           add a custom gtk-doc-plugins.mak that uses it
16009           some doc build fixes
16010         * configure.ac:
16011         * docs/Makefile.am:
16012         * docs/plugins/Makefile.am:
16013         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16014         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16015         * docs/plugins/gst-plugins-base-plugins.types:
16016         * docs/plugins/tmpl/gstmultifdsink.sgml:
16017           add docs for one element, multifdsink
16018         * gst/adder/gstadder.h:
16019         * gst/volume/gstvolume.h:
16020           don't privatize enum
16021         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16022         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16023         (gst_sync_method_get_type), (gst_client_status_get_type),
16024         (gst_multifdsink_class_init),
16025         (gst_multifdsink_client_queue_buffer),
16026         (gst_multifdsink_handle_client_write):
16027         * gst/tcp/gstmultifdsink.h:
16028         * gst/tcp/gsttcp.h:
16029         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16030         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16031         (gst_tcpclientsink_render):
16032         * gst/tcp/gsttcpclientsink.h:
16033         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16034         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
16035         (gst_tcpclientsrc_start):
16036         * gst/tcp/gsttcpclientsrc.h:
16037         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16038         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
16039         * gst/tcp/gsttcpserversrc.h:
16040         * gst/typefind/gsttypefindfunctions.c:
16041           remove superfluous Type stuff
16042
16043 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16044
16045         * gst/playback/gstplaybin.c: (gen_video_element):
16046           Enable videoscale.
16047
16048 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16049
16050         * gst-libs/gst/gconf/gconf.c:
16051         * gst-libs/gst/gconf/gconf.h:
16052           Fix some Andy Problem [tm].
16053
16054 2005-08-04  Andy Wingo  <wingo@pobox.com>
16055
16056         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
16057         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
16058         (gst_ffmpegcsp_get_size): Adapt to API changes.
16059
16060         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
16061         Implement an in-place do-nothing transform.
16062
16063 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16064
16065         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
16066         (gst_ximagesink_renegotiate_size):
16067           Do not set new window sizes yet if we prepare a new buffer size
16068           for upstream renegotiation (software scaling) at some point in the
16069           future, because this new size waqs not actually accepted yet. Once
16070           accepted, renegotiation later on will set the new sizes just fine.
16071           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
16072           embedding testcase.
16073
16074 2005-08-03  Andy Wingo  <wingo@pobox.com>
16075
16076         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
16077         (gst_ximagesink_buffer_alloc): 
16078         Protect the height, width, and desired_caps with the pool_lock.
16079         Fixes videotestsrc ! queue ! ximagesink.
16080
16081 2005-08-02  Edward Hervey  <edward@fluendo.com>
16082
16083         * gst/volume/gstvolume.c:
16084         include left from controller cleanup
16085
16086 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
16087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
16088           Stop collectpads before calling the parent state
16089           change function on PAUSED->READY.
16090
16091 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
16092         * configure.ac:
16093           When testing for X libs, use the X CFlags 
16094         * gst/adder/gstadder.c: (gst_adder_change_state):
16095           Stop the collectpads before calling parent state change function
16096           on PAUSED->READY, otherwise we deadlock deactivating pads.
16097
16098 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
16099
16100         * configure.ac:
16101         * docs/libs/tmpl/gstcolorbalance.sgml:
16102         * docs/libs/tmpl/gstmixer.sgml:
16103         * examples/Makefile.am:
16104         * gst/sine/Makefile.am:
16105         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
16106         (gst_sinesrc_set_property), (plugin_init):
16107         * gst/sine/gstsinesrc.h:
16108         * gst/volume/Makefile.am:
16109         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16110         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
16111         (volume_process_float), (volume_process_int16),
16112         (volume_set_property), (plugin_init):
16113         * gst/volume/gstvolume.h:
16114           deactivate and remove dparams (libgstcontrol)
16115
16116 2005-07-29  Wim Taymans  <wim@fluendo.com>
16117
16118         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
16119         Convert me to BaseTransform!! help..
16120
16121 2005-07-29  Andy Wingo  <wingo@pobox.com>
16122
16123         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16124         sinks.
16125
16126         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16127         support of both endiannesses.
16128
16129 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16130
16131         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16132           Fix confusing debug message (s/event/query/)
16133
16134 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16135
16136         * gst/videotestsrc/videotestsrc.h:
16137           Use "_stdint.h" instead of <stdint.h>
16138
16139 2005-07-27  Wim Taymans  <wim@fluendo.com>
16140
16141         * ext/vorbis/Makefile.am:
16142         Revert wrong commit.
16143
16144 2005-07-27  Wim Taymans  <wim@fluendo.com>
16145
16146         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16147         More compilation fixen.
16148
16149 2005-07-27  Wim Taymans  <wim@fluendo.com>
16150
16151         * gst-libs/gst/audio/gstbaseaudiosink.c:
16152         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16153         (gst_base_audio_sink_create_ringbuffer),
16154         (gst_base_audio_sink_change_state):
16155         Fix compilation.
16156
16157 2005-07-27  Wim Taymans  <wim@fluendo.com>
16158
16159         * examples/seeking/seek.c: (setup_dynamic_link),
16160         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16161         (query_positions_elems), (query_positions_pads), (do_seek):
16162         Update seek example.
16163
16164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16165         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16166         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16167         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16168         (gst_ogg_demux_handle_event),
16169         (gst_ogg_demux_deactivate_current_chain),
16170         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16171         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16172         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16173         (gst_ogg_demux_loop):
16174         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16175         * ext/theora/theoradec.c: (theora_dec_src_event),
16176         (theora_dec_src_getcaps), (theora_dec_sink_event),
16177         (theora_dec_push), (theora_dec_chain):
16178         * ext/vorbis/Makefile.am:
16179         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16180         (vorbis_dec_sink_event), (vorbis_dec_push),
16181         (vorbis_handle_data_packet):
16182         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16183         (gst_vorbisenc_chain):
16184         * gst/playback/gststreaminfo.c: (cb_probe):
16185         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16186         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16187         * gst/videoscale/gstvideoscale.c:
16188         (gst_videoscale_handle_src_event):
16189         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16190         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16191         (gst_ximagesink_navigation_send_event):
16192         * sys/xvimage/xvimagesink.c:
16193         (gst_xvimagesink_navigation_send_event):
16194         Various event updates and cleanups
16195
16196 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16197
16198         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16199           Fix segfault for I420/YV12.
16200
16201 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16202
16203         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16204           Report bitrate.
16205
16206 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16207
16208         * gst/playback/gstplaybin.c: (gen_video_element),
16209         (gen_audio_element):
16210           Switch to auto*sink elements as default sinks; add volume element
16211           so that volume control in totem works.
16212
16213 2005-07-21  Wim Taymans  <wim@fluendo.com>
16214
16215         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16216         * gst/playback/gstplaybin.c: (setup_sinks),
16217         (gst_play_bin_change_state):
16218         Refcount fix and more comments.
16219
16220 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16221
16222         * sys/ximage/Makefile.am:
16223         * sys/ximage/ximage.c: (plugin_init):
16224         * sys/ximage/ximagesink.c:
16225         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16226         
16227
16228 2005-07-21  Wim Taymans  <wim@fluendo.com>
16229
16230         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16231         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16232         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16233         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16234         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16235         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16236         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16237         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16238         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16239         Generate correct disconts for live chained oggs.
16240
16241         * gst-libs/gst/audio/gstbaseaudiosink.c:
16242         (gst_base_audio_sink_render),
16243         (gst_base_audio_sink_create_ringbuffer),
16244         (gst_base_audio_sink_change_state):
16245         Handle discont math correctly.
16246
16247         * gst/playback/gstplaybin.c: (add_sink):
16248         Some small debug cleanup.
16249
16250 2005-07-21  Wim Taymans  <wim@fluendo.com>
16251
16252         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16253         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16254         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16255         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16256         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16257         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16258         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16259         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16260         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16261         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16262         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16263         (gst_ogg_demux_change_state), (gst_ogg_print):
16264         Reorganize code to send the right disconts when in streaming
16265         mode.
16266
16267 2005-07-20  Andy Wingo  <wingo@pobox.com>
16268
16269         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16270         fix (?), fixes a seggie mcfalterson (#310894).
16271
16272 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16273
16274         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16275         (gst_ogg_mux_set_header_on_caps):
16276         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16277         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16278         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16279         * gst-libs/gst/audio/multichannel.c:
16280         (gst_audio_set_channel_positions),
16281         (gst_audio_set_structure_channel_positions_list):
16282         * gst/playback/gstdecodebin.c: (dynamic_create):
16283         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16284         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16285           Fixes for API changes in core.
16286
16287 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16288
16289         * gst/playback/gstplaybasebin.c: (fill_buffer):
16290           Use _new_custom() so we can set custom message types for buffering
16291           messages.
16292
16293 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16294
16295         * configure.ac:
16296         * gst-libs/gst/Makefile.am:
16297         * gst-libs/gst/gconf/.cvsignore:
16298         * gst-libs/gst/gconf/Makefile.am:
16299         * gst-libs/gst/gconf/test-gconf.c:
16300         * pkgconfig/Makefile.am:
16301         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16302         * pkgconfig/gstreamer-gconf.pc.in:
16303           Remove gconf stuff, use gconf elements instead from now on.
16304
16305 2005-07-20  Wim Taymans  <wim@fluendo.com>
16306
16307         * gst-libs/gst/audio/TODO:
16308         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16309         (gst_audio_clock_get_internal_time):
16310         * gst-libs/gst/audio/gstaudioclock.h:
16311         * gst-libs/gst/audio/gstbaseaudiosink.c:
16312         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16313         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16314         (gst_base_audio_sink_render),
16315         (gst_base_audio_sink_create_ringbuffer),
16316         (gst_base_audio_sink_change_state):
16317         Make sure the audio clock always returns an increasing value.
16318
16319 2005-07-19  Andy Wingo  <wingo@pobox.com>
16320
16321         * gst/videotestsrc/: Cleanups.
16322
16323 2005-07-19  Wim Taymans  <wim@fluendo.com>
16324
16325         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16326         Better debugging.
16327
16328 2005-07-19  Wim Taymans  <wim@fluendo.com>
16329
16330         * examples/seeking/seek.c: (make_dv_pipeline),
16331         (make_vorbis_theora_pipeline), (query_rates),
16332         (query_positions_elems), (query_positions_pads), (do_seek):
16333         Make correct DV pipeline.
16334
16335 2005-07-18  Andy Wingo  <wingo@pobox.com>
16336
16337         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16338         default. Also because it's the only thing that really works. (This
16339         is used in the GConf elements).
16340         Use AS_LIBTOOL_TAGS.
16341
16342 2005-07-18  Wim Taymans  <wim@fluendo.com>
16343
16344         * gst/playback/gstdecodebin.c: (remove_element_chain):
16345         * gst/playback/gstplaybin.c: (add_sink):
16346         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16347         (gst_stream_info_set_mute):
16348         * gst/playback/gststreamselector.c:
16349         (gst_stream_selector_get_linked_pad),
16350         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16351         More leak and compile fixes.
16352
16353 2005-07-18  Wim Taymans  <wim@fluendo.com>
16354
16355         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16356         (query_rates), (query_positions_elems), (query_positions_pads),
16357         (do_seek), (seek_cb), (stop_seek):
16358         Updated seek example. 
16359
16360         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16361         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16362         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16363         * gst/playback/gstplaybin.c: (add_sink):
16364         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16365         (gst_stream_info_set_mute):
16366         Some refcount leak fixes.
16367
16368 2005-07-16  Wim Taymans  <wim@fluendo.com>
16369
16370         * gst-libs/gst/audio/gstbaseaudiosink.c:
16371         (gst_base_audio_sink_render):
16372         Align samples even if we have roundoff errors in the 
16373         timestamp conversion.
16374
16375 2005-07-16  Wim Taymans  <wim@fluendo.com>
16376
16377         * docs/libs/tmpl/gstringbuffer.sgml:
16378         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16379         (query_rates), (query_positions_elems), (query_positions_pads),
16380         (update_scale), (do_seek):
16381         Updated seek example.
16382
16383         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16384         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16385         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16386         (gst_ogg_demux_loop):
16387         Push out correct discont values.
16388
16389         * ext/theora/theoradec.c: (theora_dec_src_convert),
16390         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16391         (theora_dec_sink_event), (theora_handle_type_packet),
16392         (theora_handle_header_packet), (theora_dec_push),
16393         (theora_handle_data_packet), (theora_dec_chain),
16394         (theora_dec_change_state):
16395         Better timestamping.
16396
16397         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16398         (vorbis_dec_sink_event), (vorbis_dec_push),
16399         (vorbis_handle_data_packet), (vorbis_dec_chain):
16400         * ext/vorbis/vorbisdec.h:
16401         Better timestamping.
16402
16403         * gst-libs/gst/audio/gstbaseaudiosink.c:
16404         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16405         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16406         Handle syncing on timestamps instead of sample offsets. Make
16407         use of DISCONT values as described in design docs.
16408
16409         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16410         (gst_base_audio_src_get_time):
16411         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16412         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16413         (gst_ring_buffer_read):
16414         * gst-libs/gst/audio/gstringbuffer.h:
16415         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16416         (gst_ximagesink_show_frame):
16417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16418         Correcly convert buffer timestamp to stream time.
16419
16420 2005-07-16  Wim Taymans  <wim@fluendo.com>
16421
16422         * gst/audioconvert/gstaudioconvert.c:
16423         (gst_audio_convert_get_buffer):
16424         Timestamp buffers correctly.
16425
16426         * gst/playback/gstplaybin.c: (gen_video_element):
16427         Make internal fakesink silent.
16428
16429 2005-07-15  Wim Taymans  <wim@fluendo.com>
16430
16431         * gst/ffmpegcolorspace/Makefile.am:
16432         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16433         (gst_ffmpegcsp_caps_remove_format_info),
16434         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16435         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16436         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16437         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16438         Ported ffmpegcolorspace to basetransform.
16439
16440         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16441         * gst/volume/gstvolume.c: (volume_transform):
16442         Ported to new API.
16443
16444 2005-07-14  Wim Taymans  <wim@fluendo.com>
16445
16446         * gst/videotestsrc/Makefile.am:
16447         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16448         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16449         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16450         (gst_videotestsrc_init), (gst_videotestsrc_event),
16451         (gst_videotestsrc_create), (gst_videotestsrc_start),
16452         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16453         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16454         (gst_videotestsrc_get_property):
16455         * gst/videotestsrc/gstvideotestsrc.h:
16456         Make videotestsrc a pushsrc.
16457
16458 2005-07-14  Wim Taymans  <wim@fluendo.com>
16459
16460         * gst/tcp/gstfdset.c: (gst_fdset_free):
16461         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16462         (gst_multifdsink_add), (gst_multifdsink_remove),
16463         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16464         (gst_multifdsink_remove_client_link),
16465         (gst_multifdsink_client_queue_data),
16466         (gst_multifdsink_client_queue_caps),
16467         (gst_multifdsink_client_queue_buffer),
16468         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16469         (gst_multifdsink_stop):
16470         * gst/tcp/gstmultifdsink.h:
16471         0.8 backporting.
16472
16473         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16474         Also draw image when not from a pool.
16475
16476 2005-07-14  Wim Taymans  <wim@fluendo.com>
16477
16478         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16479         (mute_stream), (silence_stream):
16480         Small debug additions.
16481
16482 2005-07-14  Wim Taymans  <wim@fluendo.com>
16483
16484         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16485         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16486         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16487         Better error recovery, ignore unconnected pads and
16488         non-fatal errors.
16489
16490 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16491
16492         * docs/libs/tmpl/gstaudio.sgml:
16493         * docs/libs/tmpl/gstcolorbalance.sgml:
16494         * docs/libs/tmpl/gstgconf.sgml:
16495         * docs/libs/tmpl/gstmixer.sgml:
16496         * docs/libs/tmpl/gstringbuffer.sgml:
16497         * docs/libs/tmpl/gsttuner.sgml:
16498         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16499         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16500         (gst_tcpclientsrc_class_init):
16501         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16502         (gst_tcpserversrc_class_init):
16503         * sys/v4l/gstv4lelement.c:
16504           more autistic cleanliness in functions/names/defines
16505
16506 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16507
16508         * configure.ac:
16509           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16510           added manually to each Makefile.am so we are sure it goes
16511           *last* and doesn't add -L flags before linking in libs of our
16512           own, like, say, internal .la libs, that then accidentally pick
16513           up the installed copy.
16514         * docs/libs/Makefile.am:
16515         * ext/alsa/Makefile.am:
16516         * ext/cdparanoia/Makefile.am:
16517         * ext/gnomevfs/Makefile.am:
16518         * ext/libvisual/Makefile.am:
16519         * ext/ogg/Makefile.am:
16520         * ext/theora/Makefile.am:
16521         * ext/vorbis/Makefile.am:
16522         * gst-libs/gst/video/Makefile.am:
16523         * gst/adder/Makefile.am:
16524         * gst/audioconvert/Makefile.am:
16525         * gst/audiorate/Makefile.am:
16526         * gst/audioscale/Makefile.am:
16527         * gst/ffmpegcolorspace/Makefile.am:
16528         * gst/playback/Makefile.am:
16529         * gst/sine/Makefile.am:
16530         * gst/subparse/Makefile.am:
16531         * gst/tags/Makefile.am:
16532         * gst/tcp/Makefile.am:
16533         * gst/typefind/Makefile.am:
16534         * gst/videorate/Makefile.am:
16535         * gst/videoscale/Makefile.am:
16536         * gst/videotestsrc/Makefile.am:
16537         * gst/volume/Makefile.am:
16538         * sys/v4l/Makefile.am:
16539         * sys/ximage/Makefile.am:
16540         * sys/xvimage/Makefile.am:
16541           adapt properly to this change. This should make sure that
16542           plugins and libs properly link to the as-yet-uninstalled
16543           copies of stuff like libgstinterfaces and libgstvideo
16544
16545 2005-07-13  Andy Wingo  <wingo@pobox.com>
16546
16547         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16548         (gst_v4lsrc_fixate): Fixate on format as well.
16549
16550         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16551         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16552         buffer points to it.
16553         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16554         rather just doing X calls ourselves. Also fixes a memleak.
16555
16556 2005-07-12  Andy Wingo  <wingo@pobox.com>
16557
16558         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16559         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16560         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16561         TRUE to avoid deadlocks if an element holds on to our buffers.
16562
16563 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16564
16565         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16566         (gst_sinesrc_init), (gst_sinesrc_create),
16567         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16568         (gst_sinesrc_start):
16569         * gst/sine/gstsinesrc.h:
16570           removing num-buffers property before moving it
16571
16572 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16573
16574         * configure.ac:
16575           use overridable ERROR_CFLAGS
16576         * docs/libs/gst-plugins-base-libs.types:
16577         * docs/libs/tmpl/gstringbuffer.sgml:
16578         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16579         (gst_alsasink_class_init):
16580         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16581         (gst_alsasrc_class_init):
16582         * gst-libs/gst/audio/audio.h:
16583         * gst-libs/gst/audio/gstaudioclock.h:
16584         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16585         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16586         (gst_audio_filter_link), (gst_audio_filter_init),
16587         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16588         (gst_audio_filter_get_property),
16589         (gst_audio_filter_class_add_pad_templates):
16590         * gst-libs/gst/audio/gstaudiofilter.h:
16591         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16592         (gst_audio_filter_template_get_type),
16593         (gst_audio_filter_template_base_init),
16594         (gst_audio_filter_template_class_init),
16595         (gst_audio_filter_template_init),
16596         (gst_audio_filter_template_set_property),
16597         (gst_audio_filter_template_get_property), (plugin_init),
16598         (gst_audio_filter_template_setup),
16599         (gst_audio_filter_template_filter),
16600         (gst_audio_filter_template_filter_inplace):
16601         * gst-libs/gst/audio/gstaudiosink.c:
16602         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16603         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16604         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16605         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16606         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16607         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16608         * gst-libs/gst/audio/gstaudiosink.h:
16609         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16610         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16611         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16612         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16613         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16614         (gst_audio_src_class_init), (gst_audio_src_init),
16615         (gst_audio_src_create_ringbuffer):
16616         * gst-libs/gst/audio/gstaudiosrc.h:
16617         * gst-libs/gst/audio/gstbaseaudiosink.c:
16618         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16619         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16620         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16621         (gst_base_audio_sink_set_property),
16622         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16623         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16624         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16625         (gst_base_audio_sink_create_ringbuffer),
16626         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16627         * gst-libs/gst/audio/gstbaseaudiosink.h:
16628         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16629         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16630         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16631         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16632         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16633         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16634         (gst_base_audio_src_event), (gst_base_audio_src_create),
16635         (gst_base_audio_src_create_ringbuffer),
16636         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16637         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16638         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16639         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16640         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16641         (gst_ring_buffer_debug_spec_caps),
16642         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16643         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16644         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16645         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16646         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16647         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16648         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
16649         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16650         (gst_ring_buffer_clear):
16651         * gst-libs/gst/audio/gstringbuffer.h:
16652         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16653         (gst_video_sink_class_init), (gst_video_sink_get_type):
16654         * gst-libs/gst/video/videosink.h:
16655         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16656         (gst_multifdsink_class_init),
16657         (gst_multifdsink_handle_client_write),
16658         (gst_multifdsink_change_state):
16659         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16660         (gst_tcpclientsink_setcaps):
16661         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16662         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
16663         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
16664         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16665         (gst_ximagesink_send_pending_navigation),
16666         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
16667         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
16668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16669         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16670         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
16671         (gst_xvimagesink_send_pending_navigation),
16672         (gst_xvimagesink_navigation_send_event),
16673         (gst_xvimagesink_set_xwindow_id),
16674         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
16675         (gst_xvimagesink_get_type):
16676         more macro splitting
16677
16678 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16679
16680         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16681           plug a memleak, allows me to import 1479 albums in one go
16682           in jamboree
16683         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16684         (vorbis_handle_type_packet), (vorbis_dec_chain),
16685         (vorbis_dec_change_state):
16686           fix some format strings
16687
16688 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16689
16690         * docs/libs/tmpl/gstcolorbalance.sgml:
16691         * docs/libs/tmpl/gstmixer.sgml:
16692         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16693         (gst_alsasink_set_property), (gst_alsasink_get_property):
16694         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16695         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
16696           add device property
16697
16698 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16699
16700         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16701         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16702         (audiocast_register_listener), (audiocast_thread_run),
16703         (gst_gnomevfssrc_send_additional_headers_callback),
16704         (gst_gnomevfssrc_received_headers_callback),
16705         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
16706         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
16707         (gst_gnomevfssrc_get_size):
16708           add/clean up debugging
16709         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
16710           cleanups
16711
16712 2005-07-07  Andy Wingo  <wingo@pobox.com>
16713
16714         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
16715         framerate. Need to get a handle on when exactly this function is
16716         called, tho.
16717
16718         * sys/v4l/v4lsrc_calls.h:
16719         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
16720         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
16721         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
16722
16723         * sys/v4l/v4l_calls.h: Cast to V4lElement.
16724         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
16725         v4lelements are sources.
16726
16727         * sys/v4l/gstv4lxoverlay.h:
16728         * sys/v4l/gstv4lxoverlay.c:
16729         * sys/v4l/gstv4ltuner.h:
16730         * sys/v4l/gstv4ltuner.c: Header loc fixen.
16731         
16732         * sys/v4l/gstv4lsrc.h:
16733         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
16734         PushSrc/BaseSrc. Removed most sync-related properties, videorate
16735         or something should handle that. Made a live source.
16736
16737         * sys/v4l/gstv4lelement.h:
16738         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
16739         signals. Some cleanups.
16740
16741         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
16742
16743         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
16744         stuff.
16745
16746         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
16747         stuff.
16748
16749         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
16750
16751 2005-07-07  Wim Taymans  <wim@fluendo.com>
16752
16753         * ext/theora/theoradec.c: (theora_get_query_types),
16754         (theora_dec_src_getcaps), (theora_dec_push):
16755         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
16756         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
16757         Remove deprecated/unused query types.
16758
16759 2005-07-06  Wim Taymans  <wim@fluendo.com>
16760
16761         * ext/alsa/Makefile.am:
16762         * ext/alsa/gstalsaplugin.c: (plugin_init):
16763         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16764         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16765         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
16766         (gst_alsasrc_class_init), (gst_alsasrc_init),
16767         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
16768         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
16769         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
16770         (gst_alsasrc_reset):
16771         * ext/alsa/gstalsasrc.h:
16772         * gst-libs/gst/audio/Makefile.am:
16773         * gst-libs/gst/audio/gstaudiosink.c:
16774         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16775         (gst_audioringbuffer_start):
16776         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16777         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16778         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
16779         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
16780         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16781         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16782         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
16783         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
16784         * gst-libs/gst/audio/gstaudiosrc.h:
16785         * gst-libs/gst/audio/gstbaseaudiosink.c:
16786         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16787         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
16788         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
16789         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16790         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
16791         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
16792         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
16793         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
16794         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
16795         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
16796         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
16797         (gst_baseaudiosrc_change_state):
16798         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16799         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
16800         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
16801         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
16802         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
16803         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
16804         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
16805         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
16806         * gst-libs/gst/audio/gstringbuffer.h:
16807         Added audiosource base classes.
16808         Ported alsasrc, still very basic.
16809
16810 2005-07-06  Wim Taymans  <wim@fluendo.com>
16811
16812         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
16813         (theora_dec_push), (theora_handle_data_packet):
16814         Prepare for better timestamp fix later.
16815
16816         * gst/audioconvert/gstaudioconvert.c:
16817         List most accurate caps first
16818
16819         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
16820         Use proper pad task function.
16821
16822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16823         (gst_xvimagesink_show_frame):
16824         Fix deadlock when alloc failed.
16825
16826 2005-07-05  Andy Wingo  <wingo@pobox.com>
16827
16828         * ext/gnomevfs/gstgnomevfssrc.c:
16829         * gst/sine/gstsinesrc.c:
16830         * gst/tcp/gsttcpserversrc.c:
16831         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
16832
16833         * sys/v4l/: Port from 0.8.
16834
16835         * Many files: Null if we got it....
16836
16837 2005-07-05  Andy Wingo  <wingo@pobox.com>
16838
16839         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
16840         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
16841         Signedness fixes.
16842
16843 2005-07-05  Wim Taymans  <wim@fluendo.com>
16844
16845         * configure.ac:
16846         * gst/tcp/Makefile.am:
16847         * gst/tcp/README:
16848         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16849         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
16850         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16851         (is_sync_frame), (gst_multifdsink_handle_client_write),
16852         (gst_multifdsink_render), (gst_multifdsink_start),
16853         (gst_multifdsink_stop), (gst_multifdsink_change_state):
16854         * gst/tcp/gstmultifdsink.h:
16855         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
16856         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
16857         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
16858         * gst/tcp/gsttcp.h:
16859         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16860         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16861         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16862         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
16863         * gst/tcp/gsttcpclientsink.h:
16864         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16865         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
16866         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
16867         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
16868         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
16869         * gst/tcp/gsttcpclientsrc.h:
16870         * gst/tcp/gsttcpplugin.c: (plugin_init):
16871         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
16872         * gst/tcp/gsttcpserversink.h:
16873         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16874         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
16875         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
16876         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16877         (gst_tcpserversrc_stop):
16878         * gst/tcp/gsttcpserversrc.h:
16879         * gst/tcp/gsttcpsink.c:
16880         * gst/tcp/gsttcpsink.h:
16881         * gst/tcp/gsttcpsrc.c:
16882         * gst/tcp/gsttcpsrc.h:
16883         Ported tcp plugins to 0.9. 
16884         
16885
16886 2005-07-05  Andy Wingo  <wingo@pobox.com>
16887
16888         * gst/playback/gstplaybasebin.c (fill_buffer):
16889         message_new_application fixen.
16890
16891         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
16892         Style fix.
16893
16894 2005-07-04  Wim Taymans  <wim@fluendo.com>
16895
16896         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16897         Set caps on output buffer.
16898
16899 2005-07-04  Andy Wingo  <wingo@pobox.com>
16900
16901         * ext/gnomevfs/gstgnomevfssrc.c
16902         (gst_gnomevfssrc_received_headers_callback) 
16903         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
16904         hopefully.
16905
16906         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
16907         No refcount leakage.
16908
16909         * configure.ac: Enable -Werror.
16910         
16911         * ext/theora/theoradec.c (theora_dec_src_getcaps):
16912         * gst/audioconvert/bufferframesconvert.c
16913         (buffer_frames_convert_fixate):
16914         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
16915         (gst_audio_convert_fixate):
16916         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
16917         (gst_sinesrc_create): Fixate func changes.
16918         
16919         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16920         (gst_ximagesink_buffer_alloc): Unused var.
16921
16922 2005-07-01  Andy Wingo  <wingo@pobox.com>
16923
16924         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
16925         getcaps to do explicit caps. Needs to be done in all decoders,
16926         possibly via a base class.
16927
16928         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
16929
16930         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
16931         caps on the sink pad, just rely on the pad template. Also, setting
16932         ANY caps on a pad is not valid because the caps are not fixed.
16933
16934         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
16935         caps on the buffer, and get the width from the desired_caps if
16936         they're set.
16937         (gst_ximagesink_renegotiate_size): Implement via setting the
16938         desired_caps on the ximagesink.
16939         (gst_ximagesink_setcaps): Only reset the width of the player if it
16940         wasn't already set. Not sure if this is right.
16941         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
16942
16943         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
16944         that the user wants. NULL unless the window has been resized.
16945
16946         * gst/volume/gstvolume.c (volume_transform): Adapt to
16947         basetransform refcount changes.
16948         
16949 2005-07-01  Andy Wingo  <wingo@pobox.com>
16950
16951         * gst/videoscale/gstvideoscale.c:
16952         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
16953         from BaseTransform, implements a transform_caps. Removed dead code
16954         including some PAR stuff that was never reached -- should probably
16955         be added back somehow.
16956
16957 2005-07-01  Andy Wingo  <wingo@pobox.com>
16958
16959         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
16960         come later.
16961
16962 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16963
16964         * configure.ac:
16965         * docs/libs/Makefile.am:
16966         * docs/libs/gst-plugins-libs.types:
16967         * ext/alsa/Makefile.am:
16968         * ext/alsa/gstalsamixer.h:
16969         * ext/alsa/gstalsamixeroptions.h:
16970         * ext/alsa/gstalsamixertrack.h:
16971         * gst-libs/gst/Makefile.am:
16972         * gst-libs/gst/colorbalance/.cvsignore:
16973         * gst-libs/gst/colorbalance/Makefile.am:
16974         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16975         * gst-libs/gst/colorbalance/colorbalance.c:
16976         * gst-libs/gst/colorbalance/colorbalance.h:
16977         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16978         * gst-libs/gst/colorbalance/colorbalancechannel.c:
16979         * gst-libs/gst/colorbalance/colorbalancechannel.h:
16980         * gst-libs/gst/interfaces/Makefile.am:
16981         * gst-libs/gst/interfaces/colorbalance.c:
16982         (gst_color_balance_class_init):
16983         * gst-libs/gst/interfaces/colorbalance.h:
16984         * gst-libs/gst/interfaces/interfaces-marshal.list:
16985         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
16986         * gst-libs/gst/interfaces/mixer.h:
16987         * gst-libs/gst/interfaces/mixeroptions.h:
16988         * gst-libs/gst/interfaces/navigation.c:
16989         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
16990         * gst-libs/gst/interfaces/tuner.h:
16991         * gst/volume/Makefile.am:
16992         * gst/volume/gstvolume.c:
16993         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16994         * sys/ximage/Makefile.am:
16995         * sys/ximage/ximagesink.c:
16996         * sys/xvimage/Makefile.am:
16997         * sys/xvimage/xvimagesink.c:
16998           fold in all interfaces into an interfaces dir, preserving CVS
16999           history
17000
17001 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17002
17003         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17004           Fix build after riff changes.
17005
17006 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17007
17008         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17009         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17010         (gst_riff_create_video_template_caps),
17011         (gst_riff_create_audio_template_caps),
17012         (gst_riff_create_iavs_template_caps):
17013         * gst-libs/gst/riff/riff-media.h:
17014         * gst-libs/gst/riff/riff-read.h:
17015         * gst-libs/gst/riff/riff.c: (gst_riff_init):
17016           Add gst_riff_init() to initialize the debug category, instead
17017           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
17018
17019 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17020
17021         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
17022           Oops, I shouldn't apply hacks.
17023
17024 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17025
17026         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
17027           Remove pad_loop function which doesn't work.
17028
17029 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17030
17031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
17032           Send EOS when deactivating.
17033         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17034         (check_queue), (queue_threshold_reached), (queue_out_of_data),
17035         (gen_preroll_element), (probe_triggered), (mute_stream),
17036         (silence_stream), (new_decoded_pad), (setup_substreams),
17037         (set_active_source):
17038         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
17039         (remove_sinks), (add_sink):
17040         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
17041           Change for new probe API.
17042
17043 2005-06-29  Wim Taymans  <wim@fluendo.com>
17044
17045         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
17046         * gst-libs/gst/audio/gstbaseaudiosink.c:
17047         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17048         (gst_baseaudiosink_change_state):
17049         * gst-libs/gst/audio/gstbaseaudiosink.h:
17050         * gst-libs/gst/audio/gstringbuffer.c:
17051         (gst_ringbuffer_set_callback):
17052         Fix compilation error.
17053         Ringbuffer starts out as not running.
17054         Free our clock in dispose.
17055         When releasing the ringbuffer we need to renegotiate so
17056         clear the pad caps.
17057
17058 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17059
17060         * autogen.sh:
17061         * configure.ac:
17062         * docs/Makefile.am:
17063         * docs/libs/Makefile.am:
17064         * docs/libs/gst-plugins-libs-docs.sgml:
17065         * docs/libs/gst-plugins-libs-sections.txt:
17066         * docs/libs/gst-plugins-libs.types:
17067         * docs/libs/tmpl/gstaudio.sgml:
17068         * docs/libs/tmpl/gstcolorbalance.sgml:
17069         * docs/libs/tmpl/gstringbuffer.sgml:
17070         * gst-libs/gst/audio/gstringbuffer.c:
17071         (gst_ringbuffer_set_callback):
17072           reinstate gtk-doc docs for plugin libs
17073
17074 2005-06-28  Wim Taymans  <wim@fluendo.com>
17075
17076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17077         (gst_ogg_demux_init):
17078         Removed pad loop function.
17079
17080 2005-06-28  Wim Taymans  <wim@fluendo.com>
17081
17082         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17083         If we're building a chain we are not in an error case
17084         when we queue a buffer.
17085
17086 2005-06-28  Andy Wingo  <wingo@pobox.com>
17087
17088         * *.c: Don't cast to GstObject before reffing/unreffing.
17089
17090 2005-06-27  Andy Wingo  <wingo@pobox.com>
17091
17092         * gst/videotestsrc/gstvideotestsrc.c
17093         (gst_videotestsrc_activate_push): Activation API changes.
17094
17095         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
17096         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
17097         they have refs on the decodebin.
17098
17099         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
17100         parent class.
17101         (gst_ogg_pad_typefind): Don't leak a pad ref.
17102         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
17103         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
17104         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
17105
17106 2005-06-27  Edward Hervey  <edward@fluendo.com>
17107
17108         * ext/theora/theoradec.c: (theora_dec_change_state): 
17109         re-arranged call to parent's state change in order to avoid locks (or
17110         worse).
17111
17112 2005-06-26  Edward Hervey  <edward@fluendo.com>
17113
17114         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17115         2nd argument of 'unknow-type' signal is a GstCaps and not a
17116         GstMiniObject
17117
17118 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
17119         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17120           Set the worker thread's running flag to TRUE before starting the
17121           thread.
17122         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17123           Catch a failure to add typefind to the bin.
17124
17125 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17126
17127         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17128         (gst_sinesrc_init), (gst_sinesrc_create),
17129         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17130         (gst_sinesrc_start):
17131         * gst/sine/gstsinesrc.h:
17132           add num-buffers and timestamp-offset properties
17133         * gst/videotestsrc/gstvideotestsrc.c:
17134         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17135         (gst_videotestsrc_get_property):
17136           add timestamp-offset property
17137
17138 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17139
17140         * configure.ac: add videorate
17141         * gst-plugins-base.spec.in: add videorate
17142
17143 2005-06-23  Wim Taymans  <wim@fluendo.com>
17144
17145         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17146         (gst_videorate_getcaps), (gst_videorate_setcaps),
17147         (gst_videorate_event), (gst_videorate_chain):
17148         Fixed videorate, fixating an already fixated caps is not
17149         an error.
17150
17151 2005-06-23  Wim Taymans  <wim@fluendo.com>
17152
17153         * ext/ogg/README:
17154         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17155         Buffer on caps is not boxed anymore.
17156
17157 2005-06-22  Wim Taymans  <wim@fluendo.com>
17158
17159         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17160         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17161         Set buffers on caps as miniobjects and not as boxed.
17162
17163 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17164
17165         * configure.ac:
17166           back to HEAD
17167
17168 === release 0.9.1 ===
17169
17170 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17171
17172         * .cvsignore:
17173         * NEWS:
17174         * README:
17175         * RELEASE:
17176         * configure.ac:
17177         * po/af.po:
17178         * po/az.po:
17179         * po/cs.po:
17180         * po/en_GB.po:
17181         * po/hu.po:
17182         * po/it.po:
17183         * po/nb.po:
17184         * po/nl.po:
17185         * po/or.po:
17186         * po/sq.po:
17187         * po/sr.po:
17188         * po/sv.po:
17189         * po/uk.po:
17190         * po/vi.po:
17191           updates for release
17192
17193 2005-06-09  Andy Wingo  <wingo@pobox.com>
17194
17195         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17196         
17197 2005-06-09  Andy Wingo  <wingo@pobox.com>
17198
17199         * configure.ac:
17200         * gst-libs/gst/Makefile.am:
17201         * gst-libs/gst/net/Makefile.am:
17202         Add gstnet to build.
17203
17204 2005-06-09  Andy Wingo  <wingo@pobox.com>
17205
17206         * gst-libs/gst/gconf/gconf.c:
17207         * gst/playback/test.c:
17208         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17209         fixes.
17210
17211         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17212
17213         * ext/theora/theoraenc.c (theora_enc_chain): 
17214         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17215
17216         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17217         RealPad.
17218
17219 2005-06-02  Wim Taymans  <wim@fluendo.com>
17220
17221         * gst-libs/gst/net/Makefile.am:
17222         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17223         * pkgconfig/gstreamer-libs.pc.in:
17224         Added net stuff, version net lib.
17225
17226 2005-06-02  Wim Taymans  <wim@fluendo.com>
17227
17228         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17229         (query_rates), (query_positions_elems), (query_positions_pads),
17230         (do_seek):
17231         Updated seek example.
17232
17233 2005-06-02  Andy Wingo  <wingo@pobox.com>
17234
17235         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17236         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17237         list.
17238
17239         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17240         remove the typefind, the bin dispose will do it for us. When it's
17241         removed and unreffed, the signal handler will be disconnected,
17242         too.
17243         (unlinked): It's too difficult to disconnect from unlinked
17244         handlers, as they are on pads not elements. Just punt if the pads
17245         aren't grandkids of the bin.
17246
17247 2005-06-02  Wim Taymans  <wim@fluendo.com>
17248
17249         * ext/ogg/README:
17250         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17251         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17252         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17253         * ext/theora/theoradec.c: (theora_dec_src_query),
17254         (theora_handle_data_packet):
17255         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17256         (theora_enc_chain):
17257         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17258         (vorbis_handle_data_packet):
17259         * gst/audioconvert/bufferframesconvert.c:
17260         (buffer_frames_convert_chain):
17261         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17262         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17263         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17264         (gst_ffmpegcsp_chain):
17265         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17266         (gst_videorate_getcaps), (gst_videorate_setcaps),
17267         (gst_videorate_event), (gst_videorate_chain):
17268         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17269         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17270         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17271         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17272         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17273         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17274         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17275         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17276         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17277         Cleanups and buffer alloc.
17278
17279 2005-05-31  Wim Taymans  <wim@fluendo.com>
17280
17281         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17282         Don't try to call the delay method when the device is not
17283         opened.
17284
17285 2005-05-31  Wim Taymans  <wim@fluendo.com>
17286
17287         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17288         Get actual segment size and buffer size after opening
17289         the device.
17290
17291 2005-05-30  Wim Taymans  <wim@fluendo.com>
17292
17293         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17294         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17295         Also FLUSH upstream, makes the loop function exit faster.
17296         
17297         * ext/theora/theoradec.c: (theora_dec_src_query):
17298         Some more debug info in the query.
17299         
17300         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17301         (gst_ximagesink_setcaps):
17302         Release lock on par error, better error reporting.
17303
17304 2005-05-26  Wim Taymans  <wim@fluendo.com>
17305
17306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17307         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17308         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17309         Clear chains in READY
17310         Queue packets until the chain is activated.
17311
17312 2005-05-25  Wim Taymans  <wim@fluendo.com>
17313
17314         * gst-libs/gst/audio/gstaudiosink.c:
17315         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17316         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17317         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17318         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17319         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17320         (gst_audiosink_create_ringbuffer):
17321         * gst-libs/gst/audio/gstbaseaudiosink.c:
17322         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17323         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17324         (gst_baseaudiosink_set_property), (build_linear_format),
17325         (debug_spec_caps), (debug_spec_buffer),
17326         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17327         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17328         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17329         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17330         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17331         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17332         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17333         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17334         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17335         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17336         (wait_segment), (gst_ringbuffer_commit),
17337         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17338         (gst_ringbuffer_clear):
17339         Various small cleanups.
17340
17341         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17342         (gst_audio_convert_change_state):
17343         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17344         No need to take the locks anymore.
17345
17346 2005-05-25  Wim Taymans  <wim@fluendo.com>
17347
17348         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17349         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17350         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17351         (type_found):
17352         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17353         (group_destroy), (group_commit), (queue_overrun),
17354         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17355         (mute_stream), (new_decoded_pad), (setup_substreams),
17356         (setup_source), (mute_group_type), (set_active_source),
17357         (gst_play_base_bin_change_state):
17358         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17359         (gen_video_element), (gen_text_element), (gen_audio_element),
17360         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17361         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17362         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17363         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17364         Some playbin cleanups mostly refcounting sloppyness.
17365
17366 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17367
17368         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17369           Work with streaming input.
17370
17371 2005-05-25  Wim Taymans  <wim@fluendo.com>
17372
17373         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17374         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17375         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17376         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17377         No need to take the STREAM lock anymore.
17378
17379 2005-05-25  Wim Taymans  <wim@fluendo.com>
17380
17381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17382         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17383         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17384         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17385         (gst_ogg_demux_sink_activate):
17386         * ext/theora/theoradec.c: (theora_dec_src_event),
17387         (theora_handle_comment_packet), (theora_dec_chain),
17388         (theora_dec_change_state):
17389         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17390         (vorbis_handle_data_packet), (vorbis_dec_chain),
17391         (vorbis_dec_change_state):
17392         Remove STREAM locks as they are taken in core now.
17393         Never set bogus granulepos on vorbis/theora.
17394         Fix leaks in theoradec tag parsing.
17395
17396 2005-05-25  Wim Taymans  <wim@fluendo.com>
17397
17398         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17399         Fix memleaks, GST_BUFFER_DATA() is not freed.
17400
17401 2005-05-25  Wim Taymans  <wim@fluendo.com>
17402
17403         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17404         Open non-blocking, set to blocking mode afterwards to avoid
17405         lockups when audio device is busy.
17406
17407 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17408
17409         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17410           This can't be good.
17411
17412 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17413
17414         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17415         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17416         (gst_audio_convert_setcaps):
17417           Implement instant setup switching.
17418
17419 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17420
17421         * gst/playback/gstplaybasebin.c: (probe_triggered):
17422           Fix missing unlock.
17423         * gst/playback/gstplaybin.c: (add_sink):
17424           First add, then link (otherwise pad link fails).
17425
17426 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17427
17428         * examples/Makefile.am:
17429         fix buildbot (make distcheck)
17430
17431 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17432
17433         * gst/playback/gstplaybin.c: (gen_vis_element):
17434           Remove some wrong code. Doesn't work yet.
17435
17436 2005-05-19  Wim Taymans  <wim@fluendo.com>
17437
17438         * gst-libs/gst/net/Makefile.am:
17439         * gst-libs/gst/net/README:
17440         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17441         (gst_netbuffer_class_init), (gst_netbuffer_init),
17442         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17443         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17444         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17445         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17446         * gst-libs/gst/net/gstnetbuffer.h:
17447         Added buffer subclass to store extra to/from addresses for
17448         network sources/sinks.
17449
17450 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17451
17452         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17453           Don't lock an unassigned variable.
17454
17455 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17456
17457         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17458           Increase buffer for video, decrease buffer for other media types.
17459         * gst/playback/gstplaybin.c: (gen_video_element),
17460         (gen_audio_element):
17461           Change names for debugging purposes.
17462
17463 2005-05-18  Wim Taymans  <wim@fluendo.com>
17464
17465         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17466         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17467         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17468         (gst_ffmpegcsp_chain):
17469         Enable buffer alloc passthrough if the source and dest
17470         formats are the same.
17471
17472 2005-05-17  Wim Taymans  <wim@fluendo.com>
17473
17474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17475         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17476         (gst_ogg_demux_chain_unlocked):
17477         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17478         (gst_audio_convert_caps_remove_format_info),
17479         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17480         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17481         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17482         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17483         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17484         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17485         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17486         (gst_ffmpegcsp_get_property):
17487         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17488         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17489         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17490         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17491         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17492         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17493         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17494         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17495         Leak fixes in oggdemux.
17496         Some cleanups in audioconvert.
17497         Make passthrough work along with buffer_alloc etc.
17498         Make buffer_alloc and buffer recycling actually work in
17499         xvimagesink.
17500
17501 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17502
17503         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17504           make the compiler happy
17505
17506 2005-05-17  Wim Taymans  <wim@fluendo.com>
17507
17508         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17509         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17510         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17511         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17512         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17513         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17514         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17515         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17516         (gst_xvimagesink_set_xwindow_id):
17517         * sys/xvimage/xvimagesink.h:
17518         Port xvimagesink to new MiniObject.
17519
17520 2005-05-17  Wim Taymans  <wim@fluendo.com>
17521
17522         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17523         (gst_audiofilter_chain):
17524         * gst-libs/gst/audio/gstaudiosink.c:
17525         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17526         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17527         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17528         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17529         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17530         (gst_audiosink_create_ringbuffer):
17531         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17532         (gst_audio_convert_caps_remove_format_info),
17533         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17534         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17535         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17536         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17537         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17538         Fix passthrough in ffmpegcolorspace.
17539         Fix memset in audiosink on wrong memory.
17540
17541 2005-05-16  David Schleef  <ds@schleef.org>
17542
17543         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17544         to GstMiniObject.
17545
17546 2005-05-16  David Schleef  <ds@schleef.org>
17547
17548         Port from GstData to GstMiniObject.
17549         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17551         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17552         (gst_ogg_mux_collected):
17553         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17554         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17555         (theora_handle_data_packet):
17556         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17557         (theora_set_header_on_caps), (theora_enc_chain):
17558         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17559         (vorbis_handle_comment_packet):
17560         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17561         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17562         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17563         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17564         * gst/audioconvert/gstaudioconvert.c:
17565         (gst_audio_convert_get_buffer):
17566         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17567         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17568         (mute_stream), (silence_stream):
17569         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17570         * gst/volume/gstvolume.c: (volume_transform):
17571         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17572         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17573         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17574         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17575         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17576         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17577         (gst_ximagesink_buffer_alloc):
17578         * sys/ximage/ximagesink.h:
17579
17580 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17581
17582         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17583         (fill_buffer), (check_queue), (queue_threshold_reached),
17584         (queue_out_of_data):
17585         * gst/playback/gstplaybasebin.h:
17586           Post buffer-fullness on the bus.
17587
17588 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17589
17590         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17591         (try_to_link_1):
17592         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17593         (group_commit), (probe_triggered), (setup_source),
17594         (gst_play_base_bin_change_state):
17595         * gst/playback/gstplaybasebin.h:
17596         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17597         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17598         (gst_play_bin_change_state):
17599           Move setup_output_pads into a virtual function, remove
17600           group-switch (no longer needed) and redirect (handled by bus
17601           now) signals.
17602
17603 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17604
17605         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17606         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17607         (get_active_group), (get_building_group), (group_destroy),
17608         (group_commit), (check_queue), (queue_overrun),
17609         (queue_threshold_reached), (queue_out_of_data),
17610         (gen_preroll_element), (remove_groups), (unknown_type),
17611         (add_element_stream), (no_more_pads), (probe_triggered),
17612         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17613         (setup_substreams), (setup_source), (finish_source),
17614         (prepare_output), (muted_group_change_state),
17615         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17616         (gst_play_base_bin_change_state):
17617         * gst/playback/gstplaybasebin.h:
17618         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17619         (gst_play_bin_init), (gst_play_bin_set_property),
17620         (gen_video_element), (gen_text_element), (gen_audio_element),
17621         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17622         (gst_play_bin_change_state):
17623         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17624         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17625         (stream_info_change_state), (gst_stream_info_set_mute),
17626         (gst_stream_info_get_property):
17627         * gst/playback/gststreaminfo.h:
17628         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17629         (gst_stream_selector_get_linked_pad),
17630         (gst_stream_selector_getcaps),
17631         (gst_stream_selector_get_linked_pads),
17632         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17633         * gst/playback/gststreamselector.h:
17634           Rough port of playbin. Needs some more work, but is mostly done,
17635           and uses a few locks in important places, which should make stuff
17636           like chain-switches clean. Still uses GST_STATE() in a few places,
17637           which isn't all that good an idea, subtitles/elements disabled
17638           because no elements to test with and thus probably broken, query
17639           and event handling moved to GstBin, internal thread removed
17640           alltogether because the pipeline does that for us now. Can play
17641           Ogg/Vorbis files. Haven't tested anything else yet.
17642
17643 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17644
17645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17646           Do no-more-pads (needed for autoplugging).
17647
17648 2005-05-10  Andy Wingo  <wingo@pobox.com>
17649
17650         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
17651         message to the bus with the tags. Still not sent downstream tho.
17652
17653         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
17654         get_parent.
17655         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
17656         avoid refcounting hassles.
17657
17658 2005-05-09  Andy Wingo  <wingo@pobox.com>
17659
17660         * gst/volume/Makefile.am:
17661         * gst/volume/demo.c
17662         * gst/volume/gstvolume.h
17663         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
17664         basetransform. Probably need an audio filter base class.
17665
17666 2005-05-09  Wim Taymans  <wim@fluendo.com>
17667
17668         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
17669         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17670         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
17671         (gst_vorbisenc_chain):
17672         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17673         (gst_audio_convert_caps_remove_format_info),
17674         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17675         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17676         Make caps writable before writing to it.
17677         Fix negotiation in audioconvert some more.
17678
17679 2005-05-09  Wim Taymans  <wim@fluendo.com>
17680
17681         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17682         (gst_videorate_getcaps), (gst_videorate_setcaps),
17683         (gst_videorate_event), (gst_videorate_chain):
17684         Better negotiation.
17685
17686 2005-05-09  Wim Taymans  <wim@fluendo.com>
17687
17688         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17689         (gst_videorate_getcaps), (gst_videorate_setcaps),
17690         (gst_videorate_blank_data), (gst_videorate_init),
17691         (gst_videorate_event), (gst_videorate_chain),
17692         (gst_videorate_change_state):
17693         Port videorate, do a better job at negotiation while we're at
17694         it.
17695
17696 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
17697
17698         * configure.ac:
17699           Disable libvisual
17700
17701         * examples/Makefile.am:
17702         * gst-libs/gst/audio/Makefile.am:
17703         * gst-libs/gst/riff/Makefile.am:
17704         * gst-libs/gst/tag/Makefile.am:
17705         * gst-libs/gst/video/Makefile.am:
17706           Fixups for missing variables.
17707
17708 2005-05-09  Wim Taymans  <wim@fluendo.com>
17709
17710         * examples/seeking/seek.c: (make_theora_pipeline),
17711         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
17712         (query_rates), (query_positions_elems), (query_positions_pads),
17713         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
17714         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
17715         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
17716         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
17717         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17718         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
17719         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17720         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17721         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17722         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
17723         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
17724         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17725         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17726         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
17727         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
17728         (theora_dec_src_convert), (theora_dec_sink_convert),
17729         (theora_dec_src_query), (theora_dec_sink_query),
17730         (theora_dec_src_event), (theora_dec_sink_event),
17731         (theora_handle_comment_packet), (theora_handle_type_packet),
17732         (theora_handle_header_packet), (theora_handle_data_packet),
17733         (theora_dec_chain):
17734         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17735         (vorbis_dec_convert), (vorbis_dec_src_query),
17736         (vorbis_dec_sink_query), (vorbis_dec_src_event),
17737         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17738         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17739         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17740         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17741         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
17742         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
17743         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17744         (gst_play_bin_query):
17745         * gst/playback/test3.c: (update_scale):
17746         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
17747         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
17748         * gst/subparse/gstsubparse.c: (gst_subparse_init):
17749         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17750         (gst_videotestsrc_src_query):
17751         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
17752         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
17753         (paint_hline_YUV9):
17754         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
17755         Port to new query API.
17756         Updated seek.
17757         Cleanups in x[v]imagesink
17758
17759 2005-05-09  Andy Wingo  <wingo@pobox.com>
17760
17761         * ext/alsa/gstalsasink.h:
17762         * ext/gnomevfs/gstgnomevfssrc.c:
17763         (gst_gnomevfssrc_get_icy_metadata):
17764         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
17765         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
17766         * ext/theora/theoradec.c (theora_dec_src_query)
17767         (theora_dec_src_event, theora_dec_sink_event)
17768         (theora_handle_comment_packet, theora_handle_data_packet):
17769         * ext/theora/theoraenc.c (theora_enc_chain):
17770         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
17771         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
17772         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17773         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
17774         (qt_type_find):
17775         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
17776         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
17777         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
17778         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
17779         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
17780         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
17781         (paint_setup_xBGR8888, paint_setup_RGBx8888)
17782         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
17783         (paint_setup_RGB565, paint_setup_xRGB1555):
17784         * gst/videotestsrc/videotestsrc.h:
17785         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
17786         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
17787         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
17788         GCC4 fixes.
17789         
17790         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
17791         gst_pad_query_position. Fixes oggdemux.
17792
17793 2005-05-08  David Schleef  <ds@schleef.org>
17794
17795         * configure.ac: Require liboil.
17796         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
17797         a few more.
17798         * gst/videotestsrc/videotestsrc.c:
17799         * gst/videotestsrc/videotestsrc.h:
17800
17801 2005-05-06  Wim Taymans  <wim@fluendo.com>
17802
17803         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17804         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17805         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17806         Well, unreffing a buffer right before pushing it is asking
17807         for trouble..
17808
17809 2005-05-06  Christian Schaller  <uraeus@gnome.org>
17810
17811         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
17812
17813 2005-05-06  Wim Taymans  <wim@fluendo.com>
17814
17815         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17816         (gst_audio_convert_caps_remove_format_info),
17817         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17818         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17819         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17820         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17821         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17822         * gst/sine/Makefile.am:
17823         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
17824         (gst_sinesrc_class_init), (gst_sinesrc_init),
17825         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
17826         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
17827         (gst_sinesrc_update_freq):
17828         * gst/sine/gstsinesrc.h:
17829         * gst/tcp/gstmultifdsink.c:
17830         * sys/xvimage/xvimagesink.c:
17831         Fixed negotiation wrt _peer_get_caps()
17832         Some cleanups.
17833
17834
17835 2005-05-06  Wim Taymans  <wim@fluendo.com>
17836
17837         * gst-libs/gst/audio/gstaudiosink.c:
17838         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17839         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17840         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17841         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17842         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17843         (gst_audiosink_create_ringbuffer):
17844         * gst-libs/gst/audio/gstbaseaudiosink.c:
17845         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17846         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17847         (gst_baseaudiosink_set_property), (build_linear_format),
17848         (debug_spec_caps), (debug_spec_buffer),
17849         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17850         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17851         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17852         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17853         * gst-libs/gst/audio/gstbaseaudiosink.h:
17854         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17855         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17856         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17857         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17858         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17859         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17860         (wait_segment), (gst_ringbuffer_commit),
17861         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17862         (gst_ringbuffer_clear):
17863         * gst-libs/gst/audio/gstringbuffer.h:
17864         Make the base audiosink return an error when there is no
17865         audiobuffer negotiated.
17866
17867 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17868
17869         * ext/Makefile.am:
17870         Disable cdparanoia until someone ports it!
17871
17872 2005-05-06  Wim Taymans  <wim@fluendo.com>
17873
17874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17875         (gst_ogg_demux_sink_activate):
17876         And revert after wingo's revert.. sigh..
17877
17878 2005-05-05  Andy Wingo  <wingo@pobox.com>
17879
17880         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
17881         GObject.
17882         * configure.ac: Return audiorate and subparse from the ghetto.
17883         Re-enable -Wall -Werror.
17884         * gst/subparse/gstsubparse.c:
17885         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
17886         or chain-based. Cleaned up a bit. Not tested.
17887         
17888 2005-05-05  Christian Schaller <christian@fluendo.com> 
17889
17890         * Makefile.am: remove stuff that is not building
17891         * configure.ac: remove stuff that is not building
17892         * examples/Makefile.am: remove stuff that is not building
17893         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
17894         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
17895         * sys/Makefile.am: remove stuff that is not building
17896         * testsuite/Makefile.am: remove stuff that is not building
17897
17898 2005-05-05  Andy Wingo  <wingo@pobox.com>
17899
17900         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17901         * gst-libs/gst/tag/gstvorbistag.c:
17902         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
17903         * gst/adder/gstadder.h:
17904         * gst/audioconvert/gstchannelmix.c:
17905         (gst_audio_convert_fill_one_other):
17906         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
17907         (gst_audiorate_init), (gst_audiorate_chain):
17908         * gst/playback/gstplaybasebin.c: (setup_source):
17909         * gst/playback/test3.c: (update_scale):
17910         Some GCC4 fixes
17911         
17912         * po/af.po:
17913         * po/az.po:
17914         * po/cs.po:
17915         * po/en_GB.po:
17916         * po/hu.po:
17917         * po/it.po:
17918         * po/nb.po:
17919         * po/nl.po:
17920         * po/or.po:
17921         * po/sq.po:
17922         * po/sr.po:
17923         * po/sv.po:
17924         * po/uk.po:
17925         * po/vi.po: Foo
17926
17927 2005-05-05  Wim Taymans  <wim@fluendo.com>
17928
17929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17930         (gst_audio_convert_caps_remove_format_info),
17931         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
17932         (gst_audio_convert_change_state), (gst_audio_convert_channels):
17933         * gst/videotestsrc/gstvideotestsrc.c:
17934         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
17935         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
17936         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
17937         (gst_videotestsrc_init), (gst_videotestsrc_loop):
17938         Don't ignore _push() return values.
17939         Make sure no processing is done when shutting down.
17940         Videotestsrc pad activation fix.
17941
17942 2005-05-05  Wim Taymans  <wim@fluendo.com>
17943
17944         * gst/adder/Makefile.am:
17945         * gst/adder/gstadder.c: (gst_adder_setcaps),
17946         (gst_adder_class_init), (gst_adder_init),
17947         (gst_adder_request_new_pad), (gst_adder_collected),
17948         (gst_adder_change_state):
17949         * gst/adder/gstadder.h:
17950         Ported adder as an example of a mixer element using
17951         collect pads. Needs more negotiation work.
17952
17953 2005-05-05  Wim Taymans  <wim@fluendo.com>
17954
17955         * ext/theora/theoradec.c: (_inc_granulepos),
17956         (theora_dec_src_event), (theora_dec_sink_event),
17957         (theora_handle_comment_packet), (theora_handle_type_packet),
17958         (theora_handle_header_packet), (theora_handle_data_packet),
17959         (theora_dec_chain):
17960         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17961         (gst_theora_enc_init), (theora_enc_sink_setcaps),
17962         (theora_push_buffer), (theora_push_packet),
17963         (theora_enc_sink_event), (theora_enc_chain),
17964         (theora_enc_change_state), (theora_enc_set_property),
17965         (theora_enc_get_property):
17966         Added stream lock to decoder so that we can serialize
17967         the discont event.
17968         More theoraenc porting, recover from errors, do clean
17969         shutdown.
17970
17971 2005-05-05  Wim Taymans  <wim@fluendo.com>
17972
17973         * ext/ogg/Makefile.am:
17974         * ext/ogg/README:
17975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17976         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
17977         (gst_ogg_print):
17978         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17979         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17980         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17981         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17982         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
17983         (gst_ogg_mux_change_state):
17984         Ported ogg muxer.
17985
17986 2005-05-05  Wim Taymans  <wim@fluendo.com>
17987
17988         * docs/design-audiosinks.txt:
17989         * gst-libs/gst/audio/TODO:
17990         * gst-libs/gst/audio/gstaudiosink.c:
17991         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17992         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17993         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17994         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17995         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17996         (gst_audiosink_create_ringbuffer):
17997         * gst-libs/gst/audio/gstbaseaudiosink.c:
17998         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17999         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18000         (gst_baseaudiosink_set_property), (build_linear_format),
18001         (debug_spec_caps), (debug_spec_buffer),
18002         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18003         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18004         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18005         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18006         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18007         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18008         (gst_ringbuffer_release), (gst_ringbuffer_play),
18009         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18010         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18011         (gst_ringbuffer_set_sample), (wait_segment),
18012         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18013         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18014         More work on the audiosink, mostly debugging and a race in
18015         shutdown.
18016
18017 2005-04-28  Wim Taymans  <wim@fluendo.com>
18018
18019         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18020         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
18021         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18022         (vorbis_dec_src_query), (vorbis_dec_src_event),
18023         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18024         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18025         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18026         Don't crap out when seeking back to position 0.
18027
18028 2005-04-28  Wim Taymans  <wim@fluendo.com>
18029
18030         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18031         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18032         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
18033         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18034         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
18035         Make audio sink configurable, use alsasink as default.
18036
18037 2005-04-28  Wim Taymans  <wim@fluendo.com>
18038
18039         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18040         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18041         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18042         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
18043         (vorbis_dec_change_state):
18044         * ext/vorbis/vorbisdec.h:
18045         Refactor, use STREAM_LOCK.
18046
18047 2005-04-28  Wim Taymans  <wim@fluendo.com>
18048
18049         * ext/theora/theoradec.c: (_inc_granulepos),
18050         (theora_dec_sink_event), (theora_handle_comment_packet),
18051         (theora_handle_type_packet), (theora_handle_header_packet),
18052         (theora_handle_data_packet), (theora_dec_chain),
18053         (theora_dec_change_state):
18054         Refactor a bit, use STREAM_LOCK.
18055
18056 2005-04-28  Wim Taymans  <wim@fluendo.com>
18057
18058         * ext/alsa/Makefile.am:
18059         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
18060         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
18061         (gst_alsa_link), (gst_alsa_close_audio):
18062         * ext/alsa/gstalsaplugin.c: (plugin_init):
18063         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18064         (gst_alsasink_dispose), (gst_alsasink_base_init),
18065         (gst_alsasink_class_init), (gst_alsasink_init),
18066         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
18067         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
18068         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
18069         (gst_alsasink_reset):
18070         * ext/alsa/gstalsasink.h:
18071         Implement alsasink with simple open/write/close API. 
18072         Make alsa dir build by disabling compilation of code.
18073
18074 2005-04-28  Wim Taymans  <wim@fluendo.com>
18075
18076         * gst-libs/gst/audio/Makefile.am:
18077         * gst-libs/gst/audio/audio.h:
18078         * gst-libs/gst/audio/audioclock.c:
18079         * gst-libs/gst/audio/audioclock.h:
18080         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
18081         (gst_audio_clock_class_init), (gst_audio_clock_init),
18082         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
18083         * gst-libs/gst/audio/gstaudioclock.h:
18084         * gst-libs/gst/audio/gstaudiosink.c:
18085         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18086         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18087         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18088         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18089         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18090         (gst_audiosink_create_ringbuffer):
18091         * gst-libs/gst/audio/gstbaseaudiosink.c:
18092         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18093         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18094         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
18095         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
18096         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18097         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18098         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18099         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18100         * gst-libs/gst/audio/gstbaseaudiosink.h:
18101         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18102         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
18103         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18104         (gst_ringbuffer_release), (gst_ringbuffer_play),
18105         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18106         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18107         (gst_ringbuffer_set_sample), (wait_segment),
18108         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18109         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18110         * gst-libs/gst/audio/gstringbuffer.h:
18111         Make ringbuffer faster and more simple by removing the locks
18112         in the playback thread.
18113         Add sample accurate playback based on buffer sample offsets.
18114         Make the baseaudiosink provide a clock.
18115         Parse caps in the base class.
18116         Correctly handle seeking, flushing and state changes.
18117
18118 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18119
18120         * configure.ac:
18121         * gst/audioconvert/Makefile.am:
18122         * gst/audioscale/Makefile.am:
18123           Fix part of the build.  Come on guys, autogen didn't even work :)
18124
18125 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18126
18127         * configure.ac:
18128         * gst-libs/gst/Makefile.am:
18129         * gst-libs/gst/media-info/.cvsignore:
18130         * gst-libs/gst/media-info/Makefile.am:
18131         * gst-libs/gst/media-info/README:
18132         * gst-libs/gst/media-info/media-info-priv.c:
18133         * gst-libs/gst/media-info/media-info-priv.h:
18134         * gst-libs/gst/media-info/media-info-test.c:
18135         * gst-libs/gst/media-info/media-info.c:
18136         * gst-libs/gst/media-info/media-info.h:
18137         * gst-libs/gst/media-info/media-info.vcproj:
18138         * pkgconfig/Makefile.am:
18139         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18140         * pkgconfig/gstreamer-media-info.pc.in:
18141           Remove media-info, which is also successed by playbin (see Totem
18142           implementation).
18143
18144 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18145
18146         * configure.ac:
18147         * examples/Makefile.am:
18148         * examples/gstplay/.cvsignore:
18149         * examples/gstplay/Makefile.am:
18150         * examples/gstplay/player.c:
18151         * gst-libs/gst/Makefile.am:
18152         * gst-libs/gst/play/.cvsignore:
18153         * gst-libs/gst/play/Makefile.am:
18154         * gst-libs/gst/play/play.c:
18155         * gst-libs/gst/play/play.h:
18156         * gst-libs/gst/play/play.vcproj:
18157         * pkgconfig/Makefile.am:
18158         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18159         * pkgconfig/gstreamer-play.pc.in:
18160           Remove libgstplay, playbin is now the official successor.
18161
18162 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18163
18164         * configure.ac:
18165         * gst-libs/gst/Makefile.am:
18166         * gst-libs/gst/xwindowlistener/Makefile.am:
18167         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18168         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18169           Remove deprecated xwindowlistener (I've moved xwindowlistening
18170           in the v4l/v4l2 plugins over to serverside).
18171
18172 2005-04-25  David Schleef  <ds@schleef.org>
18173
18174         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18175         to examples/dynparams.  Examples do not belong interspersed with
18176         source code.
18177         * examples/dynparams/demo-dparams.c:
18178         * gst/sine/Makefile.am:
18179         * gst/sine/demo-dparams.c:
18180
18181 2005-04-25  David Schleef  <ds@schleef.org>
18182
18183         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18184         * gst-libs/gst/audio/Makefile.am:
18185         * gst-libs/gst/riff/Makefile.am:
18186         * gst-libs/gst/tag/Makefile.am:
18187         * gst-libs/gst/video/Makefile.am:
18188         * gst-libs/gst/xwindowlistener/Makefile.am:
18189
18190         Convert to 0.9 API, seems to work:
18191         * sys/ximage/Makefile.am:
18192         * sys/ximage/ximagesink.c:
18193
18194 2005-04-24  David Schleef  <ds@schleef.org>
18195
18196         Link plugins against libraries:
18197         * ext/alsa/Makefile.am:
18198         * gst/tcp/Makefile.am:
18199
18200         Remove asm code that should be in liboil
18201         * gst/videoscale/Makefile.am:
18202         * gst/videoscale/videoscale_x86_asm.s:
18203
18204         gettext wants these checked in:
18205         * po/af.po:
18206         * po/az.po:
18207         * po/cs.po:
18208         * po/en_GB.po:
18209         * po/hu.po:
18210         * po/it.po:
18211         * po/nb.po:
18212         * po/nl.po:
18213         * po/or.po:
18214         * po/sq.po:
18215         * po/sr.po:
18216         * po/sv.po:
18217         * po/uk.po:
18218         * po/vi.po:
18219
18220 2005-04-24  David Schleef  <ds@schleef.org>
18221
18222         Convert gst_main() to g_main_loop_run()
18223         * gst/playback/decodetest.c: (main):
18224         * gst/playback/test2.c: (main):
18225         * gst/playback/test3.c: (main):
18226         * gst/playback/test4.c: (main):
18227
18228         Link plugins against libraries:
18229         * ext/libvisual/Makefile.am:
18230         * sys/xvimage/Makefile.am:
18231
18232 2005-04-24  David Schleef  <ds@schleef.org>
18233
18234         * configure.ac: Remove idct and resample libs
18235         * gst-libs/gst/Makefile.am: same
18236
18237         Remove usage of gst_library_load():
18238         * ext/alsa/gstalsaplugin.c: (plugin_init):
18239         * ext/libvisual/visual.c: (plugin_init):
18240         * ext/ogg/gstogg.c: (plugin_init):
18241         * ext/theora/theora.c: (plugin_init):
18242         * ext/vorbis/vorbis.c: (plugin_init):
18243         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18244         * gst/audioscale/gstaudioscale.c:
18245         * gst/adder/gstadder.c: (plugin_init):
18246         * gst/audioconvert/plugin.c: (plugin_init):
18247         * sys/ximage/ximagesink.c: (plugin_init):
18248         * sys/xvimage/xvimagesink.c: (plugin_init):
18249         * gst/tcp/gsttcpplugin.c: (plugin_init):
18250
18251         Link plugins against libraries:
18252         * ext/ogg/Makefile.am:
18253         * ext/theora/Makefile.am:
18254         * ext/vorbis/Makefile.am:
18255         * gst/audioconvert/Makefile.am:
18256
18257         Create proper libraries:
18258         * gst-libs/gst/riff/Makefile.am:
18259         * gst-libs/gst/audio/Makefile.am:
18260         * gst-libs/gst/video/Makefile.am:
18261
18262         Move resample library to audioscale plugin directory:
18263         * gst-libs/gst/resample/Makefile.am:
18264         * gst-libs/gst/resample/README:
18265         * gst-libs/gst/resample/dtof.c:
18266         * gst-libs/gst/resample/dtos.c:
18267         * gst-libs/gst/resample/functable.c:
18268         * gst-libs/gst/resample/private.h:
18269         * gst-libs/gst/resample/resample.c:
18270         * gst-libs/gst/resample/resample.h:
18271         * gst-libs/gst/resample/resample.vcproj:
18272         * gst-libs/gst/resample/test.c:
18273         * gst/audioscale/Makefile.am:
18274         * gst/audioscale/README:
18275         * gst/audioscale/dtof.c:
18276         * gst/audioscale/dtos.c:
18277         * gst/audioscale/functable.c:
18278         * gst/audioscale/private.h:
18279         * gst/audioscale/resample.c:
18280         * gst/audioscale/resample.h:
18281         * gst/audioscale/test.c:
18282
18283         Move tagedit library to gst-libs:
18284         * gst-libs/gst/tag/Makefile.am:
18285         * gst-libs/gst/tag/gstid3tag.c:
18286         * gst-libs/gst/tag/gsttagediting.c:
18287         * gst-libs/gst/tag/gsttageditingprivate.h:
18288         * gst-libs/gst/tag/gstvorbistag.c:
18289         * gst/tags/Makefile.am:
18290         * gst/tags/gstid3tag.c:
18291         * gst/tags/gstvorbistag.c:
18292
18293         Fix for core changes:
18294         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18295         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18296         (gst_sinesrc_getrange):
18297
18298 2005-04-23  David Schleef  <ds@schleef.org>
18299
18300         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18301         in gst-plugins in a long time, and properly belongs in liboil.
18302         * gst-libs/gst/idct/Makefile.am:
18303         * gst-libs/gst/idct/README:
18304         * gst-libs/gst/idct/dct.h:
18305         * gst-libs/gst/idct/doieee:
18306         * gst-libs/gst/idct/fastintidct.c:
18307         * gst-libs/gst/idct/floatidct.c:
18308         * gst-libs/gst/idct/idct.c:
18309         * gst-libs/gst/idct/idct.h:
18310         * gst-libs/gst/idct/idtc.vcproj:
18311         * gst-libs/gst/idct/ieeetest.c:
18312         * gst-libs/gst/idct/intidct.c:
18313
18314 2005-04-20  Wim Taymans  <wim@fluendo.com>
18315
18316         * docs/design-audiosinks.txt:
18317         * gst-libs/gst/audio/Makefile.am:
18318         * gst-libs/gst/audio/TODO:
18319         * gst-libs/gst/audio/gstaudiosink.c:
18320         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18321         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18322         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18323         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18324         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18325         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18326         (gst_audiosink_class_init), (gst_audiosink_init),
18327         (gst_audiosink_create_ringbuffer):
18328         * gst-libs/gst/audio/gstaudiosink.h:
18329         * gst-libs/gst/audio/gstbaseaudiosink.c:
18330         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18331         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18332         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18333         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18334         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18335         (gst_baseaudiosink_create_ringbuffer),
18336         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18337         * gst-libs/gst/audio/gstbaseaudiosink.h:
18338         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18339         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18340         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18341         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18342         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18343         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18344         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18345         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18346         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18347         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18348         * gst-libs/gst/audio/gstringbuffer.h:
18349         An attempt at a set of audio base classes together with some
18350         design docs.
18351
18352 2005-04-20  Wim Taymans  <wim@fluendo.com>
18353
18354         * gst/audioconvert/Makefile.am:
18355         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18356         (gst_audio_convert_caps_remove_format_info),
18357         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18358         (gst_audio_convert_channels):
18359         Link against audio libs.
18360         Fix audio convert plugin.
18361
18362 2005-04-20  Wim Taymans  <wim@fluendo.com>
18363
18364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18365         (gst_ogg_demux_sink_activate):
18366         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18367         (theora_set_header_on_caps), (theora_enc_sink_event),
18368         (theora_enc_chain):
18369         Fix theora encoder.
18370
18371 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18372
18373         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18374         * gst/playback/gstdecodebin.c: (find_compatibles):
18375           Work with staticpadtemplates in elementfactories.
18376
18377 2005-04-12  Wim Taymans  <wim@fluendo.com>
18378
18379         * gst/playback/README:
18380         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18381         (compare_ranks), (print_feature), (gst_decode_bin_init),
18382         (dynamic_create), (dynamic_free), (find_compatibles),
18383         (mimetype_is_raw), (close_pad_link), (got_redirect),
18384         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18385         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18386         (gst_decode_bin_change_state):
18387         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18388         (gst_play_base_bin_init), (group_destroy), (group_commit),
18389         (check_queue), (queue_overrun), (queue_threshold_reached),
18390         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18391         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18392         (got_redirect), (setup_source), (play_base_eos),
18393         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18394         (gst_play_base_bin_remove_element):
18395         * gst/playback/gstplaybasebin.h:
18396         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18397         (gst_play_bin_init), (gst_play_bin_dispose),
18398         (gst_play_bin_set_property), (gen_video_element),
18399         (gen_text_element), (gen_audio_element), (remove_sinks),
18400         (gst_play_bin_send_event):
18401         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18402         (stream_info_change_state), (gst_stream_info_set_mute):
18403         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18404         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18405         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18406         (gst_stream_selector_chain):
18407         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18408         (main):
18409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18410         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18411         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18412         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18413         Raw and crude port of decodebin. 
18414         Make playbin compile.
18415
18416 2005-04-06  Wim Taymans  <wim@fluendo.com>
18417
18418         * ext/gnomevfs/Makefile.am:
18419         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18420         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18421         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18422         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18423         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18424         (gst_gnomevfssrc_stop):
18425         * ext/ogg/Makefile.am:
18426         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18427         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18428         * ext/theora/Makefile.am:
18429         * ext/theora/theoradec.c: (_inc_granulepos),
18430         (theora_dec_sink_event), (theora_dec_chain):
18431         * ext/vorbis/Makefile.am:
18432         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18433         (vorbis_dec_sink_event), (vorbis_dec_chain):
18434         * gst-libs/gst/audio/Makefile.am:
18435         * sys/xvimage/Makefile.am:
18436         Make gnomevfssrc extend the source base class.
18437         Fix linking against libs in various plugins.
18438
18439 2005-04-06  Andy Wingo  <wingo@pobox.com>
18440
18441         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18442         GST_BASE_LIBS.
18443
18444         * configure.ac: Add check and AC_SUBST for libgstbase.
18445
18446 2005-03-31  Wim Taymans  <wim@fluendo.com>
18447
18448         * examples/seeking/Makefile.am:
18449         * examples/seeking/cdparanoia.c: (main):
18450         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18451         (play_cb), (pause_cb), (stop_cb), (main):
18452         * examples/seeking/playbin.c:
18453         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18454         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18455         (make_sid_pipeline), (make_vorbis_pipeline),
18456         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18457         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18458         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18459         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18460         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18461         (stop_cb), (main):
18462         * examples/seeking/spider_seek.c:
18463         * examples/seeking/vorbisfile.c:
18464         * ext/gnomevfs/Makefile.am:
18465         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18466         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18467         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18468         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18469         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18470         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18471         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18472         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18473         * ext/ogg/README:
18474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18475         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18476         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18477         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18478         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18479         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18480         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18481         (gst_ogg_demux_factory_filter), (compare_ranks),
18482         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18483         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18484         (gst_ogg_chain_new), (gst_ogg_chain_free),
18485         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18486         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18487         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18488         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18489         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18490         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18491         (gst_ogg_demux_get_prev_page),
18492         (gst_ogg_demux_deactivate_current_chain),
18493         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18494         (gst_ogg_demux_bisect_forward_serialno),
18495         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18496         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18497         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18498         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18499         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18500         (gst_ogg_demux_change_state), (gst_ogg_print):
18501         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18502         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18503         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18504         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18505         (gst_ogg_mux_loop):
18506         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18507         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18508         (theora_dec_src_convert), (theora_dec_sink_convert),
18509         (theora_dec_src_query), (theora_dec_src_event),
18510         (theora_dec_sink_event), (theora_dec_chain),
18511         (theora_dec_change_state):
18512         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18513         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18514         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18515         (theora_enc_change_state):
18516         * ext/vorbis/Makefile.am:
18517         * ext/vorbis/oggvorbisenc.c:
18518         * ext/vorbis/oggvorbisenc.h:
18519         * ext/vorbis/vorbis.c: (plugin_init):
18520         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18521         (vorbis_dec_src_query), (vorbis_dec_src_event),
18522         (vorbis_dec_sink_event), (vorbis_dec_chain),
18523         (vorbis_dec_change_state):
18524         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18525         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18526         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18527         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18528         (gst_vorbisenc_change_state):
18529         * ext/vorbis/vorbisenc.h:
18530         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18531         * gst-libs/gst/audio/audioclock.c:
18532         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18533         (gst_audiofilter_init), (gst_audiofilter_chain):
18534         * gst-libs/gst/audio/testchannels.c: (main):
18535         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18536         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18537         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18538         (gmip_find_track_streaminfo), (gmip_find_track_format):
18539         * gst-libs/gst/media-info/media-info.c:
18540         (gst_media_info_read_idler):
18541         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18542         (gst_play_get_all_by_interface):
18543         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18544         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18545         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18546         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18547         (gst_riff_parse_info):
18548         * gst-libs/gst/riff/riff-read.h:
18549         * gst-libs/gst/riff/riff.c: (plugin_init):
18550         * gst-libs/gst/video/Makefile.am:
18551         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18552         (gst_videosink_class_init), (gst_videosink_get_type):
18553         * gst-libs/gst/video/videosink.h:
18554         * gst/audioconvert/bufferframesconvert.c:
18555         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18556         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18557         * gst/audioconvert/channelmixtest.c: (main):
18558         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18559         (gst_audio_convert_chain),
18560         (gst_audio_convert_caps_remove_format_info),
18561         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18562         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18563         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18564         (gst_audio_convert_buffer_to_default_format),
18565         (gst_audio_convert_buffer_from_default_format),
18566         (gst_audio_convert_channels):
18567         * gst/audioconvert/gstchannelmix.h:
18568         * gst/ffmpegcolorspace/avcodec.h:
18569         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18570         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18571         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18572         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18573         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18574         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18575         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18576         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18577         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18578         (dv_type_find):
18579         * gst/videotestsrc/gstvideotestsrc.c:
18580         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18581         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18582         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18583         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18584         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18585         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18586         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18588         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18589         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18590         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18591         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18592         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18593         (gst_xvimagesink_navigation_send_event),
18594         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18595         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18596         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18597         * sys/xvimage/xvimagesink.h:
18598         Plugin port to 0.9, ogg/theora playback should work in the seek
18599         example now.
18600         Removed old examples.
18601         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18602         explained in 0.9 TODO doc.
18603
18604
18605 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18606
18607         * autogen.sh:
18608         * configure.ac:
18609         * ext/Makefile.am:
18610         * gst/Makefile.am:
18611         * po/POTFILES.in:
18612         * po/af.po:
18613         * po/az.po:
18614         * po/cs.po:
18615         * po/en_GB.po:
18616         * po/hu.po:
18617         * po/it.po:
18618         * po/nb.po:
18619         * po/nl.po:
18620         * po/or.po:
18621         * po/sq.po:
18622         * po/sr.po:
18623         * po/sv.po:
18624         * po/uk.po:
18625         * po/vi.po:
18626         * sys/Makefile.am:
18627         * testsuite/Makefile.am:
18628           remove a whole bunch of plugins.  This module now contains a set
18629           of free reference plugins/elements as agreed.
18630
18631 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18632
18633         * configure.ac:
18634           hunting season on 0.9 is now OPEN
18635
18636 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18637
18638         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18639           Kick the hell out of gcc for not warning me about a symbol conflict.
18640
18641 2005-02-22  Luca Ognibene  <luogni@tin.it>
18642
18643         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18644
18645         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18646           Don't leak caps string (fixes #168134)
18647
18648         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
18649         (gst_jpegenc_init), (gst_jpegenc_finalize),
18650         (gst_jpegenc_change_state):
18651           Don't leak line buffers and context struct (fixes #168133).
18652
18653 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18654
18655         * configure.ac:
18656         * ext/dirac/gstdiracdec.cc:
18657         (gst_diracdec_chain):
18658           Since dirac 0.5.0 the framerate in dirac is expressed as a
18659           rational number. Fix build and up requirement to 0.5.0, and
18660           also pass parameters to gst_diracdec_link in the right order
18661           (fixes #167959).
18662
18663 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
18664
18665         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
18666         * ext/faad/gstfaad.h:
18667         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
18668         certain invalid muxed streams, where some packets will contain 
18669         junk after decoder data. Partially fixes #149158.
18670
18671 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
18672         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
18673           Make sure we only write to writable buffers
18674
18675 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
18676
18677         * gst-libs/gst/riff/riff-media.c:
18678         (gst_riff_create_audio_caps_with_data):
18679           Do actually fix invalid RIFF fmt header values for alaw
18680           and mulaw audio instead of just saying so.
18681
18682         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18683           Give gst_riff_create_audio_caps_with_data() a chance to
18684           fix up broken format header fields before extracting any
18685           parameters from the header. (fixes #167633)
18686
18687 2005-02-19  Martin Holters  <martin.holters@gmx.de>
18688
18689         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18690
18691         * gst/audioconvert/bufferframesconvert.c:
18692         (buffer_frames_convert_link):
18693           Don't leak othercaps. (fixes #167878)
18694
18695 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
18696
18697         * configure.ac:
18698         * ext/libvisual/visual.c: (gst_visual_srclink),
18699         (gst_visual_change_state):
18700           Support libvisual 0.2.0.
18701
18702 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18703
18704         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
18705         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
18706           Use same rowstrides for I420 as used everywhere else.
18707
18708 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18709
18710         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18711           Declare variables at beginning of block and make gcc-2.95 happy
18712           (fixes # 167482, patch by Gergely Nagy).
18713           
18714         * gst/tcp/gsttcpclientsrc.c:
18715         * gst/tcp/gsttcpclientsrc.h:
18716           Move some includes into the header, so that struct sockaddr_in is
18717           defined when it should be defined on FreeBSD as well (fixes
18718           #167483).
18719           
18720         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18721           Don't pass uninitialised values to setsockopt() here either.
18722
18723 2005-02-17  Luca Ognibene  <luogni at tin dot it>
18724
18725         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18726
18727         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
18728           Don't pass uninitialised values to setsockopt(). (fixes #167704)
18729
18730 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18731
18732         * gst/playback/gstplaybin.c: (add_sink):
18733           Invert bin_add/link order to workaround deadlock in opt.
18734
18735 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18736
18737         * gst/modplug/gstmodplug.cc:
18738           Add missing break causing position queries to fail.
18739
18740 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18741
18742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
18743           Granpos can apparently be -1, which screws up calculations...
18744
18745 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18746
18747         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18748         (gst_ximagesink_send_pending_navigation),
18749         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
18750         (gst_ximagesink_init):
18751         * sys/ximage/ximagesink.h:
18752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18753         (gst_xvimagesink_send_pending_navigation),
18754         (gst_xvimagesink_navigation_send_event),
18755         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
18756         * sys/xvimage/xvimagesink.h:
18757           Use a mutex protected list to marshal navigation
18758           events into the stream thread from whichever thread
18759           sends them.
18760
18761 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18762
18763         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
18764           Display current position and track length; misc. clean-ups.
18765           
18766         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
18767         (speed_init), (speed_chain):
18768           Add query function, so that the stream length and current position
18769           get adjusted when queried (note that current position queries may
18770           still be wrong if the audio sink returns values based on buffer
18771           timestamps instead of passing on the query).
18772
18773 2005-02-13  Benjamin Otte  <otte@gnome.org>
18774
18775         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18776         (gst_audio_convert_channels):
18777           create channel conversion matrix when linking
18778         * gst/audioconvert/.cvsignore:
18779         * gst/audioconvert/Makefile.am:
18780         * gst/audioconvert/channelmixtest.c: (main):
18781           add (ugly) test that ensures stereo <=> mono conversion works
18782           correctly
18783
18784 2005-02-13  Benjamin Otte  <otte@gnome.org>
18785
18786         * gst/audioconvert/gstchannelmix.h:
18787           include missing header file
18788         * gst/audioconvert/gstchannelmix.c:
18789         (gst_audio_convert_fill_compatible):
18790           use same sign for both channels when converting to/from compatible
18791           channel. Previously used different signs made the signals cancel
18792           each other out and appear like silence. (fixes #167269)
18793
18794 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18795
18796         * gst/ffmpegcolorspace/avcodec.h:
18797         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18798         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18799         (gst_ffmpegcsp_avpicture_fill):
18800         * gst/ffmpegcolorspace/imgconvert.c:
18801           Convert to and from YV12 (fixes #156379).
18802
18803 2005-02-12  Julien MOUTTE  <julien@moutte.net>
18804
18805         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18806         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
18807         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
18808         (gst_ximagesink_expose), (gst_ximagesink_set_property),
18809         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
18810         methods from chain and negotiation and vice versa (Fixes #166142).
18811         * sys/ximage/ximagesink.h: Add stream_lock.
18812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18813         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18814         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18815         (gst_xvimagesink_expose): Check for xcontext before trying to link.
18816
18817 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18818
18819         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
18820           Don't send "Hey! You gave me a NULL pointer you naughty person" as
18821           error message when we can't open the DVD device (when dvdnav_open()
18822           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
18823           the above). Send something more useful instead (fixes #167117).
18824
18825 2005-02-11  Julien MOUTTE  <julien@moutte.net>
18826
18827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18828         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
18829         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18830         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18831         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
18832         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
18833         methods from chain and negotiation and vice versa (Fixes #166142).
18834         Fix a possible bug of images in the buffer pool being discarded because
18835         we are looking at the wrong geometry.
18836         * sys/xvimage/xvimagesink.h: Add stream_lock.
18837
18838 2005-02-11  David Schleef  <ds@schleef.org>
18839
18840         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
18841         unsigned int. (fixes #167128)
18842
18843 2005-02-11  David Schleef  <ds@schleef.org>
18844
18845         * gst/librfb/Makefile.am: Testing stuff before committing is
18846           for wimps... and people with fast machines.  Fix stupid
18847           mistake.
18848
18849 2005-02-11  David Schleef  <ds@schleef.org>
18850
18851         * configure.ac: Pull in librfb from my CVS tree, because it is
18852           too small and annoying to be separate.  Move rfbsrc plugin
18853           to gst/.
18854         * ext/Makefile.am:
18855         * ext/librfb/Makefile.am:
18856         * ext/librfb/gstrfbsrc.c:
18857         * gst/librfb/Makefile.am:
18858         * gst/librfb/gstrfbsrc.c:
18859         * gst/librfb/rfb.c:
18860         * gst/librfb/rfb.h:
18861         * gst/librfb/rfbbuffer.c:
18862         * gst/librfb/rfbbuffer.h:
18863         * gst/librfb/rfbbytestream.c:
18864         * gst/librfb/rfbbytestream.h:
18865         * gst/librfb/rfbcontext.h:
18866         * gst/librfb/rfbdecoder.c:
18867         * gst/librfb/rfbdecoder.h:
18868         * gst/librfb/rfbutil.h:
18869
18870 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18871
18872         * gst/speed/Makefile.am:
18873         * gst/speed/demo-mp3.c: (main):
18874         * gst/speed/filter.func:
18875         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
18876         (speed_class_init), (speed_init), (speed_chain_int16),
18877         (speed_chain_float32), (speed_chain), (speed_set_property),
18878         (speed_get_property), (speed_change_state):
18879         * gst/speed/gstspeed.h:
18880           Fix speed element and make it chain-based (fixes #156467),
18881           and make it handle more than one channel.
18882
18883 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
18884
18885         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
18886         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
18887         (gst_dtsdec_chain), (gst_dtsdec_change_state):
18888         * ext/dts/gstdtsdec.h:
18889           Don't clobber the stack constructing the channels array.
18890           Make the element chain-based. DTS tracks can now be played.
18891           
18892 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
18893
18894         * gst-libs/gst/audio/multichannel.h:
18895         * gst-libs/gst/gconf/gconf.h:
18896         * gst-libs/gst/idct/idct.h:
18897         * gst-libs/gst/media-info/media-info-priv.h:
18898         * gst-libs/gst/play/play.h:
18899         * gst-libs/gst/resample/private.h:
18900         * gst-libs/gst/resample/resample.h:
18901         * gst-libs/gst/riff/riff-ids.h:
18902         * gst-libs/gst/video/video.h:
18903         * gst-libs/gst/video/videosink.h:
18904           Add G_BEGIN_DECLS and G_END_DECLS around headers where
18905           missing, so that they work when included from C++ code.
18906
18907 2005-02-09  David Schleef  <ds@schleef.org>
18908
18909         * testsuite/gst-lint: Check for non-statically scoped
18910           parent_class variables.  This won't be a problem once
18911           plugins are loaded with RTLD_LOCAL.
18912
18913 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18914
18915         * ext/mplex/gstmplexibitstream.cc:
18916           gcc madness.
18917
18918 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18919
18920         * ext/ogg/gstogmparse.c:
18921         * gst/debug/gstnavigationtest.c:
18922           Die, thou faulty symbol pollutors (non-static parent_class).
18923
18924 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18925
18926         * ext/mplex/gstmplexibitstream.cc:
18927           Fix event handling (#165525).
18928
18929 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18930
18931         * ext/mikmod/gstmikmod.c:
18932         * gst/modplug/gstmodplug.cc:
18933           Add missing endianness to template (fixes #165509).
18934
18935 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18936
18937         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
18938           Fix wrong order of reading of optional bytes (#165290).
18939
18940 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18941
18942         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18943           Implement FILLER event awareness.
18944
18945 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18946
18947         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
18948           Fix track calculations (#166208).
18949
18950 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18951
18952         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18953
18954         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
18955         * ext/libpng/gstpngenc.c:
18956           Fix byte-order, use proper fixed caps. Fixes #164197.
18957
18958 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18959
18960         * configure.ac:
18961           Add dvdlpcmdec 
18962
18963         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
18964         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
18965           Don't push buffers if the src pad isn't negotiated yet.
18966           
18967         * gst/audioconvert/gstaudioconvert.c:
18968         (gst_audio_convert_buffer_to_default_format),
18969         (gst_audio_convert_buffer_from_default_format):
18970           Add support for 24-bit width.
18971
18972         * gst/dvdlpcmdec/.cvsignore:
18973         * gst/dvdlpcmdec/Makefile.am:
18974         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
18975         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
18976         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
18977         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
18978         (plugin_init):
18979         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
18980           New decoder for rearranging DVD LPCM into our audio/x-raw-int
18981           format. Needs support for the channels maps if someone can find 
18982           a DVD LPCM track with > 2 channels.
18983
18984         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
18985         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
18986         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
18987         * gst/mpegstream/gstdvddemux.h:
18988         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
18989         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
18990         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
18991         * gst/mpegstream/gstmpegdemux.h:
18992         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
18993         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
18994         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
18995         (gst_mpeg_parse_handle_src_query),
18996         (gst_mpeg_parse_handle_src_event):
18997           Use audio/x-dvd-lpcm for LPCM output.
18998           Add DTS output.
18999
19000 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19001
19002         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19003
19004         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
19005         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
19006           Add BGRA handling (#165736).
19007
19008 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
19009
19010         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19011
19012         * gst/law/alaw-decode.c: (alawdec_link):
19013         * gst/law/alaw-encode.c: (alawenc_link):
19014         * gst/law/mulaw-decode.c: (mulawdec_link):
19015         * gst/law/mulaw-encode.c: (mulawenc_link):
19016           Fix caps memleaks (#166600).
19017
19018 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
19019
19020         * ext/tarkin/mem.h:
19021         * ext/tarkin/wavelet.h:
19022         * ext/tarkin/yuv.h:
19023         * gst/ffmpegcolorspace/avcodec.h:
19024           Include "_stdint.h" instead of <stdint.h>. Fixes build on
19025           systems that don't have stdint.h, like Solaris9 (fixes #166631).
19026
19027 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19028
19029         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
19030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
19031         (gst_xvimagesink_change_state):
19032           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
19033           Xv video (and thereby regenerate Xv colourkey) in clear() so
19034           that PLAY -> READY -> PLAY works (fixes #162504).
19035
19036 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19037
19038         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
19039           Switch to list instead of range, since MJPEG-devices really just
19040           support decimations, not any size.
19041
19042 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19043         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
19044         (gst_mpeg2dec_reset), (free_all_buffers),
19045         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
19046         * ext/mpeg2dec/gstmpeg2dec.h:
19047           The libmpeg2 user-allocated buffer management is awkward, 
19048           to say the least. Hopefully this fixes things.
19049
19050 2005-02-04  Andy Wingo  <wingo@pobox.com>
19051
19052         * gst/audioconvert/bufferframesconvert.c
19053         (buffer_frames_convert_fixate): New function, fixates to 256
19054         frames per buffer by default. (Much better than 1.)
19055         (buffer_frames_convert_init): Set the fixate function for both src
19056         and sink pad.
19057         (buffer_frames_convert_link): After success setting nonfixed caps,
19058         get the negotiated caps so we can know how many buffer-frames it
19059         will be. No idea how this worked at all before.
19060
19061 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19062
19063         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19064         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
19065         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
19066         (handle_sequence), (handle_picture):
19067         * ext/mpeg2dec/gstmpeg2dec.h:
19068           Rearrange buffer tracking and refcounting and refactor
19069           a little for readability. 
19070
19071 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
19072         * sys/v4l/gstv4l.c: (plugin_init):
19073         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
19074         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
19075         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
19076         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
19077         * sys/v4l/gstv4ljpegsrc.h:
19078         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
19079         * sys/v4l/v4l_calls.h:
19080         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
19081         (gst_v4lsrc_get_fps):
19082         * sys/v4l/v4lsrc_calls.h:
19083           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
19084           you jpeg inside rgb frames" driver.
19085           Don't error in the v4lsrc link function, just return 
19086           REFUSED.
19087
19088 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19089
19090         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19091         (gst_qcamsrc_open):
19092           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
19093
19094 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19095
19096         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19097           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
19098
19099 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19100
19101         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
19102           Reset negotiated state on PAUSED->READY.
19103
19104 2005-02-02  David Schleef  <ds@schleef.org>
19105
19106         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
19107         whereever possible.  (Fixes #165997)
19108         * examples/capsfilter/capsfilter1.c: (main):
19109         * examples/dynparams/filter.c: (create_ui):
19110         * examples/seeking/cdparanoia.c: (get_track_info), (main):
19111         * examples/seeking/chained.c: (main):
19112         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19113         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19114         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
19115         (make_mpeg_pipeline), (make_mpegnt_pipeline):
19116         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19117         * examples/switch/switcher.c: (main):
19118         * ext/dv/demo-play.c: (main):
19119         * ext/faad/gstfaad.c: (gst_faad_change_state):
19120         * ext/mad/gstmad.c: (gst_mad_chain):
19121         * ext/smoothwave/demo-osssrc.c: (main):
19122         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19123         (gst_gconf_render_bin_from_description),
19124         (gst_gconf_get_default_audio_sink),
19125         (gst_gconf_get_default_video_sink),
19126         (gst_gconf_get_default_audio_src),
19127         (gst_gconf_get_default_video_src),
19128         (gst_gconf_get_default_visualization_element):
19129         * gst/level/demo.c: (main):
19130         * gst/level/plot.c: (main):
19131         * gst/playback/gstplaybin.c: (gen_video_element),
19132         (gen_audio_element):
19133         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19134         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19135         * gst/sine/demo-dparams.c: (main):
19136         * gst/spectrum/demo-osssrc.c: (main):
19137         * gst/speed/demo-mp3.c: (main):
19138         * gst/volume/demo.c: (main):
19139         * testsuite/embed/embed.c: (main):
19140
19141 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19142
19143         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19144         (gst_tcpclientsink_finalize):
19145         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19146         (gst_tcpclientsrc_finalize):
19147         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19148         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19149         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19150         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19151           Don't leak the hostname when shutting down.
19152           In tcpserversrc, take a copy of the default hostname.
19153
19154 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19155
19156         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19157           Set caps to systemstream=TRUE.
19158
19159 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19160
19161         * testsuite/Makefile.am:
19162           Fix more OSX buildbots.
19163
19164 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19165
19166         * ext/mpeg2dec/gstmpeg2dec.c:
19167           Don't send things to NULL PAD_PEERs
19168
19169         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19170           Copy-on-write the incoming buffer.
19171
19172         * gst/mpegstream/gstdvddemux.h:
19173         * gst/mpegstream/gstmpegclock.h:
19174         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19175         (normal_seek), (gst_mpeg_demux_handle_src_event):
19176         * gst/mpegstream/gstmpegdemux.h:
19177         * gst/mpegstream/gstmpegpacketize.h:
19178         * gst/mpegstream/gstmpegparse.c:
19179         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19180         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19181         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19182         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19183         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19184         * gst/mpegstream/gstmpegparse.h:
19185         * gst/mpegstream/gstrfc2250enc.h:
19186           Various changes to the way time is computed that make seeking and
19187           total time estimation much better here.
19188           Use G_BEGIN/END_DECLS instead of __cplusplus
19189
19190         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19191           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19192
19193 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19194
19195         * gst/subparse/gstsubparse.c:
19196           Fix OSX buildbot.
19197
19198 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19199
19200         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19201         (theora_enc_chain), (theora_enc_change_state):
19202         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19203         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19204         (gst_vorbisenc_change_state):
19205         * ext/vorbis/vorbisenc.h:
19206           Set granulepos and timestamp correctly for streams not
19207           starting at 0, taking into account the initial delay.
19208
19209 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19210
19211         * gst/mpegstream/gstdvddemux.c:
19212           Add audio/x-dts to audio pad template caps
19213
19214 2005-01-30  David Schleef  <ds@schleef.org>
19215
19216         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19217         (create_context), (gst_polypsink_link): Fix silly endianness
19218         bug.  Add some debugging.  Remove float from caps; it doesn't
19219         work.  Attempt to get remote audio working.
19220
19221 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19222
19223         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19224           Add 3IV2 fourcc.
19225
19226 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19227
19228         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19229         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19230         (gst_avi_demux_stream_data):
19231         * gst/avi/gstavidemux.h:
19232           Invert DIB images. Fixes #132341.
19233
19234 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19235
19236         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19237         (gst_ffmpegcsp_chain):
19238           D'oh, reference the palette data, not the palette structure.
19239           Fixes color distortion in #132341.
19240
19241 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19242
19243         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19244           PAR can be non-fixed when not provided as argument (#162626).
19245
19246 2005-01-29  David Moore  <dcm@acm.org>
19247
19248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19249
19250         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19251         (gst_qtdemux_loop_header):
19252           Re-apply patch from #142272 that allows non-seekable sources,
19253           re-proposed by Daniel Drake <dsd@gentoo.org>.
19254
19255 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19256
19257         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19258           Use the src template for creating the src pad (#162330).
19259
19260 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19261
19262         * configure.ac:
19263         * ext/musepack/Makefile.am:
19264         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19265         (gst_musepackdec_init), (gst_musepackdec_dispose),
19266         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19267         (gst_musepack_stream_init), (gst_musepackdec_loop),
19268         (gst_musepackdec_change_state):
19269         * ext/musepack/gstmusepackdec.cpp:
19270         * ext/musepack/gstmusepackdec.h:
19271         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19272         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19273         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19274         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19275         * ext/musepack/gstmusepackreader.cpp:
19276         * ext/musepack/gstmusepackreader.h:
19277           Update to 1.1 API (#165446).
19278
19279 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19280
19281         * ext/Makefile.am:
19282           Unbreak buildbot.
19283
19284 2005-01-28  Andy Wingo  <wingo@pobox.com>
19285
19286         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19287         to reflect a different dubious internet source. Add a reference
19288         and some commentary.
19289
19290 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19291
19292         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19293         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19294         * gst/playback/gststreamselector.h:
19295           Be more selective when we're redoing caps negotiation from
19296           within the chain function on a stream change.
19297
19298 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19299
19300         * configure.ac:
19301         * ext/Makefile.am:
19302         * ext/amrnb/Makefile.am:
19303         * ext/amrnb/amrnb.c: (plugin_init):
19304         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19305         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19306         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19307         (gst_amrnbdec_state_change):
19308         * ext/amrnb/amrnbdec.h:
19309         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19310         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19311         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19312         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19313         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19314         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19315         * ext/amrnb/amrnbparse.h:
19316           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19317         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19318           Add AMR-NB/-WB raw formats.
19319         * ext/alsa/gstalsa.c: (gst_alsa_link):
19320           Keep valid time when changing format.
19321         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19322         (qtdemux_parse_trak):
19323           Add some more format-specific options (#140141, #143555, #155163).
19324
19325 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19326
19327         * gst/matroska/matroska-demux.c:
19328         (gst_matroska_demux_parse_blockgroup):
19329           Fix logic error in timing of subtitle stream synchronization.
19330         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19331           Add skip-chunk, which is found in kodak-camera streams.
19332
19333 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19334
19335         * po/LINGUAS:
19336         * po/vi.po:
19337           Adding Vietnamese translation (submitted by Clytie Siddall)
19338
19339 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19340
19341         * gst/playback/gstdecodebin.c: (try_to_link_1):
19342           Use realpad for signal.
19343
19344 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19345
19346         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19347           Fix category so decodebin picks it up.
19348
19349 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19350
19351         * ext/mad/Makefile.am:
19352         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19353         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19354         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19355         (found_type), (gst_id3demux_bin_change_state):
19356         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19357         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19358         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19359         (gst_id3_tag_change_state), (plugin_init):
19360         * ext/mad/gstmad.h:
19361           Add id3demuxbin (which is a simple bin consisting of id3demux
19362           and typefind), take over rank from id3demux, remove typefind
19363           code from id3demux. Makes all broken mp3s that I know of work,
19364           and thereby fixes #152688.
19365
19366 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19367
19368         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19369
19370         * ext/mad/gstmad.c: (gst_mad_src_event):
19371         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19372           Allow seeks on audio pad, make mad forward those (#164826).
19373         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19374           Set duration (#165335).
19375
19376 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19377
19378         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19379         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19380         (gst_asf_demux_process_ext_content_desc),
19381         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19382         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19383         * gst/asfdemux/gstasfdemux.h:
19384           Improve metadata display, e.g. if the metadata comes before the
19385           streams are loaded (which is perfectly valid).
19386
19387 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19388
19389         * tools/gst-launch-ext-m.m:
19390           Fix AVI/ASF pipelines (#165340).
19391
19392 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19393         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19394         build failure on amd64
19395
19396 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19397
19398         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19399         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19400           Check environment variables GST_ID3V2_TAG_ENCODING,
19401           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19402           list of character encodings to force interpretation of non-unicode
19403           strings stored in an ID3v2 tag to a particular encoding. If none
19404           is specified, try to use current locale's encoding, then fall back
19405           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19406         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19407         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19408           Check environment variables GST_ID3V1_TAG_ENCODING,
19409           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19410           list of character encodings to use in case a string encountered
19411           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19412           specified, try to use the current locale's encoding, then fall
19413           back to ISO-8859-1 (which will always succeed).
19414
19415 2005-01-25  Benjamin Otte  <otte@gnome.org>
19416
19417         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19418           - on half framerate, compute the rate in advance so the comparisons
19419             don't compare wrong values
19420           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19421             behaviour
19422           - don't use mad_header_decode anymore, mad_frame_decode does that
19423             automatically
19424           - when getting rid of consumed bytes, reset the stream's skiplen
19425           (fixes #163867)
19426
19427 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19428
19429         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19430           Use 1/2 a second for default max_discont, as PES streams from DVB
19431           seem to have larger spacings in the SCR. 
19432           Fix a typo.
19433
19434 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19435
19436         * gst/playback/gstplaybasebin.c: (group_commit):
19437           Notify delayed stream-info availability.
19438
19439 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19440         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19441         (gst_a52dec_handle_event), (gst_a52dec_chain):
19442         Add some debug output. Check that a discont has a valid
19443         time associated.
19444         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19445         (gst_alsa_sink_loop):
19446         Ignore TAG events. A little extra debug for broken timestamps.
19447         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19448         (dvdnavsrc_change_state):
19449         Ensure we send a discont to engage the link before we send any
19450         other events.
19451         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19452         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19453         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19454         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19455         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19456         dvd://title works in totem because typefinding sends a seek that ends
19457         up going back to chapter 1 regardless.
19458         * ext/mpeg2dec/gstmpeg2dec.c:
19459         * ext/mpeg2dec/gstmpeg2dec.h:
19460         Output correct timestamps and handle disconts.
19461         * ext/ogg/gstoggdemux.c: (get_relative):
19462         Small guard against a null dereference.
19463         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19464         (gst_textoverlay_set_property):
19465         Free memory when done. Don't call gst_event_filler_get_duration on
19466         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19467         g_warning.
19468         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19469         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19470         (gst_sw_srclink), (gst_smoothwave_chain):
19471         Draw solid lines, prettier colours.
19472         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19473         Add a default palette that'll work for some movies.
19474         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19475         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19476         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19477         * gst/mpegstream/gstdvddemux.h:
19478         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19479         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19480         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19481         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19482         * gst/mpegstream/gstmpegparse.h:
19483         Use PTM/NAV events when for timestamp adjustment when connected to 
19484         dvdnavsrc. Don't use many discont events where one suffices.
19485         * gst/playback/gstplaybasebin.c: (group_destroy),
19486         (gen_preroll_element), (gst_play_base_bin_add_element):
19487         * gst/playback/gstplaybasebin.h:
19488         Make sure we remove subtitles from the same bin we put them in.
19489         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19490         (gst_subparse_buffer_format_autodetect),
19491         (gst_subparse_change_state):
19492         Fix some memleaks and invalid accesses.
19493         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19494         (oggskel_type_find), (cmml_type_find), (plugin_init):
19495         Some typefind functions for Annodex v3.0 files
19496         * gst/wavparse/gstwavparse.h:
19497         GstRiffReadClass is the correct parent class.
19498
19499 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19500
19501         * gst-libs/gst/riff/riff-media.c:
19502         (gst_riff_create_video_caps_with_data):
19503           Add extradata to huffyuv (fixes #165013).
19504         * gst-libs/gst/riff/riff-read.c:
19505         (gst_riff_read_strf_vids_with_data):
19506           Fix extradata extraction if it is in the chunk size.
19507
19508 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19509
19510         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19511
19512         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19513         (gst_quarktv_change_state), (gst_quarktv_dispose):
19514           Memory free'ing location fix (#164708).
19515
19516 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19517
19518         * gst/playback/gstplaybasebin.c: (group_commit),
19519         (gen_preroll_element), (probe_triggered), (gen_source_element),
19520         (setup_source), (gst_play_base_bin_change_state),
19521         (gst_play_base_bin_add_element):
19522           Don't block for streams.
19523         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19524         (gst_stream_info_set_mute):
19525           Use gst_pad_set_active_recursive.
19526
19527 2005-01-25  Andy Wingo  <wingo@pobox.com>
19528
19529         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19530         for #ifndef HAVE_XVIDEO.
19531
19532 2005-01-24  Jeffrey C. Ollie
19533
19534         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19535
19536         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19537         * ext/gsm/gstgsmdec.h:
19538         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19539         * ext/gsm/gstgsmenc.h:
19540         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19541         was given by property. Add proper buffer timestamps and offsets.
19542
19543 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19544
19545         * gst-libs/gst/riff/riff-media.c:
19546         (gst_riff_create_audio_caps_with_data):
19547           Audio can be <8000Hz.
19548
19549 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19550
19551         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19552           Explicit state change to workaround refcount bugs.
19553
19554 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19555
19556         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19557         (gst_avimux_riff_get_avi_header):
19558           Fix...
19559
19560 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19561
19562         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19563         (gst_riff_read_element_data):
19564         * gst-libs/gst/riff/riff-read.h:
19565           Add _peek version (req'ed in CDXA).
19566         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19567         (gst_cdxaparse_loop):
19568           Fix parsing in playbin.
19569         * gst/playback/gstdecodebin.c: (close_pad_link):
19570           Ignore current_ pads, they cause major annoyance.
19571
19572 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19573
19574         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19575           Safety guard.
19576
19577 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19578
19579         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19580           Fix padding...
19581
19582 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19583
19584         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19585           Allow for 0-sized buffers. Fixes length query problems in
19586           starwars.mkv from the testsuite.
19587
19588 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19589
19590         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19591         (gst_video_box_i420), (gst_video_box_chain):
19592           Fix row strides for I420 (fixes #163159)
19593           
19594 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19595
19596         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19597           MPEG2 has a useful rate property, so we can actually use that.
19598           For MPEG-1, continue using the bytes/time properties.
19599
19600 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19601
19602         * gst-libs/gst/riff/riff-media.c:
19603         (gst_riff_create_video_caps_with_data),
19604         (gst_riff_create_video_template_caps):
19605           Add intel-h263.
19606
19607 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19608
19609         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19610           Fail if caps negotiation fails. Should fix #162184, and should
19611           definately be in there regardless of it fixing the actual bug.
19612         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19613         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19614         (gst_avimux_riff_get_avix_header),
19615         (gst_avimux_riff_get_video_header),
19616         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19617         (gst_avimux_start_file), (gst_avimux_handle_event),
19618         (gst_avimux_change_state):
19619         * gst/avi/gstavimux.h:
19620           Refactor structure writing to use GST_WRITE_UINT macros, add
19621           metadata writing support.
19622
19623 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19624
19625         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19626           Elements may already be destroyed when this function is called.
19627
19628 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19629
19630         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19631         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19632           More memory leak fixes (#149162).
19633
19634 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19635
19636         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19637         (gst_qtdemux_add_stream):
19638           Fix two memleaks.
19639
19640 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19641
19642         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19643           Argh...
19644
19645 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19646
19647         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19648           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
19649           when fixating to six channels in Totem.
19650
19651 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19652
19653         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
19654           Fix compile warnings on Solaris 10 buildbot
19655
19656 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19657
19658         * ext/dvdread/dvdreadsrc.c: (_read):
19659           Don't read beyond the last cell in a chapter (fixes 
19660           invalid memory access)
19661
19662 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19663
19664         * ext/dvdread/stream_labels.c:
19665         (dvdreadsrc_get_audio_stream_labels):
19666           Use NULL for an empty GList instead of g_list_alloc(); fix 
19667           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
19668           of GString (easier to bulk free later)
19669
19670 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19671
19672         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19673
19674         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19675         (gst_ffmpeg_pixfmt_to_caps):
19676           Fix BGRA32 caps (#164209).
19677
19678 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19679
19680         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19681
19682         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19683         (gst_ffmpeg_caps_to_pixfmt):
19684           alpha_mask can be RGBA/ABGR. Fixes #164265.
19685
19686 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
19687
19688         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19689
19690         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
19691         (gst_mpeg2dec_alloc_buffer):
19692         * ext/mpeg2dec/gstmpeg2dec.h:
19693           Crop if decoding size is not the actual image size (#163676).
19694
19695 2005-01-17  Steve Baker  <steve@stevebaker.org>
19696
19697         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19698
19699         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
19700         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
19701           Add libsndfile typefind functions (#163309).
19702
19703 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19704
19705         * tools/gst-launch-ext-m.m:
19706           Add .aac, fix .m1v/.m2v (#163891).
19707
19708 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19709
19710         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
19711           Sanity check, don't wait endlessly since the clock might not
19712           actually run at this point (which is a deadlock). Fixes #164069.
19713
19714 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19715
19716         * gst/playback/gstplaybasebin.c: (probe_triggered):
19717           Of course, only pause if group is done...
19718
19719 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19720
19721         * gst/playback/gstplaybasebin.c: (probe_triggered):
19722           Thread safety.
19723
19724 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19725
19726         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19727           Don't return state change success when the parent
19728           failed.
19729
19730 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19731
19732         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
19733           Free events (fix memleak in #162905).
19734
19735 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
19736
19737         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19738
19739         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19740         (gst_ffmpeg_caps_to_pixfmt):
19741           Fix for depth = 15. Fixes #161675.
19742
19743 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19744
19745         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19746           Set FPS correctly, even for webcams and the like.
19747         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
19748           Don error on setting while capturing.
19749
19750 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19751
19752         * ext/dv/gstdvdec.c:
19753         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19754         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19755           I'm a bad boy. using /1001. to force C to do float division
19756           and not integer division (as it did in my last commit)
19757           Thanks to David I. Lehn for pointing this mistake.
19758
19759 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19760
19761         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19762           Revert Johan's 1.35->1.36 since it breaks compat.
19763
19764 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19765
19766         * ext/dv/gstdvdec.c:
19767         * ext/libfame/gstlibfame.c:
19768         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19769         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19770           replace framerate aproximations by their real value
19771           (24000/1001, 30000/1001, 60000/1001)
19772           Finish fixing bug #164049
19773
19774 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19775
19776         * ext/ogg/gstoggmux.c:
19777           eos/bos debugging
19778         * gst/tcp/gstmultifdsink.c:
19779         * gst/tcp/gstmultifdsink.h:
19780         * gst/tcp/gsttcp.c:
19781         * gst/tcp/gsttcp.h:
19782         * gst/tcp/gsttcpclientsink.c:
19783         * gst/tcp/gsttcpclientsrc.c:
19784         * gst/tcp/gsttcpserversink.c:
19785         * gst/tcp/gsttcpserversrc.c:
19786           improve reusability of elements after state changes and errors
19787           make multifdsink throw away streamheaders when receiving new ones
19788
19789 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19790
19791         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19792           Fix for if items are already in list...
19793
19794 2005-01-12  Benjamin Otte  <otte@gnome.org>
19795
19796         * gst/adder/gstadder.c: (gst_adder_loop):
19797           fix adder a bit so it doesn't screw up with events as much anymore
19798
19799 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
19800
19801         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
19802         (pixbufscale_scale), (gst_pixbufscale_chain):
19803         * ext/gdk_pixbuf/pixbufscale.h:
19804           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
19805           to ensure rowstrides are calculated the same way as 
19806           ffmpegcolorspace
19807           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
19808           that we pick up duration and offset also.
19809
19810 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19811
19812         * gst/avi/gstavimux.c: (gst_avimux_class_init),
19813         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
19814           Reusability fixes.
19815
19816 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19817
19818         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
19819         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19820         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
19821         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
19822           Update flags when requested.
19823
19824 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19825
19826         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19827           Fix dmix.
19828
19829 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19830
19831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19832         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
19833         (probe_triggered), (new_decoded_pad), (gen_source_element),
19834         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
19835         * gst/playback/gstplaybasebin.h:
19836         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19837         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
19838         (gst_play_bin_change_state):
19839           Implement group-switch signal for use in apps to clear metadata
19840           cache, clean up subtitle, add suburi property instead of # hack,
19841           some error-out fixes.
19842
19843 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19844
19845         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19846           Debug.
19847         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
19848           If we got a state change in the _get handler, don't return success.
19849
19850 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19851
19852         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
19853         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
19854           Make jpegdec quiet on MJPEG decoding
19855         * gst/asfdemux/README:
19856           Fix mimetypes for MJPEG and H263
19857
19858 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19859
19860         * ext/theora/theoradec.c: (theora_dec_chain):
19861           Fix broken code generation by gcc by swapping arguments.
19862         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19863           Fix \n in debug.
19864
19865 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19866
19867         * TODO:
19868           delete this file, it is by far outdated
19869         * ext/alsa/gstalsa.1: remove
19870         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
19871         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
19872         (gst_alsa_get_caps):
19873           Add HW probing for supported sample rates. Fixes #161704
19874
19875 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19876
19877         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19878           Don't crash, biatch! :).
19879
19880 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19881
19882         * ext/musepack/gstmusepackreader.cpp:
19883         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
19884           Some work on tags - still doesn't work in playbin...
19885         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19886           Handle events...
19887
19888 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19889
19890         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
19891           Also shove tags on kid pads.
19892
19893 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19894
19895         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
19896           Don't bail on unknown events.
19897         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19898           Don't crash on events before negotiation.
19899         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19900           Send tags on pads, too.
19901         * gst/playback/gststreamselector.c:
19902         (gst_stream_selector_request_new_pad):
19903           Forward events on first pad if no input was selected yet.
19904
19905 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19906
19907         * gst/playback/gstplaybasebin.c: (setup_substreams):
19908           Don't disable streamtype if the stream doesn't exist, since
19909           then playing a video after audio will disable both and nothing
19910           will happen. Fixes the testsuite.
19911
19912 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19913
19914         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
19915         (gst_v4l_xoverlay_set_xwindow_id):
19916         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
19917         (gst_v4l2_xoverlay_set_xwindow_id):
19918           Add debug categories, fix overlay disabling.
19919
19920 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19921
19922         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
19923         * ext/alsa/gstalsa.h:
19924           Add HW probing for period_count/size and buffer_size MIX/MAX
19925           Adjust default/user defined value if out of bounds
19926           Should fix bug #162024
19927
19928 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19929
19930         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
19931           Fix warning (#161191).
19932
19933 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19934
19935         * ext/dvdread/stream_labels.c:
19936         (dvdreadsrc_get_audio_stream_labels):
19937           Fix warning (init the good variable in switch default)
19938
19939 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
19940
19941         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19942
19943         * gst/tta/gstttaparse.c: (gst_tta_src_event):
19944           Fix gcc-2.95 compile (#163485).
19945
19946 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19947
19948         * configure.ac:
19949         * ext/flac/gstflacenc.c: (gst_flacenc_init),
19950         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19951         (gst_flacenc_tell_callback), (gst_flacenc_chain),
19952         (gst_flacenc_change_state):
19953         * ext/flac/gstflacenc.h:
19954           Update for API change in flac-1.1.1. Update requirement in
19955           configure.ac. Fixes #162974.
19956
19957 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19958
19959         * gst/playback/gstplaybasebin.c: (group_destroy):
19960           Remove hack to get rid of assert and get rid of unlinked
19961           signals properly.
19962
19963 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19964
19965         * gst/playback/gstplaybasebin.c: (setup_source):
19966           Set source to NULL so that resources are free'ed. Fixes issues
19967           with playback of CDDA and similar device-accessing things.
19968
19969 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19970
19971         * testsuite/embed/Makefile.am:
19972           test->noinst, fix make test in buildbot.
19973
19974 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19975
19976         * ext/dvdread/stream_labels.c: new file
19977         * ext/dvdread/stream_labels.h: new file
19978         * ext/dvdread/Makefile.am:
19979         * ext/dvdread/dvdreadsrc.c: (_seek_title):
19980           Extract audio stream label from DVD IFO files.
19981           It only dump them on the console for now, still have to
19982           make playbin aware of them.
19983
19984 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19985
19986         * gst/playback/gstplaybasebin.c: (setup_source):
19987           Fix hanging subs.
19988
19989 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19990
19991         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19992         (gen_preroll_element), (remove_groups), (setup_subtitle),
19993         (gen_source_element), (setup_source):
19994         * gst/playback/gstplaybasebin.h:
19995           Multiple .sub files is just a stupid idea... Fix some threading
19996           mistakes. Interestingly, external .sub files cause playbin to
19997           hang, I don't know why... Parsing fixes contributed by Fran??ois
19998           Kooman <fkooman@tuxed.net>.
19999
20000 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20001
20002         * testsuite/embed/Makefile.am:
20003           Fix buildbot.
20004
20005 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20006
20007         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20008
20009         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20010         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
20011         (gst_pngenc_set_property):
20012         * ext/libpng/gstpngenc.h:
20013           Add compression level property (#163323).
20014
20015 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20016
20017         * configure.ac:
20018         * examples/capsfilter/capsfilter1.c: (main):
20019         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20020         * ext/dvdread/Makefile.am:
20021         * ext/dvdread/demo-play:
20022         * ext/dvdread/demo-play.c:
20023         * gconf/gstreamer.schemas.in:
20024         * gst-libs/gst/gconf/gconf.c:
20025         * sys/v4l/TODO:
20026         * testsuite/Makefile.am:
20027         * testsuite/embed/Makefile.am:
20028         * testsuite/embed/embed.c: (cb_expose), (main):
20029           Remove all references to xvideosink, fix examples (#140845).
20030         * gst/playback/gstplaybasebin.c: (group_destroy):
20031           Apparently, disposal does not unlink - so do explicitely.
20032         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20033           Add debug.
20034
20035 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
20036
20037         * README: fix PKG_CONFIG_PATH instructions, what was there
20038         previously was breaking default search path, not nice. 
20039         Fixes #163358
20040
20041 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20042
20043         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
20044         (gst_audioscale_chain):
20045           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
20046           when resampling - how the ^@$^!@^! is this possible?!?
20047
20048 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20049
20050         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20051           Reset variables on READY.
20052         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
20053         (gst_matroska_mux_loop):
20054           Require data before writing header.
20055
20056 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
20057
20058         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20059
20060         * ext/mad/gstmad.c: (gst_mad_chain):
20061           Don't call mad_stream_sync() directly after recovering sync.
20062           Fixes #151661.
20063
20064 2005-01-09  Martin Eikermann  <meiker@upb.de>
20065
20066         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20067
20068         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
20069         (snapshot_handler), (gst_snapshot_sinkconnect),
20070         (gst_snapshot_chain):
20071           Allocate resources when required, fix recursive signal emission
20072           and fix caps. Fixes #161667.
20073
20074 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20075
20076         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20077
20078         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
20079         (gst_pngdec_chain):
20080           Handle only 8-bppc (bits-per-pixel-component) images, better
20081           error handling and correct strides. Fixes #163177.
20082         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
20083         (gst_pngenc_chain):
20084           Better error handling. Fixes #163348.
20085
20086 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20087
20088         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
20089         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
20090         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
20091         (dvdnavsrc_uri_handler_init):
20092           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
20093         * gst/playback/gstplaybasebin.c: (gen_source_element):
20094           Add MMS to streaming URIs.
20095
20096 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20097
20098         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20099         * sys/xvimage/xvimagesink.c:
20100         (gst_xvimagesink_navigation_send_event):
20101           Check for pad availability before sending event.
20102
20103 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20104
20105         * gst-plugins.spec.in:
20106           Add subparse.
20107
20108 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20109
20110         * configure.ac:
20111           Since we use functions from CVS, up requirement.
20112
20113 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20114
20115         * gst/playback/Makefile.am:
20116         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20117         (group_destroy), (group_commit), (group_is_muted),
20118         (gen_preroll_element), (add_stream), (unknown_type),
20119         (probe_triggered), (preroll_unlinked), (mute_stream),
20120         (silence_stream), (new_decoded_pad), (setup_substreams),
20121         (setup_source), (get_active_source), (mute_group_type),
20122         (muted_group_change_state), (set_active_source),
20123         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20124         (play_base_eos), (gst_play_base_bin_change_state):
20125         * gst/playback/gstplaybasebin.h:
20126         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20127         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20128         (gst_stream_info_dispose), (stream_info_mute_pad),
20129         (stream_info_change_state), (gst_stream_info_set_mute):
20130         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20131         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20132         (gst_stream_selector_init), (gst_stream_selector_dispose),
20133         (gst_stream_selector_get_linked_pad),
20134         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20135         (gst_stream_selector_get_linked_pads),
20136         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20137         * gst/playback/gststreamselector.h:
20138           Adding stream selection support plus required properties for
20139           applications to use this. Fully fixes #100931.
20140
20141 2005-01-08  Benjamin Otte  <otte@gnome.org>
20142
20143         * gst/games/gstpuzzle.c: (nav_event_handler):
20144           - handle nav events differently: forward every event no matter if it
20145             was handled or not.
20146           - translate events
20147           You can now cheat by using navigationtest ! puzzle and moving the
20148           mouse close to the edge of a tile. ;)
20149
20150 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20151
20152         * configure.ac:
20153         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20154         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20155         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20156         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20157         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20158         (gst_ogm_parse_plugin_init):
20159         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20160         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20161         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20162         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20163         * ext/pango/gsttextoverlay.h:
20164         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20165         (gst_matroska_demux_handle_seek_event),
20166         (gst_matroska_demux_sync_streams),
20167         (gst_matroska_demux_parse_blockgroup),
20168         (gst_matroska_demux_subtitle_caps),
20169         (gst_matroska_demux_plugin_init):
20170         * gst/matroska/matroska-ids.h:
20171         * gst/playback/gstdecodebin.c: (close_pad_link):
20172         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20173         (gen_preroll_element), (remove_groups), (add_stream),
20174         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20175         (setup_source):
20176         * gst/playback/gstplaybasebin.h:
20177         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20178         * gst/subparse/Makefile.am:
20179         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20180         (gst_subparse_base_init), (gst_subparse_class_init),
20181         (gst_subparse_init), (gst_subparse_formats),
20182         (gst_subparse_eventmask), (gst_subparse_event),
20183         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20184         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20185         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20186         (parse_mpsub_deinit), (parse_mpsub_init),
20187         (gst_subparse_buffer_format_autodetect),
20188         (gst_subparse_format_autodetect), (gst_subparse_loop),
20189         (gst_subparse_change_state), (gst_subparse_type_find),
20190         (plugin_init):
20191         * gst/subparse/gstsubparse.h:
20192         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20193         (plugin_init):
20194           Add subtitle support, .sub parser (supports SRT and MPsub),
20195           OGM text support, Matroska UTF-8 text support, deadlock fixes
20196           all over the place, subtitle awareness in decodebin/playbin
20197           and some fixes to textoverlay to handle subtitles in a stream
20198           correctly. Fixes #100931.
20199
20200 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20201
20202         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20203           Check for pad availability before doing a query on it.
20204
20205 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20206
20207         * ext/dv/gstdvdec.c:
20208           really fix bpp24/32 dvdec caps (classic rgba indeed)
20209         * gst/asfdemux/gstasfdemux.c:
20210         (gst_asf_demux_process_ext_content_desc):
20211           don't send text tags if they are empty (bis repetita)
20212
20213 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20214
20215         * ext/dv/gstdvdec.c:
20216          remove unneeded comment from dvdec
20217           (related to DV 4CC codes in AVI files)
20218           moved them in gstreamer/docs/random/mimetypes
20219         * gst/asfdemux/gstasfdemux.c:
20220         (gst_asf_demux_process_ext_content_desc):
20221          don't send text tags if they are empty
20222          fix mem leak on error path
20223         * gst/ffmpegcolorspace/avcodec.h:
20224         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20225         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20226         (gst_ffmpegcsp_avpicture_fill):
20227         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20228         * gst/ffmpegcolorspace/imgconvert_template.h:
20229          adds BGR32 and BGRA32 to ffmpegcolorspace
20230           (still bad colors, fixing it on next commit)
20231           helps with dvdec outputing BGR32
20232
20233 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20234
20235         * ext/dv/gstdvdec.c:
20236          Fix audio caps i just broke (missing ',')
20237         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20238         (gst_matroska_mux_reset):
20239          Fix typo + add FIXME about old "x-gst-metadata" crap
20240
20241 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20242
20243         * ext/dv/demo-play.c: (main):
20244          xvideosink -> xvimagesink
20245         * ext/dv/gstdvdec.c:
20246          change rgb 32/32 caps to 24/32 (no alpha)
20247          change nb of channels to be a list (2 or 4, not 2)
20248          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20249         * gst/asfdemux/gstasfdemux.c:
20250         (gst_asf_demux_process_ext_content_desc):
20251          Add 'date/year' to extracted metadata list
20252
20253 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20254
20255         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20256           The return value of fixate_to does not imply that the requested
20257           value was set, so don't assume.
20258
20259 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20260
20261         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20262
20263         * ext/libpng/gstpngdec.c:
20264         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20265         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20266         * ext/libpng/gstpngenc.h:
20267           Alpha support (encoder; #163161), mime fixage.
20268
20269 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20270
20271         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20272
20273         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20274         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20275         (gst_faac_set_property), (gst_faac_get_property):
20276         * ext/faac/gstfaac.h:
20277           Allow for ADTS output (#153434).
20278
20279 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20280
20281         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20282           Fix against template (#150576).
20283
20284 2005-01-06  Benjamin Otte  <otte@gnome.org>
20285
20286         * gst/games/gstpuzzle.c: (draw_puzzle):
20287           don't draw a puzzle if either width or height of tiles would be 0.
20288
20289 2005-01-06  Benjamin Otte  <otte@gnome.org>
20290
20291         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20292         (gst_puzzle_class_init), (gst_puzzle_finalize):
20293           no memleaks, please
20294         (gst_puzzle_create), (gst_puzzle_init),
20295         (gst_puzzle_set_property), (gst_puzzle_setup):
20296           change initialization code around so we don't reshuffle on resize
20297         (draw_puzzle):
20298           fix another stupid typo
20299
20300 2005-01-06  Benjamin Otte  <otte@gnome.org>
20301
20302         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20303           fix stupid typo that borked copying on YUY2
20304
20305 2005-01-06  Benjamin Otte  <otte@gnome.org>
20306
20307         * gst/games/gstpuzzle.c: (draw_puzzle):
20308           fix edges when image sizes aren't multiples of tile sizes
20309
20310 2005-01-06  Benjamin Otte  <otte@gnome.org>
20311
20312         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20313           make RGB endianness work correctly
20314         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20315           refactor and fix race with initial shuffling
20316         (nav_event_handler):
20317           allow using the mouse to puzzle
20318         (draw_puzzle):
20319           insist on tiles having width and height as multiples of 4 to get
20320           clean YUV image handling
20321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20322         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20323           s/DEBUG/LOG/ for common messages
20324         (gst_xvimagesink_navigation_send_event):
20325           fix mouse event translation to not include screen PAR
20326         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20327           fix mouse event translation to actually work
20328
20329 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20330
20331         * gst/asfdemux/gstasfdemux.c:
20332         (gst_asf_demux_process_ext_content_desc):
20333          Extract TrackNumber metadata + clean up code
20334         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20335          Hope this is the good fix (var used unitialised)
20336
20337 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20338
20339         * ext/faad/gstfaad.c: (gst_faad_chain):
20340           Only increment timestamp if it's valid. Fixes raw AAC streams.
20341
20342 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20343
20344         * configure.ac:
20345         * gst/games/Makefile.am:
20346         * gst/games/gstpuzzle.c:
20347           add a puzzle game with...
20348         * gst/games/gstvideoimage.c:
20349         * gst/games/gstvideoimage.h:
20350           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20351           from videotestsrc and made into something that would be a nice
20352           library for a lot of other plugins.
20353
20354 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20355
20356         * configure.ac:
20357          don't compile faad plugin if a RC of 2.0 is found
20358          Fixes #155346 (and FC1 buildbot)
20359         * gst/asfdemux/gstasfdemux.c:
20360         (gst_asf_demux_process_ext_content_desc):
20361          try to make Solaris compiler happier
20362
20363 2005-01-06  Paul Jack  <pjack@sfaf.org>
20364
20365         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20366
20367         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20368           Fix segfault (#161667).
20369
20370 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20371
20372         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20373           Fix framerate reporting.
20374
20375 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20376
20377         * gst-libs/gst/riff/riff-ids.h:
20378         * gst/wavenc/riff.h:
20379          Add AMR (VBR and CBR) ids to riff.h audio codec list
20380         * gst/asfdemux/gstasfdemux.c:
20381         (gst_asf_demux_process_ext_content_desc),
20382         (gst_asf_demux_process_object):
20383           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20384
20385 2005-01-05  Martin Eikermann  <meiker@upb.de>
20386
20387         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20388
20389         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20390         (gst_dvd_demux_handle_discont):
20391         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20392         (gst_mpeg_demux_handle_discont):
20393           Recreate pads on new-media (#160730).
20394         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20395           Send discont even if manager changes timestamps (#161929).
20396
20397 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20398
20399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20400
20401         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20402           Fix invalid memory access (#159211).
20403
20404 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20405
20406         * examples/gstplay/player.c: (main):
20407           Don't iterate.
20408         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20409           Add visualizations.
20410         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20411         (gst_a52dec_handle_frame):
20412           Set duration.
20413         * ext/dvdnav/gst-dvd:
20414           Add audioconvert. Fixes #161325.
20415         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20416           Explicitely case to gint64. Possible valgrind error.
20417         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20418         (gst_play_tick_callback), (gst_play_change_state),
20419         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20420         (gst_play_set_location), (gst_play_get_location),
20421         (gst_play_seek_to_time), (gst_play_set_data_src),
20422         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20423         (gst_play_set_visualization), (gst_play_connect_visualization),
20424         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20425         (gst_play_new):
20426           Use playbin. Fixes #139749 and #147744.
20427         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20428           Add genre tag.
20429         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20430         (audioscale_get_type), (gst_audioscale_base_init),
20431         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20432         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20433         (gst_audioscale_link), (gst_audioscale_get_buffer),
20434         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20435         (gst_audioscale_init), (gst_audioscale_dispose),
20436         (gst_audioscale_chain), (gst_audioscale_set_property),
20437         (gst_audioscale_get_property), (plugin_init):
20438           Indent properly.
20439         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20440           Fix LPCM.
20441         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20442         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20443         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20444           Add more metadata (fixes #162656).
20445
20446 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20447
20448         * configure.ac:
20449           back to cvs
20450
20451 === release 0.8.7 ===
20452
20453 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20454
20455         * NEWS:
20456         * RELEASE:
20457         * configure.ac:
20458           releasing 0.8.7, "Hyperspace"
20459
20460 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20461
20462         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20463
20464         * gst/playback/gstplaybasebin.c:
20465          Fix for #162924 - free caps after use, not before
20466
20467 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20468
20469         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20470
20471         * gst/playback/gstplaybasebin.c:
20472         * gst/wavparse/gstwavparse.c:
20473           Fix for #154773 - fixes playback of small .wav files
20474
20475 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20476
20477         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20478
20479         * gst/audioscale/gstaudioscale.c:
20480           Fix for #162819 - make audioscale reusable
20481           Fixes playback of more than one file with playbin/totem
20482
20483 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20484
20485         * gst/ffmpegcolorspace/avcodec.h:
20486         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20487         * gst/ffmpegcolorspace/imgconvert.c:
20488           clean up the mess that made me cry and avoid needless duplication
20489
20490 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20491
20492         * gst/ffmpegcolorspace/imgconvert.c:
20493           give some indication of why we're segfaulting
20494
20495 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20496
20497         * configure.ac:
20498           Fix indentation, fix v4l2 plugin detection.
20499         * ext/Makefile.am:
20500           Fix libmms location (Maciej, use diff -u!).
20501         * ext/alsa/gstalsa.c: (gst_alsa_init):
20502           Initialize caps cache to NULL.
20503         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20504           Only change state on audiosink if it exists.
20505
20506 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20507
20508         * gst/matroska/matroska-demux.c:
20509         * gst/matroska/matroska-ids.h:
20510         * gst/matroska/matroska-demux.h:
20511         Fix Vorbis streams failing to decode in some files, where cluster_time
20512         isn't 0, because then it doesn't send codec_priv before actual data.
20513         Remove time-based test and replace it with marker set on beginning of
20514         new stream
20515
20516 2004-12-28  David Schleef  <ds@schleef.org>
20517
20518         Merge patch from Ronald fixing problems with streaming
20519         text.
20520         * ext/cairo/gstcairo.c: (plugin_init):
20521         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20522         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20523         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20524         (gst_textoverlay_font_init), (gst_textoverlay_init),
20525         (gst_textoverlay_set_property):
20526         * ext/cairo/gsttextoverlay.h:
20527
20528 2004-12-27  David Schleef  <ds@schleef.org>
20529
20530         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20531         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20532         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20533         (gst_textoverlay_font_init), (gst_textoverlay_init),
20534         (gst_textoverlay_set_property): Improvements to actually
20535         render text as white on black outline on video, including
20536         font selection and horizontal/vertical alignment.  (Ronald's
20537         christmas present)
20538         * ext/cairo/gsttextoverlay.h:
20539
20540 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20541
20542         * ext/ogg/gstogg.c:
20543         * ext/ogg/gstogmparse.c:
20544           fix ogm[audio/video]parse plugin registration
20545           (riff won't load if bytestream is already loaded)
20546
20547 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20548
20549         * gst/audioconvert/gstchannelmix.c:
20550           fix for GLIB < 2.4
20551
20552 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20553
20554         * Makefile.am:
20555         * configure.ac:
20556           disable docs again until it actually passes make distcheck.
20557
20558 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20559
20560         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20561         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20562         (plugin_init):
20563           Add 3GP (variables name Q3GP because they can't start with a
20564           number). Add samr audio fourcc (used in .3gp files), decoder
20565           is work in progress. Also do a GST_WARNING instead of ERROR
20566           in case of unknown nodes, to decrease output.
20567
20568 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20569
20570         * Makefile.am:
20571           really fix dist
20572
20573 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20574
20575         * configure.ac:
20576         * ext/speex/gstspeexdec.h:
20577         * ext/speex/gstspeexenc.h:
20578           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20579           Fix detection code in configure.ac
20580
20581 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20582
20583         * gst/matroska/matroska-demux.c:
20584         (gst_matroska_demux_parse_blockgroup):
20585           Save position, so that queries give proper return values. Don't
20586           know how this could ever have worked before...
20587
20588 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20589
20590         * configure.ac:
20591           Put additional LAME check inside the conditional.  Fixes #152339
20592
20593 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20594
20595         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20596         (gst_avi_demux_stream_scan):
20597           Add some more debug. Fix logic error when setting movi offset
20598           while reading index.
20599
20600 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20601
20602         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20603         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20604         (gst_avi_demux_process_next_entry):
20605           Add some debugging. Better detection of broken indexes and the
20606           accompanying index recovery. No infinite loops on state changes
20607           when we're still in our loopfunction.
20608
20609 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20610
20611         * configure.ac:
20612           Fix up.
20613
20614 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20615
20616         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20617
20618         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20619           Normalizing the value before setting
20620         (gst_sunaudiomixer_get_volume):
20621           Normalizing the value after getting. Fixes bug# 161980
20622
20623 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20624
20625         * Makefile.am: Make sure docs gets disted
20626         * docs/Makefile.am: Make sure all needed files get disted
20627         * gst-plugins.spec.in: latest updates
20628
20629 2004-12-22  Wim Taymans  <wim@fluendo.com>
20630
20631         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20632         Revert patch 1.38 as clock distribution over schedulers does
20633         not work correcly in the core yet.
20634
20635 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20636
20637         * sys/oss/README: remove this file, which predates my birth
20638           (and which content is by far outdated)
20639
20640 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20641
20642         * Makefile.am:
20643         * configure.ac:
20644         * docs/Makefile.am:
20645         * docs/libs/Makefile.am:
20646         * docs/libs/gst-plugins-libs-docs.sgml:
20647         * docs/libs/gst-plugins-libs-sections.txt:
20648         * docs/libs/tmpl/gstgconf.sgml:
20649         * docs/upload.mak:
20650         * docs/version.entities.in:
20651           Added boilerplate gtk-doc files for plugin-libs documentation.
20652
20653 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20654
20655         * gst/auparse/gstauparse.c: fix int and float audio caps
20656
20657 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20658
20659         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20660         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
20661           g_assert() can be a macro, don't use #ifdef inside it.
20662
20663 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
20664
20665         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20666
20667         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20668         (gst_videorate_init), (gst_videorate_chain),
20669         (gst_videorate_change_state):
20670           Event handling (fixes #159986).
20671
20672 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20673
20674         * gst-libs/gst/riff/riff-media.c:
20675         (gst_riff_create_video_caps_with_data):
20676           Add BLZ0 (Blizzard's version of DivX) fourcc.
20677
20678 2004-12-18  David Schleef  <ds@schleef.org>
20679
20680         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
20681         portability fix.
20682
20683 2004-12-18  David Schleef  <ds@schleef.org>
20684
20685         * gst/tta/ttadec.h: Disable some header code that isn't used
20686         and clearly isn't portable.
20687
20688 2004-12-18  David Schleef  <ds@schleef.org>
20689
20690         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20691         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20692         (avcodec_get_pix_fmt), (avpicture_layout),
20693         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
20694         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
20695         Fix code to not use GCC extensions (and c99 extensions that
20696         Forte does not like.)
20697
20698 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20699
20700         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20701
20702         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20703         (gst_deinterlace_chain):
20704           Rowstride fixes. Fixes #161039.
20705         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
20706         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
20707         (gst_video_crop_getcaps), (gst_video_crop_link),
20708         (gst_video_crop_i420), (gst_video_crop_chain),
20709         (gst_video_crop_change_state):
20710           Rework of negotiation. Actually works now. Fixes #158650.
20711
20712 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20713
20714         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
20715           That was very stupid.
20716
20717 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20718
20719         * gst/matroska/matroska-demux.c:
20720         (gst_matroska_demux_parse_blockgroup):
20721           Fix possible crasher.
20722
20723 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20724
20725         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
20726         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
20727           Lace sizes can be zero.
20728
20729 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20730
20731         * ext/musepack/gstmusepackdec.cpp:
20732           Fetch error return values. Fixes #161624.
20733         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20734           Really EOS.
20735
20736 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20737
20738         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
20739           Work for truncated (unfinished download etc.) files. Fixes #160514.
20740
20741 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20742
20743         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20744           Fix for integer overflow. Makes #156001 not crash. Probably masks
20745           the real bug.
20746
20747 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20748
20749         * gst/ac3parse/gstac3parse.c: (plugin_init):
20750           Parsers never have ranks. Fixes #159651.
20751
20752 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20753
20754         * gst/playback/gstdecodebin.c: (compare_ranks):
20755           make sure the facotries are ordered the same every time even if they
20756           have the same rank by using the name
20757         * gst/playback/gstdecodebin.c: (find_compatibles):
20758           make sure we don't add factories to the list twice
20759
20760 2004-12-16  David Schleef  <ds@schleef.org>
20761
20762         * configure.ac: look for musepack headers as musepack/*.h
20763         (fixes #159847)
20764         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
20765         * ext/musepack/gstmusepackreader.h: same
20766
20767 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20768
20769         * gst-libs/gst/riff/riff-read.c:
20770         (gst_riff_read_strf_auds_with_data):
20771           Read extradata correctly (fixes #155879).
20772
20773 2004-12-16  David Schleef  <ds@schleef.org>
20774
20775         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
20776         audio.  does _not_ attempt or allow conversion unless channels
20777         is 1 or 2.
20778
20779 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20780
20781         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
20782
20783 2004-12-16  David Schleef  <ds@schleef.org>
20784
20785         * gst/audioscale/gstaudioscale.c: the resample library only
20786         handles 1 or 2 channels.  Change caps to compensate.
20787
20788 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20789
20790         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
20791         (gst_matroska_demux_audio_caps):
20792           Some MPEG-AAC hacks, because else it doesn't work...
20793
20794 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20795
20796         * gst-libs/gst/riff/riff-media.c:
20797         (gst_riff_create_video_caps_with_data),
20798         (gst_riff_create_video_template_caps):
20799           Add h264.
20800
20801 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20802
20803         * gst-libs/gst/audio/Makefile.am:
20804           Try to fix buildbot.
20805
20806 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20807
20808         * gst/tcp/gstmultifdsink.c:
20809           Clean up and uniformize debugging.
20810
20811 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
20812
20813         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20814
20815         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20816         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
20817         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
20818         (gst_mpeg_demux_change_state):
20819           Reset on ready. Fixes 160276.
20820
20821 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20822
20823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20824
20825         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20826         (gst_ffmpegcsp_pad_link):
20827           Fix memleak (#154815).
20828
20829 2004-12-16  James Bowes  <bowes@cs.dal.ca>
20830
20831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20832
20833         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
20834         (gst_musicbrainz_init), (gst_musicbrainz_chain),
20835         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
20836         * ext/musicbrainz/gsttrm.h:
20837           Add support for using a proxy server when getting a trm id from
20838           the MusicBrainz database (#149613).
20839
20840 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
20841
20842         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20843
20844         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
20845         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20846           Fix memleaks (#157233).
20847
20848 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20849
20850         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20851
20852         * gst-libs/gst/resample/resample.c: (gst_resample_close):
20853         * gst-libs/gst/resample/resample.h:
20854         * gst/audioscale/gstaudioscale.c:
20855           Fix memleak (#159215).
20856
20857 2004-12-16  Toni Willberg  <toniw@iki.fi>
20858
20859         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20860
20861         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20862         * sys/oss/oss_probe.c: (main):
20863           Check for mono/stereo support (similar to samplerate probing),
20864           fixes #159433. Also add missing copyright header to oss_probe.c.
20865
20866 2004-12-15  David Schleef  <ds@schleef.org>
20867
20868         * configure.ac: add audioresample and cairo plugins.  Remove
20869         HAVE_MMX stuff, because it's not used.
20870         * ext/Makefile.am: same
20871         * ext/audioresample/Makefile.am: You are not ready for an
20872         audio resampling element based on audioresample.
20873         * ext/audioresample/gstaudioresample.c:
20874         * ext/audioresample/gstaudioresample.h:
20875         * ext/cairo/Makefile.am: You are not ready for overlay elements
20876         based on cairo.  Don't look too closely, these elements kinda
20877         suck right now.
20878         * ext/cairo/gstcairo.c: new
20879         * ext/cairo/gsttextoverlay.c: new
20880         * ext/cairo/gsttextoverlay.h: new
20881         * ext/cairo/gsttimeoverlay.c: new
20882         * ext/cairo/gsttimeoverlay.h: new
20883         * gst-libs/gst/media-info/media-info-priv.h: fix compile
20884         problem with compilers that don't support variadic macros.
20885
20886 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20887
20888         Reviewed by:  David Schleef  <ds@schleef.org>
20889
20890         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
20891         Bala, registering sunaudiosrc (oops!), and cleaning up code a
20892         bit.  Also ran indent-gst.
20893         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
20894         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
20895         (gst_sunaudiosrc_setparams):
20896
20897 2004-12-14  David Schleef  <ds@schleef.org>
20898
20899         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
20900         output rate to 16000.  Should fix #160235.
20901
20902 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20903
20904         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
20905         Add typefinding for mpeg2 pes streams
20906
20907 2004-12-13  David Schleef  <ds@schleef.org>
20908
20909         * configure.ac:  Applied patch from bug #143659, making default
20910         sources and sinks OS-dependent (for Solaris), and added code
20911         for OS/X.
20912         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
20913
20914 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20915
20916         * gst-libs/gst/riff/riff-media.c:
20917           forgot to add h2.64 to avidemux template caps
20918
20919 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20920
20921         * gst/wavenc/riff.h:
20922         * gst-libs/gst/riff/riff-media.c:
20923         * gst-libs/gst/riff/riff-ids.h:
20924         * gst/avi/gstavimux.c
20925         add 4CC code for VideoSoft h264 in AVI (VSSH)
20926           fixes bug #160655
20927         remove s323 from riff, it's quicktime specific :(
20928
20929 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20930
20931         * gst/asfdemux/README
20932         * gst/wavenc/riff.h
20933         * gst-libs/gst/riff/riff-ids.h
20934         * gst-libs/gst/riff/riff-media.c
20935         * gst/qtdemux/qtdemux.c:
20936           add new 4CC codes for h263 related codecs
20937           fixes partially bug #155163
20938
20939 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
20940
20941         * configure.ac: Update polyaudio requirement to 0.7
20942         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
20943
20944 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20945
20946         * gst/interleave/deinterleave.c:
20947         fix my name's spelling! :)
20948
20949 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20950
20951         * AUTHORS ChangeLog
20952         * gst/auparse/gstauparse.c
20953         * gst/interleave/deinterleave.c
20954         * gst/law/:
20955                 alaw-decode.c alaw-encode.c
20956                 mulaw-decode.c mulaw-encode.c
20957         * gst/oneton/gstoneton.c
20958         * sys/osxaudio/:
20959                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
20960         * sys/osxvideo/:
20961                 cocoawindow.h cocoawindow.m
20962                 osxvideosink.h osxvideosink.m
20963
20964         put the same mail address for Zaheer Abbas Merali everywhere
20965
20966 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20967
20968         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
20969           Align by packetsize, and assert that we a packet available before
20970           playing. The first makes webstreams work (they often include
20971           trailing padding data in a packet), the second allows pausing a
20972           ASF stream in totem without getting demux errors afterwards.
20973
20974 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20975
20976         * ext/ogg/gstoggdemux.c: (get_relative):
20977           Check for non-NULL before accessing member (end-of-chain).
20978
20979 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20980
20981         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20982         (cdparanoia_set_property), (cdparanoia_get_property):
20983         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20984         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
20985         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20986         (dvdreadsrc_init), (dvdreadsrc_set_property),
20987         (dvdreadsrc_get_property):
20988         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
20989         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
20990           Synchronize property names where not yet the case. Devices are
20991           now device=X, other versions are deprecated (but still exist).
20992           Also use g_free() unconditionally.
20993         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20994         (setup_source), (gst_play_base_bin_get_property):
20995           Expose source.
20996
20997 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20998
20999         * configure.ac: move GCONF macro outside conditional for the am
21000           conditional. Fixes #160439
21001
21002 2004-12-08  David Schleef  <ds@schleef.org>
21003
21004         * tools/gst-visualise-m.m: Switch to elements that currently
21005         exist.
21006
21007 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21008
21009         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21010           We love wrong commas.
21011
21012 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21013
21014         * gst/matroska/matroska-demux.c:
21015         (gst_matroska_demux_handle_src_query):
21016           Don't set DEFAULT, unsupported - makes length display incorrectly
21017           in some cases.
21018
21019 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21020
21021         * gst/monoscope/README: remove blurb about files being GPL
21022         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
21023         * gst/monoscope/monoscope.c: Change license to BSD with explanation
21024           monoscope is now effectively LGPL licensed
21025
21026 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21027
21028         * gst/monoscope/README: Update information to be more correct
21029         * gst/monoscope/convolve.c: Relicense to LGPL
21030         * gst/monoscope/convolve.h: Relicense to LGPL
21031
21032 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
21033
21034         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21035           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
21036         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
21037           set default_duration for mpeg1 audio
21038
21039 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21040
21041         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
21042         * ext/alsa/gstalsa.h:
21043           refactor big chunks of the core caps negotiation code to make it
21044           a lot faster, because people claim it's really slow
21045           (actually, just cache the getcaps when the device is opened)
21046
21047 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21048
21049         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
21050         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
21051         (gst_a52dec_handle_frame), (gst_a52dec_chain),
21052         (gst_a52dec_change_state), (plugin_init):
21053         * ext/a52dec/gsta52dec.h:
21054           Do something useful with timestamps. Make chain-based (since
21055           there's really no reason to be loopbased).
21056         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
21057           Update current_byte/frame correctly.
21058
21059 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21060
21061         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
21062         (gst_ape_demux_stream_init):
21063           Forward tags, too.
21064
21065 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21066
21067         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
21068           Let's make sure we're done typefinding when detecting tags.
21069
21070 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21071
21072         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
21073         (gst_ebml_read_init), (gst_ebml_read_use_event),
21074         (gst_ebml_read_element_id), (gst_ebml_peek_id),
21075         (gst_ebml_read_seek), (gst_ebml_read_skip),
21076         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
21077         (gst_ebml_read_master):
21078         * gst/matroska/ebml-read.h:
21079         * gst/matroska/matroska-demux.c:
21080         (gst_matroska_demux_parse_contents),
21081         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
21082           Disgustingly evil hack for working around INTERRUPT events and
21083           their extremely annoying habit of being a pain in the ass. We
21084           simply peek a cluster before reading any of it.
21085
21086 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21087
21088         * ext/musepack/gstmusepackdec.cpp:
21089           There's also floating point libmusepacks.
21090
21091 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21092
21093         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
21094         (gst_faad_chanpos_to_gst), (gst_faad_chain):
21095           Set DURATION even if source buffer didn't. Also use increasing
21096           timestamps.
21097         * gst-libs/gst/riff/riff-media.c:
21098         (gst_riff_create_audio_caps_with_data):
21099           Block_align can have larger values than 8192.
21100
21101 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21102
21103         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
21104         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
21105         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
21106         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
21107           Fix caps.
21108
21109 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21110
21111         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
21112           Fix logic bug.
21113
21114 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21115
21116         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
21117           Yay, another one.
21118
21119 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21120
21121         * ext/esd/esdsink.c: (gst_esdsink_chain):
21122           Make error actually say something useful (fixes #156798).
21123         * gst-libs/gst/riff/riff-media.c:
21124         (gst_riff_create_video_caps_with_data),
21125         (gst_riff_create_video_template_caps):
21126           Add Intel Video 5.0 fourcc (IV50).
21127
21128 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21129
21130         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21131         detection on mono and stereo mp3 files.
21132
21133 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21134
21135         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21136           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21137           the contained stream).
21138
21139 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21140
21141         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21142           Oops, remove debug.
21143
21144 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21145
21146         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21147
21148         * gst/law/alaw-decode.c: (alawdec_getcaps):
21149         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21150           Prevent warnings when negotiating caps (fixes #159338).
21151
21152 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21153
21154         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21155         (gst_ffmpegcsp_chain):
21156           Remove old leftover that shouldn't be there...
21157
21158 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21159
21160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21161
21162         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21163           Don't forward DISCONT events (fixes #159684).
21164
21165 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21166
21167         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21168           Unlink manually since sometimes bin disposal (and therefore
21169           pad unlinking) is delayed, which will cause a new media file
21170           to not be able to start playing instantly.
21171
21172 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21173
21174         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21175           On mute of an unlinked stream, check for pad availability so
21176           we don't crash on unlinked pad.
21177
21178 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21179
21180         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21181         (gst_avi_demux_massage_index):
21182           Fix quite humiliating bug in omitting 0-sized index chunks but
21183           forgetting to count them for timestamps.
21184
21185 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21186
21187         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21188           Actually leave the loop if we failed to sync. Don't crash.
21189
21190 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21191
21192         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21193         (gst_dvd_demux_process_private):
21194         * gst/mpegstream/gstdvddemux.h:
21195           Fix crash (#159759). Doesn't work, though. :-(.
21196
21197 2004-11-28  Benjamin Otte  <otte@gnome.org>
21198
21199         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21200           more overwriting protection due to modifying channels one by one
21201           instead of all at once
21202
21203 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21204
21205         * gst/audioconvert/gstchannelmix.c:
21206         (gst_audio_convert_fill_normalize):
21207           Normalize using absolute values.
21208
21209 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21210
21211         * configure.ac:
21212         * ext/Makefile.am:
21213         * ext/directfb/Makefile.am:
21214         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21215         (gst_directfbvideosink_get_pixel_format),
21216         (gst_directfbvideosink_get_format_from_fourcc),
21217         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21218         (gst_directfbvideosink_sink_link),
21219         (gst_directfbvideosink_change_state),
21220         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21221         (gst_directfbvideosink_buffer_alloc),
21222         (gst_directfbvideosink_interface_supported),
21223         (gst_directfbvideosink_interface_init),
21224         (gst_directfbvideosink_navigation_send_event),
21225         (gst_directfbvideosink_navigation_init),
21226         (gst_directfbvideosink_set_property),
21227         (gst_directfbvideosink_get_property),
21228         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21229         (gst_directfbvideosink_base_init),
21230         (gst_directfbvideosink_class_init),
21231         (gst_directfbvideosink_get_type), (plugin_init):
21232         * ext/directfb/directfbvideosink.h: Adding a first version of
21233         directfbvideosink.
21234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21235         more.
21236
21237 2004-11-28  Benjamin Otte  <otte@gnome.org>
21238
21239         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21240           walk the samples backwards if out_channels > in_channels so we don't
21241           overwrite data
21242
21243 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21244
21245         * gst/audioconvert/Makefile.am:
21246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21247         (gst_audio_convert_link), (gst_audio_convert_change_state),
21248         (gst_audio_convert_channels):
21249         * gst/audioconvert/gstchannelmix.c:
21250         (gst_audio_convert_unset_matrix),
21251         (gst_audio_convert_fill_identical),
21252         (gst_audio_convert_fill_compatible),
21253         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21254         (gst_audio_convert_fill_others),
21255         (gst_audio_convert_fill_normalize),
21256         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21257         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21258         * gst/audioconvert/gstchannelmix.h:
21259           Implement a channel mixer.
21260
21261 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21262
21263         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21264         * ext/alsa/gstalsa.h:
21265         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21266         Make alsasink actually honor gst_element_set_clock and use that
21267         clock instead of its internal one.
21268
21269 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21270
21271         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21272         (gst_play_base_bin_change_state): nullify source and decoder when
21273         going from READY to NULL so that we don't try to do weird stuff with
21274         them when going from NULL to READY
21275         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21276         instead of g_object_unref
21277         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21278         it should be correct
21279         (gst_play_bin_change_state): don't call remove_sinks if we are
21280         currently disposing the object
21281
21282 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21283
21284         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21285           Don't forget bass if it's there. Else left channel is silent...
21286
21287 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21288
21289         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21290         (gst_a52dec_change_state):
21291           Don't do sample adjusting anymore, we use float audio now.
21292         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21293           Don't fixate to non-existing properties.
21294
21295 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21296
21297         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21298         (gst_a52dec_change_state):
21299           Advertise that we can do surround sound.
21300
21301 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21302
21303         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21304           Add buffer-frames=0.
21305         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21306         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21307         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21308         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21309         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21310         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21311         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21312         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21313         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21314         * ext/dvdread/dvdreadsrc.h:
21315           Add seeking, querying for bytes, sectors, title, angle and
21316           chapter. Handle multiple chapters. Relicense to LGPL because
21317           Billy agreed on that (thanks Billy!).
21318
21319 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21320
21321         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21322         call parent dispose method
21323
21324 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21325
21326         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21327         (gst_audio_clock_get_internal_time):
21328         Fix active <-> inactive transitions: ensure time value always
21329         grows and avoid abrupt value changes.
21330
21331 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21332
21333         * configure.ac:
21334         * gst/tta/Makefile.am:
21335         * gst/tta/crc32.h:
21336         * gst/tta/filters.h:
21337         * gst/tta/gsttta.c:
21338         * gst/tta/gstttadec.c:
21339         * gst/tta/gstttadec.h:
21340         * gst/tta/gstttaparse.c:
21341         * gst/tta/gstttaparse.h:
21342         * gst/tta/ttadec.h:
21343           added TTA parser and decoder
21344
21345 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21346
21347         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21348         (probe_triggered), (check_queue), (buffer_underrun),
21349         (buffer_running), (buffer_overrun), (gen_source_element),
21350         (setup_source):
21351         * gst/playback/gstplaybasebin.h:
21352           Implement buffering. Needs some more work.
21353
21354 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21355
21356         * ext/theora/theoradec.c: (theora_dec_chain):
21357           Fix ilog mask range overflow.
21358
21359 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21360
21361         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21362           Don't omit the last (which in case of dmix is the only :) )
21363           channel count. Don't set channels if <= 2.
21364
21365 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21366
21367         * gst/playback/gstplaybin.c: (gen_video_element),
21368         (gen_audio_element): Removed 2 obsolete comments
21369
21370 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21371
21372         * ext/vorbis/oggvorbisenc.c
21373         * ext/vorbis/vorbisenc.c :
21374           change description fields of those plugins to differentiate them
21375           (pitivi show Encoders by description, they had the same one)
21376
21377 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21378
21379         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21380
21381         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21382         (gst_play_bin_set_property), (gen_video_element),
21383         (gen_audio_element):
21384           Refcounting fixes for provided audio-/videosinks.
21385
21386 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21387
21388         * gst/playback/gstplaybin.c: (gen_video_element),
21389         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21390           Don't reference all sinks, but only the video- and audiosinks.
21391           The vis. element should be disposed when we're done with it.
21392           We don't have any reason to keep it around. This fixes warnings
21393           when reusing playbin for playing multiple audio files with
21394           vis. enabled. Also release audio device on pause - idea stolen
21395           from Rhythmbox.
21396
21397 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21398
21399         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21400         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21401         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21402         * ext/alsa/gstalsaplugin.c: (plugin_init):
21403         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21404         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21405         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21406         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21407         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21408         (gst_faad_change_state), (plugin_init):
21409         * ext/faad/gstfaad.h:
21410         * ext/vorbis/vorbis.c: (plugin_init):
21411         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21412         * gst-libs/gst/audio/Makefile.am:
21413         * gst-libs/gst/audio/audio.c: (plugin_init):
21414         * gst-libs/gst/audio/multichannel.c:
21415         (gst_audio_check_channel_positions),
21416         (gst_audio_get_channel_positions),
21417         (gst_audio_set_channel_positions),
21418         (gst_audio_set_structure_channel_positions_list),
21419         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21420         (gst_audio_fixate_channel_positions):
21421         * gst-libs/gst/audio/multichannel.h:
21422         * gst-libs/gst/audio/testchannels.c: (main):
21423         * gst/audioconvert/gstaudioconvert.c:
21424         (gst_audio_convert_class_init), (gst_audio_convert_init),
21425         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21426         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21427         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21428         * gst/audioconvert/plugin.c: (plugin_init):
21429           Surround sound support.
21430
21431 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21432
21433         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21434           Fix position for discont if we're close as well. Nitpicking, but
21435           saves a few milliseconds of extra waiting or skipping.
21436
21437 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21438
21439         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21440           We sometimes need parsers for playback, so add those too.
21441
21442 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21443
21444         * configure.ac:
21445         * gst/apetag/Makefile.am:
21446         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21447         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21448         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21449         (gst_ape_demux_get_src_query_types),
21450         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21451         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21452         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21453         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21454         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21455         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21456         (gst_ape_demux_change_state):
21457         * gst/apetag/apedemux.h:
21458         * gst/apetag/apetag.c: (plugin_init):
21459         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21460         (plugin_init):
21461           APE v1/2 tag reader plus typefind function.
21462
21463 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21464
21465         * configure.ac:
21466         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21467         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21468           Remove hacks for older core. Require newer core version
21469           accordingly.
21470
21471 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21472
21473         * gst/cdxaparse/Makefile.am:
21474         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21475         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21476         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21477         * gst/cdxaparse/gstcdxaparse.h:
21478         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21479         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21480         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21481         (gst_cdxastrip_get_src_query_types),
21482         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21483         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21484         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21485         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21486         * gst/cdxaparse/gstcdxastrip.h:
21487           SVCD/VCD header stripping separated from CDXA image parsing.
21488         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21489         (plugin_init):
21490           Add VCD/SVCD header typefinding for VCD/SVCD.
21491         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21492         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21493         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21494         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21495         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21496         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21497         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21498         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21499         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21500         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21501         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21502         * sys/vcd/vcdsrc.h:
21503           Fix up, add seeking, querying, URI interface. Works in totem now.
21504
21505 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21506
21507         * configure.ac:
21508           back to CVS
21509
21510 === release 0.8.6 ===
21511
21512 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21513
21514         * NEWS:
21515         * RELEASE:
21516         * configure.ac:
21517         * po/af.po:
21518         * po/az.po:
21519         * po/cs.po:
21520         * po/en_GB.po:
21521         * po/hu.po:
21522         * po/it.po:
21523         * po/nb.po:
21524         * po/nl.po:
21525         * po/or.po:
21526         * po/sq.po:
21527         * po/sr.po:
21528         * po/sv.po:
21529         * po/uk.po:
21530           releasing 0.8.6, "IOU Love"
21531
21532 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21533
21534         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21535
21536         * gst/playback/gstplaybasebin.c:
21537           Fix unplayable files error handling.  Fixes #158365
21538
21539 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21540
21541         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21542
21543         * gst/typefind/gsttypefindfunctions.c:
21544           Fix broken mp3 typefinding.  Fixes #158375
21545
21546 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21547
21548         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21549
21550         * ext/ogg/gstoggdemux.c:
21551           Fix sync on broken files.  Fixes #158976
21552
21553 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21554
21555         patch by: Edward Hervey <bilboed@bilboed.com>
21556
21557         * ext/libpng/gstpngenc.c:
21558           Copy over buffer properties.  Fixes #158832
21559
21560 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21561
21562         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21563
21564         * ext/dvdread/dvdreadsrc.c:
21565           Fixes invalid reads (#158462)
21566
21567 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21568
21569         * sys/v4l/gstv4lsrc.c:
21570         * sys/v4l/gstv4lsrc.h:
21571         * sys/v4l/v4lsrc_calls.c:
21572           Probe less and cache it.  Fixes #159187.
21573
21574 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21575
21576         * gst/videorate/gstvideorate.c:
21577           Handle all video formats. Fixes #159186.
21578
21579 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21580         * gst/synaesthesia/gstsynaesthesia.c:
21581         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21582         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21583         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21584         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21585         (gst_synaesthesia_change_state), (plugin_init):
21586         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21587         Force 320x200 output, as that's the only thing the underlying
21588         synaesthesia implementation supports. Still needs to be made
21589         re-entrant.
21590
21591 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21592
21593         * configure.ac:
21594           Fix mpeg2enc configure check (similar to mplex check below).
21595
21596 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21597
21598         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21599
21600         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21601           Fix for gcc-2.95 (fixes #158221).
21602
21603 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21604
21605         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21606           Re-add clock distribution hack (until new core is released).
21607           Fixes #158125.
21608
21609 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21610         * configure.ac:
21611           fix mplex configure check segfaulting on some systems (bug #140994)
21612
21613 2004-11-13  Benjamin Otte  <otte@gnome.org>
21614
21615         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21616           add debugging
21617         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21618           do a wait when we enter the loop func with no data available to
21619           write instead of getting into an 100% CPU loop by just returning and
21620           being called again by the scheduler
21621
21622 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21623
21624         * configure.ac:
21625         * ext/libvisual/visual.c: (gst_visual_get_type),
21626         (libvisual_log_handler), (gst_visual_getcaps),
21627         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21628         (plugin_init):
21629           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21630         * ext/smoothwave/Makefile.am:
21631         * ext/smoothwave/demo-osssrc.c: (main):
21632         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21633         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21634         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21635         (plugin_init):
21636         * ext/smoothwave/gstsmoothwave.h:
21637           Make gstsmoothwave a working element in the 20th century.
21638
21639         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21640           Fix incorrect link function
21641
21642 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21643
21644         * gst/volume/gstvolume.c:
21645           Allow buffer-frames=0.
21646
21647 2004-11-12 Iain <iaingnome@gmail.com>
21648
21649         * configure.ac: Check for polypaudio
21650
21651         * ext/Makefile.am: Build the polyp dir
21652
21653         * ext/polyp: The polypsink sources.
21654
21655 2004-10-30 Iain <iaingnome@gmail.com>
21656
21657         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
21658         caps to reflect the new number of channels.
21659
21660 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21661
21662         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21663           Fix for negotiation order problem. This would show when the
21664           ALSA loopfuction was called before any other function. ALSA
21665           wouldn't do anything because we're not negotiated yet, leading
21666           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
21667
21668 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21669
21670         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21671
21672         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21673           No warnings (#157986).
21674
21675 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21676
21677         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21678           Prefer apev1/2 and id3v1 (at end of file) over musepack.
21679
21680 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21681
21682         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
21683           Signal no-more-pads (so it works in playbin).
21684
21685 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21686
21687         * ext/musepack/gstmusepackreader.cpp:
21688           Workaround for older core.
21689
21690 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21691
21692         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
21693           Actually test for odd width/height rather than testing whether
21694           a temporary variable that was 0 before we subtracted 1 is now
21695           not equal to zero (which it always is).
21696
21697 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21698
21699         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21700         Fix compilation if HAVE_XVIDEO is not defined
21701
21702 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21703
21704         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21705         Fix compilation if HAVE_XVIDEO is not defined
21706
21707 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
21708
21709         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
21710         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
21711         (gst_goom_change_state), (plugin_init):
21712         Use the bytestream adapter so goom doesn't depend on the input
21713         buffer size.
21714         Add a debug category
21715
21716 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21717
21718         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21719           Only set hardware parameters *after* negotiation. Before
21720           negotiation, it will set ANY and that seems to cause crashes
21721           (see e.g. #151288, #153227).
21722
21723 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21724
21725         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21726           This seems to be antique leftover. It needs to pass error
21727           checking.
21728         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21729         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
21730         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
21731         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
21732           Fix GstXOverlay implementation (#151059).
21733
21734 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21735
21736         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21737           Don't assert (#157853).
21738
21739 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21740
21741         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21742           Fix bytes/samples confustion.
21743         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
21744           Fix for underrun (#144389).
21745
21746 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21747
21748         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21749           Disable halfway-seek for pending release (since it needs a new
21750           core release).
21751
21752 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21753
21754         * sys/v4l/gstv4lsrc.c:
21755         * sys/v4l/gstv4lsrc.h:
21756         * sys/v4l/v4lsrc_calls.c:
21757           add autoprobe-fps property so we can separate autoprobing parts
21758
21759 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21760
21761         * sys/v4l/gstv4lsrc.c:
21762         * sys/v4l/v4lsrc_calls.c:
21763         initialise fourcc to catch unset fourcc's, and debug
21764
21765 2004-11-09  Wim Taymans  <wim@fluendo.com>
21766
21767         * gst/playback/README:
21768         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21769         * gst/playback/gstplaybin.c: (gst_play_bin_init),
21770         (gst_play_bin_dispose), (gst_play_bin_set_property),
21771         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
21772         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
21773         (gst_play_bin_get_formats), (gst_play_bin_convert),
21774         (gst_play_bin_get_query_types), (gst_play_bin_query):
21775         Cleanups and some more documentation.
21776
21777 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
21778
21779         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21780         (gst_cacasink_init), (gst_cacasink_chain):
21781         * ext/libcaca/gstcacasink.h:
21782         Cacasink inherits from VideoSink, so let that store the clock.
21783
21784 2004-11-09  Wim Taymans  <wim@fluendo.com>
21785
21786         * gst/playback/README:
21787         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
21788         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
21789         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
21790         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
21791         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
21792         (setup_sinks):
21793         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
21794         (gst_stream_info_is_mute), (gst_stream_info_set_property):
21795         * gst/playback/gststreaminfo.h:
21796         Updated README.
21797         Only switch groups if all streams have muted (EOSed).
21798         Send Tags in sync with the stream playback instead of in
21799         the playback/preroll phase.
21800         Some cleanups, free the fakesrc elements.
21801
21802 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21803
21804         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
21805           buffer-frames property was missing
21806         * ext/arts/gst_arts.c:
21807           rate missing from sinkcaps
21808         * ext/audiofile/gstafparse.c:
21809         * ext/audiofile/gstafsink.c:
21810         * ext/audiofile/gstafsrc.c:
21811         * ext/swfdec/gstswfdec.c:
21812           int audio doesn't know buffer-frames
21813         * ext/cdparanoia/gstcdparanoia.c:
21814           int audio doesn't know chunksize either
21815         * ext/nas/nassink.c:
21816           it's endianness, not endianess
21817         * gst-libs/gst/audio/audio.h:
21818           make float standard pad template caps really describe float
21819         * gst/law/mulaw.c: (linear_factory):
21820           signed only, please
21821         * gst/mpegstream/gstdvddemux.c:
21822           widths of 20 are not valid
21823
21824 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21825
21826         Submitted by: Luca Ferretti <elle.uca@infinito.it>
21827
21828         * po/LINGUAS:
21829         * po/it.po:
21830           Add Italian
21831
21832 2004-11-08  Wim Taymans  <wim@fluendo.com>
21833
21834         * gst/playback/README:
21835         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21836         * gst/playback/gstplaybasebin.c: (probe_triggered),
21837         (gst_play_base_bin_change_state):
21838         Updated README, added more comments for fixmes etc..
21839
21840 2004-11-08  Wim Taymans  <wim@fluendo.com>
21841
21842         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21843         We can remove this hack now.
21844
21845 2004-11-08  Wim Taymans  <wim@fluendo.com>
21846
21847         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
21848         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21849         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21850         Only mix AYUV for maximum quality.
21851
21852 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21853
21854         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
21855         (gst_ogg_demux_push), (gst_ogg_pad_push):
21856           Let's act as if we're synchronized now! :).
21857         * ext/theora/theoradec.c: (theora_dec_chain):
21858           Add some debug.
21859
21860 2004-11-08  Wim Taymans  <wim@fluendo.com>
21861
21862         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21863         (gst_alpha_set_property), (gst_alpha_sink_link),
21864         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
21865         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
21866         (gst_alpha_init_params), (gst_alpha_chain):
21867         Implement alpha functions for AYUV too, this increases
21868         accuracy quite a bit.
21869
21870 2004-11-08  Wim Taymans  <wim@fluendo.com>
21871
21872         * gst/ffmpegcolorspace/avcodec.h:
21873         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21874         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21875         (gst_ffmpegcsp_avpicture_fill):
21876         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21877         (gst_ffmpegcsp_caps_remove_format_info):
21878         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21879         (shrink12), (img_get_alpha_info), (deinterlace_line),
21880         (deinterlace_line_inplace):
21881         * gst/ffmpegcolorspace/imgconvert_template.h:
21882         Added AYUV colorspace and handle RGBA a bit more respectful.
21883
21884 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21885
21886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21887           Actually always send a discont (cornercase when resending the
21888           same serial-tagged chain twice).
21889
21890 2004-11-08  Julien MOUTTE  <julien@moutte.net>
21891
21892         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
21893         (gst_ximagesink_finalize):
21894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
21895         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
21896
21897 2004-11-08  Wim Taymans  <wim@fluendo.com>
21898
21899         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
21900         Don't segfault on NULL data.
21901
21902 2004-11-08  Wim Taymans  <wim@fluendo.com>
21903
21904         * gst/playback/gstdecodebin.c: (unlinked):
21905         * gst/playback/gstplay-marshal.list:
21906         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21907         (gst_play_base_bin_init), (group_create), (get_active_group),
21908         (get_building_group), (group_destroy), (group_commit),
21909         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
21910         (add_element_stream), (no_more_pads), (probe_triggered),
21911         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
21912         (state_change), (setup_source), (gst_play_base_bin_get_property),
21913         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
21914         (gst_play_base_bin_link_stream),
21915         (gst_play_base_bin_get_streaminfo):
21916         * gst/playback/gstplaybasebin.h:
21917         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21918         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
21919         Add support for chained ogg files. Prepare for playlist
21920         support. This patch introduces the concept of pad groups, which
21921         together compose one playable media file.
21922
21923 2004-11-07  David Schleef  <ds@schleef.org>
21924
21925         * testsuite/gst-lint: Check for pad templates that aren't statically
21926         scoped.
21927
21928 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21929
21930         * configure.ac:
21931         * ext/Makefile.am:
21932         * ext/musepack/Makefile.am:
21933         * ext/musepack/gstmusepackdec.cpp:
21934         * ext/musepack/gstmusepackdec.h:
21935         * ext/musepack/gstmusepackreader.cpp:
21936         * ext/musepack/gstmusepackreader.h:
21937           Add musepack decoder.
21938         * ext/faad/gstfaad.c: (gst_faad_base_init):
21939           Make pad templates static.
21940         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21941         (plugin_init):
21942           Add musepack typefinder, make mp3 typefinding work halfway stream,
21943           which doesn't actually work yet because id3demux doesn't implement
21944           _get_length().
21945
21946 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21947
21948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21949         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
21950           Fix interrupt event handling (#144436).
21951
21952 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21953
21954         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
21955           Hide unused glory.
21956
21957 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21958
21959         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21960
21961         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21962           Fix weird caps (#157548).
21963
21964 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21965
21966         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21967
21968         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
21969           Add missing NULL terminator (#157543).
21970
21971 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21972
21973         * gst/tcp/gsttcp.h:
21974         * gst/tcp/gsttcpclientsink.c:
21975         * gst/tcp/gsttcpclientsrc.c:
21976         * gst/tcp/gsttcpserversink.c:
21977         * gst/tcp/gsttcpserversrc.c:
21978           ports can go up to 65535.  Move common defines to gsttcp.h
21979
21980 2004-11-05  Wim Taymans  <wim@fluendo.com>
21981
21982         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
21983         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
21984         Added two more colorspaces.
21985
21986 2004-11-05  Wim Taymans  <wim@fluendo.com>
21987
21988         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21989         (gst_ffmpegcsp_avpicture_fill):
21990         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21991         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
21992         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
21993         More stride fixes.
21994
21995 2004-11-05  Wim Taymans  <wim@fluendo.com>
21996
21997         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
21998         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
21999         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22000         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
22001         (gst_videomixer_loop):
22002         More stride fixes.
22003
22004 2004-11-05  Benjamin Otte  <otte@gnome.org>
22005
22006         * ext/mad/gstmad.c: (gst_mad_chain):
22007           don't overflow data buffer. Flush not needed sync data when syncing
22008           failed.
22009
22010 2004-11-04  Wim Taymans  <wim@fluendo.com>
22011
22012         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22013         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22014         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
22015         (gst_alpha_init_params), (gst_alpha_chain),
22016         (gst_alpha_change_state):
22017         Updated the chroma keying algorithm with something more
22018         sophisticated.
22019
22020 2004-11-03  Wim Taymans  <wim@fluendo.com>
22021
22022         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22023         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22024         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22025         Fix stride issues. Does not completely work for odd
22026         heights.
22027
22028 2004-11-03  Wim Taymans  <wim@fluendo.com>
22029
22030         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22031         (gst_alpha_chroma_key), (gst_alpha_chain):
22032         Fix stride issues. Does not completely work for odd
22033         heights.
22034
22035 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
22036
22037         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22038         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
22039         leak fixes
22040
22041 2004-11-03  Wim Taymans  <wim@fluendo.com>
22042
22043         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22044         (gst_ffmpegcsp_avpicture_fill):
22045         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22046         (avpicture_alloc):
22047         * gst/ffmpegcolorspace/imgconvert_template.h:
22048         Use correct _fill function to get correct strides.
22049
22050 2004-11-02  David Schleef  <ds@schleef.org>
22051
22052         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22053         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
22054         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
22055         Change all g_print()s to debugging.  Add a bunch of consistency
22056         checks.
22057
22058 2004-11-02  Wim Taymans  <wim@fluendo.com>
22059
22060         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22061         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
22062         (unlinked), (no_more_pads), (close_link):
22063         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22064         (unknown_type), (add_element_stream), (new_decoded_pad),
22065         (removed_decoded_pad), (setup_source):
22066         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
22067         (gst_stream_info_class_init), (gst_stream_info_init),
22068         (gst_stream_info_new), (gst_stream_info_dispose),
22069         (stream_info_mute_pad), (gst_stream_info_set_property),
22070         (gst_stream_info_get_property):
22071         * gst/playback/gststreaminfo.h:
22072         Fix playback of multiple files.
22073         a slightly different approach to handling dynamic pad removals.
22074         This one only looks at pads that we have linked.
22075
22076 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
22077
22078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
22079         free" warning from libc.
22080
22081 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22082
22083         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22084         (get_unconnected_element), (remove_starting_from), (pad_removed),
22085         (close_link):
22086           Implement support for dynamic pad changing. We listen to "live"
22087           pad removals (i.e. while playing) and re-setup autoplugging
22088           after that. Playbasebin/playbin need some more work for this
22089           to finally work, but decodebin supports (and replugs) chained
22090           ogg now.
22091
22092 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
22093
22094         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
22095         (gst_alsa_finalize):
22096         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
22097         (gst_cdaudio_finalize):
22098         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22099         (cdparanoia_finalize):
22100         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
22101         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
22102         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22103         (dvdreadsrc_finalize):
22104         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
22105         (gst_flacdec_finalize):
22106         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
22107         (gst_flacenc_finalize):
22108         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
22109         (gst_gnomevfssink_finalize):
22110         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
22111         (gst_gnomevfssrc_finalize):
22112         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
22113         (gst_fameenc_finalize):
22114         * ext/nas/nassink.c: (gst_nassink_class_init),
22115         (gst_nassink_finalize):
22116         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
22117         (gst_sdlvideosink_class_init):
22118         * ext/sndfile/gstsf.c: (gst_sf_dispose):
22119         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22120         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22121         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22122         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22123         (gst_x_window_listener_dispose):
22124         * gst/audioscale/gstaudioscale.c:
22125         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22126         (play_on_demand_finalize):
22127         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22128         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22129         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22130         (cdplayer_finalize):
22131         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22132         (gst_glimagesink_class_init):
22133         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22134         (gst_osselement_finalize):
22135         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22136         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22137         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22138           Fixes a bunch of problems with finalize and dispose functions,
22139           either assumptions that dispose is only called once, or not calling
22140           the parent class dispose/finalize function
22141
22142 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22143
22144         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22145           added two api precondition guards
22146           use g_strdup with getenv to fix crash when using ENVVAR
22147
22148 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22149         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22150         (gst_esdsink_finalize):
22151         Use a finalize function, not dispose, and more importantly,
22152         call the parent class finalize function too
22153
22154 2004-11-01  Johan Dahlin  <johan@gnome.org>
22155
22156         * ext/ogg/gstoggdemux.c:
22157         * gst/tags/gstvorbistag.c:
22158         Plug leaks.
22159
22160 2004-10-31  Benjamin Otte  <otte@gnome.org>
22161
22162         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22163           lotsa memleaks today. But they're all small...
22164
22165 2004-10-31  Benjamin Otte  <otte@gnome.org>
22166
22167         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22168           another memleak crushed
22169
22170 2004-10-31  Benjamin Otte  <otte@gnome.org>
22171
22172         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22173           fix memleak
22174
22175 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22176
22177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22178           Hack to prevent crash when going to READY inside signal handler
22179           while this function is active.
22180
22181 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22182
22183         * gst/ffmpegcolorspace/Makefile.am:
22184         * gst/ffmpegcolorspace/avcodec.h:
22185         * gst/ffmpegcolorspace/common.h:
22186         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22187         * gst/ffmpegcolorspace/dsputil.h:
22188         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22189         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22190         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22191         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22192         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22193         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22194         (gst_ffmpegcsp_avpicture_fill):
22195         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22196         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22197         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22198         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22199         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22200         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22201         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22202         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22203         * gst/ffmpegcolorspace/imgconvert.c:
22204         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22205         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22206         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22207         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22208         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22209         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22210         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22211         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22212         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22213         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22214         (grow21), (grow22), (grow41), (grow44), (conv411),
22215         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22216         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22217         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22218         (avpicture_free), (is_yuv_planar), (img_convert),
22219         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22220         (deinterlace_line_inplace), (deinterlace_bottom_field),
22221         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22222         * gst/ffmpegcolorspace/imgconvert_template.h:
22223         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22224         * gst/ffmpegcolorspace/mmx.h:
22225         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22226         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22227         (av_freep), (avcodec_get_context_defaults),
22228         (avcodec_alloc_context), (avcodec_init):
22229           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22230           handling plus update from ffmpeg CVS. Large clean-up.
22231
22232 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22233
22234         * gst/playback/Makefile.am:
22235           We need the marshallers for decodebin, too.
22236
22237 2004-10-30  David Schleef  <ds@schleef.org>
22238
22239         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22240           quicktime typefinding work with 64-bit offsets.
22241
22242 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22243
22244         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22245           Set EOS on the element when processing an EOS event.
22246         * ext/speex/gstspeexdec.h:
22247         * ext/speex/gstspeexenc.h:
22248           Only keep a const ptr to the mode
22249         * gst-libs/gst/riff/riff-media.c:
22250         (gst_riff_create_audio_caps_with_data),
22251         (gst_riff_create_audio_template_caps):
22252           Allow WMAV3, with up to 6 channels.
22253         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22254           Don't call gst_pad_set_event_function on a sink pad.
22255         * gst/mpegstream/gstdvddemux.c:
22256         (gst_dvd_demux_get_subpicture_stream),
22257         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22258           Copy the explicit caps that were set across to the cur_* pads,
22259           instead of trying to use a possibly non-existent negotiated caps.
22260           Reset the type of subpicture pads to UNKNOWN after calling
22261           init_stream, so that the caps get set.
22262
22263 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22264
22265         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22266
22267         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22268           Don't touch buffer if it is of size 0 (fixes #151064).
22269
22270 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22271
22272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22273           Synchronized discont handling.
22274
22275 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22276
22277         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22278         (gst_ogg_demux_push):
22279           Make seeking sort-of exact again (fixes #156387).
22280
22281 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22282
22283         * gst/playback/gstplaybasebin.c: (unknown_type),
22284         (add_element_stream), (new_decoded_pad),
22285         (gst_play_base_bin_change_state):
22286         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22287         (gst_stream_info_init), (gst_stream_info_new),
22288         (gst_stream_info_dispose), (gst_stream_info_get_property):
22289         * gst/playback/gststreaminfo.h:
22290           Make caps explicitely available. Makes testing for unsupported
22291           types possible. Improves error reporting.
22292
22293 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22294
22295         * gst/audioconvert/gstaudioconvert.c:
22296         (gst_audio_convert_buffer_to_default_format):
22297           Really don't touch read-only buffers (#156563).
22298
22299 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22300
22301         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22302
22303         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22304           Fix memleak (#155223).
22305
22306 2004-10-29  Wim Taymans  <wim@fluendo.com>
22307
22308         * gst/tcp/.cvsignore:
22309         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22310         (gst_multifdsink_class_init), (gst_multifdsink_init),
22311         (gst_multifdsink_add), (gst_multifdsink_remove),
22312         (gst_multifdsink_remove_client_link), (is_sync_frame),
22313         (gst_multifdsink_new_client),
22314         (gst_multifdsink_handle_client_write),
22315         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22316         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22317         (gst_multifdsink_get_property):
22318         * gst/tcp/gstmultifdsink.h:
22319         Added burst on connect sync_method, deprecated sync_clients,
22320         streamlined the sync code some more.
22321
22322 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22323
22324         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22325         (gst_play_base_bin_change_state):
22326           Improve error reporting.
22327
22328 2004-10-28  Wim Taymans  <wim@fluendo.com>
22329
22330         * gst/tcp/Makefile.am:
22331         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22332         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22333         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22334         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22335         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22336         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22337         (gst_fdset_wait):
22338         Added more locks around fdset structures. Fixed/reworked
22339         the poll array resizing code.
22340         Added stress test for fdset.
22341
22342 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22343
22344         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22345         fix build
22346
22347 2004-10-28  Benjamin Otte  <otte@gnome.org>
22348
22349         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22350           fix link function to always query channels and query width for
22351           floats
22352         * configure.ac:
22353           add equalizer dir
22354         * gst/equalizer/Makefile.am:
22355         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22356         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22357         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22358         (arg_to_scale), (setup_filter),
22359         (gst_iir_equalizer_compute_frequencies),
22360         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22361         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22362         (plugin_init):
22363           add an equalizer
22364
22365 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22366
22367         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22368
22369         * po/LINGUAS:
22370         * po/nb.po:
22371           Added Norwegian Bokmaal translation
22372
22373 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22374
22375         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22376           Don't break on options (fixes #156488).
22377
22378 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22379
22380         * configure.ac:
22381         * ext/cdaudio/Makefile.am:
22382         * sys/Makefile.am:
22383           fix build on older automake
22384
22385 2004-10-26  Wim Taymans  <wim@fluendo.com>
22386
22387         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22388         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22389         Allow a little margin when negotiating the framerate.
22390
22391 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22392
22393         * gst/level/gstlevel.c:
22394           synchonised naming of pads and pad-templates
22395
22396 2004-10-26  Wim Taymans  <wim@fluendo.com>
22397
22398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22399         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22400         (_find_streams_check), (gst_ogg_demux_push):
22401         Fix EOS again. Needs to be done in a better way. We should not
22402         remove the pad if there is no new chained stream.
22403
22404 2004-10-26 Iain <iaingnome@gmail.com>
22405
22406         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22407         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22408         of the caps.
22409         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22410         pad.
22411         (interleave_release_pad): Remove the pad.
22412         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22413         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22414         the set device.
22415         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22416         attrs
22417         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22418         (gst_xvimagesink_finalize): Free the par.
22419
22420 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22421
22422         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22423         (gst_avimux_stop_file):
22424           First calculate the rate, and only then use it. Hdr.rate is a
22425           multiple and not a derivative of hdr.scale. Scale is not the
22426           same as blockalign but is solely related to rate.
22427
22428 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22429
22430         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22431         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22432           Implement seeking.
22433
22434 2004-10-25  James Henstridge  <james@jamesh.id.au>
22435
22436         Reviewed by:  David Schleef  <ds@schleef.org>
22437
22438         * examples/gstplay/player.c: (got_stream_length), (main):
22439         * examples/seeking/cdplayer.c: (update_scale):
22440         * examples/seeking/seek.c: (format_value), (update_scale):
22441         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22442         (stop_seek):
22443         Build fixes on AMD64.
22444
22445 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22446
22447         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22448
22449         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22450         Fix for some v4l cards which hang in v4lsrc
22451
22452 2004-10-25  Wim Taymans  <wim@fluendo.com>
22453
22454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22455         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22456         Make sure to remove the pad when a new chain is
22457         encountered. Set some vars to NULL so we don't try
22458         to reference freed memory.
22459
22460 2004-10-25  Wim Taymans  <wim@fluendo.com>
22461
22462         * examples/seeking/Makefile.am:
22463         * examples/seeking/cdplayer.c: (update_scale):
22464         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22465         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22466         (format_value), (update_scale), (iterate), (start_seek),
22467         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22468         (print_usage), (main):
22469         Added some more examples, update others.
22470
22471 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22472
22473         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22474         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22475         * ext/theora/theoradec.c: (theora_dec_chain):
22476         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22477           Add codec-name metadata.
22478
22479 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22480
22481         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22482
22483         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22484         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22485         * ext/alsa/gstalsamixertrack.h:
22486         * po/POTFILES.in:
22487           ALSA mixer track label internationalization (#154054).
22488
22489 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22490
22491         * ext/theora/theoradec.c: (theora_dec_chain):
22492           Export bitrate as metadata.
22493
22494 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22495
22496         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22497         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22498         * ext/alsa/gstalsamixertrack.h:
22499           Fix names, fix loop.
22500
22501 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22502
22503         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22504         (speex_dec_convert):
22505           sinkconvert function so oggdemux can get the file length (totem).
22506
22507 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22508
22509         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22510
22511         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22512           Don't push incomplete packets.
22513         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22514           Fix MPEG-4 audio typefinding.
22515
22516 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22517
22518         * sys/v4l/Makefile.am:
22519         * sys/v4l/gstv4l.c: (plugin_init):
22520         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22521         (gst_v4lelement_init), (gst_v4lelement_dispose),
22522         (gst_v4lelement_change_state):
22523         * sys/v4l/gstv4lelement.h:
22524         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22525         (gst_v4l_xoverlay_close), (idle_refresh),
22526         (gst_v4l_xoverlay_set_xwindow_id):
22527         * sys/v4l/gstv4lxoverlay.h:
22528         * sys/v4l/v4l-overlay_calls.c:
22529         * sys/v4l/v4l_calls.h:
22530         * sys/v4l2/Makefile.am:
22531         * sys/v4l2/gstv4l2.c: (plugin_init):
22532         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22533         (gst_v4l2element_init), (gst_v4l2element_dispose),
22534         (gst_v4l2element_change_state):
22535         * sys/v4l2/gstv4l2element.h:
22536         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22537         (gst_v4l2_xoverlay_close), (idle_refresh),
22538         (gst_v4l2_xoverlay_set_xwindow_id):
22539         * sys/v4l2/gstv4l2xoverlay.h:
22540         * sys/v4l2/v4l2-overlay_calls.c:
22541         * sys/v4l2/v4l2_calls.h:
22542           Remove client-side overlay handling, use the X-server v4l plugin
22543           for that. Nicer overlay, less code. Also make the plugin
22544           compileable without X (but then without overlay, obviously).
22545           Makes xwindowlistener obsolete, should we remove that?
22546
22547 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22548
22549         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22550         (gst_osssrc_src_query):
22551         * sys/oss/gstosssrc.h:
22552           OK, so people want offset in DEFAULT. This time, actually fix all
22553           cases.
22554         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22555           Add FPS properly.
22556
22557 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22558
22559         * gst/asfdemux/gstasfmux.c:
22560         * gst/avi/gstavimux.c:
22561           Framerate.
22562
22563 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22564
22565         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22566           Fix properties (channel, norm, frequency).
22567
22568 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22569
22570         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22571           Flag typo.
22572         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22573           No warnings.
22574
22575 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22576
22577         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22578           Fix hang.
22579
22580 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22581
22582         * sys/v4l2/gstv4l2element.h:
22583           Yet Another Hack (tm) for kernel header borkedness.
22584         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22585         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22586         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22587         (gst_v4l2src_change_state):
22588         * sys/v4l2/gstv4l2src.h:
22589         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22590         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22591           Fix caps, keep track of state, work.
22592
22593 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22594
22595         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22596           Quiet.
22597
22598 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22599
22600         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22601           Don't mix bytes and samples.
22602
22603 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22604
22605         * ext/ogg/gstoggmux.c:
22606           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22607           and theora. Any is incorrect.
22608         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22609           Fix caps.
22610         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22611         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22612         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22613         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22614         * sys/v4l/gstv4lmjpegsrc.h:
22615         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22616         (gst_v4lsrc_change_state):
22617         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22618         (gst_v4lmjpegsrc_capture_stop):
22619           Fix caps. Keep track of internal state. Work.
22620
22621 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22622
22623         * ext/Makefile.am:
22624           Fix the build fixes.
22625
22626 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22627
22628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22629         (gst_ogg_demux_src_event), (_find_chain_seek),
22630         (gst_ogg_pad_push):
22631           Check for pad availability before using it.
22632         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22633           Fix parsing of chained ogg. Needs more work on the decoder side.
22634
22635 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22636
22637         * gst/spectrum/Makefile.am:
22638         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22639         (idle_func):
22640           Fix demo and reenable it. Yes, I'm currently playing with audio
22641           analysis tools
22642
22643 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22644
22645         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22646           We love it if files that start at zero work too...
22647
22648 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22649
22650         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22651           Handle files with missing EOS headers.
22652
22653 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22654
22655         * gst/tcp/gsttcpserversink.c:
22656         (gst_tcpserversink_handle_server_read),
22657         (gst_tcpserversink_init_send):
22658         Zero some variables first (need for accept not to return EINVAL)
22659
22660 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22661
22662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22663         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22664         * ext/theora/theoradec.c: (theora_dec_sink_convert),
22665         (theora_dec_chain):
22666         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22667         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
22668           Seeking and querying finetune.
22669
22670 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22671
22672         * configure.ac:
22673         * ext/Makefile.am:
22674         * ext/raw1394/Makefile.am:
22675           fix the build
22676
22677 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22678
22679         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22680           Wrong return.
22681         * gst/playback/Makefile.am:
22682         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22683         * gst/playback/gstplay-marshal.list:
22684         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
22685           Fix marshallers.
22686
22687 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22688
22689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
22690           Silence.
22691
22692 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22693
22694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22695         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22696         (gst_ogg_pad_push):
22697           Yay for non-lineair granulepos in theora.
22698
22699 2004-10-18  Wim Taymans  <wim@fluendo.com>
22700
22701         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22702         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22703         * ext/dv/gstdvdec.h:
22704         Make sure we renegotiate aspect ratio when the camera switches.
22705
22706 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22707
22708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22709         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22710           Start at zero.
22711         * ext/theora/theoradec.c: (theora_dec_chain):
22712           Skip headers. Bad idea for chained ogg, but fixes seeking.
22713
22714 2004-10-18  Wim Taymans  <wim@fluendo.com>
22715
22716         * configure.ac:
22717         I swear, this is the last time I touch this.
22718
22719 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22720
22721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22722         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22723         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
22724           Faster seeking.
22725         * ext/theora/theoradec.c: (theora_dec_sink_convert):
22726           Time-to-default conversion.
22727         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22728           Don't error on unknown packets, just skip. We should probably
22729           read them if we want to support chained ogg.
22730
22731 2004-10-18  Wim Taymans  <wim@fluendo.com>
22732
22733         * configure.ac:
22734         Added cdaudio to wrong list.
22735
22736 2004-10-18  Wim Taymans  <wim@fluendo.com>
22737
22738         * configure.ac:
22739         Revive cdaudio.
22740
22741 2004-10-18  Wim Taymans  <wim@fluendo.com>
22742
22743         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22744         (gst_dvdec_video_link), (gst_dvdec_push):
22745         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22746         (gst_smokeenc_resync), (gst_smokeenc_chain):
22747         Fix mimetype on smoke encoder.
22748         Add aspect ratio to dvdec. Not sure if these
22749         values are correct though....
22750
22751 2004-10-18  Wim Taymans  <wim@fluendo.com>
22752
22753         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22754         Fix vorbis property descriptions and ranges.
22755
22756 2004-10-18  Wim Taymans  <wim@fluendo.com>
22757
22758         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22759         Really do nothing when no data is available.
22760         Go to the playing state when the stream is not seekable
22761         instead of failing.
22762
22763 2004-10-18  Wim Taymans  <wim@fluendo.com>
22764
22765         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
22766         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
22767         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
22768         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
22769         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
22770         Added uri handler for cd://
22771         Port to new API.
22772
22773 2004-10-18  Wim Taymans  <wim@fluendo.com>
22774
22775         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22776         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22777         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22778         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22779         (remove_prerolls), (unknown_type), (add_element_stream),
22780         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
22781         (gst_play_base_bin_remove_element),
22782         (gst_play_base_bin_link_stream):
22783         * gst/playback/gstplaybin.c: (gen_video_element),
22784         (gen_vis_element), (remove_sinks), (setup_sinks):
22785         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22786         (gst_stream_info_get_type), (gst_stream_info_class_init),
22787         (gst_stream_info_init), (gst_stream_info_new),
22788         (gst_stream_info_dispose), (stream_info_mute_pad),
22789         (gst_stream_info_set_property), (gst_stream_info_get_property):
22790         * gst/playback/gststreaminfo.h:
22791         Add sink padtemplate to decodebin.
22792         Added some more comments.
22793         Make queue size configurable in playbasebin.
22794         Added possibility to use elements as sinks (ex cdaudio).
22795
22796 2004-10-15  Wim Taymans  <wim@fluendo.com>
22797
22798         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
22799         (gst_speexenc_chain):
22800         Fix speex timestamps so that it gets muxed properly.
22801
22802 2004-10-15  Wim Taymans  <wim@fluendo.com>
22803
22804         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
22805         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
22806         (gst_dv1394src_init), (gst_dv1394src_dispose),
22807         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
22808         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
22809         (gst_dv1394src_event), (gst_dv1394src_get_formats),
22810         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
22811         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
22812         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
22813         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
22814         * ext/raw1394/gstdv1394src.h:
22815         Added conversion/query functions.
22816         Update buffer timestamps,
22817         Added signals.
22818         Added uri dv:// so it might play from the firewire in playbin.
22819         Fix a possible leak.
22820         Added debugging.
22821
22822 2004-10-15  Wim Taymans  <wim@fluendo.com>
22823
22824         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
22825         (gst_dv1394src_init), (gst_dv1394src_set_property),
22826         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
22827         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
22828         * ext/raw1394/gstdv1394src.h:
22829         Added AV/C VTR control support needed for some cameras.
22830         Added automatic port detection.
22831         Added properties for selecting the channel.
22832         The configure.ac script is not yet updated to reflect the
22833         new libavc1394 and librom1394 dependencies.
22834
22835 2004-10-15  Wim Taymans  <wim@fluendo.com>
22836
22837         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22838         (qtdemux_parse), (gst_qtdemux_handle_esds):
22839         An esds box is not a container.
22840         Fix parsing of mp4v boxes.
22841         Do not try to renegotiate fps for each frame. Need to
22842         find a better method. This should fix mp4 playback.
22843
22844 2004-10-14  David Schleef  <ds@schleef.org>
22845
22846         * configure.ac: update for swfdec-0.3 and liboil-0.2
22847         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
22848         * ext/swfdec/gstswfdec.h: same
22849         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
22850         * gst/videotestsrc/videotestsrc.c: same
22851
22852 2004-10-14  Wim Taymans  <wim@fluendo.com>
22853
22854         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22855         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
22856         (is_sync_frame), (gst_multifdsink_new_client),
22857         (gst_multifdsink_handle_client_write),
22858         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22859         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
22860         Turn warnings into info.
22861         Don't allow a state change in the streaming thread.
22862
22863 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22864
22865         * ext/vorbis/oggvorbisenc.c:
22866         * ext/vorbis/vorbisdec.c:
22867           fix template sample rate
22868
22869 2004-10-13  Wim Taymans  <wim@fluendo.com>
22870
22871         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
22872         Decoding the header first fixes some problems in resyncing
22873         in more mp3s.
22874
22875 2004-10-12  Wim Taymans  <wim@fluendo.com>
22876
22877         * gst/playback/gstplaybin.c: (gen_video_element),
22878         (gen_vis_element), (remove_sinks), (setup_sinks):
22879         Added vis plugin support, need to configure the vis
22880         element to activate it.
22881
22882 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22883
22884         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
22885         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
22886           Some debug.
22887         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
22888         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
22889         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
22890         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
22891         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
22892         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
22893         * gst/avi/gstavidemux.h:
22894           Support for openDML-2.0 indx/ix## chunks. Support for broken index
22895           recovery (where, if part of the index is broken, we will still read
22896           the rest of the index and recover the broken part by stream
22897           scanning). More broken media support. EOS workarounds. General AVI
22898           braindamage headache recovery. Aspirin included.
22899
22900 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22901
22902         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
22903         (cdparanoia_event), (cdparanoia_query):
22904           Get rid of hideous lead-in.
22905
22906 2004-10-11  Wim Taymans  <wim@fluendo.com>
22907
22908         * gst/playback/gstplaybasebin.c: (setup_source):
22909         Wrong var used to get g_list_next.
22910
22911 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22912
22913         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22914         (cdparanoia_get), (cdparanoia_open):
22915           Report discid as metadata, add duration.
22916
22917 2004-10-11  Wim Taymans  <wim@fluendo.com>
22918
22919         * gst/playback/gstplaybasebin.c: (setup_source):
22920         Cleanup the previous pipeline a little earlier for the
22921         case that a source element provides raw data.
22922
22923 2004-10-11  Benjamin Otte  <otte@gnome.org>
22924
22925         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22926           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
22927           consuming the last 128 bytes, even though it was valid mp3 data.
22928
22929 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22930
22931         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22932         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
22933         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22934         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
22935
22936 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22937
22938         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
22939         Fix for webcams that support only specific width or height
22940
22941 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22942
22943         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22944
22945         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
22946           Fix wrong discont event setup (fixes #154967).
22947
22948 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
22949
22950         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22951
22952         * gst/auparse/gstauparse.c: (gst_auparse_chain):
22953           Error out on invalid data (fixes #154807).
22954
22955 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22956
22957         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22958
22959         * ext/dvdread/dvdreadsrc.c: (_read):
22960           Make titles > 0 work again (fixes #154834).
22961
22962 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22963
22964         * gst-libs/gst/riff/riff-media.c:
22965         (gst_riff_create_video_template_caps):
22966           WMV3 missing in template caps.
22967
22968 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22969
22970         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22971           OK, so the original code was too strict. It makes random AVI files
22972           hang for seconds upon opening, which is unacceptable and is far
22973           beyond the original goal of getting multiple chunks for one-chunk
22974           sounc stream files. So now do just that.
22975
22976 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22977
22978         * gst/playback/gstplaybasebin.c: (setup_source),
22979         (gst_play_base_bin_change_state):
22980           Actually clean up streaminfo if output fails. This would trigger
22981           if, for example, there was no CD in the drive. No preroll, so
22982           a streaminfo structure is created, but the subsequent state change
22983           of the thread fails.
22984         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22985           Don't change state if parent failed.
22986
22987 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22988
22989         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22990         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
22991         (gen_video_element), (remove_sinks):
22992           Add small bits of code for screenshot handling.
22993
22994 2004-10-08  Wim Taymans  <wim@fluendo.com>
22995
22996         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
22997         (gen_video_element), (gen_audio_element), (setup_sinks):
22998         Don't assume the user provided sinks are named "sink"...
22999
23000 2004-10-08  Wim Taymans  <wim@fluendo.com>
23001
23002         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23003         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
23004         (gst_play_base_bin_link_stream):
23005         Do not try to autoplug sources that generate raw streams like
23006         cdparanoia.
23007         disconnect the preroll overrun signal when we don't need it anymore.
23008
23009 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
23010
23011         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23012         Added reworked patch from #154903 from milosz derezynski (deadchip).
23013
23014 2004-10-08  Wim Taymans  <wim@fluendo.com>
23015
23016         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23017         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
23018         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
23019         (cdparanoia_convert), (cdparanoia_uri_get_type),
23020         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
23021         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
23022         * ext/cdparanoia/gstcdparanoia.h:
23023         This adds the cdda://<tracknum> uri.
23024
23025 2004-10-08  Wim Taymans  <wim@fluendo.com>
23026
23027         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23028         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23029         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23030         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23031         (unknown_type), (gst_play_base_bin_remove_element),
23032         (gst_play_base_bin_link_stream):
23033         * gst/playback/gstplaybasebin.h:
23034         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23035         (gst_play_bin_set_property), (gen_video_element),
23036         (gen_audio_element), (setup_sinks):
23037         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23038         (gst_stream_info_get_type), (gst_stream_info_class_init),
23039         (gst_stream_info_init), (gst_stream_info_new),
23040         (gst_stream_info_dispose), (stream_info_mute_pad),
23041         (gst_stream_info_set_property), (gst_stream_info_get_property):
23042         * gst/playback/gststreaminfo.h:
23043         Reuse the audio and video bins.
23044         Some internal cleanups in the stream selection code.
23045
23046 2004-10-08  Julien MOUTTE  <julien@moutte.net>
23047
23048         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23049         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23050         * sys/ximage/ximagesink.h:
23051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23052         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23053         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
23054         not coming from those elements. Moreover these elements should not keep
23055         the xid they have been given when in NULL state.
23056
23057 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23058
23059         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23060         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23061         * sys/ximage/ximagesink.h:
23062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23063         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23064         * sys/xvimage/xvimagesink.h:
23065           Actually only create a new toplevel window if we're not gonna
23066           embed it right after.
23067
23068 2004-10-07  Wim Taymans  <wim@fluendo.com>
23069
23070         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
23071         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
23072         * gst/playback/gstplaybin.c: (setup_sinks):
23073         Implement muting/unmuting of streams, mute streams that are not
23074         used.
23075
23076 2004-10-07  Wim Taymans  <wim@fluendo.com>
23077
23078         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
23079         (plugin_init):
23080         Added lame audio/x-ac3 typefind function.
23081
23082 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23083
23084         * configure.ac:
23085           bump nano to cvs
23086
23087 === release 0.8.5 ===
23088
23089 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23090
23091         * NEWS:
23092         * RELEASE:
23093         * configure.ac:
23094           releasing 0.8.5, "Take You On"
23095
23096 2004-10-06  Wim Taymans  <wim@fluendo.com>
23097
23098         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23099         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23100         (no_more_pads), (close_link), (type_found):
23101         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23102         * gst/playback/gstplaybin.c: (gen_video_element):
23103         Do not signal the no_more_pads after the first pad when
23104         we are plugging a non dynamic element with multiple
23105         output pads (like swfdec, dvdec, ...).
23106
23107 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23108
23109         * configure.ac:
23110           bump for prerelease
23111
23112 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23113
23114         * gst/wavparse/gstwavparse.c:
23115           add ATRAC3 to STATIC CAPS to fix a warning
23116
23117         * gst/matroska/ebml-read.c:
23118         * gst-libs/gst/riff/riff-read.c:
23119           fix typos
23120
23121 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23122
23123         * gst-libs/gst/riff/riff-media.c:
23124           generate caps for ATRAC3 audio streams
23125
23126         * gst/realmedia/rmdemux.c:
23127           generate caps for ATRAC3 audio streams
23128
23129 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23130
23131         * gst/wavparse/Makefile.am
23132         * gst/wavparse/riff.h
23133         * gst/wavparse/wavparse.vcproj
23134           riff.h removal (unused and duplication with riff-ids.h)
23135
23136 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23137
23138         * gst/wavparse/gstwavparse.h
23139           remove duplicated defines for audio codec codes
23140
23141         * gst-libs/gst/riff/riff-ids.h
23142         * gst/wavenc/riff.h:
23143           add "4CC" code for ATRAC3 audio streams
23144           add "4CC" code for ITU_G721_ADPCM (unused for now)
23145
23146 2004-10-06  Wim Taymans  <wim@fluendo.com>
23147
23148         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23149         Actually _do_ negotiation. Pass gdouble as arg instead
23150         of guint64 for the framerate.
23151
23152 2004-10-06  Wim Taymans  <wim@fluendo.com>
23153
23154         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23155         (find_compatibles), (close_pad_link), (try_to_link_1),
23156         (no_more_pads), (close_link), (type_found):
23157         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23158         * gst/playback/gstplaybin.c: (gen_video_element),
23159         (gen_audio_element):
23160         Set state on newly added element to READY so that negotiation
23161         can happen ASAP.
23162         Addes some more debug info.
23163         Do not try to plug pads with multiple caps structures or ANY
23164         because it is too dangerous since we do not do dynamic
23165         replugging.
23166
23167 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23168
23169         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23170
23171         * po/LINGUAS:
23172         * po/or.po:
23173           add Oriya translation
23174
23175 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23176
23177         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23178           Prevent overwrite of size member. Makes audio sound crappy.
23179
23180 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23181
23182         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23183         Add rmvb to the list of known RealMedia extensions
23184
23185 2004-10-05  Wim Taymans  <wim@fluendo.com>
23186
23187         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23188         (mngdec_openstream), (mngdec_closestream),
23189         (mngdec_handle_sink_event), (mngdec_readdata),
23190         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23191         (mngdec_getcanvasline), (mngdec_refresh),
23192         (gst_mngdec_change_state):
23193         Set the framerate correctly.
23194
23195 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23196
23197         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23198           There was something wrong with the index massaging.
23199
23200 2004-10-04  Wim Taymans  <wim@fluendo.com>
23201
23202         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23203         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23204         (gst_smokedec_chain):
23205         * ext/jpeg/gstsmokedec.h:
23206         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23207         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23208         * ext/jpeg/gstsmokeenc.h:
23209         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23210         (smokecodec_decode_new), (smokecodec_info_free),
23211         (smokecodec_set_quality), (smokecodec_get_quality),
23212         (smokecodec_set_threshold), (smokecodec_get_threshold),
23213         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23214         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23215         (smokecodec_encode), (smokecodec_parse_id),
23216         (smokecodec_parse_header), (smokecodec_decode):
23217         * ext/jpeg/smokecodec.h:
23218         * ext/jpeg/smokeformat.h:
23219         Updated smoke, new bitstream, allows embedding in ogg.
23220
23221 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23222
23223         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23224           Fix seeking in some files. All this code is no longer needed (and
23225           actually breaks stuff) because we now synchronize the full index
23226           right when reading the header.
23227
23228 2004-10-04  Wim Taymans  <wim@fluendo.com>
23229
23230         * configure.ac:
23231         configure update for libmng.
23232
23233 2004-10-04  Wim Taymans  <wim@fluendo.com>
23234
23235         * ext/libmng/Makefile.am:
23236         * ext/libmng/gstmng.c: (plugin_init):
23237         * ext/libmng/gstmng.h:
23238         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23239         (gst_mngdec_base_init), (gst_mngdec_class_init),
23240         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23241         (gst_mngdec_loop), (gst_mngdec_get_property),
23242         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23243         (mngdec_closestream), (mngdec_handle_sink_event),
23244         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23245         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23246         (gst_mngdec_change_state):
23247         * ext/libmng/gstmngdec.h:
23248         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23249         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23250         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23251         (gst_mngenc_chain), (gst_mngenc_get_property),
23252         (gst_mngenc_set_property):
23253         * ext/libmng/gstmngenc.h:
23254         Added basic MNG decoder. Needs more work. The encoder does
23255         not work yet.
23256
23257 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23258
23259         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23260         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23261         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23262           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23263           no-more-pads.
23264
23265 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23266
23267         * configure.ac:
23268           you need at least 1.0.4 of speex
23269
23270 2004-10-04 Iain <iaingnome@gmail.com>
23271
23272         * ext/speex/gstspeexdec.h: Revert the includes changes.
23273
23274         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23275
23276 2004-09-30 Iain <iaingnome@gmail.com>
23277
23278         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23279         found during init or set as a property instead of hardcoding /dev/audio
23280
23281 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23282
23283         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23284         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23285         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23286         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23287         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23288         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23289         (gst_rmdemux_dump_data):
23290           Use debug category, fix EOS handling. filesrc ! rmdemux now
23291           works.
23292
23293 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23294
23295         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23296         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23297         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23298           Improve allocation, cutting and sorting of the index. How takes a
23299           few seconds instead of minutes.
23300
23301 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23302
23303         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23304           fixed compilation
23305
23306 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23307
23308         * gst-libs/gst/riff/riff-media.c:
23309         (gst_riff_create_video_caps_with_data),
23310         (gst_riff_create_video_template_caps):
23311           Add wing commander format mimetype/fourccs.
23312         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23313           Don't crash if some value is 0.
23314
23315 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23316
23317         * gst-libs/gst/riff/riff-media.c:
23318         (gst_riff_create_video_caps_with_data),
23319         (gst_riff_create_video_template_caps):
23320           Add DIB fourcc (raw, palettized 8-bit RGB).
23321         * gst-libs/gst/riff/riff-read.c:
23322         (gst_riff_read_strf_vids_with_data):
23323           Oops, fix strf_data reading bug.
23324         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23325           Use a non-NULL tag.
23326         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23327           Time for hacks. Sorry Dave. At least one quicktime movie (a
23328           trailer) that I've encountered contains multiple video tracks.
23329           One of those is the actual video track, the other are one-frame
23330           tracks (images). Unfortunately, the number of frames according
23331           to the trak header is 1 for each, so that doesn't help. So
23332           instead, I look at the duration and discard tracks with a
23333           duration shorter than 20% of the length of the stream. Better
23334           than nothing.
23335
23336 2004-10-01  Christian Schaller <christian@fluendo.com>
23337
23338         * ext/ivorbis/vorbis.c:
23339           Patch from Phil Blundell (Bug 152341)
23340
23341 2004-10-01  Wim Taymans  <wim@fluendo.com>
23342
23343         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23344         (speex_dec_get_formats), (speex_dec_convert),
23345         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23346         (speex_dec_chain), (gst_speexdec_get_property),
23347         (gst_speexdec_set_property):
23348         Small cleanups.
23349
23350 2004-10-01  Wim Taymans  <wim@fluendo.com>
23351
23352         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23353         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23354         (gst_wavparse_other), (gst_wavparse_loop),
23355         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23356         (gst_wavparse_srcpad_event):
23357         * gst/wavparse/gstwavparse.h:
23358         Added some more debugging info.
23359         Fix the case where the length of the file is 0.
23360         Make sure we seek to sample borders.
23361
23362 2004-10-01  Wim Taymans  <wim@fluendo.com>
23363
23364         * gst/playback/README:
23365         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23366         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23367         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23368         Add some debug info to decodebin, update README
23369
23370 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23371
23372         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23373           Don't use g_print(); use GST_DEBUG().
23374
23375 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23376
23377         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23378         (gst_ogg_mux_queue_pads):
23379           Handle EOS properly.
23380
23381 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23382
23383         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23384
23385         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23386         (gst_faad_chain), (gst_faad_change_state):
23387         * ext/faad/gstfaad.h:
23388           Allow playback of raw (unframed) MPEG AAC files (#148993).
23389
23390 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23391
23392         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23393
23394         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23395           Throw error if we didn't recognize the stream. Fixes #152289.
23396
23397 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23398
23399         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23400           Fix negotiation.
23401
23402 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23403
23404         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23405
23406         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23407           Fix memleak.
23408
23409 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23410
23411         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23412
23413         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23414           Solve #152805.
23415         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23416           Solve 152806.
23417
23418 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23419
23420         * gst-libs/gst/riff/riff-media.c:
23421         (gst_riff_create_video_caps_with_data),
23422         (gst_riff_create_audio_caps_with_data):
23423           Add codec_data handling (like asfdemux used to do).
23424         * gst/asfdemux/gstasf.c: (plugin_init):
23425         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23426         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23427           Use riff-media for caps creation instead of our own (mostly
23428           broken) copy of its functions.
23429
23430 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23431
23432         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23433           Don't actually error out if we get another return value than
23434           -EINVAL. Opposite to what I first thought, drivers have random
23435           return values for this, although -EINVAL is the expected return
23436           value. Since this is not fatal, we shouldn't use
23437           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23438
23439 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23440
23441         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23442         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23443         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23444         (dvdreadsrc_get), (dvdreadsrc_open_file),
23445         (dvdreadsrc_change_state):
23446           Fix. Don't do one big huge loop around the whole DVD, that will
23447           cache all data and thus eat sizeof(dvd) (several GB) before we
23448           see something.
23449         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23450           Actually NULL'ify event after using it.
23451         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23452         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23453         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23454         (gst_ebml_read_seek), (gst_ebml_read_skip):
23455           Handle events.
23456         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23457         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23458         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23459           Fix timing (this will probably break if I seek using menus, but
23460           I didn't get there yet). VOBs and normal DVDs should now work.
23461           Add a mpeg2-only pad with high rank so this get autoplugged for
23462           MPEG-2 movies.
23463         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23464         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23465         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23466         (gst_mpeg_demux_get_audio_stream),
23467         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23468         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23469           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23470           MPEG-1 but use dvddemux for MPEG-2.
23471         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23472         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23473         (gst_mpeg_parse_parse_packhead):
23474           Timing. Only add pad template if it exists. Add sink template from
23475           class and not from ourselves. This means we will always use the
23476           correct sink template even if it is not the one defined in this
23477           file.
23478
23479 2004-09-29  Wim Taymans  <wim@fluendo.com>
23480
23481         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23482         (gst_mpeg_demux_parse_pes):
23483         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23484         Fix playback of mpeg again, timestamps where screwed up by
23485         patch 1.61.
23486
23487 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23488
23489         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23490           Only return true if we actually filled something in. Prevents
23491           player applications from showing a random length for flac files.
23492         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23493         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23494         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23495         (gst_riff_read_strf_vids_with_data),
23496         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23497           OK, ok, so I implemented event handling. Apparently it's normal
23498           that we receive random events at random points without asking
23499           for it.
23500         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23501         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23502         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23503         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23504         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23505         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23506         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23507         * gst/avi/gstavidemux.h:
23508           Implement non-lineair chunk handling and subchunk processing.
23509           The first solves playback of AVI files where the audio and video
23510           data of individual buffers that we read are not synchronized.
23511           This should not happen according to the wonderful AVI specs, but
23512           of course it does happen in reality. It is also a prerequisite for
23513           the second. Subchunk processing allows us to cut chunks in small
23514           pieces and process each of these pieces separately. This is
23515           required because I've seen several AVI files with incredibly large
23516           audio chunks, even some files with only one audio chunk for the
23517           whole file. This allows for proper playback including seeking.
23518           This patch is supposed to fix all AVI A/V sync issues.
23519         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23520         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23521           Work.
23522         * gst/modplug/gstmodplug.cc:
23523           Proper return value setting for the query() function.
23524         * gst/playback/gstplaybasebin.c: (setup_source):
23525           Being in non-playing state (after, e.g., EOS) is not necessarily
23526           a bad thing. Allow for that. This fixes playback of short files.
23527           They don't actually playback fully now, because the clock already
23528           runs. This means that small files (<500kB) with a small length
23529           (<2sec) will still not or barely play. Other files, such as mod
23530           or flx, will work correctly, however.
23531
23532 2004-09-28  Wim Taymans  <wim@fluendo.com>
23533
23534         * ext/speex/gstspeex.c: (plugin_init):
23535         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23536         (gst_speex_dec_class_init), (speex_dec_get_formats),
23537         (speex_get_event_masks), (speex_get_query_types),
23538         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23539         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23540         (gst_speexdec_get_property), (gst_speexdec_set_property),
23541         (speex_dec_change_state):
23542         * ext/speex/gstspeexdec.h:
23543         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23544         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23545         (gst_speexenc_base_init), (gst_speexenc_class_init),
23546         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23547         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23548         (gst_speexenc_src_query), (gst_speexenc_init),
23549         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23550         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23551         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23552         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23553         (gst_speexenc_chain), (gst_speexenc_get_property),
23554         (gst_speexenc_set_property), (gst_speexenc_change_state):
23555         * ext/speex/gstspeexenc.h:
23556         Rewrote speex encoder, make sure it can be embedded in ogg.
23557         Implemented speex decoder.
23558
23559 2004-09-28  Christian Schaller <christian@fluendo.com>
23560
23561         * configure.ac:
23562         Remove kioslave plugin. Markey is brewing a new working one
23563         * ext/Makefile.am: Remove kioslave plugin
23564         * ext/kio: remove
23565         * gst-plugins.spec.in: remove kio plugin from spec
23566
23567 2004-09-27  Wim Taymans  <wim@fluendo.com>
23568
23569         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23570         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23571         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23572         (gst_multifdsink_new_client),
23573         (gst_multifdsink_handle_client_write),
23574         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23575         (gst_multifdsink_handle_clients):
23576         * gst/tcp/gstmultifdsink.h:
23577         Make syncing to keyframes actually work for new clients and lagging
23578         clients.
23579
23580 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23581
23582         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23583         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23584         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23585         * gst/debug/gstnavigationtest.h:
23586           make navigationtest display button-press and button-release events
23587
23588 2004-09-26 Iain <iaingnome@gmail.com>
23589
23590         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23591         the channels have received a new media event.
23592         (interleave_buffered_loop): Compresses a new media event on all
23593         channels into one.
23594
23595 2004-09-26 Iain <iaingnome@gmail.com>
23596
23597         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23598         call the sinkpad's default event handler and not the srcpads. He also
23599         says this is confusing :)
23600         (gst_wavenc_stop_file): Company says that seek events only go upstream
23601         we should send a discontinuous downstream instead.
23602
23603 2004-09-25  Christian Schaller <christian@fluendo.com>
23604
23605         * Update SPEC file to be usable in conjunction with Fedora Core,
23606           Fedora.us and freshrpms packages
23607         * Fix typo in multifilesrc test Makefile
23608
23609 2004-09-24  Wim Taymans  <wim@fluendo.com>
23610
23611         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23612         Only signal the no_more_pads signal when we have
23613         added the stream to our list.
23614
23615 2004-09-24  Wim Taymans  <wim@fluendo.com>
23616
23617         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23618         (new_decoded_pad):
23619         * gst/playback/gstplaybasebin.h:
23620         * gst/playback/gstplaybin.c: (setup_sinks):
23621         Don't try to preroll or decode more than one audio/video
23622         track.
23623
23624 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23625
23626         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23627           Throw error if we failed to find a suitable output. This should
23628           throw an error if we successfully set up a pipeline (e.g. because
23629           we recognized a media file) but found no decodable streams in it
23630           (e.g. because it contains only media stream types for which we
23631           have no decoders, or because it's not a media type).
23632
23633 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23634
23635         * ext/dirac/Makefile.am:
23636         * ext/dirac/gstdirac.cc:
23637         * ext/dirac/gstdiracdec.cc:
23638         * ext/dirac/gstdiracdec.h:
23639           Do something. Don't actually know if this works because I don't
23640           have a demuxer yet.
23641         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23642           Add channels=1 to caps returned from _getcaps().
23643         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23644         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23645         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23646         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23647         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
23648         (gst_ogm_parse_change_state):
23649           Separate between audio/video so ogmaudioparse actually uses the
23650           audio pad templates. Both audio and video work now, including
23651           autoplugging. Also use sometimes-srcpad hack.
23652         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23653           Handle events better. Don't hang on infinite loops.
23654         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
23655         (gst_avi_demux_init), (gst_avi_demux_reset),
23656         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23657         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
23658         (gst_avi_demux_change_state):
23659         * gst/avi/gstavidemux.h:
23660           Improve A/V sync. Still not perfect.
23661         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
23662         (gst_ebml_read_skip):
23663           Handle events better.
23664         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23665         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
23666         (qtdemux_audio_caps):
23667           Add IMA4. Improve event handling. Save offset after a seek when
23668           the headers are at the end of the file so that we don't end up in
23669           an infinite loop.
23670         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23671           Add low-priority typefind support for files with no length.
23672
23673 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23674
23675         * testsuite/multifilesink/Makefile.am:
23676         fix typo
23677
23678 2004-09-22  Julien MOUTTE  <julien@moutte.net>
23679
23680         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
23682         mistakes from thaytan's patches.
23683
23684 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23685
23686         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23687           For completeness, XSync in the destroy function as xvimage does.
23688
23689 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23690
23691         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
23692            Correct caps negotiation
23693         * gst/volume/gstvolume.c: (volume_chain_float),
23694         (volume_chain_int16):
23695            Modify debug output to be little more informative
23696         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
23697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23698         (gst_xvimagesink_xvimage_destroy):
23699           Add XSync calls after detaching from the shared memory segment to
23700           avoid a crash.
23701
23702 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23703
23704         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23705         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
23706         * ext/vorbis/vorbis.c: (plugin_init):
23707         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23708         (gst_vorbisenc_chain):
23709         * ext/vorbis/vorbisenc.h:
23710         remove explicit newmedia support from oggmux and vorbisenc
23711         add debug category to vorbisenc
23712         * gst/multifilesink/gstmultifilesink.c:
23713         (gst_multifilesink_class_init), (gst_multifilesink_init),
23714         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
23715         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
23716         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
23717         (plugin_init):
23718         * gst/multifilesink/gstmultifilesink.h:
23719         add support for streamheader in multifilesink
23720
23721 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23722
23723         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
23724         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
23725         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
23726           Prevent infinite loops. More correct error reporting.
23727         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23728           Error out if negotiation fails.
23729         * gst/playback/gstplaybasebin.c: (setup_source),
23730         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
23731         (gst_play_base_bin_found_tag):
23732           Error/tag forwarding. Pre-roll fixes for source errors on state
23733           changes (e.g. "file does not exist") to prevent hangs.
23734
23735 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23736
23737         * testsuite/multifilesink/Makefile.am:
23738         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
23739         (gst_newmedia_class_init), (gst_newmedia_init),
23740         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23741         (newfile_signal), (test_signal), (main):
23742         * testsuite/multifilesink/multifilesrc_test.c: (main):
23743         * testsuite/multifilesink/oggtheora_test.c:
23744         (gst_newmedia_base_init), (gst_newmedia_class_init),
23745         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23746         (test_format), (newfile_signal), (test_signal), (main):
23747         * testsuite/multifilesink/oggvorbis_test.c:
23748         (gst_newmedia_base_init), (gst_newmedia_class_init),
23749         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23750         (test_format), (newfile_signal), (test_signal), (main):
23751         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
23752         (gst_newmedia_class_init), (gst_newmedia_init),
23753         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23754         (newfile_signal), (test_signal), (main):
23755         New media tests
23756
23757 2004-09-20  Christian Schaller <christian@fluendo.com>
23758
23759         * Fix mikmod license to LGPL as they have relicensed
23760         * Move Dirac and Effectv into LGPL section of README_license
23761
23762 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23763
23764         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
23765         (gst_mad_change_state):
23766           Allow for mp3 rate/channels changes. However, only very
23767           conservatively. Reason that we *have* to enable this is smiply
23768           because the mad find_sync() function is not good enough, it will
23769           regularly sync on random data as valid frames and therefore make
23770           us provide random caps as *final* caps of the stream. The best fix
23771           I could think of is to simply require several of the same stream
23772           changes in a row before we change caps.
23773           The actual testcase that works now is #
23774         * ext/ogg/Makefile.am:
23775         * ext/ogg/gstogg.c: (plugin_init):
23776         * ext/ogg/gstogmparse.c:
23777           OGM support (video only for now; I need an audio sample file).
23778         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23779         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
23780         (gst_asf_demux_add_video_stream):
23781           WMV extradata.
23782         * gst/playback/gstplaybasebin.c: (unknown_type):
23783           Don't error out on single unknown-types after all. It's wrong.
23784           If we found type of video and audio but not of a subtitle stream,
23785           it will still error out (which is unwanted). Will find a better fix
23786           later on.
23787         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
23788         (ogmaudio_type_find), (plugin_init):
23789           OGM support.
23790
23791 2004-09-20  Johan Dahlin  <johan@gnome.org>
23792
23793         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
23794         after setting caps.
23795
23796 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23797
23798         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
23799         * gst/wavenc/gstwavenc.h:
23800         Added newmedia support to wavenc
23801
23802 2004-09-17  Wim Taymans  <wim@fluendo.com>
23803
23804         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
23805         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
23806         (gst_fdset_fd_can_write), (gst_fdset_wait):
23807         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
23808         (gst_multifdsink_init), (gst_multifdsink_add),
23809         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
23810         (gst_multifdsink_remove_client_link),
23811         (gst_multifdsink_client_queue_buffer),
23812         (gst_multifdsink_handle_client_write),
23813         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
23814         (gst_multifdsink_close), (gst_multifdsink_change_state):
23815         * gst/tcp/gstmultifdsink.h:
23816         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23817         (gst_tcpserversink_removed):
23818         Small cleanups in fdset.c
23819         Use a hastable to map fd to the client structure for faster
23820         lookup in _remove and get_stats.
23821         Added virtual function to close the fds.
23822         Handle clients even when the select/poll call was unblocked because
23823         of a command.
23824         Implement syncing to keyframe in the recovery procedure.
23825
23826 2004-09-16 Iain <iaingnome@gmail.com>
23827
23828         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
23829         try caps.
23830
23831 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23832
23833         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
23834           Caps are only set if the type of the stream is unknown, but this
23835           is initialized in ->init_stream(), so set to UNKNOWN after calling
23836           ->init_stream() so that capsnego starts.
23837
23838 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23839
23840         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23841         (gst_avi_demux_stream_data):
23842           Just hardcode for raw audio then. AVI audio sucks.
23843
23844 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
23845
23846         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
23847         * gst/matroska/matroska-mux.c: (audiosink_templ),
23848         (gst_matroska_mux_audio_pad_link):
23849         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
23850         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
23851
23852 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23853
23854         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23855         (gst_avi_demux_stream_data):
23856           Try to fix a/v sync issues.
23857
23858 2004-09-15  David Schleef  <ds@schleef.org>
23859
23860         * configure.ac: remove NASM check, since we don't use it.  Update
23861         dirac check to 0.4
23862         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
23863         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23864         Initialized variables.
23865         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
23866         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
23867         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
23868         SVQ3 format
23869
23870 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23871
23872         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23873         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
23874         * gst/avi/gstavidemux.h:
23875           Fix for compressed audio (mp3) timestamp generation. How did this
23876           ever work?
23877
23878 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23879
23880         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
23881           Volume is a double not a float.
23882
23883 2004-09-15  Wim Taymans  <wim@fluendo.com>
23884
23885         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
23886         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23887         Don't close the fd in multifdsink as we didn't open it in the
23888         first place. Some cleanups.
23889
23890 2004-09-15  Wim Taymans  <wim@fluendo.com>
23891
23892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23893         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23894         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23895         Fix the case where the muxer would mark pages as delta
23896         frames when they are not (vorbis only ogg).
23897
23898 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23899
23900         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
23901         (gst_play_base_bin_change_state):
23902           Handle the case where we failed to setup a clear pipeline. This
23903           will throw an error (or EOS, another nice case) and if you don't
23904           catch that, the app will wait for the signal forever (and thus
23905           hang).
23906
23907 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23908
23909         * ext/gnomevfs/gstgnomevfssink.c:
23910         (gst_gnomevfssink_uri_get_protocols):
23911         * ext/gnomevfs/gstgnomevfssrc.c:
23912         (gst_gnomevfssrc_uri_get_protocols):
23913         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23914         * ext/gnomevfs/gstgnomevfsuri.h:
23915           Use _uri_new() instead of _open(), so it doesn't take as long and
23916           Christophe's computer won't hang.
23917         * gst/playback/gstplaybasebin.c: (unknown_type):
23918           Throw error on unknown media type, so apps actually display it.
23919
23920 2004-09-14  Brian Cameron  <brian.cameron@sun.com
23921
23922         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
23923           this script to work on Solaris since bash shell handles echo
23924           differenly than bash.
23925
23926 2004-09-17  Wim Taymans  <wim@fluendo.com>
23927
23928         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
23929         (setup_source), (gst_play_base_bin_set_property),
23930         (gst_play_base_bin_add_element):
23931         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
23932         Some more work on making sure seeking pauses the pipeline and
23933         that changing the uri actually does something.
23934
23935 2004-09-17  Wim Taymans  <wim@fluendo.com>
23936
23937         * gst/tcp/gstfdset.c: (gst_fdset_wait):
23938         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
23939         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
23940         (gst_tcpserversink_close):
23941         Be a bit more paranoid when freeing memory.
23942
23943 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23944
23945         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
23946         (qtdemux_parse_trak):
23947           Don't crash by dividing by zero (see sample movie in #126922).
23948
23949 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23950
23951         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23952           Don't touch non-existing data (fixes crash on file in #140147).
23953
23954 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23955
23956         * gst/playback/gstplaybasebin.c:
23957         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
23958           Handle double disposals, and proper change of URIs.
23959
23960 2004-09-13  Martin Eikermann <meiker@upb.de>
23961
23962         * gst/mpegstream/gstmpegparse.c:
23963           fix synchronistation for streams recorded from digital PCR
23964           fixes bug #119376
23965
23966 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23967
23968         * ext/gnomevfs/Makefile.am:
23969         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23970         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
23971         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
23972         (gst_gnomevfssink_uri_get_type),
23973         (gst_gnomevfssink_uri_get_protocols),
23974         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
23975         (gst_gnomevfssink_uri_handler_init),
23976         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
23977         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
23978         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
23979         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
23980         (gst_gnomevfssrc_uri_get_type),
23981         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
23982         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
23983         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
23984         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
23985         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23986         * ext/gnomevfs/gstgnomevfsuri.h:
23987           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
23988           of fake URIs to see which this version of Gnome-VFS likes, and
23989           uses that for the Gst-URI interface. Makes playbin support http://
23990           streams. Also fix up some stupid behaviour in gnomevfssrc.
23991
23992 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23993
23994         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
23995         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
23996         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
23997         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
23998           Update mixer (to sync with other sessions) if we try to obtain
23999           a new value. This makes alsamixer work accross applications.
24000         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24001           Only call sync functions if we're running, else alsalib asserts.
24002         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24003           Sometimes fails to compile. Possibly a gcc bug.
24004         * gst/playback/gstplaybin.c: (gen_video_element),
24005         (gen_audio_element):
24006           Add a reference to an application-provided object, because we lose
24007           this same reference if we add it to the bin. If we don't do this,
24008           we can only use this object once and thus crash if we go from
24009           ready to playing, back to ready and back to playing again.
24010           Also add an audioscale element because several cheap soundcards -
24011           like mine - don't support all samplerates.
24012         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24013         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
24014           Fix wrong order or PAR calls. Makes automatically obtained PAR
24015           from the X server atually being used.
24016
24017 2004-09-12  David Schleef  <ds@schleef.org>
24018
24019         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
24020         #151887, #152102, #152247.
24021         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
24022         * examples/seeking/cdparanoia.c: same
24023         * examples/seeking/cdplayer.c: same
24024         * examples/seeking/seek.c: same
24025         * examples/seeking/spider_seek.c: same
24026         * examples/seeking/vorbisfile.c: same
24027         * examples/stats/mp2ogg.c: same
24028         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24029         (gst_esdsink_dispose): Dispose of element properly.
24030         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
24031         fixes.
24032         * ext/nas/nassink.c: (gst_nassink_class_init),
24033         (gst_nassink_dispose): Dispose of element correctly.
24034         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
24035         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24036         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24037         Fix 64-bit warning.
24038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24039         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
24040         Fix 64-bit warning.
24041
24042 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24043
24044         * configure.ac : change speex detection as 1.1.6 now uses
24045           .pc/pkg-config and they changed their headers location.
24046
24047 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
24048
24049         * gst/matroska/matroska-mux.h:
24050         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
24051         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24052         (gst_matroska_mux_write_data):
24053           Write multiple blocks/frames per cluster.
24054                 Write meta-seek information (seek heads).
24055
24056 2004-09-09  Scott Wheeler <wheeler@kde.org>
24057
24058         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
24059         (gst_play_bin_set_property), (gst_play_bin_get_property),
24060         (gen_audio_element), (gen_audio_element):
24061           Add a volume element / property to the pipeline.
24062
24063 2004-09-07  Wim Taymans  <wim@fluendo.com>
24064
24065         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
24066         Copy timestamps from the master pad to the output buffers.
24067
24068 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24069
24070         * ext/raw1394/gstdv1394src.c:
24071           throw errors when applicable
24072
24073 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
24074
24075         * gst/matroska/ebml-ids.h:
24076         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
24077         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
24078         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
24079           automatically convert unix time <-> ebml time when reading/writing
24080           a date, use gst_ebml_write_uint to write CUETIME,
24081           not gst_ebml_write_date.
24082         * gst/matroska/matroska-ids.h:
24083         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
24084         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
24085         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
24086         (gst_matroska_mux_write_data):
24087           Write track and segment UIDs, write muxing date, write
24088           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
24089           Create cues for audio only files.
24090
24091 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24092
24093         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24094         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24095           Re-commit ALSA switches.
24096         * gst/adder/gstadder.c: (gst_adder_loop):
24097           64-bit fix (#151416).
24098         * gst/debug/progressreport.c: (gst_progressreport_report):
24099           64-bit fix (#151419).
24100         * gst/matroska/matroska-demux.c:
24101         (gst_matroska_demux_parse_contents):
24102           64-bit fix (#151420).
24103         * gst/playback/test3.c: (update_scale):
24104           64-bit fix (#151421).
24105
24106 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24107
24108         * configure.ac:
24109           bump nano to cvs
24110
24111 === release 0.8.4 ===
24112
24113 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24114
24115         * configure.ac: releasing 0.8.4, "Alias"
24116
24117 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24118
24119         * ext/theora/Makefile.am:
24120           fix makefile.  Fixes #151462.
24121
24122 2004-08-30  Wim Taymans  <wim@fluendo.com>
24123
24124         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24125         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24126         (gst_multifdsink_remove_client_link),
24127         (gst_multifdsink_client_queue_buffer),
24128         (gst_multifdsink_handle_client_write):
24129         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24130         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24131         Fix some memory leaks.
24132
24133 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24134
24135         Patch by: David Schleef
24136
24137         * configure.ac:
24138         * sys/Makefile.am:
24139           rename our detection macro for V4L2.  Fixes #151236.
24140
24141 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24142
24143         Patch by: David Schleef
24144
24145         * configure.ac:
24146           check to define LAMEPRESET.  Fixes #151232.
24147
24148 2004-08-27  David Schleef  <ds@schleef.org>
24149
24150         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24151         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24152         (gst_glimagesink_fixate):  Move local variable declarations to
24153         make gcc-2.95 happy.
24154
24155 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24156
24157         * configure.ac:
24158           bump nano for prerelease
24159
24160 2004-08-27  David Schleef  <ds@schleef.org>
24161
24162         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24163         * sys/sunaudio/gstsunaudiosrc.c:
24164         * sys/sunaudio/gstsunaudiosrc.h:
24165
24166 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24167
24168         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24169         handle EOS correctly
24170         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24171         * gst/matroska/matroska-mux.h:
24172         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24173         VFW compatibility mode
24174
24175 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24176
24177         patch by: Zaheer Abbas Merali
24178
24179         * ext/ogg/gstoggmux.c:
24180         * ext/vorbis/vorbisenc.c:
24181         * ext/vorbis/vorbisenc.h:
24182           handle NEWMEDIA
24183
24184 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24185
24186         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24187         fix byte order reversion on little endian machines.
24188         * gst/matroska/matroska-mux.c: (audiosink_templ),
24189         (gst_matroska_mux_audio_pad_link):
24190         add TTA codec to the list of supported codecs.
24191         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24192         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24193         (gst_matroska_mux_write_data):
24194         * gst/matroska/matroska-mux.h:
24195         write segment duration correctly, write muxing app string, fixes bugs
24196         #140897 and #140898.
24197         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24198         wait for all pads to be negotiated before starting to mux.
24199
24200 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24201
24202         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24203         * ext/lame/gstlame.h:
24204         Added new media support to lame
24205
24206 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24207
24208         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24209         send vorbis headers at the beginning of a stream, fixes bug #141554.
24210         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24211         bug #148950.
24212         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24213         (gst_matroska_demux_plugin_init):
24214         * gst/matroska/matroska-ids.h:
24215         enable demuxing of TTA audio streams, fixes bug #148951.
24216         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24217         enable typefinding for TTA audio files, fixes bug #148711.
24218         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24219         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24220         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24221
24222 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24223
24224         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24225         (gst_riff_read_element_data), (gst_riff_read_seek),
24226         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24227         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24228         <teuf@gnome.org>
24229
24230 2004-08-23 Iain <iaingnome@gmail.com>
24231
24232         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24233         tags. They appear to be handled differently to normal.
24234         (tag_list_to_id3_tag_foreach): Ditto.
24235
24236 2004-08-22  Wim Taymans  <wim@fluendo.com>
24237
24238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24239         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24240         Make sure we never send -1 granulepos.
24241
24242 2004-08-20  Wim Taymans  <wim@fluendo.com>
24243
24244         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24245         (gst_ogg_mux_loop):
24246         I will accept bitchslappings with non sharp objects.
24247
24248 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24249
24250         * configure.ac:
24251         Clean up the test for lame presets
24252
24253 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24254
24255         * configure.ac:
24256         * ext/lame/Makefile.am:
24257         * ext/lame/gstlame.c: (gst_lame_class_init),
24258         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24259         Only enable lame presets if version of lame has presets in API
24260
24261 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24262         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24263         * gst/udp/gstudpsrc.h:
24264           Don't call gst_pad_push in a get function. Fixes #150449
24265
24266 2004-08-18  Wim Taymans  <wim@fluendo.com>
24267
24268         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24269         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24270         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24271         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24272         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24273         (gst_fdset_wait):
24274         * gst/tcp/gstfdset.h:
24275         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24276         (gst_multifdsink_client_queue_buffer),
24277         (gst_multifdsink_handle_client_write):
24278         * gst/tcp/gstmultifdsink.h:
24279         Some extra checks in gstfdset.
24280         Only use send() when the fd is a socket. Don't try to
24281         read from write only fds.
24282
24283 2004-08-18  Wim Taymans  <wim@fluendo.com>
24284
24285         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24286         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24287         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24288         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24289         (gst_fdset_wait):
24290         Add more locking and bounds checking.
24291
24292 2004-08-18  Wim Taymans  <wim@fluendo.com>
24293
24294         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24295         Realloc test fdset in the lock and right before starting
24296         the poll call. Bump the limit to 4096.
24297
24298 2004-08-17  David Schleef  <ds@schleef.org>
24299
24300         * sys/sunaudio/Makefile.am:
24301         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24302         of rates and channels.  Make debugging less obnoxious.
24303
24304         Patch from Balamurali Viswanathan implementing a mixer for
24305         Sun audio.  (bug #144091):
24306         * sys/sunaudio/gstsunelement.c:
24307         * sys/sunaudio/gstsunelement.h:
24308         * sys/sunaudio/gstsunmixer.c:
24309         * sys/sunaudio/gstsunmixer.h:
24310
24311 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24312
24313         * gst/audioscale/gstaudioscale.c:
24314         * gst/audioscale/gstaudioscale.h:
24315         made audioscale resample from any sample rate to any sample rate
24316
24317 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24318
24319         * ext/libpng/gstpngdec.c:
24320           error out on unsupported types
24321
24322 2004-08-17  Iain <iaingnome@gmail.com>
24323
24324         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24325         mid_side and loose_mid_side properties if its a stereo stream.
24326
24327 2004-08-17  Wim Taymans  <wim@fluendo.com>
24328
24329         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24330         (theora_get_formats), (theora_dec_src_convert),
24331         (theora_dec_sink_convert), (theora_dec_src_query),
24332         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24333         Add a debug line.
24334
24335 2004-08-17  Wim Taymans  <wim@fluendo.com>
24336
24337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24338         (gst_ogg_pad_push):
24339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24340         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24341         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24342         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24343         Mark delta units in the muxer.
24344         Try to decode the packet after an out-of-sync error from
24345         libogg.
24346
24347 2004-08-17  Wim Taymans  <wim@fluendo.com>
24348
24349         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24350         (gst_multifdsink_init), (gst_multifdsink_add),
24351         (gst_multifdsink_client_queue_buffer),
24352         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24353         * gst/tcp/gstmultifdsink.h:
24354         Added option to send a keyframe to clients as the first buffer.
24355         Make timeout property writable.
24356
24357 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24358
24359         patch by: Wim Taymans
24360
24361         * gst/tcp/gstfdset.c:
24362         * gst/tcp/gstmultifdsink.c:
24363           fix index comparison, should include 0
24364
24365 2004-08-16  Wim Taymans  <wim@fluendo.com>
24366
24367         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24368         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24369         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24370         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24371         (gst_fdset_wait):
24372           copy when reallocing for poll so the select arguments don't get
24373           changed during the call
24374
24375 2004-08-16  Wim Taymans  <wim@fluendo.com>
24376
24377         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24378         (gst_theora_enc_class_init), (theora_enc_sink_link),
24379         (theora_buffer_from_packet), (theora_enc_chain):
24380         Fix bug where buffers were not marked as keyframes
24381         correctly.
24382
24383 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24384
24385         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24386         (gst_lame_preset_get_type), (gst_lame_class_init):
24387         describe the enum values for vbr mode and presets more verbosely
24388
24389 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24390
24391         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24392         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24393         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24394         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24395         * ext/lame/gstlame.h:
24396         add preset property to lame so it can use lame presets
24397
24398 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24399
24400         * ext/lame/gstlame.c: (gst_lame_get_property):
24401         whoops forgot break, thanks teuf
24402
24403 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24404
24405         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24406         (gst_lame_class_init), (gst_lame_src_getcaps),
24407         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24408         (gst_lame_get_property), (gst_lame_setup):
24409         * ext/lame/gstlame.h:
24410         fix lame's broken vbr stuff, allow it to resample if need be, and also
24411         make xing header optional
24412
24413 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24414
24415         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24416         added getcaps function so samplerate doesnt get fixated to silly values
24417
24418 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24419
24420         * ext/lame/gstlame.c: (gst_lame_src_link):
24421         revert previous fix
24422
24423 2004-08-12  Johan Dahlin  <johan@gnome.org>
24424
24425         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24426         checks. Doesn't matter what state we are in. Interfaces are a
24427         compile time thing, not runtime. It also broke the python bindings.
24428
24429 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24430
24431         * ext/lame/gstlame.c: (gst_lame_src_link):
24432         made source pad link function check if sinkpad is ok..fixes the problem
24433         where core fixates the output rate of lame stupidly
24434
24435 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24436
24437         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24438         * sys/v4l/v4l_calls.c:
24439         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24440           fix fixate function to handle nonsimple caps.
24441           remove bogus check in _link
24442           cleanups
24443
24444 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24445
24446         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24447         set default compression ratio parameter to 0.0 so bitrate parameter
24448         works :)
24449
24450 2004-08-11  David Schleef  <ds@schleef.org>
24451
24452         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24453
24454 2004-08-11  David Schleef  <ds@schleef.org>
24455
24456         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24457         before.
24458
24459 2004-08-11  David Schleef  <ds@schleef.org>
24460
24461         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24462
24463 2004-08-11  David Schleef  <ds@schleef.org>
24464
24465         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24466           license field
24467         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24468         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24469           LGPL.
24470         * gst/auparse/gstauparse.c: Fix plugin license field.
24471         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24472         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24473         * gst/rtp/gstrtp.c: Fix plugin license field.
24474
24475 2004-08-11  Wim Taymans  <wim@fluendo.com>
24476
24477         * gst/tcp/Makefile.am:
24478         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24479         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24480         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24481         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24482         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24483         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24484         (gst_fdset_fd_can_write), (gst_fdset_wait):
24485         * gst/tcp/gstfdset.h:
24486         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24487         (gst_multifdsink_class_init), (gst_multifdsink_init),
24488         (gst_multifdsink_add), (gst_multifdsink_remove),
24489         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24490         (gst_multifdsink_remove_client_link),
24491         (gst_multifdsink_handle_client_read),
24492         (gst_multifdsink_client_queue_data),
24493         (gst_multifdsink_client_queue_caps),
24494         (gst_multifdsink_client_queue_buffer),
24495         (gst_multifdsink_handle_client_write),
24496         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24497         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24498         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24499         (gst_multifdsink_close):
24500         * gst/tcp/gstmultifdsink.h:
24501         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24502         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24503         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24504         (gst_tcpserversink_close):
24505         * gst/tcp/gsttcpserversink.h:
24506         Abstracted away the select call, implemented poll (yes we ran into
24507         the 1024 limit in production).
24508
24509 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24510
24511         * gst/tcp/gsttcp.c:
24512         * gst/tcp/gsttcpplugin.c:
24513           improve debuggging, remove assert
24514
24515 2004-08-10  Wim Taymans  <wim@fluendo.com>
24516
24517         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24518         (gst_client_status_get_type), (gst_multifdsink_class_init),
24519         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24520         (gst_multifdsink_handle_client_read),
24521         (gst_multifdsink_handle_client_write),
24522         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24523         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24524         (gst_multifdsink_get_property):
24525         * gst/tcp/gstmultifdsink.h:
24526         * gst/tcp/gsttcp-marshal.list:
24527         Starting to prepare for specifying buffer time in other units
24528         than buffers. Expose remove reason in signal.
24529
24530 2004-08-10  Wim Taymans  <wim@fluendo.com>
24531
24532         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24533         (gst_multifdsink_remove), (gst_multifdsink_clear),
24534         (gst_multifdsink_remove_client_link),
24535         (gst_multifdsink_handle_client_read),
24536         (gst_multifdsink_client_queue_data),
24537         (gst_multifdsink_client_queue_buffer),
24538         (gst_multifdsink_handle_client_write),
24539         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24540         (gst_multifdsink_chain), (gst_multifdsink_close):
24541         * gst/tcp/gstmultifdsink.h:
24542         Added more debugging info. Changed the way clients are
24543         removed from the lists. Fixed a bug where a bad file descriptor
24544         could cause many clients to be removed.
24545
24546 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24547
24548         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24549           allow all pixel-aspect-ratios, not just 1:1
24550
24551 2004-08-09  David Schleef  <ds@schleef.org>
24552
24553         * sys/glsink/ARB_multitexture.h:  Remove old files.
24554         * sys/glsink/EXT_paletted_texture.h:
24555         * sys/glsink/NV_register_combiners.h:
24556         * sys/glsink/gstgl_nvimage.c:
24557         * sys/glsink/gstgl_pdrimage.c:
24558         * sys/glsink/gstgl_rgbimage.c:
24559         * sys/glsink/gstglsink.c:
24560         * sys/glsink/gstglsink.h:
24561         * sys/glsink/gstglxwindow.c:
24562         * sys/glsink/regcomb_yuvrgb.c:
24563
24564 2004-08-09  David Schleef  <ds@schleef.org>
24565
24566         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24567         GL sink plugin.  (Bug #147302)
24568
24569         * configure.ac: Test for OpenGL
24570         * sys/Makefile.am: Use test for OpenGL
24571         * sys/glsink/Makefile.am:
24572         * sys/glsink/glimagesink.c: rewrite
24573         * sys/glsink/glimagesink.h: rewrite
24574
24575 2004-08-09  David Schleef  <ds@schleef.org>
24576
24577         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24578         sane framerates.
24579         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24581         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24582
24583 2004-08-09  Wim Taymans  <wim@fluendo.com>
24584
24585         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24586         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24587         (gst_multifdsink_client_remove),
24588         (gst_multifdsink_handle_client_read),
24589         (gst_multifdsink_handle_client_write),
24590         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24591         Do a bit more logging, make the client_read code more robust.
24592
24593 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24594
24595         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24596         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24597         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24598         (gst_jpegdec_init), (gst_jpegdec_chain):
24599         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24600         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24601           cleanups, debugging fixes and memleak plugging
24602
24603 2004-08-09  Wim Taymans  <wim@fluendo.com>
24604
24605         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24606         (theora_get_formats), (theora_dec_src_convert),
24607         (theora_dec_sink_convert), (theora_dec_src_query),
24608         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24609         (theora_dec_change_state):
24610         Don't crash on missing header packets.
24611
24612 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24613
24614         * po/LINGUAS:
24615         * po/sq.po:
24616           Added Albanian translation (Laurent Dhima)
24617         * po/cs.po:
24618           updated
24619
24620 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24621
24622         * ext/lame/gstlame.c:
24623           fix/add debugging
24624
24625 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24626
24627         * sys/ximage/ximagesink.c:
24628         * sys/xvimage/xvimagesink.c:
24629           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24630
24631 2004-08-06  Wim Taymans  <wim@fluendo.com>
24632
24633         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24634         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24635         (gst_multifdsink_client_remove),
24636         (gst_multifdsink_handle_client_read),
24637         (gst_multifdsink_handle_client_write),
24638         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24639         Make sure we don't try to read more from a client that what
24640         ioctl says us or we deadlock.
24641
24642 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24643
24644         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24645         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24646         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24647           decouple running_time and n_frames so it can handle changing
24648           framerate while running
24649
24650 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24651
24652         * po/nl.po:
24653         * po/sv.po:
24654           updated translations
24655
24656 2004-08-04  Benjamin Otte  <otte@gnome.org>
24657
24658         * gst/videotestsrc/gstvideotestsrc.c:
24659         (gst_videotestsrc_get_capslist), (generate_capslist),
24660         (plugin_init):
24661           generate the list of supported caps at startup and reuse it instead
24662           of always generating it
24663
24664 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24665
24666         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
24667           whoops, last checkin broke normal build
24668
24669 2004-08-03  Benjamin Otte  <otte@gnome.org>
24670
24671         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
24672         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24673         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24674         (gst_alsa_mixer_get_option):
24675         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
24676         (dvdnavsrc_print_event):
24677         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
24678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
24679         (gst_ogg_mux_pad_unlink):
24680         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
24681         (gst_multipart_mux_pad_unlink):
24682         * gst/videofilter/gstvideobalance.c:
24683         (gst_videobalance_colorbalance_set_value):
24684         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
24685         (gst_videomixer_pad_unlink):
24686         * po/uk.po:
24687         * sys/oss/gstossmixer.c:
24688         * sys/v4l/gstv4lcolorbalance.c:
24689         * sys/v4l/gstv4ltuner.c:
24690         * sys/v4l/v4lsrc_calls.c:
24691         * sys/v4l2/gstv4l2colorbalance.c:
24692         * sys/v4l2/gstv4l2tuner.c:
24693           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
24694
24695 2004-08-03  Benjamin Otte  <otte@gnome.org>
24696
24697         * examples/dynparams/filter.c: (ui_control_create):
24698         * examples/gstplay/player.c: (print_tag):
24699         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
24700         * ext/gdk_pixbuf/gstgdkanimation.c:
24701         (gst_gdk_animation_iter_may_advance):
24702         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
24703         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
24704         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
24705         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
24706         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
24707         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24708         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
24709         * gst/sine/demo-dparams.c: (main):
24710         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24711         * testsuite/alsa/formats.c: (create_pipeline):
24712         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
24713           fixes for G_DISABLE_ASSERT and friends
24714         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24715         (mp3_type_frame_length_from_header), (mp3_type_find),
24716         (plugin_init):
24717           require mp3 typefinding to have at least MIN_HEADERS valid headers
24718           add typefinding for AAC adts files
24719
24720 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
24721
24722         * sys/ximage/ximagesink.c:
24723         (gst_ximagesink_calculate_pixel_aspect_ratio):
24724         * sys/xvimage/xvimagesink.c:
24725         (gst_xvimagesink_calculate_pixel_aspect_ratio):
24726         Make sure we calculate pixel-aspect-ratio using floating point maths
24727
24728 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24729
24730         * po/uk.po:
24731           updated translation
24732
24733 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24734
24735         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
24737           add debugging for display PAR calculation
24738
24739 2004-08-02  David Schleef  <ds@schleef.org>
24740
24741         * configure.ac: Fix mikmod CFLAGS.
24742
24743 2004-07-27  Benjamin Otte  <otte@gnome.org>
24744
24745         * gst/audioscale/gstaudioscale.c:
24746         - fix templates to only support S16, it's the only format that works
24747         - make caps nego code use try_set_caps_nonfixed and fixation instead
24748         of try_set_caps twice, which is not nice for autopluggers
24749         - change rank to secondary, so autopluggers can pick it up after
24750         audioconvert
24751
24752 2004-08-02  Iain <iain@prettypeople.org>
24753
24754         * gst/interleave/interleave.c (interleave_init),
24755         (interleave_request_new_pad),
24756         (interleave_pad_removed),
24757         (interleave_buffered_loop): Use the real pad count, not the artificial
24758         one.
24759
24760 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24761
24762         * configure.ac: bump nano back to development
24763
24764 === release 0.8.3 ===
24765
24766 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24767
24768         * configure.ac: releasing 0.8.3, "Water"
24769
24770 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24771
24772         * sys/xvimage/xvimagesink.c:
24773         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24774         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
24775         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
24776         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24777         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24778         * sys/xvimage/xvimagesink.h:
24779           apply similar PAR fixes as to ximagesink
24780
24781 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24782
24783         patch from: Benjamin Otte
24784
24785         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
24786           add link function to lame.  Fixes #148986.
24787
24788 2004-08-02  Johan Dahlin  <johan@gnome.org>
24789
24790         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
24791         fix debugging log
24792
24793 2004-07-30  David Schleef  <ds@schleef.org>
24794
24795         * gst/videomixer/Makefile.am: Fix things that should have been
24796         fixed in the last checkin.
24797
24798 2004-07-30  David Schleef  <ds@schleef.org>
24799
24800         * gst/multipart/Makefile.am: Fix things that should have been
24801         fixed in the last checkin.
24802
24803 2004-07-30  David Schleef  <ds@schleef.org>
24804
24805         * testsuite/multifilesink/Makefile.am: Fix unused variable.
24806
24807 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24808
24809         * configure.ac:
24810           bump nano for prerelease
24811         * po/af.po:
24812         * po/az.po:
24813         * po/cs.po:
24814         * po/en_GB.po:
24815         * po/hu.po:
24816         * po/nl.po:
24817         * po/sr.po:
24818         * po/sv.po:
24819         * po/uk.po:
24820           updates
24821
24822 2004-07-30  Wim Taymans  <wim@fluendo.com>
24823
24824         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24825         (gst_multifdsink_add), (gst_multifdsink_remove),
24826         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24827         (gst_multifdsink_client_remove),
24828         (gst_multifdsink_handle_client_write),
24829         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24830         * gst/tcp/gstmultifdsink.h:
24831         Recover from a select with a bad file descriptor by removing
24832         the client.
24833
24834 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24835
24836         * configure.ac:
24837           fix requirement of core
24838         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
24839         (gst_play_pipeline_setup):
24840           don't use colorspace element.  do use hermescolorspace element.
24841           make macro to get a colorspace element.
24842           mark strings for translation.
24843         * po/POTFILES.in:
24844           add play.c
24845         * po/af.po:
24846         * po/az.po:
24847         * po/cs.po:
24848         * po/en_GB.po:
24849         * po/hu.po:
24850         * po/nl.po:
24851         * po/sr.po:
24852         * po/sv.po:
24853         * po/uk.po:
24854           update translations
24855
24856 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24857
24858         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
24859         fix default for newmedia flag
24860
24861 2004-07-30  Wim Taymans  <wim@fluendo.com>
24862
24863         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24864         (gst_theora_dec_init), (theora_get_formats),
24865         (theora_dec_src_convert), (theora_dec_sink_convert),
24866         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24867         (theora_dec_chain), (theora_dec_set_property),
24868         (theora_dec_get_property):
24869         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24870         (gst_theora_enc_class_init), (gst_theora_enc_init),
24871         (theora_enc_sink_link), (theora_enc_chain),
24872         (theora_enc_set_property), (theora_enc_get_property):
24873         Added cropping option to theora decoder.
24874         Added border option to theora encoder.
24875
24876 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24877
24878         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24879         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24880         (gst_pngenc_set_property):
24881         * ext/libpng/gstpngenc.h:
24882         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
24883
24884 2004-07-30  Wim Taymans  <wim@fluendo.com>
24885
24886         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24887         (theora_enc_sink_link), (theora_enc_chain),
24888         (theora_enc_set_property), (theora_enc_get_property):
24889         Fix encoding of non-multiple-of-16 video.
24890
24891 2004-07-29  David Schleef  <ds@schleef.org>
24892
24893         * configure.ac: make test for audiofile more strict
24894
24895 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24896
24897         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24898           give different names to typefind functions
24899
24900 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24901
24902         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24903         (gst_ximagesink_calculate_pixel_aspect_ratio),
24904         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24905         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24906         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
24907         (gst_ximagesink_get_property), (gst_ximagesink_init):
24908         * sys/ximage/ximagesink.h:
24909           allocate PAR's dynamically.
24910           use autodetected PAR if no object-set PAR is given.
24911           add workaround for directfb's X not setting physical size.
24912           fix to xvimagesink will follow tomorrow.
24913
24914 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24915
24916         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
24917         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
24918         (gst_shout2send_get_type), (gst_shout2send_set_clock),
24919         (gst_shout2send_class_init), (gst_shout2send_init),
24920         (set_shout_metadata), (gst_shout2send_set_metadata),
24921         (gst_shout2send_chain), (gst_shout2send_set_property),
24922         (gst_shout2send_get_property), (gst_shout2send_connect),
24923         (gst_shout2send_change_state):
24924         * ext/shout2/gstshout2.h:
24925         - fix for sending mp3 audio to icecast2 server, if pad link function not
24926         called before PAUSED state
24927         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
24928         - added tagging support for mp3 audio broadcasted
24929         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
24930         debug info
24931
24932 2004-07-28  Wim Taymans  <wim@fluendo.com>
24933
24934         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24935         (gst_ogg_demux_push):
24936         Return query failure when we don't know the length of
24937         an ogg stream insteda of returning TRUE with a bogus value.
24938
24939 2004-07-28  Wim Taymans  <wim@fluendo.com>
24940
24941         * ext/theora/theoradec.c: (theora_get_formats),
24942         (theora_dec_src_convert), (theora_dec_sink_convert),
24943         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24944         (theora_dec_chain):
24945         Don't screw up the 1 Chroma for 1 luma sample situation when we
24946         have an odd offset/width by adding a black border in those cases.
24947
24948 2004-07-28  Wim Taymans  <wim@fluendo.com>
24949
24950         * ext/theora/theoradec.c: (theora_get_formats),
24951         (theora_dec_src_convert), (theora_dec_sink_convert),
24952         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24953         (theora_dec_chain):
24954         * ext/theora/theoraenc.c: (theora_enc_sink_link):
24955         Added first attempt at cropping of the image as required by the
24956         theora spec. We need more properties in the caps (offset_x,
24957         offset_y,stride) to implement this correctly.
24958
24959 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
24960
24961         * ext/dvdnav/README:
24962           Update the README to use dvddemux
24963         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24964           Ensure getcaps returns a subset of the template caps
24965         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
24966         (gst_mpeg2subt_init):
24967           Ensure getcaps returns a subset of the template caps
24968         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
24969         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
24970         (gst_dvd_demux_get_subpicture_stream),
24971         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
24972         * gst/mpegstream/gstdvddemux.h:
24973           Set the explicit caps on the current_video pad before pushing
24974           anything
24975         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
24976         (gst_mpeg_demux_get_audio_stream):
24977           Free caps used to gst_pad_set_explicit_caps, which takes a const
24978           GstCaps *
24979
24980 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24981
24982         * configure.ac: update GStreamer requirement to 0.8.4 because of
24983           GstFraction.
24984
24985 2004-07-28  Wim Taymans  <wim@fluendo.com>
24986
24987         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
24988         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
24989         Add the pad to the element after setting up the caps. This
24990         makes it a lot easier to autoplug.
24991
24992 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
24993
24994         * gst/median/gstmedian.c:
24995         * gst/mpeg2subt/gstmpeg2subt.c:
24996         * gst/mpegaudioparse/gstmpegaudioparse.c:
24997         * gst/mpegstream/gstdvddemux.c:
24998         * gst/mpegstream/gstmpegdemux.c:
24999         * gst/mpegstream/gstmpegpacketize.c:
25000         * gst/rtjpeg/gstrtjpeg.c:
25001         * gst/rtjpeg/gstrtjpegdec.c:
25002         * gst/rtjpeg/gstrtjpegenc.c:
25003         * gst/sine/gstsinesrc.c:
25004         * gst/smooth/gstsmooth.c:
25005         * gst/smpte/gstsmpte.c:
25006         * gst/smpte/gstsmpte.h:
25007         * gst/stereo/gststereo.c:
25008         * gst/videofilter/gstgamma.c:
25009         * gst/videofilter/gstvideobalance.c:
25010         * gst/videofilter/gstvideofilter.c:
25011         * gst/videofilter/gstvideoflip.c:
25012         * gst/videoscale/gstvideoscale.c:
25013         * gst/videoscale/videoscale.c:
25014         * gst/videotestsrc/gstvideotestsrc.c:
25015         * gst/videotestsrc/videotestsrc.c:
25016         * gst/wavenc/gstwavenc.c:
25017         * gst/wavparse/gstwavparse.c:
25018           fix local includes and 64 bits constants
25019
25020 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25021
25022         * win32/gst.sln:
25023         * gst-libs/gst/*/*.vcproj:
25024         * gst/*/*.vcproj:
25025           more working plugins
25026
25027 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25028
25029         * testsuite/alsa/Makefile.am:
25030         * testsuite/alsa/srcstate.c:
25031         add test for alsasrc changing state
25032
25033 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25034
25035         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
25036         (gst_silence_get):
25037         * gst/silence/gstsilence.h:
25038         fix silence generation for 16bit raw audio
25039
25040 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25041
25042         * gst/matroska/matroska-demux.c:
25043         (gst_matroska_demux_parse_metadata),
25044         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
25045         * gst/mpegaudio/common.c:
25046         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
25047         (gst_videoscale_getcaps), (gst_videoscale_link),
25048         (gst_videoscale_src_fixate), (gst_videoscale_init),
25049         (gst_videoscale_finalize):
25050         * gst/videoscale/gstvideoscale.h:
25051         * gst/videotestsrc/gstvideotestsrc.c:
25052         (gst_videotestsrc_get_capslist):
25053         * gst/wavenc/gstwavenc.c:
25054         * sys/oss/gstossmixer.c: (fill_labels):
25055         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25056         (gst_ximagesink_handle_xevents),
25057         (gst_ximagesink_calculate_pixel_aspect_ratio),
25058         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
25059         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
25060         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25061         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25062         (gst_ximagesink_init), (gst_ximagesink_class_init):
25063         * sys/ximage/ximagesink.h:
25064         * sys/xvimage/xvimagesink.c:
25065         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25066         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
25067         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25068         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25069         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25070         * sys/xvimage/xvimagesink.h:
25071           first batch of pixel aspect ratio commits.
25072
25073 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25074
25075         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25076         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
25077         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
25078           handle stride, needs work if we want to move stride handling
25079           upstream, but works correctly for our purposes.
25080
25081 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25082
25083         * gst/videoscale/README:
25084           add testing examples
25085         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
25086         (gst_videoscale_chain):
25087         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25088         (gst_videoscale_get_size):
25089           add get_size function that handles stride like videotestsrc.
25090           fixes conversion for YUV formats for as much as I can test them.
25091
25092 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25093
25094         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25095         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25097         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25098         (gst_xvimagesink_xvimage_put):
25099           further cleanups, logging, error handling and synchronizing
25100
25101 2004-07-27  Wim Taymans  <wim@fluendo.com>
25102
25103         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25104         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25105         (gst_videomixer_pad_set_property),
25106         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25107         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25108         (gst_videomixer_class_init), (gst_videomixer_init),
25109         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
25110         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
25111         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
25112         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25113         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25114         (gst_videomixer_loop), (plugin_init):
25115         Be a nicer negotiation citizen and provide a getcaps function on
25116         the srcpad. This also fixes a crash when resizing.
25117
25118 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25119
25120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25121         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25122
25123 2004-07-27  Wim Taymans  <wim@fluendo.com>
25124
25125         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25126         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25127         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25128         (gst_pngenc_set_property):
25129         * ext/libpng/gstpngenc.h:
25130         Added snapshot property to pngenc.
25131         removed g_print from pngdec
25132
25133 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25134
25135         * gst/ac3parse/ac3parse.vcproj
25136         * gst/adder/adder.vcproj
25137         * gst/alpha/alpha.vcproj
25138         * gst/alpha/alphacolor.vcproj
25139         * gst/asfdemux/asf.vcproj
25140         * gst/audioconvert/audioconvert.vcproj
25141         * gst/audiorate/audiorate.vcproj
25142         * gst/audioscale/audioscale.vcproj
25143         * gst/auparse/auparse.vcproj
25144         * gst/avi/avi.vcproj
25145         * gst/cdxaparse/cdxaparse.vcproj
25146         * gst/chart/chart.vcproj
25147         * gst/colorspace/colorspace.vcproj
25148         * gst/cutter/cutter.vcproj
25149         * gst/debug/debug.vcproj
25150         * gst/debug/efence.vcproj
25151         * gst/debug/navigationtest.vcproj
25152         * gst/deinterlace/deinterlace.vcproj
25153         * gst/effectv/effectv.vcproj
25154         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25155         * gst/filter/filter.vcproj
25156         * gst/flx/flxdec.vcproj
25157         * gst/goom/goom.vcproj
25158         * gst/interleave/interleave.vcproj
25159         * gst/law/alaw.vcproj
25160         * gst/law/mulaw.vcproj
25161         * gst/matroska/matroska.vcproj
25162         * gst/median/median.vcproj
25163         * gst/mixmatrix/mixmatrix.vcproj
25164         * gst/mpeg1sys/mpeg1systemencode.vcproj
25165         * gst/mpeg1videoparse/mp1videoparse.vcproj
25166         * gst/mpeg2sub/mpeg2subt.vcproj
25167         * gst/mpegaudio/mpegaudio.vcproj
25168         * gst/mpegaudioparse/mpegaudioparse.vcproj
25169         * gst/mpegstream/mpegstream.vcproj
25170         * gst/multifilesink/multifilesink.vcproj
25171         * gst/multipart/multipart.vcproj
25172         * gst/oneton/oneton.vcproj
25173         * gst/overlay/overlay.vcproj
25174         * gst/passthrough/passthrough.vcproj
25175         * gst/qtdemux/qtdemux.vcproj
25176         * gst/realmedia/rmdemux.vcproj
25177         * gst/rtjpeg/rtjpeg.vcproj
25178         * gst/rtp/rtp.vcproj
25179         * gst/silence/silence.vcproj
25180         * gst/sine/sinesrc.vcproj
25181         * gst/smooth/smooth.vcproj
25182         * gst/smpte/smpte.vcproj
25183         * gst/spectrum/spectrum.vcproj
25184         * gst/speed/speed.vcproj
25185         * gst/stereo/stereo.vcproj
25186         * gst/switch/switch.vcproj
25187         * gst/tags/tagedit.vcproj
25188         * gst/tcp/tcp.vcproj
25189         * gst/typefind/typefindfunctions.vcproj
25190         * gst/udp/udp.vcproj
25191         * gst/videobox/videobox.vcproj
25192         * gst/videocrop/videocrop.vcproj
25193         * gst/videodrop/videodrop.vcproj
25194         * gst/videofilter/gamma.vcproj
25195         * gst/videofilter/videobalance.vcproj
25196         * gst/videofilter/videofilter.vcproj
25197         * gst/videofilter/videoflip.vcproj
25198         * gst/videoflip/videoflip.vcproj
25199         * gst/videomixer/videomixer.vcproj
25200         * gst/videorate/videorate.vcproj
25201         * gst/videoscale/videoscale.vcproj
25202         * gst/videotestsrc/videotestsrc.vcproj
25203         * gst/virtualdub/virtualdub.vcproj
25204         * gst/volenv/volenv.vcproj
25205         * gst/volume/volume.vcproj
25206         * gst/wavenc/wavenc.vcproj
25207         * gst/wavparse/wavparse.vcproj
25208         * gst/y4m/y4menc.vcproj
25209         * gst-libs/gst/audio/audio.vcproj
25210         * gst-libs/gst/audio/audiofilter.vcproj
25211         * gst-libs/gst/colorbalance/colorbalance.vcproj
25212         * gst-libs/gst/idct/idtc.vcproj
25213         * gst-libs/gst/media-info/media-info.vcproj
25214         * gst-libs/gst/mixer/mixer.vcproj
25215         * gst-libs/gst/navigation/navigation.vcproj
25216         * gst-libs/gst/play/play.vcproj
25217         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25218         * gst-libs/gst/resample/resample.vcproj
25219         * gst-libs/gst/riff/riff.vcproj
25220         * gst-libs/gst/tuner/tuner.vcproj
25221         * gst-libs/gst/video/video.vcproj
25222         * gst-libs/gst/xoverlay/xoverlay.vcproj
25223           avoid problems with math.h, fix release dependancy
25224           rename GStreamer-0.8.lib to libgstreamer.lib
25225
25226 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25227
25228         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25230         the atom is not available we have to unlock the mutex. Fixes #148023
25231
25232 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25233
25234         * gst-libs/gst/media-info/media-info.h:
25235           issue for a vararg macro with MSVC
25236
25237 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25238
25239         * gst/effectv/effectv.vcproj
25240         * gst-libs/gst/idct/idct.vcproj:
25241         * gst-libs/gst/media-info/media-info.vcproj:
25242         * gst-libs/gst/navigation/navigation.vcproj:
25243         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25244         * gst-libs/gst/video/video.vcproj:
25245         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25246           fixes for build problems
25247
25248 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25249
25250         * gst-libs/gst/audio/audio.def:
25251         * gst-libs/gst/audio/riff.def:
25252           add some definitions needed by plugins
25253
25254 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25255
25256         * gst/asfdemux/gstasfmux.c
25257           Fix some 64 bits constants to be glib friendly
25258
25259 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25260
25261         * gst/ac3parse/gstac3parse.c
25262         * gst/audioscale/gstaudioscale.c
25263         * gst/auparse/gstauparse.c
25264         * gst/colorspace/gstcolorspace.c
25265         * gst/colorspace/yuv2rgb.h
25266           local include fixes
25267
25268 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25269
25270         * win32/gst.sln
25271           add more plugins to the build
25272
25273 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25274
25275         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25276         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25277
25278 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25279
25280         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25281         (gst_level_set_property), (gst_level_get_property),
25282         (gst_level_base_init), (gst_level_class_init):
25283           add debugging categories.  cleanups.
25284
25285 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25286
25287         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25288         (gst_videoscale_planar411), (gst_videoscale_planar400),
25289         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25290         (gst_videoscale_scale_nearest_str1),
25291         (gst_videoscale_scale_nearest_str2),
25292         (gst_videoscale_scale_nearest_str4),
25293         (gst_videoscale_scale_nearest_16bit),
25294         (gst_videoscale_scale_nearest_24bit):
25295           fixed stride issues
25296           tested with 320x240 -> 321, 322, 324 x240
25297           tested with YV12, I420, YUY2, UYVY
25298           fixed packed422rev (don't think it could have worked before)
25299           by testing with UYVY
25300
25301 2004-07-26  Benjamin Otte  <otte@gnome.org>
25302
25303         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25304         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25305         (plugin_init):
25306           add debugging category, add error checks like checking return values
25307           of setup calls, make sure it still works after
25308           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25309
25310 2004-07-26  Wim Taymans  <wim@fluendo.com>
25311
25312         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25313         (gst_mpeg_demux_get_audio_stream),
25314         (gst_mpeg_demux_process_private):
25315         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25316         Check for error codes from the negotiation functions. Make sure
25317         we really set the pad caps when a new pad is created.
25318
25319 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25320
25321         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25322         (gst_ffmpeg_caps_to_pix_fmt):
25323         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25324         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25325         (gst_ffmpegcolorspace_pad_link):
25326           don't make function do two things at the same time without reason.
25327
25328 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25329
25330         * gst/ac3parse/ac3parse.vcproj
25331         * gst/adder/adder.vcproj
25332         * gst/alpha/alpha.vcproj
25333         * gst/alpha/alphacolor.vcproj
25334         * gst/asfdemux/asf.vcproj
25335         * gst/audioconvert/audioconvert.vcproj
25336         * gst/audiorate/audiorate.vcproj
25337         * gst/audioscale/audioscale.vcproj
25338         * gst/auparse/auparse.vcproj
25339         * gst/avi/avi.vcproj
25340         * gst/cdxaparse/cdxaparse.vcproj
25341         * gst/chart/chart.vcproj
25342         * gst/colorspace/colorspace.vcproj
25343         * gst/cutter/cutter.vcproj
25344         * gst/debug/debug.vcproj
25345         * gst/debug/efence.vcproj
25346         * gst/debug/navigationtest.vcproj
25347         * gst/deinterlace/deinterlace.vcproj
25348         * gst/effectv/effectv.vcproj
25349         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25350         * gst/filter/filter.vcproj
25351         * gst/flx/flxdec.vcproj
25352         * gst/goom/goom.vcproj
25353         * gst/interleave/interleave.vcproj
25354         * gst/law/alaw.vcproj
25355         * gst/law/mulaw.vcproj
25356         * gst/matroska/matroska.vcproj
25357         * gst/median/median.vcproj
25358         * gst/mixmatrix/mixmatrix.vcproj
25359         * gst/mpeg1sys/mpeg1systemencode.vcproj
25360         * gst/mpeg1videoparse/mp1videoparse.vcproj
25361         * gst/mpeg2sub/mpeg2subt.vcproj
25362         * gst/mpegaudio/mpegaudio.vcproj
25363         * gst/mpegaudioparse/mpegaudioparse.vcproj
25364         * gst/mpegstream/mpegstream.vcproj
25365         * gst/multifilesink/multifilesink.vcproj
25366         * gst/multipart/multipart.vcproj
25367         * gst/oneton/oneton.vcproj
25368         * gst/overlay/overlay.vcproj
25369         * gst/passthrough/passthrough.vcproj
25370         * gst/qtdemux/qtdemux.vcproj
25371         * gst/realmedia/rmdemux.vcproj
25372         * gst/rtjpeg/rtjpeg.vcproj
25373         * gst/rtp/rtp.vcproj
25374         * gst/silence/silence.vcproj
25375         * gst/sine/sinesrc.vcproj
25376         * gst/smooth/smooth.vcproj
25377         * gst/smpte/smpte.vcproj
25378         * gst/spectrum/spectrum.vcproj
25379         * gst/speed/speed.vcproj
25380         * gst/stereo/stereo.vcproj
25381         * gst/switch/switch.vcproj
25382         * gst/tags/tagedit.vcproj
25383         * gst/tcp/tcp.vcproj
25384         * gst/typefind/typefindfunctions.vcproj
25385         * gst/udp/udp.vcproj
25386         * gst/videobox/videobox.vcproj
25387         * gst/videocrop/videocrop.vcproj
25388         * gst/videodrop/videodrop.vcproj
25389         * gst/videofilter/gamma.vcproj
25390         * gst/videofilter/videobalance.vcproj
25391         * gst/videofilter/videofilter.vcproj
25392         * gst/videofilter/videoflip.vcproj
25393         * gst/videoflip/videoflip.vcproj
25394         * gst/videomixer/videomixer.vcproj
25395         * gst/videorate/videorate.vcproj
25396         * gst/videoscale/videoscale.vcproj
25397         * gst/videotestsrc/videotestsrc.vcproj
25398         * gst/virtualdub/virtualdub.vcproj
25399         * gst/volenv/volenv.vcproj
25400         * gst/volume/volume.vcproj
25401         * gst/wavenc/wavenc.vcproj
25402         * gst/wavparse/wavparse.vcproj
25403         * gst/y4m/y4menc.vcproj
25404           more plugins supported under windows
25405
25406 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25407
25408         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25409         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25410         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25412         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25413           Add debugging statements.  Use the sizes as returned by the
25414           *CreateImage calls.
25415
25416 2004-07-26  Johan Dahlin  <johan@gnome.org>
25417
25418         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25419         the pad is negotiated.
25420
25421         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25422
25423 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25424
25425         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25426         * gst-libs/gst/idct/idct.vcproj:
25427         * gst-libs/gst/media-info/media-info.vcproj:
25428         * gst-libs/gst/mixer/mixer.vcproj:
25429         * gst-libs/gst/navigation/navigation.vcproj:
25430         * gst-libs/gst/play/play.vcproj:
25431         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25432         * gst-libs/gst/resample/resample.vcproj:
25433         * gst-libs/gst/tuner/tuner.vcproj:
25434         * gst-libs/gst/video/video.vcproj:
25435         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25436           more plugins supported under windows
25437
25438 2004-07-25 Iain <iain@prettypeople.org>
25439
25440         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25441         pad now rather than when the pad is created because state changes wipe
25442         explicit caps (fixes #148043).
25443
25444 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25445
25446         reviewed by Benjamin Otte  <otte@gnome.org>
25447
25448         * ext/mad/gstmad.c:
25449           fix mad plugin crashing on Sun (fixes #148289)
25450
25451 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25452
25453         * gst/avi/avi.def:
25454         * gst/avi/avi.vcproj:
25455         * gst/matroska/matroska.def:
25456         * gst/matroska/matroska.vcproj:
25457           remove unused .def files
25458
25459 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25460
25461         * gst-libs/gst/audio/gstaudiofilter.c:
25462           Clean the local include
25463
25464 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25465
25466         * win32/gst.sln:
25467         * gst-libs/gst/audio/audio.def:
25468         * gst-libs/gst/audio/audio.vcproj:
25469         * gst-libs/gst/audio/audiofilter.vcproj:
25470         * gst-libs/gst/audio/riff.def:
25471         * gst-libs/gst/audio/riff.vcproj:
25472         * gst-libs/gst/gst-libs.def:
25473         * gst-libs/gst/gst-libs.vcproj:
25474         * gst/avi/avi.vcproj:
25475         * gst/avi/avi.vcproj:
25476           Copy the files where needed after building, cleaner projects
25477
25478 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25479
25480         * gst/matroska/ebml-write.c:
25481           Fix some 64 bits constants to be glib friendly
25482
25483 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25484
25485         * win32/gst.sln:
25486         * gst-libs/gst/gst-libs.def:
25487         * gst-libs/gst/gst-libs.vcproj:
25488         * gst/matroska/matroska.def:
25489         * gst/matroska/matroska.vcproj:
25490           Add the preliminary canvas to build plugins on Win32
25491
25492 2004-07-23  Benjamin Otte  <otte@gnome.org>
25493
25494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25495           don't enfore negotiation from source side, it breaks
25496           sinesrc ! audioconvert ! osssink
25497
25498 2004-07-22  David Schleef  <ds@schleef.org>
25499
25500         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25501         for ELF files, since they can easily be recognized as audio/mpeg.
25502         (bug #147441)
25503
25504 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25505
25506         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25507         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25508         (gst_videoscale_scale_nearest_24bit),
25509         (gst_videoscale_scale_nearest_16bit):
25510           fix 16bit and 24bit for stride (24bit might need testing)
25511           don't pretend we do more than one algorithm
25512
25513 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25514
25515         * configure.ac:
25516         * gst/Makefile.am:
25517         * gst/multifilesink/Makefile.am:
25518         * gst/multifilesink/gstmultifilesink.c:
25519         (gst_multifilesink_get_formats),
25520         (gst_multifilesink_get_query_types), (_do_init),
25521         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25522         (gst_multifilesink_init), (gst_multifilesink_dispose),
25523         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25524         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25525         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25526         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25527         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25528         (gst_multifilesink_uri_get_type),
25529         (gst_multifilesink_uri_get_protocols),
25530         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25531         (gst_multifilesink_uri_handler_init), (plugin_init):
25532         * gst/multifilesink/gstmultifilesink.h:
25533         * testsuite/Makefile.am:
25534         * testsuite/multifilesink/Makefile.am:
25535         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25536         (gst_newmedia_class_init), (gst_newmedia_init),
25537         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25538         (newfile_signal), (test_signal), (main):
25539         multifilesink plugin for creating new files every time a new media
25540         discontinuity event occurs
25541
25542 2004-07-22  Wim Taymans  <wim@fluendo.com>
25543
25544         * gst/alpha/Makefile.am:
25545         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25546         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25547         (gst_alpha_color_init), (gst_alpha_color_set_property),
25548         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25549         (transform), (gst_alpha_color_chain),
25550         (gst_alpha_color_change_state), (plugin_init):
25551         Stupid plugin to to RGBA to AYUV conversion because none of
25552         the colorspace plugins can handle that yet.
25553
25554 2004-07-22  Wim Taymans  <wim@fluendo.com>
25555
25556         * examples/seeking/seek.c: (update_scale), (main):
25557         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25558         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25559         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25560         (gst_decode_bin_init), (gst_decode_bin_dispose),
25561         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25562         (no_more_pads), (close_link), (type_found),
25563         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25564         (plugin_init):
25565         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25566         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25567         (gst_play_base_bin_dispose), (queue_overrun),
25568         (gen_preroll_element), (remove_prerolls), (unknown_type),
25569         (no_more_pads), (new_stream), (setup_source),
25570         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25571         (play_base_eos), (gst_play_base_bin_change_state),
25572         (gst_play_base_bin_add_element),
25573         (gst_play_base_bin_remove_element),
25574         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25575         (gst_play_base_bin_unlink_stream),
25576         (gst_play_base_bin_get_streaminfo):
25577         * gst/playback/gstplaybin.c: (gen_video_element),
25578         (gen_audio_element):
25579         * gst/playback/gststreaminfo.h:
25580         More playback updates, attempt to fix things after the state change
25581         breakage.
25582
25583 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25584
25585         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25586         (gst_videoscale_scale_nearest_16bit):
25587           comment algorithm
25588
25589 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25590
25591         * gst/videotestsrc/gstvideotestsrc.c:
25592         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25593         (gst_videotestsrc_init), (gst_videotestsrc_get),
25594         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25595         (gst_videotestsrc_get_property):
25596         * gst/videotestsrc/gstvideotestsrc.h:
25597         * gst/videotestsrc/videotestsrc.c:
25598         * gst/videotestsrc/videotestsrc.h:
25599           cleanup and commenting
25600
25601 2004-07-21  Wim Taymans  <wim@fluendo.com>
25602
25603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25604         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25605         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25606         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25607         (_find_chain_get_unknown_part), (_find_streams_check),
25608         (gst_ogg_demux_push), (gst_ogg_pad_push):
25609         * ext/theora/theoradec.c: (theora_get_formats),
25610         (theora_dec_src_convert), (theora_dec_sink_convert),
25611         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25612         (theora_dec_chain):
25613         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25614         (vorbis_dec_convert), (vorbis_dec_src_query),
25615         (vorbis_dec_src_event), (vorbis_dec_event):
25616         More seeking fixes, oggdemux now supports seeking to time and
25617         uses the downstream element to convert granulepos to time.
25618         Seeking in theora-only ogg files now works.
25619
25620 2004-07-21  Wim Taymans  <wim@fluendo.com>
25621
25622         * ext/theora/theoradec.c: (gst_theora_dec_init),
25623         (theora_get_formats), (theora_get_event_masks),
25624         (theora_get_query_types), (theora_dec_src_convert),
25625         (theora_dec_sink_convert), (theora_dec_src_query),
25626         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25627         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25628         (vorbis_get_event_masks), (vorbis_get_query_types),
25629         (gst_vorbis_dec_init), (vorbis_dec_convert),
25630         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25631         Added query/convert/formats functions to vorbis and theora decoders
25632         so that the outside world can use them too. Fixed seeking on an
25633         ogg/theora/vorbis file by disabling the seeking seeking on the
25634         theora srcpad.
25635
25636 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25637
25638         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25639         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25640         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25641         images creation for both elements. We don't create the image on caps
25642         nego or renego, we just destroy the internal one if present if it does
25643         not match the needs. The chain function takes care of creating a new
25644         image when needed.
25645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25646         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25647         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25648         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
25649         the image format information. The buffer pool checks for the context
25650         image format and discard images with different formats.
25651         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
25652
25653 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25654
25655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25656         (gst_ffmpegcolorspace_chain):
25657           no point in doing any chaining if the pad we want to push from
25658           isn't usable.
25659
25660 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25661
25662         * gst-libs/gst/riff/riff-media.c:
25663         (gst_riff_create_audio_caps_with_data):
25664           Fix double end-to-native symbol conversion (#148021).
25665
25666 2004-07-20  David Schleef  <ds@schleef.org>
25667
25668         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25669         Don't use an Atom that doesn't exist.
25670
25671 2004-07-20  Wim Taymans  <wim@fluendo.com>
25672
25673         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25674         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25675         (gst_multifdsink_client_remove),
25676         (gst_multifdsink_handle_client_write),
25677         (gst_multifdsink_queue_buffer):
25678         * gst/tcp/gstmultifdsink.h:
25679         More multifdsink stats. Avoid deadlock by releasing locks
25680         before sending out a signal.
25681
25682 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25683
25684         * po/LINGUAS:
25685         * po/hu.po:
25686           added Hungarian translation (Laszlo Dvornik)
25687
25688 2004-07-20  Wim Taymans  <wim@fluendo.com>
25689
25690         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25691         (gst_multifdsink_add), (gst_multifdsink_client_remove),
25692         (gst_multifdsink_handle_client_write),
25693         (gst_multifdsink_queue_buffer):
25694         * gst/tcp/gsttcp-marshal.list:
25695         Fixed the stupid marshal definition.
25696
25697 2004-07-20  Wim Taymans  <wim@fluendo.com>
25698
25699         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25700         (gst_multifdsink_init), (gst_multifdsink_add),
25701         (gst_multifdsink_client_remove),
25702         (gst_multifdsink_handle_client_write),
25703         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
25704         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
25705         (gst_multifdsink_init_send):
25706         * gst/tcp/gstmultifdsink.h:
25707         Added more stats, added timeout for a client, fixed some typos
25708         and added some comments.
25709
25710 2004-07-20  Wim Taymans  <wim@fluendo.com>
25711
25712         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25713         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25714         (gst_multifdsink_client_remove),
25715         (gst_multifdsink_handle_client_write):
25716         * gst/tcp/gstmultifdsink.h:
25717         * gst/tcp/gsttcp-marshal.list:
25718         Added get_stats method that returns a GValueArray of
25719         stats values.
25720
25721 2004-07-19  Benjamin Otte  <otte@gnome.org>
25722
25723         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25724           make sure longname, description and author are valid UTF-8
25725
25726 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25727
25728         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
25729         (gst_ximagesink_set_property):
25730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
25731         (gst_xvimagesink_set_property):
25732           make sure SYNCHRONOUS is respected after getting the X context
25733
25734 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25735
25736         * gst/matroska/matroska-demux.c:
25737         (gst_matroska_demux_handle_src_event),
25738         (gst_matroska_demux_parse_blockgroup):
25739         * gst/matroska/matroska-ids.h:
25740           add BlockReference tag and ignore it to clear out log.
25741           ignore NAVIGATION events to clear out log.
25742
25743 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25744
25745         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25746         (gst_matroska_demux_add_stream):
25747         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
25748           add debug categories
25749
25750 2004-07-16  Wim Taymans  <wim@fluendo.com>
25751
25752         * ext/libpng/Makefile.am:
25753         * ext/libpng/gstpng.c: (plugin_init):
25754         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
25755         (gst_pngdec_get_type), (gst_pngdec_base_init),
25756         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
25757         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
25758         * ext/libpng/gstpngdec.h:
25759         Added png decoder.
25760
25761 2004-07-16  Julien MOUTTE  <julien@moutte.net>
25762
25763         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
25764         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
25765         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
25766         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25767         (gst_ximagesink_buffer_alloc):
25768         * sys/ximage/ximagesink.h:
25769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25770         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25771         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25772         (gst_xvimagesink_buffer_alloc):
25773         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
25774         again. Using internal data pointer of the x(v)image to store image's
25775         data to be coherent with the buffer alloc mechanism. Investigated the
25776         image destruction code to be sure that everything gets freed correctly.
25777
25778 2004-07-16  Wim Taymans  <wim@fluendo.com>
25779
25780         * gst-libs/gst/riff/riff-read.c:
25781         (gst_riff_read_strf_vids_with_data),
25782         (gst_riff_read_strf_auds_with_data):
25783         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25784         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25785         Make sure we don't create 0 sized subbuffers in riff-read.
25786         Signal the no more pads signal after reading the avi header.
25787
25788 2004-07-16  Wim Taymans  <wim@fluendo.com>
25789
25790         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25791         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25792         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25793         (gst_decode_bin_init), (gst_decode_bin_dispose),
25794         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25795         (no_more_pads), (close_link), (type_found),
25796         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25797         (gst_decode_bin_change_state), (plugin_init):
25798         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25799         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25800         (gst_play_base_bin_dispose), (queue_overrun),
25801         (gen_preroll_element), (remove_prerolls), (unknown_type),
25802         (no_more_pads), (new_stream), (setup_source),
25803         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25804         (play_base_eos), (gst_play_base_bin_change_state),
25805         (gst_play_base_bin_add_element),
25806         (gst_play_base_bin_remove_element),
25807         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25808         (gst_play_base_bin_unlink_stream),
25809         (gst_play_base_bin_get_streaminfo):
25810         * gst/playback/gstplaybasebin.h:
25811         Better error recovery. Added configurable preroll queue size. Faster
25812         detection of no-more-pads.
25813
25814 2004-07-16  Wim Taymans  <wim@fluendo.com>
25815
25816         * gst-libs/gst/video/video.h:
25817         Added 32 bits RGBA. Not sure if we should use another mime-type
25818         for alpha rgb. Currently the presence of the alpha_mask property
25819         signals an alpha channel.
25820
25821 2004-07-16  Wim Taymans  <wim@fluendo.com>
25822
25823         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25825         FPS seems to be 0.0 to MAX everywhere else.
25826
25827 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25828
25829         * gst-libs/gst/riff/riff-media.c:
25830         (gst_riff_create_video_caps_with_data):
25831           mp42/mp43 (no caps) exist too.
25832         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
25833           Set pixel_width/height; we've got them in-caps.
25834         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25835         * gst/wavparse/gstwavparse.c: (plugin_init):
25836           Both are valid primary.
25837         * sys/oss/gstossmixer.c:
25838           Remove i18n hack and enable translations.
25839
25840 2004-07-15  Benjamin Otte  <otte@gnome.org>
25841
25842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25843         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25844           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
25845
25846 2004-07-15  Benjamin Otte  <otte@gnome.org>
25847
25848         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25849         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
25850         (gst_alsa_close_audio):
25851           disable some of the debugging code for now. Writing debugging to a
25852           buffer is broken in current alsalib releases.
25853
25854 2004-07-12  Benjamin Otte  <otte@gnome.org>
25855
25856         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
25857           use bufferpools
25858
25859 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25860
25861         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25862         (theora_dec_src_query), (theora_dec_event):
25863         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
25864           add debugging categories.  Remove \n's.
25865
25866 2004-07-13  Johan Dahlin  <johan@gnome.org>
25867
25868         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
25869         (gst_play_bin_get_property): Impl.
25870
25871 2004-07-13  Wim Taymans  <wim@fluendo.com>
25872
25873         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
25874         When trying to find the stream length, seek back N pages
25875         instead of just one, where N is the number of streams in
25876         the current chain.
25877
25878 2004-07-13  Wim Taymans  <wim@fluendo.com>
25879
25880         * gst-libs/gst/riff/riff-media.c:
25881         (gst_riff_create_audio_caps_with_data),
25882         (gst_riff_create_audio_caps),
25883         (gst_riff_create_audio_template_caps):
25884         * gst-libs/gst/riff/riff-media.h:
25885         * gst-libs/gst/riff/riff-read.c:
25886         (gst_riff_read_strf_vids_with_data),
25887         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
25888         * gst-libs/gst/riff/riff-read.h:
25889         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25890         (gst_avi_demux_add_stream):
25891         Set codec_data on caps for avidemuxer.
25892
25893 2004-07-12  David Schleef  <ds@schleef.org>
25894
25895         * configure.ac: Fix test for Objective C
25896
25897 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
25898         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
25899         (gst_gdk_pixbuf_chain):
25900           Add svg and pcx to template caps, and ensure that getcaps returns a
25901           subset of the template caps.
25902           Copy each row manually for output, as gdkpixbuf may pad the
25903           rowstride to a 32-bit word boundary.
25904
25905 2004-07-12  Wim Taymans  <wim@fluendo.com>
25906
25907         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
25908         (gst_riff_create_video_template_caps):
25909         Fix the template caps to include some more media types.
25910
25911 2004-07-12  Wim Taymans  <wim@fluendo.com>
25912
25913         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25914         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25915         (compare_ranks), (print_feature), (gst_decode_bin_init),
25916         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25917         (try_to_link_1), (new_pad), (close_link), (type_found),
25918         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25919         (gst_decode_bin_change_state), (plugin_init):
25920         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25921         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25922         (gst_play_base_bin_dispose), (queue_overrun),
25923         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25924         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25925         (gst_play_base_bin_get_property), (play_base_eos),
25926         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25927         (gst_play_base_bin_remove_element),
25928         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25929         (gst_play_base_bin_unlink_stream),
25930         (gst_play_base_bin_get_streaminfo):
25931         * gst/playback/gstplaybasebin.h:
25932         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25933         (gst_play_bin_class_init), (gst_play_bin_init),
25934         (gst_play_bin_dispose), (gst_play_bin_set_property),
25935         (gst_play_bin_get_property), (gen_video_element),
25936         (gen_audio_element), (remove_sinks), (setup_sinks),
25937         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25938         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25939         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25940         (gst_play_bin_query), (plugin_init):
25941         * gst/playback/test4.c: (main):
25942         More fixes on reusing of the element.
25943
25944 2004-07-11  Benjamin Otte  <otte@gnome.org>
25945
25946         * ext/mad/gstmad.c: (normal_seek):
25947           allow seeking for other methods than just SET
25948
25949 2004-07-11  Andy Wingo  <wingo@pobox.com>
25950
25951         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
25952         float, "any" caps -> buffer_frames=[0,MAX].
25953
25954         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
25955         doesn't intersect our caps with the template any more. Do it
25956         ourselves.
25957         (interleave_buffered_loop): Use g_newa instead of malloc/free.
25958
25959 2004-07-09  Wim Taymans  <wim@fluendo.com>
25960
25961         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25962         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25963         (compare_ranks), (print_feature), (gst_decode_bin_init),
25964         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25965         (try_to_link_1), (new_pad), (close_link), (type_found),
25966         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25967         (gst_decode_bin_change_state), (plugin_init):
25968         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25969         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25970         (gst_play_base_bin_dispose), (queue_overrun),
25971         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25972         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25973         (gst_play_base_bin_get_property), (play_base_eos),
25974         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25975         (gst_play_base_bin_remove_element),
25976         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25977         (gst_play_base_bin_unlink_stream),
25978         (gst_play_base_bin_get_streaminfo):
25979         * gst/playback/gstplaybasebin.h:
25980         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25981         (gst_play_bin_class_init), (gst_play_bin_init),
25982         (gst_play_bin_dispose), (gst_play_bin_set_property),
25983         (gst_play_bin_get_property), (gen_video_element),
25984         (gen_audio_element), (remove_sinks), (setup_sinks),
25985         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25986         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25987         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25988         (gst_play_bin_query), (plugin_init):
25989         * gst/playback/test4.c: (main):
25990         Work on object reuse and seeking.
25991
25992 2004-07-09  Wim Taymans  <wim@fluendo.com>
25993
25994         * examples/seeking/seek.c: (iterate):
25995         Don't consume all CPU in the idle loop.
25996
25997 2004-07-09  Wim Taymans  <wim@fluendo.com>
25998
25999         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
26000         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
26001         Add pad to element *after* setting the pad functions so that
26002         the scheduler can use the correct ones.
26003
26004 2004-07-09  Wim Taymans  <wim@fluendo.com>
26005
26006         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26007         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
26008         Sync to keyframe after seek
26009
26010 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26011
26012         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26013         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26014         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
26015         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
26016         * ext/libvisual/visual.c: (gst_visual_change_state):
26017         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
26018         * ext/theora/theoradec.c: (theora_dec_change_state):
26019         * ext/theora/theoraenc.c: (theora_enc_change_state):
26020         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
26021         * gst-libs/gst/navigation/navigation.c:
26022         * gst/adder/gstadder.c: (gst_adder_change_state):
26023         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26024         (gst_audio_convert_get_buffer):
26025         * gst/multipart/multipartdemux.c:
26026         (gst_multipart_demux_change_state):
26027         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
26028         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26029         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26030         * gst/videoscale/gstvideoscale.c:
26031         (gst_videoscale_handle_src_event):
26032         * gst/volume/gstvolume.c: (volume_chain_int16):
26033           don't assert in state change, this should be done by the base
26034           GstElement class.
26035           various debugging fixes.
26036
26037 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26038
26039         * configure.ac:
26040         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26041         (gst_play_dispose), (gst_play_set_location),
26042         (gst_play_set_data_src), (gst_play_set_video_sink),
26043         (gst_play_set_audio_sink), (gst_play_set_visualization),
26044         (gst_play_connect_visualization), (gst_play_get_sink_element),
26045         (gst_play_get_all_by_interface):
26046         * gst-libs/gst/play/play.h:
26047           add new method to get elements implementing an interface.
26048           add various error logging
26049
26050 2004-07-08  Wim Taymans  <wim@fluendo.com>
26051
26052         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
26053         (make_mpeg_pipeline), (make_mpegnt_pipeline),
26054         (make_playerbin_pipeline), (query_durations_elems),
26055         (query_durations_pads), (query_positions_elems),
26056         (query_positions_pads), (update_scale), (iterate), (stop_seek),
26057         (main):
26058         Added playbin seeking example.
26059
26060 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26061
26062         * gst-libs/gst/play/play.c: (gst_play_set_location),
26063         (gst_play_set_data_src), (gst_play_set_video_sink),
26064         (gst_play_set_audio_sink), (gst_play_set_visualization),
26065         (gst_play_connect_visualization), (gst_play_get_framerate):
26066           use a macro to look up elements from hash table
26067
26068 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26069
26070         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26071         (gst_play_get_length_callback), (gst_play_set_location),
26072         (gst_play_seek_to_time), (gst_play_set_data_src),
26073         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26074         (gst_play_set_visualization), (gst_play_connect_visualization),
26075         (gst_play_get_sink_element):
26076         - add debugging info
26077         - fix looking up sink elements by iterating over complete caps
26078         - put everything except for source and autoplugger in a complete bin
26079
26080 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26081
26082         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
26083         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
26084         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
26085         (gst_alsa_sink_write), (gst_alsa_sink_loop):
26086         * ext/alsa/gstalsasink.h:
26087         - add debugging info
26088         - clean up schizophrenia of data/buffer/event
26089         - fix double event unref error
26090
26091 2004-07-08  Wim Taymans  <wim@fluendo.com>
26092
26093         * gst/playback/Makefile.am:
26094         Add headers to noinst
26095
26096 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26097
26098         * tools/gst-launch-ext-m.m:
26099         * tools/gst-launch-ext.1.in:
26100           convert to the third millenium
26101
26102 2004-07-07  David Schleef  <ds@schleef.org>
26103
26104         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
26105
26106 2004-07-07  Wim Taymans  <wim@fluendo.com>
26107
26108         * gst/playback/Makefile.am:
26109         * gst/playback/README:
26110         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26111         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26112         (compare_ranks), (print_feature), (gst_decode_bin_init),
26113         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26114         (try_to_link_1), (new_pad), (close_link), (type_found),
26115         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26116         (plugin_init):
26117         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26118         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26119         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26120         (gen_preroll_element), (no_more_pads), (new_stream),
26121         (setup_source), (gst_play_base_bin_set_property),
26122         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26123         (gst_play_base_bin_add_element),
26124         (gst_play_base_bin_remove_element),
26125         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26126         (gst_play_base_bin_unlink_stream),
26127         (gst_play_base_bin_get_streaminfo):
26128         * gst/playback/gstplaybasebin.h:
26129         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26130         (gst_play_bin_class_init), (gst_play_bin_init),
26131         (gst_play_bin_dispose), (gst_play_bin_set_property),
26132         (gst_play_bin_get_property), (gen_video_element),
26133         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26134         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26135         (gst_play_bin_get_formats), (gst_play_bin_convert),
26136         (gst_play_bin_get_query_types), (gst_play_bin_query),
26137         (plugin_init):
26138         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26139         (gst_stream_info_get_type), (gst_stream_info_class_init),
26140         (gst_stream_info_init), (gst_stream_info_new),
26141         (gst_stream_info_dispose), (gst_stream_info_set_property),
26142         (gst_stream_info_get_property):
26143         * gst/playback/gststreaminfo.h:
26144         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26145         (main):
26146         * gst/playback/test2.c: (main):
26147         * gst/playback/test3.c: (update_scale), (main):
26148         More playbin fixes. Added README. Do better element filtering.
26149         Added base class to preroll media. Added test apps.
26150
26151 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26152
26153         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26154         * ext/mpeg2dec/gstmpeg2dec.h:
26155           various debugging improvements.  Reset stream to next picture
26156           instead of sequence header, otherwise seeks cannot work.
26157
26158 2004-07-07  Wim Taymans  <wim@fluendo.com>
26159
26160         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26161         (gst_video_box_class_init), (gst_video_box_set_property),
26162         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26163         Use pad_alloc where possible.
26164
26165 2004-07-07  Wim Taymans  <wim@fluendo.com>
26166
26167         * sys/oss/gstosselement.c: (gst_osselement_reset),
26168         (gst_osselement_parse_caps):
26169         * sys/oss/gstosselement.h:
26170         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26171         Fix offset on osssrc.
26172
26173 2004-07-07  Wim Taymans  <wim@fluendo.com>
26174
26175         * ext/theora/theora.c: (plugin_init):
26176         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26177         (theora_dec_src_query), (theora_dec_chain):
26178         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26179         (theora_enc_sink_link), (theora_buffer_from_packet),
26180         (theora_push_packet), (theora_enc_chain):
26181         Fix theora granulepos calculation.
26182         Fix overflow in duration/position calculation.
26183         Bump rank to PRIMARY for theoradec.
26184         Use granulepos of last packet to calculate position.
26185         Set keyframe flag on buffers when needed.
26186
26187 2004-07-06  David Schleef  <ds@schleef.org>
26188
26189         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26190         serious?  (Fixed, obviously.)
26191
26192 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26193
26194         * po/LINGUAS:
26195         * po/cs.po:
26196           added Czech translation (Miloslav Trmac)
26197
26198 2004-07-05  Wim Taymans  <wim@fluendo.com>
26199
26200         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26201         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26202         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26203         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26204         (close_link), (type_found), (gst_decode_bin_set_property),
26205         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26206         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26207         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26208         (gst_decode_bin_query), (plugin_init):
26209         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26210         (gst_play_bin_class_init), (gst_play_bin_init),
26211         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26212         (get_video_element), (new_pad), (setup_source),
26213         (gst_play_bin_set_property), (gst_play_bin_get_property),
26214         (gst_play_bin_change_state), (gst_play_bin_add_element),
26215         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26216         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26217         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26218         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26219         * gst/playback/test.c: (main):
26220         More fixes, cleaned up playbin, make it use decodebin. Added
26221         threaded property to playbin.
26222
26223 2004-07-05  Wim Taymans  <wim@fluendo.com>
26224
26225         * configure.ac:
26226         * gst/playback/Makefile.am:
26227         * gst/playback/decodetest.c: (main):
26228         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26229         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26230         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26231         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26232         (close_link), (type_found), (gst_decode_bin_set_property),
26233         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26234         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26235         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26236         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26237         (plugin_init):
26238         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26239         (gst_play_bin_class_init), (gst_play_bin_init),
26240         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26241         (collect_sink_pads), (find_compatibles), (close_pad_link),
26242         (try_to_link_1), (new_pad), (close_link), (type_found),
26243         (setup_source), (gst_play_bin_set_property),
26244         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26245         (compare_ranks), (gst_play_bin_collect_factories),
26246         (gst_play_bin_change_state), (gst_play_bin_add_element),
26247         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26248         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26249         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26250         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26251         * gst/playback/test.c: (main):
26252         Added some playback helper elements and some test apps, very alpha
26253         still.
26254
26255 2004-07-04  Benjamin Otte  <otte@gnome.org>
26256
26257         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26258           only restart audio when we indeed have an xrun to fix repeated
26259           xruns. Fix suggested by Giuliano Pochini.
26260
26261 2004-07-03  David Schleef  <ds@schleef.org>
26262
26263         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26264         call to gst_debug_log() if debugging is disabled (bug #145118)
26265
26266 2004-07-03  Benjamin Otte  <otte@gnome.org>
26267
26268         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26269           use our own functions for restarting the alsa device.
26270         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26271           I should apply patches myself - use MIN for the third argument, not
26272           the second, this fixes seeking
26273
26274 2004-07-02  David Schleef  <ds@schleef.org>
26275
26276         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26277         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26278         do with the logic.
26279
26280 2004-07-02  David Schleef  <ds@schleef.org>
26281
26282         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26283         output buffers.  Fix logic mistake.  (bug #144866)
26284
26285 2004-07-02  David Schleef  <ds@schleef.org>
26286
26287         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26288         on X.  (bug #144753)
26289
26290 2004-07-02  David Schleef  <ds@schleef.org>
26291
26292         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26293         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26294         (bug #144624)
26295         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26296         (gst_osselement_rate_probe_check): Add another workaround for
26297         buggy drivers (bug #145336)
26298
26299 2004-07-02  David Schleef  <ds@schleef.org>
26300
26301         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26302         Most systems don't have MSG_NOSIGNAL.
26303
26304 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26305
26306         * Makefile.am:
26307         * gst-libs/gst/colorbalance/Makefile.am:
26308         * gst-libs/gst/mixer/Makefile.am:
26309         * gst-libs/gst/play/Makefile.am:
26310         * gst-libs/gst/tuner/Makefile.am:
26311           (hopefully) fix both install and dist and make error message useful.
26312           needs testing across automakes.
26313
26314 2004-07-02  Benjamin Otte  <otte@gnome.org>
26315
26316         * ext/ogg/gstogg.c: (plugin_init):
26317           we require bytestream now
26318         * ext/ogg/gstoggdemux.c:
26319           huge diff to implement chain setup in a fast and generic way. This
26320           improves tag reading and startup of huge files (read: Theora videos)
26321           quite a bit. It probably contains bugs, too, so please test.
26322           Seeking is not improved to the fast method.
26323
26324 2004-06-29  Wim Taymans  <wim@fluendo.com>
26325
26326         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26327         * ext/ogg/gstoggmux.c:
26328         Fix memleak in oggdemux when running unconnected pads.
26329         doc update in mux, start working on keyframe mode.
26330
26331 2004-06-29  Benjamin Otte  <otte@gnome.org>
26332
26333         * sys/oss/gstosssink.c:
26334         * sys/oss/gstosssrc.c:
26335           advertise correct template caps - we indeed do non-native endianness
26336           and 8bit audio has no endianness
26337         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26339           avoid (wrong) duplications in getcaps function and return
26340           template caps
26341
26342 2004-06-29  Wim Taymans  <wim@fluendo.com>
26343
26344         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26345         (gst_multifdsink_class_init), (gst_multifdsink_add),
26346         (gst_multifdsink_remove), (gst_multifdsink_clear),
26347         (gst_multifdsink_client_remove),
26348         (gst_multifdsink_handle_client_read),
26349         (gst_multifdsink_client_queue_data),
26350         (gst_multifdsink_client_queue_caps),
26351         (gst_multifdsink_client_queue_buffer),
26352         (gst_multifdsink_handle_client_write),
26353         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26354         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26355         (gst_multifdsink_init_send), (gst_multifdsink_close):
26356         Fix wrong GList iteration that could crash the server when
26357         more then 2 clients disconnect at the same time. Read all the
26358         pending commands in one batch to recover from command storms under
26359         very heavy load.
26360
26361 2004-06-28  Wim Taymans  <wim@fluendo.com>
26362
26363         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26364         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26365         (gst_videomixer_pad_set_property),
26366         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26367         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26368         (gst_videomixer_class_init), (gst_videomixer_init),
26369         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26370         (pad_zorder_compare), (gst_videomixer_sort_pads),
26371         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26372         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26373         (gst_videomixer_update_queues), (gst_videomixer_loop),
26374         (plugin_init):
26375         Avoid divide by zero, choose masterpad as the pad with the highest
26376         framerate.
26377
26378 2004-06-27  Julien Moutte  <julien@moutte.net>
26379
26380         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26381         (gst_ximagesink_xwindow_new):
26382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26383         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26384         function directly. We might want to call it from somewhere else one day.
26385
26386 2004-06-27  Julien Moutte  <julien@moutte.net>
26387
26388         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26389         (gst_ximagesink_xwindow_new):
26390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26391         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26392         window decorations.
26393
26394 2004-06-27  Wim Taymans  <wim@fluendo.com>
26395
26396         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26397         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26398         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26399         (gst_dvdec_set_property), (gst_dvdec_get_property):
26400         * ext/dv/gstdvdec.h:
26401         Implement drop_factor property to lower the framerate with
26402         a factor.
26403
26404 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26405
26406         * gst-libs/gst/colorbalance/Makefile.am:
26407         * gst-libs/gst/mixer/Makefile.am:
26408         * gst-libs/gst/play/Makefile.am:
26409         * gst-libs/gst/tuner/Makefile.am:
26410           unbreak Company's fix that didn't install the -enum.h files
26411
26412 2004-06-27  Wim Taymans  <wim@fluendo.com>
26413
26414         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26415         (gst_dvdec_change_state):
26416         * ext/dv/gstdvdec.h:
26417         Fix timestamp, duration and offset of the buffers.
26418
26419 2004-06-27  Wim Taymans  <wim@fluendo.com>
26420
26421         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26422         (gst_multifdsink_class_init), (gst_multifdsink_add),
26423         (gst_multifdsink_remove), (gst_multifdsink_clear),
26424         (gst_multifdsink_client_remove),
26425         (gst_multifdsink_handle_client_read),
26426         (gst_multifdsink_client_queue_data),
26427         (gst_multifdsink_client_queue_caps),
26428         (gst_multifdsink_client_queue_buffer),
26429         (gst_multifdsink_handle_client_write),
26430         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26431         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26432         (gst_multifdsink_init_send), (gst_multifdsink_close):
26433         * gst/tcp/gstmultifdsink.h:
26434         * gst/tcp/gsttcpserversink.c:
26435         (gst_tcpserversink_handle_server_read),
26436         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26437         More multifdsink fixes, more recovery policy fixes.
26438         Removed stupid g_print
26439
26440 2004-06-26  Wim Taymans  <wim@fluendo.com>
26441
26442         * gst/tcp/Makefile.am:
26443         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26444         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26445         (gst_multifdsink_class_init), (gst_multifdsink_init),
26446         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26447         (gst_multifdsink_handle_client_read),
26448         (gst_multifdsink_client_queue_data),
26449         (gst_multifdsink_client_queue_caps),
26450         (gst_multifdsink_client_queue_buffer),
26451         (gst_multifdsink_handle_client_write),
26452         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26453         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26454         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26455         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26456         (gst_multifdsink_close), (gst_multifdsink_change_state):
26457         * gst/tcp/gstmultifdsink.h:
26458         * gst/tcp/gsttcpplugin.c: (plugin_init):
26459         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26460         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26461         (gst_tcpserversink_handle_server_read),
26462         (gst_tcpserversink_handle_select),
26463         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26464         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26465         * gst/tcp/gsttcpserversink.h:
26466         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26467         one of the locks, added recovery policy to multifdsink.
26468
26469 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26470
26471         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26472           fix decision for when getting frames with same timestamp
26473         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26474         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26475         (gst_v4lsrc_get_property):
26476         * sys/v4l/gstv4lsrc.h:
26477           add latency offset property
26478
26479 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26480
26481         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26482         (plugin_init):
26483           fix debugging. add category.
26484
26485 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26486
26487         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26488           fix wrong offsets
26489
26490 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26491
26492         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26493         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26494         (gst_alsa_src_change_state):
26495           return a time that is in sync with the element's processing
26496
26497 2004-06-25  Wim Taymans  <wim@fluendo.com>
26498
26499         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26500         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26501         (gst_tcpserversink_client_remove),
26502         (gst_tcpserversink_handle_client_read),
26503         (gst_tcpserversink_client_queue_data),
26504         (gst_tcpserversink_client_queue_caps),
26505         (gst_tcpserversink_client_queue_buffer),
26506         (gst_tcpserversink_handle_client_write),
26507         (gst_tcpserversink_queue_buffer),
26508         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26509         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26510         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26511         (gst_tcpserversink_close):
26512         * gst/tcp/gsttcpserversink.h:
26513         Serversink rewrite. Really do non blocking writes to clients and
26514         maintain an internal queue to handle slower clients while not
26515         disturbing fast clients.
26516
26517 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26518
26519         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26520           better debug, don't override OFFSET and OFFSET_END
26521
26522 2004-06-25  Iain <iain@prettypeople.org>
26523
26524         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26525         name=source for the wavparse pipeline.
26526
26527 2004-06-24  Johan Dahlin  <johan@gnome.org>
26528
26529         * ext/theora/theoraenc.c (theora_enc_chain): Call
26530         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26531         streamheader caps are set correctly.
26532
26533 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26534
26535         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26536         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26537           respect minimum bitrate; same could be done for max bitrate
26538
26539 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26540
26541         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26542         (gst_vorbisenc_setup):
26543           fix sample rate range
26544
26545 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26546
26547         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26548         (gst_oggvorbisenc_setup):
26549         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26550         (gst_vorbisenc_setup):
26551           resolve ambiguities in code and description
26552
26553 2004-06-24  Wim Taymans  <wim@fluendo.com>
26554
26555         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26556         * ext/alsa/gstalsa.h:
26557         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26558         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26559         Use alsa trigger_tstamp to get the timestamp of the first
26560         sample in the buffer for more precise sync. Some cleanups.
26561
26562 2004-06-24  Wim Taymans  <wim@fluendo.com>
26563
26564         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26565         (gst_audiorate_init), (gst_audiorate_chain),
26566         (gst_audiorate_set_property), (gst_audiorate_get_property):
26567         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26568         (gst_videorate_chain):
26569         Added some logging, fixed an overflow bug in videorate.
26570
26571 2004-06-24  Benjamin Otte  <otte@gnome.org>
26572
26573         * ext/kio/Makefile.am:
26574           fix for builddir != srcdir and distcheck
26575
26576 2004-06-24  Benjamin Otte  <otte@gnome.org>
26577
26578         * gst-libs/gst/colorbalance/Makefile.am:
26579         * gst-libs/gst/mixer/Makefile.am:
26580         * gst-libs/gst/play/Makefile.am:
26581         * gst-libs/gst/tuner/Makefile.am:
26582         * gst/tcp/Makefile.am:
26583         * sys/dxr3/Makefile.am:
26584           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26585           tarball.
26586           Also add all *.list files that were missing.
26587         * Makefile.am:
26588           add a distcheck hook to ensure the above doesn't happen again.
26589
26590 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26591
26592         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26593
26594 2004-06-23  Colin Walters  <walters@redhat.com>
26595
26596         * m4/Makefile.am: Distribute gst-fionread.m4.
26597
26598 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26599
26600         * configure.ac: back to dev
26601
26602 2004-06-23  Wim Taymans  <wim@fluendo.com>
26603
26604         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26605         (gst_alsa_xrun_recovery):
26606         * ext/alsa/gstalsa.h:
26607         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26608         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26609         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26610         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26611         (gst_alsa_src_loop):
26612         Add clock to alsasrc. Take new capture timestamp when
26613         restarting after an overrun. Split up some functions between
26614         alsasrc and alsasink.
26615
26616 === release 0.8.2 ===
26617
26618 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26619
26620         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26621         (gst_alsa_change_state), (gst_alsa_update_avail),
26622         (gst_alsa_xrun_recovery):
26623         * ext/alsa/gstalsa.h:
26624         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26625           merge back changes from release
26626
26627 2004-06-23  Wim Taymans  <wim@fluendo.com>
26628
26629         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26630         (gst_audiorate_init), (gst_audiorate_chain),
26631         (gst_audiorate_set_property), (gst_audiorate_get_property):
26632         Implement sample dropping and notify
26633
26634 2004-06-22  Wim Taymans  <wim@fluendo.com>
26635
26636         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26637         (theora_enc_sink_link), (theora_buffer_from_packet),
26638         (theora_push_packet), (theora_enc_chain):
26639         Some cleanups, make sure the timestamps are correct.
26640
26641 2004-06-22  Wim Taymans  <wim@fluendo.com>
26642
26643         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26644         (gst_alsa_change_state), (gst_alsa_update_avail),
26645         (gst_alsa_xrun_recovery):
26646         * ext/alsa/gstalsa.h:
26647         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26648         Cleanups, take queued samples into account when reporting
26649         the time.
26650
26651 2004-06-22  Wim Taymans  <wim@fluendo.com>
26652
26653         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26654         (gst_videorate_init):
26655         Initialize the property as well.
26656
26657 2004-06-22  Wim Taymans  <wim@fluendo.com>
26658
26659         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26660         (gst_videorate_init), (gst_videorate_chain),
26661         (gst_videorate_set_property), (gst_videorate_get_property):
26662         Add property to make videorate silent.
26663         Add property to prefer new frames over old ones.
26664
26665 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26666
26667         * sys/osxvideo/Makefile.am:
26668         Workaround so that the osxvideo .so file gets linked with the
26669         Cocoa, OpenGL and QuickTime frameworks
26670
26671 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26672
26673         * sys/osxaudio/Makefile.am:
26674         Workaround so that the osxaudio .so file gets linked with the
26675         CoreAudio framework
26676
26677 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26678
26679         * configure.ac:
26680         Whoops, my fault...fixed build issues
26681
26682 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26683
26684         * configure.ac:
26685         Add objective-c support if running in Darwin/Mac OS X
26686         * sys/Makefile.am:
26687         * sys/osxvideo:
26688         * sys/osxvideo/Makefile.am:
26689         * sys/osxvideo/osxvideosink.h:
26690         * sys/osxvideo/osxvideosink.m:
26691         * sys/osxvideo/cocoawindow.h:
26692         * sys/osxvideo/cocoawindow.m:
26693         Add osxvideosink, a cocoa-based osx video sink
26694
26695
26696 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
26697         * ext/dvdnav/gst-dvd:
26698         Grab the gconf key from the right spot
26699         * gst/debug/gstnavseek.c: (gst_navseek_init),
26700         (gst_navseek_segseek), (gst_navseek_handle_src_event),
26701         (gst_navseek_chain):
26702         * gst/debug/gstnavseek.h:
26703           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
26704           and loop parameters of a segment seek.
26705         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
26706         (gst_videotestsrc_get_event_masks),
26707         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26708         * gst/videotestsrc/gstvideotestsrc.h:
26709           Add seeking support to videotestsrc
26710           Initialise the timestamp_offset variable.
26711
26712 2004-06-18  Wim Taymans  <wim@fluendo.com>
26713
26714         * ext/sidplay/gstsiddec.cc:
26715         Fix negotiation and set correct end offset.
26716
26717 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26718
26719         * configure.ac: branch and prerelease
26720
26721 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26722
26723         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
26724         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
26725         (gst_tcpclientsrc_init_receive):
26726         * gst/tcp/gsttcpclientsrc.h:
26727           read caps when connecting to server for GDP so we set them correctly
26728
26729 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26730
26731         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26732           notify drops and duplicates
26733         * gst/videoscale/videoscale.c: (videoscale_get_structure):
26734           no good reason to limit ourselves to 100x100
26735
26736 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26737
26738         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26739         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
26740         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26741         (gst_v4lsrc_get_property):
26742         * sys/v4l/gstv4lsrc.h:
26743         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26744         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26745         (gst_v4l_set_audio):
26746         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
26747         (gst_v4lsrc_try_capture):
26748         * sys/v4l/v4lsrc_calls.h:
26749           change try_palette to more general try_capture
26750           add autoprobe option so we can turn off autoprobing
26751           various fixes
26752
26753 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26754
26755         * configure.ac:
26756           add videorate
26757         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
26758         (gst_ximagesink_class_init):
26759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
26760         (gst_xvimagesink_class_init):
26761           run them as finalize, not dispose, since dispose can be invoked
26762           multiple times
26763
26764 2004-06-17  Wim Taymans  <wim@fluendo.com>
26765
26766         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26767         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
26768         * ext/alsa/gstalsa.h:
26769         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
26770         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
26771         (gst_alsa_src_change_state):
26772         * ext/alsa/gstalsasrc.h:
26773         Make the xrun code timestamp and offset the buffers correctly.
26774         moved the clock to the base class, use alsa methods to get time.
26775         Do correct timestamping on outgoing buffers.
26776
26777 2004-06-17  Wim Taymans  <wim@fluendo.com>
26778
26779         * gst/audiorate/Makefile.am:
26780         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
26781         (gst_audiorate_base_init), (gst_audiorate_class_init),
26782         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
26783         (gst_audiorate_set_property), (gst_audiorate_get_property),
26784         (gst_audiorate_change_state), (plugin_init):
26785         Added an audiorate converter that fills in gaps.
26786
26787 2004-06-17  Johan Dahlin  <johan@gnome.org>
26788
26789         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
26790
26791 2004-06-16  Wim Taymans  <wim@fluendo.com>
26792
26793         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
26794         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26795         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26796         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26797         (gst_v4lsrc_get_property):
26798         * sys/v4l/gstv4lsrc.h:
26799         Added a copy mode to v4lsrc where it will output a copied version
26800         of its internal hardware buffer.
26801         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
26802         can't | them.
26803
26804 2004-06-16  Wim Taymans  <wim@fluendo.com>
26805
26806         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26807         Timestamp fixes.
26808
26809 2004-06-16  Wim Taymans  <wim@fluendo.com>
26810
26811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26812         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26813         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26814         (gst_v4lsrc_get_property):
26815         * sys/v4l/gstv4lsrc.h:
26816         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
26817         Added a sync mode enum property to control v4lsrc timestamp method
26818         Removed the use-fixed-fps property and moved functionality in
26819         the enum.
26820         Don't error on an error value from v4l-conf, it might not always
26821         be a real error.
26822
26823 2004-06-16  Wim Taymans  <wim@fluendo.com>
26824
26825         * gst/videorate/Makefile.am:
26826         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
26827         (gst_videorate_base_init), (gst_videorate_class_init),
26828         (gst_videorate_getcaps), (gst_videorate_link),
26829         (gst_videorate_init), (gst_videorate_chain),
26830         (gst_videorate_set_property), (gst_videorate_get_property),
26831         (gst_videorate_change_state), (plugin_init):
26832         Added a video timestamp corrector.
26833
26834 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26835
26836         fixed a potential leak with previous commit
26837
26838         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26839
26840 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26841
26842         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26843         Added missing refcount, fixes bug #144425
26844         Cheers Tim for finding the bug
26845
26846 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26847
26848         * sys/v4l/gstv4l.c: (plugin_init):
26849         * sys/v4l/gstv4lcolorbalance.c:
26850         * sys/v4l/gstv4lcolorbalance.h:
26851         * sys/v4l/gstv4lelement.c:
26852         * sys/v4l/gstv4lelement.h:
26853         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
26854         * sys/v4l/gstv4lmjpegsink.h:
26855         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26856         * sys/v4l/gstv4lmjpegsrc.h:
26857         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26858         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26859         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
26860         * sys/v4l/gstv4lsrc.h:
26861         * sys/v4l/gstv4ltuner.c:
26862         * sys/v4l/gstv4ltuner.h:
26863         * sys/v4l/gstv4lxoverlay.c:
26864         * sys/v4l/gstv4lxoverlay.h:
26865         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
26866         (gst_v4l_set_window), (gst_v4l_enable_overlay):
26867         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26868         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26869         (gst_v4l_set_audio):
26870         * sys/v4l/v4l_calls.h:
26871         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
26872         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
26873         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
26874         (gst_v4lmjpegsink_playback_init),
26875         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
26876         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
26877         (gst_v4lmjpegsink_playback_stop),
26878         (gst_v4lmjpegsink_playback_deinit):
26879         * sys/v4l/v4lmjpegsink_calls.h:
26880         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
26881         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
26882         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
26883         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
26884         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
26885         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
26886         * sys/v4l/v4lmjpegsrc_calls.h:
26887         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26888         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
26889         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
26890         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
26891         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
26892         (gst_v4lsrc_try_palette):
26893         * sys/v4l/v4lsrc_calls.h:
26894           bunch of paranoia cleanups
26895
26896 2004-06-14  David Schleef  <ds@schleef.org>
26897
26898         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
26899         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
26900         Send discont events and change timestamps appropriately when
26901         we get a seek event.  (bug #144240)
26902         * ext/cdparanoia/gstcdparanoia.h:
26903
26904 2004-06-14  Benjamin Otte  <otte@gnome.org>
26905
26906         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
26907           snd_pcm_hw_params_set_rate  since the latter fails for no good
26908           reason on some setups.
26909
26910 2004-06-14  David Schleef  <ds@schleef.org>
26911
26912         * gst/volume/demo.c: (value_changed_callback): exp10() is not
26913         standard.  Thank you for playing.
26914
26915 2004-06-14  Wim Taymans  <wim@fluendo.com>
26916
26917         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
26918         Patch 1.3 broke the ordering of the colorspace info and
26919         made the plugin basically work by coincidence, reordered
26920         the info.
26921
26922 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26923
26924         * ext/lame/gstlame.c:
26925         * ext/mad/gstmad.c:
26926           sync caps.  Make sure mad can only output a list of rates, not
26927           a full range.  In the future, have three caps lists for each of the
26928           mpeg versions.  Change mpegversion to a double as well.
26929
26930 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26931
26932         * gst/volume/.cvsignore:
26933         * gst/volume/Makefile.am:
26934         * gst/volume/demo.c: (value_changed_callback), (idler),
26935         (setup_gui), (main):
26936           added small demo app
26937
26938 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
26939         * ext/esd/esdsink.c: (gst_esdsink_change_state):
26940         * ext/esd/esdsink.h:
26941         Close the esd connection on pause, because esd will just wait -
26942         blocking all other esd clients indefinitely.
26943
26944 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
26945
26946         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
26947           previous commit with GST_DEBUG
26948
26949 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
26950
26951         * configure.ac:
26952           add a header check for a dvdread header in dvdnav.  Fixes #133002
26953
26954 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26955
26956         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26957         * gst/tcp/gsttcpclientsink.h:
26958         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26959         * gst/tcp/gsttcpclientsrc.h:
26960         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
26961         (gst_tcpserversink_handle_server_read),
26962         (gst_tcpserversink_init_send):
26963         * gst/tcp/gsttcpserversink.h:
26964         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26965         * gst/tcp/gsttcpserversrc.h:
26966         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
26967         version of IP)
26968
26969 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26970
26971         * configure.ac:
26972         Added ogg library so that OSX detects libtheora properly
26973
26974 2004-06-11  Wim Taymans  <wim@fluendo.com>
26975
26976         * ext/theora/theoradec.c: (theora_dec_chain),
26977         (theora_dec_change_state):
26978         Don't try to decode frames before we received a keyframe.
26979
26980 2004-06-11  Wim Taymans  <wim@fluendo.com>
26981
26982         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26983         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26984         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26985         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26986         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26987         Added property to set the maximum delay of a page.
26988
26989 2004-06-10  Wim Taymans  <wim@fluendo.com>
26990
26991         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26992         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26993         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26994         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
26995         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
26996         Added max-delay property to control the maximum amount
26997         of data to put in one page.
26998
26999 2004-06-10  Wim Taymans  <wim@fluendo.com>
27000
27001         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27002         (gst_theora_enc_init), (theora_enc_sink_link),
27003         (theora_buffer_from_packet), (theora_enc_set_property),
27004         (theora_enc_get_property):
27005         Set duration on encoded buffer, added some more properties
27006
27007 2004-06-10  Wim Taymans  <wim@fluendo.com>
27008
27009         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27010         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27011         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27012         * ext/theora/theoraenc.c: (theora_enc_chain):
27013         Fix refcounting bugs
27014
27015 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27016
27017         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27018         (gst_asf_demux_loop), (gst_asf_demux_process_file),
27019         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
27020         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
27021         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
27022         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
27023         (gst_asf_demux_change_state):
27024         * gst/asfdemux/gstasfdemux.h:
27025           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
27026           feels like. I think we should set a new requirement for demuxers
27027           from now on to implement sane loop functions, data loops, query
27028           and seek functions before first commit into CVS. And this commit
27029           fixes all of the above.
27030
27031 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
27032
27033         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
27034           vorbis comments are properly encoded in UTF-8 before adding them
27035           to a GstTagList
27036
27037 2004-06-09  Benjamin Otte  <otte@gnome.org>
27038
27039         * ext/alsa/gstalsa.c: (add_channels):
27040           handle min <= max correctly
27041         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
27042         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
27043           add fixation functions so we fixate correctly. No preferring of alaw
27044           anymore because it's the first structure.
27045         * ext/alsa/gstalsa.h:
27046         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
27047         (gst_alsa_hw_params_dump):
27048           add functions to ease debugging in alsalib
27049         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27050         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27051         (gst_alsa_start_audio):
27052           only specify hw params if we really setup a format (fixes #134007 -
27053           or at least works around it)
27054
27055 2004-06-09  Wim Taymans  <wim@fluendo.com>
27056
27057         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27058         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
27059         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
27060         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
27061         (gst_ogg_mux_loop):
27062         Use stream caps to setup the initial pages in the ogg stream.
27063         Correctly set the streamheader caps on the srcpad.
27064
27065 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27066
27067         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27068         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27069         (gst_v4lsrc_getcaps):
27070         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27071         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
27072           add querying of fps lists for webcams.  Negotiating to a framerate
27073           now works.
27074
27075 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27076
27077         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
27078         (theora_push_buffer), (theora_push_packet),
27079         (theora_set_header_on_caps), (theora_enc_chain):
27080           mark buffers and put on streamheader, raw theora streaming
27081           now works too, whee
27082
27083 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27084
27085         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27086         (gst_tcp_gdp_read_caps):
27087           do a looping read for caps and GDP headers too
27088
27089 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27090
27091         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27092         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
27093           return EOS instead of NULL in _get
27094
27095 2004-06-08  Wim Taymans  <wim@fluendo.com>
27096
27097         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27098         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
27099         (gst_tcp_gdp_write_caps):
27100         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27101         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27102         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
27103         Memory leak fixes
27104
27105 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27106
27107         * ext/vorbis/Makefile.am:
27108         * ext/vorbis/vorbis.c: (plugin_init):
27109         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
27110         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
27111         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
27112         (vorbis_parse_change_state):
27113         * ext/vorbis/vorbisparse.h:
27114           adding a vorbisparse element that marks the buffers, streaming
27115           raw vorbis using GDP now works, whee
27116
27117 2004-06-08  Wim Taymans  <wim@fluendo.com>
27118
27119         * ext/jpeg/Makefile.am:
27120         * ext/jpeg/README:
27121         * ext/jpeg/gstjpeg.c: (plugin_init):
27122         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27123         (gst_smokedec_base_init), (gst_smokedec_class_init),
27124         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27125         * ext/jpeg/gstsmokedec.h:
27126         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27127         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27128         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27129         (gst_smokeenc_resync), (gst_smokeenc_chain),
27130         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27131         * ext/jpeg/gstsmokeenc.h:
27132         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27133         (smokecodec_flush_destination), (smokecodec_term_destination),
27134         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27135         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27136         (smokecodec_term_source), (smokecodec_encode_new),
27137         (smokecodec_decode_new), (smokecodec_info_free),
27138         (smokecodec_set_quality), (smokecodec_get_quality),
27139         (smokecodec_set_threshold), (smokecodec_get_threshold),
27140         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27141         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27142         (smokecodec_parse_header), (smokecodec_decode):
27143         * ext/jpeg/smokecodec.h:
27144         Added a new simple jpeg based codec
27145
27146 2004-06-08  Wim Taymans  <wim@fluendo.com>
27147
27148         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27149         (gst_multipart_mux_loop):
27150         Fix memory leak
27151
27152 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27153
27154         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27155         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27156         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27157         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27158         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27159         * gst/tcp/gsttcpserversink.h:
27160           take streamheader into account
27161
27162 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27163
27164         * gst/level/Makefile.am:
27165         * gst/level/gstlevel.c: (gst_level_class_init):
27166           clean up marshal generation
27167
27168 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27169
27170         * gst/tcp/Makefile.am:
27171         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27172         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27173         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27174         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27175         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27176         (gst_tcpclientsrc_get_property):
27177         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27178         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27179         (gst_tcpserversink_handle_client_read),
27180         (gst_tcpserversink_handle_client_write),
27181         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27182         * gst/tcp/gsttcpserversink.h:
27183           add signals client-added and client-removed
27184         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27185         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27186         (gst_tcpserversrc_get_property):
27187         uniformized, change default protocol to NONE
27188         * gst/tcp/gsttcp-marshal.list: added
27189 2004-06-07  Benjamin Otte  <otte@gnome.org>
27190
27191         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27192           handle discont events if they happen before caps nego
27193
27194 2004-06-07  Wim Taymans  <wim@fluendo.com>
27195
27196         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27197         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27198         (gst_multipart_demux_plugin_init):
27199         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27200         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27201         (gst_multipart_mux_change_state):
27202         Small updates, fix a memleak
27203
27204 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27205
27206         * configure.ac: OSS portability
27207         * ext/arts/gst_arts.c: idem
27208         * sys/oss/gstosselement.c: idem
27209         * sys/oss/gstossmixer.c: idem
27210         * sys/oss/gstosssink.c: idem
27211         * sys/oss/gstosssrc.c: idem
27212         * sys/oss/oss_probe.c: idem
27213           - check for soundcard.h in different places for some BSD
27214
27215 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27216
27217         * AUTHORS:
27218         Add me to the authors file
27219         * configure.ac:
27220         Increase the libdv requirement to >= version 0.100
27221         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27222         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27223         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27224         * ext/dv/gstdvdec.h:
27225         Add support for the new_media flag when sending DISCONT events
27226         Make the querying work when video pad is not linked
27227
27228 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27229
27230         reviewed by Benjamin Otte  <otte@gnome.org>
27231
27232         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27233           create a NULL-initialized array of pads, so we don't think they
27234           exist already. (fixes #143130)
27235
27236 2004-06-07  Benjamin Otte  <otte@gnome.org>
27237
27238         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27239         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27240         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27241           don't use // coments
27242
27243 2004-06-07  Benjamin Otte  <otte@gnome.org>
27244
27245         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27246           cast to GstClockTime to get higher granularity
27247         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27248           use gst_element_set_time_delay to get the exact time
27249         * ext/mad/gstmad.c: (gst_mad_chain):
27250           use the negotiated rate instead of the current frame's rate which
27251           might be wrong because of bit errors. This avoids emitting totally
27252           bogus timestamps and screwing sync.
27253         (fixes #143454)
27254
27255 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27256
27257         reviewed by Benjamin Otte  <otte@gnome.org>
27258
27259         * gst/adder/gstadder.c: (gst_adder_loop):
27260           properly error out when no negotiation has happened yet. (fixes
27261           #143032)
27262
27263 2004-06-06  Benjamin Otte  <otte@gnome.org>
27264
27265         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27266           forward correctly transformed offset in discont events. Based on
27267           patch by Arwed v. Merkatz. (fixes #142851)
27268
27269 2004-06-06  David Schleef  <ds@schleef.org>
27270
27271         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27272         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27273         problems on several systems.
27274
27275 2004-06-06  Benjamin Otte  <otte@gnome.org>
27276
27277         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27278           use explicit caps on the srcpad
27279         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27280           properly error out if caps couldn't be set (fixes #142764)
27281
27282 2004-06-06  Benjamin Otte  <otte@gnome.org>
27283
27284         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27285         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27286         (gst_alsa_start_audio):
27287           - don't call set_periods_integer anymore, it breaks the
27288           configuration randomly
27289           - call snd_pcm_hw_params_set_access directly instead of using masks
27290           - don't fail if the sw_params can't be set, just use the default
27291           params and hope it works. Alsalib has weird issues when you touch
27292           sw_params and does no proper error reporting about what failed.
27293         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27294         (gst_alsa_close_audio):
27295           make our alsa debugging go via gst debugging and not conditionally
27296           defined
27297         * ext/alsa/gstalsa.h:
27298           add ALSA_DEBUG_FLUSH macro
27299         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27300         (plugin_init):
27301           wrap alsa errors to be printed via the gst debugging system and not
27302           spammed to stderr
27303
27304 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27305
27306         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27307         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27308         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27309         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27310         (qtdemux_parse_trak):
27311         * gst/qtdemux/qtdemux.h:
27312           Bitch. Also known as seeking, querying & co.
27313         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27314         (gst_osssink_change_state):
27315         * sys/oss/gstosssink.h:
27316           Resyncing is for weenies, this hack is no longer needed and was
27317           broken anyway (since it - unintendedly - always leaves resync to
27318           TRUE).
27319
27320 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27321
27322         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27323         * gst/tcp/gsttcpclientsrc.h: idem
27324           - define MSG_NOSIGNAL if not done
27325           - include unistd.h for off_t
27326           (fixes #143749)
27327
27328 2004-06-05  Benjamin Otte  <otte@gnome.org>
27329
27330         * configure.ac:
27331         * ext/kio/Makefile.am:
27332           check for qt's moc preprocessor explicitly and use it
27333
27334 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27335
27336         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27337           don't get a signal for EPIPE on socket writes
27338           (somebody check if this works on other platforms)
27339
27340 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27341
27342         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27343         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27344           check error condition on available samples correctly
27345
27346 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27347
27348         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27349           avoid a segfault
27350         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27351         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27352         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27353         (gst_tcpserversrc_gdp_read_header):
27354          use ssize_t over size_t since the former is signed and thus the
27355          check for error codes can work
27356
27357 2004-06-02  Wim Taymans  <wim@fluendo.com>
27358
27359         reviewed by: Johan
27360
27361         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27362         (gst_multipart_mux_loop):
27363         Oops
27364
27365 2004-06-02  Wim Taymans  <wim@fluendo.com>
27366
27367         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27368         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27369         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27370         (gst_multipart_mux_change_state):
27371         Added configurable boundary specifier, added the value as a
27372         caps field as well.
27373
27374 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27375
27376         * gst/tcp/gsttcp.c:
27377         * gst/tcp/gsttcpclientsrc.c:
27378         * gst/tcp/gsttcpclientsrc.h:
27379         * gst/tcp/gsttcpserversrc.c:
27380           - portability fix, to compile on OSX
27381             (fixes #143146)
27382
27383         * sys/osxaudio/gstosxaudioelement.c:
27384         * sys/osxaudio/gstosxaudiosink.c:
27385         * sys/osxaudio/gstosxaudiosrc.c:
27386           - compilation warnings on OSX
27387             (fixes #143153)
27388
27389 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27390
27391         * ext/vorbis/vorbisdec.c : sign warning fixes
27392
27393         * gst-libs/gst/mixer/mixertrack.c :
27394           do no use defines which are glib 2.4 specific
27395
27396 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27397
27398         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27399           buffer since libflac doesn't expect it (reports a sync error when
27400           it encounters that)
27401
27402
27403 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27404
27405         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27406         * gst-libs/gst/mixer/mixertrack.c:
27407         (gst_mixer_track_get_property), (get_mixer_track_init),
27408         (get_mixer_track_get_property): Added property accessors
27409         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27410         * gst-libs/gst/mixer/mixeroptions.c:
27411         (gst_mixer_options_get_values): Added
27412         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27413         * gst-libs/gst/mixer/mixer.c: Fixed comment
27414
27415
27416 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27417
27418         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27419           improve error messages on open
27420
27421
27422 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27423
27424         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27425           check if v4l-conf is in path
27426
27427 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27428
27429         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27430           change assert to a more readable error message
27431
27432 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27433
27434         * gst-libs/gst/tuner/tunerchannel.h:
27435           - add a freq_multiplicator field to make the conversion
27436             between internal frequency unit and Hz
27437         * sys/v4l/gstv4lelement.c:
27438         * sys/v4l2/gstv4l2element.c:
27439           - change default video device to /dev/video0
27440         * sys/v4l/v4l_calls.c:
27441         * sys/v4l2/v4l2_calls.c:
27442           - we only expose frequency to the user in Hz instead of
27443             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27444
27445 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27446         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27447           Initialise b_o_s and e_o_s variables
27448         * gst-libs/gst/riff/riff-media.c:
27449         (gst_riff_create_video_caps_with_data):
27450           Add some unusual fourcc's from mplayer avi's
27451         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27452           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27453           autoplugging.
27454
27455 2004-05-28  Wim Taymans  <wim@fluendo.com>
27456
27457         * configure.ac:
27458         * gst/alpha/Makefile.am:
27459         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27460         (gst_alpha_get_type), (gst_alpha_base_init),
27461         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27462         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27463         (gst_alpha_chroma_key), (gst_alpha_chain),
27464         (gst_alpha_change_state), (plugin_init):
27465         A plugin to add an alpha channel to I420 video. Can optionally do
27466         chroma keying.
27467         * gst/multipart/Makefile.am:
27468         * gst/multipart/multipart.c: (plugin_init):
27469         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27470         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27471         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27472         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27473         (gst_multipart_demux_change_state),
27474         (gst_multipart_demux_plugin_init):
27475         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27476         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27477         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27478         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27479         (gst_multipart_mux_pad_unlink),
27480         (gst_multipart_mux_request_new_pad),
27481         (gst_multipart_mux_handle_src_event),
27482         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27483         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27484         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27485         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27486         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27487         send multipart jpeg images to a browser.
27488         * gst/videobox/Makefile.am:
27489         * gst/videobox/README:
27490         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27491         (gst_video_box_get_type), (gst_video_box_base_init),
27492         (gst_video_box_class_init), (gst_video_box_init),
27493         (gst_video_box_set_property), (gst_video_box_get_property),
27494         (gst_video_box_sink_link), (gst_video_box_i420),
27495         (gst_video_box_ayuv), (gst_video_box_chain),
27496         (gst_video_box_change_state), (plugin_init):
27497         Crops or adds borders around an image. can do alpha channel
27498         borders as well.
27499         * gst/videomixer/Makefile.am:
27500         * gst/videomixer/README:
27501         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27502         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27503         (gst_videomixer_pad_get_sink_event_masks),
27504         (gst_videomixer_pad_get_property),
27505         (gst_videomixer_pad_set_property),
27506         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27507         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27508         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27509         (gst_videomixer_base_init), (gst_videomixer_class_init),
27510         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27511         (gst_videomixer_handle_src_event),
27512         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27513         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27514         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27515         (gst_videomixer_loop), (gst_videomixer_get_property),
27516         (gst_videomixer_set_property), (gst_videomixer_change_state),
27517         (plugin_init):
27518         Generic video mixer plugin, can handle multiple inputs all with
27519         different framerates and video sizes. Is fully alpha channel
27520         aware.
27521
27522 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27523
27524         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27525           Select first track as master track. Not sure how else to handle
27526           that...
27527         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27528           Discard discont events. Should fix #142962.
27529
27530 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27531
27532         * ext/alsa/Makefile.am:
27533         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27534         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27535         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27536         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27537         (gst_alsa_mixer_get_option):
27538         * ext/alsa/gstalsamixer.h:
27539         * ext/alsa/gstalsamixeroptions.c:
27540         (gst_alsa_mixer_options_get_type),
27541         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27542         (gst_alsa_mixer_options_new):
27543         * ext/alsa/gstalsamixeroptions.h:
27544         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27545         * ext/alsa/gstalsamixertrack.h:
27546           Add enumerations (as GstMixerOptions). Make correct distinction
27547           between input/output tracks. Add capture/playback private flag.
27548           Use flag to decide on whether to set capture or playback volumes
27549           or switches. Use playback and record switches.
27550         * gst-libs/gst/mixer/Makefile.am:
27551         * gst-libs/gst/mixer/mixer-marshal.list:
27552         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27553         (gst_mixer_set_option), (gst_mixer_get_option),
27554         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27555         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27556         * gst-libs/gst/mixer/mixer.h:
27557         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27558         (gst_mixer_options_class_init), (gst_mixer_options_init),
27559         (gst_mixer_options_dispose):
27560         * gst-libs/gst/mixer/mixeroptions.h:
27561           Add GstMixerOptions.
27562         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27563           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27564           broken device detection on computers with multiple OSS sound
27565           cards.
27566
27567 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27568
27569         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27570           fixate nicely even when the peer is not negotiating
27571
27572 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27573
27574         * gst/audioconvert/gstaudioconvert.c:
27575         (gst_audio_convert_parse_caps):
27576           make sure we don't allow depth > width
27577         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27578           fixate endianness to G_BYTE_ORDER as default
27579         * gst/audioscale/gstaudioscale.c:
27580           we don't handle another endianness as host-endianness
27581
27582 2004-05-25  David Schleef  <ds@schleef.org>
27583
27584         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27585
27586 2004-05-24  Benjamin Otte  <otte@gnome.org>
27587
27588         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27589         (gst_oggvorbisenc_setup):
27590           properly fail when we can't setup the vorbis encoder due to
27591           unsupported settings
27592         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27593         (gst_vorbisenc_setup):
27594           same
27595         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27596           fix case where warnings occured when one pad was unlinked while the
27597           other's link function was called
27598
27599 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27600
27601         * gst/tcp/Makefile.am:
27602           use GST_ENABLE_NEW
27603
27604 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27605
27606         * gst-libs/gst/resample/private.h:
27607           don't use optimizations that are #if 0'ed
27608
27609 2004-05-24  Wim Taymans  <wim@fluendo.com>
27610
27611         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27612         Fix potential division by zero error and hopefully get
27613         the position query right to get correct timestamps on avi
27614         audio.
27615
27616 2004-05-24  Wim Taymans  <wim@fluendo.com>
27617
27618         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27619         (gst_videoscale_scale_nearest_str2),
27620         (gst_videoscale_scale_nearest_str4),
27621         (gst_videoscale_scale_nearest_32bit),
27622         (gst_videoscale_scale_nearest_24bit),
27623         (gst_videoscale_scale_nearest_16bit):
27624         Fix the scaling algorithm and avoid a buffer overflow.
27625         removed the while loop in the scaling function as it
27626         was used for point sampling only.
27627
27628 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27629
27630         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27631         (gst_id3_tag_class_init), (gst_id3_tag_init),
27632         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27633         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27634         (gst_id3_tag_send_tag_event):
27635           lots of fixes to make id3mux work and id3demux work correctly
27636
27637 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27638
27639         * ext/Makefile.am:
27640           add rules to build shout2send (was removed by accident
27641           when this module was no more marked experimental/broken)
27642
27643 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27644
27645         * ext/shout2/gstshout2.c:
27646         * ext/shout2/gstshout2.h:
27647           adding a "connection problem" signal to shout2send
27648           (fixes #142954)
27649
27650 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27651
27652         * ext/kio/kioreceiver.cpp:
27653         * ext/kio/kioreceiver.h:
27654           fix sign comparison issues
27655
27656 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27657
27658         * gst/cdxaparse/gstcdxaparse.c:
27659         * gst/cdxaparse/gstcdxaparse.h:
27660           some renaming
27661           add some checks/sanity
27662           prepare for seek addition
27663
27664         * sys/sunaudio/gstsunaudio.c:
27665           remove exported dupe init function
27666
27667 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
27668
27669         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
27670         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
27671           Fix format conversion and position querying.
27672         * gst/debug/progressreport.c: (gst_progressreport_report):
27673           Don't output a bogus total value that we didn't query.
27674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27675           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
27676           only a blank window after xine has been used.
27677
27678 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27679
27680         * m4/as-arts.m4:
27681           sync with upstream version to fix test on FC2
27682           readd with -ko to preserve Id header
27683
27684 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27685
27686         * configure.ac:
27687           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
27688         * gst/tcp/gsttcpclientsrc.c: idem
27689         * gst/tcp/gsttcpserversink.c: idem
27690         * gst/tcp/gsttcpserversrc.c: idem
27691         * m4/gst-fionread.m4: idem
27692
27693         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
27694
27695         * configure.ac: enable speex plugin for speex 1.1.5+
27696         * ext/speex/gstspeexenc.c: fix cast warning
27697
27698         * ext/esd/README: fix typo
27699
27700 2004-05-20  David Schleef  <ds@schleef.org>
27701
27702         * configure.ac: Minor cosmetic change to convince the buildbot to
27703         reautogen.
27704         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
27705         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
27706         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
27707         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
27708         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
27709         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
27710         More hacking.  Plays audio now.
27711
27712 2004-05-20  David Schleef  <ds@schleef.org>
27713
27714         * configure.ac:
27715         * sys/Makefile.am:
27716
27717 2004-05-20  David Schleef  <ds@schleef.org>
27718
27719         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
27720         * sys/osxaudio/gstosxaudio.c:
27721         * sys/osxaudio/gstosxaudioelement.c:
27722         * sys/osxaudio/gstosxaudioelement.h:
27723         * sys/osxaudio/gstosxaudiosink.c:
27724         * sys/osxaudio/gstosxaudiosink.h:
27725         * sys/osxaudio/gstosxaudiosrc.c:
27726         * sys/osxaudio/gstosxaudiosrc.h:
27727
27728 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27729
27730         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
27731         (gst_vorbisenc_chain):
27732           put the codec headers on the caps as streamheader as well as
27733           pushing them out
27734
27735 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27736
27737         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27738         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
27739         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
27740         split up push_packet into two functions
27741
27742 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27743
27744         * gst/tcp/.cvsignore:
27745           ignore enums
27746         * gst/tcp/Makefile.am:
27747         * gst/tcp/README:
27748         * gst/tcp/gsttcp.c:
27749         * gst/tcp/gsttcp.h:
27750         * gst/tcp/gsttcpclientsink.c:
27751         * gst/tcp/gsttcpclientsink.h:
27752         * gst/tcp/gsttcpclientsrc.c:
27753         * gst/tcp/gsttcpclientsrc.h:
27754         * gst/tcp/gsttcpplugin.c:
27755         * gst/tcp/gsttcpserversink.c:
27756         * gst/tcp/gsttcpserversink.h:
27757         * gst/tcp/gsttcpserversrc.c:
27758         * gst/tcp/gsttcpserversrc.h:
27759           add new tcp elements
27760
27761 2004-05-19  Wim Taymans  <wim@fluendo.com>
27762
27763         * gst/law/mulaw-conversion.c: (mulaw_encode):
27764         Fix overflow bug in ulaw encoding.
27765
27766 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27767
27768         * ext/mad/gstmad.c: (gst_mad_handle_event):
27769           don't unref the event twice
27770
27771 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27772
27773         * configure.ac:
27774           remove -Wno-sign-compare
27775
27776 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27777
27778         * configure.ac:
27779           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
27780           if you want to work against glib 2.2 and 2.4
27781
27782 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27783
27784         * gst/tcp/Makefile.am:
27785         * gst/tcp/gsttcp.c:
27786         * gst/tcp/gsttcp.h:
27787         * gst/tcp/gsttcpsink.h:
27788         * gst/tcp/gsttcpsrc.h:
27789           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
27790
27791 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27792
27793         * gst/debug/tests.c: (md5_get_value):
27794           fix segfault on gst-inspect
27795
27796 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27797
27798         * gst/debug/testplugin.c:
27799         * gst/debug/tests.c:
27800         * gst/debug/tests.h:
27801           add new extensible and configurable testing element. Current tests
27802           include buffer count, stream length, timestamp/duration matching and
27803           md5.
27804         * gst/debug/Makefile.am:
27805         * gst/debug/gstdebug.c: (plugin_init):
27806           add infrastructure for new element
27807
27808 2004-05-19  Johan Dahlin  <johan@gnome.org>
27809
27810         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
27811         ending of the array. Fixes gst-inspect segfault on ppc.
27812
27813 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27814
27815         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
27816
27817         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
27818
27819 2004-05-18  David Schleef  <ds@schleef.org>
27820
27821         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
27822         warnings (bugs, actually) noticed by gcc but not forte.
27823
27824 2004-05-18  David Schleef  <ds@schleef.org>
27825
27826         * sys/sunaudio/Makefile.am:
27827         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
27828
27829 2004-05-18  David Schleef  <ds@schleef.org>
27830
27831         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27832         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
27833         to allow qtdemux to use non-seekable streams. (bug #142272)
27834
27835 2004-05-18  David Schleef  <ds@schleef.org>
27836
27837         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
27838         (gst_resample_sinc_ft_float): Remove use of static temporary
27839         buffer.  This code was obviously not supposed to last long, but
27840         it's stuck in our ABI, so it required a little hack to make it
27841         ABI-compatible.  Fixes #142585.
27842         * gst-libs/gst/resample/resample.h: same.
27843
27844 2004-05-18  David Schleef  <ds@schleef.org>
27845
27846         * configure.ac: Add sunaudio
27847         * examples/Makefile.am: make gstplay depend on gconf
27848         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
27849         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
27850         (convert_table_lookup), (img_convert): remove c99-isms
27851         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
27852           unsigned, to fix a warning on Solaris
27853         * gst/mpeg1sys/systems.c: bcopy->memcpy
27854         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
27855         * sys/Makefile.am: Add sunaudio
27856
27857 2004-05-18  Wim Taymans  <wim@fluendo.com>
27858
27859         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
27860         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
27861         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
27862         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
27863         (gst_ogg_mux_loop):
27864         Fix an ugly memleak where the muxer didn't flush enough ogg
27865         pages. This also resulted in badly muxed ogg files.
27866
27867 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27868
27869         * gst/asfdemux/asfheaders.c :
27870         * gst/asfdemux/asfheaders.h :
27871         * gst/asfdemux/gstasfdemux.c :
27872           - fix ASF_OBJ_PADDING guid
27873           - add 3 new object guids (language list, metadata,
27874             extended stream properties)
27875           - add a function to parse extended header objects
27876
27877 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27878
27879         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27880           remove leftover debugging g_print
27881
27882 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27883
27884         * ext/mad/gstmad.c: (gst_mad_handle_event):
27885           Fix for when the first format in a discont event is not a
27886           byte-based one. Should fix #137710.
27887
27888 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27889
27890         * m4/a52.m4 : fix compilation with -Wall -Werror
27891         * m4/libfame.m4 : idem
27892         * m4/libmikmod.m4 : idem
27893
27894 2004-05-17  Benjamin Otte  <otte@gnome.org>
27895
27896         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27897           signal the new tags before giving up the reference
27898
27899 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27900
27901         * ext/shout2/gstshout2.c:
27902           use application/ogg instead of application/x-ogg (patch by Patrick
27903           Guimond, fixes #142432)
27904         * sys/oss/gstosselement.c: (gst_osselement_reset),
27905         (gst_osselement_sync_parms):
27906           don't set fragment size unless specified (fixes #142493)
27907
27908 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27909
27910         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
27911           fixes #142664
27912
27913 2004-05-17  Benjamin Otte  <otte@gnome.org>
27914
27915         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27916           compute offsets correctly for internal buffers so timestamps are set
27917           correctly when we can't seek. Also handle cases where there are no
27918           offsets. (based on a patch by David Moore, fixes #142507)
27919
27920 2004-05-17  Benjamin Otte  <otte@gnome.org>
27921
27922         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27923           use correct variable when determining amount of data to skip so we
27924           don't skip into the void and segfault
27925
27926 2004-05-16  Benjamin Otte  <otte@gnome.org>
27927
27928         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27929           Hi, I'm a memleak
27930
27931 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27932
27933         * gst/asfdemux/gstasfdemux.c:
27934           - fix a mem leak and always propagate tags
27935           - add WMV3 to known video codecs (but no decoder yet)
27936           - replace "surplus data" at end of audio header for what
27937             it is : codec specific data
27938           - fix a typo
27939
27940 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
27941
27942         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
27943
27944         * gst-libs/gst/audio/audioclock.c:
27945           Fix wrong return type (#142205).
27946
27947 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27948
27949         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
27950           Ignore CRCs by default (fixes #142566).
27951
27952 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27953
27954         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
27955         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
27956         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
27957         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
27958         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27959         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
27960           Fix for cases where we fail to attach to a mixer.
27961
27962 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27963
27964         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
27965           Don't touch events after not owning them anymore.
27966         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
27967         (gst_wavparse_fmt), (gst_wavparse_other),
27968         (gst_wavparse_handle_seek), (gst_wavparse_loop),
27969         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
27970         (gst_wavparse_srcpad_event):
27971         * gst/wavparse/gstwavparse.h:
27972           Add seeking, fix querying.
27973
27974 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27975
27976         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27977           - process comments even if they don't end with \0\0
27978             g_convert would ignore them if present and works well without them
27979
27980 2004-05-16  Benjamin Otte  <otte@gnome.org>
27981
27982         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
27983           simplify caps
27984
27985 2004-05-16  Benjamin Otte  <otte@gnome.org>
27986
27987         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27988           don't write to memory we might not write to - g_convert does that
27989           for us anyway (fixes #142613)
27990         (gst_asf_demux_audio_caps):
27991           comment out gst_util_dump_mem
27992
27993 2004-05-16  Benjamin Otte  <otte@gnome.org>
27994
27995         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27996           compute correct expected timestamps after seek (broken since
27997           last commit)
27998         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
27999           rename element and debugging category to gdkpixbufscale
28000
28001 2004-05-16  Benjamin Otte  <otte@gnome.org>
28002
28003         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28004           add error checking to snd_pcm_delay and remove duplicate call to
28005           snd_pcm_delay that caused issues (see inline code comments)
28006         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28007           make more readable and fix return value when snd_pcm_delay fails
28008         (fixes #142586)
28009
28010 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
28011         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
28012         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
28013         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
28014         (gst_pixbufscale_link), (gst_pixbufscale_init),
28015         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
28016         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
28017         (gst_pixbufscale_get_property), (pixbufscale_init):
28018         * ext/gdk_pixbuf/pixbufscale.h:
28019         Add these files I forgot earlier
28020
28021 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
28022         * ext/gdk_pixbuf/Makefile.am:
28023         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28024         * ext/gdk_pixbuf/gstgdkpixbuf.h:
28025         Add new pixbufscale element to scale RGB video
28026         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
28027         and HYPER interpolation correctly.
28028         * ext/theora/theoraenc.c: (theora_enc_chain),
28029         Discard buffer and return if explicit caps could not be set
28030         (theora_enc_get_property):
28031         Make _get return kbps for the bitrate consistent with
28032         the _set function.
28033
28034
28035 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28036
28037         * ext/libvisual/visual.c: (gst_visual_chain):
28038           add missing visual_audio_analyze
28039
28040 2004-05-14  David Schleef  <ds@schleef.org>
28041
28042         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
28043         is killed while we're playing.
28044         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
28045         gst_element_no_more_pads().
28046
28047 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28048
28049         * gst-libs/gst/riff/riff-read.c :
28050           - fix INFO tag extraction in RIFF/AVI files
28051             because gst_event_unref (event) also freed taglist
28052           - avoid a mem leak
28053
28054 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28055
28056         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
28057         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
28058
28059         * gst/auparse/gstauparse.c :
28060           - add code (commented for now) to support audio/x-adpcm on src pad
28061             (we have no decoder for those layout yet)
28062
28063         * gst/cdxaparse/gstcdxaparse.c :
28064         * gst/cdxaparse/gstcdxaparse.h :
28065           - partial rewrite using RiffRead (ripped iain's wavparse code)
28066
28067         * gst/rtp/gstrtpL16enc.c : typo
28068         * gst/rtp/gstrtpgsmenc.c : typo
28069
28070 2004-05-13  Benjamin Otte  <otte@gnome.org>
28071
28072         * configure.ac:
28073           check for exact version of libvisual, it's not supposed to be
28074           API/ABI stable yet
28075
28076 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28077
28078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28079           signal no-more-pads
28080
28081 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28082
28083         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
28084         Report which format was used for GST_FORMAT_DEFAULT
28085         * gst/debug/Makefile.am:
28086         * gst/debug/gstdebug.c: (plugin_init):
28087         * gst/debug/progressreport.c: (gst_progressreport_base_init),
28088         (gst_progressreport_class_init), (gst_progressreport_init),
28089         (gst_progressreport_report), (gst_progressreport_set_property),
28090         (gst_progressreport_get_property), (gst_progressreport_chain),
28091         (gst_progressreport_plugin_init):
28092         Add progressreport element for testing.
28093
28094 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28095
28096         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
28097         * sys/v4l/gstv4lsrc.h:
28098         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28099         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28100         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
28101         (gst_v4lsrc_grab_frame):
28102           add more debugging
28103           send a discont at start
28104
28105 2004-05-12  Colin Walters  <walters@redhat.com>
28106
28107         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
28108         inflooping if we can't find a chunk.  Or in other words, don't blow
28109         chunks if we don't have a chunk to blow.
28110
28111 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28112         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
28113         Remove old debug output
28114         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
28115         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
28116         (gst_dvdec_set_property), (gst_dvdec_get_property):
28117         Change the quality setting to an enum, so it works from gst-launch
28118         Don't renegotiate a non-linked pad. Allows audio only decoding.
28119         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28120         (gst_deinterlace_link), (gst_deinterlace_init):
28121         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28122         (gst_videodrop_link):
28123         Some caps negotiation fixes
28124
28125 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28126
28127         * ext/tarkin/gsttarkin.c :
28128           - Change RANK from NONE to PRIMARY
28129         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28130           - Change RANK from NONE to MARGINAL
28131         * ext/divx/gstdivxenc.c :
28132           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28133
28134 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28135
28136         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28137         (gst_vorbisenc_push_packet):
28138           copy a function that was added between 1.0 and 1.0.1 until we
28139           depend on worthwhile features of post-1.0
28140
28141 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28142
28143         * configure.ac:
28144           enable shout2 by default
28145         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28146         (gst_shout2send_base_init), (gst_shout2send_init),
28147         (gst_shout2send_connect), (gst_shout2send_change_state):
28148         * ext/shout2/gstshout2.h:
28149           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28150           #142262)
28151         * ext/theora/theora.c: (plugin_init):
28152           don't set rank on encoders
28153
28154 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28155
28156         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28157           Use codec_data property instead of flag1 and flag2 for wma
28158
28159 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28160
28161         * gst/cdxaparse/gstcdxaparse.c :
28162           - Add mpegversion to CAPS to make it link
28163           - Rank is as GST_RANK_SECONDARY instead of NONE
28164         * gst/auparse/gstauparse.c :
28165           - Document all audio encoding we can encounter from Solaris 9
28166             headers and libsndfile information.
28167           - Increase max. rate from 48000 to 192000 (to match other elements)
28168           - Don't try to play junk data between header and samples
28169
28170 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28171
28172         * ext/libvisual/visual.c: (gst_visual_getcaps):
28173           use the right caps depending on endianness (I hope)
28174         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28175           use GST_RANK_NONE for all non-decoding elements or spider gets
28176           mighty confused
28177
28178 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28179
28180         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28181           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28182
28183 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28184
28185         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28186         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28187         (gst_switch_loop), (gst_switch_get_type):
28188           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28189           HEADERS. Had to be said.
28190
28191 2004-05-10  David Schleef  <ds@schleef.org>
28192
28193         * configure.ac: Add prototype Dirac support.
28194         * ext/Makefile.am:
28195         * ext/dirac/Makefile.am:
28196         * ext/dirac/gstdirac.cc:
28197         * ext/dirac/gstdiracdec.cc:
28198
28199 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28200
28201         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28202         (gst_auparse_init), (gst_auparse_chain),
28203         (gst_auparse_change_state):
28204           Hack around spider. Remove me some day please.
28205
28206 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28207
28208         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28209           Fix for some uninitialized variables in previous patch, also
28210           makes it work. Fixes #142286 while we're at it.
28211
28212 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28213
28214         * gst/auparse/gstauparse.c:
28215                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28216                 only unsupported formats are ADPCM/CCITT G.72x
28217                 reviewed by Ronald
28218         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28219
28220 2004-05-10  Wim Taymans  <wim@fluendo.com>
28221
28222         * ext/vorbis/Makefile.am:
28223         * ext/vorbis/README:
28224         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28225         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28226         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28227         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28228         (gst_oggvorbisenc_convert_sink),
28229         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28230         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28231         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28232         (get_constraints_string), (update_start_message),
28233         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28234         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28235         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28236         * ext/vorbis/oggvorbisenc.h:
28237         * ext/vorbis/vorbis.c: (plugin_init):
28238         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28239         (raw_caps_factory), (gst_vorbisenc_class_init),
28240         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28241         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28242         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28243         * ext/vorbis/vorbisenc.h:
28244         Added a raw vorbis encoder to be used with the oggmuxer.
28245         We still need the old encoder for some gnome applications,
28246         read the README to find out how that works.
28247         The raw encoder is called "rawvorbisenc" until 0.9.
28248
28249 2004-05-10  Wim Taymans  <wim@fluendo.com>
28250
28251         * ext/ogg/gstogg.c: (plugin_init):
28252         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28253         (gst_ogg_print):
28254         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28255         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28256         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28257         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28258         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28259         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28260         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28261         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28262         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28263         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28264         Added an ogg muxer.
28265         Small typo fixes in the demuxer.
28266
28267 2004-05-10  Wim Taymans  <wim@fluendo.com>
28268
28269         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28270         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28271         (theora_enc_change_state), (theora_enc_set_property),
28272         (theora_enc_get_property):
28273         Mark the last packet with an EOS flag which is not really needed
28274         in gstreamer.
28275         Do some better video framerate initialisation.
28276         Update the buffer timestamp.
28277
28278 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28279
28280         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28281         Return the result of the parent state change call
28282
28283 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28284
28285         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28286         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28287         * gst/law/alaw-encode.c : (idem)
28288         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28289         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28290         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28291
28292 2004-05-09  Benjamin Otte  <otte@gnome.org>
28293
28294         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28295           don't use a fixed buffer size when writing variable length data to
28296           it. Fixes memory corruption and makes alsasrc work
28297
28298 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28299
28300         * ext/gnomevfs/gstgnomevfssink.c:
28301         (_gst_boolean_allow_overwrite_accumulator),
28302         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28303           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28304           RUN_LAST, and don't use that to set the accumulator value because
28305           then it's always FALSE.
28306
28307 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28308
28309         * gst-libs/gst/riff/riff-media.c:
28310         (gst_riff_create_video_caps_with_data),
28311         (gst_riff_create_audio_caps),
28312         (gst_riff_create_audio_template_caps):
28313         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28314           Fix for unaligned RIFF files (i.e. where all the chunks together
28315           in a LIST chunk are not of the same size as the size given in
28316           the LIST chunk header). Fixes several odd WAVE files. Also fix
28317           ADPCM (block_align property) in audio, so that wavparse based
28318           on this works now as it used to stand-alone.
28319
28320 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28321
28322         reviewed by Benjamin Otte  <otte@gnome.org>
28323
28324         * ext/a52dec/gsta52dec.c:
28325         * ext/divx/gstdivxdec.c:
28326         * ext/divx/gstdivxenc.c:
28327         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28328         * ext/faac/gstfaac.c: (gst_faac_base_init):
28329         * ext/faad/gstfaad.c: (gst_faad_base_init):
28330         * ext/ivorbis/vorbisfile.c:
28331         * ext/lame/gstlame.c:
28332         * ext/libfame/gstlibfame.c:
28333         * ext/mpeg2enc/gstmpeg2enc.cc:
28334         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28335         * ext/sidplay/gstsiddec.cc:
28336         * ext/speex/gstspeexdec.c:
28337         * ext/speex/gstspeexenc.c:
28338         * ext/xvid/gstxviddec.c:
28339         * ext/xvid/gstxvidenc.c:
28340           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28341           (fixes #142193)
28342
28343 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28344
28345         * ext/alsa/gstalsa.c: (device_list),
28346         (gst_alsa_class_probe_devices):
28347         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28348           Fix alsa oddness in mixer after the combination of using mixer
28349           in source/sink elements and using hw:x,y instead of just hw:x.
28350
28351 2004-05-09  Benjamin Otte  <otte@gnome.org>
28352
28353         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28354         (gst_wavparse_create_sourcepad):
28355           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28356           sourcepads
28357
28358 2004-05-09  Benjamin Otte  <otte@gnome.org>
28359
28360         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28361           allow discont events before caps nego
28362
28363 2004-05-08  Benjamin Otte  <otte@gnome.org>
28364
28365         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28366           don't leak events
28367
28368 2004-05-08  Benjamin Otte  <otte@gnome.org>
28369
28370         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28371         (gst_level_change_state), (gst_level_init):
28372         * gst/level/gstlevel.h:
28373           figure out if we're initialized directly instead of keeping a
28374           variable that's wrong in 90% of cases
28375           don't initialize pads and then leak them and use a new unitialized
28376           pad. (fixes #142084)
28377           these were bugs so n00bish I didn't find them for an hour :/
28378
28379 2004-05-08 Iain <iain@prettypeople.org>
28380
28381         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28382         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28383         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28384         return the length that was read.
28385         (gst_riff_read_strf_auds): Allow fmt tags as well.
28386
28387 2004-05-07  David Schleef  <ds@schleef.org>
28388
28389         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28390         signed char assumption in faad.h.
28391
28392 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28393
28394         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28395           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28396
28397 2004-05-07  Colin Walters  <walters@redhat.com>
28398
28399         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28400         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28401         function.
28402         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28403         Add dispose function.
28404
28405 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28406         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28407           Fix caps nego and pad templates. RGB mode caps should
28408           work now.
28409         * ext/dvdnav/gst-dvd:
28410           Move mpeg2dec inside the thread because otherwise the
28411           queue rejects cap changes mid-stream
28412         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28413         (gst_mpeg2dec_flush_decoder):
28414           For mpeg2dec > 0.4.0, call the flush function instead of
28415           manually extracting all in-flight frames.
28416         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28417         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28418           Change mime type video/dv go video/x-dv to match the
28419           rest of gst-plugins
28420
28421 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28422
28423         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28424         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28425         (gst_alsa_sink_class_init):
28426         * ext/alsa/gstalsasink.h:
28427         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28428         (gst_alsa_src_class_init):
28429         * ext/alsa/gstalsasrc.h:
28430           Make alsasink/src a subclass of alsamixer so that mixer stuff
28431           shows up in gst-rec. Needs some finetuning.
28432
28433 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28434
28435         * ext/lame/gstlame.c: (gst_lame_chain):
28436           simplify
28437         * ext/mad/gstmad.c: (gst_mad_handle_event):
28438           fix event leak
28439         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28440           be able to detect mp3 files < 4096 bytes
28441
28442 2004-05-06  Wim Taymans  <wim@fluendo.com>
28443
28444         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28445         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28446         (theora_enc_set_property), (theora_enc_get_property):
28447         Also encode the first frame, cleanup some code.
28448
28449 2004-05-06  Wim Taymans  <wim@fluendo.com>
28450
28451         * ext/mpeg2enc/gstmpeg2enc.cc:
28452         Forward events first before deciding that negotiation was
28453         not performed.
28454
28455 2004-05-06  Wim Taymans  <wim@fluendo.com>
28456
28457         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28458         First process the events before deciding that negotiation
28459         was not performed.
28460
28461 2004-05-06  Wim Taymans  <wim@fluendo.com>
28462
28463         * ext/theora/Makefile.am:
28464         * ext/theora/theora.c: (plugin_init):
28465         * ext/theora/theoradec.c: (theora_dec_change_state):
28466         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28467         (gst_theora_enc_class_init), (gst_theora_enc_init),
28468         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28469         (theora_enc_chain), (theora_enc_change_state),
28470         (theora_enc_set_property), (theora_enc_get_property):
28471         Added a theora encoder, grouped the encoder and decoder into the
28472         same plugin.
28473
28474 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28475
28476         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28477         (gst_jpegenc_chain):
28478         fix DURATION on outgoing buffers
28479         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28480         debug using time formats
28481         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28483         (gst_xvimagesink_sink_link):
28484         windows with width/height 0 generate X errors, so don't allow them
28485
28486 2004-05-05  Wim Taymans  <wim@fluendo.com>
28487
28488         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28489         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28490         (gst_mpeg2dec_negotiate_format):
28491         * ext/mpeg2dec/gstmpeg2dec.h:
28492           removed the static pad template so that we can add the
28493           more accurate framerate value to the caps.
28494
28495
28496 2004-05-04  Benjamin Otte  <otte@gnome.org>
28497
28498         * configure.ac:
28499           check for kdemacros.h, too (should fix #141821)
28500         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28501           don't crash if no header was sent, but nicely error out (fixes part
28502           of #141554)
28503
28504 2004-05-04  Wim Taymans  <wim@fluendo.com>
28505
28506         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28507         parent dispose function to avoid segfault on destroy.
28508
28509 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28510
28511         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28512         (plugin_init):
28513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28514         (gst_xvimagesink_sink_link):
28515         clean up debugging caps
28516         also recreate xvimage when format has changed
28517
28518 2004-05-04  Benjamin Otte  <otte@gnome.org>
28519
28520         * ext/libvisual/Makefile.am:
28521         * ext/libvisual/visual.c: (gst_visual_class_init),
28522         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28523         (gst_visual_srclink), (gst_visual_chain),
28524         (gst_visual_change_state), (plugin_init):
28525           use a GstAdapter to correctly adapt buffer sizes - allows using a
28526           framerate
28527
28528 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28529
28530         * sys/v4l/gstv4lelement.h:
28531         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28532         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28533         (gst_v4lsrc_buffer_free):
28534         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28535         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28536         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28537         (gst_v4lsrc_requeue_frame):
28538         move some debugging categories around
28539         query for fps index and set accordingly if found
28540
28541 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28542
28543         * ext/lame/gstlame.c:
28544         correct defaults that lame_init puts out of range
28545
28546 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28547
28548         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28549         (gst_divxenc_class_init):
28550         fix range since -1 is the default
28551         * gst/mpeg1sys/gstmpeg1systemencode.c:
28552         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28553         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28554         (gst_rtjpegdec_chain):
28555         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28556         (gst_rtjpegenc_chain):
28557         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28558         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28559         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28560         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28561         * sys/v4l/gstv4lsrc.c:
28562         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28563         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28564         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28565         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28566         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28567           remove gst_info calls
28568
28569 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28570
28571         * Makefile.am:
28572         * po/af.po:
28573         * po/az.po:
28574         * po/en_GB.po:
28575         * po/nl.po:
28576         * po/sr.po:
28577         * po/sv.po:
28578           Updated translations
28579
28580 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28581
28582         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28583           refactor/comment code
28584
28585 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28586
28587         * gst/asfdemux/Makefile.am:
28588         * gst/asfdemux/asfheaders.c:
28589         * gst/asfdemux/asfheaders.h:
28590         * gst/asfdemux/gstasf.c: (plugin_init):
28591         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28592         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28593         (gst_asf_demux_setup_pad):
28594         * gst/asfdemux/gstasfdemux.h:
28595         * gst/asfdemux/gstasfmux.c:
28596         * gst/asfdemux/gstasfmux.h:
28597           Add tagging support to demuxer, split out registration in its own
28598           file instead of in demux (hacky), and prevent having some tables
28599           in our memory multiple times (in asfheaders.h).
28600
28601 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28602
28603         * gst/matroska/matroska-demux.c:
28604         (gst_matroska_demux_parse_metadata):
28605         * gst/matroska/matroska-ids.h:
28606           Basic tag reading support.
28607
28608 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28609
28610         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28611           Really detect ac-3 audio.
28612         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28613           really detect matroska files (off-by-1).
28614
28615 2004-04-30  David Schleef  <ds@schleef.org>
28616
28617         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28618         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28619         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28620         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28621         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28622         hackage -- parse a lot more atoms, extract a few tags.  One might even
28623         mistake this for tag support.  Maybe it is.
28624         * gst/qtdemux/qtdemux.h:
28625
28626 2004-04-30  Colin Walters  <walters@verbum.org>
28627
28628         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28629
28630 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28631
28632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28633         (gst_ffmpegcolorspace_getcaps):
28634           remove broken nego fix
28635
28636 2004-04-30  Benjamin Otte  <otte@gnome.org>
28637
28638         * configure.ac:
28639         * ext/Makefile.am:
28640         * ext/libvisual/Makefile.am:
28641         * ext/libvisual/visual.c:
28642           add initial support for libvisual (http://libvisual.sourceforge.net)
28643           libvisual is still quite alpha, so expect crashes in there :)
28644
28645 2004-04-29  David Schleef  <ds@schleef.org>
28646
28647         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
28648         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
28649         up qtdemux to make it spit out codec_data.  Do _not_ look at this
28650         code; you will no longer respect me.
28651
28652 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28653
28654         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
28655         * ext/alsa/gstalsa.h :
28656         change alsa pcm device discovery to find more than 1 device
28657         per card. code review by Ronald.
28658
28659 2004-04-29  David Schleef  <ds@schleef.org>
28660
28661         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
28662         Add a check for a driver bug on FreeBSD.  (bug #140565)
28663
28664 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28665
28666         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
28667         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28668         (gst_jpegenc_getcaps):
28669           move format setting to inner loop
28670         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28671         (gst_ffmpegcolorspace_getcaps):
28672           use GST_PAD_CAPS if available so that we use already negotiated
28673           caps
28674         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28675         (qtdemux_parse_moov), (qtdemux_parse):
28676           extra debugging
28677         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
28678         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
28679           move hardcoded path to DEFINE
28680
28681 2004-04-28  David Schleef  <ds@schleef.org>
28682
28683         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
28684         (bug #140064)
28685
28686 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28687
28688         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
28689           Don't probe for playback device if we're a source element. Fixes
28690           #139658.
28691
28692 2004-04-29  Benjamin Otte  <otte@gnome.org>
28693
28694         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28695         (gst_id3_tag_chain):
28696           rewrite buffer offset
28697
28698 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28699
28700         * configure.ac:
28701         * ext/Makefile.am:
28702         * ext/dts/Makefile.am:
28703         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
28704         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
28705         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
28706         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
28707         (gst_dtsdec_loop), (gst_dtsdec_change_state),
28708         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
28709         (plugin_init):
28710         * ext/dts/gstdtsdec.h:
28711           New DTS decoder.
28712         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
28713         (gst_faad_srcconnect):
28714           Add ESDS atom handling (.m4a).
28715
28716 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28717
28718         * ext/divx/gstdivxdec.c: (plugin_init):
28719           Remove comment that makes no sense.
28720         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
28721           Fix for obvious typo that resulted in warnings during gst-register.
28722         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
28723         (gst_xviddec_sink_link):
28724           Fix caps negotiation a bit better.
28725         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
28726           We call this 'codec_data', not 'esds'.
28727
28728 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28729
28730         * gst/monoscope/gstmonoscope.c:
28731           make sure we only provide 256x128
28732         * gst/monoscope/monoscope.c: (monoscope_init):
28733           assert size of 256x128
28734
28735 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28736
28737         * Makefile.am:
28738         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
28739         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
28740           fixate to max width and height of device
28741
28742 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28743
28744         * Makefile.am:
28745         * sys/v4l/gstv4l.c:
28746         * sys/v4l/gstv4lsrc.c:
28747         * sys/v4l/v4l_calls.c:
28748         * sys/v4l/v4lsrc_calls.c:
28749           fix for qc-usb driver which fakes having more than one buffer
28750           by handing the same buffer twice, which confused GStreamer's/v4lsrc
28751           buffer_free override
28752           add debugging
28753
28754 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28755
28756         * Makefile.am:
28757         * gst/videotestsrc/gstvideotestsrc.c:
28758         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
28759         (gst_videotestsrc_init), (gst_videotestsrc_get),
28760         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
28761         * gst/videotestsrc/gstvideotestsrc.h:
28762           add num-buffers property
28763
28764         2004-04-26  Benjamin Otte  <otte@gnome.org>
28765
28766         * ext/mad/gstid3tag.c: (plugin_init):
28767           set id3mux rank to NONE so it doesn't confuse spider
28768           require audio/mpeg,mpegversion=1 in id3mux
28769
28770 2004-04-26  Benjamin Otte  <otte@gnome.org>
28771
28772         * configure.ac:
28773           detect faad correctly as non-working if it's indeed non-working
28774
28775 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28776
28777         * Makefile.am:
28778         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28779         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
28780         fix _getcaps so it only negotiates to its supported format
28781
28782 2004-04-25  Benjamin Otte  <otte@gnome.org>
28783
28784         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28785           fix memleak
28786
28787 2004-04-23  Benjamin Otte  <otte@gnome.org>
28788
28789         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
28790           audio/x-raw-int with height rules! not. Now it's depth.
28791
28792 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28793
28794         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
28795         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
28796         (gst_wavparse_loop):
28797           Missing variable initialization. Add handling of DVI ADPCM. Fix
28798           mis-parsing of LIST chunks. This works around a bug where we mis-
28799           parse non-aligning LIST chunks (so LIST chunks where the contents
28800           don't align with the actual LIST size). The correct fix is to use
28801           rifflib, I'm not going to fix wavparse - too much work. All this
28802           fixes #104878.
28803
28804 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28805
28806         reviewed by Benjamin Otte  <otte@gnome.org>
28807
28808         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
28809           fix shoutcast not working (fixes #140844)
28810
28811 2004-04-22  Benjamin Otte  <otte@gnome.org>
28812
28813         * ext/hermes/gsthermescolorspace.c:
28814         (gst_hermes_colorspace_caps_remove_format_info):
28815         * gst/colorspace/gstcolorspace.c:
28816         (gst_colorspace_caps_remove_format_info):
28817         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28818         (gst_ffmpegcolorspace_caps_remove_format_info):
28819           s/gst_caps_simplify/gst_caps_do_simplify/
28820
28821 2004-04-22  Benjamin Otte  <otte@gnome.org>
28822
28823         * gst-libs/gst/riff/riff-media.c:
28824         (gst_riff_create_video_caps_with_data):
28825           mpegversion is an int
28826         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
28827           don't try to create pad templates with NULL caps, use any caps
28828           instead.
28829
28830 2004-04-20  David Schleef  <ds@schleef.org>
28831
28832         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
28833         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
28834         (bug #140384)
28835
28836 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28837
28838         reviewed by David Schleef
28839
28840         * ext/mad/gstid3tag.c: Add stdlib.h
28841         * gst/rtp/gstrtpgsmenc.c: same
28842         * gst/tags/gstid3tag.c: same
28843         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
28844         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
28845         GST_DISABLE_LOADSAVE use.
28846         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
28847         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
28848         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
28849         atol(3)).
28850         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
28851         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
28852         strtoul(3)).
28853         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
28854         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
28855         $(ID3_CFLAGS).
28856         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
28857         $(LIBFAME_CFLAGS).
28858
28859 2004-04-20  David Schleef  <ds@schleef.org>
28860
28861         * gst/realmedia/rmdemux.c:  This was supposed to part of the
28862         last checkin.  Same idea.
28863
28864 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28865
28866         reviewed by David Schleef
28867
28868         * configure.ac: bump required gstreamer version to 0.8.1.1
28869         because of following changes [--ds]
28870
28871         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
28872         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
28873         (gst_riff_read_header):  Use GST_READ_UINT*
28874         macros to access possibly unaligned memory.
28875
28876         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
28877         (mp3_type_find):  Use GST_READ_UINT*
28878         macros to access possibly unaligned memory.
28879         (mp3_type_find, mpeg1_parse_header, qt_type_find)
28880         (speex_type_find): Likewise
28881
28882         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
28883
28884         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
28885         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
28886         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
28887         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
28888         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
28889         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
28890         macros to access possibly unaligned memory.
28891
28892         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
28893         Likewise.
28894
28895         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
28896         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
28897
28898         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28899         Likewise.
28900
28901         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
28902         (gst_mpeg2subt_chain_subtitle): Likewise.
28903
28904         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
28905         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
28906         Likewise.
28907
28908         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
28909         Likewise.
28910
28911         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
28912         Likewise.
28913
28914         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
28915         Likewise.
28916
28917 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28918
28919         * configure.ac:
28920           update required version of GStreamer because of GST_TIME_FORMAT
28921
28922 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28923
28924         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
28925           remove leftover g_print
28926         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28927           don't try setting only a subset of the caps. We don't want to kill
28928           autoplugging on purpose
28929
28930 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28931
28932         * sys/ximage/ximagesink.c: (plugin_init):
28933         * sys/xvimage/xvimagesink.c: (plugin_init):
28934           add debugging categories
28935
28936 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28937
28938         * po/en_GB.po:
28939         * po/LINGUAS:
28940           Adding en_GB translation (Gareth Owen)
28941
28942 2004-04-20  David Schleef  <ds@schleef.org>
28943
28944         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28945         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
28946         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
28947         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
28948         A number of new features and hacks to extract the esds atom and
28949         put it into the caps.  (bug #137724)
28950
28951 2004-04-19  David Schleef  <ds@schleef.org>
28952
28953         * gconf/Makefile.am: Fix for non-GNU make
28954         * gst-libs/gst/Makefile.am: Change directory order to handle
28955         GstPlay linking with gstinterfaces
28956         * gst-libs/gst/audio/make_filter: make use of tr portable
28957         * gst-libs/gst/play/Makefile.am: Add intended \
28958         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28959         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
28960         function prototype instead of void *.
28961         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
28962         macro.
28963         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28964         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
28965         * gst/videofilter/make_filter: make use of tr portable
28966         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
28967
28968 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28969
28970         * po/LINGUAS:
28971         * po/uk.po:
28972           Added Ukrainian translation (Maxim V. Dziumanenko)
28973
28974 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28975
28976         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
28977         (gst_gsmdec_link), (gst_gsmdec_chain):
28978           Fix capsnego, simplify chain function slightly.
28979         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
28980           Add GSM.
28981
28982 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28983
28984         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
28985         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
28986         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
28987           Hack to make wavparse work with spider (always -> sometimes pad).
28988           Fixes #135862 && #140411.
28989
28990 2004-04-18  Benjamin Otte  <otte@gnome.org>
28991
28992         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
28993         (gst_osselement_rate_probe_check),
28994         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
28995           get rid of \n in debug output
28996
28997 2004-04-17  Iain <iain@prettypeople.org>
28998
28999         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
29000         not just EOS.
29001
29002 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29003
29004         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29005         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
29006         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
29007         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
29008         (gst_id3_tag_src_link), (gst_id3_tag_chain),
29009         (gst_id3_tag_change_state), (plugin_init):
29010           deprecate id3tag element and replace with id3demux/id3mux.
29011           great side effect: this ugly file is now even uglier, yay!
29012         * ext/mad/gstmad.h:
29013           remove non-available function
29014           update for new get_type
29015
29016 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29017
29018         * configure.ac:
29019           require mpeg2dec >= 0.4.0
29020
29021 2004-04-17  Benjamin Otte  <otte@gnome.org>
29022
29023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29024         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29025         (gst_xvimagesink_set_xwindow_id):
29026           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
29027           assorted cleanup fixes.
29028
29029 2004-04-16  David Schleef  <ds@schleef.org>
29030
29031         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
29032         * sys/xvimage/xvimagesink.h: same
29033
29034 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29035
29036         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29037           Fix GST_ELEMENT_ERROR with (NULL)
29038
29039 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29040
29041         * gst-libs/gst/riff/riff-media.c:
29042         (gst_riff_create_video_caps_with_data):
29043           Add div[3456] as fourccs for DivX 3 (fixes #140137).
29044
29045 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29046
29047         * gst-libs/gst/riff/riff-media.c:
29048         (gst_riff_create_video_caps_with_data),
29049         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
29050         (gst_riff_create_video_template_caps),
29051         (gst_riff_create_audio_template_caps):
29052         * gst-libs/gst/riff/riff-media.h:
29053         * gst-libs/gst/riff/riff-read.c:
29054         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
29055         * gst-libs/gst/riff/riff-read.h:
29056         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29057           Add MS RLE support. I added some functions to read out strf chunks
29058           into strf chunks and the data behind it. This is usually color
29059           palettes (as in RLE, but also in 8-bit RGB). Also use those during
29060           caps creation. Lastly, add ADPCM (similar to wavparse - which
29061           should eventually be rifflib based).
29062         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
29063         (gst_matroska_demux_init), (gst_matroska_demux_reset):
29064         * gst/matroska/matroska-demux.h:
29065           Remove placeholders for some prehistoric tagging system. Didn't add
29066           support for any tag system really anyway.
29067         * gst/qtdemux/qtdemux.c:
29068           Add support for audio/x-m4a (MPEG-4) through spider.
29069         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29070         (gst_wavparse_loop):
29071           ADPCM support (#135862). Increase max. buffer size because we
29072           cannot split buffers for ADPCM (screws references) and I've seen
29073           files with 2048 byte chunks. 4096 seems safe for now.
29074
29075 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29076
29077         * configure.ac: bump nano to 1
29078
29079 === release 0.8.1 ===
29080
29081 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29082
29083         * configure.ac: releasing 0.8.1, "Comforting Sounds"
29084
29085 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29086
29087         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29088           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
29089           Fixes #140058
29090
29091 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29092
29093         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
29094           lower rank of dvddemux so that it's not used for mpeg playback.
29095
29096 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29097
29098         * configure.ac:
29099           save libs correctly when checking mad
29100
29101 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29102
29103         * ext/mad/gstid3tag.c: (plugin_init):
29104           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
29105
29106 2004-04-13  David Schleef  <ds@schleef.org>
29107
29108         * common/m4/gst-feature.m4: Call -config scripts with
29109         --plugin-libs if it is supported.
29110         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
29111         JPEG images are image/jpeg.
29112         * gst/debug/Makefile.am:
29113         * gst/debug/negotiation.c: (gst_negotiation_class_init),
29114         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
29115         (gst_negotiation_update_caps), (gst_negotiation_get_property),
29116         (gst_negotiation_plugin_init): Add a property that acts like
29117         filter caps.
29118         * testsuite/gst-lint:  Move license checking to be a standard
29119         test.
29120
29121 2004-04-13  David Schleef  <ds@schleef.org>
29122
29123         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29124         patch from Sebastien Cote (bug #139958)
29125
29126 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29127
29128         * examples/gstplay/Makefile.am:
29129         * examples/gstplay/player.c: (main):
29130           make the commandline player example use gconf settings
29131
29132 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29133
29134         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29135         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29136         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29137           init/end library during state transition, not object
29138           creation/disposal.  get rid of custom dispose handler.
29139
29140
29141 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29142
29143         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29144         be a symlink
29145
29146 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29147
29148         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29149           Handle JUNK chunks inside data section. Prevents warnings.
29150
29151 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29152
29153         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29154         (gst_riff_create_video_template_caps):
29155           Add MS video v1.
29156         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29157         (gst_avi_demux_stream_data):
29158           Add support for "rec-list" chunks.
29159
29160 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29161
29162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29163           Fix another codecname mismatch.
29164
29165 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29166
29167         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29168           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29169           so that MJPEG plays back.
29170
29171 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29172
29173         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29174         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29175         * gst/mpeg1videoparse/gstmp1videoparse.h:
29176           Fix for some slight mis-cuts in buffer parsing, and for some
29177           potential overflows or faults-causers. Adds disconts. Also fixes
29178           #139105 while we're at it.
29179
29180 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29181
29182         * configure.ac:
29183         * sys/v4l2/gstv4l2element.h:
29184           Workaround for missing struct v4l2_buffer declaration in Suse 9
29185           and Mandrake 10 linux/videodev2.h header file (#135919).
29186
29187 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29188
29189         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29190           Bail out if no filename was given.
29191
29192 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29193
29194         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29195         (gst_v4l2_fourcc_from_structure):
29196           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29197           Y41B somewhere).
29198
29199 2004-04-09  Benjamin Otte  <otte@gnome.org>
29200
29201         * ext/gnomevfs/gstgnomevfssink.c:
29202         (_gst_boolean_allow_overwrite_accumulator),
29203         (gst_gnomevfssink_class_init):
29204           fix erase signal - if any handler returns false the file will not be
29205           overwritten. If no handler is connected, the file will not be
29206           overwritten either.
29207           renamed signal to "allow-overwrite"
29208         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29209           free string when adding it to ID3 failed
29210         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29211           unref event when done
29212         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29213           free caps
29214         * gst/typefind/gsttypefindfunctions.c:
29215         (mpeg_video_stream_type_find):
29216           fix invalid read
29217
29218 2004-04-08  David Schleef  <ds@schleef.org>
29219
29220         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29221         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29222
29223 2004-04-08  David Schleef  <ds@schleef.org>
29224
29225         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29226         we don't support (bug #139532)
29227
29228 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29229
29230         * ext/mad/gstmad.c: (gst_mad_handle_event),
29231         (gst_mad_check_caps_reset), (gst_mad_chain),
29232         (gst_mad_change_state):
29233           only set explicit caps if they haven't been set before for
29234           this stream.  MPEG-audio sample rate/channels aren't allowed
29235           to change in-stream.
29236           Fixes #139382
29237
29238 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29239
29240         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29241         (_gst_boolean_did_something_accumulator),
29242         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29243         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29244         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29245         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29246         (gst_gnomevfssink_change_state):
29247           Fix erase signal. Don't erase by default. Remove handoff signal.
29248           Remove erase property. Don't segfault. General cleanup.
29249
29250 2004-04-07  Benjamin Otte  <otte@gnome.org>
29251
29252         * gst-libs/gst/gconf/test-gconf.c: (main):
29253           add missing gst_init
29254
29255 2004-04-07  Benjamin Otte  <otte@gnome.org>
29256
29257         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29258           free the mutexes, too
29259
29260 2004-04-07  Benjamin Otte  <otte@gnome.org>
29261
29262         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29263           actually free the URI string
29264         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29265           compute offset correctly when passing discont events
29266         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29267           don't leak discont events
29268         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29269           add some missing breaks so caps aren't copied randomly
29270         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29271           if we realloc memory, we better use it
29272
29273 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29274
29275         * ext/mad/gstmad.c: (normal_seek):
29276           fix GST_FORMAT_TIME usage
29277
29278 2004-04-05  David Schleef  <ds@schleef.org>
29279
29280         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29281         a deprecated function (hack!)
29282
29283 2004-04-05  Benjamin Otte  <otte@gnome.org>
29284
29285         * ext/esd/esdmon.c: (gst_esdmon_get):
29286           fix nonterminated vararg and memleak
29287
29288 2004-04-05  Benjamin Otte  <otte@gnome.org>
29289
29290         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29291         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29292         (gst_ladspa_set_property), (gst_ladspa_get_property),
29293         (gst_ladspa_instantiate), (gst_ladspa_activate),
29294         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29295           clean up debugging
29296
29297 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29298
29299         reviewed by Benjamin Otte  <otte@gnome.org>
29300
29301         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29302           check for broken LADSPA parameters (fixes #138635)
29303
29304 2004-04-05  Benjamin Otte  <otte@gnome.org>
29305
29306         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29307           advertise buffer-frames correctly on sinkpads
29308
29309 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29310
29311         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29312         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29313         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29314         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29315         (gst_mad_check_caps_reset), (gst_mad_chain):
29316         add more debugging, only reset caps when we're not in error state
29317
29318 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29319
29320         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29321
29322 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29323
29324         reviewed by Benjamin Otte  <otte@gnome.org>
29325
29326         * configure.ac:
29327           fix == in test(1) operator
29328
29329 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29330
29331         reviewed by Benjamin Otte  <otte@gnome.org>
29332
29333         * configure.ac:
29334           fix --export-symblos-regex to a working regex.
29335
29336 2004-04-04  Benjamin Otte  <otte@gnome.org>
29337
29338         * sys/oss/.cvsignore:
29339           add for oss_probe
29340
29341 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29342
29343         reviewed by Benjamin Otte  <otte@gnome.org>
29344
29345         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29346           add missing 'new_media' argument (fixes #138168)
29347         * gst/matroska/matroska-demux.c:
29348         (gst_matroska_demux_handle_seek_event):
29349           add vararg terminator (fixes #138169)
29350
29351 2004-04-02  David Schleef  <ds@schleef.org>
29352
29353         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29354         disted (bug #138914)
29355
29356 2004-04-01  Benjamin Otte  <otte@gnome.org>
29357
29358         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29359         (gst_alsa_close_audio):
29360           handle case better where a soundcard can't pause
29361         * ext/ogg/gstoggdemux.c:
29362           don't crash when we get events but don't have pads yet
29363
29364 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29365
29366         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29367           throw an error if we couldn't probe any caps.
29368
29369 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29370
29371         * ext/dvdnav/gst-dvd:
29372         Add a really simple sample DVD player
29373
29374 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29375
29376         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29377         (gst_a52dec_push), (gst_a52dec_handle_event),
29378         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29379         (gst_a52dec_change_state):
29380         * ext/a52dec/gsta52dec.h:
29381           Use a debug category, Output timestamps correctly
29382           Emit tag info, Handle events, tell liba52dec about cpu
29383           capabilities so it can use MMX etc.
29384         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29385           Fix a crasher accessing invalid memory
29386         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29387         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29388         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29389         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29390         (dvdnavsrc_query):
29391           Some support for byte-format seeking.
29392           Small fixes for still frames and menu button overlays
29393         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29394         (gst_mpeg2dec_alloc_buffer):
29395           Use a debug category. Adjust the report level of several items to
29396           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29397           so it doesn't lose the GstBuffer pointer
29398         * gst/debug/Makefile.am:
29399         * gst/debug/gstdebug.c: (plugin_init):
29400         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29401         (gst_navseek_base_init), (gst_navseek_class_init),
29402         (gst_navseek_init), (gst_navseek_seek),
29403         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29404         (gst_navseek_get_property), (gst_navseek_chain),
29405         (gst_navseek_plugin_init):
29406         * gst/debug/gstnavseek.h:
29407           Add the navseek debug element for seeking back and forth in a
29408           video stream using arrow keys.
29409         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29410         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29411         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29412         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29413         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29414         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29415         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29416         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29417         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29418         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29419         * gst/mpeg2sub/gstmpeg2subt.h:
29420           Pretty much a complete rewrite. Now a loopbased element. May still
29421           require work to properly synchronise subtitle buffers.
29422         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29423         (gst_dvd_demux_send_subbuffer):
29424         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29425           Don't attempt to create subbuffers of size 0
29426           Reduce a couple of error outputs to warnings.
29427         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29428         (gst_y4mencode_chain):
29429         Output the y4m frame header correctly.
29430
29431 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29432
29433         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29434           throw errors instead of allowing SIGFPE
29435
29436 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29437
29438         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29439         (gst_gconf_render_bin_from_key):
29440           leak plugging and style fixing
29441
29442 2004-03-31  David Schleef  <ds@schleef.org>
29443
29444         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29445         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29446         (bug #138225)
29447         * gst/debug/Makefile.am:
29448         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29449         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29450         plugin.
29451         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29452         (gst_negotiation_base_init), (gst_negotiation_class_init),
29453         (gst_negotiation_init), (gst_negotiation_getcaps),
29454         (gst_negotiation_pad_link), (gst_negotiation_chain),
29455         (gst_negotiation_set_property), (gst_negotiation_get_property),
29456         (gst_negotiation_plugin_init):  New element to talk about random
29457         negotiation things happening in a pipeline.
29458
29459 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29460
29461         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29462           fix integer addition with help of Stefan Kost
29463
29464 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29465
29466         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29467
29468 2004-03-30  David Schleef  <ds@schleef.org>
29469
29470         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29471         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29472         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29473         (bug #137504)
29474         * ext/mpeg2dec/gstmpeg2dec.h:
29475
29476 2004-03-30  David Schleef  <ds@schleef.org>
29477
29478         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29479
29480 2004-03-30  David Schleef  <ds@schleef.org>
29481
29482         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29483         Michael Petullo) to handle .mov
29484
29485 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29486
29487         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29488         (gst_osselement_rate_check_rate):
29489           probe caps correctly for sound cards that only support one format
29490
29491 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29492
29493         * ext/kio/kiosrc.cpp: (process_events):
29494           update handling event processing if inside KDE - untested
29495
29496 2004-03-29  David Schleef  <ds@schleef.org>
29497
29498         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29499         by 2 to not interfere with other colorspaces.
29500         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29501         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29502         one to not interfere with ffmpeg_colorspace.
29503
29504 2004-03-29  David Schleef  <ds@schleef.org>
29505
29506         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29507         aren't in the caps.
29508         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29509         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29510
29511 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29512
29513         * gst-libs/gst/riff/riff-media.c:
29514           fail on error, don't try to set stuff on NULL caps
29515
29516 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29517
29518         * configure.ac:
29519         * ext/Makefile.am:
29520         * ext/kio/Makefile.am:
29521         * ext/kio/kioreceiver.cpp:
29522         * ext/kio/kioreceiver.h:
29523         * ext/kio/kiosrc.cpp:
29524         * ext/kio/kiosrc.h:
29525           add experimental kiosrc plugin
29526         * ext/alsa/gstalsaplugin.c: (plugin_init):
29527           initialize debugging category only when we're sure registering the
29528           plugins worked.
29529
29530 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29531
29532         * examples/gstplay/player.c: (main):
29533         * gst-libs/gst/play/play.c: (gst_play_class_init),
29534         (gst_play_set_location), (gst_play_set_data_src),
29535         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29536         (gst_play_set_visualization), (gst_play_connect_visualization):
29537           check return values of element_set_state and return FALSE where
29538           failed
29539
29540 2004-03-29  Benjamin Otte  <otte@gnome.org>
29541
29542         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29543           try harder to check if an event is really a discont
29544
29545 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29546
29547         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29548         * po/az.po:
29549
29550 2004-03-28  Benjamin Otte  <otte@gnome.org>
29551
29552         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29553         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29554         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29555           get rid of non-standard "..." ranges in case statements.
29556
29557 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29558
29559         * gst/mpegstream/gstmpegdemux.c:
29560         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29561         specific functionality split to the new dvddemux element.
29562         * gst/mpegstream/gstdvddemux.c:
29563         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29564         streams, derived from mpegdemux.
29565         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29566         up. SCR based timestamp rewriting can be turned off (will probably
29567         completely disappear soon).
29568         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29569         hacking. General cleanup. All printf statements replaced by
29570         debugging messages. Almost complete libdvdnav support.
29571         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29572         by events. New properties for audio and subpicture languages.
29573         (dvdnavsrc_update_highlight): Now uses events.
29574         (dvdnavsrc_user_op): Cleaned up.
29575         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29576         based). Lots of cleanup, and propper support for most libdvdnav
29577         events.
29578         (dvdnavsrc_make_dvd_event): New function.
29579         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29580         (dvdnavsrc_make_clut_change_event): New function.
29581
29582 2004-03-26  Benjamin Otte  <otte@gnome.org>
29583
29584         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29585           fix bug where typefinding would claim it's theora whenever less then
29586           7 bytes of data were available
29587
29588 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29589
29590         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29591         (gst_alawdec_base_init), (gst_alawdec_class_init),
29592         (gst_alawdec_init), (gst_alawdec_chain):
29593         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29594         (gst_alawenc_base_init), (gst_alawenc_class_init),
29595         (gst_alawenc_init), (gst_alawenc_chain):
29596         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29597         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29598         (gst_mulawdec_init), (gst_mulawdec_chain):
29599         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29600         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29601         (gst_mulawenc_init), (gst_mulawenc_chain):
29602           Fix capsnego in all four, remove the unused property functions and
29603           simplify the chain functions slightly. I guess we could use macros
29604           or something similar for those, since the code is so similar, but
29605           I'm currently too lazy...
29606
29607 2004-03-24  David Schleef  <ds@schleef.org>
29608
29609         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29610         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29611         (gst_osselement_get_format_structure),
29612         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29613         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29614         (gst_osselement_rate_int_compare): Add code to handle rate probing
29615         (bug #120883)
29616         * sys/oss/gstosselement.h: same
29617         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29618         Use rate probing provided by osselement.
29619         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29620
29621 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29622
29623         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29624         (gst_xvidenc_get_property):
29625           ulong/int mess-up.
29626
29627 2004-03-24  David Schleef  <ds@schleef.org>
29628
29629         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29630         (gst_speexdec_init):
29631         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29632         (gst_speexenc_init):  Create the pad template correctly (from
29633         the static pad template, not a NULL pointer.)
29634
29635 2004-03-25  Benjamin Otte  <otte@gnome.org>
29636
29637         * gst/debug/Makefile.am:
29638         * gst/debug/breakmydata.c:
29639           add element that quasi-randomly changes bytes in the stream.
29640           Intended use is robustness checking of demuxers and decoders in
29641           media tests.
29642
29643 2004-03-24  Benjamin Otte  <otte@gnome.org>
29644
29645         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29646         (gst_alsa_probe_hw_params):
29647         * ext/alsa/gstalsa.h:
29648           debugging output fixes
29649
29650 2004-03-24  Benjamin Otte  <otte@gnome.org>
29651
29652         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
29653           don't g_return_if_fail if element is PLAYING, fail silently as every
29654           other element.
29655         * gst/effectv/gstquark.c: (gst_quarktv_chain):
29656           only fix needed for cast lvalue issues in gst-plugins
29657         * gst/volenv/gstvolenv.c: (gst_volenv_init):
29658           add proxy_getcaps
29659
29660 2004-03-24  Benjamin Otte  <otte@gnome.org>
29661
29662         * gst/level/gstlevel.c: (gst_level_init):
29663           add proxying getcaps function, so level doesn't advertise impossible
29664           caps
29665
29666 2004-03-24  David Schleef  <ds@schleef.org>
29667
29668         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29669         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
29670         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
29671         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
29672         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
29673         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
29674         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
29675         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
29676         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
29677         messages.  Divide the chunk size by the compression ratio
29678         (needed for MACE audio)
29679
29680 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29681
29682         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29683           Fix buffer overflow read error.
29684
29685 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29686
29687         * ext/alsa/gstalsa.h:
29688           Remove unused entry.
29689         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29690           Add cinepak.
29691         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29692         (gst_videodrop_link), (gst_videodrop_chain):
29693           Fix, sort of. Was horribly broken with new capsnego. Bah...
29694
29695 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
29696
29697         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
29698         (plugin_init):
29699         Add a monkeysaudio typefind function
29700
29701 2004-03-23  Johan Dahlin  <johan@gnome.org>
29702
29703         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
29704         (gst_play_video_fixate): Check so the structure has the field
29705         before trying to fixate them, this makes it possible to have
29706         fakesinks for video and audio output without printing errors on
29707         the output console.
29708
29709 2004-03-22  David Schleef  <ds@schleef.org>
29710
29711         * sys/oss/Makefile.am:
29712         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
29713         (check_rate), (add_rate):  Rate probing test app.
29714
29715 2004-03-21  Benjamin Otte  <otte@gnome.org>
29716
29717         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
29718         (_fixate_caps_to_int), (gst_audio_convert_fixate):
29719           add a fixation function that pretty much does the right thing (fixes
29720           #137556)
29721
29722 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
29723
29724         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
29725
29726 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
29727
29728         reviewed by: Benjamin Otte  <otte@gnome.org>
29729
29730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29731           terminate gst_event_new_discontinuous correctly (fixes parts of
29732           #137711)
29733
29734 2004-03-19  David Schleef  <ds@schleef.org>
29735
29736         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
29737         since it doesn't depend on X, and it's part of our ABI.
29738
29739 2004-03-19  Iain <iain@prettypeople.org>
29740
29741         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
29742         is_int in the structure, not the local variable.
29743
29744 2004-03-19  David Schleef  <ds@schleef.org>
29745
29746         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
29747         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
29748         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
29749         Improvements in caps negotiation.
29750
29751 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29752
29753         * po/LINGUAS:
29754         * po/af.po:
29755           adding Afrikaans (Petri Jooste)
29756
29757 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29758
29759         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29760         (gst_ffmpegcolorspace_chain):
29761         throw error instead of g_critical (#137588)
29762
29763 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29764
29765         * Makefile.am:
29766         * configure.ac:
29767           dist common and m4 correctly
29768         * po/sv.po:
29769
29770 2004-03-17  David Schleef  <ds@schleef.org>
29771
29772         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
29773         (bug #137348)
29774
29775 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29776
29777         * po/LINGUAS:
29778         * po/sv.po:
29779           adding Swedish translation (Christian Rose)
29780
29781 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29782
29783         * Makefile.am: use release.mak
29784
29785 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29786
29787         * common/ChangeLog:
29788         * common/gst-autogen.sh:
29789           add some explanation about the version detection
29790         * configure.ac:
29791           fix X check
29792
29793 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29794
29795         * configure.ac: bump nano to 1
29796
29797 === release 0.8.0 ===
29798
29799 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29800
29801         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
29802
29803 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29804
29805         * configure.ac:
29806           update libtool version
29807         * gst-libs/gst/media-info/Makefile.am:
29808           actually use libtool version
29809
29810 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29811
29812         * configure.ac: fix speex detection to work with 1.0 but not 1.1
29813
29814 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29815
29816         * configure.ac:
29817         * gst-plugins.spec.in:
29818         * pkgconfig/Makefile.am:
29819         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
29820         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29821         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29822         * pkgconfig/gstreamer-libs.pc.in:
29823         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29824         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29825         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
29826         * pkgconfig/gstreamer-plugins.pc.in:
29827           remove @VERSION@ from some of the pc files since core and plugins
29828           are decoupled.
29829           created gstreamer-plugins.pc as it's a better name, but keeping
29830           -libs around for now to get fixes upstream done first.
29831
29832 2004-03-15  Julien MOUTTE <julien@moutte.net>
29833
29834         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
29835         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
29836         * gst-libs/gst/play/play.h:
29837
29838 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29839
29840         * *.c, *.cc: don't mix tabs and spaces
29841
29842 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29843
29844         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
29845           use the new ffmpegcolorspace
29846         * gst-plugins.spec.in:
29847           package new colorspace and media-info
29848         * configure.ac:
29849         * pkgconfig/Makefile.am:
29850           fix some more disting issues
29851         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29852         * pkgconfig/gstreamer-media-info.pc.in:
29853           generate media-info pc files
29854
29855 2004-03-15  Johan Dahlin  <johan@gnome.org>
29856
29857         * *.h: Revert indenting
29858
29859 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29860
29861         * configure.ac:
29862           adding ffmpegcolorspace element
29863         * gst/ffmpegcolorspace/Makefile.am:
29864         * gst/ffmpegcolorspace/avcodec.h:
29865         * gst/ffmpegcolorspace/common.h:
29866         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29867         * gst/ffmpegcolorspace/dsputil.h:
29868         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29869         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29870         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
29871         (gst_ffmpeg_caps_to_pix_fmt):
29872         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29873         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29874         (gst_ffmpegcolorspace_caps_remove_format_info),
29875         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
29876         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
29877         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
29878         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
29879         (gst_ffmpegcolorspace_set_property),
29880         (gst_ffmpegcolorspace_get_property),
29881         (gst_ffmpegcolorspace_register):
29882         * gst/ffmpegcolorspace/imgconvert.c:
29883         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29884         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29885         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29886         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29887         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29888         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
29889         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
29890         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
29891         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
29892         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
29893         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
29894         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
29895         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
29896         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
29897         (img_get_alpha_info), (deinterlace_line),
29898         (deinterlace_line_inplace), (deinterlace_bottom_field),
29899         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29900         * gst/ffmpegcolorspace/imgconvert_template.h:
29901         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29902         * gst/ffmpegcolorspace/mmx.h:
29903         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
29904           adding ffmpegcolorspace element supplied by Ronald after cleaning
29905           up and pulling in the right bits of upstream source.
29906           I'm sure a better C/compiler wizard could do some cleaning up (for
29907           example use GLIB's malloc stuff), but as a first pass this
29908           works very well
29909
29910 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29911
29912         * ext/alsa/gstalsa.h:
29913           I assume Ronald forgot to commit the change to have cardname
29914           as a struct member.  Expect some public spanking at the next
29915           opportunity.
29916
29917 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29918
29919         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
29920         (gst_alsa_open_audio), (gst_alsa_close_audio):
29921         * ext/alsa/gstalsa.c:
29922           Don't open the device if we're a mixer (= padless).
29923         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
29924         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
29925         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
29926           Open mixer during state change rather than during object
29927           initialization. Also, get a device name. Currently in a somewhat
29928           hackish fashion, but I didn't really find something better.
29929
29930 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29931
29932         * *.c, *.h: run gst-indent
29933
29934 2004-03-14  Benjamin Otte  <otte@gnome.org>
29935
29936         * gst/modplug/gstmodplug.cc:
29937         * gst/modplug/gstmodplug.h:
29938           set correct timestamps on outgoing buffers
29939
29940 2004-03-14  Benjamin Otte  <otte@gnome.org>
29941
29942         * gst/modplug/gstmodplug.cc:
29943           handle events - don't do crap when a discont arrives that's not
29944           necessary
29945           This allows correct loading and playback of mods in Rhythmbox
29946
29947 2004-03-14  Benjamin Otte  <otte@gnome.org>
29948
29949         * configure.ac:
29950         * gst-libs/gst/gconf/Makefile.am:
29951         * pkgconfig/Makefile.am:
29952           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
29953           they get rebuilt properly
29954         * configure.ac:
29955           when checking for vorbis, try pkgconfig first.
29956         * gst/modplug/gstmodplug.cc:
29957           add fixate function
29958
29959 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29960
29961         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29962           Fix for obvious mistake, where we first shift the offset and then
29963           read a samplesize element assuming the old offset. Note that this
29964           part still has something weird, i.e. my movies containing those
29965           don't actually play well, but at least there's something that looks
29966           like sound now.
29967
29968 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
29969         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
29970         (plugin_init):
29971         Add a typefind function for speex format
29972
29973 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29974
29975         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
29976         (gst_asf_demux_setup_pad):
29977           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
29978           instead of 0. Reason is simple: some elements have a fps range
29979           of 1-max instead of 0-max. So now ASF video actually works.
29980
29981 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29982
29983         * po/LINGUAS:
29984         * po/sr.po:
29985           adding serbian as a language
29986
29987 2004-03-13  Benjamin Otte  <otte@gnome.org>
29988
29989         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29990           return taglist correctly from _get function, don't gst_pad_push it.
29991           (fixes #137042)
29992
29993 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
29994         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
29995
29996 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29997
29998         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
29999         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
30000         (gst_alsa_mixer_track_new):
30001         * ext/alsa/gstalsamixertrack.h:
30002           Fix ancient leftovers... MixerTrack is a GObject.
30003
30004 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30005
30006         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30007         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30008           Don't block during probing...
30009
30010 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30011
30012         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
30013         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
30014         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
30015         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
30016         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
30017         (gst_alsa_open_audio), (gst_alsa_close_audio):
30018         * ext/alsa/gstalsa.h:
30019           Add propertyprobe interface implementation, add some device-name
30020           property, all this so that it looks good in gnome-volume-control.
30021
30022 2004-03-12  David Schleef  <ds@schleef.org>
30023
30024         * configure.ac: the Hermes library controls hermescolorspace, not
30025         colorspace.
30026         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30027         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
30028         not /* */
30029         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
30030         * ext/sdl/sdlvideosink.h: ditto.
30031         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
30032
30033 2004-03-12  Benjamin Otte  <otte@gnome.org>
30034
30035         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
30036         (gst_x_overlay_got_xwindow_id):
30037         * gst-libs/gst/xoverlay/xoverlay.h:
30038           replace XID with unsigned long to get rid of the xlibs dependency in
30039           XOverlay (fixes #137004)
30040
30041 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30042         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
30043         (gst_agingtv_setup):
30044         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
30045         (gst_dicetv_base_init), (gst_dicetv_class_init),
30046         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
30047         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
30048         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
30049         (gst_edgetv_setup), (gst_edgetv_rgb32):
30050         * gst/effectv/gsteffectv.c:
30051         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
30052         (gst_quarktv_set_property):
30053         * gst/effectv/gstrev.c: (gst_revtv_get_type),
30054         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
30055         (gst_revtv_setup), (gst_revtv_rgb32):
30056         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
30057         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
30058         (gst_shagadelictv_init), (gst_shagadelictv_setup),
30059         (gst_shagadelictv_rgb32):
30060         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
30061         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
30062         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
30063         * gst/effectv/gstwarp.c:
30064         Port everything that can be ported to videofilter and fix up the caps.
30065         Can someone with a big-endian machine please check these?
30066
30067 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30068
30069         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
30070         (gst_osssink_chain), (gst_osssink_change_state):
30071           Latest fixes for A/V sync, audio playback and such. This is about
30072           all... MPEG playback issues are mostly related to the async build-
30073           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
30074
30075 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30076
30077         patch from: Stephane Loeuillet
30078
30079         * configure.ac:
30080           use pkg-config for some libraries, falling back to the old .m4 way
30081           (fixes #131270)
30082         * m4/libdv.m4:
30083           removed
30084
30085 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30086
30087         * configure.ac:
30088         * tools/Makefile.am:
30089         * tools/Makefile.in:
30090         * tools/gst-launch-ext-m.m:
30091         * tools/gst-launch-ext.1.in:
30092         * tools/gst-visualise-m.m:
30093         * tools/gst-visualise.1:
30094         * tools/gst-visualise.1.in:
30095           reorganizing generation of script tools
30096
30097 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30098
30099         * ext/divx/gstdivxdec.c:
30100           Downgrade priority. We prefer ffdec_mpeg4.
30101         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
30102         (gst_faad_chain), (gst_faad_change_state):
30103           Fix capsnego. Doesn't work for some sounds because we don't have
30104           a 5:1 to stereo element.
30105         * ext/xvid/gstxvid.c: (plugin_init):
30106           Add priority.
30107         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30108         (gst_osssink_change_state):
30109           Add discont handling.
30110
30111 2004-03-09  Colin Walters  <walters@verbum.org>
30112
30113         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
30114         conversion.
30115
30116 2004-03-09  Benjamin Otte  <otte@gnome.org>
30117
30118         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30119           the signals take 2 arguments
30120
30121 2004-03-09  David Schleef  <ds@schleef.org>
30122
30123         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30124         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30125         * ext/alsa/gstalsa.h:
30126         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30127
30128 2004-03-09  Benjamin Otte  <otte@gnome.org>
30129
30130         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30131         (gst_mikmod_change_state):
30132         * ext/mikmod/gstmikmod.h:
30133           make mikmod's loop function not loop infinitely and call
30134           gst_element_yield anymore
30135         * gst/modplug/gstmodplug.cc:
30136           fix pad negotiation (fixes #136590)
30137
30138 2004-03-09  David Schleef  <ds@schleef.org>
30139
30140         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30141         doesn't conflict with the internal colorspace plugin.
30142         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30143         satisfy the crappy-ass shell shipped by a certain vendor.
30144         * gst/videofilter/make_filter: same (bug #135299)
30145
30146 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30147
30148         * configure.ac: bump nano to 1
30149
30150 === release 0.7.6 ===
30151
30152 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30153
30154         * configure.in: releasing 0.7.6, "There"
30155
30156 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30157
30158         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30159         * pkgconfig/gstreamer-play.pc.in:
30160           synchronize the two
30161
30162 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30163
30164         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30165         (cdparanoia_open), (cdparanoia_event):
30166           fix/add error handling
30167         * po/POTFILES.in:
30168           add cdparanoia source
30169         * tools/Makefile.am:
30170           make scripts executable
30171
30172 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30173
30174         * configure.ac:
30175         * ext/vorbis/Makefile.am:
30176         * sys/Makefile.am:
30177           remove id3types, vorbisfile and xvideosink from the build (#133783)
30178
30179 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30180
30181         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30182           Fix metadata read crash (#136537).
30183
30184 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30185
30186         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30187         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30188           adding mime types, fixing the one-stop function
30189
30190 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30191
30192         * ext/nas/nassink.c and /ext/nas/nassink.h:
30193         More NAS love from Arwed von Merkatz
30194         So lets all sing 'Can you feel the NAS tonight'
30195
30196 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30197
30198         * tools/gst-launch-ext.in:
30199         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30200
30201 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30202
30203         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30204         (gst_mpeg2dec_init):
30205         remove the user_data pad for now, because it is being used in
30206         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30207         If someone knows how to fix this properly, please do.
30208
30209 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30210
30211         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30212         (gst_osssink_get_time):
30213         add a warning, IMO this won't get triggered anymore, remove later
30214
30215 2004-03-07  David Schleef  <ds@schleef.org>
30216
30217         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30218         format (bug #136470)
30219
30220 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30221
30222         * gst-libs/Makefile.am:
30223         * gst-libs/gst/media-info/Makefile.am:
30224         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30225         (error_callback), (gst_media_info_error_create),
30226         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30227         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30228         * gst-libs/gst/media-info/media-info-priv.h:
30229         * gst-libs/gst/media-info/media-info-test.c: (main):
30230         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30231         (gst_media_info_class_init), (gst_media_info_instance_init),
30232         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30233         (gst_media_info_read_idler), (gst_media_info_read):
30234         * gst-libs/gst/media-info/media-info.h:
30235         fixed, should work now
30236
30237 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30238
30239         * ext/nas/nassink.c:
30240         A bunch of NAS fixes from Arwed von Merkatz
30241
30242 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30243
30244         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30245         (qtdemux_parse_trak):
30246           Fix crash (j might be greater than n_samples, in which case we're
30247           writing outside the allocated space for the array) and memleak.
30248
30249 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30250
30251         * sys/oss/gstosssink.c: (gst_osssink_chain):
30252           And another caller that couldn't handle delay < 0 (unsigned
30253           integer overflow). Video now continues playing on an audio
30254           buffer underrun, and the clock continues working. Audio still
30255           stalls.
30256
30257 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30258
30259         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30260         (gst_osssink_get_time):
30261           get_delay() may return values lower than 0. In those cases, we
30262           should not actually cast to *unsigned* int64, that will break
30263           stuff horribly. In my case, it screwed up A/V sync in movies
30264           in totem rather badly.
30265
30266 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30267
30268         * ext/faac/gstfaac.c: (gst_faac_chain):
30269         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30270         * ext/libpng/gstpngenc.c: (user_write_data):
30271         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30272         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30273         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30274         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30275         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30276         of any buffer), should fix some leaks. I hope I didn't unref buffers
30277         that shouldn't be...
30278
30279 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30280
30281         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30282         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30283         (error_callback), (gmi_reset), (gmi_seek_to_track),
30284         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30285         (gmip_find_type_post), (gmip_find_stream_post),
30286         (gmip_find_track_streaminfo_post):
30287         * gst-libs/gst/media-info/media-info-priv.h:
30288         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30289         (info_print), (main):
30290         * gst-libs/gst/media-info/media-info.c:
30291         (gst_media_info_error_create), (gst_media_info_error_element),
30292         (gst_media_info_instance_init), (gst_media_info_get_property),
30293         (gst_media_info_new), (gst_media_info_set_source),
30294         (gst_media_info_read_idler), (gst_media_info_read):
30295         * gst-libs/gst/media-info/media-info.h:
30296           first pass at making this work again.  This seems to work on
30297           tagged ogg/vorbis and mp3 files.
30298
30299 2004-03-06  Benjamin Otte  <otte@gnome.org>
30300
30301         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30302           fix huge leak: gst_buffer_merge doesn't unref the first argument
30303           itself.
30304
30305 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30306
30307         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30308           report layer/mode/emphasis
30309
30310 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30311
30312         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30313
30314 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30315
30316         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30317           signal serial
30318
30319 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30320
30321         * ext/vorbis/vorbis.c: (plugin_init):
30322         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30323         (gst_vorbis_dec_init), (vorbis_dec_event):
30324         add debug category
30325         make vorbisdec handle _BYTE and _TIME queries
30326
30327 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30328
30329         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30330           from the xing header
30331
30332 2004-03-06  Benjamin Otte  <otte@gnome.org>
30333
30334         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30335         (gst_audio_convert_link), (gst_audio_convert_change_state),
30336         (gst_audio_convert_buffer_from_default_format):
30337           do conversions from/to float correctly, fix some caps nego errors,
30338           export correct supported caps in template and getcaps, use correct
30339           caps in try_set_caps functions
30340
30341 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30342
30343         For some reason, I only committed a ChangeLog entry yesterday and
30344         not the corresponding code...
30345         * ext/mad/gstmad.c: Fix detection of Xing headers
30346         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30347
30348 2004-03-06  Benjamin Otte  <otte@gnome.org>
30349
30350         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30351         (gst_ogg_demux_src_query):
30352           make sure to handle the case where there's no current chain
30353           gracefully.
30354
30355 2004-03-05  David Schleef  <ds@schleef.org>
30356
30357         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30358         Add fixate function. (bug #131128)
30359         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30360         (gst_sdlvideosink_fixate):  Add fixate function.
30361         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30362         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30363         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30364         Fix missing break that was causing ulaw to be interpreted as
30365         raw int.
30366
30367 2004-03-05  David Schleef  <ds@schleef.org>
30368
30369         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30370         Fix code that ignores return value of gst_buffer_merge().
30371         (bug #114560)
30372         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30373         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30374         * testsuite/gst-lint:  Check for above.
30375
30376 2004-03-05  David Schleef  <ds@schleef.org>
30377
30378         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30379         caps and throw an element error.  (bug #136334)
30380
30381 2004-03-05  David Schleef  <ds@schleef.org>
30382
30383         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30384         (gst_faad_chain): Fix negotiation.
30385         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30386         key and button events.
30387         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30388         dung heap of code.
30389         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30390         depends on gconf
30391         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30392         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30393         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30394         function to encourage better negotiation, particularly between
30395         audioconvert and osssink.
30396         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30397         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30398         more important.
30399         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30400         typefinding.
30401         * gst/vbidec/vbiscreen.c:  Add glib header
30402         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30403
30404 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30405
30406         * ext/mad/gstmad.c: Fix detection of Xing headers
30407         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30408
30409 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30410
30411         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30412         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30413           debug updates
30414
30415 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30416
30417         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30418         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30419         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30420         files, and report the parsed length as a GST_TAG_DURATION tag.
30421         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30422
30423 2004-03-05  Benjamin Otte  <otte@gnome.org>
30424
30425         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30426           convert channels correctly. convert correctly to unsigned.
30427
30428 2004-03-05  Julien MOUTTE <julien@moutte.net>
30429
30430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30431         we have a window before clearing it.
30432
30433 2004-03-05  Julien MOUTTE <julien@moutte.net>
30434
30435         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30436         have a window before clearing it.
30437
30438 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30439
30440         * gconf/gstreamer.schemas.in:
30441         * gst-libs/gst/gconf/Makefile.am:
30442           version installation path the same way as for 0.6
30443         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30444         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30445         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30446           remove comment that was fixed
30447
30448 2004-03-05  David Schleef  <ds@schleef.org>
30449
30450         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30451         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30452         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30453         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30454         Add prototype code for handling seeking and querying.
30455
30456 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30457
30458         * examples/gstplay/player.c: (main):
30459           Initialize variables to NULL. Prevents a segfault because the
30460           (uninitialized) variable is not NULL, resulting in a crash on
30461           trying to reach error->message.
30462
30463 2004-03-05  Benjamin Otte  <otte@gnome.org>
30464
30465         * gst/audioconvert/gstaudioconvert.c:
30466         (gst_audio_convert_buffer_to_default_format):
30467         make float=>int conversion work correctly even in cornercases.
30468
30469 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30470
30471         * debian/README.Debian:
30472         * debian/build-deps:
30473         * debian/changelog:
30474         * debian/control:
30475         * debian/control.in:
30476         * debian/copyright:
30477         * debian/gstreamer-a52dec.files:
30478         * debian/gstreamer-aa.files:
30479         * debian/gstreamer-alsa.files:
30480         * debian/gstreamer-alsa.manpages:
30481         * debian/gstreamer-arts.files:
30482         * debian/gstreamer-artsd.files:
30483         * debian/gstreamer-audiofile.files:
30484         * debian/gstreamer-avifile.files:
30485         * debian/gstreamer-cdparanoia.files:
30486         * debian/gstreamer-colorspace.files:
30487         * debian/gstreamer-doc.files:
30488         * debian/gstreamer-dv.files:
30489         * debian/gstreamer-dvd.files:
30490         * debian/gstreamer-esd.files:
30491         * debian/gstreamer-festival.files:
30492         * debian/gstreamer-flac.files:
30493         * debian/gstreamer-gconf.conffiles:
30494         * debian/gstreamer-gconf.files:
30495         * debian/gstreamer-gconf.postinst:
30496         * debian/gstreamer-gnomevfs.files:
30497         * debian/gstreamer-gsm.files:
30498         * debian/gstreamer-http.files:
30499         * debian/gstreamer-jack.files:
30500         * debian/gstreamer-jpeg.files:
30501         * debian/gstreamer-mad.files:
30502         * debian/gstreamer-mikmod.files:
30503         * debian/gstreamer-misc.files:
30504         * debian/gstreamer-mpeg2dec.files:
30505         * debian/gstreamer-oss.files:
30506         * debian/gstreamer-plugin-apps.files:
30507         * debian/gstreamer-plugin-apps.manpages:
30508         * debian/gstreamer-plugin-libs-dev.files:
30509         * debian/gstreamer-plugin-libs.files:
30510         * debian/gstreamer-plugin-template.postinst:
30511         * debian/gstreamer-plugin-template.postrm:
30512         * debian/gstreamer-sdl.files:
30513         * debian/gstreamer-sid.files:
30514         * debian/gstreamer-vorbis.files:
30515         * debian/gstreamer-x.files:
30516         * debian/mk.control:
30517         * debian/rules:
30518         Debian package info not maintained here.
30519
30520 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30521
30522         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30523         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30524         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30525         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30526         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30527         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30528         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30529         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30530         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30531         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30532         * gst-libs/gst/colorbalance/colorbalance.c:
30533         (gst_color_balance_class_init):
30534         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30535         (gst_color_balance_channel_class_init):
30536         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30537         * gst-libs/gst/play/play.c: (gst_play_class_init):
30538         * gst-libs/gst/propertyprobe/propertyprobe.c:
30539         (gst_property_probe_iface_init):
30540         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30541         * gst-libs/gst/tuner/tunerchannel.c:
30542         (gst_tuner_channel_class_init):
30543         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30544         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30545         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30546         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30547         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30548         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30549         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30550         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30551         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30552           fix signals to use - instead of _
30553         * ext/libcaca/gstcacasink.h:
30554         * ext/sdl/sdlvideosink.h:
30555           fix header rename
30556
30557 2004-03-04  David Schleef  <ds@schleef.org>
30558
30559         * testsuite/gst-lint:  Add a check for bad signal names.
30560
30561 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30562
30563         reviewed by David Schleef
30564
30565         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30566         modified the alpha channel and caused a warning. (bug #136192)
30567
30568 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30569
30570         * gst-plugins.spec.in:
30571         Change names of plugins to actually be correct. Try to keep things
30572         alphabetical to avoid getting beat up by Thomas
30573
30574 2004-03-03  Julien MOUTTE <julien@moutte.net>
30575
30576         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30577         Using ximagesink as a default if no gconf key found. We should
30578         probably consider using alsasink instead of osssink for the audio
30579         part.
30580
30581 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30582
30583         * configure.ac:
30584           fix --with-plugins, don't think it ever worked before
30585         * gst-plugins.spec.in:
30586           even more updates
30587
30588 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30589
30590         * ext/sdl/sdlvideosink.h:
30591         * sys/ximage/ximagesink.h:
30592         * sys/xvideo/xvideosink.h:
30593         * sys/xvimage/xvimagesink.h:
30594           Fix for move of gstvideosink.h -> videosink.h.
30595
30596 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30597
30598         * gst-libs/gst/xwindowlistener/Makefile.am:
30599           this is a plugin library, not a library
30600
30601 2004-03-01  David Schleef  <ds@schleef.org>
30602
30603         * AUTHORS:  Added some names.  Add yourself if you're still
30604         missing.
30605
30606 2004-03-01  David Schleef  <ds@schleef.org>
30607
30608         * MAINTAINERS: Add
30609
30610 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30611
30612         * gst-plugins.spec.in: clean up spec file
30613
30614 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30615
30616         * gst-libs/gst/video/Makefile.am:
30617         * gst-libs/gst/video/gstvideosink.c:
30618         * gst-libs/gst/video/gstvideosink.h:
30619           rename gstvideosink.h to videosink.h to match other headers
30620         * gst/mixmatrix/Makefile.am:
30621           fix plugin filename
30622         * gst/tags/Makefile.am: fix plugin filename
30623
30624 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30625
30626         * gst/tags/Makefile.am: fix plugin filename
30627
30628 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30629
30630         * examples/gstplay/player.c: (got_time_tick), (main):
30631           add error handler
30632           display time_tick more readably
30633         * gst/mixmatrix/Makefile.am:
30634           fix plugin file name
30635
30636 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30637
30638         * sys/oss/gstosselement.c: (gst_osselement_probe),
30639         (device_combination_append), (gst_osselement_class_probe_devices):
30640         * sys/oss/gstosselement.h:
30641           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30642           on my system using alsa oss emulation, fixes bug #135597
30643
30644 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30645
30646         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30647         (gst_videodrop_chain), (gst_videodrop_change_state):
30648         * gst/videodrop/gstvideodrop.h:
30649           Work based on timestamp of input data, not based on the expected
30650           framerate from the input. The consequence is that this element now
30651           not only scales framerates, but also functions as a framerate
30652           corrector or framerate stabilizer/constantizer.
30653
30654 2004-02-27  David Schleef  <ds@schleef.org>
30655
30656         patches from jmmv@menta.net (Julio M. Merino Vidal)
30657
30658         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
30659         GST_ELEMENT_ERROR call (bug #135634)
30660         * gst/interleave/interleave.c: (interleave_buffered_loop),
30661         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
30662         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
30663         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30664         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
30665         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
30666         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30667         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
30668         Fix GST_ELEMENT_ERROR call.
30669         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
30670         GST_ELEMENT_ERROR call.
30671
30672 2004-02-27  Benjamin Otte  <otte@gnome.org>
30673
30674         * gst-libs/gst/audio/audio.h:
30675           add macro to make sure header isn't included twice
30676         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30677           don't use gst_buffer_free
30678         * gst/playondemand/filter.func:
30679           don't use gst_data_free. Free data only once.
30680
30681 2004-02-26  David Schleef  <ds@schleef.org>
30682
30683         * gst-libs/gst/colorbalance/Makefile.am:
30684         * gst-libs/gst/mixer/Makefile.am:
30685         * gst-libs/gst/tuner/Makefile.am:
30686         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
30687         should not be disted, -marshal.h files should not be installed,
30688         and -enum.h files _should_ be installed.  Fix to make this the
30689         case.
30690
30691 === release 0.7.5 ===
30692
30693 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30694
30695         * configure.ac: release 0.7.5, "Under The Sea"
30696
30697 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30698
30699         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30700         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
30701         * gst/videoscale/gstvideoscale.c:
30702         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30703           assorted debug/warning fixes
30704
30705 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30706
30707         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30708         (gst_videoscale_init), (gst_videoscale_chain),
30709         (gst_videoscale_set_property), (plugin_init):
30710         * gst/videoscale/gstvideoscale.h:
30711         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30712         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
30713         (gst_videoscale_planar400), (gst_videoscale_packed422),
30714         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
30715         (gst_videoscale_24bit), (gst_videoscale_16bit),
30716         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
30717         (gst_videoscale_scale_plane_slow),
30718         (gst_videoscale_scale_point_sample),
30719         (gst_videoscale_scale_nearest),
30720         (gst_videoscale_scale_nearest_str2),
30721         (gst_videoscale_scale_nearest_str4),
30722         (gst_videoscale_scale_nearest_32bit),
30723         (gst_videoscale_scale_nearest_24bit),
30724         (gst_videoscale_scale_nearest_16bit):
30725         add debugging category and use it properly
30726         fix use of GST_PTR_FORMAT
30727
30728 2004-02-25  Andy Wingo  <wingo@pobox.com>
30729
30730         * gst/interleave/interleave.c (interleave_buffered_loop): Always
30731         push only when channel->buffer is NULL. Prevents segfaults doing
30732         the state change after a nonlocal exit, like a scheme exception.
30733
30734         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
30735         Handle the case where the intersected caps is empty.
30736
30737 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30738
30739         * gst/law/mulaw-decode.c: (mulawdec_link):
30740         * gst/law/mulaw.c: (plugin_init):
30741           fix mulawdec so it actually works again
30742
30743 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
30744
30745         reviewed by: David Schleef  <ds@schleef.org>
30746
30747         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
30748         (gst_gamma_init), (gst_gamma_set_property),
30749         (gst_gamma_get_property), (gst_gamma_calculate_tables),
30750         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
30751         for RGB, with separate r g and b correction factors. (#131167)
30752
30753 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30754
30755         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30756           only signal tags for bitrate if they're > 0 (#134894)
30757
30758 2004-02-24  David Schleef  <ds@schleef.org>
30759
30760         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
30761         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
30762         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
30763         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
30764         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
30765         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
30766         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
30767         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
30768         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
30769         category.  Attempt to fix timestamp calculation.
30770
30771 2004-02-24  Johan Dahlin  <johan@gnome.org>
30772
30773         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
30774
30775 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30776
30777         * configure.ac:
30778         * gconf/Makefile.am:
30779         * gconf/gstreamer.schemas:
30780         * gst-libs/gst/gconf/Makefile.am:
30781         * gst-libs/gst/gconf/gconf.c:
30782           version gconf schemas and install locations
30783
30784 2004-02-23  Benjamin Otte  <otte@gnome.org>
30785
30786         * ext/xine/xineinput.c: (gst_xine_input_dispose):
30787         (gst_xine_input_subclass_init):
30788           call parent dispose.
30789           change pad template for CD reader correctly
30790         * ext/xine/Makefile.am:
30791         * ext/xine/gstxine.h:
30792         * ext/xine/xine.c: (plugin_init):
30793         * ext/xine/xineaudiosink.c:
30794           wrap audio sinks, too
30795         * gst-libs/gst/resample/private.h:
30796         * gst-libs/gst/resample/resample.c: (gst_resample_init),
30797         (gst_resample_reinit), (gst_resample_scale),
30798         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
30799         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
30800         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
30801         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
30802         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
30803         * gst-libs/gst/resample/resample.h:
30804         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
30805         (gst_audioscale_class_init), (gst_audioscale_link),
30806         (gst_audioscale_get_buffer), (gst_audioscale_init),
30807         (gst_audioscale_chain), (gst_audioscale_set_property),
30808         (gst_audioscale_get_property):
30809         * gst/audioscale/gstaudioscale.h:
30810           s/resample_*/gst_resample_*/i to not clobber namespaces
30811
30812 2004-02-23  Julien MOUTTE  <julien@moutte.net>
30813
30814         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
30815         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
30816         (gst_riff_create_video_template_caps),
30817         (gst_riff_create_audio_template_caps),
30818         (gst_riff_create_iavs_template_caps):
30819         * gst-libs/gst/riff/riff-media.h:
30820         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30821         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
30822         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
30823         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30824         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
30825         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
30826         (gst_matroska_demux_plugin_init): First batch implementing audio and
30827         video codec tags in demuxers.
30828
30829 2004-02-22  Benjamin Otte  <otte@gnome.org>
30830
30831         * ext/xine/Makefile.am:
30832         * ext/xine/gstxine.h:
30833         * ext/xine/xine.c: (plugin_init):
30834         * ext/xine/xineinput.c:
30835           add input plugin wrapper. Playback from files, http, mms and cdda
30836           works.
30837         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
30838           remove leftover G_GNUC_UNUSED
30839         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
30840         (gst_asf_demux_identify_guid):
30841           improve debugging output
30842
30843 2004-02-22  Benjamin Otte  <otte@gnome.org>
30844
30845         reported by: Padraig O'Briain <padraig.obriain@sun.com>
30846
30847         * autogen.sh:
30848           replace test -e with test -x for mkinstalldirs to be more portable.
30849           (fixes #134816)
30850
30851 2004-02-22  Benjamin Otte  <otte@gnome.org>
30852
30853         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
30854
30855         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
30856           set rank to PRIMARY
30857         * gst/volume/gstvolume.c: (plugin_init):
30858           set rank to NONE
30859         fixes #134960
30860
30861 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
30862
30863         reviewed by Benjamin Otte  <otte@gnome.org>
30864
30865         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30866           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
30867
30868 2004-02-22  Benjamin Otte  <otte@gnome.org>
30869
30870         * configure.ac:
30871           export [_]*{gst,Gst,GST}.* symbols from plugins
30872
30873 2004-02-22  Christophe Fergeau <teuf@gnome.org>
30874
30875         reviewed by: Benjamin Otte  <otte@gnome.org>
30876
30877         * ext/lame/gstlame.c: (add_one_tag):
30878         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30879         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
30880         (gst_vorbisenc_metadata_set1):
30881         * gst/tags/gstid3tag.c:
30882         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
30883           apply fixes from bugs #135042 (lame can't write tags) and #133817
30884           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
30885
30886 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
30887
30888         * configure.ac: Export only gst_plugin_desc from plugins.
30889          Note that this change only makes any effect with Linux using libtool
30890          1.5.2 or higher. Otherwise it is silently ignored, but it would build
30891          fine. And don't try to have several versions of libtool in different
30892          directories.
30893
30894 2004-02-20  Andy Wingo  <wingo@pobox.com>
30895
30896         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
30897         interleave respectively.
30898
30899         * gst/interleave/deinterleave.c: New plugin: deinterleave
30900         (replaces on oneton).
30901         * gst/interleave/interleave.c: New plugin: interleave.
30902         * gst/interleave/plugin.h: Support file.
30903         * gst/interleave/plugin.c: Support file.
30904
30905         * configure.ac: Remove intfloat and oneton, add interleave.
30906
30907         * ext/sndfile/gstsf.c: Handle events better.
30908
30909         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
30910         and float2int operation. int2float has scheduling problems as
30911         noted in in2float_chain.
30912
30913 2004-02-20  Benjamin Otte  <otte@gnome.org>
30914
30915         * ext/xine/Makefile.am:
30916         * ext/xine/gstxine.h:
30917         * ext/xine/xine.c:
30918         * ext/xine/xineaudiodec.c:
30919         * ext/xine/xinecaps.c:
30920           add first version of xine plugin wrapper. Currently only wraps the
30921           QDM2 win32 DLL, and even that only in proof-of-concept quality.
30922         * configure.ac:
30923         * ext/Makefile.am:
30924           add xine plugin wrapper, disabled by default. Use --enable-xine to
30925           build. Note that it'll segfault on gst-register if you don't remove
30926           the goom and tvtime post plugins from xine.
30927         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30928         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
30929           add extradata parsing for QDM2.
30930           change around debugging prints.
30931
30932 2004-02-19  Benjamin Otte  <otte@gnome.org>
30933
30934         * ext/lame/gstlame.c: (gst_lame_chain):
30935         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30936           use gst_tag_list_insert when you want to insert tags
30937
30938 2004-02-18  David Schleef  <ds@schleef.org>
30939
30940         * configure.ac:  Move massink to gst-rotten
30941         * ext/Makefile.am:
30942         * ext/mas/Makefile.am:
30943         * ext/mas/massink.c:
30944         * ext/mas/massink.h:
30945
30946 2004-02-18  David Schleef  <ds@schleef.org>
30947
30948         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
30949         typefinding, since it seems to be worse than nothing.
30950         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
30951         atom to recognize .mp4 and .m4a files as video/quicktime.
30952
30953 2004-02-18  David Schleef  <ds@schleef.org>
30954
30955         * gst/sine/demo-dparams.c: (quit_live),
30956         (dynparm_log_value_changed), (dynparm_value_changed), (main):
30957         Use double dparams, not float.
30958         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30959         (gst_sinesrc_init): Change sync default to FALSE, since multiple
30960         sync'd elements don't really work correctly.
30961         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
30962         (volume_update_volume), (volume_get_property):  Change dparam
30963         to double.
30964
30965 2004-02-18  Julien MOUTTE  <julien@moutte.net>
30966
30967         * sys/ximage/ximagesink.c:
30968         (gst_ximagesink_xwindow_update_geometry),
30969         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30970         (gst_ximagesink_change_state), (gst_ximagesink_expose),
30971         (gst_ximagesink_init): Rework the way software video scaling works. So
30972         now we check on each chain call if the video frames are feeling the
30973         window. If not we try to renegotiate caps. On failure we memorize that
30974         and we won't try again for that PLAYING sessions.
30975         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
30976         failure.
30977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
30978         synchronous flag.
30979
30980 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30981
30982         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30983           break up _link so we can give a better debug message for errors
30984
30985 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30986
30987         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
30988           set up debug category
30989
30990 2004-02-18  Julien MOUTTE <julien@moutte.net>
30991
30992         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30993         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
30994         the way renegotiation work. The event handling function is not taking
30995         care of external windows and renegotiate method check for pad flags
30996         NEGOTIATING. Should fix : #133209
30997
30998 2004-02-17  Julien MOUTTE  <julien@moutte.net>
30999
31000         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
31001         pad is negotiating before trying renegotiation.
31002
31003 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31004
31005         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31006           pass on all possible mime types as typefind hints
31007
31008 2004-02-17  Julien MOUTTE <julien@moutte.net>
31009
31010         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
31011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
31012         possible SHM leak if we crash. All other apps using XShm are doing
31013         that.
31014
31015 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31016
31017         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31018         (gst_ximagesink_expose): Renegotiate size on expose.
31019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
31020         size on expose.
31021
31022 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31023
31024         * testsuite/alsa/sinesrc.c:
31025           cosmetic fix to fix compile issue with gcc 2.95.4
31026
31027 2004-02-16  Julien MOUTTE <julien@moutte.net>
31028
31029         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31030         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
31031         failed opening the audio device.
31032         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31033         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
31034         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
31035         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
31036         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31037         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
31038         (gst_ximagesink_change_state), (gst_ximagesink_chain),
31039         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
31040         Removing some useless g_return_if_fail like wingo suggested.
31041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31042         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
31043         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31044         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
31045         (gst_xvimagesink_update_colorbalance),
31046         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
31047         (gst_xvimagesink_xcontext_clear),
31048         (gst_xvimagesink_get_fourcc_from_caps),
31049         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31050         (gst_xvimagesink_set_xwindow_id),
31051         (gst_xvimagesink_colorbalance_list_channels),
31052         (gst_xvimagesink_colorbalance_set_value),
31053         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
31054         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
31055
31056 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31057
31058         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31059           throw error when not negotiated instead of asserting
31060
31061 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31062
31063         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
31064         correct data refcounting.
31065
31066 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31067
31068         * gst/switch/gstswitch.c: (gst_switch_change_state),
31069         (gst_switch_class_init): Cleaning the sinkpads correctly on state
31070         change, mostly the EOS flag.
31071
31072 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31073
31074         * examples/gstplay/player.c: (got_eos), (main): Adding some
31075         output for debugging.
31076         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
31077         timeouts if we go to any state different from PLAYING.
31078         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
31079         more EOS bugs in riff lib.
31080
31081 2004-02-14  Julien MOUTTE  <julien@moutte.net>
31082
31083         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
31084         visualization until i find a way to fix switch correctly.
31085         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
31086         EOS arrives.
31087         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31088         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
31089         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
31090         Reworked switch to get a more correct behaviour with events and refing
31091         of data stored in sinkpads.
31092         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
31093         we don't pull from a pad in EOS.
31094
31095 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31096
31097         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31098           remove v1 tag even if we can't read it (makes sure we don't detect
31099           it again)
31100
31101 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31102
31103         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
31104         (gst_alsa_xrun_recovery):
31105         * ext/alsa/gstalsa.h:
31106           try xrun recovery when wait failed. Make xrun recovery function
31107           return TRUE/FALSE to indicate success. (might fix #134354)
31108
31109 2004-02-13  David Schleef  <ds@schleef.org>
31110
31111         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
31112         (dynparm_value_changed), (main): Convert from float to double.
31113         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
31114
31115 2004-02-13  David Schleef  <ds@schleef.org>
31116
31117         * gst/silence/gstsilence.c: (gst_silence_class_init),
31118         (gst_silence_set_clock), (gst_silence_get),
31119         (gst_silence_set_property), (gst_silence_get_property):
31120         * gst/silence/gstsilence.h: Add sync property.
31121         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31122         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31123         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31124         * gst/sine/gstsinesrc.h: Add sync property.
31125
31126 2004-02-13  David Schleef  <ds@schleef.org>
31127
31128         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31129         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31130
31131 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31132
31133         * configure.ac:
31134         * ext/Makefile.am:
31135         * gst-libs/ext/Makefile.am:
31136           move ffmpeg plugin to gst-ffmpeg module
31137
31138 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31139
31140         * configure.ac: use GST_ARCH to detect architecture
31141
31142 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31143
31144         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31145
31146 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31147
31148         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31149           classify LADSPA plugins based on number of src/sink pads
31150           (#133663, Stefan Kost)
31151         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31152           fix dparams registration
31153           (#133528, Stefan Kost)
31154         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31155           fix use of isprint and use g_ascii_isprint instead
31156           (#133316, Stefan Kost)
31157
31158 2004-02-11  David Schleef  <ds@schleef.org>
31159
31160         Convert a few inner loops to use liboil.  This is currently
31161         optional, and is only enabled if liboil is present (duh!).
31162         * configure.ac: Check for liboil-0.1
31163         * gst/intfloat/Makefile.am:
31164         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31165         (gst_int2float_chain_gint16):
31166         * gst/videofilter/Makefile.am:
31167         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31168         (tablelookup_u8), (gst_videobalance_planar411):
31169         * gst/videotestsrc/Makefile.am:
31170         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31171         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31172         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31173         (paint_hline_RGB565), (paint_hline_xRGB1555):
31174
31175 2004-02-11  David Schleef  <ds@schleef.org>
31176
31177         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31178         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31179         (gst_colorspace_getcaps), (gst_colorspace_link),
31180         (gst_colorspace_base_init), (gst_colorspace_init),
31181         (gst_colorspace_chain), (gst_colorspace_change_state),
31182         (plugin_init): Merge Ronald's patch (bug #117897) and update
31183         for new caps and negotiation.  Seems to work, although it
31184         shows off bugs in lcs.
31185
31186 2004-02-11  David Schleef  <ds@schleef.org>
31187
31188         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31189         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31190
31191 2004-02-11  David Schleef  <ds@schleef.org>
31192
31193         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31194         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31195         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31196         Add server and port properties
31197
31198 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31199
31200         * m4/a52.m4:
31201         * m4/aalib.m4:
31202         * m4/as-ffmpeg.m4:
31203         * m4/as-liblame.m4:
31204         * m4/as-slurp-ffmpeg.m4:
31205         * m4/check-libheader.m4:
31206         * m4/esd.m4:
31207         * m4/freetype2.m4:
31208         * m4/gconf-2.m4:
31209         * m4/glib.m4:
31210         * m4/gst-alsa.m4:
31211         * m4/gst-artsc.m4:
31212         * m4/gst-ivorbis.m4:
31213         * m4/gst-matroska.m4:
31214         * m4/gst-sdl.m4:
31215         * m4/gst-shout2.m4:
31216         * m4/gst-sid.m4:
31217         * m4/gtk.m4:
31218         * m4/libdv.m4:
31219         * m4/libfame.m4:
31220         * m4/libmikmod.m4:
31221         * m4/ogg.m4:
31222         * m4/vorbis.m4:
31223           fix underquotedness of macros (#133800)
31224         * m4/as-avifile.m4:
31225         * m4/xmms.m4:
31226           removed because no longer used
31227
31228 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31229
31230         * configure.ac:
31231           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31232           by autopoint (fixes #132996)
31233
31234 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31235
31236         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31237         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31238         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31239         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31240           fix memleaks
31241
31242 2004-02-11  David Schleef  <ds@schleef.org>
31243
31244         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31245         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31246         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31247         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31248         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31249         (gst_jpegenc_class_init), (gst_jpegenc_init),
31250         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31251         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31252         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31253         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31254
31255 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31256
31257         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31258         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31259         * ext/mikmod/gstmikmod.h:
31260           fix caps negotiation in mikmod
31261         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31262           output debug information
31263
31264 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31265
31266         * gst-libs/gst/colorbalance/Makefile.am:
31267         * gst-libs/gst/navigation/Makefile.am:
31268         * gst-libs/gst/xoverlay/Makefile.am:
31269           remove unused GST_OPT_CFLAGS from Makefiles
31270           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31271
31272 2004-02-07  David Schleef  <ds@schleef.org>
31273
31274         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31275         push events to pads that haven't been created (#133508)
31276
31277 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31278
31279         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31280         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31281         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31282         (gst_dvdec_loop), (gst_dvdec_change_state):
31283         Second attempt at committing a working dvdec element.
31284
31285 2004-02-06  David Schleef  <ds@schleef.org>
31286
31287         Build fixes for OS X: (see #129600)
31288         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31289         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31290         (gst_riff_read_strf_iavs):
31291         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31292         (gst_avi_demux_stream_odml):
31293         * gst/playondemand/Makefile.am:
31294         * gst/rtp/rtp-packet.c:
31295
31296 2004-02-05  David Schleef  <ds@schleef.org>
31297
31298         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31299         last change, because it Just Doesn't Compile.
31300
31301 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31302
31303         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31304           skip undecodable id3v2 tag instead of keeping it
31305
31306 2004-02-05  David Schleef  <ds@schleef.org>
31307
31308         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31309         Unref leaked buffer.  (Noticed by Ronald)
31310
31311 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31312
31313         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31314         Sync requires with other checks.  >= vs =.
31315
31316 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31317
31318         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31319         (gst_dvdec_video_link), (gst_dvdec_loop):
31320         * ext/dv/gstdvdec.h:
31321           rework the caps negotiation so that dvdec works again instead
31322           of just segfaulting.
31323
31324 === release 0.7.4 ===
31325
31326 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31327
31328         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31329         * configure.ac: changed for release
31330
31331 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31332
31333         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31334         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31335         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31336         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31337           reworked patch by David Lehn to fix libdir and includedir for
31338           uninstalled libraries
31339           removed play and gconf from gstreamer-libs since they have their
31340           own pkgconfig files
31341
31342 2004-02-04  David Schleef  <ds@schleef.org>
31343
31344         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31345         memleak.
31346
31347 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31348
31349         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31350           use correct GST_TAG_ENCODER tag
31351
31352 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31353
31354         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31355           be sure to stop the clock when going to paused
31356         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31357           reset number of transmitted when going to ready.
31358         fixes #132935
31359
31360 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31361
31362         reviewed by Benjamin Otte
31363
31364         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31365           extract track count (fixes #133410)
31366
31367 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31368
31369         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31370           that should be !=, not == (fixes #132519)
31371
31372 2004-02-04  David Schleef  <ds@schleef.org>
31373
31374         Make sure set_explicit_caps() is called before adding pad.
31375         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31376         * gst/id3/gstid3types.c: (gst_id3types_loop):
31377         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31378         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31379
31380 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31381
31382         * configure.ac:
31383           bump nano to 2, first prerelease
31384           put back AM_PROG_LIBTOOL
31385
31386 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31387
31388         * testsuite/alsa/Makefile.am:
31389           these are user test apps, not automatic testsuite tests
31390
31391 2004-02-04  David Schleef  <ds@schleef.org>
31392
31393         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31394         * gst/mpeg1videoparse/gstmp1videoparse.c:
31395         (mp1videoparse_parse_seq):
31396         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31397         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31398         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31399         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31400         (gst_xvideosink_getcaps):
31401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31402         * testsuite/gst-lint: more tests
31403
31404 2004-02-04  David Schleef  <ds@schleef.org>
31405
31406         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31407         with the code that they would expand to.
31408         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31409         (gst_flacdec_get_src_query_types),
31410         (gst_flacdec_get_src_event_masks):
31411         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31412         (gst_gnomevfssrc_get_query_types),
31413         (gst_gnomevfssrc_get_event_mask):
31414
31415 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31416
31417         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31418         (gst_sinesrc_dispose):
31419           fix memleak by properly disposing sinesrc
31420
31421 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31422
31423         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31424         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31425         an overlay to redraw the image because it has been exposed.
31426         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31427         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31428         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31429         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31430         interface
31431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31432         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31433         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31434         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31435         interface
31436
31437 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31438
31439         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31440           more memleak fixage
31441
31442 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31443
31444         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31445         * gst/typefind/gsttypefindfunctions.c:
31446           fix memleaks shown by gst-typefind
31447
31448 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31449
31450         * common/glib-gen.mak:
31451           add hack rule to touch .Plo files
31452         * gst-libs/gst/colorbalance/Makefile.am:
31453         * gst-libs/gst/mixer/Makefile.am:
31454         * gst-libs/gst/play/Makefile.am:
31455         * gst-libs/gst/tuner/Makefile.am:
31456           remove glib_root variable
31457
31458 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31459
31460         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31461           set explicit caps before adding the element, so the autopluggers can
31462           plug correctly.
31463         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31464         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31465         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31466         (dv_type_find):
31467           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31468           argument.
31469
31470 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31471
31472         * gst-libs/gst/colorbalance/Makefile.am:
31473         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31474         * gst-libs/gst/colorbalance/colorbalance.c:
31475         * gst-libs/gst/colorbalance/colorbalance.h:
31476         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31477         * gst-libs/gst/mixer/Makefile.am:
31478         * gst-libs/gst/mixer/mixer-marshal.list:
31479         * gst-libs/gst/mixer/mixer.c:
31480         * gst-libs/gst/mixer/mixer.h:
31481         * gst-libs/gst/mixer/mixermarshal.list:
31482         * gst-libs/gst/play/Makefile.am:
31483         * gst-libs/gst/play/play.h:
31484         * gst-libs/gst/tuner/Makefile.am:
31485         * gst-libs/gst/tuner/tuner-marshal.list:
31486         * gst-libs/gst/tuner/tuner.c:
31487         * gst-libs/gst/tuner/tuner.h:
31488         * gst-libs/gst/tuner/tunermarshal.list:
31489           use new glib-gen.mak snippet to clean up Makefile.am
31490           fix various bugs in Makefile.am's
31491
31492 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31493
31494         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31495           handle chain parsing correctly in the multichain case
31496         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31497         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31498         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31499         (theora_dec_chain):
31500           handle events and queries correctly
31501
31502 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31503
31504         * .cvsignore:
31505         Ignore generated file _stdint.h.
31506
31507 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31508
31509         * gst-libs/gst/colorbalance/Makefile.am:
31510         * gst-libs/gst/colorbalance/colorbalance.h:
31511         * gst-libs/gst/mixer/Makefile.am:
31512         * gst-libs/gst/mixer/mixer.h:
31513         * gst-libs/gst/play/Makefile.am:
31514         * gst-libs/gst/play/play.h:
31515         * gst-libs/gst/tuner/Makefile.am:
31516         * gst-libs/gst/tuner/tuner.h:
31517         Generate enum type code with glib-mkenums.
31518         * gst-libs/gst/colorbalance/.cvsignore:
31519         * gst-libs/gst/mixer/.cvsignore:
31520         * gst-libs/gst/play/.cvsignore:
31521         * gst-libs/gst/tuner/.cvsignore:
31522         Ignore generated files.
31523
31524 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31525
31526         * gst-libs/gst/audio/.cvsignore:
31527         Ignore generated file.
31528         * gst-libs/gst/audio/Makefile.am:
31529         Do not install example filter.
31530
31531 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31532
31533         * examples/switch/.cvsignore:
31534         Ignore generated file.
31535
31536 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31537
31538         * common/m4/ax_create_stdint_h.m4:
31539         * configure.ac:
31540           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31541           _stdint.h.
31542         * Makefile.am:
31543           remove generated _stdint.h in DISTCLEANFILES
31544         * ext/a52dec/gsta52dec.c:
31545           include _stdint.h for a52dec. (should fix #133064)
31546
31547 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31548
31549         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31550         (gst_tag_to_vorbis_comments):
31551         Add replaygain support to vorbistag
31552
31553 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31554         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31555         (gst_ffmpeg_caps_to_extradata):
31556           Fix SVQ3 caps flag properties
31557           Use glib macro for bytes swap
31558
31559 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31560
31561         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31562         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31563         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31564         * ext/sndfile/gstsf.c: (plugin_init):
31565         * gst/avi/gstavi.c: (plugin_init):
31566         * sys/dxr3/dxr3init.c: (plugin_init):
31567         * sys/oss/gstossaudio.c: (plugin_init):
31568         * sys/v4l/gstv4l.c: (plugin_init):
31569         * sys/v4l2/gstv4l2.c: (plugin_init):
31570           remove textdomain calls
31571         * po/nl.po:
31572           update Dutch translation
31573
31574 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31575
31576         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31577         (gst_play_set_audio_sink): Moving volume in the audio thread for
31578         instantaneous volume change. Maybe i will add another volume in front
31579         of visualization later, not sure yet though.
31580
31581 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31582
31583         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31584         (gst_ximagesink_handle_xevents): Better X events handling, only take
31585         the latest events for configure and motion.
31586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31587
31588 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31589
31590         reviewed by: David Schleef  <ds@schleef.org>
31591
31592         Fix memory leaks:
31593         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31594         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31595
31596 2004-02-02  David Schleef  <ds@schleef.org>
31597
31598         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31599         of lines.
31600         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31601         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31602         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31603         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31604         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31605         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31606         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31607         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31608         (gst_float2_2_int_link):
31609         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31610         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31611         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31612         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31613         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31614         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31615         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31616         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31617         * testsuite/gst-lint: Add tests for bzero and ;;
31618
31619 2004-02-02  David Schleef  <ds@schleef.org>
31620
31621         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31622
31623 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31624
31625         * ext/aalib/gstaasink.c: (gst_aasink_open):
31626         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31627         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31628         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31629         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31630         (gst_afsink_close_file):
31631         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31632         (gst_afsrc_close_file):
31633         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31634         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31635         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31636         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31637         * ext/esd/esdmon.c: (gst_esdmon_get):
31638         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31639         * ext/faac/gstfaac.c: (gst_faac_chain):
31640         * ext/faad/gstfaad.c: (gst_faad_chain):
31641         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31642         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31643         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31644         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31645         (gst_flacdec_loop):
31646         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31647         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31648         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
31649         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
31650         (gst_gnomevfssink_close_file):
31651         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
31652         (gst_gnomevfssrc_open_file):
31653         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
31654         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
31655         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
31656         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31657         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
31658         * ext/mad/gstmad.c: (gst_mad_chain):
31659         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31660         * ext/mpeg2dec/gstmpeg2dec.c:
31661         * ext/mpeg2enc/gstmpeg2enc.cc:
31662         * ext/mplex/gstmplex.cc:
31663         * ext/mplex/gstmplexibitstream.cc:
31664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
31665         (gst_ogg_demux_push):
31666         * ext/raw1394/gstdv1394src.c:
31667         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
31668         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
31669         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
31670         (gst_sf_loop):
31671         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
31672         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
31673         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
31674         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
31675         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31676         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
31677         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
31678         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
31679         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31680         (gst_riff_read_element_data), (gst_riff_read_seek),
31681         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
31682         * gst/adder/gstadder.c: (gst_adder_loop):
31683         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
31684         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
31685         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
31686         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31687         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
31688         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31689         * gst/goom/gstgoom.c: (gst_goom_chain):
31690         * gst/id3/gstid3types.c: (gst_id3types_loop):
31691         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31692         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
31693         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
31694         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31695         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31696         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
31697         (gst_ebml_read_float), (gst_ebml_read_header):
31698         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
31699         (gst_matroska_demux_parse_blockgroup):
31700         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
31701         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31702         * gst/oneton/gstoneton.c: (gst_oneton_chain):
31703         * gst/silence/gstsilence.c: (gst_silence_get):
31704         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31705         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
31706         * gst/speed/gstspeed.c: (speed_loop):
31707         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
31708         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31709         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
31710         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
31711         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31712         (gst_wavparse_loop):
31713         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
31714         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
31715         (dxr3audiosink_close):
31716         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
31717         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
31718         (dxr3videosink_close), (dxr3videosink_write_data):
31719         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
31720         * sys/oss/gstosssink.c: (gst_osssink_chain):
31721         * sys/oss/gstosssrc.c: (gst_osssrc_get):
31722         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
31723         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
31724         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
31725         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
31726         (gst_v4l_set_window), (gst_v4l_enable_overlay):
31727         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
31728         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
31729         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
31730         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
31731         (gst_v4l_set_audio):
31732         * sys/v4l/v4l_calls.h:
31733         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
31734         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
31735         (gst_v4lmjpegsink_playback_init),
31736         (gst_v4lmjpegsink_playback_start):
31737         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
31738         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
31739         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
31740         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
31741         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
31742         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
31743         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
31744         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
31745         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
31746         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
31747         (gst_v4l2_get_output), (gst_v4l2_set_output),
31748         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
31749         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
31750         (gst_v4l2_set_attribute):
31751         * sys/v4l2/v4l2_calls.h:
31752         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
31753         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
31754         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
31755         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
31756         (gst_v4l2src_capture_stop):
31757         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
31758         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31759         (gst_ximagesink_chain):
31760         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
31761         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
31762         (gst_xvideosink_xwindow_new):
31763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31764         (gst_xvimagesink_chain):
31765
31766 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31767
31768         * gst/volume/gstvolume.c: (gst_volume_set_volume),
31769         (gst_volume_get_volume), (volume_class_init), (volume_init),
31770         (volume_chain_int16), (volume_update_volume):
31771         * gst/volume/gstvolume.h:
31772           make code more readable by removing magic numbers
31773           make mixer interface export 0-100 range
31774           make it internally map to 0.0-1.0 range so users don't distort
31775           output by putting the sliders at full volume
31776
31777 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31778
31779         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
31780         (gst_play_state_change), (gst_play_seek_to_time):
31781         block the tick callback for 0.5 secs after doing a seek
31782
31783 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31784
31785         * gst-libs/gst/play/play.c: (gst_play_new):
31786           check for GError
31787
31788 2004-02-01  Julien MOUTTE  <julien@moutte.net>
31789
31790         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
31791         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
31792         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
31793         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
31794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
31795         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
31796
31797 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31798
31799         * configure.ac:
31800         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31801           check for a function added in vorbis 1.1
31802
31803 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31804
31805         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
31806         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
31807           really start/stop clock only on PLAYING <=> PAUSED
31808         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31809           remove \n from debugging lines
31810         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31811           make it work when seeking does not
31812         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31813           reset on DISCONT
31814
31815 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31816
31817         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
31818           start clock on PAUSED=>PLAYING, not later
31819         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31820           extract correct time for different discont formats
31821         (gst_alsa_sink_get_time):
31822           don't segfault when no format is negotiated yet, just return 0
31823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31824         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
31825         (gst_ogg_pad_push):
31826           handle flush and discont events correctly
31827         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
31828           handle discont events correctly
31829
31830 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31831
31832         * gst-libs/gst/play/play.c: (gst_play_error_quark),
31833         (gst_play_error_create), (gst_play_error_plugin),
31834         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
31835         * gst-libs/gst/play/play.h:
31836           add error handling during creation
31837         * examples/gstplay/player.c: (main):
31838           use new gst_play_new
31839
31840
31841 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31842
31843         * ext/theora/theoradec.c: (theora_dec_chain):
31844           make comments work
31845         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
31846         (vorbis_dec_src_event), (vorbis_dec_chain):
31847           add encoder tag, fix tag reading to be more error tolerant, change
31848           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
31849           gst_pad_event_default.
31850         * gst/tags/gstvorbistag.c:
31851         (gst_tag_list_from_vorbiscomment_buffer):
31852           undefine function specific define at end of function
31853
31854 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
31855
31856         * ext/flac/gstflac.c: (plugin_init):
31857         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
31858         * ext/flac/gstflacdec.h:
31859         * ext/flac/gstflacenc.h:
31860           Fix typos
31861
31862 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
31863
31864         * examples/gstplay/player.c: s/gstplay.h/play.h/
31865
31866 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31867
31868         * gst-libs/gst/play/Makefile.am:
31869         * gst-libs/gst/play/gstplay.c:
31870         * gst-libs/gst/play/gstplay.h:
31871         * gst-libs/gst/play/play.c:
31872           more surgery, operation complete
31873
31874 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31875
31876         * gst-libs/gst/play/play.old.c:
31877         * gst-libs/gst/play/play.old.h:
31878           after CVS surgery by moving, remove
31879         * gst-libs/gst/play/playpipelines.c:
31880           remove
31881
31882         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31883           add negotiation error
31884
31885 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31886
31887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31888         (gst_ogg_demux_push):
31889           add some seeking debug info
31890           send a flush when seeking
31891
31892 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31893
31894         * configure.ac:
31895           use AC_C_INLINE
31896         * configure.ac:
31897         * ext/Makefile.am:
31898         * ext/theora/Makefile.am:
31899         * ext/theora/theoradec.c:
31900           add theora video decoder. Does just do simple decoding for now and
31901           has been tested against Theora cvs only. It only works when theora
31902           is compiled with --enable-static.
31903         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31904           always reset packetno on DISCONT
31905
31906 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31907
31908         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31909           Fix audio.
31910
31911 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31912
31913         * gst/mpegaudioparse/gstmpegaudioparse.c:
31914         (mp3_type_frame_length_from_header):
31915           Fix header parsing - stolen from ffmpeg (thank you! :) ).
31916
31917 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31918
31919         * ext/esd/esdsink.c: (gst_esdsink_init):
31920           Since we have static pad template caps, we don't need to negotiate;
31921           either the core errors out or we know the format.
31922
31923 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31924
31925         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31926         (gst_riff_read_seek):
31927         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31928         (gst_ebml_read_seek):
31929           Fix event handling.
31930
31931 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31932
31933         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31934           removee video/x-theora from vp3 decoder, it doesn't handle raw
31935           theora streams
31936         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
31937           fix bug with finalizing element that never went to PAUSED
31938         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31939           length and position queries were swapped
31940         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
31941         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
31942         (vorbis_dec_src_event):
31943           implement querying time and bytes
31944
31945 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31946
31947         * just about every source file:
31948           gst_element_error -> GST_ELEMENT_ERROR
31949
31950 2004-01-29  Julien MOUTTE  <julien@moutte.net>
31951
31952         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
31953         emiting FLUSH and even before DISCONT.
31954         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
31955         get the best instant seeking as possible yay!
31956
31957 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31958
31959         * gst/mpeg1videoparse/gstmp1videoparse.c:
31960         (gst_mp1videoparse_real_chain):
31961           Committed wrong version last week... Grr... Didn't notice until now.
31962
31963 2004-01-29  Julien MOUTTE <julien@moutte.net>
31964
31965         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
31966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
31967         have_xwindow_id signal in xwindow_create.
31968
31969 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31970
31971         * ext/ogg/gstoggdemux.c:
31972           lots of changes - mainly support for chained bitstreams, seeking,
31973           querying and bugfixes of course
31974         * ext/vorbis/Makefile.am:
31975         * ext/vorbis/vorbisdec.c:
31976         * ext/vorbis/vorbisdec.h:
31977           add vorbisdec raw vorbis decoder
31978         * ext/vorbis/vorbis.c: (plugin_init):
31979           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
31980         * gst/intfloat/Makefile.am:
31981         * gst/intfloat/float22int.c:
31982         * gst/intfloat/float22int.h:
31983         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
31984           add float2intnew plugin. It converts multichannel interleaved float to
31985           multichannel interleaved int. The name should probably be changed.
31986         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
31987         (plugin_init):
31988           add typefinding for raw theora video so oggdemux can detect it.
31989
31990 2004-01-28  Julien MOUTTE  <julien@moutte.net>
31991
31992         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
31993         sink element first.
31994         * gst/videoscale/gstvideoscale.c:
31995         (gst_videoscale_handle_src_event): Fixing src event handler.
31996
31997 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31998
31999         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32000         (gst_v4lsrc_open), (gst_v4lsrc_close),
32001         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
32002         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
32003         * sys/v4l/gstv4lsrc.h:
32004         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
32005         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
32006           Implement resizing... Hack. But that's why v4l is b0rked...
32007
32008 2004-01-28  Julien MOUTTE <julien@moutte.net>
32009
32010         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32011         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
32012         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
32013         (gst_ximagesink_xwindow_destroy):
32014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32015         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32016         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32017         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
32018         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
32019         correctly cleaning the image created to check xshm calls on succes,
32020         added a lot of XSync calls in X11 functions, and fixed a segfault when
32021         no image format was defined before negotiation happened.
32022
32023 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32024
32025         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
32026           use gst_element_get_time to get correct time
32027
32028 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32029
32030         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32031         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
32032         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
32033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
32034         (gst_xvimagesink_check_xshm_calls),
32035         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
32036         X plugins are now able to detect that XShm calls will fail even if the
32037         server claims that it has XShm support (remote displays most of the
32038         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
32039         so that we use non XShm functions. This feature is almost useless for
32040         xvimagesink as Xv is not supported on remote displays anyway, but
32041         it might happen than even on the local display XShm calls fail.
32042
32043 2004-01-27  David Schleef  <ds@schleef.org>
32044
32045         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
32046         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
32047         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
32048         changed esdsink to only use 44100,16,2, since esd sucks at rate
32049         conversion and esdsink has had difficulty negotiating.
32050
32051 2004-01-27  Julien MOUTTE <julien@moutte.net>
32052
32053         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
32054         (gst_play_seek_to_time): Fixing the way to get current position.
32055
32056 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32057
32058         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
32059           use gst_element_get_time to get correct time
32060
32061 2004-01-27  Julien MOUTTE <julien@moutte.net>
32062
32063         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
32064         fix ever... Inverting 2 lines of code make spider autoplug correctly
32065         tagged mp3 !
32066
32067 2004-01-27  David Schleef  <ds@schleef.org>
32068
32069         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32070         Use gst_pad_try_set_caps_nonfixed().
32071
32072 2004-01-27  David Schleef  <ds@schleef.org>
32073
32074         * gst/ac3parse/gstac3parse.c: update to checklist 5
32075         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
32076         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
32077         * gst/audioscale/gstaudioscale.c: same
32078         * gst/auparse/gstauparse.c: same
32079         * gst/avi/gstavidemux.c: same
32080
32081 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32082
32083         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
32084           stop processing after EOS
32085
32086 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32087
32088         * gst/asfdemux/asfheaders.h:
32089         * gst/asfdemux/gstasfdemux.c:
32090         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
32091         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
32092         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
32093           lot's of fixes to make data extraction simpler and get the code
32094           architecture and compiler independant. Add debugging category
32095         * gst/goom/gstgoom.c: (gst_goom_change_state):
32096           reset channel count on PAUSED=>READY, not READY=>PAUSED
32097
32098 2004-01-26  Colin Walters  <walters@verbum.org>
32099
32100         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
32101         code to pull a bigger buffer in iradio mode.  This as a side effect
32102         makes typefinding work.
32103
32104 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32105
32106         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32107         Fix SVQ3 decoding on PPC
32108
32109 2004-01-26  Julien MOUTTE <julien@moutte.net>
32110
32111         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
32112         that one managed to stay there... Fixed.
32113
32114 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32115
32116         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32117         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
32118         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
32119         (qtdemux_video_caps):
32120         * gst/qtdemux/qtdemux.h:
32121         Add SVQ3 specific flags to qtdemux and ffmpeg
32122
32123 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32124
32125         * gst-libs/gst/audio/audio.h:
32126           remove buffer-frames from audio caps
32127         * gst/audioconvert/gstaudioconvert.c:
32128           fix plugin to really work.
32129
32130 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32131
32132         * gst-libs/gst/mixer/mixer.c:
32133         * gst-libs/gst/propertyprobe/propertyprobe.c:
32134         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32135         (gst_tuner_find_channel_by_name):
32136         * gst-libs/gst/tuner/tuner.h:
32137           Add gtk-doc style comments. Also fix a function name.
32138
32139 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32140
32141         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32142         (gst_divxdec_negotiate):
32143           Fix for new capsnego - also fixes gst-player with divxdec.
32144
32145 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32146
32147         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32148         (gst_play_identity_handoff), (gst_play_set_location),
32149         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32150         try in visualization implementation. Still have an issue with switch
32151         blocking when pulling from video_queue and only audio comes out of
32152         spider.
32153         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32154         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32155         release method. And check if the pad is usable before pulling.
32156
32157 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32158
32159         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32160         (gst_videobalance_init),
32161         (gst_videobalance_colorbalance_list_channels),
32162         (gst_videobalance_colorbalance_set_value),
32163         (gst_videobalance_colorbalance_get_value),
32164         (gst_videobalance_update_properties),
32165         (gst_videobalance_update_tables_planar411),
32166         (gst_videobalance_planar411):
32167         * gst/videofilter/gstvideobalance.h:
32168           Implement lookup-tables. +/- 10x faster.
32169
32170 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32171
32172         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32173         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32174           The index reading was broken. The rest worked fine, but the whole
32175           goal of my rewrite was to make avidemux readable, and this was
32176           not at all readable. Please use typed variables.
32177
32178 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32179
32180         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32181           Additional pad usability check.
32182         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32183         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32184         (gst_mp1videoparse_real_chain):
32185           Fix MPEG video stream parsing. The original plugin had several
32186           issues, including not timestamping streams where the source was
32187           not timestamped (this happens with PTS values in mpeg system
32188           streams, but MPEG video is also a valid stream on its own so
32189           that needs timestamps too). We use the display time code for that
32190           for now. Also, if one incoming buffer contains multiple valid
32191           frames, we push them all on correctly now, including proper EOS
32192           handling. Lastly, several potential segfaults were fixed, and we
32193           properly sync on new sequence/gop headers to include them in next,
32194           not previous frames (since they're header for the next frame, not
32195           the previous). Also see #119206.
32196         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32197         (bpf_from_header):
32198           Move caps setting so we only do it after finding several valid
32199           MPEG-1 fraes sequentially, not right after the first one (which
32200           might be coincidental).
32201         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32202         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32203         (plugin_init):
32204           Add unsynced MPEG video stream typefinding, and change some
32205           probability values so we detect streams rightly. The idea is as
32206           follows: I can have an unsynced system stream which contains
32207           video. In the current code, I would randomly get a type for either
32208           system or video stream type found, because the probabilities are
32209           being calculated rather randomly. I now use fixed values, so we
32210           always prefer system stream if that was found (and that is how it
32211           should be). If no system stream was found, we can still identity                the stream as video-only.
32212
32213 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32214
32215         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32216         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32217           don't write to buffer. Extract data without the need of
32218           __attribute__ ((packed))
32219
32220 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32221
32222         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32223         (mpeg1_sys_type_find):
32224           Fix MPEG-1 stream typefinding.
32225
32226 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32227
32228         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32229           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32230
32231 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32232
32233         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32234         * ext/esd/gstesd.c: (plugin_init):
32235           private debugging, better error reporting
32236
32237 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32238
32239         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32240         (gst_riff_read_init), (gst_riff_read_change_state):
32241         * gst-libs/gst/riff/riff-read.h:
32242           Remove stuff fromold metadata system.
32243
32244 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32245
32246         * ext/ogg/gstoggdemux.c:
32247           Fix wrong file comment.
32248         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32249         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32250           Add metadata reading properly.
32251
32252 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32253
32254         * ext/Makefile.am:
32255           Fix nas DIST_SUBDIRS
32256           Uraeus:
32257           Fix bug where make distcheck doesn't get run on adding stuff to
32258           the build.
32259
32260 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32261
32262         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32263         * ext/divx/gstdivxdec.h:
32264           Fix divx3 ("msmpeg4") playback using divxdec.
32265
32266 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32267
32268         * gst/typefind/gsttypefindfunctions.c:
32269         (mp3_type_frame_length_from_header): fix bug in length computation
32270         (mp3_type_find): improve debugging output
32271
32272 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32273
32274         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32275         (gst_play_set_location), (gst_play_seek_to_time),
32276         (gst_play_set_audio_sink), (gst_play_set_visualization),
32277         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32278         the pipeline from scratch. Visualization is back and switch went out as
32279         i realized it was not possible to use the way i wanted.
32280         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32281         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32282         clearing in state change from READY to NULL. So that one can clean the
32283         X ressources keeping the element.
32284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32285         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32286         (gst_xvimagesink_colorbalance_set_value),
32287         (gst_xvimagesink_colorbalance_get_value),
32288         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32289         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32290         change from READY to NULL and fixed some stupid bugs in colorbalance
32291         get/set values. Also added the following feature : when nobody tries to
32292         set some values to the colorbalance levels before the xcontext is
32293         grabbed, then when creating channels list from Xv attributes we set the
32294         internal values to the Xv defaults. This way we handle buggy Xv drivers
32295         that set default hue values far from the middle of the range (Thanks
32296         to Jon Trowbridge for pointing that issue).
32297         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32298         colorbalance levels have been set before xcontext is grabbed.
32299
32300 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32301
32302         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32303           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32304           it might block operations (which is bad for a mixer).
32305
32306 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32307
32308         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32309         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32310         (gmip_find_type_pre):
32311         * gst-libs/gst/media-info/media-info-priv.h:
32312         * gst-libs/gst/media-info/media-info.c:
32313         (gst_media_info_instance_init), (gst_media_info_read_idler):
32314         add fakesink to get caps on decoder src pad again
32315         fix callback prototype to match new have_type signal signature
32316
32317 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32318
32319         * gst/adder/gstadder.c: (gst_adder_link):
32320           fix non-compile and cut-n-paste code
32321
32322 2004-01-21  David Schleef  <ds@schleef.org>
32323
32324         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32325         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32326         (gst_swfdec_init), (gst_swfdec_change_state):
32327         * ext/swfdec/gstswfdec.h:
32328         Fix negotiation.
32329         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32330         (gst_adder_request_new_pad): Fix negotiation.
32331         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32332         Add a fixate function.
32333         * gst/intfloat/gstfloat2int.c:
32334         * gst/intfloat/gstfloat2int.h:
32335         * gst/intfloat/gstint2float.c:
32336         * gst/intfloat/gstint2float.h:
32337         Completely rewrite the negotiation.  Doesn't quite work yet,
32338         due to some buffer-frames problem.
32339
32340 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32341
32342         * ext/gnomevfs/gstgnomevfssrc.c:
32343         * sys/v4l2/v4l2_calls.h:
32344           fix includes for distcheck
32345
32346 2004-01-21  Christian Schaller <uraeus@gnome.org>
32347
32348         * ext/nas/
32349         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32350         based on earlier patch from Laurent Vivier
32351
32352 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32353
32354         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32355         Fix wma caps property
32356         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32357         Fix typo (flags1 and flags2)
32358
32359 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32360
32361         * gst-libs/gst/media-info/media-info-priv.c:
32362         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32363         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32364         (gmip_find_stream), (gmip_find_track_metadata),
32365         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32366         (gmip_find_track_format):
32367         * gst-libs/gst/media-info/media-info-priv.h:
32368         * gst-libs/gst/media-info/media-info-test.c: (main):
32369         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32370         (gst_media_info_read_idler), (gst_media_info_read):
32371         * gst-libs/gst/media-info/media-info.h:
32372           register debugging category and use it for debugging
32373
32374 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32375
32376         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32377         (gst_vorbisfile_new_link):
32378           signal streaminfo through tags
32379
32380 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32381
32382         * ext/mplex/gstmplex.cc:
32383         * ext/mplex/gstmplexibitstream.cc:
32384           g++ doesn't like NULL in our i18n/error macros, should be
32385           either (NULL) or ("").
32386
32387 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32388
32389         * sys/dxr3/dxr3audiosink.c:
32390         * sys/dxr3/dxr3init.c:
32391         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32392         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32393           Fix more error error error errors (missing includes here).
32394
32395 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32396
32397         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32398           fix thomas' error errors.
32399
32400 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32401
32402         * ext/mpeg2enc/gstmpeg2enc.cc:
32403           fix error errors.
32404
32405 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32406
32407         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32408         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32409           Fix for new error system.
32410
32411 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32412
32413         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32414           fix for new error reporting
32415
32416 2004-01-20  David Schleef  <ds@schleef.org>
32417
32418         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32419         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32420         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32421         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32422         and neither is 100+, most likely.
32423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32424         (gst_xvimagesink_getcaps): same
32425
32426 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32427
32428         * configure.ac:
32429           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32430           clashes with ffmpeg.
32431
32432 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32433
32434         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32435         (gst_switch_init): Fixed switch element : proxying link and setting
32436         caps from src to sink on request.
32437
32438 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32439
32440         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32441         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32442         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32443         fix element_error
32444
32445 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32446
32447         * sys/v4l/v4l_calls.h:
32448         * sys/v4l2/v4l2_calls.h:
32449           element_error fixes
32450
32451 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32452
32453         * gst-libs/gst/gst-i18n-plugin.h:
32454           add locale.h
32455           remove config.h inclusion
32456
32457 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32458
32459         * autogen.sh:
32460           adding autopoint invocation
32461         * Makefile.am:
32462         * configure.ac:
32463         * gst-libs/gst/gettext.h:
32464           adding gettext bits
32465         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32466         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32467         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32468         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32469         (gst_gnomevfssink_close_file):
32470         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32471         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32472         * gst-libs/gst/gst-i18n-plugin.h:
32473         * gst/avi/gstavi.c: (plugin_init):
32474         * sys/dxr3/dxr3init.c: (plugin_init):
32475         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32476         * sys/oss/gstossaudio.c: (plugin_init):
32477         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32478         * sys/v4l/gstv4l.c: (plugin_init):
32479         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32480         * sys/v4l2/gstv4l2.c: (plugin_init):
32481         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32482         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32483         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32484         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32485         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32486         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32487           make sure locale and translation domain are set
32488           fix translated strings
32489         * po/.cvsignore:
32490         * po/LINGUAS:
32491         * po/Makevars:
32492         * po/POTFILES.in:
32493         * po/nl.po:
32494           put translation files into place
32495         * sys/xvideo/imagetest.c: (main):
32496         * ext/dv/demo-play.c: (main):
32497           fix unnecessary translations
32498
32499 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32500
32501         * ext/sndfile/gstsf.c:
32502         * gst/avi/gstavimux.c:
32503         * ext/audiofile/gstafsink.c:
32504         * ext/audiofile/gstafsrc.c:
32505         * ext/gnomevfs/gstgnomevfssink.c:
32506         * ext/gnomevfs/gstgnomevfssrc.c:
32507         * sys/oss/gstosselement.c:
32508         * sys/v4l/v4l_calls.h:
32509           fix i18n include
32510
32511 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32512
32513         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32514         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32515         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32516         (gst_v4l2_get_output), (gst_v4l2_set_output),
32517         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32518         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32519         (gst_v4l2_set_attribute):
32520         update to new error handling
32521
32522 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32523
32524         * ext/sidplay/gstsiddec.cc:
32525         * gst/modplug/gstmodplug.cc:
32526           parenthese NULL because C++ seems angry about it
32527
32528 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32529
32530         * gst-libs/gst/gst-i18n-plugin.h:
32531           add skeleton i18n stuff, but needs to be further implemented
32532
32533 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32534
32535         * examples/gstplay/player.c: (main):
32536         * ext/aalib/gstaasink.c: (gst_aasink_open):
32537         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32538         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32539         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32540         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32541         (gst_afsink_close_file):
32542         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32543         (gst_afsrc_close_file):
32544         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32545         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32546         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32547         * ext/esd/esdmon.c: (gst_esdmon_get):
32548         * ext/esd/esdsink.c: (gst_esdsink_chain):
32549         * ext/faac/gstfaac.c: (gst_faac_chain):
32550         * ext/faad/gstfaad.c: (gst_faad_chain):
32551         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32552         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32553         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32554         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32555         (gst_flacdec_loop):
32556         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32557         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32558         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32559         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32560         (gst_gnomevfssink_close_file):
32561         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32562         (gst_gnomevfssrc_open_file):
32563         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32564         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32565         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32566         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32567         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32568         * ext/mad/gstmad.c: (gst_mad_chain):
32569         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32570         * ext/mpeg2dec/gstmpeg2dec.c:
32571         * ext/mpeg2enc/gstmpeg2enc.cc:
32572         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32573         * ext/mplex/gstmplex.cc:
32574         * ext/mplex/gstmplexibitstream.cc:
32575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32576         (gst_ogg_demux_push), (gst_ogg_pad_push):
32577         * ext/raw1394/gstdv1394src.c:
32578         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32579         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32580         * ext/sidplay/gstsiddec.cc:
32581         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32582         (gst_sf_loop):
32583         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32584         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32585         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32586         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32587         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32588         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32589         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32590         * gst-libs/gst/Makefile.am:
32591         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32592         (gst_riff_read_element_data), (gst_riff_read_seek),
32593         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32594         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32595         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32596         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32597         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32598         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32599         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32600         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32601         * gst/goom/gstgoom.c: (gst_goom_chain):
32602         * gst/id3/gstid3types.c: (gst_id3types_loop):
32603         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32604         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32605         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32606         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32607         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32608         (gst_ebml_read_float), (gst_ebml_read_header):
32609         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32610         (gst_matroska_demux_parse_blockgroup):
32611         * gst/modplug/gstmodplug.cc:
32612         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32613         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32614         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32615         * gst/silence/gstsilence.c: (gst_silence_get):
32616         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32617         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32618         * gst/speed/gstspeed.c: (speed_loop):
32619         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32620         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32621         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32622         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32623         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32624         (gst_wavparse_loop):
32625         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32626         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32627         (dxr3audiosink_close):
32628         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32629         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32630         (dxr3videosink_close), (dxr3videosink_write_data):
32631         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32632         * sys/oss/gstosselement.h:
32633         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32634         (gst_osssink_chain):
32635         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32636         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32637         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32638         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32639         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32640         (gst_v4l_enable_overlay):
32641         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32642         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32643         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32644         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32645         (gst_v4l_set_audio):
32646         * sys/v4l/v4l_calls.h:
32647         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32648         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32649         (gst_v4lmjpegsink_playback_init),
32650         (gst_v4lmjpegsink_playback_start):
32651         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32652         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
32653         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
32654         (gst_v4lmjpegsrc_requeue_frame):
32655         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32656         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32657         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32658         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32659         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32660         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32661         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32662         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32663         (gst_v4l2src_capture_stop):
32664         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32665         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32666         (gst_ximagesink_chain):
32667         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32668         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32669         (gst_xvideosink_xwindow_new):
32670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32671         (gst_xvimagesink_chain):
32672         use new error signal, function and categories
32673
32674 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
32675
32676         * configure.ac:
32677         * ext/Makefile.am:
32678         * ext/musicbrainz/gsttrm.c:
32679         * ext/musicbrainz/gsttrm.h:
32680         * ext/musicbrainz/Makefile.am:
32681         Add a trm plugin
32682
32683 2004-01-18  Julien MOUTTE  <julien@moutte.net>
32684
32685         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
32686         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
32687         synchronous property for debugging.
32688         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
32689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32690         (gst_xvimagesink_set_property): Moving a pointer declaration to a
32691         smaller block, fixing indent.
32692
32693 2004-01-16  David Schleef  <ds@schleef.org>
32694
32695         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
32696         property affects the video stream.
32697         * sys/xvimage/xvimagesink.c:
32698         * sys/xvimage/xvimagesink.h:
32699         Add synchronous property for debugging.  Should probably be
32700         disabled in non-CVS builds.  Make sure that the Xv attribute
32701         exists before we set it (crash!).  Fix a silly float bug that
32702         caused colorbalance to just not work.
32703
32704 2004-01-17  Christian Schaller <Uraeus@gnome.org>
32705
32706         * tools/gst-launch-ext.in - update for new plugins
32707
32708 2004-01-16  David Schleef  <ds@schleef.org>
32709
32710         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
32711         already-freed caps.
32712
32713 2994-01-16  Christian Schaller <Uraeus@gnome.org>
32714
32715         * Update spec for new colorspace plugin and libcaca plugin
32716         * Fix compilation of libcaca plugin (clock -> id)
32717
32718 2004-01-16  Julien MOUTTE <julien@moutte.net>
32719
32720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
32721         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
32722         (gst_xvimagesink_set_xwindow_id),
32723         (gst_xvimagesink_colorbalance_set_value),
32724         (gst_xvimagesink_colorbalance_get_value),
32725         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32726         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
32727         correct colorbalance properties. They can now be set when the element
32728         is still in NULL state. The values will be committed to the Xv Port
32729         when xcontext is initialized.
32730         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
32731         brightness int values in the GstXvImagesink structure.
32732
32733 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32734
32735         * gst-libs/gst/Makefile.am:
32736           restructure so having local patches works easier.
32737
32738 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32739
32740         * ext/mpeg2enc/Makefile.am:
32741         * ext/mpeg2enc/gstmpeg2enc.cc:
32742         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32743           Bugfix with respect to EOS handling.
32744
32745 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32746
32747         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
32748           Link with right caps (else, it segfaults).
32749         * ext/mplex/gstmplexjob.cc:
32750           Fix for slight API change in 1.6.1.93 release of mjpegtools.
32751
32752 2004-01-15  David Schleef  <ds@schleef.org>
32753
32754         * gst-libs/gst/audio/Makefile.am:
32755         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
32756         from the template.
32757         * gst-libs/gst/audio/gstaudiofilter.c:
32758         * gst-libs/gst/audio/gstaudiofilter.h:
32759         Add bytes_per_sample and size and n_samples calculation.
32760         * gst-libs/gst/audio/gstaudiofilterexample.c:
32761         Remove, now autogenerated.
32762         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
32763         Moved from gstaudiofilterexample, object name changed, code added
32764         so that it actually works.
32765         * gst-libs/gst/audio/make_filter:
32766         Script to build an audiofilter subclass from the template.
32767         * gst/colorspace/Makefile.am:
32768         * gst/colorspace/yuv2yuv.c:
32769         Remove file, since it's GPL, and we don't use it.
32770
32771 2004-01-15  Julien MOUTTE  <julien@moutte.net>
32772
32773         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
32775         them use the buffer free function to test how the buffer was allocated.
32776
32777 2004-01-15  David Schleef  <ds@schleef.org>
32778
32779         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
32780         that handles osssink fallback.
32781         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
32782         (gst_audio_convert_getcaps):
32783         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
32784         Add audio/x-qdm2 for QDM2 audio.
32785         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32786         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
32787         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
32788         Decrease minimum size to 16x16.
32789         * gst/wavparse/gstwavparse.c:
32790         Convert disabled pad template caps to new caps.
32791         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32793         (gst_xvimagesink_chain): Throw element error when display cannot
32794         be opened.  Increase minimum framerate to 1.0.  Check the data
32795         free function on a buffer to make sure it is the type we expect
32796         before manipulating it.
32797
32798 2004-01-15  Julien MOUTTE <julien@moutte.net>
32799
32800         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32801         (gst_videobalance_colorbalance_set_value): Implement passthru if
32802         settings are in the middle.
32803         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
32804
32805 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32806
32807         * gst/videofilter/Makefile.am:
32808         * gst/volume/Makefile.am:
32809           Since we use videofilter symbols, link to it.
32810
32811 2004-01-15  Julien MOUTTE <julien@moutte.net>
32812
32813         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
32814         mixer interface type to HARDWARE.
32815         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
32816         type to SOFTWARE.
32817         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
32818         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
32819         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
32820         (gst_volume_interface_init), (gst_volume_list_tracks),
32821         (gst_volume_set_volume), (gst_volume_get_volume),
32822         (gst_volume_set_mute), (gst_volume_mixer_init),
32823         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
32824         (volume_init): Implementing mixer interface.
32825         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
32826         * sys/oss/gstosselement.c: (gst_osselement_get_type),
32827         (gst_osselement_change_state): Removing some trailing commas in
32828         structures.
32829         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
32830         interface type to HARDWARE.
32831         * sys/v4l/gstv4lcolorbalance.c:
32832         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
32833         type to HARDWARE.
32834         * sys/v4l2/gstv4l2colorbalance.c:
32835         (gst_v4l2_color_balance_interface_init): Setting colorbalance
32836         interface type to HARDWARE.
32837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
32838         same code than ximagesink for event handling.
32839
32840 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32841
32842         * ext/snapshot/Makefile.am:
32843         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
32844         (gst_snapshot_chain):
32845         * ext/snapshot/gstsnapshot.h:
32846           This has to be a joke... Snapshot should be connected to a tee,
32847           colorspace element before it and EOS after that, where the other
32848           src of the tee receives normal data.
32849           The current way is *wrong*.
32850
32851 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32852
32853         * ext/hermes/gsthermescolorspace.c:
32854           Fix another compile error. Same as below.
32855
32856 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32857
32858         * gst/colorspace/gstcolorspace.c:
32859         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
32860         (gst_colorspace_i420_to_yv12):
32861           Fix compiling... Didn't test if it actually works.
32862
32863 2004-01-15  David Schleef  <ds@schleef.org>
32864
32865         * configure.ac:
32866         * gst/colorspace/Makefile.am:
32867         * gst/colorspace/gstcolorspace.c:
32868         * gst/colorspace/gstcolorspace.h:
32869         * gst/colorspace/yuv2rgb.c:
32870         * gst/colorspace/yuv2rgb.h:
32871         Duplicate the ext/hermes colorspace plugin, and remove Hermes
32872         code and GPL code.  Fix for new caps negotiation.  Rewrite
32873         much of the format handling code, and some of the conversion
32874         code.  Basically, rewrote almost everything.  This element
32875         handles I420, YV12 to RGB conversions.
32876         * ext/hermes/Makefile.am:
32877         * ext/hermes/gsthermescolorspace.c:
32878         Rename colorspace to hermescolorspace.  Fix negotiation issues.
32879         Remove non-Hermes related code.  This element handles lots of
32880         RGB to RGB conversions, but no YUV.
32881         * ext/hermes/gstcolorspace.c:
32882         * ext/hermes/gstcolorspace.h:
32883         * ext/hermes/rgb2yuv.c:
32884         * ext/hermes/yuv2rgb.c:
32885         * ext/hermes/yuv2rgb.h:
32886         * ext/hermes/yuv2rgb_mmx16.s:
32887         * ext/hermes/yuv2yuv.c:
32888         * ext/hermes/yuv2yuv.h:
32889         Remove old code.
32890
32891 2004-01-14  Colin Walters  <walters@verbum.org>
32892
32893         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
32894         they've already been.
32895
32896 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32897
32898         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
32899           assume tag mode when pad is not connected
32900
32901 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32902
32903         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32904           Don't update the time of the clock
32905         (gst_alsa_sink_loop):
32906           sync to the clock given to alsasink, not the own clock
32907         * sys/oss/gstosssink.c: (gst_osssink_chain):
32908           sync to the clock
32909         (gst_osssink_change_state):
32910           activate the clock
32911         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32913           remove bogus code that made DISCONT events unhandled
32914         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
32915           explicitly case to double in _set_simple. (fixes 2nd warning in bug
32916           #131502)
32917         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
32918         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
32919         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
32920           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
32921           2nd warning in bug #131502)
32922
32923 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32924
32925         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32926         (gst_videobalance_colorbalance_set_value),
32927         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
32928         for colorbalance interface implementation.
32929         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32930         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32931         (gst_ximagesink_dispose), (gst_ximagesink_init),
32932         (gst_ximagesink_class_init): Adding DISPLAY property.
32933         * sys/ximage/ximagesink.h: Adding display_name to store display.
32934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32935         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32936         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
32937         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
32938         properties (they still need polishing though for gst-launch use : no
32939         xcontext yet, i ll do that tomorrow).
32940         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
32941
32942 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32943
32944         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32945         (gst_play_set_location), (gst_play_set_visualization): Preparing
32946         switch integration, adding videobalance in the pipeline.
32947
32948 2004-01-14  Julien MOUTTE <julien@moutte.net>
32949
32950         * gst-libs/gst/colorbalance/colorbalance.c:
32951         (gst_color_balance_class_init): Adding a default type.
32952         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
32953         the type.
32954         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
32955         (gst_videobalance_dispose), (gst_videobalance_class_init),
32956         (gst_videobalance_init), (gst_videobalance_interface_supported),
32957         (gst_videobalance_interface_init),
32958         (gst_videobalance_colorbalance_list_channels),
32959         (gst_videobalance_colorbalance_set_value),
32960         (gst_videobalance_colorbalance_get_value),
32961         (gst_videobalance_colorbalance_init): Implementing colorbalance
32962         interface.
32963         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
32964         list.
32965         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
32966         bug which was triggering a BadAccess X error when setting an overlay
32967         before pad was really negotiated.
32968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
32969         Using the colorbalance type macro.
32970
32971 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32972
32973         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
32974         (gst_flacenc_chain):
32975           handle tags correctly
32976         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
32977           extract ID3v1 tags correctly
32978
32979 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32980
32981         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
32982         (plugin_init):
32983           Improve matroska typefinding for odd-typed headers...
32984
32985 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32986
32987         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
32988           Fix for using incremental number on padnames.
32989
32990 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32991
32992         * ext/divx/gstdivxdec.c:
32993         * ext/divx/gstdivxenc.c:
32994           Set category to divx4linux instead of divx (too generic).
32995         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
32996         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
32997         (gst_wavparse_loop), (gst_wavparse_change_state):
32998         * gst/wavparse/gstwavparse.h:
32999           fix parsing of WAV files with non-standard fmt-tag size and fix
33000           skipping of unrecognized chunks... Someone please fix this thing
33001           to use rifflib so all this is automated.
33002         * sys/v4l/Makefile.am:
33003         * sys/v4l2/Makefile.am:
33004           Add X_CFLAGS because we depend on X (for overlay).
33005
33006 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
33007
33008         * ext/mpeg2dec/gstmpeg2dec.c:
33009           Don't issue a timestamp unless we tagged the frame
33010           with a PTS.
33011
33012 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33013
33014         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
33015           Query the audio element to get the time, not the clock. We're
33016           interested in the element's time here.
33017
33018 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33019
33020         * ext/aalib/gstaasink.c: (gst_aasink_chain):
33021         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33022         * ext/esd/esdsink.c: (gst_esdsink_chain):
33023         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
33024         * ext/mas/massink.c: (gst_massink_chain):
33025         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
33026         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
33027         (gst_matroska_demux_parse_metadata):
33028         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
33029         (gst_mpeg_parse_release_locks):
33030         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
33031         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
33032         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33033         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33034         (gst_osssink_change_state):
33035         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33036         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33037         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
33038         (gst_xvideosink_release_locks):
33039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33040           use element time.
33041         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
33042         (gst_alsa_clock_stop):
33043         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
33044         (gst_audio_clock_get_internal_time):
33045           simplify for use with new clocking code.
33046         * testsuite/alsa/Makefile.am:
33047         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
33048           fix testsuite for new caps system
33049
33050 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33051
33052         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
33053         * ext/flac/gstflacenc.c: (add_one_tag):
33054           length is already host endian, no need to convert. Fixes playback of
33055           tagged files on PPC. (bug #128384)
33056
33057 2004-01-13  Julien MOUTTE <julien@moutte.net>
33058
33059         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
33060         colorbalance interface stating if it is hardware based or software
33061         based.
33062         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
33063         Removing a trailing comma.
33064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33065         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
33066         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
33067         the documentation seems to be wrong on the -1000 to 1000 interval.
33068
33069 2004-01-12  David Schleef  <ds@schleef.org>
33070
33071         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
33072         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
33073         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
33074         Fix negotiation.  Add a bufferalloc function for the sink pad,
33075         and generally clean up some of the code.
33076
33077 2004-01-12  Julien MOUTTE <julien@moutte.net>
33078
33079         * gst-libs/gst/colorbalance/colorbalancechannel.c:
33080         (gst_color_balance_channel_dispose): Adding safety check in dispose
33081         method.
33082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33083         (gst_xvimagesink_xcontext_clear),
33084         (gst_xvimagesink_interface_supported),
33085         (gst_xvimagesink_colorbalance_list_channels),
33086         (gst_xvimagesink_colorbalance_set_value),
33087         (gst_xvimagesink_colorbalance_get_value),
33088         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
33089         Adding colorbalance interface support to set XV parameters such as
33090         HUE, BRIGHTNESS, CONTRAST, SATURATION.
33091         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
33092         interface.
33093
33094 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33095
33096         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
33097         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
33098         (gst_audio_convert_init), (gst_audio_convert_set_property),
33099         (gst_audio_convert_get_property), (gst_audio_convert_chain),
33100         (gst_audio_convert_link),
33101         (gst_audio_convert_buffer_to_default_format),
33102         (gst_audio_convert_buffer_from_default_format), (plugin_init):
33103           - implement _getcaps and use it
33104           - improve linking
33105           - remove float caps since no float conversion is actually done
33106           - remove properties and arguments that were to be used for rate
33107             conversion
33108
33109 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33110
33111         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
33112         (gst_audio_structure_set_int):
33113         * gst-libs/gst/audio/audio.h:
33114           add helper functions for _getcaps matching the standard audio
33115           templates
33116
33117 2004-01-12  David Schleef  <ds@schleef.org>
33118
33119         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33120         Test that pad is negotiated before getting its caps.
33121
33122 2004-01-12  Julien MOUTTE <julien@moutte.net>
33123
33124         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33125         analyzing the pads of an element the bin is mostly in READY state so
33126         no caps were negotiated. This helper function needs to work with
33127         _get_caps directly then. I was not freeing them though, added that to
33128         fix the mem leak.
33129
33130 2004-01-12  Julien MOUTTE <julien@moutte.net>
33131
33132         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33134         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33135         than the free_func.
33136
33137 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33138
33139         * sys/oss/gstossaudio.c: (plugin_init):
33140         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33141         * sys/oss/gstosselement.h:
33142           make an oss debugging category
33143           make failure more descriptive
33144
33145 2004-01-11  David Schleef  <ds@schleef.org>
33146
33147         * ext/ffmpeg/gstffmpeg.c:
33148         * ext/ffmpeg/gstffmpegcodecmap.c:
33149         * ext/ffmpeg/gstffmpegdec.c:
33150         * ext/ffmpeg/gstffmpegenc.c:
33151         * ext/ffmpeg/gstffmpegprotocol.c:
33152         * ext/gdk_pixbuf/gstgdkanimation.c:
33153         * ext/jpeg/gstjpeg.c:
33154         * ext/libpng/gstpng.c:
33155         * ext/mpeg2dec/perftest.c:
33156         * ext/speex/gstspeex.c:
33157         * gst-libs/gst/resample/dtos.c:
33158         * gst/intfloat/gstintfloatconvert.c:
33159         * gst/oneton/gstoneton.c:
33160         * gst/rtjpeg/RTjpeg.c:
33161         * gst/rtp/gstrtp.c:
33162         * sys/dxr3/dxr3init.c:
33163         * sys/glsink/gstgl_nvimage.c:
33164         * sys/glsink/gstgl_pdrimage.c:
33165         * sys/glsink/gstglsink.c:
33166         * testsuite/gst-lint:
33167         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33168
33169 2004-01-11  David Schleef  <ds@schleef.org>
33170
33171         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33172         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33173         * ext/gdk_pixbuf/gstgdkanimation.c:
33174         (gst_gdk_animation_iter_create_pixbuf):
33175         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33176         (gst_gdk_pixbuf_chain):
33177         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33178         * ext/jack/gstjack.c: (gst_jack_change_state):
33179         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33180         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33181         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33182         * gst/videofilter/gstvideofilter.c:
33183         (gst_videofilter_set_output_size):
33184         Remove all usage of gst_pad_get_caps(), and replace it with
33185         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33186
33187 2004-01-11  David Schleef  <ds@schleef.org>
33188
33189         * configure.ac:
33190         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33191         * ext/divx/gstdivxdec.c:
33192         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33193         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33194         handle images that span multiple buffers.  Now work with both
33195         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33196         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33197         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33198         video/video.h changes
33199         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33200         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33201         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33202         of GstData free function.
33203         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33204         same.
33205
33206 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33207
33208         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33209         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33210         (gst_v4l2element_get_property):
33211         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33212           add norm, channel and frequency properties.
33213         * sys/v4l2/gstv4l2tuner.c:
33214           fixes for tuner interface changes
33215         * sys/v4l2/gstv4l2element.h:
33216         * sys/v4l2/gstv4l2src.c:
33217         * sys/v4l2/gstv4l2src.h:
33218         * sys/v4l2/v4l2src_calls.c:
33219         * sys/v4l2/v4l2src_calls.h:
33220           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33221
33222 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33223
33224         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33225         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33226         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33227         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33228         * gst-libs/gst/tuner/tuner.h:
33229           GObjects aren't const.
33230           Add find_by_name functions.
33231           Add checks to _changed functions.
33232         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33233         (gst_v4l_tuner_get_norm):
33234           Fixes for above.
33235
33236 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33237
33238         * gst-libs/gst/video/video.h:
33239           Fix caps template names to be understandable.
33240           Prefix everything with GST_VIDEO.
33241         * ext/aalib/gstaasink.c:
33242         * ext/divx/gstdivxdec.c:
33243         * ext/divx/gstdivxenc.c:
33244         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33245         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33246         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33247         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33248         * ext/libcaca/gstcacasink.c:
33249         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33250         * ext/snapshot/gstsnapshot.c:
33251         * ext/swfdec/gstswfdec.c:
33252         * ext/xvid/gstxviddec.c:
33253         * ext/xvid/gstxvidenc.c:
33254         * gst/chart/gstchart.c:
33255         * gst/deinterlace/gstdeinterlace.c:
33256         * gst/effectv/gsteffectv.c:
33257         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33258         * gst/goom/gstgoom.c:
33259         * gst/median/gstmedian.c:
33260         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33261         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33262         * gst/overlay/gstoverlay.c:
33263         * gst/smooth/gstsmooth.c:
33264         * gst/smpte/gstsmpte.c:
33265         * gst/synaesthesia/gstsynaesthesia.c:
33266         * gst/videocrop/gstvideocrop.c:
33267         * gst/videodrop/gstvideodrop.c:
33268         * gst/y4m/gsty4mencode.c:
33269         * sys/qcam/gstqcamsrc.c:
33270         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33271           Make them work with new video.h file.
33272         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33273         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33275         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33276           Make it work with new buffer allocation system.
33277
33278 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33279
33280         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33281         pad_alloc_buffer implementation to use ->srcpad
33282         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33283         pad_alloc_buffer implementation to use ->srcpad
33284         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33285         pad_alloc_buffer implementation to use ->srcpad
33286         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33287         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33288         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33289         a reference to everything we need.
33290         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33292         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33293         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33294         a reference to everything we need.
33295         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33296
33297 2004-01-11  David Schleef  <ds@schleef.org>
33298
33299         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33300         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33301         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33302         structure members.
33303         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33304         value during a resize/renegotiation.
33305         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33306         gst_pad_alloc_buffer();
33307         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33308         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33309         structure members.
33310         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33311         Fix for rename of buffer private structure members.
33312         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33313         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33314         Fix for rename of buffer private structure members.
33315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33316         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33317         Fix for rename of buffer private structure members.
33318
33319 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33320
33321         reviewed by: David Schleef <ds@schleef.org>
33322
33323         * gst/videofilter/Makefile.am:
33324         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33325         from the patch by ds to fit in with recent make_filter changes.
33326
33327 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33328
33329         * configure.ac: Adding examples/switch/Makefile
33330         * examples/Makefile.am: Adding examples/switch
33331         * examples/switch/Makefile.am: Adding switcher example.
33332         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33333         (switch_timer), (main): Adding an example demonstrating switch usage
33334         with 2 videotestsrc showing different patterns.
33335         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33336         (gst_switch_init): Fixing switch with the new caps system.
33337
33338 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33339
33340         * gst-libs/gst/video/video.h:
33341           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33342           They should probably be like
33343           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33344
33345 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33346
33347         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33348         (qtdemux_parse_trak):
33349           fix audio chunk size/timestamp calculation
33350
33351 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33352
33353         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33354           fix SVQ3 caps
33355
33356 2004-01-11  Steve Baker  <steve@stevebaker.org>
33357
33358         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33359         (gst_agingtv_base_init), (gst_agingtv_class_init),
33360         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33361         (gst_agingtv_set_property), (gst_agingtv_get_property):
33362         Port agingTV to videofilter
33363
33364 2004-01-09  Julien MOUTTE <julien@moutte.net>
33365
33366         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33367         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33368
33369 2004-01-09  Julien MOUTTE <julien@moutte.net>
33370
33371         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33372         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33373         * gst-libs/gst/xoverlay/xoverlay.c:
33374         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33375         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33376         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33377         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33378         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33379         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33380         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33381         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33382         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33383         interface implementation to handle xid being 0 and fix some bugs
33384         triggered by Benjamin's testcase.
33385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33386         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33387         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33388         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33389         interface implementation to handle xid being 0 and fix some bugs
33390         triggered by Benjamin's testcase.
33391
33392 2004-01-09  David Schleef  <ds@schleef.org>
33393
33394         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33395         mouse pointer events.  It works.
33396
33397 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33398
33399         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33400           Use explicit caps - fix capsnego.
33401         * ext/xvid/gstxviddec.c:
33402         * ext/xvid/gstxvidenc.c:
33403           Remove macro-inside-macro which caused compile errors.
33404         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33405           Error out if it's not a RIFF file. Else we error out without
33406           gst_element_error() which is not good...
33407
33408 2004-01-08  David Schleef  <ds@schleef.org>
33409
33410         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33411         Fix pad_link function to handle formats that ffmpeg returns
33412         as multiple caps structures.
33413         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33414         Only complain if source buffer is _smaller_ than expected.
33415         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33416         (gst_videoscale_handle_src_event): Resize navigation events
33417         when passing them upstream.
33418         * gst/videotestsrc/gstvideotestsrc.c:
33419         * gst/videotestsrc/gstvideotestsrc.h:
33420         * gst/videotestsrc/videotestsrc.c:
33421         * gst/videotestsrc/videotestsrc.h:
33422         Rewrite many of the buffer painting functions to handle odd
33423         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33424         been verified to work with my video card.
33425         * testsuite/gst-lint:  Add check for elements calling
33426         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33427
33428 2004-01-08  David Schleef  <ds@schleef.org>
33429
33430         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33431         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33432
33433 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33434
33435         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33436         configure event is not emiting the desired size signal. That fixes
33437         aspect ratio issues with gst-player.
33438
33439 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33440
33441         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33442           Fix capsnego.
33443
33444 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33445
33446         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33447         public method to fire size signal.
33448
33449 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33450
33451         * examples/gstplay/Makefile.am: Adding the interface library.
33452         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33453         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33454         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33455         GST_IS_X_OVERLAY before signal connect.
33456         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33457         Removing the have_video_size signal.
33458         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33459         and associated public method.
33460         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33461         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33462         signal.
33463         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33464         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33465         signal.
33466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33467         Using XOverlay public method to fire size signal.
33468
33469 2004-01-07  David Schleef  <ds@schleef.org>
33470
33471         * gst/videofilter/Makefile.am:
33472         * gst/videofilter/gstvideotemplate.c:
33473         * gst/videofilter/make_filter:
33474         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33475         Convert make_filter to /bin/sh script.
33476
33477 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33478
33479         * gst/modplug/gstmodplug.cc: fix element description
33480
33481 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33482
33483         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33484         (got_video_size): Adding some new lines in g_print calls.
33485         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33486         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33487         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33488         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33489         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33490         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33491         Complete code review, reverting some stuff i disagree with, adding
33492         some fixes : time synchronization on invalid timestamps, renegotiation
33493         of private window.
33494         * sys/ximage/ximagesink.h:
33495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33496         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33497         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33498         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33499         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33500         (gst_xvimagesink_buffer_new),
33501         (gst_xvimagesink_navigation_send_event),
33502         (gst_xvimagesink_set_xwindow_id),
33503         (gst_xvimagesink_get_desired_size),
33504         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33505         stuff i disagree with, adding some fixes : Renegotiation of private
33506         window, implementing get_desired_size.
33507
33508 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33509
33510         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33511         (gst_afsink_handle_event):
33512         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33513         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33514         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33515         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33516         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33517           Fix for instantiate-test (see core). Also remove dead code from
33518           jpegenc (which still needs fixing, but that's lower on my TODO
33519           list...).
33520         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33521           Never return NULL as caps.
33522
33523 2004-01-07  David Schleef  <ds@schleef.org>
33524
33525         * configure.ac:
33526         * ext/Makefile.am:
33527         * ext/librfb/Makefile.am:
33528         * ext/librfb/gstrfbsrc.c:
33529         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33530         is the protocol used by VNC.
33531
33532 2004-01-07  David Schleef  <ds@schleef.org>
33533
33534         * gst/videofilter/gstvideotemplate.c:
33535         * gst/videofilter/gstvideotemplate.h:
33536         * gst/videofilter/make_filter:
33537         Merge videotemplate header into source file.
33538         * gst/effectv/Makefile.am:
33539         * gst/effectv/gsteffectv.c: (plugin_init):
33540         * gst/effectv/gstwarp.c:
33541         Make warpTV a subclass of videofilter.
33542
33543 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33544
33545         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33546           Add guard against invalid utf-8 conversions in mad. Just in case.
33547
33548 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33549
33550         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33551           Fix for bug shown by poisoning
33552
33553 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33554
33555         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33556         (gst_v4lmjpegsrc_buffer_free):
33557         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33558         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33559         (gst_v4lsrc_buffer_free):
33560           Fix for removed bufferpools.
33561
33562 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33563
33564         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33565         Fix caps negotiation.
33566
33567         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33568         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33569         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33570         (dvdnavsrc_event):
33571         * ext/mpeg2dec/gstmpeg2dec.c:
33572         * gst-libs/gst/navigation/navigation.c:
33573         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33574         * gst-libs/gst/navigation/navigation.h:
33575         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33576         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33578         Super-simple first version of mouse and keyboard events. Clicking
33579         on a DVD menu now works, although it may not take you where you
33580         expected.
33581
33582         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33583         * gst/videotestsrc/gstvideotestsrc.c:
33584         (gst_videotestsrc_src_fixate):
33585         These fixate functions were broken - they never actually
33586         fixated :)
33587
33588 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33589
33590         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33591         (gst_icecastsend_init):
33592           fix for new caps system.
33593         * gst-libs/gst/mixer/mixertrack.h:
33594         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33595           Add 'master track' flag (for tools like ACME that only want to
33596           change the main volume).
33597
33598 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33599
33600         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33601         (gst_xvid_csp_to_caps):
33602         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33603         * ext/xvid/gstxvidenc.c:
33604         ifdef out ARGB type when it isn't available
33605         in xvidcore 1.0.0beta2
33606
33607 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33608
33609         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33610           When we have received a new SCR right in the first buffer after
33611           a seek (so in the same cycle that handles the discont), we should
33612           handle the buffer instead of unreffing it, else we lose data.
33613
33614 2004-01-06  Iain <iain@prettypeople.org>
33615
33616         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33617           buffer-frames caps too.
33618
33619         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33620           caps that we need, don't destroy them all and rebuild them. And when
33621           creating src pads, use the src pad template rather than the sink...
33622
33623 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33624
33625         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33626           Add pad to element *after* setting functions such as event handler.
33627           Without this, the scheduler (opt) will link pads, set the event
33628           handler from the default event function (dispatcher in gstpad.c)
33629           and *after* that, we will set our own event function, which will
33630           thus never be used (and thus mpegdemux doesn't handle events).
33631
33632 2004-01-04  David Schleef  <ds@schleef.org>
33633
33634         Fix the fixate functions to handle new prototype:
33635         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33636         * gst/videotestsrc/gstvideotestsrc.c:
33637         (gst_videotestsrc_src_fixate):
33638         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33639         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33641
33642 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33643
33644         * sys/ximage/ximagesink.h:
33645         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33646         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33647         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
33648         (gst_ximagesink_xoverlay_init):
33649           assorted fixes to make (re)embedding work
33650         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
33651         (gst_ximagesink_get_desired_size):
33652           implement desired size additions to XOverlay
33653
33654 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33655
33656         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
33657         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
33658         (gst_x_overlay_got_desired_size):
33659         * gst-libs/gst/xoverlay/xoverlay.h:
33660           Add optional "desired size" signal and querying.
33661
33662 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33663
33664         * gst/matroska/matroska-demux.c:
33665         (gst_matroska_demux_parse_blockgroup):
33666           Fix EBML-laced block parsing. Diffs are relative to previous
33667           lace, not the first lace. Thanks to Mosu from the Matroska
33668           team for detecting this.
33669         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33670         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
33671         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
33672         (gst_wavparse_change_state):
33673         * gst/wavparse/gstwavparse.h:
33674           Quickfix for capsnego.
33675
33676 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33677
33678         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
33679           Fix indenting, fix pad creation.
33680
33681 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33682
33683         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
33684         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
33685         (gst_xviddec_sink_link):
33686           Implement src_getcaps() so proper size caps is negotiated.
33687
33688 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33689
33690         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
33691           Finish flac decoder on EOS. See #116178.
33692
33693 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33694
33695         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
33696         (gst_matroska_demux_add_stream):
33697         * gst/matroska/matroska-ids.h:
33698           Add getcaps() function to fix capsnego...
33699
33700 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33701
33702         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33703         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
33704         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
33705           Fix more integer overflows. Again, see #126967.
33706
33707 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33708
33709         * ext/mpeg2dec/gstmpeg2dec.c:
33710           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
33711           #130416.
33712
33713 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33714
33715         * configure.ac:
33716         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
33717         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
33718         * ext/xvid/gstxvid.h:
33719         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
33720         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
33721         (gst_xviddec_src_link), (gst_xviddec_sink_link),
33722         (gst_xviddec_change_state):
33723         * ext/xvid/gstxviddec.h:
33724         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
33725         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
33726         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
33727         (gst_xvidenc_link), (gst_xvidenc_set_property),
33728         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
33729         * ext/xvid/gstxvidenc.h:
33730           Update xvid plugin to latest xvid (1.0.0-beta3) API.
33731
33732 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33733
33734         * gst/rtp/rtp-packet.c:
33735           Add sys/types.h include, since OS X doesn't define in_addr_t
33736           in netinet/in.h, like it does on Linux (see #129600).
33737
33738 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
33739
33740         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
33741
33742         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
33743           Correct logic of dispose function (see #129306).
33744
33745 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33746
33747         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
33748         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
33749         (gst_mpeg_parse_init):
33750         * gst/mpegstream/gstmpegparse.h:
33751           Remove clock (which was never provided, i.e. dead code), and
33752           also fix integer overflows at high PTS values (see #126967).
33753
33754 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33755
33756         * ext/flac/gstflacdec.c:
33757         * ext/libpng/gstpngenc.h:
33758         * ext/mikmod/gstmikmod.h:
33759           OS X fixes (see #126628).
33760
33761 2004-01-02  David Schleef  <ds@schleef.org>
33762
33763         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
33764         (gst_alsa_src_base_init): Remove bogus "src" request pad.
33765         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
33766         (gst_mpeg_parse_class_init): Move pad template registration
33767         to class_init, since the derived class (mpegdemux) doesn't
33768         want them.
33769
33770 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33771
33772         * sys/ximage/Makefile.am:
33773         * sys/xvideo/Makefile.am:
33774         * sys/xvimage/Makefile.am:
33775           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
33776           after installation (see #127664).
33777
33778 2004-01-02  David Schleef  <ds@schleef.org>
33779
33780         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
33781         (gst_ffmpegenc_connect):  Negotiation fixes.
33782         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
33783         Remove inappropriate gst_caps_free().
33784         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33785         Reenable Ronald's internal resize code, since the core handles
33786         it correctly now.
33787
33788 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33789
33790         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
33791         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
33792         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
33793           Fix pad template stuff.
33794
33795 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33796
33797         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
33798         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
33799           fix signed integer reading/writing.
33800
33801 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33802
33803         * ext/alsa/README:
33804           Remove outdated document
33805
33806 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
33807
33808         * gst/cutter/gstcutter.c: (gst_cutter_init):
33809           src pad was being created twice - oops.
33810
33811 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33812
33813         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33814           Comment out internal resize. It doesn't handle the resulting
33815           XEvent internally, does another try_set_caps() which leads to
33816           a really nice loop.
33817           Real fix will come when Julien and Dave are awake. ;).
33818
33819 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33820
33821         * ext/mpeg2enc/gstmpeg2enc.cc:
33822           fix const/nonconst compile issue.
33823
33824 2004-01-02  David Schleef  <ds@schleef.org>
33825
33826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
33827         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
33828         Add fixate function and a check for bad formats.
33829
33830 2004-01-01  David Schleef  <ds@schleef.org>
33831
33832         Negotiation fixes:
33833         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
33834         (gst_audiofilter_init):
33835         * gst/debug/efence.c: (gst_efence_init):
33836         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
33837         (gst_deinterlace_init):
33838         * gst/volume/gstvolume.c: (volume_connect):
33839
33840 2004-01-01  David Schleef  <ds@schleef.org>
33841
33842         Convert elements to use gst_pad_use_explicit_caps() where
33843         appropriate:
33844         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
33845         * ext/audiofile/gstafparse.c: (gst_afparse_init),
33846         (gst_afparse_open_file):
33847         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
33848         (gst_afsrc_open_file):
33849         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
33850         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
33851         (gst_ffmpegdec_chain):
33852         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33853         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
33854         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
33855         (gst_gdk_pixbuf_chain):
33856         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
33857         (gst_jpegdec_chain):
33858         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
33859         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33860         (gst_mikmod_negotiate):
33861         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
33862         (gst_mpeg2dec_negotiate_format):
33863         * ext/mpeg2enc/gstmpeg2enc.cc:
33864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33865         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
33866         (gst_speexdec_sinkconnect):
33867         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
33868         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
33869         (gst_vorbisfile_new_link):
33870         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
33871         (gst_ac3parse_chain):
33872         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
33873         (gst_asf_demux_setup_pad):
33874         * gst/auparse/gstauparse.c: (gst_auparse_init),
33875         (gst_auparse_chain):
33876         * gst/id3/gstid3types.c: (gst_id3types_loop):
33877         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33878         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33879         (mp1videoparse_parse_seq):
33880         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
33881         (bpf_from_header):
33882         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33883         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
33884         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
33885         (gst_mpeg_parse_send_data):
33886         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33887         (gst_qtdemux_add_stream):
33888         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33889         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33890         (gst_wavparse_parse_fmt):
33891
33892 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33893
33894         * configure.ac:
33895           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
33896           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
33897           it therefore uses the wrong include paths. Too bad... Note
33898           that 1.6.1.93 is not release yet. ;).
33899           Also add a check for mplex, which is now using the lib'ified
33900           mplex from mjpegtools, too.
33901         * ext/ffmpeg/gstffmpegcodecmap.c:
33902           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
33903           issues. I don't think ffmpeg handles 3ivx correctly, so this
33904           probably won't work. But it won't hurt either.
33905         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
33906         (gst_ffmpegdec_chain):
33907         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
33908         (gst_ffmpegenc_chain_audio):
33909           Fix memleak in audio encoding. Close codec if open fails, this
33910           calls the cleanup routines so we can re-use the context.
33911         * ext/mpeg2enc/gstmpeg2enc.cc:
33912           Fix pad template names/types, fix memory issue with getcaps().
33913         * ext/mpeg2enc/gstmpeg2encoder.cc:
33914         * ext/mpeg2enc/gstmpeg2encoder.hh:
33915           Fix compile issue with new caps system (const thingy).
33916         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33917         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
33918           We read a first frame right on initing, so that we have a caps
33919           when we init the output. This caps is cached in padprivate and
33920           read as first frame.
33921         * ext/mplex/Makefile.am:
33922         * ext/mplex/gstmplex.cc:
33923         * ext/mplex/gstmplex.h:
33924         * ext/mplex/gstmplex.hh:
33925         * ext/mplex/gstmplexibitstream.cc:
33926         * ext/mplex/gstmplexibitstream.hh:
33927         * ext/mplex/gstmplexjob.cc:
33928         * ext/mplex/gstmplexjob.hh:
33929         * ext/mplex/gstmplexoutputstream.cc:
33930         * ext/mplex/gstmplexoutputstream.hh:
33931           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
33932           had issues, didn't do capsnego, supported only a subset of the
33933           mplex features and required a mplex fork in our local CVS. Plus
33934           that it worked agaist a very old mplex version. Rewriting was
33935           faster than updating it.
33936         * gst-libs/ext/Makefile.am:
33937         * gst-libs/ext/mplex/INSTRUCT:
33938         * gst-libs/ext/mplex/Makefile.am:
33939         * gst-libs/ext/mplex/README:
33940         * gst-libs/ext/mplex/TODO:
33941         * gst-libs/ext/mplex/ac3strm_in.cc:
33942         * gst-libs/ext/mplex/audiostrm.hh:
33943         * gst-libs/ext/mplex/audiostrm_out.cc:
33944         * gst-libs/ext/mplex/aunit.hh:
33945         * gst-libs/ext/mplex/bits.cc:
33946         * gst-libs/ext/mplex/bits.hh:
33947         * gst-libs/ext/mplex/buffer.cc:
33948         * gst-libs/ext/mplex/buffer.hh:
33949         * gst-libs/ext/mplex/fastintfns.h:
33950         * gst-libs/ext/mplex/format_codes.h:
33951         * gst-libs/ext/mplex/inputstrm.cc:
33952         * gst-libs/ext/mplex/inputstrm.hh:
33953         * gst-libs/ext/mplex/lpcmstrm_in.cc:
33954         * gst-libs/ext/mplex/mjpeg_logging.cc:
33955         * gst-libs/ext/mplex/mjpeg_logging.h:
33956         * gst-libs/ext/mplex/mjpeg_types.h:
33957         * gst-libs/ext/mplex/mpastrm_in.cc:
33958         * gst-libs/ext/mplex/mpegconsts.cc:
33959         * gst-libs/ext/mplex/mpegconsts.h:
33960         * gst-libs/ext/mplex/mplexconsts.hh:
33961         * gst-libs/ext/mplex/multplex.cc:
33962         * gst-libs/ext/mplex/outputstream.hh:
33963         * gst-libs/ext/mplex/padstrm.cc:
33964         * gst-libs/ext/mplex/padstrm.hh:
33965         * gst-libs/ext/mplex/stillsstream.cc:
33966         * gst-libs/ext/mplex/stillsstream.hh:
33967         * gst-libs/ext/mplex/systems.cc:
33968         * gst-libs/ext/mplex/systems.hh:
33969         * gst-libs/ext/mplex/vector.cc:
33970         * gst-libs/ext/mplex/vector.hh:
33971         * gst-libs/ext/mplex/videostrm.hh:
33972         * gst-libs/ext/mplex/videostrm_in.cc:
33973         * gst-libs/ext/mplex/videostrm_out.cc:
33974         * gst-libs/ext/mplex/yuv4mpeg.cc:
33975         * gst-libs/ext/mplex/yuv4mpeg.h:
33976         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
33977         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
33978           We don't fork mjpegtools' mplex in our CVS anymore.
33979         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
33980         (gst_avi_demux_add_stream):
33981         * gst/avi/gstavidemux.h:
33982           Add getcaps() function for proper caps nego. This makes some
33983           parts of AVI playback/reading work.
33984         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33985           Resize window on new capsnego. This is probably wrong, but
33986           I'm still committing it because with current capsnego, the
33987           first successfull capsnego is auto-fixated, therefore rounded
33988           down to the lowest values in the caps. this results in a 16x16
33989           XWindow that is not reized when real capsnego finishes.
33990           Dave, I see more cases of this, do you know a proper solution?
33991         * tools/gst-launch-ext.in:
33992           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
33993
33994 2003-12-31  David Schleef  <ds@schleef.org>
33995
33996         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
33997         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
33998           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
33999
34000 2003-12-30  David Schleef  <ds@schleef.org>
34001
34002         * ext/ffmpeg/gstffmpegcolorspace.c:
34003         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
34004         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
34005         (gst_ffmpegcsp_chain): Negotiation fixes
34006         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
34007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
34008         (gst_audio_convert_link), (gst_audio_convert_channels):
34009         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
34010         (gst_audioscale_link), (gst_audioscale_get_buffer),
34011         (gst_audioscale_chain): Negotiation fixes
34012         * gst/audioscale/gstaudioscale.h:
34013         * gst/videofilter/gstvideofilter.c:
34014         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
34015         (gst_videofilter_link), (gst_videofilter_init),
34016         (gst_videofilter_set_output_size), (gst_videofilter_setup),
34017         (gst_videofilter_find_format_by_structure):
34018         * gst/videofilter/gstvideofilter.h: Negotiation fixes
34019         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
34020         (gst_videoscale_link):
34021         * gst/videoscale/videoscale.c: (videoscale_get_structure),
34022         (videoscale_find_by_structure), (gst_videoscale_setup):
34023         * gst/videoscale/videoscale.h: Negotiation fixes
34024         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34025         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
34026         function, restrict resizing to a multiple of 4 (hack until
34027         everyone supports odd sizes correctly).
34028
34029 2003-12-29  Colin Walters  <walters@verbum.org>
34030
34031         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
34032         signed.
34033
34034 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
34035
34036         * ext/sndfile/gstsf.c: (gst_sf_loop):
34037           Fix warning about discarding const qualifier
34038
34039 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
34040
34041         * gst/cutter/gstcutter.c:
34042         * gst/videoscale/gstvideoscale.c:
34043         * gst/volenv/gstvolenv.c:
34044         * gst-libs/gst/audio/audio.c:
34045         * gst-libs/gst/video/video.c:
34046           Fix warnings
34047
34048 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34049
34050         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34051           Don't send ALSA debugging to stderr.
34052         * ext/alsa/gstalsa.h:
34053           Use GST_WARNING instead of g_warning when ALSA functions fail.
34054
34055 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34056
34057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34058           Free XVAdapterInfo correctly.
34059
34060 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34061
34062         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
34063         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
34064           Make id3tag use correct caps nego.
34065
34066 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
34067
34068         * ext/ivorbis/vorbis.c:
34069         * ext/ivorbis/vorbisenc.h:
34070         * ext/ivorbis/vorbisfile.c:
34071           Modify so that it uses the new caps things
34072
34073 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34074
34075         * testsuite/spider/spider1.c: (main):
34076         * testsuite/spider/spider2.c: (main):
34077         * testsuite/spider/spider3.c: (main):
34078           Make tests compile again. They probably don't work.
34079
34080 2003-12-24  Colin Walters  <walters@verbum.org>
34081
34082         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
34083         we can't fixate the caps anymore.
34084
34085 2003-12-23  David Schleef  <ds@schleef.org>
34086
34087         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
34088         * sys/oss/gstosssink.c: (gst_osssink_init),
34089         (gst_osssink_sink_fixate): Add fixate function.
34090
34091 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34092
34093         * ext/ffmpeg/gstffmpegcodecmap.c:
34094         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
34095         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
34096         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
34097         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
34098         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
34099         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
34100         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
34101           fix typo in RGB masks, and move back to "old" colorspace
34102           capsnego code until whoever wrote this new crap has actually
34103           tested it so that it works.
34104           And yes, this works, keep it that way please.
34105
34106 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34107
34108         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
34109         (gst_divxdec_init), (gst_divxdec_negotiate):
34110         * ext/divx/gstdivxdec.h:
34111         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
34112         (gst_divxenc_init):
34113         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
34114         (gst_faac_sinkconnect), (gst_faac_srcconnect):
34115         * ext/mpeg2enc/gstmpeg2enc.cc:
34116         * ext/mpeg2enc/gstmpeg2encoder.cc:
34117         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34118         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
34119         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34120         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34121         (dxr3spusink_init):
34122         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34123         (dxr3videosink_init):
34124           Fix caps breakage after Dave's caps branch merge.
34125
34126 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34127
34128         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34129           Fix for 24bpp display.
34130
34131 2003-12-23  Colin Walters  <walters@verbum.org>
34132
34133         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34134         a GnomeVFSHandle directly.
34135
34136 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34137
34138         * gst/volume/Makefile.am:
34139         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34140         (volume_base_init), (volume_init):
34141           Reenable volume element and fix to work with new caps stuff.
34142           Rhythmbox needs this.
34143
34144 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34145
34146         * gst/qtdemux/qtdemux.c: (plugin_init):
34147           qtdemux requires bytestream
34148
34149 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34150
34151         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34152           Fix remaining caps handling errors due to CAPS merge.
34153
34154 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34155
34156         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34157         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34158         (gst_faad_srcconnect):
34159           Port to new caps system.
34160
34161 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34162
34163         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34164         (got_video_size), (main): using g_print instead of g_message.
34165         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34166         signal which was not emitted because of "switch" element added to the
34167         bin but not connected. (Removing from the bin temporarily)
34168
34169 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34170
34171         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34172         find X development files. I don't understand the previous tests and
34173         they fail on my debian/ppc unstable. This one works.
34174         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34175         exiting.
34176         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34177         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34178         (gst_play_set_visualization): Add some safety checks in set_ methods
34179         and state_change. This was throwing some ugly CRITICAL messages when
34180         pipeline was getting disposed and casts were failing.
34181
34182 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34183
34184         * configure.ac:
34185           Improve mpeg2enc detection. This is for distributions that do
34186           ship mjpegtools, but without mpeg2enc. Also does object check
34187           for might there ever be ABI incompatibility.
34188         * ext/mpeg2enc/gstmpeg2enc.cc:
34189           Add Andrew as second maintainer (he's helping me), and also add
34190           an error if no caps was set. This happens if I pull before capsnego
34191           and that's something I should solve sometime else.
34192         * gst/matroska/matroska-demux.c:
34193         (gst_matroska_demux_parse_blockgroup):
34194           Fix time parsing.
34195         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34196         (gst_matroska_mux_track_header):
34197           Add caps to templates.
34198         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34199           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34200         * gst/mpegstream/gstmpegdemux.c:
34201           Remove layer since it causes warnings about unfixed caps.
34202         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34203           Fix obvious typo (we error out if caps were set, we should of
34204           course error out if *no* caps were set).
34205         * sys/oss/gstosselement.c: (gst_osselement_convert):
34206           Fix format conversion, we confused bits/bytes.
34207         * sys/oss/gstosselement.h:
34208           Improve documentation for 'bps'.
34209         * sys/v4l/TODO:
34210           Remove stuff about plugins that need removing - this was done
34211           ages ago.
34212         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34213         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34214         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34215         (gst_v4lsrc_src_query):
34216         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34217         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34218           Add get_query_types(), get_formats() and query() functions.
34219
34220 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34221
34222         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34223           * moved CVS to freedesktop.org