gst-libs/gst/netbuffer/gstnetbuffer.c: Fix copying of GstNetBuffer (would crash befor...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
5           Fix copying of GstNetBuffer (would crash before, or at least lead to
6           invalid memory access, #410772), for now by copying the GstBuffer copy
7           code from the core over here so we can copy the GstBuffer fields on a
8           provided buffer instance (of type GstNetBuffer in this case). Would be
9           better to fix this with some support by the core though (and in the long
10           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
11
12         * tests/check/Makefile.am:
13           Enable unit test for GstNetBuffer.
14
15 2007-02-22  Andy Wingo  <wingo@pobox.com>
16
17         * gst-libs/gst/audio/gstbaseaudiosink.c
18         (gst_base_audio_sink_init): Disable pull-mode activation until we
19         figure out how to make audio sinks go to PLAYING.
20
21 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
22
23         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
24         (double_hq), (audio_convert_get_func_index),
25         (audio_convert_prepare_context), (audio_convert_convert):
26         * gst/audioconvert/audioconvert.h:
27         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
28         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
29         * gst/audioconvert/gstchannelmix.h:
30         * tests/check/elements/audioconvert.c: (GST_START_TEST):
31           Add float as an intermediate format, as well as float mixing. Enable
32           test that was failing before. Fixes #339837
33
34 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
35
36         * tests/examples/seek/seek.c: (do_seek):
37         Undo the previous commit: -1 as a stop time implies that the stop
38         time is the end of file, clearing any previously configured segment.
39
40 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
41
42         * tests/examples/seek/seek.c: (do_seek):
43         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
44
45 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
46
47         * gst/volume/gstvolume.c: (volume_process_int16),
48         (volume_process_int16_clamp), (volume_set_caps):
49           Unbreak volume, value remains gint.
50
51 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
52
53         * gst/volume/gstvolume.c: (volume_choose_func),
54         (volume_update_real_volume), (gst_volume_set_volume),
55         (gst_volume_init), (volume_process_double), (volume_process_float),
56         (volume_process_int16), (volume_process_int16_clamp),
57         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
58         * gst/volume/gstvolume.h:
59           Extend float audio support (double) and some int->uint cleanups.
60
61 2007-02-20  Edward Hervey  <edward@fluendo.com>
62
63         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
64         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
65         (sort_end_pads), (gst_decode_group_expose),
66         (gst_decode_group_hide):
67         Don't free groups from the streaming threads. Just put them aside and
68         free them in dispose.
69
70 2007-02-20  Edward Hervey  <edward@fluendo.com>
71
72         * gst/playback/gstdecodebin2.c: (connect_element),
73         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
74         (sort_end_pads), (gst_decode_group_expose):
75         Handle dynamic pads within groups.
76         Sort pads before exposing them in order to make playbin happy.
77         There still is a race with the multiqueue filling up. This should be
78         solved separately.
79         Fixes #398721
80
81 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
82
83         * gst-libs/gst/utils/base-utils.c:
84         * gst-libs/gst/utils/descriptions.c:
85         * gst-libs/gst/utils/install-plugins.c:
86         * gst-libs/gst/utils/missing-plugins.c:
87           Some more docs (and descriptions for two subtitle formats).
88
89 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
90
91         * gst-libs/gst/audio/audio.c:
92           Fix documentation.
93
94 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
95
96         Patch by: Yves Lefebvre  <ivanohe abacom com>
97
98         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
99           Don't leak caps. Fixes #408278.
100
101 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
102
103         * ext/cdparanoia/gstcdparanoiasrc.h:
104         * ext/ogg/gstoggdemux.h:
105         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
106         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
107         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
108         * gst-libs/gst/audio/audio.h:
109         * gst-libs/gst/audio/gstaudiofilter.h:
110         * gst-libs/gst/interfaces/videoorientation.h:
111         * gst/adder/gstadder.h:
112           More docs coverage and some ChangeLog surgery (add missing names)
113
114 2007-02-15  Wim Taymans  <wim@fluendo.com>
115
116         * sys/ximage/ximagesink.c:
117         (gst_ximagesink_calculate_pixel_aspect_ratio):
118         * sys/xvimage/xvimagesink.c:
119         (gst_xvimagesink_calculate_pixel_aspect_ratio):
120         Small constifications.
121
122 2007-02-15  Wim Taymans  <wim@fluendo.com>
123
124         * gst-libs/gst/audio/gstbaseaudiosink.c:
125         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
126         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
127         (gst_base_audio_sink_async_play),
128         (gst_base_audio_sink_change_state):
129         Answer latency query.
130         Use configured latency when syncing.
131         Fix clock slaving.
132
133         * gst-libs/gst/audio/gstbaseaudiosrc.c:
134         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
135         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
136         Fix possible memleak.
137         Implement latency query.
138         Small cleanups.
139
140 2007-02-15  Wim Taymans  <wim@fluendo.com>
141
142         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
143         Ignore errors in reset, these are not fatal. They also grab the element
144         lock which is already taking when this function is called. Fixes
145         #405451.
146
147 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
148
149         * configure.ac:
150           Remove 'tests/examples/xerror/Makefile' from output files again.
151
152 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
153
154         * configure.ac:
155         * docs/plugins/Makefile.am:
156           Also crossref against gst-plugins-base-libs.
157
158 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
159
160         * configure.ac:
161         * docs/libs/Makefile.am:
162         * docs/plugins/Makefile.am:
163           Add crossreferences to glib/gobject/gstream docs.
164
165         * gst-libs/gst/audio/audio.h:
166           Source formatting.
167
168         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
169           Add own debug category.
170
171 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
172
173         Patch by: René Stadler <mail at renestadler de>
174
175         * gst-libs/gst/tag/gstvorbistag.c:
176           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
177           (#403597).
178
179 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
180
181         * gst/playback/gstplaybasebin.c: (setup_source):
182           When we have external subtitles and wait for the subtitle decodebin
183           to get up and running, we set up a (sync) bus handler for the
184           subtitle decodebin, so we can stop waiting when it posts an error
185           message. However, we should do that before we set the subtitle
186           decodebin's state to playing, otherwise things are racy and we might
187           miss error messages posted before we had a chance to set up the bus.
188           This should finally fix totem hanging on .txt pseudo-subtitle files.
189           
190 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
191
192         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
193           Use gst_gdouble_to_guint64 for conversions.
194         * win32/common/config.h.in:
195           Add a define for GST_INSTALL_PLUGINS_HELPER
196         * win32/common/libgstaudio.def:
197         * win32/common/libgstcdda.def:
198         * win32/common/libgstnetbuffer.def:
199         * win32/common/libgstrtp.def:
200         * win32/common/libgutils.def:
201           Add new exported functions.
202         * win32/vs6/gst_plugins_base.dsw:
203         * win32/vs6/libgstdecodebin.dsp:
204         * win32/vs6/libgstnetbuffer.dsp:
205         * win32/vs6/libgstplaybin.dsp:
206         * win32/vs6/libgstrtp.dsp:
207         * win32/vs6/libgstvorbis.dsp:
208         * win32/vs6/libgstcdda.dsp:
209         * win32/vs6/libgstgdp.dsp:
210         * win32/vs6/libgstutils.dsp:
211           Update and add new project files.
212
213 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
214
215         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
216         (subrip_remove_unhandled_tags), (parse_subrip):
217           For SubRip (.srt) subtitles, ignore all markup tags we don't
218           handle (like font tags, for example).
219
220         * tests/check/elements/subparse.c:
221           Add test for this.
222
223 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
224
225         * gst/playback/gstdecodebin.c: (add_fakesink),
226         (gst_decode_bin_change_state):
227         * gst/playback/gstdecodebin2.c: (add_fakesink),
228         (gst_decode_bin_change_state):
229           Don't error out if there is no fakesink in the NULL to READY state
230           change, since when decodebin is re-used, we're only adding the
231           fakesink element in READY to PAUSED.
232
233         * tests/check/elements/decodebin.c:
234         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
235         (decodebin_suite):
236           Minimal unit test to make sure we can use the same decodebin
237           instance twice (at least with audiotestsrc input).
238
239 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
240
241         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
242           Try to get devic-name from device string first, and from handle only
243           as fallback (seems to yield better results and is more robust
244           against buggy probing code on the application side).
245
246 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
247
248         Based on patch by: Julien Puydt <julien.puydt at laposte net>
249
250         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
251         (gst_alsa_find_device_name):
252         * ext/alsa/gstalsa.h:
253         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
254         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
255           Improve device-name detection a bit, especially in the case where
256           the device is not actually open (#405020, #405024). Move common code
257           into gstalsa.c instead of duplicating it.
258
259 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
260
261         * gst/audioconvert/gstaudioconvert.c:
262           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
263
264 2007-02-06  Julien MOUTTE  <julien@moutte.net>
265
266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
267         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
268         (gst_xvimagesink_interface_supported),
269         (gst_xvimagesink_probe_get_properties),
270         (gst_xvimagesink_probe_probe_property),
271         (gst_xvimagesink_probe_needs_probe),
272         (gst_xvimagesink_probe_get_values),
273         (gst_xvimagesink_property_probe_interface_init),
274         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
275         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
276         (gst_xvimagesink_get_type):
277         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
278         for XVAdaptors so that one can choose the adaptor to use with 
279         gstreamer-properties.
280
281 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
282
283         * gst/audioconvert/gstaudioconvert.c:
284           Also mention that a conversion from double to float is suboptimal still.
285
286 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
287
288         * gst-libs/gst/audio/gstaudiofilter.c:
289         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
290           Clear our formats structure and free the caps contained in it when
291           shutting down.
292
293 2007-02-05  Andy Wingo  <wingo@pobox.com>
294
295         * gst-libs/gst/audio/gstbaseaudiosink.c
296         (gst_base_audio_sink_callback): Update basesink->offset so that we
297         pull monotonically increasing offsets instead of, um, seeking back
298         to 0 each time. Fixes alsasrc ! alsasink!
299
300 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
301
302         * gst/videoscale/gstvideoscale.c:
303           A width and height of 1 makes us crash, so increase minimum size to
304           2x2 pixels until someone feels like fixing this (#404512).
305
306 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
307
308         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
309           Add small test to make sure request pads are cleaned up properly
310           even if oggmux never changes state out of NULL.
311
312 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
313
314         * tests/check/libs/utils.c: (GST_START_TEST):
315           Fix unit test. Turns out things work much better when you
316           NULL-terminate string arrays. Should make p5 build bot happy again.
317
318 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
319
320         * gst-libs/gst/audio/Makefile.am:
321         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
322         (gst_audio_filter_template_base_init),
323         (gst_audio_filter_template_class_init),
324         (gst_audio_filter_template_init),
325         (gst_audio_filter_template_set_property),
326         (gst_audio_filter_template_get_property),
327         (gst_audio_filter_template_setup),
328         (gst_audio_filter_template_filter),
329         (gst_audio_filter_template_filter_inplace), (plugin_init):
330           Oops, forgot to commit fixed-up example.
331
332 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
333
334         * docs/libs/gst-plugins-base-libs-sections.txt:
335         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
336         (gst_audio_filter_class_init), (gst_audio_filter_init),
337         (gst_audio_filter_set_caps),
338         (gst_audio_filter_class_add_pad_templates):
339         * gst-libs/gst/audio/gstaudiofilter.h:
340           Port GstAudioFilter to 0.10. This change technically breaks
341           API and ABI (and thus also every library developer's heart),
342           but seems justifiable on the grounds that the base class was
343           completely unusable before (ie. would crash immediately when
344           actually used). Fixes #403963 (and eventually also #403572).
345           Also document all of this a bit.
346
347 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
348
349         * gst-libs/gst/utils/install-plugins.c:
350         (gst_install_plugins_spawn_child):
351         * tests/check/libs/utils.c:
352         (test_base_utils_install_plugins_do_callout):
353           Lowering log level to see why things fail on the p5 build bot;
354           fix some typos in unit test messages.
355
356 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
357
358         * tests/check/libs/utils.c:
359         (test_base_utils_install_plugins_do_callout):
360           Don't hard-code temp directory for test helper; use GLib functions
361           to write out file and do error checking etc.
362
363 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
364
365         * gst-libs/gst/utils/Makefile.am:
366         * gst-libs/gst/utils/base-utils.h:
367         * gst-libs/gst/utils/install-plugins.c:
368         (gst_install_plugins_context_set_xid),
369         (gst_install_plugins_context_new),
370         (gst_install_plugins_context_free),
371         (gst_install_plugins_get_helper),
372         (gst_install_plugins_spawn_child),
373         (gst_install_plugins_return_from_status),
374         (gst_install_plugins_installer_exited),
375         (gst_install_plugins_async), (gst_install_plugins_sync),
376         (gst_install_plugins_return_get_name),
377         (gst_install_plugins_installation_in_progress):
378         * gst-libs/gst/utils/install-plugins.h:
379           API: add API for applications to initiate installation of missing
380           plugins, ie. gst_install_plugins_async() primarily.
381           Based on libgimme-codec by Ryan Lortie.
382
383         * configure.ac:
384           Add --with-install-plugins-helper configure option so distros can specify
385           the path of the helper script or program to call when plugin installation
386           is requested (distros: please do any argument munging in this helper
387           script instead of patching GStreamer to pass arguments differently
388           to another program directly).
389
390         * docs/libs/gst-plugins-base-libs-docs.sgml:
391         * docs/libs/gst-plugins-base-libs-sections.txt:
392           Build and document new API.
393
394         * tests/check/libs/utils.c: (result_cb),
395         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
396         (libgstbaseutils_suite):
397           Some simple checks for the new API.
398
399 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
400
401         * tests/check/elements/audioconvert.c: (test_float_conversion):
402           Add small test for 32bit float <=> 64bit float conversion (works
403           only one way so far, 32=>64 produces structured noise).
404
405 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
406
407         * gst/audioconvert/gstaudioconvert.c:
408         (set_structure_widths_32_and_64), (make_lossless_changes):
409           We don't support floats with a width of 40, 48 or 56 bits.
410
411 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
412
413         * gst/audioconvert/audioconvert.c: (float), (double),
414         (audio_convert_get_func_index):
415         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
416         (make_lossless_changes):
417           Support for 64-bit float audio in audioconvert (#339837)
418
419 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
420
421         Patch by: Holger Wansing  <linux wansing-online de>
422
423         * po/LINGUAS:
424         * po/de.po:
425           Add German translation (#352069).
426
427 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
428
429         reviewed by: Wim Taymans <wim@fluendo.com>
430
431         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
432         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
433         Use newly added GstCollectPads API to free the allocated resources in
434         the GstOggPad structures (#402393).
435
436 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
437
438         * gst/playback/gstplaybin.c: (gen_vis_element):
439           Add audioresample+audioconvert in front of the visualisation
440           element, so that elements like libvisual 0.4 that don't support all
441           samplerates can work.
442
443           Fixes: #402505
444
445 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
446
447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
448         (gst_play_base_bin_get_streaminfo_value_array):
449           Take some locks and make a copy of the streaminfo value array we
450           maintain while holding the lock, so that the application can
451           retrieve the stream-info as a value array in a thread-safe way.
452
453 2007-01-30  Wim Taymans  <wim@fluendo.com>
454
455         * gst/audioconvert/gstaudioconvert.c:
456         Don't fail on 0 sized buffers. Fixes #396835.
457
458 2007-01-29  David Schleef  <ds@schleef.org>
459
460         * gst/typefind/gsttypefindfunctions.c:
461           Detect BBCD as video/x-dirac, so we can play raw dirac
462           streams.
463
464 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
465
466         * ext/theora/theoraenc.c: (theora_enc_chain):
467           Check return value of theora_encode_header(), or we might try to
468           allocate a random number of bytes. theora_encode_header() can fail
469           if libtheora has been compiled with encoding support disabled.
470           Fixes #398110.
471
472 2007-01-29  Wim Taymans  <wim@fluendo.com>
473
474         * tests/check/gst/.cvsignore:
475         Do as buildbot says.
476
477 2007-01-29  Wim Taymans  <wim@fluendo.com>
478
479         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
480         Fix strides in libvisual. Gst uses X strides.
481         Inspired by: <ed at catmur dot co dot uk> and 
482         <tim at centricular dot net>
483         Fixes #401118.
484
485 2007-01-27  Wim Taymans  <wim@fluendo.com>
486
487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
488         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
489         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
490         (gst_ogg_demux_perform_seek),
491         (gst_ogg_demux_bisect_forward_serialno),
492         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
493         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
494         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
495         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
496         * ext/ogg/gstoggdemux.h:
497         Properly propagate streaming errors when we are scanning the file for
498         chains so that we don't crash when shut down. Might fix some crashers
499         when quickly switching oggs in RB such as #332503 and #378436.
500
501 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
502
503         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
504           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
505           error code as well.
506
507 2007-01-25  Wim Taymans  <wim@fluendo.com>
508
509         * gst/playback/gstplaybasebin.c: (remove_source):
510         Don't try to disconnect a signal from a finalized object.
511
512 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
513
514         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
515           Cast lock macro parameters to make sure we're actually accessing the
516           lock member at the right class level. Free list itself in _dispose()
517           as well and NULL it in case dispose gets called multiple times.
518
519 2007-01-25  Edward Hervey  <edward@fluendo.com>
520
521         * gst/playback/gstdecodebin2.c:
522         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
523         Free GstDecodeGroups no longer used.
524         (gst_decode_group_expose):
525         Don't unlock too many times !
526         (deactivate_free_recursive):
527         Free iterator once we're done with it.
528         Fix for recursively deactivating elements (stop at ghostpads).
529
530 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
531
532         * gst/playback/gstplaybin.c: (handoff):
533           Fix up caps on the frame buffer before we save it and potentially
534           make it accessible to other threads via g_object_get; also use
535           gst_buffer_replace() instead of gst_mini_object_replace().
536
537 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
538
539         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
540           Make getting the current frame thread-safe.
541
542 2007-01-25  Edward Hervey  <edward@fluendo.com>
543
544         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
545         (gst_decode_group_new), (gst_decode_group_free):
546         Set queues to bigger sizes to cope with HD contents.
547         Fix some mutex freeing and add comment about MT safe methods.
548
549 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
550
551         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
552         (gst_text_overlay_text_event):
553           Don't unnecessarily ref (and then leak) upstream events if the text
554           pad is not linked. Fixes #399948.
555
556         * tests/check/gst-plugins-base.supp:
557           Add suppression for pango on edgy/x86 for textoverlay test.
558
559 2007-01-24  Wim Taymans  <wim@fluendo.com>
560
561         * gst-libs/gst/rtp/gstrtpbuffer.h:
562         Add some more fixed payloads.
563
564 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
565
566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
567           Error out properly if we get an error from libogg while reading the
568           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
569
570 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
571
572         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
573           Don't leak mutex.
574
575         * tests/check/elements/playbin.c:
576         (test_sink_usage_video_only_stream),
577         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
578         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
579         (test_missing_suburisource_handler),
580         (test_missing_primary_decoder), (playbin_suite):
581           Run all tests once with decodebin and once with decodebin2.
582           One test does not pass yet with decodebin2.
583
584 2007-01-23  Edward Hervey  <edward@fluendo.com>
585
586         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
587         Fix the cases where oggmux doesn't properly figure out that all
588         sinkpads have gone EOS, and therefore doesn't push out the remaining
589         buffers and the final EOS event.
590         Fixes #363379
591
592 2007-01-23  Julien MOUTTE  <julien@moutte.net>
593
594         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
596         Don't lock on navigation event push, just on keysym to string.
597         Fixes #397673 again.
598
599 2007-01-22  Edward Hervey  <edward@fluendo.com>
600
601         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
602         (get_current_group), (group_demuxer_event_probe),
603         (gst_decode_group_expose), (deactivate_free_recursive),
604         (gst_decode_group_free):
605         Cleanups.
606         Don't forget to emit 'no-more-pads' once a group is exposed.
607         Cleanup elements from a DecodeGroup once we remove it.
608         Protect call to gst_decode_group_expose() with the decodebin lock.
609
610 2007-01-22  Julien MOUTTE  <julien@moutte.net>
611
612         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
614         Looking at Xorg code i can't figure out if that XKeysymToString
615         function is thread sensible or not. Lock it just in case as
616         recommended by Radek Doulik <rodo at ximian dot com>.
617
618 2007-01-22  Julien MOUTTE  <julien@moutte.net>
619
620         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
622         Lock that X Call as well. Fixes #397673.
623
624 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
625
626         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
627           Don't go into an endless loop if the file starts with 00 00 01 2X,
628           like quicktime redirect files might. Fixes #396042.
629
630         * tests/check/Makefile.am:
631         * tests/check/gst/.cvsignore:
632         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
633         (typefindfunctions_suite):
634           Add unit test for the above.
635
636 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
637
638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
639           On second thought, use "depth" field rather than "bpp" field.
640
641 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
642
643         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
644           Camtasia caps apparently need a bpp field (#398875).
645
646 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
647
648         * gst/playback/gstplaybasebin.c: (setup_subtitle),
649         (gen_source_element), (gst_play_base_bin_change_state):
650           Attempt at a better error message in case we don't have the required
651           URI handler installed; post missing-plugin message also when we're
652           missing an URI handler for the subtitle URI; clean up properly also
653           when an error occurs and we never made it to PAUSED state.
654
655         * tests/check/elements/playbin.c: (GST_START_TEST),
656         (playbin_suite):
657           Check that we're also getting a missing-plugin messsage for a
658           missing subtitle URI handler (and clean up properly).
659
660 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
661
662         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
663           Plug a few reference leaks.
664
665 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
666
667         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
668           Lower probability a bit if the marker isn't right at the start,
669           to decrease the chance of false positives.
670
671 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
672
673         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
674           Small mpeg2 system stream typefinding improvement: make typefinder
675           probe a bit into the stream instead of just looking for a marker
676           at the beginning. Fixes #397810.
677
678 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
679
680         * gst/audioconvert/gstchannelmix.c:
681           Remove compatibility cruft for prehistoric GLib versions.
682
683 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
684
685         * gst/playback/Makefile.am:
686         * gst/playback/gstdecodebin.c: (close_pad_link):
687         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
688         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
689         (gst_play_base_bin_handle_message_func), (unknown_type):
690           Let decodebin be the element to post missing-plugin messages for
691           missing decoders (rather than playbin); make playbin implement
692           GstBin::handle_message so we can suppress missing-plugin messages
693           for types we're not handling on purpose (don't want to bring up an
694           installer in those cases).
695
696 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
697
698         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
699         * gst-libs/gst/tag/gstvorbistag.c:
700         (gst_tag_list_to_vorbiscomment_buffer):
701         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
702           Fix potentially unaligned access (#397207).
703
704 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
705
706         * tests/examples/seek/seek.c: (set_scale), (update_scale),
707         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
708         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
709         (main):
710           Allow to toggle looping while it plays. Fix callback prototype. Clean
711           up code a bit more. Add copyright header.
712
713 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
714
715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
716           Red and blue mask was swapped (spotted by Dan Williams).
717
718 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
719
720         * gst-libs/gst/tag/gstid3tag.c:
721         * gst-libs/gst/tag/gstvorbistag.c:
722           Use new beats-per-minute tag from core.
723
724 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
725
726         * po/POTFILES.in:
727           Add new files with translatable strings, so they actually make it
728           into the template file one day.
729
730 2007-01-12  Andy Wingo  <wingo@pobox.com>
731
732         * gst-libs/gst/audio/gstbaseaudiosink.c
733         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
734         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
735         stuff, as the base class handles this now. Actually tell the ring
736         buffer to start.
737         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
738         How did this work before? Maybe I'm not as awesome a programmer as
739         I think.
740
741         * gst-libs/gst/audio/gstbaseaudiosrc.c
742         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
743         of a pad function.
744
745 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
746
747         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
748           Remove more fields so that the application can better blacklist
749           formats that have been tried before.
750
751 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
752
753         * gst-libs/gst/audio/mixerutils.h:
754           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
755           used when compiling with c++ compilers as well.
756
757 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
758
759         * gst/typefind/gsttypefindfunctions.c:
760           Fix comment.
761
762 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
763
764         * gst/playback/gstplaybin.c: (post_missing_element_message),
765         (gen_video_element), (gen_text_element), (gen_audio_element),
766         (gen_vis_element):
767           Post missing-plugin messages also when we error out because
768           converters, textoverlay or auto*sinks are missing (#161922).
769
770 2007-01-10  Wim Taymans  <wim@fluendo.com>
771
772         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
773         (is_demuxer_element), (new_caps):
774         * gst/playback/gstplaybasebin.c: (source_new_pad):
775         Fix the case where we try to ref a NULL element when we delay a link
776         because of unfixed caps.
777         Set the state of autoplugged decodebins to PAUSED.
778         RTSP now works in playbin, we can remove it from the blacklist.
779
780 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
781
782         * gst/playback/Makefile.am:
783         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
784         (unknown_type), (setup_subtitle), (gen_source_element):
785         * gst/playback/gstplaybin.c: (plugin_init):
786           Post missing-plugin messages on the bus for missing sources and
787           missing decoders/demuxers/depayloaders; fix error code used when
788           we're missing an URI handler source; for media types that we are not
789           handling on purpose at the moment, don't print "don't know how to
790           handle xyz" messages to the terminal or post missing-plugin
791           messages on the bus.
792
793         * tests/check/elements/playbin.c: (create_playbin),
794         (GST_START_TEST), (gst_codec_src_uri_get_type),
795         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
796         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
797         (gst_codec_src_init_type), (gst_codec_src_base_init),
798         (gst_codec_src_create), (gst_codec_src_class_init),
799         (gst_codec_src_init), (plugin_init), (playbin_suite):
800           Add some tests for the missing-plugin stuff.
801
802 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
803
804         * configure.ac:
805         * gst-libs/gst/Makefile.am:
806         * gst-libs/gst/utils/Makefile.am:
807         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
808         * gst-libs/gst/utils/base-utils.h:
809         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
810         (find_format_info), (caps_are_rtp_caps),
811         (gst_base_utils_get_source_description),
812         (gst_base_utils_get_sink_description),
813         (gst_base_utils_get_decoder_description),
814         (gst_base_utils_get_encoder_description),
815         (gst_base_utils_get_element_description),
816         (gst_base_utils_add_codec_description_to_tag_list),
817         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
818         * gst-libs/gst/utils/descriptions.h:
819         * gst-libs/gst/utils/missing-plugins.c:
820         (missing_structure_get_type), (copy_and_clean_caps),
821         (gst_missing_uri_source_message_new),
822         (gst_missing_uri_sink_message_new),
823         (gst_missing_element_message_new),
824         (gst_missing_decoder_message_new),
825         (gst_missing_encoder_message_new),
826         (missing_structure_get_string_detail),
827         (missing_structure_get_caps_detail),
828         (gst_missing_plugin_message_get_installer_detail),
829         (gst_missing_plugin_message_get_description),
830         (gst_is_missing_plugin_message):
831         * gst-libs/gst/utils/missing-plugins.h:
832           API: add new libgstbaseutils library with functions
833           - to create and parse missing-plugins messages
834           - that provide (translated) descriptions for caps/decoders/sources/etc.
835           Closes #392393.
836
837         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
838         * pkgconfig/gstreamer-plugins-base.pc.in:
839           Add new lib.
840
841         * docs/libs/gst-plugins-base-libs-docs.sgml:
842         * docs/libs/gst-plugins-base-libs-sections.txt:
843           Generate docs for new lib and API.
844
845         * tests/check/Makefile.am:
846         * tests/check/libs/.cvsignore:
847         * tests/check/libs/utils.c: (missing_msg_check_getters),
848         (GST_START_TEST), (libgstbaseutils_suite):
849           Add some basic unit tests.
850
851 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
852
853         * ext/ogg/Makefile.am:
854           Dist gstoggdemux.h to fix 'make distcheck'.
855
856         * sys/v4l/Makefile.am:
857           Fix 'make distcheck' even more.
858
859 2007-01-09  Wim Taymans  <wim@fluendo.com>
860
861         * docs/plugins/Makefile.am:
862         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
863         * docs/plugins/gst-plugins-base-plugins-sections.txt:
864         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
865         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
866         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
867         (gst_ogg_demux_perform_seek):
868         * ext/ogg/gstoggdemux.h:
869         Added docs.
870         Add some more comments.
871         Small cleanups.
872
873 2007-01-09  Wim Taymans  <wim@fluendo.com>
874
875         * ext/theora/theoradec.c:
876         * ext/vorbis/vorbisdec.c:
877         * gst-libs/gst/audio/gstringbuffer.c:
878         (gst_ring_buffer_commit_full):
879         * gst-libs/gst/audio/gstringbuffer.h:
880         * gst-libs/gst/rtp/gstrtpbuffer.c:
881         * gst-libs/gst/tag/gstvorbistag.c:
882         Small documentation updates/fixes
883
884 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
885
886         * configure.ac:
887           Require core CVS HEAD for Andy's basesrc/sink API additions.
888
889 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
890
891         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
892
893         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
894         (plugin_init):
895           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
896           on flac.sf.net (there appear to be other versions of the first
897           ogg page in the wild) (#391365).
898
899 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
900
901         * configure.ac:
902           Check if localtime_r() is available.
903
904         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
905           If localtime_r() is not available, fall back to localtime(). Should
906           fix build on MingW (#393310).
907
908 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
909
910         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
911         * gst/subparse/gstsubparse.h:
912           Remove spurious 1000 subtrahend when calculating the timestamp from
913           the frame number and the frame rate . Also, use the frames/second
914           value specified in the first line of the file, if one is specified
915           there. Should fix #357503.
916
917         * tests/check/elements/subparse.c: (do_test),
918         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
919         (subparse_suite):
920           Add some basic unit tests for the microdvd subtitle format.
921
922 2007-01-07  Julien MOUTTE  <julien@moutte.net>
923
924         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
925         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
926         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
927         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
928         (gst_xvimagesink_set_xwindow_id),
929         (gst_xvimagesink_set_event_handling),
930         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
931         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
932         Patch by : Young-Ho Cha <ganadist at chollian dot net>
933         Fixes : #390076.
934         Add an adaptor property to select a specific XV adaptor.
935         * sys/xvimage/xvimagesink.h:
936
937 2007-01-07  Julien MOUTTE  <julien@moutte.net>
938
939         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
940         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
941         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
942         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
943         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
944         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
945         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
946         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
947         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
948         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
949         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
950         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
951         Use flow_lock much more to protect every access to xwindow.
952         Try to catch erros while creating images in case some drivers are
953         just generating an XError when the requested image is too big.
954         Should fix : #354698, #384008, #384060.
955         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
956         Implement some stress testing of setting window xid.
957
958 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
959
960         * win32/common/libgsaudio.def:
961           Add new exported function.
962         * win32/common/libgstogg.dsp:
963           Add gstoggaviparse.c to the build.
964         * win32/common/libgstvideoscale.dsp:
965           Add vs_4tap.c to the build.
966         * win32/common/libgstvorbis.dsp:
967           Add vorbistag.c to the build.
968         
969 2007-01-06  Andy Wingo  <wingo@pobox.com>
970
971         * gst-libs/gst/audio/gstbaseaudiosink.c
972         (gst_base_audio_sink_class_init)
973         (gst_base_audio_sink_init): 
974         (gst_base_audio_sink_activate_pull): Add an activate_pull function
975         to baseaudiosink, and tell basesink that we can work in pull mode.
976         This way the ring buffer thread drives the pipeline directly, if
977         pull mode is possible. There is some lingering nastiness regarding
978         capsnego, however.
979         (gst_base_audio_sink_callback): Implement the callback to pull
980         data. This interface is a bit light, though -- it should get a
981         GstFlowReturn return value at least.
982
983 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
984
985         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
986         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
987         * gst/playback/gstdecodebin2.c:
988         (gst_decode_group_check_if_blocked):
989           Printf format and missing argument fixes.
990
991 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
992
993         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
994         (gst_ogm_parse_change_state):
995         Activate pads before adding them to the element.
996
997 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
998
999         * tests/examples/seek/scrubby.c: (main):
1000         * tests/examples/seek/seek.c: (main):
1001           Call g_thread_init() first thing in main() (see #391278).
1002
1003 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1004
1005         * tests/check/Makefile.am:
1006         * tests/check/libs/.cvsignore:
1007         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1008         (netbuffer_suite):
1009           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1010           for the time being, since it's broken, see #393099.
1011
1012 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1013
1014         * tests/check/Makefile.am:
1015           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1016
1017 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1018
1019         * configure.ac:
1020           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1021           so that GST_BASE_CFLAGS can go inbetween them, making sure
1022           we use uninstalled gst-libs headers
1023         * docs/libs/Makefile.am:
1024         * ext/alsa/Makefile.am:
1025         * ext/cdparanoia/Makefile.am:
1026         * ext/gnomevfs/Makefile.am:
1027         * ext/libvisual/Makefile.am:
1028         * ext/ogg/Makefile.am:
1029         * ext/theora/Makefile.am:
1030         * ext/vorbis/Makefile.am:
1031         * gst-libs/gst/audio/Makefile.am:
1032         * gst-libs/gst/cdda/Makefile.am:
1033         * gst-libs/gst/interfaces/Makefile.am:
1034         * gst-libs/gst/riff/Makefile.am:
1035         * gst-libs/gst/rtp/Makefile.am:
1036         * gst-libs/gst/tag/Makefile.am:
1037         * gst/adder/Makefile.am:
1038         * gst/audioconvert/Makefile.am:
1039         * gst/audiorate/Makefile.am:
1040         * gst/audioresample/Makefile.am:
1041         * gst/playback/Makefile.am:
1042         * gst/tcp/Makefile.am:
1043         * gst/videoscale/Makefile.am:
1044         * gst/volume/Makefile.am:
1045         * sys/ximage/Makefile.am:
1046         * sys/xvimage/Makefile.am:
1047         * tests/icles/Makefile.am:
1048           adapt
1049
1050 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1051
1052         * gst-libs/gst/interfaces/xoverlay.c:
1053         (gst_x_overlay_handle_events):
1054         * gst-libs/gst/interfaces/xoverlay.h:
1055         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1056         (gst_ximagesink_set_xwindow_id),
1057         (gst_ximagesink_set_event_handling),
1058         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1059         (gst_ximagesink_get_property), (gst_ximagesink_init),
1060         (gst_ximagesink_class_init):
1061         * sys/ximage/ximagesink.h:
1062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1063         (gst_xvimagesink_set_xwindow_id),
1064         (gst_xvimagesink_set_event_handling),
1065         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1066         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1067         (gst_xvimagesink_class_init):
1068         * sys/xvimage/xvimagesink.h:
1069         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1070         Add a method to the XOverlay interface to allow disabling of 
1071         event handling in x[v]imagesink elements. This will let X events
1072         propagate to parent windows which can be usefull in some cases.
1073         Be carefull that the application is then responsible of pushing
1074         navigation events and expose events to the video sink.
1075         Fixes: #387138.
1076
1077 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1078
1079         * gst-libs/gst/tag/gstvorbistag.c:
1080         * tests/check/libs/tag.c: (GST_START_TEST):
1081           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1082           (fixes #392070).
1083
1084 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1085
1086         * configure.ac:
1087         * docs/Makefile.am:
1088         * docs/design/Makefile.am:
1089           Dist design docs.
1090
1091 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1092
1093         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1094         typo. Fixes: #390063.
1095
1096 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1097
1098         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1100         caps leak.
1101         * win32/common/config.h: Updated.
1102
1103 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1104
1105         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1106         (setup_gdpdepay_streamheader):
1107         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1108         (setup_gdppay_streamheader):
1109           Fix the dp tests, but activating the pads for the streamheader tests
1110           too and cleaning up conditionaly
1111
1112 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1113
1114         * gst/ffmpegcolorspace/avcodec.h:
1115         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1116         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1117         (gst_ffmpegcsp_avpicture_fill):
1118         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1119         (img_get_alpha_info):
1120         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1121         other end of the word. Fixes: #387073.
1122
1123         Add some inconsequential branch hints in a couple of places.
1124
1125 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1126
1127         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1128         (gst_ffmpeg_caps_to_smpfmt):
1129           The "signed" field in raw audio caps is of boolean type, trying to
1130           extract the value with _get_int() will fail (fix to keep in sync with
1131           the copy in gst-ffmpeg)
1132
1133 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1134
1135         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1136         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1137         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1138         (cleanup_gdpdepay):
1139         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1140         * tests/check/elements/subparse.c: (teardown_subparse):
1141         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1142         * tests/check/elements/videorate.c: (cleanup_videorate):
1143         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1144         * tests/check/elements/volume.c: (cleanup_volume):
1145         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1146         (cleanup_vorbisdec):
1147         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1148         (cleanup_vorbistag):
1149           consistent pad (de)activation
1150
1151 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1152
1153         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1154           Forgot to register the extensions.
1155
1156 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1159         (plugin_init):
1160           Add typefinder for VIVO files (my christmas present to the 90s).
1161
1162 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1163
1164         * gst/playback/gstdecodebin.c: (type_found):
1165           Special-case the text/plain media type: we only want to recognise it
1166           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1167           parser, but not if the entire stream is of text/plain type. If the
1168           entire stream is text/plain, we should just error out.
1169
1170           This fixes playback of audio files with lyrics in totem. Totem can't
1171           distinguish between text files and subtitle files and passes any
1172           .txt file with the same basename as the main file to playbin as
1173           suburi, and playbin will then throw a 'subtitle found, but no video
1174           stream' error, which isn't entirely helpful. See #380342.
1175
1176           Also, with this change we'll show a slightly more correct error
1177           message in case totem passes a playlist file to us (although a
1178           custom error message wording instead of the default text would
1179           probably not be a bad idea either).
1180
1181           Same problem also needs to be fixed for playbin+decodebin2.
1182
1183         * tests/check/Makefile.am:
1184         * tests/check/elements/decodebin.c: (src_handoff_cb),
1185         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1186         (decodebin_suite):
1187           Add simple unit test for decodebin for the above.
1188
1189 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1190
1191         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1192         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1193           Refuse to change state to READY when we failed to create any of the
1194           required elements in our instance init function.
1195
1196 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1197
1198         * docs/libs/gst-plugins-base-libs-sections.txt:
1199           Small docs fixes/updates.
1200
1201         * gst-libs/gst/video/gstvideosink.h:
1202           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1203           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1204           removed from the base sink API between 0.9.6 and 0.9.7).
1205           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1206           accessor macros, so we don't do a runtime GObject type check every
1207           time we use them.
1208
1209 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1210
1211         * Makefile.am:
1212         * gst-plugins-base.doap:
1213         * gst-plugins-base.spec.in:
1214           add doap file
1215
1216 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1217
1218         Patch by: Jens Granseuer <jensgr at gmx net>
1219
1220         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1221         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1222         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1223         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1224         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1225           Declare variables at the beginning of a block. Fixes #383195.
1226
1227 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1228
1229         * configure.ac:
1230         Bump version nano - back to CVS.
1231
1232
1233 === release 0.10.11 ===
1234
1235 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1236
1237         * configure.ac:
1238           releasing 0.10.11, "Dumb things"
1239
1240 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1241
1242         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1243         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1244         Handle the case where an element has multiple pads with 
1245         unfixed caps as well as still possibly producing more dynamic 
1246         pads by storing each case as a distinct entry in the dynamic list.
1247         Fixes #38223 again.
1248
1249 2006-12-04  Wim Taymans  <wim@fluendo.com>
1250
1251         * gst/playback/gstdecodebin.c: (close_pad_link):
1252         Fix #382223, add more dynamic caps handling.
1253
1254 2006-12-04  Wim Taymans  <wim@fluendo.com>
1255
1256         reviewed by: <delete if not using a buddy>
1257
1258         * gst-libs/gst/audio/gstringbuffer.h:
1259         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1260         (gst_netaddress_set_ip4_interface),
1261         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1262         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1263         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1264         (gst_netaddress_get_ttl):
1265         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1266         * gst/playback/gstdecodebin.c: (close_pad_link):
1267         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1268         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1269         * win32/common/config.h:
1270
1271 2006-12-01  Michael Smith  <msmith@fluendo.com>
1272
1273         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1274           Delete bad debug code.
1275           Fixes #381219
1276
1277 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1278
1279         * gst/videoscale/vs_4tap.c:
1280         * win32/MANIFEST:
1281         * win32/common/config.h:
1282         * win32/vs8/libgstvideoscale.vcproj:
1283         Fix compilation on win32 under VS8
1284         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1285         Partially fixes #381175
1286
1287 2006-11-30  Michael Smith  <msmith@fluendo.com>
1288
1289         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1290         (GST_START_TEST):
1291           It would be very bad if, after a discont buffer, we thought every
1292           single following buffer was also discont. So, add to the test to
1293           ensure that this isn't the case.
1294           
1295         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1296           ... it was the case. So fix it.
1297
1298 2006-11-28  Wim Taymans  <wim@fluendo.com>
1299
1300         * gst/playback/gstplaybasebin.c: (check_queue_event):
1301         Improve debug.
1302
1303         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1304         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1305         padtemplate caps. Refixes #357577.
1306
1307 2006-11-28  Wim Taymans  <wim@fluendo.com>
1308
1309         * gst/playback/gstplaybasebin.c: (check_queue_event),
1310         (queue_threshold_reached), (queue_out_of_data),
1311         (gen_preroll_element):
1312         Add event probe to see when EOS is in a queue and we can disable the
1313         underrun signals. Fixes #357577.
1314
1315 2006-11-28  Edward Hervey  <edward@fluendo.com>
1316
1317         * gst/playback/Makefile.am:
1318         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1319         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1320         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1321         (gst_decode_bin_init), (gst_decode_bin_dispose),
1322         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1323         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1324         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1325         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1326         (connect_element), (expose_pad), (type_found),
1327         (pad_added_group_cb), (pad_removed_group_cb),
1328         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1329         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1330         (are_raw_caps), (multi_queue_overrun_cb),
1331         (multi_queue_underrun_cb), (gst_decode_group_new),
1332         (get_current_group), (group_demuxer_event_probe),
1333         (gst_decode_group_control_demuxer_pad),
1334         (gst_decode_group_control_source_pad),
1335         (gst_decode_group_check_if_blocked),
1336         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1337         (gst_decode_group_hide), (gst_decode_group_free),
1338         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1339         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1340         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1341         (plugin_init):
1342         New decodebin2 element.
1343         Closes #370092
1344         * gst/playback/gstplay-marshal.list:
1345         Added marshallers for new signals in decodebin2
1346         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1347         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1348         is set.
1349
1350 2006-11-28  Wim Taymans  <wim@fluendo.com>
1351
1352         * gst/playback/gstplaybasebin.c: (setup_source),
1353         (gst_play_base_bin_change_state):
1354         Disable rtsp:// uris for the release, it's not good enough yet.
1355         Remove unused var.
1356
1357 2006-11-26  Wim Taymans  <wim@fluendo.com>
1358
1359         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1360         (theora_dec_push_forward), (theora_dec_push_reverse),
1361         (theora_handle_data_packet), (theora_dec_decode_buffer),
1362         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1363         (theora_dec_chain_forward), (theora_dec_chain):
1364         Implement reverse playback.
1365
1366         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1367         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1368         (vorbis_dec_chain_forward):
1369         Clear buffers used for reverse playback in _reset.
1370         No need to set the eos flag, we clip samples using the segment.
1371
1372 2006-11-24  Wim Taymans  <wim@fluendo.com>
1373
1374         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1375         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1376         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1377         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1378         Some cleanups.
1379         Handle continued pages in reverse mode.
1380
1381 2006-11-24  Wim Taymans  <wim@fluendo.com>
1382
1383         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1384         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1385         (vorbis_dec_flush_decode):
1386         Small cleanups.
1387         Don't try to add invalid timestamps.
1388         Clipping will unref the buffer.
1389
1390 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1391
1392         * gst/adder/gstadder.h:
1393         * gst/audiotestsrc/gstaudiotestsrc.h:
1394           remove obsolete _factory_init protos
1395
1396 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1397
1398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1399           Fix spacing in debug message.
1400
1401 2006-11-23  Wim Taymans  <wim@fluendo.com>
1402
1403         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1404         (gst_ogg_demux_chain):
1405         Don't just ignore return values from _pad_push().
1406         Small debug improvements.
1407
1408 2006-11-23  Michael Smith  <msmith@fluendo.com>
1409
1410         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1411           If our incoming buffer is marked as DISCONT, then increment the page
1412           number (so that the discontinuity is marked in the final ogg
1413           bitstream) and flush the previous page.
1414
1415 2006-11-22  Michael Smith  <msmith@fluendo.com>
1416
1417         * ext/theora/gsttheoraenc.h:
1418         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1419         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1420         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1421         (theora_enc_chain), (theora_enc_change_state):
1422           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1423
1424         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1425         (GST_START_TEST), (theoraenc_suite):
1426           Enable discontinuity test, fix it.
1427
1428 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1429
1430         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1431         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1432         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1433         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1434         (gst_text_overlay_change_state):
1435         * ext/pango/gsttextoverlay.h:
1436           Some textoverlay fixes: for one, in the video chain function,
1437           actually wait for a text buffer to come in if there is none at the
1438           moment and there should be one; also, deal more gracefully with
1439           incoming buffers that do not have a timestamp or duration; discard
1440           text buffer when not needed any longer. Fixes #341681.
1441
1442         * tests/check/Makefile.am:
1443         * tests/check/elements/.cvsignore:
1444         * tests/check/elements/textoverlay.c:
1445         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1446         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1447         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1448         (test_video_waits_for_text_send_text_newsegment_thread),
1449         (test_video_waits_for_text_shutdown_element),
1450         (test_render_continuity_push_video_buffers_thread),
1451         (textoverlay_suite):
1452           Add some unit tests for textoverlay.
1453
1454 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1455
1456         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1457           Avoid integer underflow when the found probability for mp3 is
1458           smaller than the 'penalty' we subtract if there's not a clean
1459           mp3 header sync at offset 0.
1460
1461 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1462
1463         * docs/libs/gst-plugins-base-libs-sections.txt:
1464           Add some new symbols to the docs
1465
1466 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1467
1468         * tests/check/Makefile.am:
1469         * tests/check/elements/ffmpegcolorspace.c:
1470         (ffmpegcolorspace_suite):
1471           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1472           (for now not for valgrinding though, since it takes too long).
1473
1474 2006-11-20  Wim Taymans  <wim@fluendo.com>
1475
1476         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1477         (gst_ffmpeg_pixfmt_to_caps):
1478         Fix RGBA32 caps. Fixes #357038.
1479
1480 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1481
1482         * gst-libs/gst/interfaces/mixertrack.h:
1483           Add FIXME so we can add some padding here in 0.11
1484
1485 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1486
1487         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1488           Fix GstBaseRTPAudioPayload structure so the whole GObject
1489           inheritance business actually works (parent class instance structure
1490           must always come first in the derived class instance structure).
1491
1492 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1493
1494         * gst/videotestsrc/Makefile.am:
1495         * tests/check/Makefile.am:
1496           Make sure our checks and the videotestsrc plugin link against the
1497           local uninstalled gst libs and not any installed gst libs that
1498           might happen to exist as well.
1499
1500         * tests/check/elements/adder.c: (message_received),
1501         (test_event_message_received), (test_play_twice_message_received):
1502         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1503           Fix compiler warnings when compiling against core with disabled
1504           debugging system.
1505
1506 2006-11-16  Michael Smith  <msmith@fluendo.com>
1507
1508         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1509         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1510           Fix audiorate, so that it accurately sets offsets and timestamps.
1511           Doesn't change the fundamental algorithmic decisions; so should be
1512           safe.
1513
1514         * tests/check/Makefile.am:
1515           Enable audiorate test now that it passes.
1516
1517 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1518
1519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1520           clear xv when going to NULL, remove // commented non-existant proto
1521
1522         * tests/examples/seek/seek.c: (main):
1523           add missing tooltip description for scrub and play_scrub
1524
1525 2006-11-14  David Schleef  <ds@schleef.org>
1526
1527         * configure.ac:
1528           Bump liboil requirement to 0.3.8.
1529         * gst-libs/gst/riff/riff-media.c:
1530           Add Dirac fourcc.
1531         * gst/videoscale/vs_image.h:
1532         * gst/videoscale/vs_scanline.h:
1533           Use liboil's stdint.h.
1534         * gst/videotestsrc/videotestsrc.c:
1535           Remove liboil related ifdef's, since they aren't needed now, and
1536           won't work with future versions.
1537
1538 2006-11-14  David Schleef  <ds@schleef.org>
1539
1540         * gst/videoscale/Makefile.am:
1541         * gst/videoscale/gstvideoscale.c:
1542         * gst/videoscale/gstvideoscale.h:
1543         * gst/videoscale/vs_4tap.c:
1544         * gst/videoscale/vs_4tap.h:
1545         * gst/videoscale/vs_image.c:
1546         * gst/videoscale/vs_image.h:
1547         * gst/videoscale/vs_scanline.c:
1548         * gst/videoscale/vs_scanline.h:
1549           Add a 4-tap image scaler.  Theoretically looks much prettier.
1550           The tap calculation could use some improvement.
1551
1552 2006-11-14  Wim Taymans  <wim@fluendo.com>
1553
1554         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1555
1556         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1557         (gst_riff_parse_strf_iavs):
1558         * gst/subparse/gstsubparse.c: (convert_encoding):
1559         * gst/tcp/gstmultifdsink.c:
1560         (gst_multi_fd_sink_handle_client_write):
1561         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1562         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1563         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1564         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1565         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1566         (gst_ximagesink_ximage_new):
1567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1568         Various gsize and gssize printf fixes. Fixes #372507.
1569
1570 2006-11-13  Wim Taymans  <wim@fluendo.com>
1571
1572         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1573         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1574         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1575         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1576         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1577         * ext/vorbis/vorbisdec.h:
1578         First stab at vorbis reverse playback.
1579
1580 2006-11-13  Wim Taymans  <wim@fluendo.com>
1581
1582         * gst-libs/gst/audio/gstbaseaudiosink.c:
1583         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1584         * gst-libs/gst/audio/gstbaseaudiosink.h:
1585         Make the clock sync code more accurate wrt resampling and playback
1586         at different rates.
1587         
1588         * gst-libs/gst/audio/gstringbuffer.c:
1589         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1590         * gst-libs/gst/audio/gstringbuffer.h:
1591         Use better algorithm to interpolate sample rates. 
1592
1593 2006-11-13  Michael Smith  <msmith@fluendo.com>
1594
1595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1596           Improve a debug line slightly.
1597
1598         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1599           Call gst_riff_init() in plugin_init, to avoid getting errors from
1600           the debug system (unrelated changes to another plugin made this turn
1601           up; not sure why).
1602
1603 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1604
1605         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1606
1607         * win32/common/libgsttag.def:
1608           Add missing symbol (#366492).
1609
1610 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1611
1612         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1613           Don't unref a NULL pad.
1614
1615 2006-11-09  Wim Taymans  <wim@fluendo.com>
1616
1617         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1618         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1619         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1620         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1621         (gst_ogg_demux_loop):
1622         Implement first stab at reverse playback.
1623
1624 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1625
1626         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1627         (gst_riff_create_video_template_caps):
1628           add h263/h264 variants to the caps, Fixes #363118
1629
1630 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1631
1632         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1633         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1634           Use g_strerror instead of strerror so we get UTF-8.
1635
1636 2006-11-03  David Schleef  <ds@schleef.org>
1637
1638         * ext/ogg/gstoggdemux.c:
1639         * ext/ogg/gstoggmux.c:
1640           Add/remove KW-DIRAC header here, since it is ogg-specific.
1641
1642 2006-11-03  Michael Smith  <msmith@fluendo.com>
1643
1644         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1645           Recognise more mpeg4 elementary video streams.
1646
1647 2006-11-02  Edward Hervey  <edward@fluendo.com>
1648
1649         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1650         Lower the probability of mp3 typefinding functions if we don't find a
1651         valid mp3 header at the start of the file.
1652         Closes #369482
1653
1654 2006-11-02  Wim Taymans  <wim@fluendo.com>
1655
1656         * ext/theora/gsttheoradec.h:
1657         * ext/theora/theoradec.c: (gst_theora_dec_init),
1658         (theora_dec_sink_event), (theora_dec_chain_forward),
1659         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1660         (theora_dec_chain):
1661         Document and partially implement an algorithm for doing reverse playback
1662         of theora video.
1663
1664 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1665
1666         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1667
1668         * win32/common/config.h:
1669         * win32/common/interfaces-enumtypes.c:
1670         * win32/common/libgsttag.def:
1671         * win32/vs8/gst-plugins-base.sln:
1672         * win32/vs8/libgstaudioresample.vcproj:
1673         * win32/vs8/libgstinterfaces.vcproj:
1674         * win32/vs8/libgstogg.vcproj:
1675         * win32/vs8/libgstriff.vcproj:
1676         * win32/vs8/libgsttag.vcproj:
1677         * win32/vs8/libgsttheora.vcproj:
1678         * win32/vs8/libgstvideoscale.vcproj:
1679         * win32/vs8/libgstvorbis.vcproj:
1680           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1681           to libgsttag.def; add missing dependencies for some vs8 projects;
1682           re-arrange placement of .def files in vs8 projects (#366334).
1683
1684 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1685
1686         * ext/ogg/gstogg.c:
1687           Remove unused variable.
1688
1689         * ext/ogg/gstoggdemux.c:
1690           Fix Wim's surname in plugin description.
1691
1692 2006-10-31  Wim Taymans  <wim@fluendo.com>
1693
1694         * gst-plugins-base.spec.in:
1695         spec new .h file. Fixes #368310.
1696
1697 2006-10-31  Michael Smith  <msmith@fluendo.com>
1698
1699         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1700         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1701         (gst_multi_fd_sink_get_stats),
1702         (gst_multi_fd_sink_remove_client_link),
1703         (gst_multi_fd_sink_queue_buffer),
1704         (gst_multi_fd_sink_handle_clients):
1705         * gst/tcp/gstmultifdsink.h:
1706           Make using the remove or clear signals threadsafe.
1707           Make calling get-stats with an invalid fd not segfault.
1708           Fixes 368273.
1709
1710 2006-10-31  Wim Taymans  <wim@fluendo.com>
1711
1712         * gst-libs/gst/rtp/Makefile.am:
1713         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1714         (gst_base_rtp_audio_payload_init):
1715         Fix and activate base audio payloader.
1716
1717 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1718
1719         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
1720         (plugin_init):
1721           Add typefinder for QuickTime Image Files (see #366156).
1722
1723 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
1724
1725         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1726           Another typo fix (#366212).
1727
1728 2006-10-27  Wim Taymans  <wim@fluendo.com>
1729
1730         * gst/volume/gstvolume.c: (volume_transform_ip):
1731         Use stream time to synchronize volume property instead of rather random
1732         timestamps. This is needed when gnonlin does its time shifting.
1733
1734 2006-10-27  Wim Taymans  <wim@fluendo.com>
1735
1736         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
1737
1738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
1739         Remove the pad from the element in release_pad. Fixes #364812.
1740
1741 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1742
1743         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
1744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
1745           Explicitly create our custom buffer classes at a thread-safe
1746           location as well, since g_type_class_ref() doesn't seem to be
1747           entirely thread-safe either (#365501; also see #349410).
1748
1749 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1750
1751         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
1752         (gst_riff_parse_info):
1753           If strings in INFO chunk are not UTF-8, do something similar to
1754           what we do for ID3v1 tags: check a number of environment variables
1755           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
1756           character sets to try, otherwise try the current locale and/or fall
1757           back on ISO-8859-1. Fixes #360552.
1758
1759 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1760
1761         * gst/videotestsrc/gstvideotestsrc.c:
1762         (gst_video_test_src_pattern_get_type),
1763         (gst_video_test_src_set_pattern):
1764         * gst/videotestsrc/gstvideotestsrc.h:
1765         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
1766         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
1767         (gst_video_test_src_checkers8):
1768         * gst/videotestsrc/videotestsrc.h:
1769           Add a bunch of exciting new checkers patterns.
1770
1771 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1772
1773         * gst/subparse/Makefile.am:
1774         * gst/subparse/gstsubparse.c:
1775         (gst_sub_parse_data_format_autodetect),
1776         (gst_sub_parse_format_autodetect), (handle_buffer),
1777         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
1778         * gst/subparse/gstsubparse.h:
1779         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
1780         (parse_tmplayer):
1781         * gst/subparse/tmplayerparse.h:
1782           Add support for TMPlayer-type subtitles (#362845).
1783
1784         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
1785         (GST_START_TEST), (subparse_suite):
1786           Add some basic unit tests for the above.
1787
1788 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
1789
1790         * tests/check/elements/audiorate.c: (test_injector_base_init),
1791         (test_injector_class_init), (test_injector_chain),
1792         (test_injector_init), (probe_cb), (do_perfect_stream_test),
1793         (GST_START_TEST), (audiorate_suite):
1794           More tests for audiorate: inject buffers to check behaviour when
1795           buffers overlap.
1796
1797 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
1798
1799         * tests/check/Makefile.am:
1800         * tests/check/elements/.cvsignore:
1801         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
1802         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
1803           Add some basic unit tests for audiorate. Disabled at the moment
1804           since it doesn't pass yet (see bug #363119).
1805
1806 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1807
1808         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
1809         (parse_subrip), (handle_buffer):
1810           Add missing closing tags for markup and fix broken markup,
1811           otherwise pango won't render anything (fixes #357531). Also,
1812           make sure the text we send out is always NUL-terminated
1813           (better safe than sorry etc.).
1814
1815         * tests/check/elements/subparse.c: (test_srt_do_test),
1816         (test_srt):
1817           Some more tests for .srt incl. tests for the above stuff.
1818
1819 2006-10-20  Julien MOUTTE  <julien@moutte.net>
1820
1821         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1823         Patch by: Stefan Kost  <ensonic@users.sf.net>
1824         Try to redraw borders only when needed. Apparently this consumes
1825         resources on small devices... :-O (#363607)
1826
1827 2006-10-20  Michael Smith  <msmith@fluendo.com>
1828
1829         * gst/tcp/gstmultifdsink.c:
1830         (gst_multi_fd_sink_client_queue_buffer):
1831           If caps change, then update the client's idea of the caps so that we
1832           don't end up re-sending streamheaders for every single buffer after
1833           the caps change.
1834
1835 2006-10-20  Michael Smith  <msmith@fluendo.com>
1836
1837         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
1838         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
1839           Set caps on pushed buffers; fix up refcounting of caps objects.
1840
1841 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1842
1843         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
1844         (plugin_init):
1845           Typefind mmsh header data packet to application/x-mmsh (#362625).
1846
1847 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1848
1849         * tests/check/Makefile.am:
1850         * tests/check/elements/.cvsignore:
1851         * tests/check/elements/subparse.c: (buffer_from_static_string),
1852         (setup_subparse), (teardown_subparse), (test_srt_do_test),
1853         (GST_START_TEST), (subparse_suite):
1854           Add very simple unit test for subparse.
1855
1856 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1857
1858         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
1859         (parse_subrip):
1860           Strip trailing newlines from subtitle text output.
1861
1862 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1863
1864         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1865         (gst_sub_parse_change_state):
1866           Fix memleak; clear subparse->textbuf n state change function.
1867
1868 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1869
1870         * gst/subparse/gstsubparse.c:
1871         (gst_sub_parse_data_format_autodetect):
1872           Don't require subrip (.srt) files to start with a chunk number of 1.
1873
1874 2006-10-18  Wim Taymans  <wim@fluendo.com>
1875
1876         * gst-libs/gst/audio/gstbaseaudiosink.c:
1877         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1878         * gst-libs/gst/audio/gstbaseaudiosink.h:
1879         Extract rate from the NEWSEGMENT event.
1880         Use commit_full to also take rate adjustment into account when writing
1881         samples to the ringbuffer.
1882         
1883         * gst-libs/gst/audio/gstringbuffer.c:
1884         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
1885         (gst_ring_buffer_read):
1886         * gst-libs/gst/audio/gstringbuffer.h:
1887         Added _commit_full() to also take rate into account.
1888         Use simple interpolation algorithm to resample audio.
1889         API: gst_ring_buffer_commit_full()
1890
1891         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
1892         * tests/examples/seek/seek.c: (segment_done):
1893         Don't try to seek with 0.0 rate, just pause instead.
1894         Remove bogus debug line.
1895
1896 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1897
1898         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
1899         (setup_source):
1900           Catch async errors when starting up the subtitle bin, so we can
1901           stop waiting and continue with the main film instead of hanging
1902           forever. Fixes #339366.
1903
1904         * tests/check/elements/playbin.c: (playbin_suite):
1905           Enable unit test for the above.
1906
1907 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1908
1909         * tests/check/Makefile.am:
1910         * tests/check/elements/.cvsignore:
1911         * tests/check/elements/playbin.c: (GST_START_TEST),
1912         (gst_red_video_src_uri_get_type),
1913         (gst_red_video_src_uri_get_protocols),
1914         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
1915         (gst_red_video_src_uri_handler_init),
1916         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
1917         (gst_red_video_src_create), (gst_red_video_src_class_init),
1918         (gst_red_video_src_init), (plugin_init), (playbin_suite):
1919           Some small and basic unit tests for playbin; not very useful yet,
1920           but at least a start.
1921
1922 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * gst/playback/gstplaybin.c: (setup_sinks):
1925           The old pad activation spiel.
1926
1927 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
1928
1929         * gst/playback/gstplaybasebin.c: (setup_source):
1930           Don't hang forever if the subbin already fails to start up in 
1931           the state change to PAUSED (#339366).
1932
1933 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1934
1935         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
1936         (gst_tuner_set_channel), (gst_tuner_get_channel),
1937         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
1938         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
1939         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
1940         (gst_tuner_find_channel_by_name):
1941           Fix some function guards, add some more function guards.
1942
1943 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
1944
1945         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1946         (remove_element_chain):
1947         Don't return a pad from get_our_ghost_pad unless it is actually the
1948         one we want.
1949         Change a cast in remove_element_chain slightly.
1950
1951 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1952
1953         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1954         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
1955         Segment seeking needs to use the rate and set stop to -1.
1956
1957 2006-10-13  Wim Taymans  <wim@fluendo.com>
1958
1959         * gst-libs/gst/audio/gstbaseaudiosink.c:
1960         (gst_base_audio_sink_setcaps):
1961         Don't crash when ringbuffer is not yet created.
1962         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
1963         Fixes #361634.
1964
1965         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1966         * gst/playback/gststreamselector.c:
1967         (gst_stream_selector_request_new_pad):
1968         Activate pads befre adding them to running elements.
1969
1970 2006-10-13  Julien MOUTTE  <julien@moutte.net>
1971
1972         * tests/examples/seek/seek.c: (do_seek), (start_seek),
1973         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
1974         updater when we start grabing the slider. Don't wait for the
1975         pipeline to be PAUSED.
1976
1977 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1978
1979         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
1980         (gst_mixer_set_volume), (gst_mixer_get_volume),
1981         (gst_mixer_set_mute), (gst_mixer_set_option),
1982         (gst_mixer_get_option), (gst_mixer_mute_toggled),
1983         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
1984         (gst_mixer_option_changed):
1985           Guard mixer interface functions against bogus arguments.
1986
1987 2006-10-12  Julien MOUTTE  <julien@moutte.net>
1988
1989         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1990         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
1991         (msg_state_changed), (main): Use state-changed messages to trigger
1992         start/stop of scale update timer. Indeed the scale slider was
1993         jumping here and there because the update timer was activated 
1994         before seek completed. This fixes instant applying of rate changes
1995         by pressing the spinbutton like a crazy man !
1996
1997 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
1998
1999         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2000
2001         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2002         (gst_basertppayload_finalize):
2003           Fix two small memory leaks (#361456).
2004
2005 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2006
2007         * tests/examples/seek/seek.c: (do_seek),
2008         (rate_spinbutton_changed_cb): When changing spinbutton we try
2009         to change the rate on the fly.
2010
2011 2006-10-10  Wim Taymans  <wim@fluendo.com>
2012
2013         * gst-libs/gst/riff/riff-ids.h:
2014         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2015         (gst_riff_create_audio_template_caps):
2016         Add WMS caps.
2017
2018 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2019
2020         Patch by: Josep Torre Valles <josep@fluendo.com>
2021
2022         * ext/gnomevfs/gstgnomevfssink.c:
2023         * ext/gnomevfs/gstgnomevfssrc.c:
2024         Fix URI interface implementation return type.
2025         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2026         Fix what looks like a copy/paste issue when assigning values.
2027         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2028         (gst_audio_filter_template_get_type):
2029         Cast to prevent Forte warnings.
2030         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2031         Fix URI interface implementation return type.
2032         gst_pad_query_position requires a signed integer pointer as
2033         3rd parameter, GstClockTime is unsigned.
2034         * gst/audioconvert/audioconvert.c:
2035         Fix integer overflow when treated as signed.
2036         * gst/audioresample/resample.c: (resample_add_input_data):
2037         Cast to prevent warnings on Forte.
2038         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2039         Fix integer overflow when treated as signed.
2040         * gst/ffmpegcolorspace/imgconvert_template.h:
2041         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2042         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2043         (cleanup_decodebin):
2044         Who initialises a guint to -1!
2045         Cast function pointers to prevent warnings on Forte.
2046         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2047         (queue_threshold_reached):
2048         Cast function pointers correctly to prevent warnings on Forte.
2049         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2050         Cast function pointers correctly to prevent warnings on Forte.
2051         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2052         Obvious change to unsigned, 0xEF > max signed char.
2053         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2054         GstClockTime is unsigned, initialise correctly.
2055         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2056         Cast so pointer arithemetic doesn't cause warnings on Forte.
2057         * gst/videorate/gstvideorate.c:
2058         Use correct return value.
2059         * tests/examples/seek/scrubby.c:
2060         GstClockTime is unsigned, initialise correctly.
2061
2062 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2063
2064         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2065
2066         * gst/typefind/gsttypefindfunctions.c:
2067           Recognise XML files and XML-like files shorter than 256 bytes as
2068           well (fixes #359237).
2069
2070 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2071
2072         Patch by: Renato Filho <renato.filho@indt.org.br>
2073         
2074         * gst/typefind/gsttypefindfunctions.c:
2075         Added typefind functions to video/x-nuv media.
2076         
2077 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2078
2079         * gst-libs/gst/interfaces/xoverlay.c:
2080         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2081           Some more guards against invalid input.
2082
2083 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2084
2085         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2086         Useless goto.
2087         * tests/examples/seek/seek.c: (do_seek),
2088         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2089         seek example to experiment with rates != 1.0 (reverse playback !)
2090
2091 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2092
2093         * gst-libs/gst/interfaces/xoverlay.c:
2094           Unref message in doc-example (spotted by Robert McQueen)
2095
2096 2006-10-06  Wim Taymans  <wim@fluendo.com>
2097
2098         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2099         (mpeg1_parse_header), (mpeg1_sys_type_find):
2100         printf fix.
2101
2102 2006-10-06  Wim Taymans  <wim@fluendo.com>
2103
2104         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2105         (close_pad_link):
2106         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2107         Activate dynamic pads before adding them to the element.
2108
2109 2006-10-06  Michael Smith  <msmith@fluendo.com>
2110
2111         * gst-libs/gst/floatcast/floatcast.h:
2112           Fix obviously-bogus macros; use the correct types.
2113
2114 2006-10-06  Wim Taymans  <wim@fluendo.com>
2115
2116         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2117         (gst_base_rtp_depayload_change_state):
2118         Also call parent state change function to activate pads.
2119
2120         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2121         (mpeg1_parse_header), (mpeg1_sys_type_find):
2122         Add some more debug info in mpeg typefinding.
2123
2124 2006-10-06  Michael Smith  <msmith@fluendo.com>
2125
2126         * ext/theora/theoradec.c: (theora_dec_chain):
2127           Zero byte theora packets are valid and well-defined; don't warn on
2128           them.
2129
2130 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2131
2132         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2133         (gst_multi_fd_sink_get_stats), (find_limits),
2134         (gst_multi_fd_sink_queue_buffer):
2135           API: add dropped_buffers to the get-stats GValueArray
2136
2137 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2138
2139         * ext/alsa/gstalsadeviceprobe.c:
2140         (gst_alsa_device_property_probe_get_values):
2141         * ext/alsa/gstalsasink.c: (set_hwparams):
2142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2143         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2144         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2145         (gst_ogg_mux_process_best_pad):
2146         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2147         (gst_ogg_parse_chain):
2148         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2149         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2150         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2151         (gst_vorbis_enc_buffer_check_discontinuous):
2152         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2153         * gst-libs/gst/audio/gstbaseaudiosink.c:
2154         (gst_base_audio_sink_render):
2155         * gst-libs/gst/cdda/gstcddabasesrc.c:
2156         (gst_cdda_base_src_handle_track_seek):
2157         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2158         (gst_base_rtp_depayload_push_full):
2159         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2160         * gst/audioresample/resample.c: (resample_input_pushthrough):
2161         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2162         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2163         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2164         (wavpack_type_find):
2165         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2166         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2167         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2168         * tests/check/elements/volume.c: (GST_START_TEST):
2169           Printf format fixes.
2170
2171 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2172
2173         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2174           Fix a simple mistake (see the docs)
2175           Fixes #359580
2176
2177 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2178
2179         * docs/plugins/Makefile.am:
2180         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2181         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2182         * docs/plugins/gst-plugins-base-plugins.args:
2183         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2184         * docs/plugins/inspect/plugin-adder.xml:
2185         * docs/plugins/inspect/plugin-alsa.xml:
2186         * docs/plugins/inspect/plugin-audioconvert.xml:
2187         * docs/plugins/inspect/plugin-audiorate.xml:
2188         * docs/plugins/inspect/plugin-audioresample.xml:
2189         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2190         * docs/plugins/inspect/plugin-cdparanoia.xml:
2191         * docs/plugins/inspect/plugin-decodebin.xml:
2192         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2193         * docs/plugins/inspect/plugin-gdp.xml:
2194         * docs/plugins/inspect/plugin-gnomevfs.xml:
2195         * docs/plugins/inspect/plugin-libvisual.xml:
2196         * docs/plugins/inspect/plugin-ogg.xml:
2197         * docs/plugins/inspect/plugin-pango.xml:
2198         * docs/plugins/inspect/plugin-playbin.xml:
2199         * docs/plugins/inspect/plugin-subparse.xml:
2200         * docs/plugins/inspect/plugin-tcp.xml:
2201         * docs/plugins/inspect/plugin-theora.xml:
2202         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2203         * docs/plugins/inspect/plugin-video4linux.xml:
2204         * docs/plugins/inspect/plugin-videorate.xml:
2205         * docs/plugins/inspect/plugin-videoscale.xml:
2206         * docs/plugins/inspect/plugin-videotestsrc.xml:
2207         * docs/plugins/inspect/plugin-volume.xml:
2208         * docs/plugins/inspect/plugin-vorbis.xml:
2209         * docs/plugins/inspect/plugin-ximagesink.xml:
2210         * docs/plugins/inspect/plugin-xvimagesink.xml:
2211           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2212
2213 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2214
2215         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2216
2217         * ext/vorbis/Makefile.am:
2218         * ext/vorbis/vorbis.c: (plugin_init):
2219         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2220         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2221         * ext/vorbis/vorbisparse.h:
2222         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2223         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2224         (gst_vorbis_tag_parse_packet):
2225         * ext/vorbis/vorbistag.h:
2226           Add new vorbistag element which derives from vorbisparse
2227           and is essentially the same as well, only that it implements
2228           the GstTagSetter interface and can modify the stream's
2229           vorbiscomment on the fly (#335635).
2230
2231         * tests/check/Makefile.am:
2232         * tests/check/elements/.cvsignore:
2233         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2234         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2235         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2236         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2237           Add unit test for new vorbistag element.
2238
2239 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2240
2241         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2242         (vorbis_parse_push_headers), (vorbis_parse_chain):
2243           Set BOS flag in packet structure to fix 'jump depends
2244           on unitialized value' errors in valgrind; various minor
2245           clean-ups.
2246
2247 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2248
2249         * gst/playback/gstdecodebin.c: (close_pad_link):
2250         Fix typo in a debug statement.
2251
2252         * gst/playback/gstplaybasebin.c: (probe_triggered),
2253         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2254         (gen_source_element), (source_new_pad), (analyse_source),
2255         (setup_source):
2256         When handling no_more_pads in new_decoded_pad, make sure to treat
2257         subtitle pads correctly. Fixes playback with subtitle files.
2258
2259         Move a recurring message to LOG level.
2260
2261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2262         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2263         which ends up as -1 when cast to an int. Make the logic handle the
2264         max value as an unsigned mask and only change the colorkey when it's
2265         a value we recognise.
2266
2267 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2268
2269         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2270         Removed empty * between paragraphs
2271
2272 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2273
2274         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2275         * gst-libs/gst/rtp/README:
2276         Moved some documentation into .c file
2277
2278 2006-09-29  Wim Taymans  <wim@fluendo.com>
2279
2280         * gst/playback/gstdecodebin.c: (no_more_pads):
2281         Fix compilation.
2282
2283 2006-09-29  Wim Taymans  <wim@fluendo.com>
2284
2285         * gst/playback/gstdecodebin.c: (new_caps):
2286         Remove g_print
2287
2288         * gst/playback/gstplaybin.c:
2289         Add some docs.
2290
2291 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2292
2293         * tests/check/Makefile.am:
2294           Re-enable cddabasesrc test to see if it works again
2295           now.
2296
2297 2006-09-29  Wim Taymans  <wim@fluendo.com>
2298
2299         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2300         (gen_source_element):
2301         Handle invalid URIs a bit more gracefully.
2302
2303 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2304
2305         * tests/check/pipelines/oggmux.c:
2306           Remove obsolete comment.
2307
2308 2006-09-29  Michael Smith  <msmith@fluendo.com>
2309
2310         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2311         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2312         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2313         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2314         (gst_ogg_mux_collected):
2315           Commit patch from James "Doc" Livingston, adds proper EOS handling
2316           in oggmux. GStreamer can, for the first time ever, create a valid
2317           Ogg file! Yay!
2318
2319         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2320         (oggmux_suite):
2321           Reenable tests now that they pass.
2322
2323 2006-09-29  Wim Taymans  <wim@fluendo.com>
2324
2325         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2326         Stop reading commands when EOF (we read 0) as well.
2327
2328 2006-09-28  Wim Taymans  <wim@fluendo.com>
2329
2330         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2331         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2332         (find_dynamic), (unlinked), (close_link):
2333         Implement delayed caps linking needed for element with a lot of
2334         different caps on the src pads that get fixed at runtime.
2335         Improve management of dynamic elements.
2336
2337         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2338         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2339         (gen_preroll_element), (remove_groups), (unknown_type),
2340         (add_element_stream), (no_more_pads_full), (no_more_pads),
2341         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2342         (new_decoded_pad), (setup_subtitle), (array_has_value),
2343         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2344         (analyse_source), (remove_decoders), (make_decoder),
2345         (remove_source), (setup_source), (finish_source), (prepare_output),
2346         (gst_play_base_bin_change_state):
2347         * gst/playback/gstplaybasebin.h:
2348         Use more _CAST instead of full type checking casts.
2349         Small cleanups, plug some leaks.
2350         Handle dynamic sources.
2351         Add some helper functions to create lists of strings used for
2352         blacklisting and other stuff.
2353         Refactor some code dealing with analysing the source.
2354         Re-enable sources without pads (like cd:// or other selfcontained
2355         elements).
2356
2357 2006-09-28  Wim Taymans  <wim@fluendo.com>
2358
2359         * gst-libs/gst/audio/gstbaseaudiosink.c:
2360         (gst_base_audio_sink_render):
2361         When we have a timestamp, we can still perform clipping.
2362         When we have no clock, we must play the sample ASAP.
2363
2364 2006-09-28  Wim Taymans  <wim@fluendo.com>
2365
2366         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2367         Set caps on outgoing buffers.
2368
2369         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2370         (gst_video_rate_event), (gst_video_rate_chain):
2371         * gst/videorate/gstvideorate.h:
2372         Fix videorate some more. Fixes #357977
2373
2374 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2375
2376         * tests/check/elements/adder.c: (adder_suite):
2377           Don't set timeout to 6 seconds when we're running
2378           in valgrind ... (and how is 6 seconds longer than
2379           the default anyway?)
2380
2381 2006-09-28  Wim Taymans  <wim@fluendo.com>
2382
2383         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2384         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2385         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2386         Keep sink and src segment to keep track of time and support more
2387         input formats.
2388         Fix bogus next_offset and run_time calculation, don't understand how
2389         this could have worked before. Fixes #357976.
2390         Remove some unneeded vars.
2391
2392 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2393
2394         * gst/playback/gstplaybin.c: (remove_sinks):
2395           Only remove visualisation from visbin if there is a visbin (or:
2396           don't throw warnings when closing totem without playing a file).
2397
2398 2006-09-27  Wim Taymans  <wim@fluendo.com>
2399
2400         * gst-libs/gst/audio/gstbaseaudiosink.c:
2401         (gst_base_audio_sink_render):
2402         Add some more info in a WARNING.
2403
2404         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2405         (gst_base_audio_src_create):
2406         Handle PAUSE in create function, use new -core addition to
2407         wait for playing. Fixes pausing and resuming capture from an
2408         audiosrc.
2409
2410         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2411         (gst_ring_buffer_read):
2412         Constify some more.
2413         Caller supports interrupted reads now.
2414
2415 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2416
2417         * tests/check/Makefile.am:
2418           Another attempt to make the gen64 buildbot happy.
2419
2420 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2421
2422         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2423
2424         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2425         (gst_visual_chain), (gst_visual_change_state):
2426           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2427           correctly. Fixes #357800
2428
2429 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2430
2431         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2432           Add timeout to _get_state() so we see which pipeline it is
2433           that causes trouble on the gen64 build bot.
2434
2435 2006-09-27  Wim Taymans  <wim@fluendo.com>
2436
2437         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2438         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2439         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2440         (gst_base_rtp_depayload_set_gst_timestamp):
2441         the source pad always uses fixed caps.
2442
2443 2006-09-27  Wim Taymans  <wim@fluendo.com>
2444
2445         * docs/libs/gst-plugins-base-libs-docs.sgml:
2446         * docs/libs/gst-plugins-base-libs-sections.txt:
2447         * gst-libs/gst/audio/gstaudioclock.c:
2448         * gst-libs/gst/audio/gstaudioclock.h:
2449         * gst-libs/gst/audio/gstaudiosink.c:
2450         * gst-libs/gst/audio/gstaudiosink.h:
2451         * gst-libs/gst/audio/gstaudiosrc.c:
2452         * gst-libs/gst/audio/gstbaseaudiosink.c:
2453         (gst_base_audio_sink_render):
2454         * gst-libs/gst/audio/gstbaseaudiosink.h:
2455         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2456         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2457         * gst-libs/gst/audio/gstringbuffer.h:
2458         Added docs for the audio libs.
2459
2460 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2461
2462         * tests/check/Makefile.am:
2463           Temporarily disable test that fails on the bots for unknown reasons.
2464
2465 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2466
2467         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2468         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2469         Moved AudioCodecType into priv
2470         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2471
2472 2006-09-25  Wim Taymans  <wim@fluendo.com>
2473
2474         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2475         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2476         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2477         (new_pad):
2478         Cleanups and small leak fixes.
2479         Added Depayloaders to valid list of autopluggable elements.
2480
2481 2006-09-25  Wim Taymans  <wim@fluendo.com>
2482
2483         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2484         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2485         (gen_video_element), (gen_text_element), (gen_audio_element),
2486         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2487         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2488         Detect NO_PREROLL state change returns and disable clock distribution to
2489         the sinks so that sync is disabled.
2490         Avoid some type checking and do simple casts instead.
2491         Small cleanups, fix some FIXMEs.
2492         Be more robust when linking user specified elements, catch an report
2493         errors. Fixes #357404.
2494         Fix some leaks in the error paths.
2495
2496 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2497
2498         * ChangeLog:
2499           ChangeLog surgery for missing bug-number
2500
2501 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2502
2503         Patch by: Peter Kjellerstedt  <pkj at axis com>
2504
2505         * gst/playback/test.c:
2506           Fix compilation with uClibc and -Werror (#357591).
2507
2508 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2509
2510         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2511           Parse dates that are followed by a time as well (#357532).
2512
2513         * tests/check/libs/tag.c: (test_vorbis_tags):
2514           Add unit test for this.
2515
2516 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2517
2518         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2519         (gst_audio_convert_transform_caps):
2520         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2521         * gst/videotestsrc/videotestsrc.h:
2522           A few array const-ifications.
2523
2524 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2525
2526         * tests/check/Makefile.am:
2527           See if this makes the build bots happy.
2528
2529         * tests/check/libs/cddabasesrc.c:
2530           UTF8-ise my name.
2531
2532 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2533
2534         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2535
2536         * gst/subparse/samiparse.c: (handle_start_font),
2537         (fix_invalid_entities):
2538           More case-insensitivity for certain tags; recognise entities with
2539           decimal codes as special entities as well (#357330).
2540
2541 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2542
2543         * gst-libs/gst/Makefile.am:
2544           Need to build tag directory before cdda.
2545
2546 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2547
2548         * docs/libs/gst-plugins-base-libs-sections.txt:
2549         * gst-libs/gst/cdda/Makefile.am:
2550         * gst-libs/gst/cdda/gstcddabasesrc.c:
2551         (gst_cdda_base_src_base_init):
2552         * gst-libs/gst/cdda/gstcddabasesrc.h:
2553         * gst-libs/gst/tag/tag.h:
2554         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2555         (gst_tag_register_musicbrainz_tags):
2556           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2557           depend on libgsttag. This is required so we can extract/read tags like
2558           DISCID without depending on libgstcddabasesrc (which used to register
2559           them).
2560
2561         * gst-libs/gst/tag/gstvorbistag.c:
2562           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2563           tags (also see #347848).
2564
2565         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2566           Log vorbis comments we are actually writing. Const-ify array.
2567
2568 2006-09-23  Wim Taymans  <wim@fluendo.com>
2569
2570         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2571         Improve buffering a bit by avoiding a deadlock because we cannot assume
2572         the underrun is always called.
2573
2574 2006-09-23  Wim Taymans  <wim@fluendo.com>
2575
2576         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2577
2578         * gst-libs/gst/riff/riff-ids.h:
2579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2580         (gst_riff_create_audio_template_caps):
2581         Added MPEG-4 AAC and id and caps. Fixes #357289
2582         Added WMA9 Lossless id.
2583
2584 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2585
2586         * ext/gnomevfs/gstgnomevfssrc.c:
2587           Fix misleading docs addition.
2588
2589         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2590           Get rid of compiler warning the right way.
2591
2592 2006-09-22  Wim Taymans  <wim@fluendo.com>
2593
2594         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2595         (gst_base_rtp_depayload_finalize),
2596         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2597         (gst_base_rtp_depayload_push_full),
2598         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2599         (gst_base_rtp_depayload_process),
2600         (gst_base_rtp_depayload_set_gst_timestamp),
2601         (gst_base_rtp_depayload_queue_release):
2602         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2603         Small cleanups.
2604         Fix some leaks.
2605         Refactored the process method and added methods to push from the process
2606         vmethod.
2607         Use _scale functions.
2608         API: gst_base_rtp_depayload_push_ts
2609         API: gst_base_rtp_depayload_push
2610
2611         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2612         timestamps are uint.
2613
2614 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2615
2616         * gst-libs/gst/interfaces/xoverlay.c:
2617           Remove unused statement from doc example.
2618
2619 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2620
2621         * gst-libs/gst/interfaces/videoorientation.c:
2622         (gst_video_orientation_iface_init),
2623         (gst_video_orientation_get_hflip),
2624         (gst_video_orientation_get_vflip),
2625         (gst_video_orientation_get_hcenter),
2626         (gst_video_orientation_get_vcenter),
2627         (gst_video_orientation_set_hflip),
2628         (gst_video_orientation_set_vflip),
2629         (gst_video_orientation_set_hcenter),
2630         (gst_video_orientation_set_vcenter):
2631           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2632           in ChangeLog)
2633
2634 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2635
2636         * tests/check/Makefile.am:
2637         * tests/check/elements/.cvsignore:
2638         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2639         (create_rgb_conversions), (rgb_conversion_free),
2640         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2641         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2642           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2643           but disable for now since it doesn't pass (something wrong with
2644           RGBA somewhere).
2645
2646 2006-09-21  Wim Taymans  <wim@fluendo.com>
2647
2648         * gst/playback/gstplaybasebin.c: (group_commit),
2649         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2650         (queue_out_of_data), (gen_preroll_element),
2651         (preroll_remove_overrun), (probe_triggered):
2652         Refactor handling of overrun detection.
2653         Separate handling of group completion and deadlock detection when doing
2654         network buffering. This should fix some deadlocks that were not detected
2655         because the group was completed.
2656         Add more comments, improve debugging.
2657
2658 2006-09-21  Wim Taymans  <wim@fluendo.com>
2659
2660         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2661         * tests/check/libs/audio.c:
2662         Some more compilation fixes.
2663
2664 2006-09-21  Wim Taymans  <wim@fluendo.com>
2665
2666         * gst-libs/gst/audio/gstringbuffer.c:
2667         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2668         (gst_ring_buffer_read):
2669         Early morning compilation fix.
2670
2671 2006-09-20  Wim Taymans  <wim@fluendo.com>
2672
2673         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2674         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2675         * tests/check/elements/videorate.c: (GST_START_TEST):
2676         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2677         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2678         Fix some warnings.
2679
2680 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2681
2682         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2683         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2684         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2685           Handcrafted merge to help CVS understanding what I changed and what
2686           not.
2687
2688 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2689
2690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2691         (gst_xvimagesink_get_times):
2692           change colorkey behaviour back according to #354773 comment 6/7
2693
2694 2006-09-19  Michael Smith  <msmith@fluendo.com>
2695
2696         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2697         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
2698         (gst_multi_fd_sink_recover_client),
2699         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
2700         (gst_multi_fd_sink_get_property):
2701         * gst/tcp/gstmultifdsink.h:
2702           Implement stubbed out properties unit-type, units-soft-max,
2703           units-max, to allow specifying maximum sizes in units other than
2704           buffers.
2705           Fixes #355935
2706
2707 2006-09-19  Wim Taymans  <wim@fluendo.com>
2708
2709         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2710         (gst_riff_create_audio_template_caps):
2711         Reorder the audio formats a bit for clarity.
2712         Detect and create caps for MSGSM and MSN (WAV49).
2713         Fixes #356596.
2714
2715         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2716         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2717         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2718         Small cleanups, move error handling out of normal flow for clarity.
2719
2720 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2721
2722         * docs/libs/gst-plugins-base-libs-docs.sgml:
2723         * docs/libs/gst-plugins-base-libs.types:
2724         * gst-libs/gst/interfaces/Makefile.am:
2725         * gst-libs/gst/interfaces/videoorientation.c:
2726         (gst_video_orientation_get_type),
2727         (gst_video_orientation_iface_init),
2728         (gst_video_orientation_get_hflip),
2729         (gst_video_orientation_get_vflip),
2730         (gst_video_orientation_get_hcenter),
2731         (gst_video_orientation_get_vcenter),
2732         (gst_video_orientation_set_hflip),
2733         (gst_video_orientation_set_vflip),
2734         (gst_video_orientation_set_hcenter),
2735         (gst_video_orientation_set_vcenter):
2736         * gst-libs/gst/interfaces/videoorientation.h:
2737           API: Add new interface to control video orientation (fixes #354908)
2738
2739 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2740
2741         * gst/videotestsrc/gstvideotestsrc.c:
2742           Use G_UNLIKELY in _create and log one more detail.
2743           
2744         (gst_video_test_src_get_times), (gst_video_test_src_create):
2745         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2746           Use gst_util_uint64_scale_int in _get_times().
2747
2748 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2749
2750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
2751           Give better warning message (add object and detail).
2752
2753 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2754
2755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2756         (gst_xvimagesink_get_times):
2757           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
2758           #354773), use gst_util_uint64_scale_int in _get_times()
2759
2760 2006-09-18  Michael Smith  <msmith@fluendo.com>
2761
2762         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
2763           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
2764           always true, leading to dropping all timestamps.
2765
2766 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
2767
2768         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
2769         (gst_visual_chain), (gst_visual_change_state):
2770           update to work also with libvisual 0.4 API, fix double unref (#355914)
2771           
2772         * tools/gst-launch-ext.1.in:
2773         * tools/gst-visualise.1.in:
2774           remove references to old man-pages
2775
2776         * tests/examples/seek/seek.c: (main):
2777           add real meadi-buttons, add tool-tips for the seek-options, arrange
2778           seek options in a table
2779
2780 2006-09-18  Michael Smith  <msmith@fluendo.com>
2781
2782         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
2783         (gst_ogg_mux_push_buffer):
2784           Don't generate out-of-order timestamps from oggmux, instead clamp
2785           output timestamps to be >= the previously output ts.
2786           Fixes #355595
2787
2788 2006-09-18  Michael Smith  <msmith@fluendo.com>
2789
2790         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2791         (gst_multi_fd_sink_class_init):
2792           Updates, fixes, and typo corrections for multifdsink. No functional
2793           changes.
2794
2795 2006-09-17  Michael Smith  <msmith@fluendo.com>
2796
2797         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
2798           Don't crash on truncated files - check that we got an 8 byte buffer
2799           before trying to memcmp it.
2800
2801 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2802
2803         * gst/playback/gstplaybasebin.c: (get_active_source):
2804           Make stream-switching appear instant to the application
2805           (ie. make sure that a g_object_get on 'current-foo' returns
2806           the stream previously set with g_object_set(). Totem needs
2807           this to update stream-related meta-info (like audio-codec)
2808           correctly when switching streams.
2809
2810 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
2811
2812         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
2813         (gst_alsa_mixer_ensure_track_list):
2814           Try harder to guess which mixer track is the master mixer
2815           track (instead of just taking the first one that has a pvolume).
2816           Fixes #342228.
2817
2818 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2819
2820         reviewed by: <delete if not using a buddy>
2821
2822         * gst-libs/gst/audio/audio.h:
2823         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
2824
2825 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2826
2827         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
2828         (gst_audio_convert_transform_caps):
2829           Get structure-name just once.
2830
2831 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2832
2833         * tests/check/elements/audioresample.c: (GST_START_TEST):
2834         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2835         * tests/check/elements/volume.c: (GST_START_TEST):
2836         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
2837         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
2838         (test_pipeline), (GST_START_TEST):
2839         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2840         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2841           Fix big batch of compiler warnings.
2842
2843 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
2844
2845         * ext/gnomevfs/gstgnomevfssrc.c:
2846           Add docs about icydemux usage in connection with gnomevfssrc
2847
2848         * ext/libvisual/visual.c:
2849         * ext/ogg/gstoggaviparse.c:
2850         * ext/ogg/gstoggdemux.c:
2851         * ext/ogg/gstoggmux.c:
2852         * ext/ogg/gstoggparse.c:
2853         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2854         * gst-libs/gst/audio/gstaudiosink.c:
2855         * gst-libs/gst/audio/gstaudiosrc.c:
2856         * gst/audiorate/gstaudiorate.c:
2857           More G_OBJECT macro fixing.
2858
2859         * gst/audiotestsrc/gstaudiotestsrc.h:
2860           Fix wrong info in header due to copy & paste
2861
2862 2006-09-15  Wim Taymans  <wim@fluendo.com>
2863
2864         * gst-libs/gst/audio/gstbaseaudiosink.c:
2865         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
2866         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2867         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
2868         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
2869         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2870         Do the delay calculation in the source/sink base classes as this is
2871         specific for the capture/playback mode.
2872         Try to fixate a bit better, like round depth up to a multiple of 8
2873         bigger than width.
2874         Handle underruns correctly by marking DISCONT on buffers and adjusting
2875         timestamps to handle the gap.
2876         Set offset/offset_end correctly on buffers.
2877
2878         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
2879         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2880         (gst_ring_buffer_read):
2881         Remove resync and underrun recovery from the ringbuffer.
2882         Fix ringbuffer read code on under/overrun.
2883
2884 2006-09-15  Wim Taymans  <wim@fluendo.com>
2885
2886         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2887         (gst_play_base_bin_init), (fill_buffer), (check_queue),
2888         (queue_threshold_reached), (gst_play_base_bin_set_property),
2889         (gst_play_base_bin_get_property):
2890         * gst/playback/gstplaybasebin.h:
2891         Don't use a 0 low watermark when buffering, it is catching starvation
2892         way too late. Instead, use a 3 second queue with 30 and 95
2893         percent low/high watermarks. 
2894         Added queue-min-threshold property to configure low watermark.
2895         Use new _buffering message API.
2896         Make queue_threshold variable big enough to store a uint64 time value.
2897         API: playbin::queue-min-threshold property.
2898
2899 2006-09-15  Wim Taymans  <wim@fluendo.com>
2900
2901         * configure.ac:
2902         We require 0.10.10.1 now because of _wait_preroll().
2903
2904         * gst-libs/gst/audio/gstbaseaudiosink.c:
2905         (gst_base_audio_sink_render):
2906         Use gst_base_sink_wait_preroll().
2907
2908 2006-09-15  Wim Taymans  <wim@fluendo.com>
2909
2910         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
2911         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
2912         Use DEBUG_OBJECT more.
2913
2914 === release 0.10.10 ===
2915
2916 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2917
2918         patch by: Michael Smith <msmith at fluendo dot com>
2919
2920         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
2921         (gst_multi_fd_sink_client_queue_buffer),
2922         (gst_multi_fd_sink_new_client):
2923         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2924         (multifdsink_suite):
2925           Fix implementation of sync-method 'next-keyframe'
2926           Closes #354594
2927
2928 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2929
2930         patch by: Wim Taymans <wim at fluendo dot com>
2931
2932         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
2933         This patch removes the RANDOM flag that was incorrectly introduced with
2934         revision 1.91.  Fixes #354590
2935
2936 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2937
2938         * tests/check/Makefile.am:
2939           Random variation in Makefile line to see if it makes the
2940           gen64-base-full bot any happier.
2941
2942 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2943
2944         * tests/check/pipelines/oggmux.c: (oggmux_suite):
2945           Disable test that fails at the moment (killed after timeout).
2946
2947 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
2948
2949         Patch by: James Livingston  <doclivingston at gmail.com>
2950
2951         * tests/check/Makefile.am:
2952         * tests/check/pipelines/.cvsignore:
2953         * tests/check/pipelines/oggmux.c: (get_page_codec),
2954         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
2955         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
2956         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
2957         (test_theora_vorbis), (oggmux_suite):
2958           Add simple unit test for oggmux from #337026 with checking for the
2959           EOS flags disabled for the time being.
2960
2961 2006-09-04  Wim Taymans  <wim@fluendo.com>
2962
2963         patch by: Alessandro Dessina <alessandro nnva org>
2964
2965         * ext/ogg/gstoggmux.c:
2966         Add cmml caps to oggmux. Fixes #353912
2967
2968 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2969
2970         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2971           Returning a return value often helps. In this case, we
2972           don't need the return value anyway, so just get rid of it.
2973           Should make build bots much happier.
2974
2975 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
2976
2977         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
2978         (paint_get_structure), (gst_video_test_src_get_size),
2979         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2980         (gst_video_test_src_unicolor), (paint_setup_AYUV),
2981         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
2982         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
2983         * gst/videotestsrc/videotestsrc.h:
2984           Add support for AYUV and the various RGBA formats. Initialise
2985           fields of paintinfo structs allocated on the stack.
2986
2987         * tests/check/elements/videotestsrc.c: (right_shift_colour),
2988         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
2989         (check_rgb_buf), (videotestsrc_suite):
2990           Add unit tests for videotestsrc's RGB output.
2991
2992 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
2993
2994         * gst/videotestsrc/gstvideotestsrc.c:
2995         (gst_video_test_src_pattern_get_type),
2996         (gst_video_test_src_set_pattern):
2997         * gst/videotestsrc/gstvideotestsrc.h:
2998         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
2999         (gst_video_test_src_black), (gst_video_test_src_white),
3000         (gst_video_test_src_red), (gst_video_test_src_green),
3001         (gst_video_test_src_blue):
3002         * gst/videotestsrc/videotestsrc.h:
3003           Add more uni-colour patterns ("white", "red", "green", and "blue").
3004
3005 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3006
3007         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3008           Fix stride for YVYU, should be word-aligned (#353658).
3009
3010 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3011
3012         * gst/adder/gstadder.c: (gst_adder_src_event):
3013           Fix build.
3014
3015 2006-08-31  Edward Hervey  <edward@fluendo.com>
3016
3017         * gst/adder/gstadder.c: (forward_event_func),
3018         (gst_adder_src_event), (gst_adder_collected),
3019         (gst_adder_change_state):
3020         * gst/adder/gstadder.h:
3021         Remember the start position asked in the incoming seeks, so we can
3022         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3023         of assuming it will always be 0).
3024
3025 2006-08-31  Edward Hervey  <edward@fluendo.com>
3026
3027         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3028         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3029         (gst_ogg_demux_loop):
3030         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3031
3032 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3033
3034         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3035         (gst_ffmpegcsp_get_unit_size):
3036           Return FALSE instead of returning a random false unit
3037           size when the format isn't known/supported (even if
3038           this shouldn't happen under normal circumstances).
3039
3040 2006-08-29  Wim Taymans  <wim@fluendo.com>
3041
3042         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3043
3044         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3045         (gst_gnome_vfs_src_start):
3046         Try harder to get the size from a uri by using _info_uri() when
3047         _info_from_handle() does not give us enough info. 
3048         Also follow symlinks when getting the size.
3049         Partially Fixes #332864.
3050
3051 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3052
3053         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3054
3055         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3056         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3057         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3058         (gst_alsa_mixer_set_record):
3059         * ext/alsa/gstalsamixertrack.c:
3060         (gst_alsa_mixer_track_update_alsa_capabilities),
3061         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3062         (gst_alsa_mixer_track_update):
3063         * ext/alsa/gstalsamixertrack.h:
3064           Improve and fix mixer track handling, in particular better handling
3065           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3066           separate track objects for tracks that have both capture and playback
3067           volume (and label them differently as well so they're not mistakenly
3068           assumed to be duplicates); classify mixer tracks that only affect
3069           the audible volume of something (rather than the capture volume)
3070           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3071           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3072           (following the meaning documented in the mixer interface header
3073           file); add support for alsa's exclusive cswitch groups; update/sync
3074           state/flags better if mixer settings are changed by another
3075           application. Fixes #336075.
3076
3077 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3078
3079         * gst/playback/gstplaybin.c:
3080           Improve docs: add section about BUFFERING messages sent by playbin.
3081
3082 2006-08-29  Michael Smith  <msmith@fluendo.com>
3083
3084         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3085         (gst_vorbis_enc_buffer_check_discontinuous),
3086         (gst_vorbis_enc_chain):
3087           Ignore explicit DISCONT marked on buffers (which is often spurious,
3088           particularly when using multiple segments), in favour of solely
3089           using the timestamps/durations.
3090
3091 2006-08-29  Edward Hervey  <edward@fluendo.com>
3092
3093         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3094         Don't rely on incoming buffers offset anymore, since it is completely
3095         broken when using multiple segments.
3096         Instead convert the incoming buffers timestamp to running time, and
3097         then convert that value to the offsets.
3098         Also inform GstSegment of the last outputted stop position, which is
3099         needed if we received several segments with an unknown stop value.
3100
3101 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3102
3103         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3104           fix buffer unreffing on a header push failure
3105
3106 2006-08-28  Wim Taymans  <wim@fluendo.com>
3107
3108         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3109         (gst_audio_rate_chain):
3110         Make the metadata of the buffer writable before changing its
3111         flags.
3112
3113 2006-08-28  Wim Taymans  <wim@fluendo.com>
3114
3115         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3116         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3117         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3118         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3119         Fix audiorate some more.
3120         Reset and resync counters on flush and READY.
3121         Handle the DISCONT flag correctly.
3122         Use GstSegment to track position.
3123         Fail when not negotiated.
3124         Fixes #353234.
3125
3126 2006-08-25  Michael Smith  <msmith@fluendo.com>
3127
3128         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3129           Fix spelling.
3130           Remove accidently included debug line.
3131
3132 2006-08-25  Wim Taymans  <wim@fluendo.com>
3133
3134         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3135         Small cleanups.
3136         If a buffer is received with no caps, make the buffer metadata
3137         writable and set the caps, making sure that we don't screw up the
3138         refcounts.
3139
3140 2006-08-25  Michael Smith  <msmith@fluendo.com>
3141
3142         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3143         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3144           Fix memory leaks and misleading debug messages, add a couple of
3145           comments.
3146
3147         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3148         (gst_multi_fd_sink_render):
3149           Do not use gst_buffer_make_writable() in a basesink render method,
3150           as it may incorrectly unref the buffer. Instead, use convoluted
3151           dance to avoid copying the buffer except when we need to.
3152
3153 2006-08-25  Michael Smith  <msmith@fluendo.com>
3154
3155         * ext/vorbis/vorbisenc.c:
3156         (gst_vorbis_enc_buffer_check_discontinuous):
3157           Allow very small discontinuities in the timestamps. These we can't
3158           do anything useful with anyway (because vorbis's timestamps have
3159           only sample granularity), and are commonly produced by elements with
3160           minor bugs. Allow up to 1/2 a sample out.
3161           Fixes #351742.
3162
3163 2006-08-24  Wim Taymans  <wim@fluendo.com>
3164
3165         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3166         (play_scrub_toggle_cb), (main):
3167         Add a checkbox to enable play scrubbing. Makes it possible to disable
3168         normal scrubbing.
3169
3170 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3171
3172         * tests/check/elements/.cvsignore:
3173           make buildbot happy
3174
3175 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3176
3177         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3178         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3179         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3180         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3181         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3182         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3183         (gst_ogm_text_parse_strip_trailing_zeroes),
3184         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3185         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3186           Refactor ogm parse, do better input checking, misc. clean-ups.
3187           Cache incoming events and push them once the source pad has
3188           been created. Don't pass unterminated strings to sscanf().
3189           Strip trailing zeroes from subtitle text output, since they
3190           are not valid UTF-8. Don't push vorbiscomment packets on
3191           the subtitle text pad. Output perfect streams if possible.
3192
3193 2006-08-23  Wim Taymans  <wim@fluendo.com>
3194
3195         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3196         Waits for tasks to settle down so that we clean up correctly for 
3197         valgrind.
3198
3199 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3200
3201         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3202           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3203           actually return return value in taglists_are_equal.
3204
3205 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3206
3207         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3208           Fix crash due to broken bitstream parsing on x86-64: can't make
3209           any assumptions about sizeof(struct) due to alignment/packing
3210           differences on different architectures. Fixes #351790.
3211
3212 2006-08-22  Wim Taymans  <wim@fluendo.com>
3213
3214         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3215         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3216         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3217         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3218         (gst_riff_parse_info):
3219         Protect public functions against bad input.
3220         Do some cleanups.
3221         Fix documentation.
3222
3223 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3224
3225         * gst-libs/gst/riff/riff-ids.h:
3226         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3227           Add voxware audio IDs (even if we can't play it) (#351795).
3228
3229 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3230
3231         * gst-libs/gst/riff/riff-media.c:
3232         (gst_riff_create_video_template_caps),
3233         (gst_riff_create_audio_template_caps),
3234         (gst_riff_create_iavs_template_caps):
3235           Const-ify some arrays and use G_N_ELEMENTS instead
3236           of wasting oodles of RAM on terminator bits.
3237
3238 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3239
3240         * gst-libs/gst/tag/gstvorbistag.c:
3241         (gst_tag_list_to_vorbiscomment_buffer):
3242         * tests/check/libs/tag.c: (GST_START_TEST):
3243           And the same for _to_vorbiscomment_buffer(): allow
3244           id_data_len == 0 for speex.
3245
3246 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3247
3248         * configure.ac:
3249         * docs/plugins/Makefile.am:
3250         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3251         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3252         * docs/plugins/inspect/plugin-gdp.xml:
3253         * gst/gdp/Makefile.am:
3254         * tests/check/Makefile.am:
3255           Move GDP plugin to -base from -bad.  Closes #347783.
3256
3257 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3258
3259         * gst-libs/gst/tag/gstvorbistag.c:
3260         (gst_tag_list_from_vorbiscomment_buffer):
3261           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3262           Also add some checks to make sure we don't memcmp() beyond the end of
3263           vorbiscomment buffer if the ID to check for is larger than the buffer.
3264
3265         * tests/check/libs/tag.c: (GST_START_TEST):
3266           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3267
3268 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3269
3270         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3271         (gst_vorbis_enc_set_metadata):
3272           Use vorbis comment utility functions from libgsttag
3273           instead of re-inventing the wheel (partially fixes #347091).
3274
3275 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3276
3277         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3278         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3279         as some that won't.
3280
3281 2006-08-21  Wim Taymans  <wim@fluendo.com>
3282
3283         * docs/libs/Makefile.am:
3284         * docs/libs/gst-plugins-base-libs-sections.txt:
3285         * docs/libs/gst-plugins-base-libs.types:
3286         Don't try to GObject scan the netbuffer as it's not a GObject.
3287         Fixes #351308.
3288
3289         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3290         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3291         Document GstNetBuffer.
3292
3293 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3294
3295         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3296         (audioconvert_suite):
3297           Add testcase for caps-size-explosion
3298
3299 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3300
3301         * gst/audioconvert/gstaudioconvert.c:
3302         (gst_audio_convert_get_unit_size), (set_structure_widths):
3303           Lower debug, use g_assert in _get_unit_size
3304
3305         * gst/audioresample/gstaudioresample.c:
3306         (audioresample_get_unit_size):
3307         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3308         (gst_ffmpegcsp_get_unit_size):
3309         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3310           use g_assert in _get_unit_size
3311
3312 2006-08-18  Wim Taymans  <wim@fluendo.com>
3313
3314         * docs/libs/gst-plugins-base-libs-sections.txt:
3315         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3316         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3317         (gst_rtp_buffer_get_payload_buffer):
3318         * gst-libs/gst/rtp/gstrtpbuffer.h:
3319         Document GstRTPBuffer.
3320         Added function to efficiently strip payload headers.
3321         API: gst_rtp_buffer_get_payload_subbuffer()
3322
3323 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3324
3325         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3326         (gst_tag_to_vorbis_comments):
3327           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3328           tags and deserialise them properly as well (#347091).
3329           Add some more gtk-doc blurbs and also some g_return_if_fail().
3330
3331         * tests/check/libs/tag.c: (GST_START_TEST),
3332         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3333           More tests.
3334
3335 2006-08-17  Wim Taymans  <wim@fluendo.com>
3336
3337         * ext/ogg/Makefile.am:
3338         * ext/ogg/gstogg.c: (plugin_init):
3339         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3340         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3341         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3342         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3343         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3344         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3345         Added ogg-in-avi parser element. Fixes #140139.
3346
3347         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3348         Fixed a bug in oggdemux debug code.
3349
3350         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3351         (gst_riff_create_audio_template_caps):
3352         Recognise Ogg in the AVI extensible wave format.
3353
3354 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3355
3356         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3357           Make buffer durations add up (duration should be next_ts-ts for
3358           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3359           from CVS.
3360
3361         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3362         (test_buffer_timestamps), (cddabasesrc_suite):
3363           Add unit test for the above.
3364
3365         * tests/check/Makefile.am:
3366           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3367           to see what happens.
3368
3369 2006-08-16  Wim Taymans  <wim@fluendo.com>
3370
3371         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3372         (gst_alsasink_open):
3373         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3374         (gst_alsasrc_open):
3375         Avoid setting and using a NULL device name.
3376         Print more info when we fail to open a device.
3377
3378 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3379
3380         * docs/libs/gst-plugins-base-libs-sections.txt:
3381         * gst-libs/gst/tag/tag.h:
3382         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3383           API: add gst_tag_parse_extended_comment() (#351426).
3384
3385         * tests/check/Makefile.am:
3386         * tests/check/libs/.cvsignore:
3387         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3388           Add unit test for gst_tag_parse_extended_comment().
3389
3390 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3391
3392         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3394           Fix leak (#351502).
3395
3396 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3397
3398         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3399         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3400         * docs/plugins/gst-plugins-base-plugins.args:
3401         * gst/playback/gstplaybin.c:
3402           Document playbin.
3403           
3404         * docs/plugins/inspect/plugin-adder.xml:
3405         * docs/plugins/inspect/plugin-alsa.xml:
3406         * docs/plugins/inspect/plugin-audioconvert.xml:
3407         * docs/plugins/inspect/plugin-audiorate.xml:
3408         * docs/plugins/inspect/plugin-audioresample.xml:
3409         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3410         * docs/plugins/inspect/plugin-cdparanoia.xml:
3411         * docs/plugins/inspect/plugin-decodebin.xml:
3412         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3413         * docs/plugins/inspect/plugin-gnomevfs.xml:
3414         * docs/plugins/inspect/plugin-ogg.xml:
3415         * docs/plugins/inspect/plugin-pango.xml:
3416         * docs/plugins/inspect/plugin-playbin.xml:
3417         * docs/plugins/inspect/plugin-subparse.xml:
3418         * docs/plugins/inspect/plugin-tcp.xml:
3419         * docs/plugins/inspect/plugin-theora.xml:
3420         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3421         * docs/plugins/inspect/plugin-video4linux.xml:
3422         * docs/plugins/inspect/plugin-videorate.xml:
3423         * docs/plugins/inspect/plugin-videoscale.xml:
3424         * docs/plugins/inspect/plugin-videotestsrc.xml:
3425         * docs/plugins/inspect/plugin-volume.xml:
3426         * docs/plugins/inspect/plugin-vorbis.xml:
3427         * docs/plugins/inspect/plugin-ximagesink.xml:
3428         * docs/plugins/inspect/plugin-xvimagesink.xml:
3429           Update to CVS version.
3430
3431 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3432
3433         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3434         (gst_play_bin_set_property), (gst_play_bin_get_property),
3435         (value_list_append_structure_list),
3436         (gst_play_bin_handle_redirect_message),
3437         (gst_play_bin_handle_message):
3438           API: GstPlayBin::connection-speed
3439           Add "connection-speed" property; re-order redirect messages with
3440           multiple redirect locations depending on the minimum bitrate if
3441           that information is available and a connection speed is set
3442           (#350399).
3443
3444 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3445
3446         * gst/playback/gstplaybin.c:
3447           Update max volume to the same value that the volume element uses.
3448
3449 2006-08-14  Wim Taymans  <wim@fluendo.com>
3450
3451         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3452         Less uglyness..
3453
3454 2006-08-14  Wim Taymans  <wim@fluendo.com>
3455
3456         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3457         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3458         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3459         Add some more debug info.
3460         Don't crash when a seek failed.
3461         Actually return the result of the seek instead of TRUE.
3462         Ignore multiple BOS pages with the same serial so that we don't create
3463         the same stream multiple times.
3464         Post an error when we fail to do the initial seek.
3465
3466 2006-08-13  Wim Taymans  <wim@fluendo.com>
3467
3468         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3469         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3470         Small code cleanup.
3471
3472         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3473         (gst_alsa_mixer_new):
3474         Remove hack that always set the device to hw:0*.
3475         Properly find the card name for whatever device was configured.
3476         Do some better debugging.
3477         Fixes #350784.
3478
3479         * ext/alsa/gstalsamixerelement.c:
3480         (gst_alsa_mixer_element_set_property),
3481         (gst_alsa_mixer_element_change_state):
3482         Cleanups.
3483         Handle setting of a NULL device name better.
3484
3485 2006-08-11  Wim Taymans  <wim@fluendo.com>
3486
3487         * gst/adder/gstadder.c:
3488         Don't clip float values. Fixes #350900.
3489
3490 2006-08-11  Andy Wingo  <wingo@pobox.com>
3491
3492         * gst/tcp/gsttcp.c: Really fix the build?
3493
3494         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3495         fixes the build.
3496
3497 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3498
3499         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3500           Float caps shouldn't have a "signed" field.
3501
3502 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3503
3504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3505           Implement SEEKING query in its most basic form, so that we can
3506           at least check if we're seekable or not (#350655).
3507
3508 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3509
3510         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3511           The checks here are not even close to anything that would
3512           justify MAXIMUM probability, lowering to POSSIBLE until someone
3513           fixes the checks (case at hand: quicktime redirection files
3514           might start with 00 00 01 XX and pass the checks here just
3515           fine, see #350399).
3516
3517 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3518
3519         Patch by: Sjoerd Simons  <sjoerd at luon net>
3520
3521         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3522           Better detection for multipart/x-mixed-replace: accept leading
3523           whitespaces before the boundary marker as well (as our very own
3524           multipartmux used to produce) (#349068).
3525
3526 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3527
3528         Patch by: Young-Ho Cha  <ganadist at chollian net>
3529
3530         * gst-libs/gst/riff/riff-ids.h:
3531         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3532         (gst_riff_create_audio_template_caps):
3533           Detect DTS audio streams (#350157).
3534
3535 2006-08-05  Andy Wingo  <wingo@pobox.com>
3536
3537         * ext/theora/gsttheoraparse.h:
3538         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3539         (theora_parse_dispose, theora_parse_set_property)
3540         (theora_parse_get_property, theora_parse_munge_granulepos)
3541         (theora_parse_push_buffer, theora_parse_change_state):
3542         API: GstTheoraParse::synchronization-points
3543         Add a property 'synchronization-points' to fix badly synchronized oggs.
3544
3545 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3546
3547         * tests/check/Makefile.am:
3548         * tests/check/libs/.cvsignore:
3549         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3550         (fixed_caps_have_channel_positions), (GST_START_TEST),
3551         (audio_suite), (main):
3552           Add a few tests for the channel position stuff in libgstaudio.
3553
3554 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3555
3556         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3557         (gst_alsa_detect_channels):
3558         * ext/alsa/gstalsasink.c:
3559           Add support for cards that (only) do more than 8 channels,
3560           like the Delta 44 (#345188).
3561
3562         * gst-libs/gst/audio/multichannel.c:
3563         (gst_audio_check_channel_positions):
3564         * gst-libs/gst/audio/multichannel.h:
3565           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3566           unspecified channel position and cannot be combined with any
3567           of the other audio channel positions; adjust position layout
3568           checks accordingly (#345188).
3569
3570 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3571
3572         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3573           Recognise ancient RealAudio files (see #349779).
3574
3575 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3576
3577         Patch by: Jens Granseuer  <jensgr at gmx net>
3578
3579         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3580           Add typefinder for Interplay's MVE format (#348973).
3581
3582 2006-08-02  Wim Taymans  <wim@fluendo.com>
3583
3584         Patch by: Marcel Moreaux <marcelm at luon dot net>
3585
3586         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3587         (gst_base_rtp_depayload_add_to_queue):
3588         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3589         Handle RTP sequence number rollover.
3590         Disable jitterbuffer by default.
3591
3592 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3593
3594         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3595         (audioresample_set_caps):
3596         Don't leak references to the incoming caps. Clean them up when
3597         stopping.
3598
3599         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3600         (gst_video_scale_finalize):
3601         Don't leak our temporary pixel buffer.
3602
3603         * tests/check/Makefile.am:
3604         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3605         (GST_START_TEST), (simple_launch_lines_suite):
3606
3607         Fix leaks and re-enable the test for valgrind checking.
3608
3609 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3610
3611         Patch by: Sjoerd Simons  <sjoerd at luon net>
3612
3613         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3614         (plugin_init):
3615           Add typefind function for multipart/x-mixed-replace (#348916).
3616
3617 2006-07-28  Wim Taymans  <wim@fluendo.com>
3618
3619         * gst/adder/gstadder.c: (gst_adder_setcaps),
3620         (gst_adder_query_duration):
3621         Fix leak in duration query.
3622         Reflow some docs and notes.
3623
3624 2006-07-28  Michael Smith  <msmith@fluendo.com>
3625
3626         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3627         (vorbisenc_suite):
3628           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3629           aspect of it.
3630
3631 2006-07-28  Michael Smith  <msmith@fluendo.com>
3632
3633         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3634         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3635         (gst_vorbis_enc_push_buffer),
3636         (gst_vorbis_enc_buffer_check_discontinuous),
3637         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3638         * ext/vorbis/vorbisenc.h:
3639           Handle discontinuities in the input vorbis stream correctly,
3640           so that the output is properly timestamped (and has good granulepos
3641           values). Needs some oggmux fixes too.
3642
3643 2006-07-27  Wim Taymans  <wim@fluendo.com>
3644
3645         patch by: Kai Vehmanen <kv2004 eca cx>
3646
3647         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3648         (gst_base_rtp_depayload_chain),
3649         (gst_base_rtp_depayload_handle_sink_event),
3650         (gst_base_rtp_depayload_change_state):
3651         Don't send multiple newsegments with different formats.
3652         Fixes #348677.
3653
3654 2006-07-26  Wim Taymans  <wim@fluendo.com>
3655
3656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3657         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3658         Make seeking in ogg more accurate again by doing the more correct
3659         granuletime to stream time conversion.
3660
3661 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3662
3663         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3664         (gst_multi_fd_sink_new_client):
3665           debug a little more understandably
3666           do not use goto as a substitute for break, especially if
3667           break is also being used
3668
3669 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3670
3671         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3672         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3673           Remove GLib-2.6 compatibility cruft.
3674
3675 2006-07-24  Wim Taymans  <wim@fluendo.com>
3676
3677         * gst-libs/gst/audio/gstbaseaudiosink.c:
3678         (gst_base_audio_sink_render):
3679         Don't try to align a sample to an unknown value.
3680
3681 2006-07-24  Wim Taymans  <wim@fluendo.com>
3682
3683         * gst-libs/gst/audio/gstbaseaudiosink.c:
3684         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3685         When the audio clock is slaved to another clock, never try to align
3686         samples but trust the rate interpolation algorithm.
3687
3688 2006-07-24  Wim Taymans  <wim@fluendo.com>
3689
3690         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3691         Don't try to calculate silence samples, base class does this much
3692         better now.
3693
3694         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3695         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
3696         (gst_ring_buffer_acquire):
3697         Calculate silence samples correctly.
3698
3699         * gst-libs/gst/audio/gstringbuffer.h:
3700         Add _CAST macro.
3701
3702 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
3703
3704         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
3705           Limit search for the first markup tag to the first few kB of
3706           the file. If we don't find one there, it's highly unlikely that
3707           this is an XML(-ish) file.
3708
3709 2006-07-21  Andy Wingo  <wingo@pobox.com>
3710
3711         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
3712         test to the one in vorbisenc. Also commented out.
3713
3714         * tests/check/pipelines/vorbisenc.c: 
3715         (test_discontinuity): New test, commented out until Mike lands
3716         some elite vorbisenc patches.
3717
3718         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
3719         Bufferstraw was actually factored out of these tests. Now we share
3720         code yay.
3721
3722         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
3723         for bufferstraw addition to gstcheck.
3724
3725 2006-07-21  Wim Taymans  <wim@fluendo.com>
3726
3727         * ext/theora/theoradec.c: (clip_buffer):
3728         Better clipping.
3729
3730 2006-07-21  Wim Taymans  <wim@fluendo.com>
3731
3732         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
3733         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3734         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
3735         Fix leak.
3736         Avoid type casting when we can.
3737
3738         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
3739         Fix mem leak.
3740
3741 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
3742
3743         * ext/alsa/gstalsamixerelement.c:
3744         (gst_alsa_mixer_element_change_state):
3745           Make state change fail if the specified device can't be opened
3746           for some reason.
3747
3748 2006-07-20  Wim Taymans  <wim@fluendo.com>
3749
3750         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3751         (cb_newpad), (main):
3752         Example of a small audio/video player using decodebin.
3753
3754 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
3755
3756         * gst-libs/gst/riff/riff-ids.h:
3757           Add 'fact' chunk id
3758
3759 2006-07-19  Wim Taymans  <wim@fluendo.com>
3760
3761         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3762         (gst_base_rtp_depayload_chain),
3763         (gst_base_rtp_depayload_change_state):
3764         Don't assert when not negotiated but post a meaningfull 
3765         error message. Fixes #347918.
3766
3767         * gst-libs/gst/rtp/gstbasertppayload.c:
3768         Add comment about better default MTU size.
3769
3770         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
3771         Small cleanups, start docs.
3772
3773 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3774
3775         Patch by: Martin Szulecki
3776
3777         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
3778           If "device-name" is requested and the device is not
3779           open, try to temporarily open it to obtain this
3780           information (#342494).
3781
3782 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
3783
3784         * gst-libs/gst/tag/gstid3tag.c:
3785           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
3786
3787         * gst-libs/gst/tag/gsttageditingprivate.h:
3788         * gst-libs/gst/tag/gstvorbistag.c:
3789           Some more random const-ifications.
3790
3791 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
3792
3793         * gst-libs/gst/riff/riff-ids.h:
3794         * gst-libs/gst/riff/riff-media.c:
3795         (gst_riff_create_video_template_caps):
3796           Add more FOURCCs (sort list to make stuff easier to find),
3797           add comment what those 16 bytes in struct _gst_riff_strh according to
3798           one avi-dumper are
3799
3800 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3801
3802         * gst-libs/gst/audio/multichannel.c:
3803         (gst_audio_check_channel_positions),
3804         (gst_audio_fixate_channel_positions):
3805           Const-ify two arrays.
3806
3807 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
3808
3809         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
3810           Fix typo, so that alsasink also advertises 8 channels
3811           if that's supported (tags: can, worms, open, alsa, ph34r).
3812
3813 2006-07-17  Wim Taymans  <wim@fluendo.com>
3814
3815         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3816         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
3817         *sigh*, when is the compiler going to warn when the comments
3818         are out-of-sync with the code.. Refix case of busted theora
3819         headers with 0 granule pos.
3820
3821 2006-07-14  Wim Taymans  <wim@fluendo.com>
3822
3823         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3824         (gst_base_rtp_depayload_wait),
3825         (gst_base_rtp_depayload_change_state),
3826         (gst_base_rtp_depayload_set_property),
3827         (gst_base_rtp_depayload_get_property):
3828         Fix 99% cpu load by waiting for absolute times on the
3829         clock. Fixes #347300.
3830
3831 2006-07-14  Andy Wingo  <wingo@pobox.com>
3832
3833         * ext/theora/gsttheoraparse.h: 
3834         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
3835         (theora_parse_push_headers, theora_parse_clear_queue)
3836         (theora_parse_drain_queue_prematurely, )
3837         (theora_parse_sink_event, theora_parse_change_state): Queue events
3838         until we initialized our state, like in vorbisparse.
3839
3840         * ext/vorbis/vorbisparse.h: 
3841         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
3842         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
3843         (vorbis_parse_drain_queue_prematurely, )
3844         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
3845         until we have initialized our state. Fixes seeking after an
3846         initial pad block.
3847
3848 2006-07-14  Andy Wingo  <wingo@pobox.com>
3849
3850         Patch by: Iain Holmes <iaingnome@gmail.com>
3851         
3852         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
3853
3854 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
3855
3856         * configure.ac:
3857         Bump nano back to CVS
3858
3859 === release 0.10.9 ===
3860
3861 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
3862
3863         * configure.ac:
3864           releasing 0.10.9, "I walk the line"
3865
3866 2006-07-14  Michael Smith  <msmith@fluendo.com>
3867
3868         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
3869           Move a g_cond_signal to earlier to avoid sometimes deadlocking
3870           (commonly happens when running this test under valgrind) when trying
3871           to remove the buffer probe.
3872
3873 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3874
3875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3876         Fix missing g_unlock from the previous commit
3877
3878 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3879
3880         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3881         (gst_ximagesink_change_state):
3882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3883         (gst_xvimagesink_change_state):
3884         Implement a locking order to ensure we always take the object lock
3885         before the x_lock and never vice-versa.
3886
3887 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3888
3889         * gst/playback/gstdecodebin.c: (find_compatibles):
3890         Fix a caps leak when linking (#347304)
3891
3892         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3893         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
3894         (gst_ximagesink_change_state):
3895         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3896         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
3897         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3898         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
3899         Don't leak shared memory resources. Use the object lock to protect
3900         against the xcontext disappearing while returning a buffer from the
3901         pipeline. (#347304)
3902
3903 2006-07-12  Edward Hervey  <edward@fluendo.com>
3904
3905         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
3906         (vorbis_handle_comment_packet):
3907         gst_tag_list_merge() returns a new object. Take that into account when
3908         using it. This avoids memleak.
3909         Revert previous commit which is not needed.
3910
3911 2006-07-12  Edward Hervey  <edward@fluendo.com>
3912
3913         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
3914         Reset the decoder in finalize so that all fields get cleared.
3915
3916 2006-07-12  Wim Taymans  <wim@fluendo.com>
3917
3918         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3919         (gst_base_audio_src_set_clock),
3920         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
3921         Don't try to post an error message when setting the clock fails
3922         as this can happen when adding an element to a bin which will then
3923         deadlock. Fixes #347296.
3924
3925 2006-07-12  Edward Hervey  <edward@fluendo.com>
3926
3927         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
3928         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3929         (vorbis_handle_type_packet):
3930         Post tag messages on the bus even if we're not initialized.
3931         If we're not initialized, we still postpone the event pushing of tags.
3932
3933 2006-07-12  Wim Taymans  <wim@fluendo.com>
3934
3935         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3936         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3937         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3938         Revert last two changes that broke the freeze.
3939
3940 2006-07-12  Wim Taymans  <wim@fluendo.com>
3941
3942         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
3943         basesink calculates silence sample correctly for us.
3944
3945 2006-07-12  Wim Taymans  <wim@fluendo.com>
3946
3947         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3948         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
3949         Calculate correct silence samples so we don't fill our ringbuffer
3950         with noise.
3951
3952 2006-07-12  Edward Hervey  <edward@fluendo.com>
3953
3954         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3955         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
3956         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
3957         * ext/vorbis/vorbisdec.h:
3958         Delay sending events (newsegment, tags) until the decoder is properly
3959         initialized.
3960         Fixes #347295
3961
3962 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
3963
3964         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
3965         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
3966           Patch from #347221 adding a test for audioconvert
3967           channel remappings.
3968
3969 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3970
3971         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
3972         (gst_ssa_parse_parse_line):
3973           Don't include the terminating NUL in the buffer size,
3974           it's only there for extra paranoia (would add random
3975           '*' characters at the end of each subtitle since the
3976           terminator itself is not valid UTF-8 technically).
3977           Also fix indenting after boilerplate macro.
3978
3979 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
3980
3981         * gst/playback/gstdecodebin.c: (close_pad_link):
3982           Also emit 'unknown-type' signal (which should really be
3983           called unhandled-type) if we found potential decoders/demuxers
3984           in the registry but none of them worked in the end (as in the
3985           case where the plugins don't exist any longer but are still
3986           listed in the registry). Fixes #329798.
3987
3988 2006-07-08  Andy Wingo  <wingo@pobox.com>
3989
3990         * theoraparse.c (theora_parse_push_buffer)
3991         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
3992         Add some more debugging. Fix granulepos reconstruction in the face
3993         of discontinuities.
3994
3995 2006-07-06  Wim Taymans  <wim@fluendo.com>
3996
3997         * gst-libs/gst/audio/gstbaseaudiosink.c:
3998         (gst_base_audio_sink_class_init),
3999         (gst_base_audio_sink_provide_clock):
4000         Use gobject_class instead of G_OBJECT_CLASS (klass)
4001
4002         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4003         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4004         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4005         (gst_base_audio_src_get_time),
4006         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4007         (gst_base_audio_src_create_ringbuffer):
4008         Fix latency and buffer-time constants and properties ala basesink.
4009         Implement pull based scheduling. Fixes #346527.
4010         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4011         one segment.
4012         Refuse slaving to another clock instead of silently not working.
4013         Only provide a clock when we are actually able to do so.
4014         Various small cleanups and compiler hints.
4015
4016 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4017
4018         Patch by: Lutz Mueller <lutz at topfrose de>
4019
4020         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4021         (plugin_init):
4022           Add typefinding for text/html (#346581).
4023
4024 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4025
4026         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4027         (xml_check_first_element), (xml_type_find), (smil_type_find):
4028           Fix SMIL typefinding, make xml_check_first_element() more
4029           useful.
4030
4031 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4032
4033         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4034         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4035         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4036         * gst/playback/gstplaybasebin.h:
4037           Protect list of elements with a subtitle-encoding property and
4038           the subtitle encoding member itself with a lock of their own
4039           instead of using the object lock. This prevents a dead-lock in
4040           the element-remove callback in some circumstances when shutting
4041           down playbin.
4042
4043 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4044
4045         * win32/common/libgsttag.def:
4046         Export some new functions.
4047         * win32/vs6/libgstogg.dsp:
4048         Add a link to libgsttag-0.10.lib.
4049
4050 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4051
4052         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4053           Some const-ification.
4054
4055 2006-07-04  Wim Taymans  <wim@fluendo.com>
4056
4057         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4058         Improve checking if we are dealing with a stream. Added some
4059         more uris that need buffering.
4060
4061 2006-07-03  Edward Hervey  <edward@fluendo.com>
4062
4063         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4064         Remove unused variable.
4065
4066 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4067
4068         * Makefile.am:
4069           include lcov.mak
4070         * configure.ac:
4071           add GCOV_LIBS to GST_LIBS
4072
4073 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4074
4075         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4076
4077         * ext/alsa/gstalsasrc.c:
4078           Add 32 bps to template caps and increase channels range
4079           from [1,2] to [1,MAX]. See #346326.
4080
4081 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4082
4083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4084           Recognise 'WMVA' video codec fourcc (#345879).
4085           
4086 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4087          
4088         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4089           Fixed nasty memory leak
4090
4091 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4092
4093         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4094         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4095           fix logging
4096
4097 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4098
4099         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4100         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4101         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4102         Protect remove_fakesink using a mutex, so that we don't try and
4103         remove the fakesink simultaneously from multiple threads.
4104
4105         When going from READY to PAUSED, restore the fakesink, so that
4106         it is there when decodebin gets reused.
4107
4108 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4109
4110         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4111         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4112         * gst-libs/gst/rtp/gstbasertppayload.c:
4113         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4114         * gst/tcp/gstmultifdsink.c:
4115         * gst/tcp/gsttcpclientsink.c:
4116         * gst/tcp/gsttcpclientsrc.c:
4117         * gst/tcp/gsttcpserversink.c:
4118         * gst/tcp/gsttcpserversrc.c:
4119         * gst/videorate/gstvideorate.c:
4120         * gst/videotestsrc/gstvideotestsrc.c:
4121         * sys/v4l/gstv4ljpegsrc.c:
4122         * sys/v4l/gstv4lmjpegsink.c:
4123         * sys/v4l/gstv4lsrc.c:
4124         * tests/examples/seek/scrubby.c:
4125         * tests/examples/seek/seek.c:
4126           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4127
4128 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4129
4130         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4131           Second field in GEnumValue shouldn't be a description,
4132           but a stringified version of the enum value.
4133
4134 2006-06-22  Wim Taymans  <wim@fluendo.com>
4135
4136         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4137         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4138         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4139         Avoid type checking in buffer casts.
4140         Avoid caps copy in buffer_alloc when we can.
4141         Use pad_peer_accept.
4142
4143 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4144
4145         * gst-libs/gst/tag/tag.h:
4146           Oops, make that 'Since: 0.10.9'.
4147
4148 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4149
4150         * docs/libs/gst-plugins-base-libs-sections.txt:
4151         * gst-libs/gst/tag/tag.h:
4152         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4153         (gst_tag_image_type_get_type):
4154           API: add GstTagImageType enum to describe images contained
4155           in image tags (#345641).
4156
4157 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4158
4159         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4160           Fix warnings with gst-inspect: "buffers-min" property
4161           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4162           typo in property description.
4163
4164 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4165
4166         Patch by: Cody Russell <bratsche at gnome org>
4167
4168         * gst/audioresample/gstaudioresample.c:
4169         (gst_audioresample_class_init):
4170         * gst/playback/gststreamselector.c:
4171         (gst_stream_selector_class_init):
4172         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4173         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4174         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4175         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4176         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4177         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4178         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4179         * gst/videotestsrc/gstvideotestsrc.c:
4180         (gst_video_test_src_class_init):
4181         * gst/volume/gstvolume.c: (gst_volume_class_init):
4182           Avoid unnecessary class cast check in class_init
4183           functions (#337747).
4184
4185 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4186
4187         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4188         (gst_text_overlay_video_chain):
4189           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4190           and doesn't validate its input either (and neither did
4191           textoverlay it seems). Let's do that then and fix #345206.
4192
4193 2006-06-19  Wim Taymans  <wim@fluendo.com>
4194
4195         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4196         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4197         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4198         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4199         (find_syncframe), (find_limits), (assign_value),
4200         (count_burst_unit), (gst_multi_fd_sink_new_client),
4201         (gst_multi_fd_sink_handle_client_write),
4202         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4203         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4204         (gst_multi_fd_sink_change_state):
4205         * gst/tcp/gstmultifdsink.h:
4206         Added shiny new burst-on-connect methods.
4207         Add properties to control the minimal amount of data queued.
4208         Small cleanups.
4209         API: bytes-min property
4210         API: time-min property
4211         API: buffers-min property
4212         API: burst-unit property
4213         API: burst-value property
4214         API: add-full signal
4215
4216         * gst/tcp/gsttcp-marshal.list:
4217         Added new marshaller code for the new signal.
4218
4219         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4220         (multifdsink_suite):
4221         Added testcases for new burst methods.
4222
4223 2006-06-19  Edward Hervey  <edward@fluendo.com>
4224
4225         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4226         Implement clipping for accurate seeking.
4227         Closes #345225
4228
4229 2006-06-19  Wim Taymans  <wim@fluendo.com>
4230
4231         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4232
4233         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4234         (gst_video_scale_transform):
4235         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4236
4237 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4238
4239         * configure.ac:
4240           Fix --disable-external (can't set conditionals conditionally,
4241           #343602).
4242
4243 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4244
4245         * tests/check/elements/audioresample.c: (test_reuse),
4246         (audioresample_suite):
4247           Add test case for bug #342789 fixed below.
4248
4249 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4250
4251         * gst/audioresample/gstaudioresample.c:
4252         (gst_audioresample_class_init), (gst_audioresample_init),
4253         (audioresample_start), (audioresample_stop),
4254         (gst_audioresample_set_property), (gst_audioresample_get_property):
4255           Implement GstBaseTransform::start and ::stop so that audioresample
4256           can clear its internal state properly and be reused instead of
4257           causing non-negotiated errors with playbin under some circumstances
4258           (#342789).
4259
4260         * tests/check/elements/audioresample.c: (setup_audioresample),
4261         (cleanup_audioresample):
4262           Need to set element state here so that ::start and ::stop are
4263           called.
4264
4265 2006-06-16  Wim Taymans  <wim@fluendo.com>
4266
4267         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4268
4269         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4270         Parse extra data better, apparently it's right behind
4271         the normal strf header size. Fixes #343500.
4272
4273 2006-06-16  Wim Taymans  <wim@fluendo.com>
4274
4275         * ext/alsa/gstalsasink.c: (set_hwparams):
4276         If we fail to set the buffer_time and period_time alsa
4277         parameters, post a warning and leave alsa select a 
4278         default instead of failing. Fixes #342085
4279
4280 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4281
4282         * docs/libs/gst-plugins-base-libs-sections.txt:
4283         * gst-libs/gst/cdda/gstcddabasesrc.h:
4284           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4285           out in the header file and shouldn't be listed in the docs.
4286
4287         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4288           Must dereference pointer to fourcc in the debug statement.
4289
4290 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4291
4292         * docs/libs/Makefile.am:
4293         * docs/libs/gst-plugins-base-libs-docs.sgml:
4294         * docs/libs/gst-plugins-base-libs-sections.txt:
4295         * docs/libs/gst-plugins-base-libs.types:
4296         add remaining symbols into correct setions
4297         
4298         * gst-libs/gst/audio/gstringbuffer.c:
4299         fix incomplete docs
4300         
4301         * gst-libs/gst/audio/gstringbuffer.h:
4302         comment out not yet implemented function
4303         
4304         
4305         * gst-libs/gst/floatcast/floatcast.h:
4306         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4307         add short descriptions
4308         
4309         
4310         * gst-libs/gst/interfaces/propertyprobe.c:
4311         fix return value docs   
4312         
4313         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4314         simplify debug logging
4315         
4316         * gst-libs/gst/riff/riff-read.h:
4317         sync function prototype and docs
4318         
4319         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4320         remove left over symbol
4321
4322 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4323
4324         * autogen.sh:
4325         * configure.ac:
4326         * docs/Makefile.am:
4327           Use GST_PLUGIN_DOCS macro in configure.ac, add
4328           --enable-plugin-docs default to autogen.sh and use
4329           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4330
4331 2006-06-15  Wim Taymans  <wim@fluendo.com>
4332
4333         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4334         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4335         (gst_ogg_demux_loop):
4336         Combine GstFlowReturn from the source pads to give a
4337         meaningfull result to the upstream peer or to stop the
4338         processing task in case of errors.
4339
4340 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4341
4342         * gst/playback/gststreaminfo.c: (cb_probe):
4343           Try GST_TAG_CODEC as fallback when extracting the
4344           codec name; more debug info.
4345
4346 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4347
4348         * ext/ogg/Makefile.am:
4349         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4350           Extract language tags from ogm subtitle streams, so that
4351           the subtitle menu choices are labelled correctly in
4352           Totem (fixes #344708).
4353
4354 2006-06-14  Wim Taymans  <wim@fluendo.com>
4355
4356         Patch by: Alessandro Decina <alessandro at nnva dot org>
4357
4358         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4359         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4360         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4361         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4362         Fix various leaks. Fixes #343699.
4363         Add x-smoke mime type.
4364
4365 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4366
4367         * gst-libs/gst/riff/riff-ids.h:
4368           Add IDs for 'bext' chunks (see #343837).
4369
4370 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4371
4372         Patch by: Young-Ho Cha  <ganadist at chollian net>
4373
4374         * gst/subparse/samiparse.c: (sami_context_pop_state),
4375         (handle_start_font), (end_sami_element):
4376           Honour font face tags in SAMI subtitles (#344503).
4377
4378 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4379
4380         * po/POTFILES.in:
4381           add missing files containing translatable strings
4382
4383 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4384
4385         * docs/libs/tmpl/.cvsignore:
4386           we don't want those *.sgml files in CVS either
4387
4388 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4389
4390         * docs/libs/.cvsignore:
4391         * tests/check/elements/.cvsignore:
4392         * tests/check/libs/.cvsignore:
4393           ignore more
4394
4395 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4396
4397         * docs/libs/Makefile.am:
4398           also commiting the changed Makefile.am (added more libs to the
4399           doc-build)
4400
4401 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4402
4403         * docs/libs/gst-plugins-base-libs-docs.sgml:
4404         * docs/libs/gst-plugins-base-libs-sections.txt:
4405         * docs/libs/gst-plugins-base-libs.types:
4406           first batch of reordering things, add index & hierarchy
4407
4408 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4409
4410         * configure.ac:
4411           use GST_PKG_CHECK_MODULES, cleans up output
4412
4413 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4416           Add support for burn:// URIs (#343385); const-ify things a bit,
4417           use G_N_ELEMENTS instead of hard-coded array size.
4418
4419 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4420
4421         Patch by: Young-Ho Cha  <ganadist at chollian net>
4422
4423         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4424           Fix up broken entities before passing them to libxml *sigh*.
4425           (#343303).
4426           
4427 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4428
4429         * configure.ac:
4430           back to TRUNK
4431
4432 === release 0.10.8 ===
4433
4434 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4435
4436         * configure.ac:
4437           releasing 0.10.8, "Moar gij ziet mij nie"
4438
4439 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4440
4441         * configure.ac:
4442         * po/af.po:
4443         * po/az.po:
4444         * po/cs.po:
4445         * po/en_GB.po:
4446         * po/hu.po:
4447         * po/it.po:
4448         * po/nb.po:
4449         * po/nl.po:
4450         * po/or.po:
4451         * po/sq.po:
4452         * po/sr.po:
4453         * po/sv.po:
4454         * po/uk.po:
4455         * po/vi.po:
4456         * win32/common/config.h:
4457           0.10.7.2 prerelease
4458
4459 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4460
4461         * docs/libs/tmpl/gstaudio.sgml:
4462         * docs/libs/tmpl/gstcolorbalance.sgml:
4463         * docs/libs/tmpl/gstmixer.sgml:
4464         * docs/libs/tmpl/gstringbuffer.sgml:
4465         * docs/libs/tmpl/gsttuner.sgml:
4466         * docs/libs/tmpl/gstxoverlay.sgml:
4467         * gst-libs/gst/audio/audio.c:
4468         * gst-libs/gst/audio/gstringbuffer.c:
4469         * gst-libs/gst/interfaces/colorbalance.c:
4470         * gst-libs/gst/interfaces/mixer.c:
4471         * gst-libs/gst/interfaces/tuner.c:
4472         * gst-libs/gst/interfaces/xoverlay.c:
4473           move last template doc snippets to source code and delete them
4474
4475 2006-06-06  Michael Smith  <msmith@fluendo.com>
4476
4477         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4478         (theora_parse_drain_queue):
4479           Mark DELTA_UNIT on non-keyframes.
4480
4481 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4482
4483         * gst-libs/gst/audio/gstbaseaudiosink.c:
4484         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4485         * gst-libs/gst/audio/gstbaseaudiosink.h:
4486         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4487         (gst_ring_buffer_samples_done):
4488         * gst-libs/gst/audio/gstringbuffer.h:
4489         Document better the fact that latency_time and buffer_time are values
4490         stored in microseconds, and not the usual GStreamer nanoseconds.
4491         Change the variables (compatibly) that store them from GstClockTime 
4492         to guint64 to make it more clear that they're not storing clock times.
4493         Also, remove the bogus property description that says the user can
4494         specify -1 to get the default value, since that's never been the case.
4495
4496         When computing the default segment size for the ring buffer, make it
4497         an integer number of samples.
4498
4499         When the sub-class indicates a delay greater than the number of
4500         samples we've written return 0 from the audio sink get_time method.
4501
4502 2006-06-02  Michael Smith  <msmith@fluendo.com>
4503
4504         * tests/check/elements/audioconvert.c: (set_channel_positions),
4505         (get_float_mc_caps), (get_int_mc_caps):
4506         * tests/check/elements/audioresample.c:
4507         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4508         * tests/check/elements/videorate.c:
4509         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4510         * tests/check/elements/volume.c:
4511         * tests/check/elements/vorbisdec.c:
4512         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4513           Don't busy-wait in tests; this was causing test timeouts very
4514           frequently when running under valgrind.
4515
4516 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4517
4518         * gst/tcp/README:
4519         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4520         (gst_multi_fd_sink_remove_client_link),
4521         (gst_multi_fd_sink_client_queue_caps),
4522         (gst_multi_fd_sink_client_queue_buffer),
4523         (gst_multi_fd_sink_handle_client_write),
4524         (gst_multi_fd_sink_render):
4525         * gst/tcp/gstmultifdsink.h:
4526           make multifdsink properly deal with streamheader:
4527           - streamheader is taken from caps
4528           - buffers marked with IN_CAPS are not sent
4529           - streamheaders are sent, on connection, from the caps of the
4530             buffer where the client gets positioned to
4531           - further streamheader changes are done every time the client
4532             will receive a buffer with different caps
4533         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4534         (gst_multifdsink_create_streamheader):
4535           add tests for this
4536
4537 2006-06-02  Michael Smith  <msmith@fluendo.com>
4538
4539         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4540           Reinstate limit on channel count. Vorbis does not define the meaning
4541           of > 6 channels, so they're just independent channels. Gstreamer
4542           currently has no mechanism to represent N independent channels.
4543
4544 2006-06-02  Michael Smith  <msmith@fluendo.com>
4545
4546         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4547           Don't arbitrarily restrict channel counts and rate in vorbis.
4548           In terms of effects likely on real-world files, this fixes 96kHz
4549           playback of vorbis.
4550
4551 2006-06-02  Michael Smith  <msmith@fluendo.com>
4552
4553         * gst/audioconvert/audioconvert.c: (float):
4554           More correct float->int conversion.
4555
4556 2006-06-02  Michael Smith  <msmith@fluendo.com>
4557
4558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4559           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4560           value. Fixes g-critical on trying to play back ogg containing
4561           unknown codec.
4562
4563 2006-06-02  Wim Taymans  <wim@fluendo.com>
4564
4565         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4566         (setup_source):
4567         * gst/playback/gstplaybasebin.h:
4568         Make the subtitle detection work from any thread so we don't
4569         deadlock. Fixes #343397.
4570
4571 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4572
4573         * gst/volume/Makefile.am:
4574           Seriously, it's not *that* hard to get compilation right.  Even
4575           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4576
4577 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4578
4579         * gst/volume/gstvolume.c: (volume_choose_func),
4580         (volume_update_real_volume), (gst_volume_class_init),
4581         (gst_volume_init), (volume_process_float), (volume_process_int16),
4582         (volume_process_int16_clamp), (volume_set_caps),
4583         (volume_transform_ip), (plugin_init):
4584         * gst/volume/gstvolume.h:
4585         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4586         another property desc., remove unused param from process function
4587         
4588         * tests/check/elements/volume.c: (volume_suite):
4589         reactivate the passthrough test
4590
4591 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4592
4593         * ext/alsa/gstalsamixerelement.h:
4594         * ext/alsa/gstalsamixeroptions.h:
4595         * ext/alsa/gstalsamixertrack.h:
4596         * ext/gnomevfs/gstgnomevfssink.h:
4597         * ext/gnomevfs/gstgnomevfssrc.h:
4598         * ext/theora/gsttheoradec.h:
4599         * ext/theora/gsttheoraenc.h:
4600         * ext/theora/gsttheoraparse.h:
4601         * ext/vorbis/vorbisparse.h:
4602         * gst-libs/gst/audio/gstaudioclock.h:
4603         * gst-libs/gst/audio/gstaudiofilter.h:
4604         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4605         * gst/audioconvert/gstaudioconvert.h:
4606         * gst/audioresample/gstaudioresample.h:
4607         * gst/audiotestsrc/gstaudiotestsrc.h:
4608         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4609         * gst/playback/gststreamselector.h:
4610         * gst/tcp/gstmultifdsink.h:
4611         * gst/tcp/gsttcpclientsink.h:
4612         * gst/tcp/gsttcpclientsrc.h:
4613         * gst/tcp/gsttcpserversink.h:
4614         * gst/tcp/gsttcpserversrc.h:
4615         * gst/videorate/gstvideorate.h:
4616         * gst/videoscale/gstvideoscale.h:
4617         * gst/videotestsrc/gstvideotestsrc.h:
4618         * gst/volume/gstvolume.h:
4619         * sys/v4l/gstv4ljpegsrc.h:
4620         * sys/v4l/gstv4lmjpegsink.h:
4621         * sys/v4l/gstv4lmjpegsrc.h:
4622         * sys/v4l/gstv4lsrc.h:
4623         * sys/ximage/ximagesink.h:
4624         * sys/xvimage/xvimagesink.h:
4625         * tests/old/testsuite/alsa/sinesrc.h:
4626         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4627
4628 2006-05-31  Wim Taymans  <wim@fluendo.com>
4629
4630         * ext/libvisual/visual.c: (gst_visual_reset),
4631         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4632         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4633         Handle DISCONT.
4634         Use running time before doing QoS.
4635         Handle mono too.
4636
4637 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4638
4639         * docs/libs/Makefile.am:
4640           set a magic variable to indicate we know the docs are incomplete
4641
4642 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4643
4644         * win32/common/libgstvideo.def:
4645           export gst_video_calculate_display_ratio
4646         * win32/vs6/libgstvideoscale.dsp:
4647           add link to libgstvideo-0.10.lib
4648
4649 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4650
4651         * gst/playback/gstplaybasebin.c: (gen_source_element):
4652           Throw a more comprehensible error for rtsp:// URIs (rather
4653           than erroring out with a negotiation error later on) until
4654           we fix playbin to handle rtspsrc etc.
4655
4656 2006-05-30  Wim Taymans  <wim@fluendo.com>
4657
4658         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4659         (gst_text_overlay_text_event):
4660         Added some FIXMEs.
4661
4662 2006-05-30  Wim Taymans  <wim@fluendo.com>
4663
4664         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4665         (gst_adder_request_new_pad), (gst_adder_release_pad):
4666         * gst/adder/gstadder.h:
4667         Implement release_request_pad.
4668         Make padcounter atomic.
4669
4670         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4671         Added check for release_pad in adder.
4672
4673 2006-05-30  Wim Taymans  <wim@fluendo.com>
4674
4675         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4676         Fix build again.
4677
4678 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4679
4680         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4681         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4682         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4683         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4684         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4685         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4686         (gst_ogg_demux_bisect_forward_serialno),
4687         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4688         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
4689           add more debugging
4690           clean up printf formats for granulepos and serialno
4691
4692 2006-05-30  Michael Smith  <msmith@fluendo.com>
4693
4694         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4695         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
4696         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
4697         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
4698         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4699         * ext/vorbis/vorbisenc.h:
4700           Multi-channel caps negotiation, so we can do proper multichannel
4701           vorbis encoding, negotiated through audioconvert.
4702
4703 2006-05-30  Wim Taymans  <wim@fluendo.com>
4704
4705         * tests/check/elements/adder.c: (test_event_message_received),
4706         (test_play_twice_message_received), (GST_START_TEST),
4707         (adder_suite):
4708         Added check to show that #339935 is fixed with ongoing
4709         adder and collectpads fixes.
4710
4711 2006-05-29  Wim Taymans  <wim@fluendo.com>
4712
4713         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
4714         Don't leak pad name.
4715
4716 2006-05-29  Wim Taymans  <wim@fluendo.com>
4717
4718         * gst/adder/gstadder.c: (gst_adder_query_duration),
4719         (forward_event_func), (forward_event), (gst_adder_src_event):
4720         Fix adder seeking.
4721         Make query/seeking code threadsafe.
4722
4723         * tests/check/Makefile.am:
4724         * tests/check/elements/adder.c: (test_event_message_received),
4725         (GST_START_TEST), (test_play_twice_message_received):
4726         Fix adder test case.
4727
4728 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
4729
4730         Patch by: Young-Ho Cha  <ganadist at chollian net>
4731
4732         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4733         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4734         (set_encoding_element), (decodebin_element_added_cb),
4735         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
4736         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4737         * gst/playback/gstplaybasebin.h:
4738           Add 'subtitle-encoding' property to playbin, so applications can
4739           force a subtitle encoding for non-UTF8 subtitles (#342268).
4740
4741         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
4742         (gst_sub_parse_set_property):
4743           Rename recently-added 'encoding' property to 'subtitle-encoding'
4744           (so it can be proxied by playbin/decodebin in a generic way
4745           with less danger of false positives).
4746
4747 2006-05-29  Michael Smith  <msmith@fluendo.com>
4748
4749         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
4750         (append_with_other_format), (set_structure_widths),
4751         (gst_audio_convert_transform_caps):
4752           Patch from #341562: give more specific audio caps in get_caps, so
4753           that basetransform  can make better decisions on what caps to
4754           negotiate.
4755
4756 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4757
4758         * tests/check/elements/volume.c:
4759         make it compile again
4760
4761 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4762
4763         * tests/check/elements/volume.c: (volume_suite):
4764         disable test until #343196 gets resolved
4765
4766 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
4767
4768         * gst/adder/gstadder.c: (gst_adder_get_type):
4769         Make it easier to copy&paste
4770         
4771         * gst/volume/Makefile.am:
4772         * gst/volume/gstvolume.c: (volume_update_real_volume),
4773         (gst_volume_set_volume), (gst_volume_set_mute),
4774         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
4775         (volume_transform_ip), (volume_update_mute),
4776         (volume_update_volume):
4777         * gst/volume/gstvolume.h:
4778         Add own debug category, move duplicate code to helper function, fix
4779         property texts, add more comments and prepare ffor liboil-goodness
4780         
4781         * tests/check/Makefile.am:
4782         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
4783         add test for mute and passtrough case, be a bit more verbose to track
4784         failure
4785         
4786         * tests/check/generic/states.c: (GST_START_TEST):
4787         catch elements that fail to instantiate
4788
4789 2006-05-28  Edward Hervey  <edward@fluendo.com>
4790
4791         * tests/check/pipelines/simple-launch-lines.c:
4792         * tests/check/pipelines/theoraenc.c:
4793         * tests/check/pipelines/vorbisenc.c:
4794         Comment out tests using parse_launch() if core was built without
4795         parsing capabilities.
4796
4797 2006-05-27  Edward Hervey  <edward@fluendo.com>
4798
4799         * tests/check/Makefile.am:
4800         Extra bonus points for whoever explains to ensonic that you are meant
4801         to test unit tests thoroughly before commiting them, especially if
4802         you know it's going to break.
4803         De-activated element/adder tests.
4804
4805 2006-05-27  Edward Hervey  <edward@fluendo.com>
4806
4807         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4808         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
4809         Marking caps conversion issues as GST_WARNING is way too verbose,
4810         Moving them to GST_LOG.
4811
4812 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
4813
4814         * README:
4815           Replace current README (containing the release notes from
4816           some 0.9.x version) with a proper README taken from the core.
4817
4818 2006-05-26  Wim Taymans  <wim@fluendo.com>
4819
4820         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4821         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
4822         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
4823         (vorbis_dec_change_state):
4824         Small cleanups.
4825         Add some FIXMEs
4826         Clip output samples to segment boundaries.
4827
4828 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4829
4830         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4831         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
4832         Improve the errors produced on bad output, including some human
4833         readable description strings.
4834         Handle the (theoretical for ximagesink) case where the XServer 
4835         has a different idea about the size required for a particular 
4836         frame and gives us too small a memory allocation.
4837
4838 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
4839
4840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4841         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4842         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
4843         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4844         Improve the errors produced on bad output, including some human 
4845         readable description strings.
4846         Handle RGB Xv formats properly by transforming them into our 
4847         big-endian caps description.
4848         Use gst_caps_truncate to ensure that we never try and choose a
4849         non-fixed caps in buffer_alloc.
4850         Handle the case where the XServer has a different idea about the size
4851         required for a particular frame and gives us too small a memory
4852         allocation.
4853         Use -1 to indicate 'no image format', because 0 is a valid XServer
4854         image format number.
4855         Put RGB Xv formats at the end of the caps, so that we always prefer
4856         YUV format frames.
4857         Iterate the available Xv Encodings to determine the maximum width and
4858         height, and then return that in our caps.
4859         (Closes #315312, #337544)
4860
4861 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4862
4863         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
4864         When there is only one unfinished pad and it receives an event that
4865         doesn't match our requirements, we need to set alldone=FALSE so that
4866         the fakesink is not removed yet.
4867
4868 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4869
4870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4871           Use gst_type_find_helper_for_buffer() to find the type
4872           of stream from the first packet.
4873
4874         * configure.ac:
4875           Bump requirements to core CVS (needed for vorbis
4876           typefinding to work).
4877
4878 2006-05-24  Edward Hervey  <edward@fluendo.com>
4879
4880         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
4881         Added the 'prfl' atom type which MQV (no, it's not a typo) files
4882         contain.  Else they play perfectly fine with qtdemux.
4883
4884 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
4885
4886         * ext/theora/theoradec.c:
4887         * ext/theora/theoraenc.c:
4888         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4889         * gst/audiorate/gstaudiorate.c:
4890           make more debug catagories static
4891         
4892         * tests/check/Makefile.am:
4893         * tests/check/elements/adder.c: (message_received),
4894         (test_event_message_received), (GST_START_TEST),
4895         (test_play_twice_message_received), (adder_suite):
4896           added test case for using element twice, extra bonus points for anyone
4897           who can make these test run reliably
4898
4899 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
4900
4901         * ext/theora/theoradec.c: (theora_dec_chain):
4902           Make work with time-stamped input buffers that do not
4903           have a granulepos in BUFFER_OFFSET_END (like theora
4904           buffers coming from matroskademux). Fixes #342448.
4905
4906 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
4907
4908         Patch by: Peter Kjellerstedt  <pkj at axis com>
4909
4910         * gst/tcp/Makefile.am:
4911           fdstresstest doesn't need Gtk+, fix compilation if 
4912           gtk is not available (#342566).
4913
4914 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4915          
4916         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4917           80 line columns
4918           Removed redundant floor()
4919
4920 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4921
4922         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4923           On second thought, just skip JUNK chunks automatically, so
4924           the caller doesn't have to handle this. Fixes #342345.
4925           Also, return GST_FLOW_UNEXPECTED if we get a short read,
4926           not GST_FLOW_ERROR.
4927
4928 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
4929
4930         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4931           Don't bail out on JUNK chunks with a size of 0 (would try to
4932           pull_range 0 bytes before, which sources don't like too much).
4933           See #342345.
4934
4935 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4936
4937         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
4938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4939         Use the gstutil scaling function to preserve 64 bits while calculating
4940         output width and height from the display-aspect-ratio. (A continuation
4941         of #341542)
4942
4943 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
4944
4945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
4946         (gst_xvimagesink_buffer_alloc):
4947         * sys/xvimage/xvimagesink.h:
4948         When performing buffer allocations, remember the caps and image format
4949         we return so that if the same caps are asked for next time we can
4950         return them immediately without doing any caps intersections.
4951
4952 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4953          
4954         * gst-libs/gst/rtp/README:
4955           Some new documentation
4956         * gst-libs/gst/rtp/gstrtpbuffer.h:       
4957           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
4958         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4959         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
4960           New RTP audio base payloader class. Supports frame or sample based
4961           codecs.  Not enabled in Makefile.am until approved.
4962
4963 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4964
4965         * tests/check/elements/alsa.c: (test_device_property_probe):
4966           Fix test case: don't try to free NULL GValueArray when there
4967           are no devices.
4968
4969 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4970
4971         * tests/check/Makefile.am:
4972         * tests/check/elements/alsa.c: (test_device_property_probe),
4973         (alsa_suite), (main):
4974           Add simple test that runs a device property probe on alsasrc,
4975           alsasink and alsamixer. Disable valgrind check for now (too
4976           many leaks in libasound, and valgrind ignored my suppressions
4977           additions).
4978
4979 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
4980
4981         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
4982         (gst_alsa_device_property_probe_probe_property),
4983         (gst_alsa_device_property_probe_needs_probe),
4984         (gst_alsa_device_property_probe_get_values),
4985         (gst_alsa_type_add_device_property_probe_interface):
4986         * ext/alsa/gstalsadeviceprobe.h:
4987         * ext/alsa/gstalsamixerelement.c:
4988         (gst_alsa_mixer_element_init_interfaces):
4989         * ext/alsa/gstalsamixerelement.h:
4990           Clean up and simplify alsa device probing. Make it actually work
4991           for multiple classes. Don't cache results any longer.
4992
4993         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
4994         (gst_alsasink_init):
4995         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
4996         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
4997         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
4998           Make alsasink and alsasrc implement the GstPropertyProbe interface
4999           for device probing (#342181).
5000           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5001
5002 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5003
5004         * gst/subparse/samiparse.c: (handle_start_font):
5005           Don't ignore return value of strtol (++compiler_happiness).
5006
5007 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5008
5009         Patch by: Young-Ho Cha  <ganadist chollian net>
5010
5011         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5012         (gst_sub_parse_class_init), (gst_sub_parse_init),
5013         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5014         (convert_encoding):
5015         * gst/subparse/gstsubparse.h:
5016           Add 'encoding' property (#341681).
5017
5018         * gst/subparse/samiparse.c: (characters_sami):
5019           Output is pango markup, so we need to escape text
5020           between tags (#342143).
5021
5022 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5023
5024         * gst-libs/gst/audio/multichannel.c:
5025         (gst_audio_check_channel_positions):
5026           It's okay to have caps with channels=1 and a channel position
5027           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5028           (deinterleavers might want to keep the position in the caps,
5029           so that they can be re-interleaved again properly later).
5030           Leave check for unexpected 2-channel layouts intact for now.
5031
5032 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5033
5034         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5035         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5036         basesrc can do its job correctly.
5037
5038 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5039
5040         * ext/alsa/Makefile.am:
5041         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5042         (gst_alsa_detect_formats), (get_channel_free_structure),
5043         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5044         (gst_alsa_probe_supported_formats):
5045         * ext/alsa/gstalsa.h:
5046         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5047           Refactor and improve caps probing code: probe signedness
5048           when we probe the supported formats/widths; set endianness
5049           to the one we actually probed for (ie. cpu endianness).
5050           
5051         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5052         (gst_alsasrc_close):
5053         * ext/alsa/gstalsasrc.h:
5054           Implement caps probing for alsasrc.
5055
5056 2006-05-15  Wim Taymans  <wim@fluendo.com>
5057
5058         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5059         (theora_dec_src_query), (theora_dec_src_event),
5060         (theora_dec_sink_event), (theora_handle_comment_packet),
5061         (theora_handle_data_packet), (theora_dec_change_state):
5062         Cleanups, add some G_LIKELY.
5063         Use segment helpers instead of our own wrong code.
5064         Clear queued buffers on seek and READY.
5065
5066         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5067         (vorbis_dec_convert), (vorbis_dec_src_query),
5068         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5069         (vorbis_handle_comment_packet), (vorbis_dec_push),
5070         (vorbis_handle_data_packet), (vorbis_dec_chain),
5071         (vorbis_dec_change_state):
5072         * ext/vorbis/vorbisdec.h:
5073         Remove old useless packetno variable.
5074         Do position query properly.
5075         Add some G_LIKELY.
5076         Do cleanup of queued buffers in new helper function
5077         and use it.
5078
5079 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5080
5081         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5082           Query supported sample rates. Fixes #341732.
5083
5084 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5085
5086         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5087         (gst_decode_bin_change_state): Make decodebin reusable
5088         when going from PAUSE_TO_READY and then back to PAUSED.
5089         Fixes #331678.
5090
5091 2006-05-15  Wim Taymans  <wim@fluendo.com>
5092
5093         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5094         (vorbis_dec_convert), (vorbis_dec_src_query),
5095         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5096         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5097         (vorbis_dec_clean_queued), (vorbis_dec_push),
5098         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5099         Cleanups. Use refcounting and DEBUG_OBJECT.
5100         Reset segment on flush, use code methods instead of our
5101         own wrong version.
5102         Fix potential memleak.
5103
5104 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5105
5106         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5107         (gst_alsasink_init):
5108         * ext/alsa/gstalsasink.h:
5109           Don't leak allocated snd_output_t structure if there's
5110           more than one alsasink instance at a time (#341873).
5111           Also fix GObject macros in header file.
5112           
5113 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5114
5115         * gst/subparse/gstsubparse.c:
5116         (gst_sub_parse_data_format_autodetect):
5117           Don't use libxml functions in the typefinding code.
5118
5119 2006-05-15  Wim Taymans  <wim@fluendo.com>
5120
5121         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5122         Fix seeking performance in the case where a non-header 
5123         packet has a 0 granulepos (busted theora case). 
5124         Fixes #341719
5125         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5126          the first place, you limelight stealer you)
5127
5128 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5129
5130         * gst/subparse/gstsubparse.c:
5131         (gst_sub_parse_data_format_autodetect):
5132           Improve SAMI typefinding: handle case where there are
5133           whitespaces or newlines in front of the first <SAMI>
5134           tag (#169936).
5135
5136 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5137
5138         * configure.ac:
5139           Build video4linux plugin even if there's no XVIDEO, just
5140           without implementing the GstXOverlay interface (#334002).
5141          
5142 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5143
5144         * configure.ac:
5145         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5146         (plugin_init):
5147           Add tentative support for libvisual-0.4 (#336881).
5148
5149 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5150
5151         Patch by: Young-Ho Cha <ganadist at chollian net>
5152
5153         * gst/subparse/samiparse.c: (handle_start_font):
5154           Need to map "silver" colour explicitly (#169936).
5155
5156 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5157
5158         Patch by: Young-Ho Cha  <ganadist at chollian net>
5159
5160         * gst/subparse/Makefile.am:
5161         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5162         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5163         (gst_sub_parse_format_autodetect), (feed_textbuf),
5164         (gst_subparse_type_find), (plugin_init):
5165         * gst/subparse/gstsubparse.h:
5166         * gst/subparse/samiparse.c:
5167         * gst/subparse/samiparse.h:
5168           Add support for SAMI subtitles (#169936).
5169
5170 2006-05-14  Michael Smith  <msmith@fluendo.com>
5171
5172         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5173           Fix #341696: crash when mixing L+R+C to mono or stereo.
5174         * tests/check/Makefile.am:
5175         * tests/check/elements/audioconvert.c: (set_channel_positions),
5176         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5177         (audioconvert_suite):
5178           Add test for the above, including some generic framework bits for
5179           testing multichannel things.
5180
5181 === release 0.10.7 ===
5182
5183 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5184
5185         * configure.ac:
5186           releasing 0.10.7, "Leave the gun"
5187
5188 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5189
5190         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5192         Fix the build.
5193
5194 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5195
5196         * docs/libs/gst-plugins-base-libs-docs.sgml:
5197         * docs/libs/gst-plugins-base-libs-sections.txt:
5198         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5199         * gst-libs/gst/video/video.h:
5200         * gst/videoscale/Makefile.am:
5201         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5203         * tests/check/Makefile.am:
5204         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5205         (main):
5206           Fix integer overflow problem with pixel-aspect-ratio calculations
5207           in videoscale and xvimagesink (#341542)
5208
5209 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5210
5211         * gst-libs/gst/tag/gstid3tag.c:
5212           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5213
5214 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5215
5216         * win32/MANIFEST:
5217           update win32 files listing
5218
5219 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5220
5221         patch by: Sjoerd Simons (sjoerd@luon.net)
5222
5223         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5224         (group_create), (group_destroy), (add_stream),
5225         (gst_play_base_bin_get_property),
5226         (gst_play_base_bin_get_streaminfo_value_array):
5227         * gst/playback/gstplaybasebin.h:
5228           API: GstPlayBaseBin::stream-info-value-array property
5229           use a more bindings-friendly way of exposing streaminfo
5230           using a GValueArray.  Tested in ipython.
5231           Closes #341114
5232
5233 2006-05-11  Wim Taymans  <wim@fluendo.com>
5234
5235         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5236         (queue_underrun_cb), (queue_filled_cb):
5237         Also catch queue underruns but don't do anything yet.
5238         Refactor and comment queue enlarging code a bit.
5239
5240         * gst/playback/gstplaybasebin.c: (queue_overrun),
5241         (queue_threshold_reached), (queue_out_of_data),
5242         (gen_preroll_element):
5243         If a queue over/underruns check that we don't create nasty
5244         deadlocks when the min-threshold is not reached but the
5245         max-bytes is. In those cases disable max-bytes when we
5246         know that the queue is fed timed data.
5247         Add more comments.
5248
5249 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5250
5251         * gst/playback/gstplaybin.c: (gen_audio_element):
5252           Make playbin automatically plug an 'audioresample'
5253           element before the audio sink as well. This solves
5254           problems with sinks that only accept a very specific
5255           sample rate, like esdsink (e.g. #340379).
5256
5257 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5258
5259         * gst/playback/gstplaybasebin.c: (gen_source_element):
5260           Make http sources send special headers so that we receive
5261           icecast metadata if the http stream is an icecast stream
5262           (otherwise the server will just ignore them). This also
5263           means that from now on users will need the 'icydemux'
5264           element from gst-plugins-good installed if they want to
5265           listen to icecast radio streams. (#341432, #333657).
5266
5267 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5268
5269         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5270         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5271           remove stupid example from docs - it should come with a simple
5272           C program instead.
5273           Clean up/fix docs
5274         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5275         (fail_if_can_read), (GST_START_TEST),
5276         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5277           add a test for changing streamheader which exposes a bug in
5278           multifdsink
5279
5280 2006-05-11  Michael Smith  <msmith@fluendo.com>
5281
5282         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5283         (gst_gnome_vfs_src_received_headers_callback):
5284         * ext/gnomevfs/gstgnomevfssrc.h:
5285           Don't set icy-caps unless we have a sane interval value. Move
5286           interval to a local variable; we never use it outside this function.
5287
5288 2006-05-11  Wim Taymans  <wim@fluendo.com>
5289
5290         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5292         Register special buffer types along with the objects so
5293         that they are not registered at runtime from N different
5294         streaming threads since they are not threadsafe.
5295
5296 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5297
5298         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5299         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5300           add two more tests, one doing streamheader
5301
5302 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5303
5304         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5305           clean up the bufqueue when shutting down
5306         * tests/check/Makefile.am:
5307         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5308         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5309         (main):
5310           add a test for the leak that was just fixed
5311
5312 2006-05-10  Wim Taymans  <wim@fluendo.com>
5313
5314         * gst/adder/gstadder.c: (gst_adder_setcaps),
5315         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5316         (gst_adder_src_event), (gst_adder_sink_event),
5317         (gst_adder_class_init), (gst_adder_finalize),
5318         (gst_adder_request_new_pad), (gst_adder_collected):
5319         * gst/adder/gstadder.h:
5320         Updated some docs. Added comments and FIXMEs all over the place.
5321         Improve debugging info.
5322         Fix leak on finalize by not calling the parent.
5323         Implement duration query.
5324         Make event forwarding threadsafe.
5325         Correctly send NEWSEGMENT at start and after flush.
5326         Handle EOS correctly.
5327         Post error when not negotiated.
5328
5329         * tests/check/elements/adder.c: (GST_START_TEST):
5330         Added FIXME in the test.
5331
5332 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5333
5334         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5335         (gst_text_overlay_halign_get_type),
5336         (gst_text_overlay_wrap_mode_get_type):
5337         * ext/theora/theoradec.c: (theora_handle_type_packet),
5338         (theora_handle_data_packet):
5339         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5340         (theora_enc_sink_setcaps), (theora_enc_chain):
5341         * gst-libs/gst/cdda/gstcddabasesrc.c:
5342         (gst_cdda_base_src_mode_get_type):
5343         * gst/audiotestsrc/gstaudiotestsrc.c:
5344         (gst_audiostestsrc_wave_get_type):
5345         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5346         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5347         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5348         (gst_sync_method_get_type), (gst_unit_type_get_type),
5349         (gst_client_status_get_type):
5350         * gst/videoscale/gstvideoscale.c:
5351         (gst_video_scale_method_get_type):
5352         * gst/videotestsrc/gstvideotestsrc.c:
5353         (gst_video_test_src_pattern_get_type):
5354         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5355         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5356         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5357         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5358         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5359         (paint_setup_RGB565), (paint_setup_xRGB1555):
5360           Const-ify GEnumValue and GFlagsValue arrays. Use
5361           GST_ROUND_UP_* macros instead of home-made ones.
5362
5363 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5364
5365         * configure.ac:
5366           Require core CVS for the new newsegment stuff.
5367
5368 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5369
5370         Patch by: Sjoerd Simons  <sjoerd at luon net>
5371
5372         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5373           Register nick for enum value (#341160).
5374
5375 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5376
5377         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5378         (plugin_init):
5379          backout typefind patch #340375
5380          
5381         * tests/check/elements/adder.c: (message_received),
5382         (GST_START_TEST), (adder_suite):
5383           redo, signal-handling of test
5384
5385 2006-05-09  Wim Taymans  <wim@fluendo.com>
5386
5387         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5388         (gst_adder_collected):
5389         * gst/adder/gstadder.h:
5390         Remove bogus segment merging and forwarding, we don't
5391         care about timestamps anyway and we just produce a
5392         continuous stream. 
5393         Also create a nice NEWSEGMENT event when we start.
5394         Use _scale_int some more.
5395
5396 2006-05-09  Edward Hervey  <edward@fluendo.com>
5397
5398         * tests/icles/stress-xoverlay.c:
5399         Fix if core was built without parsing support.
5400
5401 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5402
5403         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5404           Add SEDG (Samsung MPEG-4) fourcc.
5405
5406 2006-05-09  Edward Hervey  <edward@fluendo.com>
5407
5408         * tests/icles/stress-xoverlay.c:
5409         * tests/examples/volume/volume.c:
5410         Fix if core was built without parsing support.
5411
5412         * tests/examples/seek/seek.c:
5413         Disable the parse_launch example if core was built without parsing
5414         support.
5415
5416 2006-05-08  Edward Hervey  <edward@fluendo.com>
5417
5418         * autogen.sh: (CONFIGURE_DEF_OPT): 
5419         libtoolize on Darwin/MacOSX is called glibtoolize
5420
5421 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5422
5423         * tests/check/Makefile.am:
5424         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5425           Disable the adder test, until the build-slaves posses the kindness to 
5426           either like it or to give valid reason for not doing so 
5427
5428 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5429
5430         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5431         (adder_suite):
5432           Shuffle NULL state change around and raise timeout more
5433
5434 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5435
5436         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5437         (mp4_type_find), (plugin_init):
5438           Add typefind to distinguish between "audio/x-m4a" and new type
5439           "video/mp4". Fixes #340375
5440
5441         * tests/check/elements/adder.c: (adder_suite):
5442           Raise timeout to make buildbot happy
5443
5444 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5445
5446         * gst/adder/gstadder.c: (gst_adder_sink_event),
5447         (gst_adder_request_new_pad), (gst_adder_change_state):
5448         * gst/adder/gstadder.h:
5449         * tests/check/Makefile.am:
5450         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5451         (adder_suite), (main):
5452           Add sink-event handling to adder. It tries to merge incomming
5453           newsegment-events. Added test to check if segment_done is comming
5454           through. Fixes #340060
5455
5456 2006-05-05  Andy Wingo  <wingo@pobox.com>
5457
5458         * ext/theora/theoraparse.c (gst_theora_parse_init)
5459         (theora_parse_src_convert, theora_parse_src_query):
5460         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5461         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5462         query functions on the source pads of the theora and vorbis parse
5463         elements. Fixes position querying when doing a remux.
5464
5465 2006-05-05  Michael Smith  <msmith@fluendo.com>
5466
5467         * ext/theora/theoraparse.c: (parse_granulepos),
5468         (theora_parse_drain_queue_prematurely),
5469         (theora_parse_queue_buffer), (theora_parse_sink_event):
5470           Fix flushing.
5471           Fix invalid granulepos outputs when starting with a non-keyframe.
5472
5473 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5474
5475         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5476         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5477         Rearrange MPEG system stream detection, fixing some memleaks in the
5478         process.
5479         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5480         they clean up their data correctly.
5481         Remove unused ogganx caps and move the 'is_annodex' check to inside
5482         the 'is_ogg' if statement.
5483
5484 2006-05-05  Wim Taymans  <wim@fluendo.com>
5485
5486         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5487         Properly remove ghostpads. Fixes #340392
5488
5489 2006-05-04  David Schleef  <ds@schleef.org>
5490
5491         * gst/typefind/gsttypefindfunctions.c:
5492
5493 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5494
5495         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5496         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5497
5498         When typefinding an MP3 in push-based mode, don't penalise the
5499         probability down to 74% when we found 5 valid frames just because we
5500         can't peek the end of the file.
5501
5502         Make the probability for detecting MPEG Transport Streams based on the
5503         number of sequential headers we successfully detected.
5504
5505 2006-05-03  Wim Taymans  <wim@fluendo.com>
5506
5507         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5508         (vorbis_dec_push), (vorbis_dec_chain):
5509         Still produce an error when we receive an empty packet.
5510
5511 2006-05-03  Wim Taymans  <wim@fluendo.com>
5512
5513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5514         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5515         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5516         Mark buffers with DISCONT after seek and after activating new
5517         chains.
5518
5519         * ext/theora/gsttheoradec.h:
5520         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5521         (theora_get_query_types), (theora_dec_sink_event),
5522         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5523         (theora_dec_change_state):
5524         Fix frame counter.
5525         Detect and mark DISCONT buffers.
5526
5527         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5528         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5529         (vorbis_dec_change_state):
5530         * ext/vorbis/vorbisdec.h:
5531         Use GstSegment.
5532         Detect and mark DISCONT buffers.
5533         Don't crash on 0 sized buffers.
5534
5535 2006-05-03  Wim Taymans  <wim@fluendo.com>
5536
5537         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5538         (volume_transform_ip):
5539         Increase "volume" property to 10.0. Fixes #340369.
5540         Set the process function to NULL when capsnego fails so that
5541         we properly error out.
5542
5543 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5544
5545         * gst/playback/gstplaybin.c: (add_sink):
5546         * gst/playback/test.c: (main):
5547         * gst/playback/test5.c: (dump_element_stats):
5548         * gst/playback/test6.c: (main):
5549           free caps using gst_caps_unref, don't leak caps-strings
5550
5551 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5552
5553         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5554         (plugin_init):
5555           Refine musepack typefinding a bit. Return MAXIMUM
5556           probability when we detect stream version 7 to make
5557           sure the mpeg audio typefinder doesn't trump us.
5558
5559 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5560
5561         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5562           Protect against unexpected NULL strf_data buffer.
5563
5564 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5565
5566         * tests/check/elements/audioconvert.c: (verify_convert),
5567         (GST_START_TEST):
5568           interpret the out[] buffer in the order the bytes are actually
5569           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5570           Other tests should use BYTE_ORDER since the array is filled in
5571           with actual values
5572
5573 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5574
5575         * tests/check/elements/audioconvert.c: (verify_convert),
5576         (GST_START_TEST):
5577           when a test fails, give an indication of which it is
5578
5579 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5580
5581         * gst-libs/gst/cdda/gstcddabasesrc.c:
5582           compile fix; strtol() needs <stdlib.h>
5583
5584 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5585
5586         * ext/alsa/gstalsamixerelement.c:
5587         * ext/alsa/gstalsasrc.c:
5588         * ext/cdparanoia/gstcdparanoiasrc.c:
5589         * ext/gnomevfs/gstgnomevfssink.c:
5590         * ext/gnomevfs/gstgnomevfssrc.c:
5591         * ext/ogg/gstoggdemux.c:
5592         * ext/ogg/gstoggmux.c:
5593         * ext/ogg/gstoggparse.c:
5594         * ext/ogg/gstogmparse.c:
5595         * ext/pango/gstclockoverlay.c:
5596         * ext/pango/gsttextoverlay.c:
5597         * ext/pango/gsttextrender.c:
5598         * ext/pango/gsttimeoverlay.c:
5599         * ext/theora/theoradec.c:
5600         * ext/theora/theoraenc.c:
5601         * ext/vorbis/vorbisdec.c:
5602         * ext/vorbis/vorbisenc.c:
5603         * gst-libs/gst/audio/gstaudiofilter.c:
5604         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5605         * gst/audioconvert/gstaudioconvert.c:
5606         * gst/audiorate/gstaudiorate.c:
5607         * gst/audioresample/gstaudioresample.c:
5608         * gst/audiotestsrc/gstaudiotestsrc.c:
5609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5610         * gst/playback/gstdecodebin.c:
5611         * gst/playback/gstplaybin.c:
5612         * gst/playback/gststreamselector.c:
5613         * gst/subparse/gstsubparse.c:
5614         * gst/tcp/gstmultifdsink.c:
5615         * gst/tcp/gsttcpclientsink.c:
5616         * gst/tcp/gsttcpclientsrc.c:
5617         * gst/tcp/gsttcpserversink.c:
5618         * gst/tcp/gsttcpserversrc.c:
5619         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5620         * gst/videorate/gstvideorate.c:
5621         * gst/videoscale/gstvideoscale.c:
5622         * gst/videotestsrc/gstvideotestsrc.c:
5623         * gst/volume/gstvolume.c:
5624         * sys/v4l/gstv4ljpegsrc.c:
5625         * sys/v4l/gstv4lmjpegsink.c:
5626         * sys/v4l/gstv4lmjpegsrc.c:
5627         * sys/v4l/gstv4lsrc.c:
5628         * sys/ximage/ximagesink.c:
5629         * sys/xvimage/xvimagesink.c:
5630         * tests/check/libs/cddabasesrc.c:
5631           make GstElementDetails const
5632
5633 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5634
5635         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5636         (gst_adder_init):
5637           send events from src-pad to all sink-pads fixes #338657
5638
5639 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5640
5641         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5642         (alsasink_parse_spec):
5643           query width capabilities from alsa, fixes #338919
5644
5645 2006-04-28  Wim Taymans  <wim@fluendo.com>
5646
5647         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5648         (gst_multi_fd_sink_remove_client_link):
5649         * gst/tcp/gstmultifdsink.h:
5650         Fix race condition in multifdsink that can lead to spurious 
5651         duplicate clients. this patch adds a new signal that is fired when
5652         multifdsink has removed all references to the fd.
5653         Fixes #339574.
5654         Updated documentation.
5655         API: client-fd-removed signal added
5656
5657 2006-04-28  Michael Smith  <msmith@fluendo.com>
5658
5659         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5660           When asking g_value_array_new to prealloc elements, we may as well
5661           ask for the right number of elements.
5662
5663 2006-04-28  Wim Taymans  <wim@fluendo.com>
5664
5665         * gst-libs/gst/audio/gstbaseaudiosink.c:
5666         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5667         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5668         patch to make timestamp checking more tollerant to rounding 
5669         errors given that real discontinuities are to be marked on
5670         buffers. Fixes some asf files and #338778.
5671         Also avoid some crashers when we receive an event in the 
5672         NULL state.
5673
5674 2006-04-28  Michael Smith  <msmith@fluendo.com>
5675
5676         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5677         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5678         (gst_gnome_vfs_src_get_property),
5679         (gst_gnome_vfs_src_send_additional_headers_callback),
5680         (gst_gnome_vfs_src_received_headers_callback),
5681         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5682         (gst_gnome_vfs_src_stop):
5683         * ext/gnomevfs/gstgnomevfssrc.h:
5684           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5685           proper shared support within icydemux.
5686
5687 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5688
5689         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
5690         (gst_video_rate_swap_prev), (gst_video_rate_chain):
5691           fix up docs
5692           fix a leak when no caps negotiated
5693           fix counting of input frames
5694         * tests/check/elements/.cvsignore:
5695         * tests/check/elements/videorate.c: (assert_videorate_stats),
5696         (GST_START_TEST), (videorate_suite):
5697           add tests for these
5698
5699 2006-04-28  Wim Taymans  <wim@fluendo.com>
5700
5701         * gst-libs/gst/audio/gstringbuffer.c:
5702         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
5703         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
5704         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
5705         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5706         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5707         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5708         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5709         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
5710         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
5711         Check arguments passed to public functions instead of
5712         crashing.
5713
5714 2006-04-28  Wim Taymans  <wim@fluendo.com>
5715
5716         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
5717         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
5718         GstBaseAudioSrc must be live or it does not work.
5719
5720         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
5721         Don't set live to TRUE as this is the default in the parentclass.
5722
5723 2006-04-28  Wim Taymans  <wim@fluendo.com>
5724
5725         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
5726         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
5727         Videoscale doesn't pass on pixel-aspect ratio. Handle all
5728         fixation cases better. Fixes #338991
5729
5730 2006-04-28  Wim Taymans  <wim@fluendo.com>
5731
5732         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5733         Handle 0/1 framerate correctly Fixes #331901.
5734
5735 2006-04-28  Wim Taymans  <wim@fluendo.com>
5736
5737         * tests/check/elements/audioconvert.c: (get_float_caps),
5738         (GST_START_TEST), (audioconvert_suite):
5739         Added check for correct clipping when doing float samples
5740         in audioconvert.
5741
5742 2006-04-28  Wim Taymans  <wim@fluendo.com>
5743
5744         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
5745         (gst_video_rate_chain):
5746         Print more debugging info.
5747
5748 2006-04-28  Wim Taymans  <wim@fluendo.com>
5749
5750         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5751         (resample_set_state_from_caps):
5752         Add support for other formats audioresample can handle such as
5753         32 bits in and float and 64 bits float. Fixes #301759
5754
5755 2006-04-28  Wim Taymans  <wim@fluendo.com>
5756
5757         * gst/audioconvert/audioconvert.c: (float):
5758         correctly clip float samples > 1.0. Fixes #338718
5759
5760 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5761
5762         Patch by: Young-Ho Cha  <ganadist at chollian net>
5763
5764         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5765         (gst_text_overlay_render_text):
5766           Don't strip newlines from the text. Also, center lines
5767           within multi-line paragraphs (#339405).
5768
5769 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
5770
5771         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
5772           Fix wavpack typefinding to work in more cases (don't peek
5773           for chunks of multiple hundred kBs at once, but process
5774           things step-by-step in smaller units). Fixes #339786.
5775
5776 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5777
5778         * configure.ac:
5779           back to HEAD
5780
5781 === release 0.10.6 ===
5782
5783 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
5784
5785         * configure.ac:
5786           releasing 0.10.6, "Chao"
5787
5788 2006-04-26  David Schleef  <ds@schleef.org>
5789
5790         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
5791           Fixes #338897.
5792
5793 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5794
5795         * configure.ac:
5796         * win32/common/config.h:
5797           new prerelease
5798
5799 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5800
5801         patch by: Wim Taymans
5802
5803         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5804         (gst_ogg_demux_perform_seek):
5805           make sure correct newsegments are sent, so that the decoder
5806           and the demuxer agree on timestamps.  Fixes playback of a lot
5807           of Ogg files that do not start from 0.  Fixes #339833.
5808
5809 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5810
5811         Patch by: Edward Hervey  <edward@fluendo.com>
5812
5813         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
5814         * tests/check/Makefile.am:
5815         * tests/check/elements/videorate.c: (assert_videorate_stats),
5816         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
5817         (videorate_suite), (main):
5818           Fix an infinite loop if frames are passed in with wrongly ordered
5819           timestamps.  Fixes #339013.
5820
5821 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5822
5823         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5824
5825         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5826           fix typefinding on some ISO files.  Fixes #339212.
5827
5828 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5829
5830         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
5831
5832         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5833           add another H264 fourcc.  Fixes #339047.
5834
5835 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5836
5837         Patch by: Jan Schmidt
5838
5839         * gst/playback/gststreamselector.c:
5840         (gst_stream_selector_bufferalloc):
5841           Restore old StreamSelector behaviour.
5842           Fixes #338419.
5843
5844 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5845
5846         * configure.ac:
5847         * win32/common/config.h:
5848           prerelease
5849
5850 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5851
5852         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
5853
5854         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5855         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
5856           Fix some memory leaks: on finalize, free buffers left in the queue
5857           before destroying the queue; in _push(), unref rtp_buf even if
5858           the process vfunc returned a NULL buffer as output buffer (#337548);
5859           demote some recuring debug messages to LOG level.
5860
5861 2006-04-11  Wim Taymans  <wim@fluendo.com>
5862
5863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5864         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5865         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
5866         (gst_ogg_demux_loop):
5867         More cleanups.
5868         Respect segment stop when emiting EOS or SEGMENT_DONE.
5869         Fixes (#337945).
5870
5871 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
5872
5873         * gst/playback/gststreamselector.c:
5874         (gst_stream_selector_get_property):
5875           Don't leak pad name.
5876
5877 2006-04-10  Michael Smith  <msmith@fluendo.com>
5878
5879         * tests/check/Makefile.am:
5880         * tests/check/gst-plugins-base.supp:
5881           Suppress an old libtheora bug (fixed in more recent versions), so 
5882           that FC4 buildslaves can pass.
5883
5884 2006-04-10  Wim Taymans  <wim@fluendo.com>
5885
5886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5887         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5888         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
5889         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
5890         (gst_ogg_demux_loop):
5891         Don't leak events.
5892         Remember what error we got when finding chains, if we
5893         were shutdown, that would not be an error.
5894
5895 2006-04-10  Wim Taymans  <wim@fluendo.com>
5896
5897         * gst-libs/gst/audio/gstbaseaudiosink.c:
5898         (gst_base_audio_sink_event):
5899         Starting the ringbuffer when we did not acquire it can cause
5900         a deadlock, is pointless and causes nasty things for
5901         subclasses. 
5902         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
5903
5904 2006-04-10  Wim Taymans  <wim@fluendo.com>
5905
5906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5907         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
5908         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5909         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
5910         (gst_ogg_demux_deactivate_current_chain),
5911         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5912         (gst_ogg_demux_bisect_forward_serialno),
5913         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
5914         Add some more debugging.
5915
5916 2006-04-10  Wim Taymans  <wim@fluendo.com>
5917
5918         * ext/theora/theoradec.c: (theora_dec_src_event),
5919         (theora_handle_data_packet):
5920         Some more debug info.
5921
5922         * tests/examples/seek/seek.c: (start_seek), (main):
5923         Print element messages too.
5924
5925 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
5926
5927         * gst/audioresample/debug.h:
5928           replace debug macros with variable number of parameters
5929           by a simple alias to gstreamer standard debug macros 
5930          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
5931           supported by MSVC 6.0 and 7.1)
5932         * gst/audioresample/resample.h:
5933           define M_PI and rint for WIN32
5934         * win32/common/libgstaudio.def:
5935         * win32/common/libgstriff.def:
5936         * win32/common/libgsttag.def:
5937         * win32/common/libgstvideo.def:
5938           add new exported functions
5939         * win32/vs6:
5940           update project files
5941
5942 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5943
5944         * ext/alsa/gstalsamixeroptions.c:
5945         (gst_alsa_mixer_options_class_init):
5946         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
5947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
5948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
5949         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
5950         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
5951         * gst-libs/gst/audio/gstaudiofilter.c:
5952         (gst_audio_filter_class_init):
5953         * gst-libs/gst/audio/gstaudiosink.c:
5954         (gst_audioringbuffer_class_init):
5955         * gst-libs/gst/audio/gstaudiosrc.c:
5956         (gst_audioringbuffer_class_init):
5957         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
5958         * gst-libs/gst/interfaces/colorbalancechannel.c:
5959         (gst_color_balance_channel_class_init):
5960         * gst-libs/gst/interfaces/mixeroptions.c:
5961         (gst_mixer_options_class_init):
5962         * gst-libs/gst/interfaces/mixertrack.c:
5963         (gst_mixer_track_class_init):
5964         * gst-libs/gst/interfaces/tunerchannel.c:
5965         (gst_tuner_channel_class_init):
5966         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
5967         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5968         (gst_netbuffer_class_init):
5969         * gst-libs/gst/rtp/gstbasertppayload.c:
5970         (gst_basertppayload_class_init):
5971         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5972         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
5973         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5974         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
5975         * gst/playback/gststreamselector.c:
5976         (gst_stream_selector_class_init):
5977         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5978         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5979         * sys/v4l/gstv4lcolorbalance.c:
5980         (gst_v4l_color_balance_channel_class_init):
5981         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
5982         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5983         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5984         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
5985         (gst_v4l_tuner_norm_class_init):
5986         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
5987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
5988         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
5989         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
5990
5991 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
5992
5993         * ext/pango/gsttextrender.h:
5994         * gst-libs/gst/audio/gstaudiosink.h:
5995         * gst-libs/gst/audio/gstaudiosrc.h:
5996         * gst-libs/gst/audio/gstbaseaudiosink.h:
5997         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5998         * gst-libs/gst/audio/gstringbuffer.h:
5999         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6000         * gst-libs/gst/rtp/gstbasertppayload.h:
6001         * gst-libs/gst/video/gstvideofilter.h:
6002         * gst-libs/gst/video/gstvideosink.h:
6003         * gst/playback/gstplaybasebin.h:
6004         * gst/tcp/gstmultifdsink.h:
6005         * sys/v4l/gstv4lelement.h:
6006         Fix broken GObject macros
6007
6008 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6009
6010         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6011         More debug to trace why my USB headset is not working with gst
6012
6013 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6014
6015         * gst/playback/gstplaybasebin.c: (group_destroy):
6016         Clean up our group elements properly in the case where it never 
6017         got committed - it still got added unconditionally to the bin.
6018
6019 2006-04-07  Wim Taymans  <wim@fluendo.com>
6020
6021         * ext/theora/theoradec.c: (theora_dec_sink_event),
6022         (theora_handle_data_packet), (theora_dec_chain):
6023         Unref unhandled events.
6024         Protect against empty buffers.
6025         Perform QoS on running time.
6026
6027 2006-04-07  Michael Smith  <msmith@fluendo.com>
6028
6029         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6030         (gst_vorbis_enc_chain):
6031           Remove leaks from vorbisenc.
6032           Mostly minor changes, the only significant one is that now the
6033           buffers we set as 'streamheader' on the caps are copies of the
6034           original buffers, to avoid circular refcounting problems.
6035
6036 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6037
6038         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6039           Don't remove our mute-probe if someone else already did so.
6040           Don't set a 2nd one if there is already one pending on the pad.
6041
6042         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6043         (do_playbin_seek):
6044           When a seek fails, ensure that playbin is still set back to playing.
6045           
6046         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6047         (mpeg_ts_type_find), (plugin_init):
6048           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6049
6050 2006-04-06  Andy Wingo  <wingo@pobox.com>
6051
6052         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6053         (gst_video_rate_init): Caps-related parameters should not be reset
6054         by a flush -- move their inits to the instance init function.
6055         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6056         is not OK, just return the result.
6057
6058         * gst/audiotestsrc/gstaudiotestsrc.c
6059         (gst_audio_test_src_class_init)
6060         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6061         broken by Stefan's commit on 24 March.
6062
6063         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6064         buffers being pushed out. Fixes oggmux ! multifdsink.
6065
6066 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6067
6068         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6069         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6070         * ext/vorbis/vorbisdec.h:
6071         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6072         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6073         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6074         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6075         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6076         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6077         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6078         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6079         (gst_vorbis_enc_buffer_from_packet),
6080         (gst_vorbis_enc_buffer_from_header_packet),
6081         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6082         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6083         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6084         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6085         (gst_vorbis_enc_change_state):
6086         * ext/vorbis/vorbisenc.h:
6087           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6088           vorbisenc adhere to the official nomenclature; use boilerplate
6089           macro.
6090
6091 2006-04-04  Andy Wingo  <wingo@pobox.com>
6092
6093         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6094         Whoops, fix bug introduced. Bad hacker!
6095         
6096         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6097         Properly handle the case where you get EOS before any buffers are
6098         received. Use gst_buffer_make_metadata_writable where appropriate.
6099
6100         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6101         is often negative -- make it signed so as not to wrap around.
6102         Fixes segfaults introduced on 9 March.
6103
6104 2006-04-03  Wim Taymans  <wim@fluendo.com>
6105
6106         * ext/theora/gsttheoradec.h:
6107         * ext/theora/theoradec.c: (theora_dec_src_event):
6108         Don't try to store a gdouble in a gboolean.
6109         Small cleanups.
6110
6111 2006-04-03  Michael Smith  <msmith@fluendo.com>
6112
6113         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6114           Oggmux sucks.
6115           Make it suck slightly less by writing out the final page.
6116           Still can't encode a vorbis-in-ogg file correctly, though.
6117
6118 2006-04-03  Andy Wingo  <wingo@pobox.com>
6119
6120         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6121         a g_print.
6122
6123         * ext/theora/theora.c (plugin_init): Register theoraparse.
6124
6125         * ext/theora/gsttheoraparse.h: 
6126         * ext/theora/theoraparse.c: New files implementing a theora
6127         parser. Now we can properly remux ogg/theora+vorbis, yay.
6128
6129         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6130
6131 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6132
6133         * gst/audiotestsrc/gstaudiotestsrc.c:
6134           Fixed the sample pipeline (see #323798)
6135
6136 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6137
6138         * configure.ac:
6139         * win32/common/config.h:
6140         * win32/common/config.h.in:
6141           use AS_VERSION and AS_NANO
6142           more cleanups
6143
6144 2006-03-31  Andy Wingo  <wingo@pobox.com>
6145
6146         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6147         uninitialized variable return that would happen.
6148         
6149         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6150         uninitialized variable return that would never happen.
6151
6152         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6153         (vorbis_parse_sink_event): Add an event function to flush our
6154         state on a seek, and to drain buffers on a premature EOS.
6155         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6156         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6157         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6158         (vorbis_parse_drain_queue): Queue up buffers until we can set
6159         their timestamps and granulepos values.
6160
6161         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6162         and keep track of data needed for deriving granulepos and
6163         timestamps for buffers.
6164
6165 2006-03-29  Wim Taymans  <wim@fluendo.com>
6166
6167         Patch by: j^ <j at bootlab dot org>
6168
6169         * ext/alsa/gstalsamixerelement.c:
6170         (gst_alsa_mixer_element_class_init):
6171         * ext/alsa/gstalsasink.c:
6172         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6173         * ext/ogg/gstoggdemux.c:
6174         * ext/ogg/gstoggmux.c:
6175         * ext/ogg/gstoggparse.c:
6176         * ext/pango/gstclockoverlay.c:
6177         * ext/pango/gsttextoverlay.c:
6178         * ext/pango/gsttextrender.c:
6179         * ext/pango/gsttimeoverlay.c:
6180         * ext/theora/theoradec.c:
6181         * ext/theora/theoraenc.c:
6182         * ext/vorbis/vorbisdec.c:
6183         * ext/vorbis/vorbisenc.c:
6184         * gst/audioconvert/gstaudioconvert.c:
6185         * gst/subparse/gstsubparse.c:
6186         * gst/tcp/gstmultifdsink.c:
6187         * gst/tcp/gsttcpclientsink.c:
6188         * gst/tcp/gsttcpclientsrc.c:
6189         * gst/tcp/gsttcpserversink.c:
6190         * gst/tcp/gsttcpserversrc.c:
6191           better/unified long descriptions
6192           Fixes #336477
6193
6194 2006-03-29  Wim Taymans  <wim@fluendo.com>
6195
6196         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6197         (stop_seek):
6198         Don't let double and triple clicks mess up our state.
6199
6200 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6201
6202         * gst/playback/gstplaybin.c: (gen_video_element),
6203         (gen_text_element), (gen_audio_element), (gen_vis_element):
6204           Error out gracefully when we can't create any of the usual
6205           conversion elements for some reason. Also, don't try to
6206           create an audioscale (sic) element that's not used anyway.
6207
6208 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6209
6210         * gst/playback/gstplaybasebin.c: (setup_source):
6211           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6212           element for a particular protocol, that's confusing for users.
6213           Instead, post a RESOURCE_FAILED error, so that our own error
6214           message is actually shown in totem etc. (#336303).
6215
6216 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6217
6218         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6219
6220         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6221         (gst_gnome_vfs_src_get_icy_metadata):
6222           Fix some minor memory leaks (#336194).
6223
6224 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6225
6226         * ext/gnomevfs/gstgnomevfs.c:
6227         (gst_gnome_vfs_location_to_uri_string):
6228         * ext/gnomevfs/gstgnomevfs.h:
6229         * ext/gnomevfs/gstgnomevfssink.c:
6230         (gst_gnome_vfs_sink_set_property):
6231         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6232           Make gnomevfssink accept filenames as well as URIs for the
6233           "location" property, just like gnomevfssrc does (and
6234           filesrc/filesink do) (#336190).
6235
6236 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6237
6238         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6239           set to NULL before unreffing, fixes a valgrind leak.
6240           Why was this not triggering the error that an object needs to
6241           be NULL before unreffing ?
6242         * win32/common/config.h:
6243           update
6244
6245 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6246
6247         * gst/subparse/gstsubparse.c: (convert_encoding),
6248         (gst_sub_parse_change_state):
6249         * gst/subparse/gstsubparse.h:
6250           Text subtitle files may or may not be UTF-8. If it's not, we
6251           don't really want to see '?' characters in place of non-ASCII
6252           characters like accented characters. So let's assume the input
6253           is UTF-8 until we come across text that is clearly not. If it's
6254           not UTF-8, we don't really know what it is, so try the following:
6255           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6256           is set; if not, check (b) if the current locale encoding is
6257           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6258           the current locale encoding is UTF-8 and the environment variable
6259           was not set to any particular encoding. Not perfect, but better
6260           than nothing (and better than before, I think) (fixes #172848).
6261
6262 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6263
6264         * configure.ac:
6265           update core requirement to 0.10.4.1 because of async_playback
6266           vmethod on GstBaseSink
6267
6268 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6269
6270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6271         * gst/adder/gstadder.c: (gst_adder_init):
6272         use DEBUG_FUNCPTR for collectpads
6273
6274 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6275
6276         * docs/plugins/Makefile.am:
6277         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6278         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6279         * ext/cdparanoia/gstcdparanoiasrc.c:
6280         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6281         (gst_gnome_vfs_sink_class_init):
6282         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6283         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6284         * ext/ogg/gstoggmux.c:
6285         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6286         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6287         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6288         * ext/pango/gsttextoverlay.c:
6289         * ext/pango/gsttextrender.c:
6290         * ext/theora/theoradec.c:
6291         * ext/theora/theoraenc.c:
6292         * ext/vorbis/vorbisdec.c:
6293         * ext/vorbis/vorbisenc.c:
6294         * gst-libs/gst/audio/gstaudiofilter.c:
6295         (gst_audio_filter_base_init):
6296         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6297         (gst_audio_filter_template_base_init):
6298         * gst/adder/gstadder.c: (gst_adder_get_type):
6299         * gst/adder/gstadder.h:
6300         * gst/audioconvert/gstaudioconvert.c:
6301         * gst/audiotestsrc/gstaudiotestsrc.c:
6302         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6303         (gst_audio_test_src_create):
6304         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6305         * gst/playback/gstdecodebin.c:
6306         * gst/playback/gstplaybin.c:
6307         * gst/playback/gststreamselector.c:
6308         (gst_stream_selector_base_init):
6309         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6310         * gst/volume/gstvolume.c:
6311         * sys/v4l/gstv4lmjpegsink.c:
6312         * sys/v4l/gstv4lmjpegsrc.c:
6313         * tests/check/libs/cddabasesrc.c:
6314         * tests/old/examples/gob/gst-identity2.gob:
6315           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6316           define GstElementDetails at the top
6317
6318 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6319
6320         * win32/common/libgstinterfaces.def:
6321         Add a lot of export functions for gst-python
6322         * win32/vs6/libgstinterfaces.dsp:
6323         Add a missing include folder in the project configuration
6324         
6325 2006-03-23  Wim Taymans  <wim@fluendo.com>
6326
6327         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6328         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6329         (gst_base_audio_src_change_state):
6330         Fix audio sources, forgot to make the ringbuffer
6331         startable...
6332
6333 2006-03-23  Wim Taymans  <wim@fluendo.com>
6334
6335         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6336         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6337         (gst_base_audio_src_change_state):
6338         unparent instead of unref the ringbuffer.
6339
6340 2006-03-23  Wim Taymans  <wim@fluendo.com>
6341
6342         * gst-libs/gst/audio/gstbaseaudiosink.c:
6343         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6344         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6345         Implement new async_play vmethod to start slaving and allow
6346         playback start in case of async PLAY state changes. 
6347
6348         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6349         Enable QoS with new method in base class.
6350
6351 2006-03-23  Wim Taymans  <wim@fluendo.com>
6352
6353         Patch by: Julien MOUTTE <julien at moutte dot net>
6354
6355         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6356         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6357         Partially handle 0 framerate, only EOS after the first frame
6358         is missing.
6359
6360 2006-03-23  Wim Taymans  <wim@fluendo.com>
6361
6362         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6363
6364         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6365         (gst_riff_create_video_template_caps):
6366         * gst/ffmpegcolorspace/avcodec.h:
6367         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6368         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6369         (gst_ffmpegcsp_avpicture_fill):
6370         * gst/ffmpegcolorspace/imgconvert.c:
6371         Patch for support of YVU9 AVI files (#334822)
6372
6373 2006-03-22  Edward Hervey  <edward@fluendo.com>
6374
6375         * docs/design/design-decodebin.txt:
6376         Added design document for new decodebin
6377         (Target Caps): text/x-pango-markup is also a default target caps.
6378
6379 2006-03-22  Wim Taymans  <wim@fluendo.com>
6380
6381         * gst-libs/gst/audio/gstbaseaudiosink.c:
6382         (gst_base_audio_sink_dispose):
6383         Since we _parent the ringbuffer, we also need to
6384         _unparent instead of a plain _unref.
6385
6386 2006-03-22  Wim Taymans  <wim@fluendo.com>
6387
6388         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6389         (stop_seek), (scrub_toggle_cb), (main):
6390         Add scrub checkbox.
6391
6392 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6393
6394         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6395         (gst_ogg_parse_chain):
6396           Fix very inefficient usage of linked lists (#335365).
6397
6398 2006-03-21  Edward Hervey  <edward@fluendo.com>
6399
6400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6401         * gst/playback/gstplaybin.c: (handoff):
6402         * gst/playback/gststreamselector.c:
6403         (gst_stream_selector_set_property):
6404         gcc 4.1 unreferenced pointer fixes.
6405         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6407         gst_buffer_ref() now takes a GstBuffer*.
6408
6409 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6410
6411         * sys/xvimage/xvimagesink.c:
6412         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6413         by Jan Schmidt.
6414
6415 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6416
6417         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6418         (id3v1_type_find), (apetag_type_find), (plugin_init):
6419           Can't do tag preferences via probability, as tags would then
6420           lose against types that are recognised with MAXIMUM probability
6421           (like .wav); so let all tag typefinders return MAXIMUM themselves
6422           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6423           that we can prefer APE to ID3v1 (fixes #335028).
6424           
6425 2006-03-17  Wim Taymans  <wim@fluendo.com>
6426
6427         * gst-libs/gst/audio/gstbaseaudiosink.c:
6428         (gst_base_audio_sink_change_state):
6429         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6430         (gst_ring_buffer_may_start):
6431         * gst-libs/gst/audio/gstringbuffer.h:
6432         Only start playback if we are playing.
6433         should fix #330748.
6434
6435 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6436
6437         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6438         * win32/common/config.h:
6439           Revert accidental commits to these files.
6440
6441 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6442
6443         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6444
6445         * tests/Makefile.am:
6446           Don't try to build tests in tests/icles if we
6447           don't have X (#323852)
6448
6449 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6450
6451         * gst-libs/gst/tag/gstid3tag.c:
6452           Add TXXX frame identifiers for replaygain stuff as used
6453           by some taggers (see #323721).
6454
6455 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6456
6457         * gst/playback/gststreamselector.c:
6458         (gst_stream_selector_set_property),
6459         (gst_stream_selector_bufferalloc):
6460           Preserve the existing buggy streamselector behaviour by performing
6461           a fallback buffer allocation when downstream isn't linked yet.
6462           This should really be fixed in playbin by blocking pads until it's
6463           linked them.
6464           Also, use gst_pad_alloc_buffer instead of
6465           gst_pad_alloc_buffer_and_set.
6466
6467 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6468
6469         * gst-libs/gst/tag/gstid3tag.c:
6470           Don't crash on unknown ID3v2 TXXX frames.
6471           
6472 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6473
6474         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6475           Chain up to the parent finalize method.
6476           Add 32-bit sample size to the template caps.
6477
6478         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6479         (gst_riff_create_video_template_caps):
6480           Add the fourcc that the VMWare codec uses.
6481           
6482         * gst/playback/gststreamselector.c:
6483         (gst_stream_selector_set_property),
6484         (gst_stream_selector_bufferalloc),
6485         (gst_stream_selector_request_new_pad):
6486           For the active pad, forward buffer-alloc requests, otherwise
6487           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6488           having to memcpy every frame when used by playbin.
6489
6490         * gst/tcp/gstmultifdsink.c:
6491         (gst_multi_fd_sink_handle_client_write):
6492           Get negotiated caps from the sink pad, rather than the sink
6493           pad's peer.
6494
6495 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6496
6497         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6498         
6499         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6500           Don't forget to set src->callbacks_pushed to FALSE again when
6501           popping them, otherwise re-activation in a different mode won't
6502           work (#334620).
6503
6504 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6505
6506         Patch by: Sebastien Moutte  <sebastien moutte net>
6507
6508         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6509         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6510         (gst_ffmpeg_smpfmt_to_caps):
6511           Replace __VA_ARGS__ caps creation macros with varargs functions.
6512           Makes things compile on MSVC (#320765), looks nicer, and we can
6513           tell the compiler to check for the NULL terminator.
6514
6515 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6516
6517         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6518
6519         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6520           Make sure the buffer we copy into is really always big
6521           enough, this time for real (#333488).
6522           
6523 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6524
6525         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6526           Add support for 24bpp DIB (#305279).
6527
6528 2006-03-14  Wim Taymans  <wim@fluendo.com>
6529
6530         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6531         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6533         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6534         (gst_video_scale_init), (gst_video_scale_src_event):
6535         Re-enable QoS after the release.
6536         Rework videoscale to use the base class src_event handler.
6537
6538 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6539
6540         * configure.ac:
6541           back to CVS.
6542
6543 === release 0.10.5 ===
6544
6545 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6546
6547         * configure.ac:
6548           releasing 0.10.5, "Net"
6549
6550 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6551
6552         * docs/plugins/Makefile.am:
6553           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6554           
6555 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6556
6557         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6558         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6559         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6560           Add cdparanoiasrc to docs.
6561
6562         * gst-libs/gst/cdda/gstcddabasesrc.c:
6563           More GstCddaBaseSrc docs.
6564
6565 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         * docs/libs/gst-plugins-base-libs-sections.txt:
6568         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6569         * gst-libs/gst/tag/tag.h:
6570           API: libgsttag: new method gst_tag_from_id3_user_tag().
6571
6572 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6573
6574         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6575           NULL-terminate array of mpeg4 video file extensions.
6576           Fixes crash on PPC (#334226).
6577
6578 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6579
6580         * ext/gnomevfs/gstgnomevfssrc.c:
6581         (gst_gnome_vfs_src_check_get_range):
6582           gnome_vfs_uri_is_local() alone is not a good indicator
6583           whether we can operate in pull-mode with a specific URI,
6584           as it returns FALSE for file:// URIs that point to an
6585           NFS-mounted path. Be more conservative here: whitelist
6586           local files, blacklist http URIs and use the old
6587           mechanism for anything else (fixes #334216).
6588
6589 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6590
6591         * configure.ac:
6592           back to trunk
6593
6594 === release 0.10.4 ===
6595
6596 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6597
6598         * configure.ac:
6599           releasing 0.10.4, "Power"
6600
6601 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6602
6603         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6604         Disable max-lateness by setting it to -1 for now, so that 
6605         we can bed QoS stuff in thoroughly between now and the next
6606         release.
6607
6608 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6609
6610         Patch by: Fabrizio Gennari
6611
6612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6613           Make sure we don't read beyond the palette buffer in case of
6614           broken or manipulated files (#333488)
6615
6616 2006-03-10  Edward Hervey  <edward@fluendo.com>
6617
6618         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6619         Fix for variable not initialized.
6620
6621 2006-03-09  Wim Taymans  <wim@fluendo.com>
6622
6623         * ext/libvisual/visual.c: (gst_visual_get_type),
6624         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6625         (gst_visual_chain):
6626         Small cleanups.
6627
6628         * ext/theora/gsttheoradec.h:
6629         * ext/theora/theoradec.c: (gst_theora_dec_init),
6630         (gst_theora_dec_reset), (_theora_granule_time),
6631         (theora_dec_src_convert), (theora_dec_sink_convert),
6632         (theora_dec_src_query), (theora_dec_src_event),
6633         (theora_dec_sink_event), (theora_handle_comment_packet),
6634         (theora_handle_header_packet), (theora_dec_push),
6635         (theora_handle_data_packet), (theora_dec_chain),
6636         (theora_dec_change_state):
6637         Add simple QoS.
6638
6639 2006-03-09  Wim Taymans  <wim@fluendo.com>
6640
6641         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6642         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6643         Some cleanups.
6644
6645 2006-03-09  Wim Taymans  <wim@fluendo.com>
6646
6647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6648         Don't try to activate NULL chains.
6649
6650 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6651
6652         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6653           Fix invalid memory access to region before peek'd data (#332964).
6654
6655 2006-03-09  Wim Taymans  <wim@fluendo.com>
6656
6657         Patch by: Christophe Fergeau
6658
6659         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6660         * ext/pango/gsttextrender.c: (gst_text_render_init):
6661         * gst/adder/gstadder.c: (gst_adder_init):
6662         Don't leak padtemplates, closes #333510.
6663
6664 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6665
6666         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6667           Fix invalid memory access: make sure string passed to
6668           regexec() is NUL-termianted.
6669
6670 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6671
6672         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6673         (mp3_type_find):
6674           Refactor mpeg/audio typefinding to make it more maintainable
6675           and easier to fine-tune. Make probing into middle of the file
6676           work properly (fixes #333900, also see #152688).
6677
6678 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6679
6680         * gst/typefind/gsttypefindfunctions.c:
6681         (utf8_type_find_have_valid_utf8_at_offset):
6682           Remove part from previous commit that was bogus:
6683           g_utf8_validate() does in fact not accept embedded
6684           zeroes, so we don't need to check for those (thanks
6685           to Mike for the hint).
6686
6687 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6688
6689         * gst/typefind/gsttypefindfunctions.c:
6690         (utf8_type_find_count_embedded_zeroes),
6691         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
6692           Make plain/text typefinder more conservative: firstly, check
6693           for embedded zeroes, which are perfectly valid UTF-8 characters,
6694           but also a fairly good sign that something is not a plain text
6695           file; secondly, probe into the middle of the file if possible.
6696           If we can't probe into the middle, limit the probability value
6697           to be returned to TYPE_FIND_POSSIBLE (see #333900).
6698
6699 2006-03-08  Michael Smith  <msmith@fluendo.com>
6700
6701         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6702           Make typefind function name for mpeg4 video unique.
6703
6704 2006-03-08  Wim Taymans  <wim@fluendo.com>
6705
6706         * ext/libvisual/visual.c: (gst_visual_init),
6707         (gst_visual_clear_actors), (gst_visual_dispose),
6708         (gst_visual_reset), (gst_visual_src_setcaps),
6709         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
6710         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
6711         (gst_visual_chain), (gst_visual_change_state):
6712         Cleanups, post nice errors.
6713         Handle sink and src events.
6714         Implement simple QoS.
6715
6716         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6717         Use new basesink methods to configure max-lateness.
6718         Small doc update.
6719
6720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6721         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
6722         Debug statement cleanups.
6723
6724         * gst/volume/gstvolume.c: (gst_volume_class_init):
6725         Simple cleanup.
6726
6727 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6728
6729         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
6730         (gst_text_overlay_init), (gst_text_overlay_set_property),
6731         (gst_text_overlay_get_property):
6732           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
6733           as string type properties, but mark them deprecated. Add
6734           'halignment' and 'valignment' properties that use enums
6735           instead of strings.
6736
6737 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6738
6739         Patch by: Fabrizio Gennari
6740
6741         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6742           Allow palettes with less than 256 colours in AVI files
6743           (#333488)
6744
6745 2006-03-07  Julien MOUTTE  <julien@moutte.net>
6746
6747         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
6748         (gst_text_overlay_video_event): Fix wrong EOS handling on text
6749         pad. We were releasing the queued text buffer when we should keep
6750         it until video pad gets EOS or discard the text buffer because it's
6751         too old. That was eating the last subtitle buffer. Add some more
6752         debug.
6753
6754 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
6757         (gst_text_overlay_video_chain):
6758           Fix invalid memory access (we can't access a buffer after it's been
6759           pushed downstream without taking a reference); fix memory leak (if
6760           there's no text to render, bail out before allocating stuff).
6761
6762 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6763
6764         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6765         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
6766         * ext/pango/gsttextoverlay.h:
6767           If input is plain text, escape it before passing it to
6768           pango_layout_set_markup().
6769
6770 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6771
6772         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
6773           Don't ignore flow return from gst_pad_push().
6774
6775 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
6776
6777         Patch by: Fabrizio Gennari
6778
6779         * ext/libvisual/visual.c: (gst_visual_getcaps),
6780         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
6781         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
6782         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
6783         (gst_vorbisenc_convert_sink):
6784         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
6785         (gst_audio_duration_from_pad_buffer):
6786         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
6787         (gst_audio_filter_chain):
6788         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6789         (gst_base_rtp_depayload_setcaps):
6790         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
6791         (gst_video_get_size):
6792         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6793           Don't leak references returned by gst_pad_get_parent()
6794           (#333663)
6795
6796 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
6797
6798         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
6799           change location param details
6800         * gst/volume/gstvolume.c: (plugin_init):
6801           correct plugin description
6802
6803 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6804
6805         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6806         (gst_gnome_vfs_src_check_get_range):
6807           Override GstBaseSrc::check_get_range() in order to avoid opening
6808           the resource just to check whether we can operate in pull-mode or
6809           not - we can predict that pretty well from the URI alone. Should
6810           fix problems with last.fm (#331690). (Requires latest core CVS).
6811
6812 2006-03-06  Wim Taymans  <wim@fluendo.com>
6813
6814         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6815         (gst_video_sink_class_init):
6816         Throw away frames that are later than 20 ms.
6817
6818 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
6819
6820         Patch by: Fabrizio Gennari
6821
6822         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6823           Set depth on WMA caps (#333545)
6824
6825 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6826
6827         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6828         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6829           put Theora BOS pages before others.  This hardcodes
6830           the Ogg/Theora I profile, but hey.
6831
6832 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6833
6834         * ext/ogg/README:
6835           updated with some examples
6836         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
6837         (granulepos_add), (theora_buffer_from_packet):
6838         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
6839         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
6840         (gst_vorbisenc_chain):
6841           implement strategy from ext/ogg/README
6842         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
6843         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6844         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
6845         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
6846           Fix muxer so that oggz-validate is happy with all streams;
6847           except for no eos mark, and the BOS page ordering
6848         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6849         (check_buffer_granulepos):
6850         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
6851           update tests to check for OFFSET being set as requested
6852           fixed type of granulepos, it's not a ClockTime
6853
6854 2006-03-05  Julien MOUTTE  <julien@moutte.net>
6855
6856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6857         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6858         Check that the xvimage we are creating has a correct size
6859         before returning it. (#314897)
6860
6861 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6862
6863         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6864           Give id3 and ape tag typefinders a rank slightly higher
6865           than PRIMARY to ensure they're always run before any of
6866           the other typefinders (in particular wav and mp3) (#324186).
6867
6868 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
6869
6870         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6871           Add support for '3IVD' fourcc (#333403).
6872
6873 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
6874
6875         * configure.ac:
6876           Bump requirements to GStreamer CVS for the new error enum.
6877
6878         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
6879           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
6880           space left on the device (fixes #333352).
6881
6882 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
6883
6884         * win32/vs6:
6885           add a project file for libgstvolume
6886           update the workspace
6887
6888 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6889
6890         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6891         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
6892         (GST_START_TEST):
6893           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
6894           Set IN_CAPS on header buffers
6895
6896 2006-03-02  Wim Taymans  <wim@fluendo.com>
6897
6898         * docs/plugins/Makefile.am:
6899         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6900         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6901         Add audioresample to docs.
6902
6903         * gst/audioconvert/gstaudioconvert.c:
6904         Add revision date.
6905
6906         * gst/audioresample/gstaudioresample.c:
6907         (gst_audioresample_base_init), (gst_audioresample_class_init),
6908         (gst_audioresample_init), (gst_audioresample_dispose),
6909         (audioresample_get_unit_size), (audioresample_transform_caps),
6910         (resample_set_state_from_caps), (audioresample_transform_size),
6911         (audioresample_set_caps), (audioresample_event),
6912         (audioresample_do_output), (audioresample_transform),
6913         (audioresample_pushthrough), (gst_audioresample_set_property),
6914         (gst_audioresample_get_property), (plugin_init):
6915         * gst/audioresample/gstaudioresample.h:
6916         Added docs.
6917         Small code cleanups.
6918
6919 2006-03-02  Wim Taymans  <wim@fluendo.com>
6920
6921         * docs/plugins/Makefile.am:
6922         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6923         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6924         Added videoscale to docs.
6925
6926         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
6927         (gst_video_rate_swap_prev), (gst_video_rate_event),
6928         (gst_video_rate_chain):
6929         Fix typo in docs.
6930
6931         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6932         (gst_video_scale_init), (gst_video_scale_prepare_size),
6933         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
6934         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
6935         * gst/videoscale/gstvideoscale.h:
6936         Added docs, examples.
6937         Some code cleanups.
6938         Post errors instead of g_warning.
6939
6940 2006-03-02  Wim Taymans  <wim@fluendo.com>
6941
6942         * docs/libs/gst-plugins-base-libs-docs.sgml:
6943         * docs/libs/gst-plugins-base-libs-sections.txt:
6944         * docs/libs/gst-plugins-base-libs.types:
6945         * docs/plugins/Makefile.am:
6946         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6947         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6948         Added some more docs to libs and plugins.
6949
6950         * gst-libs/gst/audio/gstringbuffer.c:
6951         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
6952         * gst-libs/gst/audio/gstringbuffer.h:
6953         Document ringbuffer some more.
6954
6955         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
6956         (gst_video_rate_setcaps), (gst_video_rate_reset),
6957         (gst_video_rate_init), (gst_video_rate_flush_prev),
6958         (gst_video_rate_swap_prev), (gst_video_rate_event),
6959         (gst_video_rate_chain), (gst_video_rate_change_state):
6960         * gst/videorate/gstvideorate.h:
6961         Fix videorate to use segments.
6962         Make it work with 0/1 framerates (closes #331903)
6963         Handle EOS correctly.
6964         Added docs.
6965
6966 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6967
6968         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
6969         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
6970         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
6971           In state change function, first chain up to parent class,
6972           then handle downwards state change stuff. Remove some
6973           commented out cruft from 0.8 code.
6974
6975 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
6976
6977         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6978         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6979         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
6980         (gst_ogm_parse_chain):
6981           Don't remove/re-add source pad if the new caps are the same as
6982           the old caps anyway (#333042). When removing source pad, don't
6983           unref it afterwards - we didn't ref it when adding. Sprinkle some
6984           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
6985           after using gst_pad_get_parent(). Return downstream flow return
6986           value in chain function.
6987
6988 2006-03-02  Wim Taymans  <wim@fluendo.com>
6989
6990         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6991         * docs/plugins/gst-plugins-base-plugins.args:
6992         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6993         * docs/plugins/gst-plugins-base-plugins.interfaces:
6994         * docs/plugins/gst-plugins-base-plugins.signals:
6995         Fix hierarchy, added some more elements to the docs.
6996
6997         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6998         (gst_ffmpegcsp_get_type):
6999         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7000         Fix docs for ffmpegcolorspace.
7001
7002 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7003
7004         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7005         (apetag_type_find), (ape_type_find), (plugin_init):
7006           Some typefinding fine-tuning:
7007           - rank ID3/APE tags in order of preference via probabilities, so that
7008             ID3v2 > APEv2 > APEv1 > ID3v1.
7009           - three or four bytes don't really justify MAXIMUM probability,
7010             change those to 'very likely' (musepack and monkeysaudio).
7011
7012 2006-03-01  Wim Taymans  <wim@fluendo.com>
7013
7014         * docs/plugins/Makefile.am:
7015         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7016         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7017         * ext/alsa/gstalsamixer.c:
7018         * ext/alsa/gstalsamixer.h:
7019         * ext/alsa/gstalsamixerelement.c:
7020         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7021         * ext/alsa/gstalsamixerelement.h:
7022         * ext/alsa/gstalsasink.c:
7023         * ext/alsa/gstalsasink.h:
7024         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7025         (gst_alsasrc_init):
7026         * ext/alsa/gstalsasrc.h:
7027         Added alsa docs.
7028         Small code cleanups.
7029
7030 2006-03-01  Wim Taymans  <wim@fluendo.com>
7031
7032         * ext/theora/Makefile.am:
7033         Dist new header too,
7034
7035 2006-03-01  Wim Taymans  <wim@fluendo.com>
7036
7037         * docs/plugins/Makefile.am:
7038         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7039         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7040         * ext/gnomevfs/gstgnomevfssink.h:
7041         * ext/gnomevfs/gstgnomevfssrc.h:
7042         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7043         * ext/vorbis/vorbisdec.h:
7044         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7045         * ext/vorbis/vorbisenc.h:
7046         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7047         (vorbis_parse_chain), (vorbis_parse_change_state):
7048         * ext/vorbis/vorbisparse.h:
7049         * gst/audioconvert/gstaudioconvert.h:
7050         * gst/tcp/gsttcpserversink.h:
7051         * gst/videotestsrc/gstvideotestsrc.c:
7052         * gst/videotestsrc/gstvideotestsrc.h:
7053         * gst/volume/gstvolume.c:
7054         * gst/volume/gstvolume.h:
7055         Fix some more docs.
7056         Added docs for vorbisdec and vorbisparse.
7057         Fix vorbisparse.
7058
7059 2006-03-01  Wim Taymans  <wim@fluendo.com>
7060
7061         * docs/plugins/Makefile.am:
7062         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7063         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7064         * ext/pango/gstclockoverlay.h:
7065         * ext/pango/gsttextoverlay.h:
7066         * ext/pango/gsttextrender.h:
7067         * ext/pango/gsttimeoverlay.h:
7068         * ext/theora/gsttheoradec.h:
7069         * ext/theora/gsttheoraenc.h:
7070         * ext/theora/theoradec.c:
7071         * ext/theora/theoraenc.c:
7072         * gst/audioconvert/gstaudioconvert.h:
7073         * gst/audiotestsrc/gstaudiotestsrc.h:
7074         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7075         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7076         * gst/tcp/gstmultifdsink.h:
7077         Updated/added documentation.
7078
7079         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7080         (gst_text_overlay_halign_get_type),
7081         (gst_text_overlay_wrap_mode_get_type),
7082         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7083         (gst_text_overlay_init), (gst_text_overlay_set_property),
7084         (gst_text_overlay_get_property):
7085         Fix up properties to be enums instead of string to make bindings,
7086         introspection and automatic GUI creation possible.
7087         Add getters for the properties.
7088
7089 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7090
7091         * gst/audiotestsrc/gstaudiotestsrc.c:
7092           added defines of M_PI and M_PI_2
7093         * gst/ffmpegcolorspace/avcodec.h:
7094           removed #include "stdint.h" for win32 as _stdint.h is 
7095           autogenerated to win32/common
7096         * win32/common/libgstaudio.def:
7097         * win32/common/libgsttag.def:
7098           added some exports
7099         * win32/vs6:
7100           some project files bugs corrected
7101         * win32/vs7:
7102           project files are reset to the default vs7 configuration 
7103           (they link to msvcr71.dll using default optimizations)
7104           
7105 2006-02-28  Wim Taymans  <wim@fluendo.com>
7106
7107         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7108         Fix some docs.
7109
7110 2006-02-28  Edward Hervey  <edward@fluendo.com>
7111
7112         * ext/alsa/gstalsasrc.c:
7113         Set proper class on the ElementDetails:
7114         Source/Audio instead of Src/Audio/
7115
7116 2006-02-28  Edward Hervey  <edward@fluendo.com>
7117
7118         * gst/videoscale/vs_scanline.c:
7119         (vs_scanline_resample_nearest_RGBA):
7120         Revert optimization in videoscale. It should go in liboil and have
7121         an appropriate liboil function.
7122
7123 2006-02-28  Wim Taymans  <wim@fluendo.com>
7124
7125         * gst-libs/gst/audio/gstbaseaudiosink.c:
7126         (gst_base_audio_sink_provide_clock):
7127         Don't try to provide a clock in the NULL state.
7128
7129 2006-02-28  Wim Taymans  <wim@fluendo.com>
7130
7131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7132         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7133         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7134         (gst_ogg_demux_deactivate_current_chain),
7135         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7136         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7137         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7138         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7139         Use GstSegment infrastructure to remove duplicated code
7140         and handle more seek cases correctly.
7141
7142 2006-02-28  Wim Taymans  <wim@fluendo.com>
7143
7144         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7145         (gst_ffmpegcsp_transform):
7146         Don't ignore return code from ffmpeg convert function.
7147
7148         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7149         Split out some long statements to ease debugging.
7150
7151 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7152
7153         * ext/libvisual/visual.c: (gst_visual_init),
7154         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7155         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7156         being able to renegotiate the size. Instead, use the negotiation
7157         algorithm from the goom plugin to pick an initial output caps. 
7158
7159         Also, allow theoretical libvisual plugins that might support non-GL 
7160         output even if they also do GL.
7161
7162 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7163
7164         * ext/libvisual/visual.c: (gst_visual_init),
7165         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7166         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7167         possible negotiation issues.
7168
7169 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7170
7171         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7172
7173 2006-02-24  Michael Smith  <msmith@fluendo.com>
7174
7175         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7176         (cmml_type_find), (plugin_init):
7177           Fix CMML type find function to not require a specific minor version
7178           of the CMML header.
7179
7180           Add an MPEG4 video elementary stream typefind function.
7181
7182 2006-02-04  Michael Smith  <msmith@fluendo.com>
7183
7184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7185         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7186         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7187         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7188         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7189         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7190           Annodex support in ogg demuxer. Doesn't do very much without the
7191           other annodex patches (to come).
7192
7193 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7194
7195         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7196
7197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7198           Pick up palette for MS video v1 (#327028)
7199
7200 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7201
7202         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7203         (gst_ffmpegcsp_caps_remove_format_info),
7204         (gst_ffmpegcsp_get_unit_size):
7205           The 'palette_data' field from incoming RGB caps shouldn't be
7206           proxied on outgoing YUV caps; also, restrict unit size
7207           adjustment in case of paletted data only to the unit that
7208           actually has a palette. Fixes #330711.
7209
7210 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7213         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7214         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7215         (gst_ffmpegcsp_get_unit_size):
7216           Plug some memory leaks.
7217
7218 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7219
7220         * sys/ximage/Makefile.am:
7221         * sys/xvimage/Makefile.am:
7222           Add some _CFLAGS and _LIBS that seem to be missing
7223           and/or required for Cygwin (see #317048).
7224
7225 2006-02-22  Wim Taymans  <wim@fluendo.com>
7226
7227         * ext/alsa/gstalsasrc.c:
7228         Fix description as pointed out by caugier.
7229
7230 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7231
7232         Reviewed by : Edward Hervey  <edward@fluendo.com>
7233
7234         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7235         (qt_type_find):
7236         Better 3gp typefinding (#331526).
7237
7238 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7239
7240         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7241           Don't send EOS event here, the base class will send one for us.
7242
7243         * gst/playback/gstplaybasebin.c: (prepare_output):
7244           Subpictures without video stream aren't allowed either.
7245         
7246         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7247           Fix debug statement copy'n'paste-o.
7248
7249 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7250
7251         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7252           Fix issues with mixer keeping state when muting/unmuting
7253           and when changing the volume whilst muted (see #331763
7254           and #331765).
7255
7256 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7257
7258         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7259         (parse_subrip), (gst_sub_parse_format_autodetect):
7260           Set right caps given that we send escaped text. Also,
7261           honour <i></i>, <b></b> and <u></u> markers that can be found
7262           in .srt files (fixes #310202).
7263
7264 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7265
7266         * gst-libs/gst/audio/mixerutils.c:
7267         (element_factory_rank_compare_func):
7268           Make order in which elements are tried more determinable.
7269
7270 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7271
7272         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7273         (remove_element_chain), (cleanup_decodebin),
7274         (gst_decode_bin_change_state): Make decodebin reusable by
7275         fixing remove_element_chain first and then introduce a
7276         cleaner in state change to ->NULL. (Closes #331678)
7277
7278 2006-02-19  Wim Taymans  <wim@fluendo.com>
7279
7280         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7281         use 0666 mask when creating files so umask gets applied
7282         correctly. Fixes #331295.
7283
7284 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7285
7286         * gst/subparse/Makefile.am:
7287         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7288         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7289         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7290         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7291         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7292         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7293         * gst/subparse/gstssaparse.h:
7294         * gst/subparse/gstsubparse.c: (plugin_init):
7295           Add very basic parser for SSA subtitle streams (as often
7296           found in matroska files).
7297
7298 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7299
7300         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7301           That should be text/x-pango-markup, not text/x-pango-layout.
7302
7303 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7304
7305         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7306         Polishing.
7307
7308 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7309
7310         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7311         (gst_text_overlay_finalize), (gst_text_overlay_init),
7312         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7313         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7314         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7315         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7316         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7317         Fix state change deadlock.
7318
7319 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7320
7321         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7322         (gst_text_overlay_finalize), (gst_text_overlay_init),
7323         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7324         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7325         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7326         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7327         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7328         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7329         and subtitles files.
7330
7331 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7332
7333         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7334         should be considered as raw.
7335
7336 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7337
7338         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7339         (cb_probe):
7340         * gst/playback/gststreaminfo.h: Introduce language informations.
7341
7342 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7343
7344         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7345         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7346         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7347         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7348         Set shared memory segments to be deleted as soon as we have attached,
7349         that way they get cleaned up automatically if we crash.
7350
7351 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7352
7353         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7354         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7355         functions are called with lock held.
7356
7357 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7358
7359         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7360         (gst_text_overlay_finalize), (gst_text_overlay_init),
7361         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7362         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7363         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7364         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7365         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7366         (gst_text_overlay_change_state): Refactoring of textoverlay
7367         without collectpads. This now supports sparse subtitles coming
7368         from a demuxer instead of a sub file. Seeking is still broken 
7369         though. Need to discuss with wtay some more on how to handle
7370         seeking correctly.
7371         * ext/pango/gsttextoverlay.h:
7372         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7373         subtitles coming from the demuxer.
7374
7375 2006-02-17  Wim Taymans  <wim@fluendo.com>
7376
7377         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7378         (gst_vorbisenc_convert_sink):
7379         Use some more scaling functions.
7380
7381 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7382
7383         * ext/cdparanoia/gstcdparanoiasrc.c:
7384         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7385         (gst_cd_paranoia_paranoia_callback),
7386         (gst_cd_paranoia_src_signal_is_being_watched),
7387         (gst_cd_paranoia_src_read_sector):
7388         * ext/cdparanoia/gstcdparanoiasrc.h:
7389           Add back 'transport-error' and 'uncorrected-error' signals and
7390           make them actually be fired when bad stuff happens (#319340).
7391
7392 2006-02-17  Wim Taymans  <wim@fluendo.com>
7393
7394         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7395         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7396         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7397         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7398         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7399         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7400         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7401         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7402         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7403         (gst_ring_buffer_clear):
7404         Small cleanups.
7405         Added some G_LIKELY.
7406
7407 2006-02-17  Wim Taymans  <wim@fluendo.com>
7408
7409         * gst-libs/gst/audio/TODO:
7410         Update TODO
7411
7412         * gst-libs/gst/audio/gstbaseaudiosink.c:
7413         (gst_base_audio_sink_get_offset):
7414         When trying to play samples ASAP and we don't have a
7415         previous sample, try to play at position 0 instead of
7416         an invalid position.
7417
7418 2006-02-17  Wim Taymans  <wim@fluendo.com>
7419
7420         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7421         (gst_alsasink_reset):
7422         Also release lock when we get an error in _reset();
7423         fix an error message.
7424
7425 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7426
7427         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7428         (gst_alsasink_init), (get_channel_free_structure),
7429         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7430         (gst_alsasink_close):
7431         * ext/alsa/gstalsasink.h:
7432           Add support for more than 2 channels (#326720).
7433
7434 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7435
7436         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7437           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7438           with 4 or 6 channels, assume a default channel layout to make things
7439           work (not sure there's anything else we can do in those cases).
7440
7441 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7442
7443         * gst-libs/gst/audio/multichannel.c:
7444           Minor docs fix.
7445
7446         * gst-libs/gst/riff/Makefile.am:
7447         * gst-libs/gst/riff/riff-ids.h:
7448         * gst-libs/gst/riff/riff-media.c:
7449         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7450           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7451           channels and a channel layout map.
7452           
7453 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7454
7455         Reviewed by Edward Hervey  <edward@fluendo.com>
7456
7457         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7458         C-level optimization of the RGBA nearest neighbour function.
7459         Eventually this might end up in liboil with vectorized versions.
7460
7461 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7462
7463         * gst-libs/gst/audio/multichannel.c:
7464         (gst_audio_get_channel_positions):
7465           When we have more than 2 channels, but no channel layout is
7466           specified in the caps, return some default channel layout
7467           to the caller and warn about about a possibly buggy element
7468           (could be buggy filtercaps as well of course) (#317038).
7469
7470 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7471
7472         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7473           Add gst-libs/gst/cdda to list of lib search paths.
7474
7475 2006-02-15  Andy Wingo  <wingo@pobox.com>
7476
7477         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7478         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7479         to the Lord Jesus that I do not have to touch the ogg muxer ever
7480         again.
7481
7482 2006-02-15  Edward Hervey  <edward@fluendo.com>
7483
7484         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7485         quicktime movie files can also contain 'uuid' atoms.
7486
7487 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7488
7489         * gst/audioconvert/plugin.c: (plugin_init):
7490           Register the GstAudioChannelPosition enum type with the type
7491           system in the plugin_init function, so that it is known before
7492           any element actually makes use of multi-channel stuff. This is
7493           required for example if one wants to be able to deserialise/use
7494           a caps string with channel positions before any pipeline has
7495           been setup and started, like with gst-launch.
7496
7497 2006-02-14  Wim Taymans  <wim@fluendo.com>
7498
7499         * gst-libs/gst/audio/gstringbuffer.c:
7500         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7501         (gst_ring_buffer_samples_done), (wait_segment),
7502         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7503         Add some compiler G_(UN_)LIKELY help.
7504         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7505         make sure they can exit their functions. Should fix #330748
7506
7507 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7508
7509         * Makefile.am:
7510         * configure.ac:
7511         * win32/MANIFEST:
7512         * win32/common/_stdint.h:
7513           Windows does not have long long; copy the generated _stdint.h
7514         * win32/common/interfaces-enumtypes.c:
7515         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7516         (gst_mixer_track_flags_get_type),
7517         (gst_tuner_channel_flags_get_type):
7518         * win32/common/multichannel-enumtypes.c:
7519         (gst_audio_channel_position_get_type):
7520           update
7521
7522 2006-02-13  Wim Taymans  <wim@fluendo.com>
7523
7524         * gst-libs/gst/audio/gstbaseaudiosink.c:
7525         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7526         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7527         Always sync on first sample we receive when starting.
7528
7529 2006-02-13  Wim Taymans  <wim@fluendo.com>
7530
7531         * gst/playback/gstplaybin.c: (gen_vis_element):
7532         Update vis bin docs.
7533         Move queue after tee so we don't queue video buffers but
7534         audio samples instead. Fixes problems where the video queue
7535         is filled and the audio queue empty.
7536
7537 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7538
7539         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7540           No need to push an EOS event here, GstBaseSrc will do that for us
7541           when we return FLOW_UNEXPECTED.
7542           
7543 2006-02-12  Wim Taymans  <wim@fluendo.com>
7544
7545         * gst-libs/gst/audio/gstbaseaudiosink.c:
7546         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7547         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7548         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7549         Use scale functions when possible.
7550         Fix error messages.
7551         Free clockid when after waiting for EOS.
7552         Use G_(UN_)LIKLY when it makes sense.
7553         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7554
7555 2006-02-12  Edward Hervey  <edward@fluendo.com>
7556
7557         * gst/playback/gstplaybasebin.c: (prepare_output): 
7558         Remove stray semi-colon (fixes #330888).
7559
7560 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7561
7562         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7564         Fix up the XShm call testing so that we catch errors, and don't
7565         cause new ones by attempting to detach from a segment we failed
7566         to attach to. Fixes #312439.
7567
7568 2006-02-10  Edward Hervey  <edward@fluendo.com>
7569
7570         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7571         Added flv file typefind (video/x-flv).
7572
7573 2006-02-10  Edward Hervey  <edward@fluendo.com>
7574
7575         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7576         (gst_riff_create_video_template_caps):
7577         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7578         Also added the caps to the default set of riff video caps.
7579
7580 2006-02-09  Andy Wingo  <wingo@pobox.com>
7581
7582         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7583         time and the end time of the last packet in the page.
7584         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7585         on the pages in our queue, set the duration as well. Reflow a
7586         debug statement.
7587         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7588         Fixes bad muxing order.
7589
7590 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7591
7592         * gst-libs/gst/rtp/gstbasertppayload.c:
7593         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7594           update seqnum before setting it on the packet; this makes sure
7595           that the timestamp and seqnum properties match after pushing
7596           a buffer
7597
7598 2006-02-09  Andy Wingo  <wingo@pobox.com>
7599
7600         * gst-libs/gst/audio/gstringbuffer.c
7601         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7602         overflow after 13.5 hours of recording. Kapow!
7603
7604         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7605         the buffer size -- we don't care about underrun/overrun reporting
7606         right now, just need to return a useful value.
7607
7608 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7609
7610         * configure.ac:
7611           Back to CVS
7612
7613 === release 0.10.3 ===
7614
7615 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7616
7617         * configure.ac:
7618           releasing 0.10.3, "Under Pressure"
7619
7620 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7621
7622         * configure.ac:
7623         Drat. Bump libtool version number for new API.
7624         Prelease 0.10.2.3 (of 0.10.3)
7625
7626 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7627
7628         * configure.ac:
7629         * win32/common/config.h:
7630         0.10.2.2 prerelease (of 0.10.3).
7631
7632 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7633
7634         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7635           Revert Andy's newsegment change pending a more correct
7636           fix.
7637
7638 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7639
7640         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7641         (qt_type_find), (plugin_init):
7642           detect more files as 3gp
7643           group and reorder the iso file formats
7644
7645 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7646
7647         * ext/vorbis/vorbis.c: (plugin_init):
7648           Register musicbrainz tags, so apps don't have to.
7649
7650 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7651
7652         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7653         (gst_tag_to_vorbis_tag):
7654           Make sure we called gst_tag_register_musicbrainz_tags()
7655           before possibly mapping a vorbiscomment string from/to a
7656           musicbrainz tag.
7657
7658 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7659
7660         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7661           In case we can't find the required number of consecutive
7662           mpeg audio frames to positively identify an MPEG audio
7663           stream, check if there's at least a valid mpeg audio
7664           frame right at offset 0 and if so suggest mpeg/audio
7665           caps with a very low probability (#153004).
7666
7667 2006-02-07  Andy Wingo  <wingo@pobox.com>
7668
7669         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7670         a TIME segment if we get timestamped buffers. Requires recent
7671         fixes in core to work properly.
7672
7673 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7674
7675         * gst/playback/gstplaybasebin.c: (prepare_output):
7676           Don't print the URI as part of the error message, it
7677           makes error dialogs look rather ugly, especially if
7678           the URI is very long or has characters in it that
7679           need escaping.
7680
7681 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7682
7683         * gst/playback/gstplaybasebin.c: (prepare_output):
7684           Error out if we have only text or subtitles, but nothing
7685           else. Also error out if we have subtitles but no video
7686           stream.
7687
7688 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7689
7690         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7691           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
7692           Post an error message on the bus when we encounter an
7693           error, which will hopefully be more meaningful than the
7694           'Internal Flow Error' message users get to see if we
7695           just return GST_FLOW_ERROR.
7696
7697 2006-02-07  Andy Wingo  <wingo@pobox.com>
7698
7699         * configure.ac (GST_MAJORMINOR): Update core version req to
7700         0.10.2.2, for the collectpads API addition (#330244).
7701
7702 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
7703
7704         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7705           Return FALSE from plugin_init() when GnomeVFS can't
7706           be initialised for some reason (#328423).
7707
7708 2006-02-06  Julien MOUTTE  <julien@moutte.net>
7709
7710         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
7711         Stick to seeking theory until i find the bug.
7712         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
7713
7714 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7715
7716         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7717         (theora_enc_finalize), (theora_enc_sink_setcaps),
7718         (theora_set_header_on_caps), (theora_enc_chain),
7719         (theora_enc_change_state):
7720         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
7721           Make theoraenc and the tests leak free. Like, really.
7722
7723 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
7724
7725         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7726         (theora_enc_finalize), (theora_enc_sink_setcaps):
7727           Add a finalize method to ensure we clean up state even if
7728           someone omitted the state change back to NULL.
7729
7730         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
7731         (gst_vorbisenc_chain):
7732           Free some more leaked bits.
7733
7734         * tests/check/pipelines/theoraenc.c: (start_pipeline),
7735         (stop_pipeline):
7736           Wait for state changes to happen if they're ASYNC.
7737
7738           This ought to teach those fancy pants buildbots a lesson.
7739
7740 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7741
7742         * gst-libs/gst/tag/gstid3tag.c:
7743           Add mapping for ID3 International Standard Recording Code
7744           tag "TSRC"
7745
7746 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
7747
7748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
7749           Don't leak tag names.
7750
7751 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7752
7753         * docs/libs/gst-plugins-base-libs-docs.sgml:
7754         * docs/libs/gst-plugins-base-libs-sections.txt:
7755         * gst-libs/gst/tag/gstid3tag.c:
7756         * gst-libs/gst/tag/gstvorbistag.c:
7757         * gst-libs/gst/tag/tags.c:
7758           Split libgsttag docs into multiple sections.
7759
7760 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7761
7762         * docs/libs/Makefile.am:
7763         * docs/libs/gst-plugins-base-libs-docs.sgml:
7764         * docs/libs/gst-plugins-base-libs-sections.txt:
7765         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
7766         * gst-libs/gst/tag/gstvorbistag.c:
7767         * gst-libs/gst/tag/tag.h:
7768         * gst-libs/gst/tag/tags.c:
7769           Add libgsttag to the docs.
7770
7771 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7772
7773         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
7774         (gst_text_overlay_init), (gst_text_overlay_src_event),
7775         (gst_text_overlay_collected): Fix clockoverlay.
7776
7777 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * docs/libs/compiling.sgml:
7780           Fix typo: it's pkg-config, not pkg-gconfig
7781
7782         * docs/libs/gst-plugins-base-libs-docs.sgml:
7783         * docs/libs/gst-plugins-base-libs-sections.txt:
7784         * docs/libs/tmpl/gstgconf.sgml:
7785           There is no libgstgconf in 0.10, remove it
7786           from the docs.
7787
7788 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7789
7790         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
7791         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7792         (gst_text_overlay_src_event), (gst_text_overlay_collected):
7793         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
7794         (gst_sub_parse_class_init), (gst_sub_parse_init),
7795         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
7796         (parse_mpsub), (parser_state_init), (handle_buffer),
7797         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
7798         * gst/subparse/gstsubparse.h: Introduce seeking code.
7799
7800 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7801
7802         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7803           Add comment about LANGUAGE tag inconsistency (we want
7804           ISO-639-1, but extract three-letter identifiers?)
7805
7806         * po/POTFILES.in:
7807           Add two translatable files.
7808
7809 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
7810
7811         * gst-libs/gst/tag/Makefile.am:
7812         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
7813         * gst-libs/gst/tag/tag.h:
7814         * gst-libs/gst/tag/tags.c:
7815         (gst_tag_register_musicbrainz_tags_internal),
7816         (gst_tag_register_musicbrainz_tags):
7817           Forward-port some tags stuff from the 0.8 branch. This is
7818           mostly the addition of musicbrainz tags and their mapping
7819           to vorbistags, and a vorbistag mapping of the language tag.
7820
7821 2006-02-05  Julien MOUTTE  <julien@moutte.net>
7822
7823         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
7824         refactoring.
7825
7826 2006-02-04  David Schleef  <ds@schleef.org>
7827
7828         * ext/ogg/gstoggmux.c:
7829         * gst/typefind/gsttypefindfunctions.c:
7830           Add Dirac typefinding and add dirac format to oggmux.
7831
7832 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
7833
7834         * gst/playback/gstdecodebin.c: (try_to_link_1):
7835           Don't put essential function call into
7836           g_return_*() macro, otherwise it'll all be
7837           replaced by NOOPs when compiling with
7838           G_DISABLE_CHECKS defined.
7839
7840 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
7841
7842         * ext/ogg/gstoggdemux.c:
7843         * ext/ogg/gstoggparse.c:
7844         * gst/tcp/gsttcpserversink.c:
7845         * sys/v4l/v4lsrc_calls.c:
7846         * sys/v4l/v4lsrc_calls.h:
7847         Just make it compile with --disable-gst-debug.
7848
7849 2006-02-03  Wim Taymans  <wim@fluendo.com>
7850
7851         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
7852         (gst_alsasink_class_init), (gst_alsasink_init),
7853         (gst_alsasink_write), (gst_alsasink_reset):
7854         * ext/alsa/gstalsasink.h:
7855         Add lock to protect alsa calls.
7856         Implement reset to flush samples ASAP, does not work
7857         with dmix though.
7858
7859 2006-02-02  Wim Taymans  <wim@fluendo.com>
7860
7861         * gst-libs/gst/audio/gstbaseaudiosink.c:
7862         (gst_base_audio_sink_provide_clock):
7863         Ugh.. getting late I guess...
7864
7865 2006-02-02  Wim Taymans  <wim@fluendo.com>
7866
7867         * gst-libs/gst/audio/gstbaseaudiosink.c:
7868         (gst_base_audio_sink_provide_clock),
7869         (gst_base_audio_sink_set_property),
7870         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
7871         Don't try to provide a clock when we are not negotiated since
7872         we might not be able to make it run.
7873
7874 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
7875
7876         * gst/playback/gstdecodebin.c: (try_to_link_1):
7877           Unlinking two source pads is ... hard.
7878
7879 2006-02-02  Wim Taymans  <wim@fluendo.com>
7880
7881         * gst-libs/gst/audio/TODO:
7882         Updated.
7883
7884         * gst-libs/gst/audio/gstbaseaudiosink.c:
7885         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
7886         On EOS, wait till the last sample is played before posting EOS.
7887
7888 2006-02-01  Philippe Kalaf <burger at speedy dot org>
7889
7890         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7891           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
7892           setting queue_delay to zero. Also avoid thread being started if
7893           queue_delay is zero.
7894
7895 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7896
7897         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
7898           Make test work again by connecting fakesinks to each decoded pad,
7899           which makes the pipeline wait until each fakesink has a buffer
7900           queued before going to PAUSED state. At that point we know the
7901           decodebin pads are negotiated.
7902
7903 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7904
7905         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
7906         (gst_cdda_base_src_handle_event):
7907         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7908           Pass unhandled queries to the parent class's query function.
7909
7910 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7911
7912         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
7913         (gst_ogg_pad_src_query):
7914         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
7915         * ext/theora/theoradec.c: (theora_dec_src_query),
7916         (theora_dec_sink_query):
7917         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7918         (vorbis_dec_sink_query):
7919         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7920         (gst_vorbisenc_sink_query):
7921         * gst/adder/gstadder.c: (gst_adder_query):
7922           Pass unhandled queries upstream instead of just
7923           dropping them (#326447). Also, fix supported
7924           query types list for some elements.
7925
7926 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
7927
7928         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
7929         (paris_type_find), (ilbc_type_find), (plugin_init):
7930           Fix typefinding for audio/x-au, audio/x-paris and
7931           audio/iLBC-sh. We cannot use the START_WITH macros
7932           here, because there can only be one typefind factory
7933           with the same name (caps), so the second one would
7934           replace the first one and the first one would never
7935           be called when doing typefinding (see #161712).
7936           
7937
7938 2006-01-31  Wim Taymans  <wim@fluendo.com>
7939
7940         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7941         (vorbis_handle_header_packet), (vorbis_dec_push),
7942         (vorbis_handle_data_packet):
7943         Use scale_int when we can, add some more scaling.
7944         Check packettype before parsing it.
7945
7946 2006-01-31  Wim Taymans  <wim@fluendo.com>
7947
7948         * ext/theora/theoradec.c: (_theora_granule_time),
7949         (theora_dec_src_convert), (theora_dec_sink_convert):
7950         Call right _scale functions.
7951         Use parameter instead of some other random value.
7952
7953 2006-01-31  Wim Taymans  <wim@fluendo.com>
7954
7955         * ext/theora/theoradec.c: (_theora_granule_frame),
7956         (_theora_granule_time), (_inc_granulepos),
7957         (theora_dec_src_convert), (theora_dec_sink_convert),
7958         (theora_handle_type_packet), (theora_handle_data_packet),
7959         (theora_dec_chain):
7960         Use higher precision timestamps calculation.
7961         Convert some other conversions to _scale.
7962
7963 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
7964
7965         * gst/audiotestsrc/gstaudiotestsrc.c:
7966         (gst_audio_test_src_create_sine_table), (plugin_init):
7967         * gst/volume/gstvolume.c: (plugin_init):
7968           initialize gst_controller before using
7969
7970 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
7971
7972         * tests/check/pipelines/theoraenc.c:
7973         * tests/check/pipelines/vorbisenc.c:
7974         Define constant using G_GINT64_CONSTANT to avoid errors when
7975         passing it around - otherwise it gets truncated to 32 bits.
7976
7977         Fixes failing tests.
7978
7979 2006-01-31  Andy Wingo  <wingo@pobox.com>
7980
7981         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
7982         caps being set doesn't have a framerate value. Basically a stopgap
7983         measure.
7984
7985         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
7986         technically correct enough to put into core though.
7987         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
7988         DURATION. Fixes theoraenc ! oggmux.
7989
7990         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
7991         fraction, not double.
7992
7993 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
7994
7995         * win32/vs7:
7996         add vs7 project files created by Sergey Scobich
7997
7998 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
7999
8000         * win32/vs8:
8001         add vs8 project files created by Sergey Scobich
8002         
8003 2006-01-30  Andy Wingo  <wingo@pobox.com>
8004
8005         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8006         timestamp + duration, not just timestamp -- ogg pages should be
8007         ordered by stop time. Necessary fix given the change in vorbis
8008         timestamps.
8009
8010         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8011         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8012         (granulepos_add): New function, handles the messiness of adjusting
8013         granulepos values.
8014         (theora_buffer_from_packet):
8015         (theora_enc_chain):
8016         (theora_enc_sink_event): Use granulepos_add, not +.
8017
8018         * tests/check/pipelines/theoraenc.c
8019         (check_buffer_granulepos_from_starttime): Just check the frame
8020         count, not the actual granulepos -- we can't dictate to the
8021         encoder when it should be placing keyframes.
8022
8023 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8024
8025         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8026           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8027           play an http:// stream from a server that's not serving
8028
8029 2006-01-30  Andy Wingo  <wingo@pobox.com>
8030
8031         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8032         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8033         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8034         available.
8035
8036         * ext/theora/gsttheoraenc.h:
8037         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8038         although theoraenc was timestamping correctly. Added handling of
8039         streams that start with nonzero timestamps.
8040
8041         * tests/check/Makefile.am:
8042         * tests/check/pipelines/theoraenc.c: New file, basically does same
8043         tests as vorbisenc.
8044
8045         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8046
8047 2006-01-30  Wim Taymans  <wim@fluendo.com>
8048
8049         * gst-libs/gst/audio/gstaudiosink.c:
8050         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8051         (gst_audioringbuffer_pause):
8052         Implement pause that does not wait for completion.
8053
8054         * gst-libs/gst/audio/gstbaseaudiosink.c:
8055         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8056         Don't drop buffers when going to PAUSED but perform preroll on
8057         remaining samples now that core base class supports this.
8058
8059         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8060         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8061         (gst_ring_buffer_commit):
8062         Pause should not signal waiters.
8063         Implement return value of _commit correctly.
8064
8065 2006-01-30  Andy Wingo  <wingo@pobox.com>
8066
8067         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8068
8069         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8070         updated to timestamp from the first sample, not the last.
8071         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8072         special care of granulepos and timestamp for header packets.
8073         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8074         when the first buffer has a nonzero timestamp.
8075
8076         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8077         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8078         case when the first audio buffer we get has a nonzero timestamp.
8079         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8080         properly timestamp vorbis buffers with the time of the first
8081         sample, not the last.
8082         
8083         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8084         vorbis_granule_time_copy -- now it takes the granule/subgranule
8085         offset into account.
8086
8087         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8088         timestamps, durations, and granulepos on buffers produced by
8089         vorbisenc.
8090
8091 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8092
8093         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8094         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8095           Patch from Eric Jonas to support conversions to/from UYVY 
8096           (Fixes: #324626)
8097
8098 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8099
8100         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8101         (setup_subtitle), (setup_source), (set_active_source):
8102         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8103         (gen_text_element), (gen_audio_element), (gen_vis_element),
8104         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8105
8106 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8107
8108         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8109         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8110                 use gst_guint64_to_gdouble to be compliant with vs6
8111         * gst/playback/gstdecodebin.c: (try_to_link_1)
8112         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8113                 use G_GINT64_CONSTANT for int64 constants
8114         * win32/common/libgstinterfaces.def:
8115                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8116         * win32/vs6:
8117                 update and add new project files
8118                 
8119 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8120
8121         * Makefile.am:
8122         * win32/MANIFEST:
8123         * win32/common/interfaces-enumtypes.c:
8124         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8125         (gst_mixer_track_flags_get_type),
8126         (gst_tuner_channel_flags_get_type):
8127         * win32/common/interfaces-enumtypes.h:
8128         * win32/common/multichannel-enumtypes.c:
8129         (gst_audio_channel_position_get_type):
8130         * win32/common/multichannel-enumtypes.h:
8131           add a win32-update rule like in core, and copy over enumtypes files
8132
8133 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8134
8135         * win32/MANIFEST:
8136         * win32/common/config.h:
8137         * win32/common/config.h.in:
8138           add config files just like in core
8139
8140 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8141
8142         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8143           Make gcc-4.1 happy (part of #327357).
8144
8145 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8146
8147         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8148         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8149         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8150         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8151         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8152         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8153           Update all error messages.  All of them should either use
8154           the default translated message, or actually provide a
8155           translatable string.
8156           Make the string for channel count problems meaningful.
8157
8158 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8159
8160         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8161           check for and throw RESOURCE_BUSY
8162
8163 2006-01-27  David Schleef  <ds@schleef.org>
8164
8165         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8166           checked in this change -- it requires liboil features not
8167           in 0.3.6.  Revert parts.
8168
8169 2006-01-27  David Schleef  <ds@schleef.org>
8170
8171         * REQUIREMENTS:
8172         * configure.ac: update liboil requirement to 0.3.6
8173         * gst/videoscale/Makefile.am:
8174         * gst/videoscale/vs_scanline.c: liboilify
8175
8176 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8177
8178         * ext/libvisual/visual.c: (get_buffer):
8179           When pad_alloc returns a GstFlowReturn other
8180           than GST_FLOW_OK, make sure it is passed upstream.
8181
8182 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8183
8184         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8185         (gst_alsasink_class_init):
8186           Free the device name string.
8187
8188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8189         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8190         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8191           Don't remove a pad from the collectpads structure until it
8192           is released - it's a request pad, and may receive data again
8193           if the element gets moved back to PLAYING state.
8194
8195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8196           Ensure we turn on double buffering on the Xv port, and
8197           set the colour key to something dark and mysterious that
8198           isn't black.
8199
8200 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8201
8202         * ext/alsa/gstalsaplugin.c: (plugin_init):
8203         * ext/cdparanoia/gstcdparanoiasrc.c:
8204         (gst_cd_paranoia_src_base_init), (plugin_init):
8205         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8207           - a library should not call setlocale. see "Libraries" node in
8208             gettext manual
8209           - make sure all plugins that use translation do bindtextdomain
8210             to point to the localedir
8211         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8212         (setup_sinks), (plugin_init):
8213           all this, and check for NULL when creating sinks
8214
8215 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8216
8217         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8218         (plugin_init): Make typefinding of subtitles work again.
8219
8220 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8221
8222         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8223         (mp3_type_frame_length_from_header), (mp3_type_find),
8224         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8225         (plugin_init):
8226           Backport a bunch of typefinding fixes from the 0.8 branch.
8227           Also, improve wavpack typefinding: if we can't peek the
8228           entire wavpack block, try to parse the bits we can get and
8229           see if we find what we're looking for in those.
8230
8231 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8232
8233         * sys/ximage/ximagesink.c:
8234         (gst_ximagesink_calculate_pixel_aspect_ratio):
8235         * sys/xvimage/xvimagesink.c:
8236         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8237         more cases of pixel aspect ratio.
8238
8239 2006-01-26  Edward Hervey  <edward@fluendo.com>
8240
8241         * gst/playback/gstdecodebin.c: (pad_probe):
8242         Also consider the flush-start and tag events as unblockers
8243         for the pad probes.
8244
8245 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8246
8247         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8248         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8249         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8250         On the fly visualisation switch, works disabling, enabling as
8251         well but it won't be able to enable vis in a playbin that was
8252         created with no visualisation.
8253
8254 2006-01-25  Wim Taymans  <wim@fluendo.com>
8255
8256         * gst-libs/gst/audio/gstbaseaudiosink.c:
8257         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8258         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8259         resume after pause.
8260
8261 2006-01-25  Wim Taymans  <wim@fluendo.com>
8262
8263         * gst-libs/gst/audio/gstbaseaudiosink.c:
8264         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8265         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8266         Improve debugging.
8267         Post error when caps cannot be parsed.
8268         Resync on discontinuity in the stream.
8269         Clip samples to segment boundaries.
8270         return WRONG_STATE sooner when we are flushing.
8271
8272         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8273         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8274         Make audiosrc operate in TIME.
8275         Set TIMESTAMP and DURATION on buffers.
8276
8277 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8278
8279         * tests/examples/seek/seek.c: (main):
8280           Output tag messages as well.
8281
8282 2006-01-23  Edward Hervey  <edward@fluendo.com>
8283
8284         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8285         (free_pad_probes), (remove_fakesink), (pad_probe),
8286         (close_pad_link), (gst_decode_bin_change_state):
8287         Replace GstPadBlockCallback with pad probes that detect
8288         first buffer AND eos before removing fakesink.
8289         Fixes hang with demuxers doing EOS while pre-rolling.
8290         Solves #328279
8291
8292 2006-01-23  Andy Wingo  <wingo@pobox.com>
8293
8294         * ext/alsa/gstalsasink.c:
8295         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8296         (gst_base_rtp_depayload_setcaps),
8297         (gst_base_rtp_depayload_add_to_queue),
8298         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8299         
8300         Patch by: Jens Granseuer <jensgr at gmx dot net>
8301
8302 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8303
8304         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8305         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8306         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8307         frames. We might get a frame destroyed after changing state to
8308         NULL, adding a safety check on xcontext.
8309
8310 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8311
8312         * gst-libs/gst/interfaces/xoverlay.c:
8313           Fix prepare-xwindow-id code example in the docs - we need to
8314           ignore all messages that aren't element messages as well.
8315           
8316 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8317
8318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8319           I think one day i'll completely undestand how caps negotiation
8320           is supposed to work. This refactoring handles buffer_alloc
8321           called with caps we can't handle. We definitely don't want a
8322           set_caps with those caps, so we define and allocate a buffer
8323           we would like to receive.
8324
8325 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8326
8327         * gst/playback/gstplaybasebin.c: (setup_source):
8328           Free iterator when done.
8329
8330 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8331
8332         * gst-libs/gst/audio/gstbaseaudiosink.c:
8333         (gst_base_audio_sink_render):
8334           Fix playback of non-synchronised streams by assuming a rate
8335           of 1.0 instead of a random one.
8336
8337           Makes this work again:
8338
8339           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8340           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8341           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8342           audioresample ! alsasink
8343
8344 === release 0.10.2 ===
8345
8346 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8347
8348         * configure.ac:
8349           releasing 0.10.2, "Then the devil is six"
8350
8351 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8352
8353         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8354         * gst/playback/gststreamselector.c:
8355         (gst_stream_selector_set_property):
8356           Comment out broken code that connects to the state-changed signal.
8357           At this point, changing current stream selection is broken, but 
8358           stuff like gst-launch playbin current-audio=1 works and filters
8359           to the chosen stream.
8360
8361 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8362
8363         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8364           Fix #327216 (null dereference in vorbisdec)
8365
8366 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8367
8368         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8369           Post taglist actually on bus instead of just freeing it
8370           (fixes #327114 and totem bug #327080).
8371
8372         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8373           Use gst_element_found_tags_for_pad(), so that the tags
8374           are sent downstream as an event as well.
8375
8376 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8377
8378         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8379         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8380         (gst_ximagesink_buffer_alloc):
8381         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8382         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8383         (gst_xvimagesink_buffer_alloc):
8384           move all regularly occurring messages to GST_LOG level
8385           add some more object logs
8386
8387 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8388
8389         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8390           fix a silly segfault
8391
8392 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8393
8394         * docs/libs/gst-plugins-base-libs-docs.sgml:
8395         * docs/libs/gst-plugins-base-libs-sections.txt:
8396         * gst-libs/gst/audio/mixerutils.c:
8397         * gst-libs/gst/audio/mixerutils.h:
8398           Add docs for mixerutils stuff.
8399
8400 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8401
8402         * gst/playback/gstplaybasebin.c: (setup_source):
8403           Fix playback for sources that emit raw audio or
8404           raw video streams (e.g.: cd audio sources) (#325984).
8405
8406 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8407
8408         * gst-libs/gst/audio/mixerutils.c:
8409         (gst_audio_mixer_filter_do_filter):
8410           actually save the element we create
8411
8412 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8413
8414         * gst-libs/gst/cdda/gstcddabasesrc.c:
8415         (gst_cdda_base_src_handle_track_seek):
8416           No need to post a tag message on the bus when seeking
8417           within the same track, only post it when the current
8418           track changes.
8419
8420 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8421
8422         * gst/playback/gstplaybasebin.c: (group_destroy),
8423         (probe_triggered), (new_decoded_pad), (mute_group_type),
8424         (set_active_source):
8425         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8426         * gst/playback/gststreamselector.c:
8427         (gst_stream_selector_base_init),
8428         (gst_stream_selector_set_property),
8429         (gst_stream_selector_request_new_pad):
8430           Reenable stream selection. These mechanisms need a complete overhaul
8431           in the face of 0.8->0.10 changes though.
8432
8433 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8434
8435         * ext/ogg/gstoggdemux.c:
8436           Change the pad template to src_%d to match the pads that 
8437           are created from it. decodebin needs this information in order
8438           to decide that oggdemux is capable of producing multiple pads
8439           (and hence needs queues inserted).
8440
8441         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8442         (gst_ogg_mux_collected):
8443           Make debug output more useful by using GST_PTR_FORMAT.
8444
8445 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8446
8447         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8448
8449         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8450           Set depth and width for alaw/mulaw (fixes #326601).
8451
8452 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8453
8454         * tests/icles/Makefile.am:
8455           don't build the tests if we don't have the libs
8456
8457 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8458
8459         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8460         (gst_cd_paranoia_paranoia_callback):
8461           Don't try to free NULL pointers.
8462
8463 2006-01-10  Edward Hervey  <edward@fluendo.com>
8464
8465         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8466         (gst_audio_rate_change_state), (plugin_init):
8467         Add debugging category.
8468         Fix type issues.
8469         Add case for incoming buffers without valid offset/offset_end.
8470
8471 2006-01-10  Michael Smith  <msmith@fluendo.com>
8472
8473         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8474           Don't leak GCond in audio sources.
8475
8476 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8477
8478         * gst/playback/gstplaybin.c: (gen_audio_element):
8479           Don't leak an autoaudiosink/alsasink when we generate
8480           a new audio element. (old code, I guess)
8481
8482 2006-01-10  Michael Smith  <msmith@fluendo.com>
8483
8484         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8485           Support float audio in audiorate.
8486           Use width rather than depth for selecting sample width.
8487
8488 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8489
8490         * gst/videotestsrc/videotestsrc.h:
8491           Use GLib types here (that way we don't have to include the
8492           generated _stdint.h header, which makes life easier for win32
8493           folks that don't use autotools for the build) (#325990, patch
8494           by: Sergey Scobich).
8495
8496 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8497
8498         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8499         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8500         (gst_ring_buffer_pause), (wait_segment):
8501         * gst-libs/gst/audio/gstringbuffer.h:
8502           Name (private) union, makes Forte compiler happy (this time
8503           for real) (#324900).
8504
8505 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8506
8507         * gst-libs/gst/audio/Makefile.am:
8508           Link against libgstinterfaces, needed for mixer
8509           and property probe stuff.
8510
8511 2006-01-09  Edward Hervey  <edward@fluendo.com>
8512
8513         * gst-libs/gst/Makefile.am:
8514
8515 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8516
8517         * gst-libs/gst/audio/Makefile.am:
8518         * gst-libs/gst/audio/mixerutils.c:
8519         (gst_audio_mixer_filter_do_filter),
8520         (gst_audio_mixer_filter_check_element),
8521         (gst_audio_mixer_filter_probe_feature),
8522         (element_factory_rank_compare_func),
8523         (gst_audio_default_registry_mixer_filter):
8524         * gst-libs/gst/audio/mixerutils.h:
8525           Add gst_audio_default_registry_mixer_filter() utility
8526           function.
8527
8528 2006-01-03  Michael Smith  <msmith@fluendo.com>
8529
8530         * gst/audioresample/resample.h:
8531           As before, but for o_buf
8532
8533 2006-01-03  Michael Smith  <msmith@fluendo.com>
8534
8535         * gst/audioresample/resample.h:
8536           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8537           since we do arithmetic on it.
8538
8539 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8540
8541         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8542         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8543         (gst_ring_buffer_pause), (wait_segment):
8544         * gst-libs/gst/audio/gstringbuffer.h:
8545           Sun's Forte compiler doesn't seem to like anonymous structs,
8546           so use same setup as in GstBaseSrc (fixes #324900).
8547
8548 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8549
8550         * configure.ac:
8551         * gst/volume/Makefile.am:
8552         * gst/volume/demo.c:
8553           move old example to tests/examples/volume/volune.c
8554         * tests/examples/Makefile.am:
8555         * tests/examples/seek/seek.c: (main):
8556           change window-close event from "delete-event" to "destroy"
8557         * tests/examples/volume/Makefile.am:
8558         * tests/examples/volume/volume.c: (value_changed_callback),
8559         (setup_gui), (message_received), (eos_message_received), (main):
8560           fix event handling and bus usage
8561
8562 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8563
8564         * gst/audiotestsrc/gstaudiotestsrc.c:
8565         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8566         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8567         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8568         (gst_audio_test_src_create_square),
8569         (gst_audio_test_src_create_saw),
8570         (gst_audio_test_src_create_triangle),
8571         (gst_audio_test_src_create_silence),
8572         (gst_audio_test_src_create_white_noise),
8573         (gst_audio_test_src_create_pink_noise),
8574         (gst_audio_test_src_init_sine_table),
8575         (gst_audio_test_src_create_sine_table),
8576         (gst_audio_test_src_change_wave),
8577         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8578         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8579         * gst/audiotestsrc/gstaudiotestsrc.h:
8580           update to basesrc changes, implement segmented seeking and eos
8581           handling, add a 'sine-tab' waveform for performance critical playback
8582
8583 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8584
8585         * po/POTFILES.in:
8586           ... and this time the other modified file that I missed last time.
8587
8588 2005-12-29  Michael Smith  <msmith@fluendo.com>
8589
8590         * gst/playback/gstdecodebin.c: (new_pad):
8591           Fix non-C89 variable declaration not at the start of a block. Should
8592           help some compilers.
8593
8594 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8595
8596         * tests/check/Makefile.am:
8597           And now fix 'make distcheck' (builddir != srcdir)
8598
8599 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8600
8601         * configure.ac:
8602         * ext/cdparanoia/Makefile.am:
8603         * ext/cdparanoia/gstcdparanoia.c:
8604         * ext/cdparanoia/gstcdparanoia.h:
8605         * ext/cdparanoia/gstcdparanoiasrc.c:
8606         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8607         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8608         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8609         (gst_cd_paranoia_paranoia_callback),
8610         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8611         (gst_cd_paranoia_src_set_property),
8612         (gst_cd_paranoia_src_get_property), (plugin_init):
8613         * ext/cdparanoia/gstcdparanoiasrc.h:
8614           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8615           plugin again (there are still fixes required to playbin to make
8616           cdda:// uris work there).
8617
8618 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8619
8620         * tests/check/Makefile.am:
8621           Fix test case compilation.
8622
8623 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8624
8625         * gst-libs/gst/cdda/gstcddabasesrc.c:
8626         (gst_cdda_base_src_update_duration),
8627         (gst_cdda_base_src_calculate_cddb_id):
8628           An integer is not a string. Fix access to uninitialised variable.
8629
8630         * tests/check/Makefile.am:
8631           Add cddabasesrc unit test; also actually enable the vorbis test.
8632
8633         * tests/check/generic/states.c:
8634           Blacklist new cd audio elements as well.
8635
8636         * tests/check/libs/cddabasesrc.c:
8637           Unit test for GstCddaBaseSrc (discid calculation mostly).
8638
8639 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8640
8641         * docs/libs/Makefile.am:
8642         * docs/libs/gst-plugins-base-libs-docs.sgml:
8643         * docs/libs/gst-plugins-base-libs-sections.txt:
8644         * docs/libs/gst-plugins-base-libs.types:
8645           Add docs for libgstcdda/GstCddaBaseSrc.
8646
8647         * gst-libs/gst/interfaces/mixertrack.h:
8648           Do one struct member per line with a semicolon at the end, that way
8649           even gtk-doc might parse it without complaining.
8650
8651 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8652
8653         * configure.ac:
8654         * gst-libs/gst/Makefile.am:
8655         * gst-libs/gst/cdda/Makefile.am:
8656         * gst-libs/gst/cdda/base64.c:
8657         * gst-libs/gst/cdda/base64.h:
8658         * gst-libs/gst/cdda/gstcddabasesrc.c:
8659         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8660         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8661         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8662         (gst_cdda_base_src_get_property),
8663         (gst_cdda_base_src_get_track_from_sector),
8664         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8665         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8666         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8667         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8668         (gst_cdda_base_src_uri_get_protocols),
8669         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8670         (gst_cdda_base_src_uri_handler_init),
8671         (gst_cdda_base_src_setup_interfaces),
8672         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8673         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8674         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8675         (gst_cdda_base_src_add_tags),
8676         (gst_cdda_base_src_add_index_associations),
8677         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8678         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8679         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8680         (gst_cdda_base_src_create):
8681         * gst-libs/gst/cdda/gstcddabasesrc.h:
8682         * gst-libs/gst/cdda/sha1.c:
8683         * gst-libs/gst/cdda/sha1.h:
8684           Add new libgstcdda with GstCddaBaseSrc class.
8685
8686 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8687
8688         * ext/gnomevfs/gstgnomevfssink.h:
8689           Use GstBaseSinkClass as parent_class member for class struct, not
8690           GstBaseSink.
8691
8692 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8693
8694         Patch by: Michael Benes
8695
8696         * gst/videotestsrc/gstvideotestsrc.c:
8697         (gst_video_test_src_class_init), (gst_video_test_src_start):
8698           Add start method to reset running time and number of frames sent
8699           when starting up (fixes #324696)
8700
8701 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8702
8703         * docs/plugins/Makefile.am:
8704         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8705         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8706         * docs/plugins/gst-plugins-base-plugins.args:
8707         * docs/plugins/gst-plugins-base-plugins.hierarchy:
8708         * docs/plugins/gst-plugins-base-plugins.signals:
8709           Add docs stuff for gnomevfssrc and gnomevfssink.
8710
8711         * ext/gnomevfs/gstgnomevfssrc.c:
8712           Fix example pipeline in gtk-doc blurb.
8713
8714 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
8715
8716         * ext/gnomevfs/Makefile.am:
8717         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
8718         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
8719         (gst_gnome_vfs_handle_get_type), (plugin_init):
8720         * ext/gnomevfs/gstgnomevfs.h:
8721         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
8722         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
8723         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
8724         (gst_gnome_vfs_sink_set_property),
8725         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
8726         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
8727         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
8728         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
8729         (gst_gnome_vfs_sink_uri_get_type),
8730         (gst_gnome_vfs_sink_uri_get_protocols),
8731         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
8732         (gst_gnome_vfs_sink_uri_handler_init):
8733         * ext/gnomevfs/gstgnomevfssink.h:
8734           Port gnomevfssink; add gtk-doc blurb.
8735
8736         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
8737         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
8738         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8739         (gst_gnome_vfs_src_uri_get_type),
8740         (gst_gnome_vfs_src_uri_get_protocols),
8741         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
8742         (gst_gnome_vfs_src_uri_handler_init),
8743         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
8744         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
8745         (gst_gnome_vfs_src_send_additional_headers_callback),
8746         (gst_gnome_vfs_src_received_headers_callback),
8747         (gst_gnome_vfs_src_push_callbacks),
8748         (gst_gnome_vfs_src_pop_callbacks),
8749         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
8750         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
8751         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8752         * ext/gnomevfs/gstgnomevfssrc.h:
8753           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
8754           file; add gtk-doc blurb with example pipelines.
8755
8756 === release 0.10.1 ===
8757
8758 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
8759
8760         * configure.ac:
8761           releasing 0.10.1, "Dobro Dedek"
8762
8763 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
8764
8765         * gst/typefind/gsttypefindfunctions.c:
8766         iLBC30 and iLBC20 added to typefind.
8767
8768 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8769
8770         * gst-libs/gst/audio/gstbaseaudiosink.c:
8771         (gst_base_audio_sink_class_init):
8772         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8773         (gst_base_audio_src_class_init):
8774           update strings, values are in microseconds
8775           change the default sink buffer time to something that is smaller
8776           (to help software volume mixing have a slightly lower delay) but
8777           still be acceptable on Wim's laptop
8778
8779 2005-12-20  Edward Hervey  <edward@fluendo.com>
8780
8781         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
8782         Made a quack, forgot to add DUCK to the riff video template.
8783
8784 2005-12-19  Edward Hervey  <edward@fluendo.com>
8785
8786         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
8787         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
8788         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8789         (gst_ogm_parse_chain):
8790         Make sure pads are initialized correctly.
8791         * gst-libs/gst/riff/riff-ids.h:
8792         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8793         (gst_riff_create_video_template_caps):
8794         Add a whole bunch of FOURCC <=> MimeType.
8795         Extend the riff video pad template to support the newly added fourcc.
8796
8797 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
8798
8799         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
8800         (gst_ogg_demux_activate_chain):
8801           Extra debug output when activating/deactivating chains.
8802
8803         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8804         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
8805         (unlinked):
8806           Remove a queue from our list when it becomes unlinked.
8807           Don't add queues to elements in class 'Demux' if they
8808           can only produce one pad 
8809
8810 2005-12-18  Julien MOUTTE  <julien@moutte.net>
8811
8812         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
8813         (gst_video_sink_get_type): Add a debug category.
8814
8815 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8816
8817         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8818         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
8819           Handle downstream newsegment by sending our own newsegment before the
8820           next buffer to be released. (#323900)
8821
8822 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
8823
8824         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8825         (gst_base_rtp_depayload_set_gst_timestamp):
8826           add queue delay to new segment as well (as opposed to just the first
8827           buffer). (bug #322347)
8828
8829 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
8830
8831         * ext/libvisual/visual.c: (make_valid_name):
8832           change some char* into char[]
8833         * gst/audiotestsrc/gstaudiotestsrc.c:
8834         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
8835         (gst_audio_test_src_create):
8836         * gst/audiotestsrc/gstaudiotestsrc.h:
8837           prepare to handle EOS and SEGMENT_DONE
8838
8839 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8840
8841         * tests/check/generic/states.c: (GST_START_TEST):
8842           Blacklist cdparanoia element in state test.
8843
8844 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8845
8846           Patch by: Benjamin Pineau
8847
8848         * gst/tcp/gsttcp.c:
8849         * gst/tcp/gsttcpclientsink.c:
8850         * gst/tcp/gsttcpserversink.c:
8851         * gst/tcp/gsttcpserversrc.c:
8852           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
8853
8854 2005-12-15  Michael Smith  <msmith@fluendo.com>
8855
8856         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
8857         (gst_video_rate_chain):
8858           Fix timestamping for videorate when the first buffer it sees has a
8859           non-zero timestamp. Fix some misleading debug output.
8860
8861 2005-12-15  Michael Smith  <msmith@fluendo.com>
8862
8863         * gst/audioresample/gstaudioresample.c:
8864           Don't leak all input buffers to audioresample.
8865
8866 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8867
8868         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
8869           Don't operate on empty text buffers. Strip newlines and
8870           tabs only from the end of the text, but leave them intact
8871           in the middle. Fix typo in gtk-doc description.
8872
8873 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
8874
8875         * gst/playback/gstplaybasebin.c:
8876         * gst/playback/gstplaybin.c: (handoff):
8877           Make sure the video frame buffer we return to apps via the
8878           "frame" property always has caps set on it. Modify
8879           _gst_gvalue_set_object() macro to handle NULL objects
8880           gracefully too.
8881
8882 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
8883
8884         * gst/audiotestsrc/gstaudiotestsrc.c:
8885         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
8886         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
8887         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
8888         (gst_audio_test_src_create):
8889         * gst/audiotestsrc/gstaudiotestsrc.h:
8890         Adjust to some recent api changes and add wtays new cool seeking
8891         capabillities
8892
8893 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
8894
8895         * ext/alsa/Makefile.am:
8896         * ext/alsa/gstalsadeviceprobe.c:
8897         * ext/alsa/gstalsadeviceprobe.h:
8898           Helper functions to add device probing via the GstPropertyProbe
8899           interface to a class.
8900
8901         * ext/alsa/gstalsamixer.h:
8902           Comment out GST_ALSA_MIXER, it returns a struct that's not
8903           used.
8904
8905         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
8906           Add some debug info. 
8907
8908         * ext/alsa/gstalsamixerelement.c:
8909         (gst_alsa_mixer_element_interface_supported),
8910         (gst_implements_interface_init),
8911         (gst_alsa_mixer_element_init_interfaces),
8912         (gst_alsa_mixer_element_class_init),
8913         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8914         (gst_alsa_mixer_element_set_property),
8915         (gst_alsa_mixer_element_get_property),
8916         (gst_alsa_mixer_element_change_state):
8917         * ext/alsa/gstalsamixerelement.h:
8918           Add 'device' and 'device-name' properties. Add GstPropertyProbe
8919           for device handling (gnome-volume-control will need that).
8920
8921 2005-12-12  Christian Schaller  <uraeus@gnome.org>
8922
8923         * ext/Makefile.am: fix cdparanoia entry
8924         * gst-plugins-base.spec.in: add cdparanoia
8925
8926 2005-12-12  Michael Smith  <msmith@fluendo.com>
8927
8928         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8929           Use the correct function to free list of typefind factories.
8930
8931 2005-12-12  Wim Taymans  <wim@fluendo.com>
8932
8933         * gst/videotestsrc/gstvideotestsrc.c:
8934         (gst_video_test_src_class_init), (gst_video_test_src_init),
8935         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
8936         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
8937         (gst_video_test_src_create):
8938         * gst/videotestsrc/gstvideotestsrc.h:
8939         Implement seeking in videotestsrc.
8940         Small cleanups.
8941
8942 2005-12-12  Wim Taymans  <wim@fluendo.com>
8943
8944         * ext/cdparanoia/Makefile.am:
8945         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
8946         (gst_paranoia_endian_get_type), (_do_init),
8947         (cdparanoia_class_init), (cdparanoia_init),
8948         (cdparanoia_set_property), (cdparanoia_get_property),
8949         (cdparanoia_do_seek), (cdparanoia_is_seekable),
8950         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
8951         (cdparanoia_convert), (cdparanoia_get_query_types),
8952         (cdparanoia_query), (cdparanoia_set_index),
8953         (cdparanoia_uri_set_uri):
8954         * ext/cdparanoia/gstcdparanoia.h:
8955         Partially ported cdparanoia now that basesrc can support a
8956         plugin like this..
8957
8958 2005-12-12  Wim Taymans  <wim@fluendo.com>
8959
8960         * tests/examples/seek/scrubby.c: (main):
8961         Set higher priority for bus events so they don't get reordered with
8962         gtk gui events.
8963
8964         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
8965         (flush_toggle_cb), (main):
8966         Added checkbox to disable flushing seeks. 
8967         Disable scrubbing when doing non flushing seeks.
8968
8969 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
8970
8971         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
8972         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
8973         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
8974         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
8975           Implement some sort of event handling that doesn't rely on
8976           g_return_if_fail; make sure we always push the last chunk of an 
8977           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
8978           state change function; remove some old cruft. Seeking is still
8979           rather unlikely to work though.
8980
8981         * tools/.cvsignore:
8982           Ignore more.
8983
8984 2005-12-11  Julien MOUTTE  <julien@moutte.net>
8985
8986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
8987         Fixed a leak of the current image reference when cleaning up.
8988         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
8989
8990 2005-12-09  Michael Smith  <msmith@fluendo.com>
8991
8992         * tools/Makefile.am:
8993         * tools/gst-launch-ext-m.m:
8994           Remove gst-launch-ext. It doesn't work, and is no longer
8995           particularly useful.
8996
8997 2005-12-08  Luca Ognibene  <luogni@tin.it>
8998
8999         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9000           don't pass random values to ogmparse convert function.
9001           Make seeking possible in the exile1.ogm file.
9002
9003 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9004
9005         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9006         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9007           Work around refcount problem with g_value_set_object() that occur
9008           if the core has been compiled against GLib-2.6 (g_value_set_object()
9009           will only g_object_ref() the element, but the caller will
9010           gst_object_unref() it and bad things will happen due to the way
9011           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9012           totem for people on FC4 using Thomas's 0.10 RPMs.
9013           
9014 2005-12-07  Edward Hervey  <edward@fluendo.com>
9015
9016         Time to welcome ogm to 0.10 :)
9017         
9018         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9019         (gst_ogg_pad_typefind):
9020         Oggdemux can now properly typefind elements with dynamic pads.
9021         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9022         Properly set caps on src pad, and set caps on outgoing buffers.
9023
9024 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9025
9026         * ext/alsa/gstalsamixer.h:
9027         * ext/alsa/gstalsamixerelement.h:
9028         * ext/alsa/gstalsamixeroptions.h:
9029         * ext/alsa/gstalsamixertrack.h:
9030         * ext/alsa/gstalsasink.c:
9031         * ext/alsa/gstalsasink.h:
9032         * ext/alsa/gstalsasrc.c:
9033         * ext/alsa/gstalsasrc.h:
9034         * ext/cdparanoia/gstcdparanoia.h:
9035         * ext/gnomevfs/gstgnomevfsuri.h:
9036         * ext/ogg/gstoggdemux.c:
9037         * ext/ogg/gstoggmux.c:
9038         * ext/pango/gsttextoverlay.h:
9039         * ext/theora/theoradec.c:
9040         * ext/theora/theoraenc.c:
9041         * ext/vorbis/vorbisdec.h:
9042         * ext/vorbis/vorbisenc.c:
9043         * ext/vorbis/vorbisenc.h:
9044         * ext/vorbis/vorbisparse.h:
9045         * gst-libs/gst/audio/gstaudioclock.h:
9046         * gst-libs/gst/audio/gstaudiosink.c:
9047         * gst-libs/gst/audio/gstaudiosink.h:
9048         * gst-libs/gst/audio/gstaudiosrc.c:
9049         * gst-libs/gst/audio/gstaudiosrc.h:
9050         * gst-libs/gst/audio/gstbaseaudiosink.c:
9051         * gst-libs/gst/audio/gstbaseaudiosink.h:
9052         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9053         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9054         * gst-libs/gst/audio/gstringbuffer.h:
9055         * gst-libs/gst/audio/multichannel.h:
9056         * gst-libs/gst/floatcast/floatcast.h:
9057         * gst-libs/gst/interfaces/colorbalance.c:
9058         * gst-libs/gst/interfaces/colorbalance.h:
9059         * gst-libs/gst/interfaces/colorbalancechannel.h:
9060         * gst-libs/gst/interfaces/mixer.h:
9061         * gst-libs/gst/interfaces/mixeroptions.h:
9062         * gst-libs/gst/interfaces/mixertrack.h:
9063         * gst-libs/gst/interfaces/navigation.h:
9064         * gst-libs/gst/interfaces/propertyprobe.h:
9065         * gst-libs/gst/interfaces/tuner.h:
9066         * gst-libs/gst/interfaces/tunerchannel.h:
9067         * gst-libs/gst/interfaces/tunernorm.h:
9068         * gst-libs/gst/interfaces/xoverlay.h:
9069         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9070         * gst-libs/gst/riff/riff-ids.h:
9071         * gst-libs/gst/riff/riff-media.h:
9072         * gst-libs/gst/riff/riff-read.h:
9073         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9074         * gst-libs/gst/rtp/gstbasertppayload.c:
9075         * gst-libs/gst/rtp/gstbasertppayload.h:
9076         * gst-libs/gst/rtp/gstrtpbuffer.c:
9077         * gst-libs/gst/rtp/gstrtpbuffer.h:
9078         * gst-libs/gst/tag/gsttageditingprivate.h:
9079         * gst-libs/gst/tag/gstvorbistag.c:
9080         (gst_tag_list_from_vorbiscomment_buffer):
9081         * gst-libs/gst/tag/tag.h:
9082         * gst-libs/gst/video/video.h:
9083         * gst/adder/gstadder.c:
9084         * gst/adder/gstadder.h:
9085         * gst/audioconvert/audioconvert.c:
9086         * gst/audioconvert/audioconvert.h:
9087         * gst/audioconvert/gstaudioconvert.c:
9088         * gst/audioconvert/gstchannelmix.c:
9089         * gst/audioconvert/gstchannelmix.h:
9090         * gst/audiorate/gstaudiorate.c:
9091         * gst/audioresample/buffer.h:
9092         * gst/audioresample/functable.h:
9093         * gst/audioresample/gstaudioresample.c:
9094         * gst/audioresample/resample.h:
9095         * gst/ffmpegcolorspace/avcodec.h:
9096         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9097         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9098         * gst/ffmpegcolorspace/imgconvert.c:
9099         * gst/ffmpegcolorspace/imgconvert_template.h:
9100         * gst/playback/gstdecodebin.c:
9101         * gst/playback/gstplaybasebin.h:
9102         * gst/playback/gstplaybin.c:
9103         * gst/playback/gststreaminfo.h:
9104         * gst/tcp/gstfdset.c:
9105         * gst/tcp/gstfdset.h:
9106         * gst/tcp/gstmultifdsink.c:
9107         * gst/tcp/gstmultifdsink.h:
9108         * gst/tcp/gsttcp.h:
9109         * gst/tcp/gsttcpclientsrc.c:
9110         * gst/tcp/gsttcpclientsrc.h:
9111         * gst/tcp/gsttcpplugin.h:
9112         * gst/tcp/gsttcpserversink.c:
9113         * gst/tcp/gsttcpserversrc.c:
9114         * gst/typefind/gsttypefindfunctions.c:
9115         * gst/videorate/gstvideorate.c:
9116         * gst/videotestsrc/gstvideotestsrc.h:
9117         * gst/videotestsrc/videotestsrc.h:
9118         * sys/v4l/gstv4lcolorbalance.h:
9119         * sys/v4l/gstv4ltuner.h:
9120         * sys/v4l/gstv4lxoverlay.h:
9121         * sys/v4l/v4l_calls.h:
9122         * sys/v4l/videodev_mjpeg.h:
9123         * tests/check/elements/audioconvert.c:
9124         * tests/check/elements/audioresample.c:
9125         * tests/check/elements/audiotestsrc.c:
9126         * tests/check/elements/videotestsrc.c:
9127         * tests/check/elements/volume.c:
9128         * tests/examples/seek/scrubby.c:
9129         * tests/examples/seek/seek.c:
9130           expand tabs
9131
9132 === release 0.10.0 ===
9133
9134 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9135
9136         * configure.ac:
9137           releasing 0.10.0, "Mont-d'or"
9138
9139 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9140
9141         * tests/examples/seek/Makefile.am:
9142         Build fix for when gtk is not available.
9143
9144 2005-12-05  Andy Wingo  <wingo@pobox.com>
9145
9146         * ext/libvisual/visual.c: (get_buffer):
9147         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9148         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9149         * ext/theora/theoradec.c: (theora_handle_data_packet):
9150         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9151         (theora_enc_chain):
9152         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9153         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9154         Update for alloc_buffer changes.
9155
9156 2005-12-05  Andy Wingo  <wingo@pobox.com>
9157
9158         patch by: Kai Vehmanen <kv2004 eca cx>
9159         
9160         * gst-libs/gst/rtp/gstbasertpdepayload.c
9161         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9162
9163 2005-12-04  Andy Wingo  <wingo@pobox.com>
9164
9165         patch by: Sebastien Cote <sebas642 yahoo ca>
9166         
9167         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9168         Fixes #319172.
9169
9170 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9171
9172         * docs/plugins/Makefile.am:
9173         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9174         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9175         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9176         * ext/pango/gstclockoverlay.c:
9177         * ext/pango/gsttextoverlay.c: 
9178         * ext/pango/gsttextrender.c:
9179         * ext/pango/gsttimeoverlay.c:
9180           Add gtk-doc blurbs to pango elements.
9181
9182 2005-12-02  Wim Taymans  <wim@fluendo.com>
9183
9184         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9185         * gst/audioresample/buffer.h:
9186         * gst/audioresample/gstaudioresample.c:
9187         * gst/audioresample/gstaudioresample.h:
9188         * gst/audioresample/resample.c: (resample_input_flush),
9189         (resample_input_pushthrough), (resample_input_eos),
9190         (resample_get_output_size_for_input),
9191         (resample_get_input_size_for_output), (resample_get_output_size),
9192         (resample_get_output_data):
9193         * gst/audioresample/resample.h:
9194         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9195         Fix audioresample, seek torture, new segments, reverse negotiation
9196         etc.. work fine.
9197
9198 2005-12-02  Wim Taymans  <wim@fluendo.com>
9199
9200         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9201         Small cleanups.
9202
9203 2005-12-02  Wim Taymans  <wim@fluendo.com>
9204
9205         * gst/audioconvert/gstaudioconvert.c:
9206         (gst_audio_convert_transform):
9207         Post errors.
9208
9209 === release 0.9.7 ===
9210
9211 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9212
9213         * configure.ac:
9214           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9215
9216 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9217
9218         * Makefile.am:
9219         * po/hu.po:
9220         * win32/MANIFEST:
9221         * win32/gst.sln:
9222           add win32 MANIFEST file
9223           do something to the hungarian translation
9224
9225 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9226
9227         * ext/Makefile.am:
9228           Add $(PANGO_DIR) to SUBDIRS
9229
9230         * ext/pango/gstclockoverlay.c:
9231         * ext/pango/gsttimeoverlay.c:
9232           Fix and improve element descriptions.
9233
9234 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9235
9236         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9237         * docs/plugins/inspect/plugin-libvisual.xml:
9238         * docs/plugins/inspect/plugin-pango.xml:
9239           add pango plugin to docs
9240
9241 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9242
9243         * configure.ac:
9244         * ext/Makefile.am:
9245           moved pango to base
9246
9247 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9248
9249         * configure.ac:
9250         * tests/Makefile.am:
9251         * tests/icles/.cvsignore:
9252         * tests/icles/Makefile.am:
9253         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9254         (close_display), (resize_window), (move_window), (create_window),
9255         (terminate_playback), (pause_playback), (start_playback), (main):
9256           add stress test for xoverlay from Julien
9257
9258 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9259
9260         * docs/libs/tmpl/gstcolorbalance.sgml:
9261         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9262         * gst-libs/gst/rtp/gstbasertppayload.c:
9263         * gst-libs/gst/rtp/gstrtpbuffer.c:
9264         * gst-libs/gst/rtp/gstrtpbuffer.h:
9265           Do burger's rename for rtp payloaders and depayloaders
9266
9267 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9268
9269         * win32/:
9270           add Visual Studio 6 build files
9271
9272 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9273
9274         * docs/libs/gst-plugins-base-libs-docs.sgml:
9275         * docs/libs/gst-plugins-base-libs-sections.txt:
9276         * docs/libs/tmpl/gstaudio.sgml:
9277         * docs/libs/tmpl/gstringbuffer.sgml:
9278         * gst-libs/gst/interfaces/xoverlay.c:
9279         * gst-libs/gst/video/gstvideofilter.c:
9280         * gst-libs/gst/video/gstvideosink.c:
9281           update documentation
9282
9283 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9284
9285         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9286         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9287         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9288         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9289         (gst_multi_fd_sink_get_stats),
9290         (gst_multi_fd_sink_remove_client_link),
9291         (gst_multi_fd_sink_handle_client_read),
9292         (gst_multi_fd_sink_client_queue_data),
9293         (gst_multi_fd_sink_client_queue_caps),
9294         (gst_multi_fd_sink_client_queue_buffer),
9295         (gst_multi_fd_sink_new_client),
9296         (gst_multi_fd_sink_handle_client_write),
9297         (gst_multi_fd_sink_recover_client),
9298         (gst_multi_fd_sink_queue_buffer),
9299         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9300         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9301         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9302         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9303         * gst/tcp/gstmultifdsink.h:
9304         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9305         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9306         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9307         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9308         (gst_tcp_client_sink_set_property),
9309         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9310         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9311         * gst/tcp/gsttcpclientsink.h:
9312         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9313         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9314         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9315         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9316         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9317         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9318         * gst/tcp/gsttcpclientsrc.h:
9319         * gst/tcp/gsttcpplugin.c: (plugin_init):
9320         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9321         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9322         (gst_tcp_server_sink_finalize),
9323         (gst_tcp_server_sink_handle_server_read),
9324         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9325         (gst_tcp_server_sink_set_property),
9326         (gst_tcp_server_sink_get_property),
9327         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9328         * gst/tcp/gsttcpserversink.h:
9329         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9330         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9331         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9332         (gst_tcp_server_src_set_property),
9333         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9334         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9335         * gst/tcp/gsttcpserversrc.h:
9336           more borgifying
9337
9338 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9339
9340         * docs/plugins/Makefile.am:
9341         * docs/plugins/gst-plugins-base-plugins.args:
9342         * docs/plugins/inspect/plugin-libvisual.xml:
9343         * gst/audioconvert/plugin.h:
9344         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9345         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9346         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9347         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9348         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9349         (plugin_init):
9350         * gst/audiotestsrc/gstaudiotestsrc.c:
9351         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9352         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9353         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9354         (gst_audio_test_src_get_query_types),
9355         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9356         (gst_audio_test_src_create_square),
9357         (gst_audio_test_src_create_saw),
9358         (gst_audio_test_src_create_triangle),
9359         (gst_audio_test_src_create_silence),
9360         (gst_audio_test_src_create_white_noise),
9361         (gst_audio_test_src_init_pink_noise),
9362         (gst_audio_test_src_generate_pink_noise_value),
9363         (gst_audio_test_src_create_pink_noise),
9364         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9365         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9366         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9367         (plugin_init):
9368         * gst/audiotestsrc/gstaudiotestsrc.h:
9369         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9370         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9371         (gst_sub_parse_init), (gst_sub_parse_formats),
9372         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9373         (convert_encoding), (get_next_line),
9374         (gst_sub_parse_data_format_autodetect),
9375         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9376         (gst_sub_parse_loop), (gst_sub_parse_chain),
9377         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9378         (plugin_init):
9379         * gst/subparse/gstsubparse.h:
9380         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9381         (gst_video_rate_base_init), (gst_video_rate_class_init),
9382         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9383         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9384         (gst_video_rate_init), (gst_video_rate_event),
9385         (gst_video_rate_chain), (gst_video_rate_set_property),
9386         (gst_video_rate_get_property), (gst_video_rate_change_state),
9387         (plugin_init):
9388         * gst/videoscale/gstvideoscale.c:
9389         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9390         (gst_video_scale_src_template_factory),
9391         (gst_video_scale_sink_template_factory),
9392         (gst_video_scale_get_type), (gst_video_scale_base_init),
9393         (gst_video_scale_class_init), (gst_video_scale_init),
9394         (gst_video_scale_set_property), (gst_video_scale_get_property),
9395         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9396         (gst_video_scale_prepare_size), (parse_caps),
9397         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9398         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9399         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9400         (plugin_init):
9401         * gst/videoscale/gstvideoscale.h:
9402         * gst/videotestsrc/gstvideotestsrc.c:
9403         (gst_video_test_src_pattern_get_type),
9404         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9405         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9406         (gst_video_test_src_set_pattern),
9407         (gst_video_test_src_set_property),
9408         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9409         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9410         (gst_video_test_src_event), (gst_video_test_src_get_times),
9411         (gst_video_test_src_create), (plugin_init):
9412         * gst/videotestsrc/gstvideotestsrc.h:
9413         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9414         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9415         (gst_video_test_src_black):
9416         * gst/videotestsrc/videotestsrc.h:
9417           borgify further
9418           clean up docs a little
9419
9420 2005-11-30  Wim Taymans  <wim@fluendo.com>
9421
9422         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9423         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9424         (gst_basertppayload_event), (gst_basertppayload_push),
9425         (gst_basertppayload_change_state):
9426         * gst-libs/gst/rtp/gstbasertppayload.h:
9427         closed #320644.
9428
9429 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9430
9431         * docs/libs/gst-plugins-base-libs-docs.sgml:
9432         * docs/libs/gst-plugins-base-libs-sections.txt:
9433         * gst-libs/gst/video/gstvideofilter.c:
9434         * gst-libs/gst/video/gstvideosink.c:
9435         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9436
9437 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9438
9439         * LICENSE:
9440           move
9441         * po/af.po:
9442         * po/az.po:
9443         * po/cs.po:
9444         * po/en_GB.po:
9445         * po/hu.po:
9446         * po/it.po:
9447         * po/nb.po:
9448         * po/nl.po:
9449         * po/or.po:
9450         * po/sq.po:
9451         * po/sr.po:
9452         * po/sv.po:
9453         * po/uk.po:
9454         * po/vi.po:
9455         * Makefile.am:
9456           update
9457         * scripts/autoplugins.sh:
9458           remove
9459
9460 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9461
9462         * Makefile.am:
9463         * configure.ac:
9464         * examples/Makefile.am:
9465         * examples/capsfilter/Makefile.am:
9466         * examples/capsfilter/capsfilter1.c:
9467         * examples/gob/Makefile.am:
9468         * examples/gob/gst-identity2.gob:
9469         * examples/indexing/.cvsignore:
9470         * examples/indexing/Makefile.am:
9471         * examples/indexing/indexmpeg.c:
9472         * examples/seeking/.cvsignore:
9473         * examples/seeking/Makefile.am:
9474         * examples/seeking/cdparanoia.c:
9475         * examples/seeking/cdplayer.c:
9476         * examples/seeking/chained.c:
9477         * examples/seeking/scrubby.c:
9478         * examples/seeking/seek.c:
9479         * examples/stats/Makefile.am:
9480         * examples/stats/mp2ogg.c:
9481         * examples/switch/.cvsignore:
9482         * examples/switch/Makefile.am:
9483         * examples/switch/switcher.c:
9484         * tests/Makefile.am:
9485         * tests/check/generic/.cvsignore:
9486         * tests/check/pipelines/.cvsignore:
9487         * tests/examples/Makefile.am:
9488         * tests/examples/seek/Makefile.am:
9489           reorganize stuff under tests/
9490
9491 2005-11-30  Edward Hervey  <edward@fluendo.com>
9492
9493         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9494         Go away you stupid GstStaticPadTemplate memleak.
9495
9496 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9497
9498         * gst-libs/gst/net/Makefile.am:
9499         * gst-libs/gst/net/README:
9500         * gst-libs/gst/net/gstnetbuffer.c:
9501         * gst-libs/gst/net/gstnetbuffer.h:
9502           this was moved to "netbuffer"
9503
9504 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9505
9506         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9507         (gst_video_filter_class_init), (gst_video_filter_init):
9508         * gst-libs/gst/video/gstvideofilter.h:
9509           borgify name to bring in line with other classes
9510
9511 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9512
9513         * gst/audioscale/.cvsignore:
9514         * gst/audioscale/Makefile.am:
9515         * gst/audioscale/README:
9516         * gst/audioscale/audioscale.vcproj:
9517         * gst/audioscale/dtof.c:
9518         * gst/audioscale/dtos.c:
9519         * gst/audioscale/functable.c:
9520         * gst/audioscale/gstaudioscale.c:
9521         * gst/audioscale/gstaudioscale.h:
9522         * gst/audioscale/private.h:
9523         * gst/audioscale/resample.c:
9524         * gst/audioscale/resample.h:
9525         * gst/audioscale/test.c:
9526           remove
9527
9528 2005-11-30  Edward Hervey  <edward@fluendo.com>
9529
9530         * gst-libs/gst/netbuffer/Makefile.am:
9531         really, really tired
9532
9533 2005-11-30  Edward Hervey  <edward@fluendo.com>
9534
9535         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9536         Update for new GstTypeFindFactory _register()
9537
9538 2005-11-30  Edward Hervey  <edward@fluendo.com>
9539
9540         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9541         Let's not override libgstnet from core for no reason...
9542         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9543         Ok, maybe not so quick next time.
9544
9545 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9546
9547         * configure.ac:
9548         * gst-libs/gst/Makefile.am:
9549           moved gst-libs/gst/net to netbuffer through CVS surgery
9550           remove old directory
9551           updating build to accomodate
9552           (#322257)
9553
9554 2005-11-29  Andy Wingo  <wingo@pobox.com>
9555
9556         * pkgconfig/gstreamer-plugins-base.pc.in:
9557         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9558         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9559         (#322257).
9560
9561 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9562
9563         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9564         3rd time's the charm. Correct ref-counting for discarded buffers.
9565
9566 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9567
9568         * gst/playback/gststreamselector.c:
9569         (gst_stream_selector_class_init),
9570         (gst_stream_selector_set_property),
9571         (gst_stream_selector_get_property),
9572         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9573         Fix ref-counting
9574
9575 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9576
9577         * gst/subparse/gstsubparse.c: (feed_textbuf):
9578           Don't access already unref'ed buffer.
9579
9580 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9581
9582         * gst/playback/gststreamselector.c:
9583         (gst_stream_selector_class_init), (gst_stream_selector_init),
9584         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9585         (gst_stream_selector_get_property),
9586         (gst_stream_selector_get_linked_pad),
9587         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9588         * gst/playback/gststreamselector.h:
9589         Add the active-pad property for playbin to use shortly. Ignore buffers
9590         from any other pad, returning GST_FLOW_NOT_LINKED
9591
9592 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9593
9594         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9595         patch from bug #322704 (Alessandro Decina).
9596
9597 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9598
9599         * gst-libs/gst/audio/Makefile.am:
9600           folded audiofilter into the audio library
9601
9602 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9603
9604         * gst/videoscale/gstvideoscale.h:
9605         * gst/videoscale/gstvideoscale.c:
9606           remove unimplemented scale methods
9607
9608 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9609
9610         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9611           Don't leak caps.
9612
9613 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9614
9615         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9616         (gst_ximagesink_setcaps):
9617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9618         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9619         happens (only visible on ximagesink but bug is in xv too) set_caps was
9620         destroying the internal x[v]image used to memcpy non locally alloced
9621         buffers so that it got renewed on next _chain. The issue is that 
9622         _expose will try to put that image as it reffed it in _put.
9623         Using gst_buffer_unref instead of destroy fixes it !
9624
9625 2005-11-28  Edward Hervey  <edward@fluendo.com>
9626
9627         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9628         (try_to_link_1), (queue_filled_cb):
9629         Better use of the queues. Start with a small size queue and only increase
9630         the size of the queues when the other queues are empty.
9631
9632 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9633
9634         * gst-libs/gst/video/Makefile.am:
9635           compile in copied-over videofilter into the video library
9636         * gst-libs/gst/video/videosink.h:
9637           rename the header to gstvideosink.h since it's a base GstObject class
9638         * sys/ximage/ximagesink.h:
9639         * sys/xvimage/xvimagesink.h:
9640           use the new header
9641
9642 2005-11-28  Wim Taymans  <wim@fluendo.com>
9643
9644         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9645         * gst/playback/gstplaybasebin.h:
9646         Prepare to handle errors betters.
9647
9648         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9649         Set sinks to PAUSED first before adding and linking them so that
9650         we don't interrupt dataflow.
9651
9652 2005-11-28  Wim Taymans  <wim@fluendo.com>
9653
9654         * gst-libs/gst/audio/TODO:
9655         Updated TODO
9656
9657         * gst-libs/gst/audio/gstaudiosink.c:
9658         (gst_audioringbuffer_open_device),
9659         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9660         (gst_audioringbuffer_release):
9661         Small cleanups.
9662
9663         * gst-libs/gst/audio/gstbaseaudiosink.c:
9664         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9665         (gst_base_audio_sink_change_state):
9666         Slave to the master clock when going to PLAYING and unslave when
9667         going to PAUSED.
9668
9669         * gst-libs/gst/audio/gstringbuffer.c:
9670         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9671         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9672         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9673         (gst_ring_buffer_clear_all), (wait_segment),
9674         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9675         (gst_ring_buffer_advance):
9676         * gst-libs/gst/audio/gstringbuffer.h:
9677         Add some docs and cleanups.
9678
9679 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9680
9681         * sys/xvimage/xvimagesink.c:
9682         (gst_xvimagesink_navigation_send_event): Fix navigation events
9683         coordinates translation with pixel aspect ratios.
9684
9685 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9686
9687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9688         Use calculated video geometry from _setcaps instead of buffer
9689         caps to respect pixel aspect ratio. (fixes #322388)
9690
9691 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9692
9693         * docs/libs/tmpl/gstcolorbalance.sgml:
9694         * docs/libs/tmpl/gstmixer.sgml:
9695         * docs/libs/tmpl/gstxoverlay.sgml:
9696         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
9697         interface.
9698
9699 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9700
9701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
9702         Refuse to create an XvImage if we can't find the format.
9703
9704 2005-11-28  Edward Hervey  <edward@fluendo.com>
9705
9706         * gst-libs/gst/riff/riff-media.c:
9707         (gst_riff_create_audio_template_caps):
9708         Add ATRAC3 to the list of riff-possible audio caps.
9709         I know we still don't have a plugin for atrac3, but it's saner to output
9710         that than a cryptic mimetype.
9711
9712 2005-11-27  Edward Hervey  <edward@fluendo.com>
9713
9714         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
9715         Don't try to create a zero-sized subbuffer.
9716
9717 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9718
9719         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
9720         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9721         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
9722         (gst_ximagesink_expose): Fixed a tricky race.
9723         * sys/ximage/ximagesink.h:
9724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9725         (gst_xvimagesink_expose): Fixed a tricky race.
9726         * sys/xvimage/xvimagesink.h:
9727
9728 2005-11-27  Edward Hervey  <edward@fluendo.com>
9729
9730         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9731         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
9732         Remove unused properties, and add queues between demuxers and decoders
9733         so that a lot more files can preroll properly.
9734
9735 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9736
9737         * gst-libs/gst/net/Makefile.am:
9738         * gst-libs/gst/rtp/Makefile.am:
9739         * gst-libs/gst/tag/Makefile.am:
9740           remove silly include
9741         * gst/tags/Makefile.am:
9742         * gst/tags/gsttagediting.c:
9743         * gst/tags/gsttageditingprivate.h:
9744         * gst/tags/tagedit.vcproj:
9745           remove directory, is as good as empty
9746
9747 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9748
9749         * configure.ac:
9750           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
9751         * gst-libs/Makefile.am:
9752         * gst-libs/gst/audio/Makefile.am:
9753         * gst-libs/gst/interfaces/Makefile.am:
9754         * gst-libs/gst/net/Makefile.am:
9755         * gst-libs/gst/riff/Makefile.am:
9756         * gst-libs/gst/rtp/Makefile.am:
9757         * gst-libs/gst/tag/Makefile.am:
9758         * gst-libs/gst/video/Makefile.am:
9759           and use them
9760
9761 2005-11-27  Julien MOUTTE  <julien@moutte.net>
9762
9763         * docs/libs/tmpl/gstcolorbalance.sgml:
9764         * docs/libs/tmpl/gstmixer.sgml:
9765         * docs/libs/tmpl/gstxoverlay.sgml:
9766         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
9767         * sys/ximage/ximagesink.h:
9768         * sys/xvimage/xvimagesink.h: More and more documentation.
9769
9770 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9771
9772         * docs/libs/gst-plugins-base-libs-docs.sgml:
9773         * docs/libs/gst-plugins-base-libs-sections.txt:
9774         * docs/libs/tmpl/gstcolorbalance.sgml:
9775         * docs/libs/tmpl/gstmixer.sgml:
9776         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
9777         to documentation.
9778
9779 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9780
9781         * docs/plugins/Makefile.am:
9782         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9783         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9784         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
9785
9786 2005-11-26  Julien MOUTTE  <julien@moutte.net>
9787
9788         * docs/plugins/Makefile.am:
9789         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9790         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9791         * docs/plugins/inspect/plugin-adder.xml:
9792         * docs/plugins/inspect/plugin-alsa.xml:
9793         * docs/plugins/inspect/plugin-audioconvert.xml:
9794         * docs/plugins/inspect/plugin-audiorate.xml:
9795         * docs/plugins/inspect/plugin-audioresample.xml:
9796         * docs/plugins/inspect/plugin-audiotestsrc.xml:
9797         * docs/plugins/inspect/plugin-decodebin.xml:
9798         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9799         * docs/plugins/inspect/plugin-gnomevfs.xml:
9800         * docs/plugins/inspect/plugin-ogg.xml:
9801         * docs/plugins/inspect/plugin-playbin.xml:
9802         * docs/plugins/inspect/plugin-subparse.xml:
9803         * docs/plugins/inspect/plugin-tcp.xml:
9804         * docs/plugins/inspect/plugin-theora.xml:
9805         * docs/plugins/inspect/plugin-typefindfunctions.xml:
9806         * docs/plugins/inspect/plugin-video4linux.xml:
9807         * docs/plugins/inspect/plugin-videorate.xml:
9808         * docs/plugins/inspect/plugin-videoscale.xml:
9809         * docs/plugins/inspect/plugin-videotestsrc.xml:
9810         * docs/plugins/inspect/plugin-volume.xml:
9811         * docs/plugins/inspect/plugin-vorbis.xml:
9812         * docs/plugins/inspect/plugin-ximagesink.xml:
9813         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
9814         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
9815
9816 2005-11-26  Edward Hervey  <edward@fluendo.com>
9817
9818         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
9819         Properly return GstFlowReturn from gst_pad_push in chain functions.
9820
9821 2005-11-25  Michael Smith  <msmith@fluendo.com>
9822
9823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
9824         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
9825         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9826         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
9827           Handle various conditions better when we don't understand a stream.
9828           Removes a heap of CRITICALs on ogg streams containing unknown data.
9829
9830 2005-11-24  Andy Wingo  <wingo@pobox.com>
9831
9832         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
9833         Be threadsafe.
9834
9835 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9836
9837         * configure.ac: back to HEAD
9838
9839 === release 0.9.6 ===
9840
9841 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
9842
9843         * configure.ac:
9844           releasing 0.9.6, "White Eight"
9845
9846 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9847
9848         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9849         * docs/plugins/inspect/plugin-sine.xml:
9850           remove sinesrc some more
9851
9852 2005-11-23  Wim Taymans  <wim@fluendo.com>
9853
9854         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9855         If we are reading too slowly, jump forward in the ringbuffer
9856         instead of blocking.
9857
9858 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9859
9860         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
9861         (gst_visual_chain):
9862         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
9863         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
9864         (gst_videorate_chain):
9865         * gst/videotestsrc/gstvideotestsrc.c:
9866         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
9867         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
9868         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
9869         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
9870         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9871         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9872           Updates for API changes
9873
9874 2005-11-23  Wim Taymans  <wim@fluendo.com>
9875
9876         * gst-libs/gst/audio/gstbaseaudiosink.c:
9877         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9878         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9879         Fix for calibration API change.
9880
9881 2005-11-23  Michael Smith <msmith@fluendo.com>
9882
9883         * gst-libs/gst/audio/multichannel.c:
9884         (gst_audio_get_channel_positions),
9885         (gst_audio_set_channel_positions),
9886         (gst_audio_set_structure_channel_positions_list),
9887         (gst_audio_fixate_channel_positions):
9888           Use gst_value_array_*() functions on value arrays, not
9889           gst_value_list_*().
9890
9891 2005-11-23  Edward Hervey  <edward@fluendo.com>
9892
9893         * autogen.sh:
9894         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
9895         Fixes autogen
9896
9897 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9898
9899         * check/Makefile.am:
9900         * check/elements/videotestsrc.c: (setup_videotestsrc),
9901         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
9902         (main):
9903           add a test for videotestsrc
9904
9905 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9906
9907         * gst/sine/.cvsignore:
9908         * gst/sine/Makefile.am:
9909         * gst/sine/gstsinesrc.c:
9910         * gst/sine/gstsinesrc.h:
9911         * gst/sine/sinesrc.vcproj:
9912           and remove sinesrc from the repository.  Closes #321446
9913
9914 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9915
9916         * configure.ac:
9917         * gst-plugins-base.spec.in:
9918           remove sinesrc from the build
9919
9920 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9921
9922         * check/Makefile.am:
9923         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
9924         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
9925         (main):
9926           add a test for audiotestsrc, testing all waves.  Even seems
9927           leak-free at first glance, nice job Stefan
9928
9929 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9930
9931         * po/af.po:
9932         * po/az.po:
9933         * po/cs.po:
9934         * po/en_GB.po:
9935         * po/hu.po:
9936         * po/it.po:
9937         * po/nb.po:
9938         * po/nl.po:
9939         * po/or.po:
9940         * po/sq.po:
9941         * po/sr.po:
9942         * po/sv.po:
9943         * po/uk.po:
9944         * po/vi.po:
9945           Translation string updates
9946
9947         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9948         (gst_v4lsrc_set_caps):
9949         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9950         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9951         * sys/v4l/v4lsrc_calls.h:
9952           Improve v4lsrc, by making it work again.
9953
9954 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
9955
9956         * ext/libvisual/visual.c: (gst_visual_chain):
9957           Fix the fps calculations.
9958
9959         * gst/ffmpegcolorspace/avcodec.h:
9960           Move structure element for clarity
9961
9962         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
9963         * gst-libs/gst/interfaces/tunernorm.h:
9964         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
9965         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9966         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9967         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
9968         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
9969         (gst_v4lmjpegsrc_getcaps):
9970         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
9971         (gst_v4lsrc_set_caps):
9972         * sys/v4l/gstv4lsrc.h:
9973         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9974         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
9975         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
9976         * sys/v4l/v4lsrc_calls.h:
9977           Fractional framerates...
9978
9979 2005-11-22  Wim Taymans  <wim@fluendo.com>
9980
9981         * gst-libs/gst/audio/gstbaseaudiosink.c:
9982         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
9983         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9984         And we provide a clock by default, of course...
9985
9986 2005-11-22  Wim Taymans  <wim@fluendo.com>
9987
9988         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
9989         This clock can be slaved to a master clock now.
9990
9991         * gst-libs/gst/audio/gstbaseaudiosink.c:
9992         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9993         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
9994         (gst_base_audio_sink_set_clock),
9995         (gst_base_audio_sink_set_property),
9996         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
9997         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9998         * gst-libs/gst/audio/gstbaseaudiosink.h:
9999         Handle slaving the internal clock to the clock selected in the
10000         pipeline.
10001         Add property to make the basesink not provide a clock.
10002
10003         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10004         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10005         (gst_base_rtp_depayload_wait):
10006         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10007         We can use the clock in GstElement, no need to store it ourselves.
10008
10009 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10010
10011         * docs/libs/tmpl/gstaudio.sgml:
10012           update
10013         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10014         (gst_paranoia_endian_get_type):
10015         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10016         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10017         * gst/audiotestsrc/gstaudiotestsrc.c:
10018         (gst_audiostestsrc_wave_get_type):
10019         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10020         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10021         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10022         (gst_sync_method_get_type), (gst_unit_type_get_type),
10023         (gst_client_status_get_type), (gst_multifdsink_class_init),
10024         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10025         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10026         (gst_multifdsink_get_property):
10027         * gst/tcp/gstmultifdsink.h:
10028         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10029         * gst/videotestsrc/gstvideotestsrc.c:
10030         (gst_videotestsrc_pattern_get_type):
10031           remove deprecated properties
10032           fix up enums to correctly have short lowercase dashed nicks
10033
10034 2005-11-22  Michael Smith <msmith@fluendo.com>
10035
10036         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10037         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10038           Add underscore.
10039
10040 2005-11-22  Michael Smith <msmith@fluendo.com>
10041
10042         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10043         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10044           Use utility method for scaling clocktime for fractional framerates.
10045
10046 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10047
10048         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10049         (gst_visual_chain):
10050         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10051         * ext/theora/theoradec.c: (theora_handle_type_packet):
10052         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10053         (theora_enc_chain):
10054         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10055         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10056         * gst-libs/gst/video/video.h:
10057         * gst/ffmpegcolorspace/avcodec.h:
10058         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10059         (gst_ffmpeg_caps_to_pixfmt):
10060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10061         (gst_ffmpegcsp_set_caps):
10062         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10063         (gst_videorate_setcaps), (gst_videorate_blank_data),
10064         (gst_videorate_chain):
10065         * gst/videotestsrc/gstvideotestsrc.c:
10066         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10067         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10068         (gst_videotestsrc_event), (gst_videotestsrc_create):
10069         * gst/videotestsrc/gstvideotestsrc.h:
10070         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10071         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10072         (gst_ximagesink_get_times), (gst_ximagesink_init):
10073         * sys/ximage/ximagesink.h:
10074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10075         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10076         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10077         * sys/xvimage/xvimagesink.h:
10078           Convert elements to use fractions for their framerate.
10079           V4L elements to come later tonight.
10080
10081 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10082
10083         * gst-libs/gst/audio/audio.c:
10084         * gst-libs/gst/audio/audio.h:
10085           remove some deprecated functions
10086
10087 2005-11-22  Andy Wingo  <wingo@pobox.com>
10088
10089         * Update for gst_tag_setter API changes.
10090
10091 2005-11-22  Andy Wingo  <wingo@pobox.com>
10092
10093         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10094         (gst_ogg_demux_perform_seek):
10095         * ext/theora/theoradec.c (theora_dec_sink_event):
10096         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10097         update-funcnames.
10098
10099 2005-11-22  Wim Taymans  <wim@fluendo.com>
10100
10101         * examples/seeking/seek.c: (main):
10102         Give higher priority to bus signals than the gtk events
10103         to fix a race condition in the segment looping.
10104
10105 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10106
10107         * ext/theora/Makefile.am:
10108         * ext/vorbis/Makefile.am:
10109         * gst-libs/gst/tag/Makefile.am:
10110         * gst-plugins-base.spec.in:
10111           Rename libgsttagedit to libgsttag (#322117).
10112
10113 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10114
10115         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10117           Call gst_x_overlay_prepare_xwindow_id() to give applications
10118           a final chance to set their own xwindow id before the video
10119           sink creates its own window.
10120
10121 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10122
10123         * sys/xvimage/xvimagesink.c:
10124         (gst_xvimagesink_navigation_send_event): Handle navigation
10125         events correcly with borders if applicable.
10126
10127 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10128
10129         Patch by: Luca Ognibene
10130
10131         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10132         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10133         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10134         (gst_ffmpegcsp_caps_remove_format_info):
10135         * gst/ffmpegcolorspace/imgconvert.c:
10136         * gst/ffmpegcolorspace/imgconvert_template.h:
10137           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10138           #318353); use gst_structure_has_name().
10139
10140 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10141
10142         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10143         (gst_ximagesink_class_init): Add debug macros on functions.
10144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10145         (gst_xvimagesink_xwindow_draw_borders),
10146         (gst_xvimagesink_xvimage_put),
10147         (gst_xvimagesink_xwindow_update_geometry),
10148         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10149         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10150         (gst_xvimagesink_xcontext_clear),
10151         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10152         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10153         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10154         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10155         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10156         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10157         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10158         expose while being PAUSED, out of data flow navigation events, etc..
10159
10160 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10161
10162         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10163         * gst-libs/gst/audio/audio.h:
10164           fix prototype - wondering why the test worked regardless
10165
10166 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10167
10168         * check/Makefile.am:
10169         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10170         * gst-libs/gst/audio/audio.h:
10171           add a method that returns a proper GstClockTime
10172
10173 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10174
10175         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10176         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10177         * gst-libs/gst/interfaces/xoverlay.h:
10178           Remove everything having to do with the desired size; add 
10179           gst_x_overlay_prepare_xwindow_id() function; remove the
10180           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10181           post a message on the bus instead (#321816).
10182
10183         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10185         (gst_xvimagesink_xoverlay_init):
10186           Remove desired size stuff (#321816).
10187
10188 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10189
10190         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10191         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10192         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10193           Terminate vararg functions with NULL instead of 0 to 
10194           make gcc4 happy.
10195
10196 2005-11-21  Andy Wingo  <wingo@pobox.com>
10197
10198         patch by: Sebastien Cote <sebas642@yahoo.ca>
10199         
10200         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10201         * gst-libs/gst/rtp/gstrtpbuffer.c
10202         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10203
10204 2005-11-21  Andy Wingo  <wingo@pobox.com>
10205
10206         * gst/playback/gstplaybin.c (gen_audio_element) 
10207         (gen_video_element): Use the new MISSING_PLUGIN core error
10208         category. Closes #320060.
10209
10210         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10211         * gst/videorate/gstvideorate.c (gst_videorate_event):
10212         * ext/theora/theoradec.c (theora_dec_sink_event): 
10213         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10214         stream lock.
10215
10216         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10217         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10218         stream lock changes.
10219
10220 2005-11-21  Wim Taymans  <wim@fluendo.com>
10221
10222         * gst-libs/gst/audio/gstbaseaudiosink.c:
10223         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10224         (gst_base_audio_sink_provide_clock),
10225         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10226         (gst_base_audio_sink_change_state):
10227         * gst/audioresample/gstaudioresample.c:
10228         Segment update fix.
10229
10230 2005-11-21  Andy Wingo  <wingo@pobox.com>
10231
10232         * *.h:
10233         * *.c: Ran scripts/update-macros. Oh yes.
10234
10235 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10236
10237         * sys/ximage/Makefile.am:
10238         * sys/ximage/ximage.c:
10239           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10240           remove your old libgstximage.* manually if necessary).
10241
10242 2005-11-21  Michael Smith <msmith@fluendo.com>
10243
10244         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10245           Minimal fix for bug #320200: set the min/max bitrate in the correct
10246           units. A better fix would be to upgrade to the RATEMANAGE2
10247           interface, rather than using the deprecated interface used here, but
10248           that would require an update in our libvorbis dependency (to 1.1),
10249           which is probably undesirable.
10250
10251 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10252
10253         * ext/libvisual/visual.c: (get_buffer):
10254         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10255         (gst_base_audio_src_fixate):
10256         * gst/audioconvert/gstaudioconvert.c:
10257         (gst_audio_convert_fixate_caps):
10258         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10259         * gst/audiotestsrc/gstaudiotestsrc.c:
10260         (gst_audiotestsrc_src_fixate):
10261         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10262         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10263         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10264         * gst/videotestsrc/gstvideotestsrc.c:
10265         (gst_videotestsrc_src_fixate):
10266         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10268           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10269           (#322027)
10270
10271
10272 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10273
10274         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10275         (gst_riff_create_iavs_caps):
10276         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10277         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10278         (gst_riff_parse_info):
10279         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10280         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10282           Fixes for GST_FOURCC_FORMAT API change.
10283
10284 2005-11-21  Andy Wingo  <wingo@pobox.com>
10285
10286         patch by: Alessandro Dessina <alessandro nnva org>
10287
10288         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10289         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10290         (gst_ogg_parse_chain):
10291         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10292         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10293         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10294         gst_value_list calls on arrays. Fixes #321962.
10295
10296 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10297
10298         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10299         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10300         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10301         * gst/adder/gstadder.c: (gst_adder_init),
10302         (gst_adder_request_new_pad), (gst_adder_collected),
10303         (gst_adder_change_state):
10304           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10305           API change.
10306
10307 2005-11-21  Michael Smith <msmith@fluendo.com>
10308
10309         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10310         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10311           Properly handle pad_push return values.
10312
10313 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10314
10315         * gst-libs/gst/tag/Makefile.am:
10316         * gst-libs/gst/tag/gstvorbistag.c:
10317         (gst_tag_list_to_vorbiscomment_buffer):
10318           Remove obsolete vorbistag element and debug category.
10319
10320         * gst/playback/gstplaybasebin.c: (check_queue):
10321           Don't divide by 0 when queue-threshold is 0.
10322
10323         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10324           Don't modify an existing pixel-aspect-ratio if we fail to read
10325           a new one.
10326
10327 2005-11-20  Wim Taymans  <wim@fluendo.com>
10328
10329         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10330         (gst_vorbisenc_push_packet):
10331         GST_PAD_IS_USABLE is gone, use the return value of
10332         the push or pad_alloc_buffer instead.
10333
10334 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10335
10336         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10337         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10338         (gst_ximagesink_ximage_destroy),
10339         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10340         (gst_ximagesink_xwindow_new),
10341         (gst_ximagesink_xwindow_update_geometry),
10342         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10343         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10344         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10345         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10346         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10347         (gst_ximagesink_navigation_send_event),
10348         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10349         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10350         (gst_ximagesink_finalize), (gst_ximagesink_init),
10351         (gst_ximagesink_class_init):
10352         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10353         This new version brings correct software scaling, non flickering
10354         window while resizing, pixel aspect ratio handling, usage of
10355         hardware buffer pools, out of data flow event thread for 
10356         navigation and handling of expose events even when being PAUSED,
10357         a new property to keep video aspect ratio when resizing, etc...
10358
10359 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10360
10361         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10362         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10363         handling of PAR.
10364
10365 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10366
10367         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10368         Unsetting IS_SINK flag from the fakesink, so decodebin
10369         never behaves as a sink.
10370
10371 2005-11-17  Wim Taymans  <wim@fluendo.com>
10372
10373         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10374         (gst_base_audio_src_change_state):
10375         Fix the audiosrc base class again, we did not unflush.
10376
10377 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10378
10379         * examples/seeking/seek.c: (make_dv_pipeline),
10380         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10381         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10382         to ogg/vorbis/theora pipeline.
10383
10384 2005-11-17  Wim Taymans  <wim@fluendo.com>
10385
10386         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10387         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10388         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10389         Fix EOS on multiple streams.
10390         More debugging.
10391
10392 2005-11-16  Wim Taymans  <wim@fluendo.com>
10393
10394         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10395         (gst_ogg_demux_perform_seek):
10396         Segment done must include stream time.
10397
10398         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10399         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10400         (gst_ogg_mux_change_state):
10401         Fix ogg muxer again.
10402
10403 2005-11-16  Wim Taymans  <wim@fluendo.com>
10404
10405         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10406         Fix compile again.
10407
10408 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10409
10410         * ext/libvisual/visual.c: (gst_visual_init):
10411         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10412         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10413         (gst_ogg_parse_chain):
10414         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10415         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10416         * ext/theora/theoradec.c: (gst_theora_dec_init):
10417         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10418         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10419         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10420         * gst/adder/gstadder.c: (gst_adder_class_init),
10421         (gst_adder_dispose):
10422         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10423         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10424         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10425           Fix a whole set of pad template leaks
10426
10427 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10428
10429         * check/generic/states.c: (GST_START_TEST):
10430           fix the test so that it only checks for elements that are part of
10431           this source module
10432
10433 2005-11-16  Michael Smith <msmith@fluendo.com>
10434
10435         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10436         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10437         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10438         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10439         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10440         (gst_ogg_mux_change_state):
10441           Fix leaking collectpads.
10442
10443 2005-11-16  Edward Hervey  <edward@fluendo.com>
10444
10445         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10446         (gst_videorate_event), (gst_videorate_chain):
10447         Handle segment seeks
10448
10449 2005-11-16  Wim Taymans  <wim@fluendo.com>
10450
10451         * gst-libs/gst/audio/gstbaseaudiosink.c:
10452         (gst_base_audio_sink_provide_clock),
10453         (gst_base_audio_sink_change_state):
10454         Set ringbuffer to non-flushing when going to PAUSED, set to
10455         flushing again when going to READY.
10456
10457         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10458         (gst_ring_buffer_stop):
10459         Start in flushing mode by default.
10460         Don't set flushing in the _stop method, let the app call
10461         this explicitly.
10462
10463 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10464
10465         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10466         * gst-libs/gst/video/videosink.h: Add helper function needed
10467         for video sinks.
10468
10469 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10470
10471         * gst/videoscale/gstvideoscale.c:
10472         (gst_videoscale_handle_src_event):
10473           Don't leak reference to pad parent.
10474
10475 2005-11-16  Wim Taymans  <wim@fluendo.com>
10476
10477         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10478         Set ringbuffer to flushing when stopping so that we don't
10479         block on wait_segment anymore and livelock.
10480
10481 2005-11-16  Wim Taymans  <wim@fluendo.com>
10482
10483         * examples/seeking/seek.c: (send_event), (do_seek),
10484         (loop_toggle_cb), (segment_done), (main):
10485         Added looping checkbox.
10486
10487 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10488
10489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10490         (gst_ogg_demux_init):
10491         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10492         (gst_vorbis_dec_init):
10493           revert unrefs, they don't pass make check
10494
10495 2005-11-15  Johan Dahlin  <johan@gnome.org>
10496
10497         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10498         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10499         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10500         (gst_vorbis_dec_init):
10501         Fix pad template leaks. 
10502
10503 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10504
10505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10506           Make state change function thread safe.
10507
10508 2005-11-15  Edward Hervey  <edward@fluendo.com>
10509
10510         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10511         (gst_ogg_demux_class_init):
10512         Implement GstElement::send_event, so we can send seek events
10513         in GST_STATE_READY
10514
10515 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10516
10517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10518         Discovered how to take away flickering while resizing the
10519         window. Please don't put that in ximagesink, refactoring in
10520         progress.
10521
10522 2005-11-14  Michael Smith <msmith@fluendo.com>
10523
10524         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10525         (gst_multifdsink_render):
10526           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10527
10528 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10529
10530         * gst/playback/gstplaybin.c: (gen_audio_element):
10531           Use autoaudiosink, it tends to be more widely available than
10532           autoaudiiosink.
10533           
10534 2005-11-14  Andy Wingo  <wingo@pobox.com>
10535
10536         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10537         as well if it is available. Fixes #316442.
10538
10539 2005-11-14  Michael Smith <msmith@fluendo.com>
10540
10541         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10542         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10543         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10544         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10545         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10546         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10547         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10548         (gst_vorbisenc_change_state):
10549           Fix a small memory leak in vorbisenc.
10550           Fix large memory leaks in oggmux, also fix lots of state change
10551           bugs in oggmux.
10552
10553 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10554
10555         * gst/videotestsrc/gstvideotestsrc.c:
10556         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10557         (gst_videotestsrc_src_fixate):
10558           move fixation to a fixate function
10559           remove negotiate function, basesrc's is good enough
10560           fixes a bug for check when using the element alone
10561
10562 2005-11-13  Edward Hervey  <edward@fluendo.com>
10563
10564         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10565         (key_toggle_cb), (main):
10566         Added checkboxes for adding/removing the accurate and key_unit seek
10567         flags.
10568
10569 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10570
10571         * configure.ac: back to HEAD
10572
10573 === release 0.9.5 ===
10574
10575 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10576
10577         * configure.ac:
10578           releasing 0.9.5, "No No Kia"
10579
10580 2005-11-11  Edward Hervey  <edward@fluendo.com>
10581
10582         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10583         Added parse-launch syntax seeking mode for the seeking example.
10584         This should help stress-test even more cases.
10585         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10586
10587 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10588
10589         * sys/xvimage/xvimagesink.c:
10590         (gst_xvimagesink_navigation_send_event):
10591           Check whether peer pad exists before sending navigation events
10592           to it.
10593
10594 2005-11-11  Michael Smith <msmith@fluendo.com>
10595
10596         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10597         (gst_vorbisenc_buffer_from_packet):
10598         * ext/vorbis/vorbisenc.h:
10599           Set duration on encoded buffers. This allows oggmux's
10600           max_page_delay parameter to actually work.
10601
10602 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10603
10604         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10605         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10606         (gst_ffmpegcsp_avpicture_fill):
10607         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10608         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10609           Make palettes work again (see #132341). Use our own macros
10610           for rounding up.
10611
10612 2005-11-10  Andy Wingo  <wingo@pobox.com>
10613
10614         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10615         string doober.
10616
10617 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10618
10619         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10620         (gst_ffmpegcsp_transform_caps):
10621           Prefer passthrough in transform_caps
10622
10623 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10624
10625         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10626           check for ALSA errors properly, instead of relying on ALSA's
10627           error strings to serve to the user.
10628
10629 2005-11-10  Wim Taymans  <wim@fluendo.com>
10630
10631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10632         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10633         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10634         Modernise the seek code.
10635
10636 2005-11-10  Michael Smith <msmith@fluendo.com>
10637         
10638         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10639         (setup_substreams), (set_active_source):
10640           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10641           trying to go to NULL if we failed to read a file.
10642
10643 2005-11-10  Wim Taymans  <wim@fluendo.com>
10644
10645         * gst/audiotestsrc/gstaudiotestsrc.c:
10646         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10647         (gst_audiotestsrc_create):
10648         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10649         (gst_sinesrc_get_times), (gst_sinesrc_create):
10650         * gst/videotestsrc/gstvideotestsrc.c:
10651         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10652         (gst_videotestsrc_create):
10653         The base class can now sync for us.
10654
10655 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10656
10657         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10658           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10659           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10660           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10661           format=(fourcc)I420" ! xvimagesink
10662
10663 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10664
10665         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10666         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10667         (gst_sinesrc_newsegment):
10668           Send newsegment event in TIME format, set duration if
10669           num-buffers is set, fix duration querying.
10670
10671 2005-11-10  Michael Smith <msmith@fluendo.com>
10672
10673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10674         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10675         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10676         (gst_ogg_mux_collected):
10677          Fix EOS handling, partially. Now forwarding an EOS event once we have
10678          EOS on all pads works correctly. However, we still don't properly set
10679          EOS on the actual ogg stream pages.
10680
10681 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10684           Set elements to NULL state before disposing of them.
10685
10686 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10687
10688         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10689
10690         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10691         (gst_base_rtp_depayload_init),
10692         (gst_base_rtp_depayload_set_gst_timestamp):
10693         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10694           We need to send a newsegment event for each instance, not
10695           just for the first instance of this class (get rid of
10696           static variable in function). (#321011).
10697           
10698 2005-11-08  Michael Smith <msmith@fluendo.com>
10699
10700         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10701         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
10702         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
10703         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
10704           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
10705           This makes us mux things correctly according to the ogg muxing
10706           rules. Still not handling EOS correctly right now, though.
10707
10708 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10709
10710         * gst/audioconvert/gstaudioconvert.c:
10711           Fix typo in docs. 
10712
10713 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
10714
10715         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
10716         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
10717           Initialise segment_stop to GST_CLOCK_TIME_NONE when
10718           creating a new chain; should fix live streaming. Also
10719           add more debug output and fix a typo.
10720
10721 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
10722
10723         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
10724
10725         * gst/volume/gstvolume.c: (volume_set_caps):
10726           Fix compilation on Solaris with Forte. (#320923)
10727
10728 2005-11-08  Wim Taymans  <wim@fluendo.com>
10729
10730         * gst-libs/gst/audio/gstbaseaudiosink.c:
10731         (gst_base_audio_sink_render):
10732         No need to do a typecheck.
10733
10734 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
10735
10736         * ext/alsa/gstalsa.h:
10737           We register a debug category, so let's use it.
10738
10739 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10740
10741         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10742         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
10743         Fixed a small problem.
10744
10745 2005-11-04  Wim Taymans  <wim@fluendo.com>
10746
10747         * examples/seeking/Makefile.am:
10748         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
10749         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
10750         (make_playerbin_pipeline), (format_value), (update_scale),
10751         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
10752         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
10753         (print_usage), (main):
10754         Added app for playback speed testing.
10755
10756         * examples/seeking/seek.c: (dynamic_link),
10757         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
10758         (make_mpeg_pipeline), (do_seek), (set_update_scale),
10759         (message_received), (main):
10760         Updated seek example.
10761
10762 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
10763
10764         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10765         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10766         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
10767         (gst_base_rtp_depayload_set_clock):
10768         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10769         Don't sleep on the bench (system clock) when you have a nice 
10770         comfortable bed (Gstreamer clock) to sleep on.
10771
10772 2005-11-03  Wim Taymans  <wim@fluendo.com>
10773
10774         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10775         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
10776         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
10777         Handle the case where a pad_block failed.
10778
10779 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
10780
10781         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
10782
10783         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10784         (gst_base_rtp_depayload_add_to_queue),
10785         (gst_base_rtp_depayload_push),
10786         (gst_base_rtp_depayload_set_gst_timestamp),
10787         (gst_base_rtp_depayload_queue_release):
10788           Fixes some bugs in the depayloader's queuing/de-queueing code.
10789
10790 2005-10-31  Michael Smith <msmith@fluendo.com>
10791
10792         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10793         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10794         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
10795           Patch from Alessandro Decina <alessandro@nnva.org>.
10796           Make oggdemux only find the final time in a chain, not per-pad,
10797           since the per-pad information can be very expensive to locate, and
10798           it isn't used anywhere. This makes reading a file containing
10799           OggSkeleton reasonably fast.
10800           Also, make chain finding work when there are logical bitstreams that
10801           can't be decoded. Fixes #319110.
10802
10803 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10804
10805         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10806         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10807         (gst_base_rtp_depayload_chain),
10808         (gst_base_rtp_depayload_add_to_queue),
10809         (gst_base_rtp_depayload_push),
10810         (gst_base_rtp_depayload_set_gst_timestamp),
10811         (gst_base_rtp_depayload_queue_release),
10812         (gst_base_rtp_depayload_start_thread),
10813         (gst_base_rtp_depayload_set_property),
10814         (gst_base_rtp_depayload_get_property):
10815         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10816         Some random fixes, to fullfill the desires of thomas.
10817
10818 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10819
10820         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10821         (gst_base_rtp_depayload_add_to_queue),
10822         (gst_base_rtp_depayload_push):
10823         Fixed the queueing algorithm.
10824
10825 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
10826
10827         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10828         (gst_base_rtp_depayload_push):
10829         A small fix
10830
10831 2005-10-31  Wim Taymans  <wim@fluendo.com>
10832
10833         * gst-libs/gst/audio/gstringbuffer.h:
10834         Don't break ABI.
10835
10836         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10837         (gst_ffmpeg_caps_to_pixfmt):
10838         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10839         (gst_ffmpegcsp_set_caps):
10840         Some more comments.
10841         Handle missing required caps fields better.
10842
10843 2005-10-31  Wim Taymans  <wim@fluendo.com>
10844
10845         * gst-libs/gst/audio/gstbaseaudiosink.c:
10846         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
10847         (gst_base_audio_sink_render):
10848         * gst-libs/gst/audio/gstringbuffer.c:
10849         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10850         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
10851         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
10852         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
10853         (gst_ring_buffer_read):
10854         * gst-libs/gst/audio/gstringbuffer.h:
10855         Add flushing mode to the ringbuffer so that it in all cases does
10856         not try to handle more audio. This makes sure it does not try to
10857         block anymore when flushing and fixes a livelock.
10858
10859 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
10860
10861         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10862         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10863         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
10864           Explicitly check for -1 values before doing a conversion
10865           and always map them to -1. (#315545)
10866
10867 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10868
10869         * gst/playback/gstplaybin.c: (gen_video_element):
10870           first try autovideosink, then xvimagesink, then error out
10871         * po/POTFILES.in:
10872           add translatable file
10873         * po/af.po:
10874         * po/az.po:
10875         * po/cs.po:
10876         * po/en_GB.po:
10877         * po/hu.po:
10878         * po/it.po:
10879         * po/nb.po:
10880         * po/nl.po:
10881         * po/or.po:
10882         * po/sq.po:
10883         * po/sr.po:
10884         * po/sv.po:
10885         * po/uk.po:
10886         * po/vi.po:
10887           update translations
10888
10889 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
10890
10891         * gst-libs/gst/rtp/gstbasedepayload.c:
10892         * gst-libs/gst/rtp/gstbasedepayload.h:
10893           Minor cleanups
10894
10895 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10896
10897         * gst/playback/.cvsignore:
10898         * gst/playback/decodetest.c:
10899         * gst/playback/test3.c:
10900           Port these two tests as well.
10901
10902 2005-10-27  Wim Taymans  <wim@fluendo.com>
10903
10904         * ext/theora/theoradec.c: (theora_dec_src_query),
10905         (theora_dec_sink_event):
10906         * ext/theora/theoraenc.c: (theora_enc_sink_event),
10907         (theora_enc_change_state):
10908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10909         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
10910         Take proper locks when handling events.
10911
10912 2005-10-27  Wim Taymans  <wim@fluendo.com>
10913
10914         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
10915         (gst_adder_change_state):
10916         Fix timestamps and fix deadlock when stopping the collectpads.
10917
10918 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
10919
10920         * gst-libs/gst/rtp/gstrtpbuffer.h:
10921         Declaring the payload types as strings too so that they can be used
10922         in the padtemplate inialization.
10923
10924 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
10925
10926         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
10927
10928         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10929         (gst_base_rtp_depayload_class_init):
10930         Fixes a small but nasty bug. The derived elements no longer segfaults
10931         on finalization.
10932
10933 2005-10-26  Michael Smith <msmith@fluendo.com>
10934
10935         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
10936           When clearing an audioconvert context, set tmpbufsize to zero, so
10937           we'll allocate it again later if required.
10938           This fixes audioconvert re-negotiating formats, which previously
10939           segfaulted with a NULL destination buffer.
10940
10941 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
10942
10943         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10944         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
10945         (gst_base_rtp_depayload_set_gst_timestamp),
10946         (gst_base_rtp_depayload_queue_release):
10947         Fixed a smalll memleak.
10948
10949 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
10950         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10951         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
10952         (gst_base_rtp_depayload_finalize),
10953         (gst_base_rtp_depayload_setcaps),
10954         (gst_base_rtp_depayload_add_to_queue),
10955         (gst_base_rtp_depayload_push),
10956         (gst_base_rtp_depayload_set_gst_timestamp),
10957         (gst_base_rtp_depayload_queue_release),
10958         (gst_base_rtp_depayload_thread),
10959         (gst_base_rtp_depayload_change_state):
10960         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10961         Changed the C++ comments to C comments
10962
10963 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10964
10965         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
10966         * gst/tcp/gsttcpclientsrc.h:
10967         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
10968         * gst/tcp/gsttcpserversrc.h:
10969           Remove unused 'curoffset' structure member.
10970
10971 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
10972
10973         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10974         (gst_base_rtp_depayload_base_init),
10975         (gst_base_rtp_depayload_finalize):
10976         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10977         * gst-libs/gst/rtp/gstbasertppayload.h:
10978           The pad-template on the sinkpad should be set by the derived classes.
10979           Also added some useful macros.
10980
10981 2005-10-24  Wim Taymans  <wim@fluendo.com>
10982
10983         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10984         Correctly flush decoder samples even if we could not
10985         copy them to an output buffer. Fixes #319618.
10986
10987 2005-10-24  Julien MOUTTE  <julien@moutte.net>
10988
10989         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
10991         the caps against our xcontext caps.
10992
10993 2005-10-24  Wim Taymans  <wim@fluendo.com>
10994
10995         * gst-libs/gst/audio/gstbaseaudiosink.c:
10996         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
10997         Remove g_print
10998         Use sync property from baseclass to disable sync.
10999
11000 2005-10-24  Wim Taymans  <wim@fluendo.com>
11001
11002         * gst-libs/gst/audio/gstbaseaudiosink.c:
11003         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11004         Buffers with no timestamps get aligned with previous buffers or
11005         on underrun, played ASAP.
11006
11007 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11008
11009         * gst-libs/gst/video/video.h:
11010         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11011         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11013         here comes my change on caps for framerate and geometry range.
11014         We are now accepting 1 to MAXINT for width and height, and from
11015         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11016         to be blended correctly in videomixer.
11017
11018 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11019
11020         * configure.ac:
11021           back to HEAD
11022
11023 === release 0.9.4 ===
11024
11025 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11026
11027         * NEWS:
11028         * RELEASE:
11029         * configure.ac:
11030           releasing 0.9.4, "Velociraptor"
11031
11032 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11033
11034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11035         * po/POTFILES.in:
11036           STOPPED -> FAILED
11037
11038 2005-10-21  Wim Taymans  <wim@fluendo.com>
11039
11040         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11041         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11042         (pad_blocked), (close_pad_link), (new_pad):
11043         Don't try to remove elements twice.
11044
11045 2005-10-21  Wim Taymans  <wim@fluendo.com>
11046
11047         * ext/theora/theoradec.c: (theora_dec_src_query),
11048         (theora_dec_sink_event):
11049         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11050         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11051         (vorbis_handle_data_packet):
11052         * ext/vorbis/vorbisdec.h:
11053         Fix old naming.
11054
11055         * gst-libs/gst/audio/gstbaseaudiosink.c:
11056         (gst_base_audio_sink_render):
11057         Don't try to sync on buffers without a timestamp.
11058
11059 2005-10-21  Wim Taymans  <wim@fluendo.com>
11060
11061         * ext/theora/theoradec.c: (theora_dec_src_query),
11062         (theora_dec_sink_event):
11063         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11064         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11065         (vorbis_handle_data_packet):
11066         * ext/vorbis/vorbisdec.h:
11067         Fix old naming.
11068
11069 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11070
11071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11072         (gst_vorbisenc_src_query):
11073           Implement position and duration queries.
11074
11075         * gst/playback/test3.c: (update_scale), (main):
11076           Fix for async state changes and print nicer output.
11077
11078 2005-10-20  Wim Taymans  <wim@fluendo.com>
11079
11080         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11081         (dump_element_stats), (main):
11082         * gst/playback/test6.c: (main):
11083         Fix tests again
11084
11085 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11086
11087         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11088         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11089           Don't use functions for position queries when handling
11090           duration queries.
11091
11092 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11093
11094         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11095         (vorbis_handle_data_packet), (vorbis_dec_chain),
11096         (vorbis_dec_change_state):
11097         * ext/vorbis/vorbisdec.h:
11098           Vorbis streams can be embedded in other container formats
11099           than ogg, container formats where the demuxer might set 
11100           timestamps on encoded vorbis buffers instead of those silly 
11101           granulepos thingies. In short: make vorbisdec handle 
11102           timestamps on incoming buffers as well.
11103
11104 2005-10-20  Wim Taymans  <wim@fluendo.com>
11105
11106         * gst/playback/gstplaybasebin.c: (group_destroy),
11107         (gst_play_base_bin_change_state):
11108         Fix leak.
11109         Handle case where playbasebin is now ASYNC because
11110         decodebin is.
11111
11112 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11113
11114         * gst/audioconvert/Makefile.am:
11115         * gst/audioconvert/bufferframesconvert.c:
11116         * gst/audioconvert/plugin.c: (plugin_init):
11117         * gst/audioconvert/plugin.h:
11118           And bye bye buffer-frames-convert
11119
11120 2005-10-19  Wim Taymans  <wim@fluendo.com>
11121
11122         * check/elements/audioconvert.c:
11123         * docs/libs/tmpl/gstaudio.sgml:
11124         * docs/libs/tmpl/gstcolorbalance.sgml:
11125         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11126         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11127         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11128         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11129         * gst-libs/gst/audio/audio.h:
11130         * gst/audioconvert/audioconvert.h:
11131         * gst/audioconvert/gstaudioconvert.c:
11132         (gst_audio_convert_parse_caps):
11133         * gst/volume/gstvolume.c:
11134         Bye bye buffer-frames.
11135
11136 2005-10-19  Wim Taymans  <wim@fluendo.com>
11137
11138         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11139         (query_positions_elems), (query_positions_pads), (update_scale),
11140         (do_seek), (set_update_scale), (message_received), (main):
11141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11142         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11143         (gst_ogg_demux_loop):
11144         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11145         * ext/theora/theoradec.c: (theora_dec_src_query),
11146         (theora_dec_sink_event):
11147         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11148         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11149         * gst/adder/gstadder.c: (gst_adder_query):
11150         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11151         * gst/playback/test3.c: (update_scale):
11152         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11153         (dump_element_stats), (main):
11154         * gst/playback/test6.c: (main):
11155         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11156         Query API update.
11157
11158 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11159
11160         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11161         (xml_check_first_element), (xml_type_find), (smil_type_find),
11162         (plugin_init):
11163           Add typefinding for SMIL and for generic XML. Based on patch by
11164           Akos Maroy (#308663).
11165
11166 2005-10-18  Wim Taymans  <wim@fluendo.com>
11167
11168         * gst/playback/Makefile.am:
11169         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11170         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11171         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11172         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11173         (gst_decode_bin_change_state):
11174         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11175         (gst_play_bin_send_event_to_sink):
11176         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11177         (dump_element_stats), (main):
11178         * gst/playback/test6.c: (main):
11179         Make playbin async, it'll commit state to paused when all streams
11180         are detected.
11181         Remove ugly hack.
11182         Added test6.c to show async behaviour.
11183
11184 2005-10-18  Wim Taymans  <wim@fluendo.com>
11185
11186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11187         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11188         Fix for segment-start/stop API change.
11189
11190 2005-10-18  Wim Taymans  <wim@fluendo.com>
11191
11192         * check/Makefile.am:
11193         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11194         (main):
11195         Add future test for clock selection.
11196
11197 2005-10-18  Wim Taymans  <wim@fluendo.com>
11198
11199         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11200         (gst_alsasink_close):
11201         Set handle to NULL.
11202
11203         * gst-libs/gst/audio/gstringbuffer.c:
11204         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11205         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11206         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11207         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11208         (gst_ring_buffer_read):
11209         More debug info.
11210
11211 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11212
11213         * gst/audiotestsrc/Makefile.am:
11214         * gst/sine/Makefile.am:
11215         * gst/volume/Makefile.am:
11216           fix broken build of controllerized plugins
11217
11218 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11219
11220         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11221
11222         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11223         (gst_riff_create_video_template_caps):
11224           Add support for Indeo-3 (IV32).
11225
11226 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11227
11228         * configure.ac:
11229           rewrite
11230
11231 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11232
11233         * gst-libs/gst/video/video.c: (gst_video_get_size):
11234         * gst/audiotestsrc/gstaudiotestsrc.c:
11235           doc updates
11236
11237 2005-10-17  Andy Wingo  <wingo@pobox.com>
11238
11239         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11240         with the collectpads change.
11241         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11242
11243         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11244
11245         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11246
11247         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11248         alloc_buffer flow return to callers.
11249         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11250         change. Fix some memleaks in theoraenc.
11251
11252         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11253         in strange circumstance.
11254
11255 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11256
11257         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11258         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11259         from caps, let's use the caps...
11260
11261 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11262
11263         * configure.ac:
11264           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11265
11266 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11267
11268         * gst-libs/gst/interfaces/Makefile.am:
11269           fix silly typo
11270
11271 2005-10-16  Andy Wingo  <wingo@pobox.com>
11272
11273         * gst/playback/gstdecodebin.c
11274         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11275         function!
11276         (try_to_link_1): Increase kraziness level.
11277
11278 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11279
11280         * configure.ac:
11281           restructure like the core one
11282         * gst-libs/gst/audio/Makefile.am:
11283         * gst-libs/gst/interfaces/Makefile.am:
11284         * gst-libs/gst/net/Makefile.am:
11285         * gst-libs/gst/riff/Makefile.am:
11286         * gst-libs/gst/rtp/Makefile.am:
11287         * gst-libs/gst/tag/Makefile.am:
11288         * gst-libs/gst/video/Makefile.am:
11289           use correct linker flags, now the libs are properly versioned
11290         * check/elements/audioconvert.c: (verify_convert):
11291         * ext/alsa/gstalsaplugin.c:
11292         * ext/cdparanoia/gstcdparanoia.c:
11293         * ext/gnomevfs/gstgnomevfs.c:
11294         * ext/libvisual/visual.c:
11295         * ext/ogg/gstogg.c:
11296         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11297         * ext/theora/theora.c:
11298         * ext/vorbis/vorbis.c:
11299         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11300         * gst-libs/gst/tag/gsttagediting.c:
11301         * gst-libs/gst/video/video.c:
11302         * gst/adder/gstadder.c:
11303         * gst/audioconvert/plugin.c:
11304         * gst/audiorate/gstaudiorate.c:
11305         * gst/audioresample/gstaudioresample.c:
11306         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11307         * gst/audioscale/gstaudioscale.c:
11308         * gst/audioscale/resample.c:
11309         * gst/audiotestsrc/gstaudiotestsrc.c:
11310         * gst/ffmpegcolorspace/gstffmpeg.c:
11311         * gst/playback/gstdecodebin.c: (close_pad_link):
11312         * gst/playback/gstplaybin.c: (gen_video_element),
11313         (gen_audio_element):
11314         * gst/sine/gstsinesrc.c:
11315         * gst/subparse/gstsubparse.c:
11316         * gst/tags/gsttagediting.c:
11317         * gst/tcp/gsttcpplugin.c:
11318         * gst/typefind/gsttypefindfunctions.c:
11319         * gst/videorate/gstvideorate.c:
11320         * gst/videoscale/gstvideoscale.c:
11321         * gst/videotestsrc/gstvideotestsrc.c:
11322         * gst/volume/gstvolume.c:
11323         * sys/v4l/gstv4l.c:
11324         * sys/ximage/ximage.c:
11325         * sys/xvimage/xvimagesink.c:
11326           fix up defines
11327
11328 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         * ext/vorbis/vorbisenc.c:
11331         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11332         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11333         (gst_tag_to_vorbis_comments):
11334           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11335
11336 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11337
11338         * examples/stats/mp2ogg.c:
11339         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11340           typo fixes
11341
11342 2005-10-13  Michael Smith <msmith@fluendo.com>
11343
11344         * ext/ogg/gstoggmux.c:
11345           Use magic glib macros to define constants as 64 bit, to ensure
11346           appropriate vararg passing.
11347
11348 2005-10-13  Michael Smith <msmith@fluendo.com>
11349
11350         * ext/ogg/gstoggmux.c:
11351         * gst/audioconvert/audioconvert.c: (float):
11352           Don't use LL suffix, as it's not portable, and neither of these
11353           uses required it anyway.
11354
11355 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11356
11357         * examples/indexing/indexmpeg.c: (main):
11358         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11359         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11360         (cdparanoia_convert), (cdparanoia_query):
11361         * ext/cdparanoia/gstcdparanoia.h:
11362         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11363         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11364         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11366         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11367         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11368         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11369         (gst_multifdsink_render), (gst_multifdsink_start),
11370         (gst_multifdsink_stop):
11371         * gst/tcp/gstmultifdsink.h:
11372         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11373         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11374         (gst_tcpclientsink_stop):
11375         * gst/tcp/gsttcpclientsink.h:
11376         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11377         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11378         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11379         * gst/tcp/gsttcpclientsrc.h:
11380         * gst/tcp/gsttcpserversink.h:
11381         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11382         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11383         (gst_tcpserversrc_stop):
11384         * gst/tcp/gsttcpserversrc.h:
11385         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11386         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11387         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11388           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11389           moved bitshift from macro to enum definition
11390
11391 2005-10-12  Wim Taymans  <wim@fluendo.com>
11392
11393         * examples/seeking/Makefile.am:
11394         Oops.
11395
11396 2005-10-12  Wim Taymans  <wim@fluendo.com>
11397
11398         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11399         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11400         Don't assert on normal stuff.
11401
11402         * gst/playback/gstplaybin.c: (do_playbin_seek):
11403         API fix.
11404
11405 2005-10-12  Wim Taymans  <wim@fluendo.com>
11406
11407         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11408         * examples/seeking/Makefile.am:
11409         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11410         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11411         (do_seek), (set_update_scale), (message_received), (main):
11412         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11413         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11414         Update for _get_state() API change.
11415
11416 2005-10-11  Wim Taymans  <wim@fluendo.com>
11417
11418         * gst-libs/gst/audio/gstbaseaudiosink.c:
11419         (gst_base_audio_sink_render):
11420         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11421         (gst_base_audio_src_create):
11422         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11423         (gst_ring_buffer_read):
11424         Cleanups.
11425         Commit and read from ringbuffer in samples rather than bytes.
11426
11427 2005-10-11  Wim Taymans  <wim@fluendo.com>
11428
11429         * gst-libs/gst/audio/gstbaseaudiosink.c:
11430         (gst_base_audio_sink_render):
11431         Respect segment rate and accum when scheduling samples.
11432
11433 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11434
11435         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11436         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11437         EOS correctly, that needs more work.
11438
11439 2005-10-11  Wim Taymans  <wim@fluendo.com>
11440
11441         * check/generic/states.c: (GST_START_TEST):
11442         remove old property.
11443
11444         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11445         (gst_ogg_demux_perform_seek):
11446         * ext/theora/theoradec.c: (theora_dec_sink_event):
11447         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11448         (vorbis_handle_data_packet):
11449         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11450         (gst_base_rtp_depayload_set_gst_timestamp):
11451         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11452         Update for newsegment API change.
11453
11454 2005-10-11  Michael Smith <msmith@fluendo.com>
11455
11456         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11457         (do_playbin_seek), (gst_play_bin_send_event):
11458           Override send_event differently, so that we can takes bits of
11459           functionality from GstPipeline (special handling for seeks,
11460           including pausing/resuming, and resetting stream time) and still get
11461           the appropriate behaviour of only forwarding event to a single sink,
11462           rather than all of them.
11463           Unfortunately requires a lot of code duplication, but the
11464           alternatives are equally ugly in the end.
11465
11466 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11467
11468         * check/elements/audioconvert.c: (setup_audioconvert),
11469         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11470         (GST_START_TEST), (audioconvert_suite):
11471           clean up tests a little, fix some leaks.
11472
11473 2005-10-10  Wim Taymans  <wim@fluendo.com>
11474
11475         * ext/alsa/gstalsasink.c:
11476         Also allow unsigned int.
11477
11478         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11479         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11480         Small cleanup
11481
11482 2005-10-10  Wim Taymans  <wim@fluendo.com>
11483
11484         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11485         Small update, use API as stated in design docs.
11486
11487         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11488         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11489         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11490         (message_received), (main):
11491         Updated seek example for GOption. Some usability improvements.
11492
11493 2005-10-10  Wim Taymans  <wim@fluendo.com>
11494
11495         * gst/audioconvert/audioconvert.h:
11496         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11497         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11498         Alloc temp storage somewhere else where we can do it more
11499         portable.
11500
11501 2005-10-10  Wim Taymans  <wim@fluendo.com>
11502
11503         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11504         (gst_tcpserversrc_start):
11505         Don't block in accept while doing the state change, move
11506         to poll and make cancellable.
11507
11508 2005-10-09  Philippe Khalaf <burger@speedy.org>
11509
11510         * gst-libs/gst/rtp/rtpbasedepayload.c:
11511         Set timestamp and add queue delay to timestamp
11512         * gst-libs/gst/rtp/rtpbuffer.h:
11513         Set correct payload type for h263
11514
11515 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11516
11517         * gst/audiotestsrc/gstaudiotestsrc.c:
11518         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11519         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11520         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11521         (gst_audiotestsrc_create_triangle),
11522         (gst_audiotestsrc_create_silence),
11523         (gst_audiotestsrc_create_white_noise),
11524         (gst_audiotestsrc_init_pink_noise),
11525         (gst_audiotestsrc_generate_pink_noise_value),
11526         (gst_audiotestsrc_create_pink_noise),
11527         (gst_audiotestsrc_change_wave):
11528         * gst/audiotestsrc/gstaudiotestsrc.h:
11529           fixed typo, added pink noise
11530
11531 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11532
11533         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11534         (plugin_init):
11535           Add wavpack and spc typefind functions from 0.8 branch.
11536
11537 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11538
11539         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11540         (ar_type_find), (msdos_type_find), (plugin_init):
11541           Add typefind functions for tar archives, ar archives,
11542           RAR archives, and msdos-executables (dlls, exe, etc.).
11543           Some of those would be wrongly identified as mpeg
11544           streams of some sort before (#315550).
11545
11546 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11547
11548         * configure.ac:
11549         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11550         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11551         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11552         * gst/audiotestsrc/Makefile.am:
11553         * gst/audiotestsrc/gstaudiotestsrc.c:
11554         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11555         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11556         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11557         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11558         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11559         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11560         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11561         (gst_audiotestsrc_create_silence),
11562         (gst_audiotestsrc_create_white_noise),
11563         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11564         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11565         (gst_audiotestsrc_start), (plugin_init):
11566         * gst/audiotestsrc/gstaudiotestsrc.h:
11567           add new plugin and element
11568         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11569           use gobject_class
11570
11571 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11572
11573         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11574         (gst_adder_init), (gst_adder_request_new_pad),
11575         (gst_adder_change_state):
11576           Add query function to source pad, so adder reports the correct
11577           time/sample position when queried (#315457); fix state change
11578           function; use GST_DEBUG_FUNCPTR() for pad functions.
11579
11580 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11581
11582         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11583           Fix leaks in typefind registration
11584           Clean up the gratuitous commenting and whitespacing a little
11585
11586 2005-10-08  Wim Taymans  <wim@fluendo.com>
11587
11588         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11589         Only actually wait for the thread to be stopped if it's 
11590         running.
11591
11592 2005-10-08  Wim Taymans  <wim@fluendo.com>
11593
11594         * gst-libs/gst/audio/gstbaseaudiosink.c:
11595         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11596         If we receive EOS we can start playback of what we had.
11597
11598 2005-10-08  Wim Taymans  <wim@fluendo.com>
11599
11600         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11601         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11602         (gst_multifdsink_stop):
11603         Fix crasher when going to NULL multiple times.
11604
11605 2005-10-06  Wim Taymans  <wim@fluendo.com>
11606
11607         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11608         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11609         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11610         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11611         patch from Edgard Lima <edgard.lima@indt.org.br>
11612         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11613
11614 2005-10-06  Wim Taymans  <wim@fluendo.com>
11615
11616         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11617         Report the FLOW_RETURN as string in the error message.
11618
11619         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11620         Don't assert when clearing an unnegotiated buffer.
11621
11622 2005-10-04  Michael Smith <msmith@fluendo.com>
11623
11624         * gst/playback/gstplaybasebin.c: (group_destroy),
11625         (gen_preroll_element), (remove_groups), (setup_source):
11626         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11627         (setup_sinks), (gst_play_bin_send_event),
11628         (gst_play_bin_change_state):
11629           Set state to NULL before removing from bin. Fix refcounting.
11630
11631 2005-10-04  Michael Smith <msmith@fluendo.com>
11632
11633         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11634           Correct refcounting in send_event() function. Previously was wrong
11635           if the first sink was unable to handle the event.
11636
11637 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11638
11639         * configure.ac:
11640           back to development
11641
11642 === release 0.9.3 ===
11643
11644 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11645
11646         * configure.ac:
11647           Releasing 0.9.3, "De Facto"
11648
11649 2005-10-03  Andy Wingo  <wingo@pobox.com>
11650
11651         * gst/playback/gstdecodebin.c (try_to_link_1)
11652         (remove_element_chain): set element to NULL before removing it.
11653
11654 2005-10-02  Johan Dahlin  <johan@gnome.org>
11655
11656         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11657         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11658         MT safe.
11659
11660 2005-10-02  Andy Wingo  <wingo@pobox.com>
11661
11662         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11663         (gst_ring_buffer_prepare_read): 
11664         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11665         Demote to LOG.
11666
11667 2005-09-29  Wim Taymans  <wim@fluendo.com>
11668
11669         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11670         * ext/theora/theoradec.c: (theora_handle_data_packet):
11671         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11672         Propagate error codes from alloc_buffer too.
11673
11674 2005-09-29  Wim Taymans  <wim@fluendo.com>
11675
11676         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11677         We use fixed caps.
11678
11679         * gst/playback/Makefile.am:
11680         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11681         (dump_element_stats), (main):
11682         Added example stream introspection code.
11683
11684 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11685
11686         * gst/adder/gstadder.c: (gst_adder_collected):
11687           fix adder for float elements
11688
11689 2005-09-28  Wim Taymans  <wim@fluendo.com>
11690
11691         * gst-libs/gst/audio/gstbaseaudiosink.c:
11692         (gst_base_audio_sink_class_init),
11693         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
11694         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11695         (gst_base_audio_src_class_init),
11696         (gst_base_audio_src_provide_clock):
11697         get_clock -> provide_clock
11698
11699 2005-09-28  Andy Wingo  <wingo@pobox.com>
11700
11701         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
11702         and unlocking.
11703
11704         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
11705         unlocking.
11706
11707         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
11708         Actually add the pad template.
11709         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
11710
11711         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
11712         I'm at it...
11713
11714         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
11715         from fdsrc. Get caps in create() instead of start() so it can be
11716         interrupted. Interruption somewhat untested.
11717
11718         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
11719         Proper EOS handling.
11720
11721 2005-09-27  Andy Wingo  <wingo@pobox.com>
11722
11723         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
11724
11725         * gst/tcp/gsttcpserversrc.c: Cleaned up.
11726
11727         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
11728
11729         * gst/tcp/gsttcp.h: 
11730         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
11731         out of tcpclientsrc.c. Cancellable.
11732         (gst_tcp_socket_read): Made private, cancellable, with better
11733         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
11734         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
11735         whole buffer, and better diagnostics.
11736         (gst_tcp_gdp_read_caps): Same.
11737
11738         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
11739
11740 2005-09-26  Andy Wingo  <wingo@pobox.com>
11741
11742         * gst/sine/gstsinesrc.h:
11743         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
11744         change the 'sync' property to 'is-live' and implement it halfway,
11745         update for controller api change.
11746
11747         * gst/volume/gstvolume.c (volume_transform_ip): Update for
11748         controller api change.
11749
11750 2005-09-24  Wim Taymans  <wim@fluendo.com>
11751
11752         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
11753         * gst-libs/gst/audio/gstaudiosink.c:
11754         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11755         (gst_audioringbuffer_stop):
11756         * gst-libs/gst/audio/gstbaseaudiosink.c:
11757         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
11758         (gst_base_audio_sink_change_state):
11759         * gst-libs/gst/audio/gstbaseaudiosink.h:
11760         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
11761         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
11762         (gst_ring_buffer_commit), (gst_ring_buffer_read):
11763         * gst-libs/gst/audio/gstringbuffer.h:
11764         Fix sync again. Moved sample alignment to basesink.
11765
11766 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11767
11768         * docs/plugins/Makefile.am:
11769         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11770         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11771         * gst/volume/gstvolume.c:
11772           add/fix docs
11773         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
11774         * gst-libs/gst/audio/audio.h:
11775           add conversion macros for frames <-> clocktime
11776
11777 2005-09-23  David Schleef  <ds@schleef.org>
11778
11779         * gst/audioresample/Makefile.am:
11780         * gst/audioresample/debug.h:
11781         * gst/audioresample/gstaudioresample.c:
11782         * gst/audioresample/resample.c: Convert to using gst debugging
11783
11784 2005-09-22  Wim Taymans  <wim@fluendo.com>
11785
11786         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11787         (gst_play_bin_send_event):
11788         Only seek on one sink, the first one that succeeds.
11789
11790 2005-09-22  Michael Smith <msmith@fluendo.com>
11791
11792         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11793         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11794         Don't flush encoder state unless we have an initialised encoder.
11795         Clear out encoder state on PAUSED_TO_READY.
11796
11797 2005-09-22  Wim Taymans  <wim@fluendo.com>
11798
11799         * gst-libs/gst/rtp/gstbasertppayload.c:
11800         (gst_basertppayload_class_init), (gst_basertppayload_init),
11801         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11802         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11803         (gst_basertppayload_is_filled), (gst_basertppayload_push),
11804         (gst_basertppayload_set_property),
11805         (gst_basertppayload_get_property),
11806         (gst_basertppayload_change_state):
11807         * gst-libs/gst/rtp/gstbasertppayload.h:
11808         Added max-ptime to control amount of data in the rtp packets.
11809
11810 2005-09-21  Andy Wingo  <wingo@pobox.com>
11811
11812         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
11813         thingies.
11814
11815         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
11816         can be called multiple times, dogs.
11817
11818 2005-09-21  Wim Taymans  <wim@fluendo.com>
11819
11820         * gst-libs/gst/rtp/gstbasertppayload.c:
11821         (gst_basertppayload_class_init), (gst_basertppayload_init),
11822         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11823         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11824         (gst_basertppayload_push), (gst_basertppayload_get_property),
11825         (gst_basertppayload_change_state):
11826         Allow 0 ssrc too.
11827
11828 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
11829
11830         * docs/libs/compiling.sgml:
11831           fixing typos
11832
11833 2005-09-20  Wim Taymans  <wim@fluendo.com>
11834
11835         * gst-libs/gst/rtp/gstbasertppayload.c:
11836         (gst_basertppayload_class_init), (gst_basertppayload_init),
11837         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11838         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11839         (gst_basertppayload_push), (gst_basertppayload_set_property),
11840         (gst_basertppayload_get_property),
11841         (gst_basertppayload_change_state):
11842         * gst-libs/gst/rtp/gstbasertppayload.h:
11843         Added property to configure sequence number offsets.
11844
11845 2005-09-20  Wim Taymans  <wim@fluendo.com>
11846
11847         * gst-libs/gst/rtp/gstbasertppayload.c:
11848         (gst_basertppayload_class_init), (gst_basertppayload_init),
11849         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11850         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11851         (gst_basertppayload_push), (gst_basertppayload_set_property),
11852         (gst_basertppayload_get_property),
11853         (gst_basertppayload_change_state):
11854         * gst-libs/gst/rtp/gstbasertppayload.h:
11855         Make timestamp offset configurable.
11856
11857 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11858
11859         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11860           fix wrong pop/unref
11861
11862 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
11863
11864         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11865
11866         * gst-libs/gst/interfaces/propertyprobe.c:
11867         (gst_property_probe_probe_property_name),
11868         (gst_property_probe_needs_probe_name),
11869         (gst_property_probe_get_values_name),
11870         (gst_property_probe_probe_and_get_values_name):
11871           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
11872           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
11873
11874 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11875
11876         * check/Makefile.am:
11877           have some tests be disabled for valgrinding
11878         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
11879         (GST_START_TEST):
11880         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
11881           Fix A Leak.  Chain To Parent Finalize.
11882
11883 2005-09-19  Wim Taymans  <wim@fluendo.com>
11884
11885         * examples/seeking/seek.c: (make_wav_pipeline), (main):
11886         Fixed wav pipeline.
11887
11888 2005-09-19  Wim Taymans  <wim@fluendo.com>
11889
11890         * gst-libs/gst/rtp/gstbasertppayload.c:
11891         (gst_basertppayload_class_init), (gst_basertppayload_init),
11892         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
11893         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
11894         (gst_basertppayload_push), (gst_basertppayload_get_property),
11895         (gst_basertppayload_change_state):
11896         Posting ERROR and WARNING messages is good.
11897
11898 2005-09-19  Wim Taymans  <wim@fluendo.com>
11899
11900         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11901         (gst_base_rtp_depayload_add_to_queue),
11902         (gst_base_rtp_depayload_push),
11903         (gst_base_rtp_depayload_set_gst_timestamp),
11904         (gst_base_rtp_depayload_queue_release):
11905         This one was not supposed to go in.
11906
11907 2005-09-19  Wim Taymans  <wim@fluendo.com>
11908
11909         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11910         Fix for bus API.
11911
11912         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11913         (gst_base_rtp_depayload_chain),
11914         (gst_base_rtp_depayload_add_to_queue),
11915         (gst_base_rtp_depayload_push),
11916         (gst_base_rtp_depayload_set_gst_timestamp),
11917         (gst_base_rtp_depayload_queue_release):
11918         Some cleanups.
11919
11920         * gst-libs/gst/rtp/gstbasertppayload.c:
11921         (gst_basertppayload_class_init), (gst_basertppayload_init),
11922         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
11923         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11924         (gst_basertppayload_get_property),
11925         (gst_basertppayload_change_state):
11926         Added debugging category.
11927
11928 2005-09-18  David Schleef  <ds@schleef.org>
11929
11930         * gst/playback/gstdecodebin.c: free plugin list correctly
11931         * gst/playback/gstplaybin.c: emit warning if autovideosink
11932           and autoaudiosink can't be found (instead of segfaulting)
11933
11934 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11935
11936         * check/elements/audioconvert.c: (GST_START_TEST):
11937           try out 24 bit conversion
11938
11939 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11940
11941         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11942         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11943         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
11944         * ext/vorbis/vorbisenc.h:
11945           Fix EOS handling.  Still needs a fix in the ogg muxer to
11946           mark the last page as eos.
11947
11948 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11949
11950         * common/gtk-doc-plugins.mak:
11951         * docs/plugins/Makefile.am:
11952         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11953         * gst/ffmpegcolorspace/Makefile.am:
11954         * gst/ffmpegcolorspace/avcodec.h:
11955         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11956         * gst/tcp/gstmultifdsink.c:
11957           fix up ffmpegcolorspace docs; extract header
11958
11959 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11960
11961         * common/gtk-doc-plugins.mak:
11962         * docs/plugins/Makefile.am:
11963         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11964         * ext/theora/Makefile.am:
11965         * ext/theora/gsttheoraenc.h:
11966         * ext/theora/theoraenc.c:
11967         * ext/vorbis/vorbisenc.c:
11968           pick up signals and args for vorbis; add some docs for vorbis
11969
11970 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11971
11972         * common/gstdoc-scangobj:
11973         * common/gtk-doc-plugins.mak:
11974         * docs/libs/Makefile.am:
11975         * docs/plugins/gst-plugins-base-plugins.args:
11976         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11977         * docs/plugins/gst-plugins-base-plugins.interfaces:
11978         * docs/plugins/gst-plugins-base-plugins.prerequisites:
11979         * docs/plugins/gst-plugins-base-plugins.signals:
11980           only scanobj stuff from our source module.  Not sure yet
11981           if that's correct, given the hierarchy stuff :)
11982
11983 2005-09-15  Wim Taymans  <wim@fluendo.com>
11984
11985         * gst/audioconvert/gstaudioconvert.c:
11986         And enable 24 bits mode as well..
11987
11988 2005-09-15  Wim Taymans  <wim@fluendo.com>
11989
11990         * gst-libs/gst/rtp/Makefile.am:
11991         * gst-libs/gst/rtp/gstbasertppayload.c:
11992         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
11993         (gst_basertppayload_class_init), (gst_basertppayload_init),
11994         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
11995         (gst_basertppayload_chain), (gst_basertppayload_set_options),
11996         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
11997         (gst_basertppayload_set_property),
11998         (gst_basertppayload_get_property),
11999         (gst_basertppayload_change_state):
12000         * gst-libs/gst/rtp/gstbasertppayload.h:
12001         Added rtp payloader base class.
12002
12003 2005-09-15  Andy Wingo  <wingo@pobox.com>
12004
12005         * configure.ac (plugindir): Remove the EOL matcher from the
12006         regexp, as it causes me problems. Libtool? Make? Who knows?
12007
12008 2005-09-14  David Schleef  <ds@schleef.org>
12009
12010         * check/generic/states.c: 
12011         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12012         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12013           Fixes for changes in registry API.
12014
12015         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12016           to GST_PLUGIN_LDFLAGS.
12017         * ext/libvisual/visual.c: Make the library shut up.
12018         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12019         * gst-libs/gst/audio/gstaudiofilter.c: same
12020
12021 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12022
12023         * docs/plugins/Makefile.am:
12024         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12025         * docs/plugins/inspect/plugin-libvisual.xml:
12026         * docs/plugins/tmpl/element-tcpserversink.sgml:
12027         * ext/theora/theoraenc.c:
12028           add libvisual plugin and theoraenc element to docs
12029
12030 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12031
12032         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12033         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12034         * ext/theora/theoraenc.c:
12035           add theoraenc
12036
12037 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12038
12039         * gst/audioconvert/Makefile.am:
12040           Audioconvert derives from GstBaseTransform and should
12041           link to the library with our base elements to avoid
12042           unresolved symbols. Makes things work with MinGW (#316160)
12043
12044         * gst/playback/test4.c: (main):
12045           Fix MinGW build problem and use g_usleep() instead of 
12046           sleep() (#316162)
12047
12048 2005-09-12  Wim Taymans  <wim@fluendo.com>
12049
12050         * gst/audioconvert/audioconvert.c: (float),
12051         (audio_convert_prepare_context), (audio_convert_convert):
12052         * gst/audioconvert/audioconvert.h:
12053         Cleanups, speedups, simplifications, added back support
12054         for 24 bits.
12055
12056 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12057
12058         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12059         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12060         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12061         * docs/plugins/tmpl/element-tcpserversink.sgml:
12062         * gst/ffmpegcolorspace/gstffmpeg.c:
12063         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12064         * gst/videotestsrc/gstvideotestsrc.c:
12065         * gst/volume/gstvolume.c:
12066           add more elements to the docs
12067
12068 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12069
12070         * check/Makefile.am:
12071         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12072         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12073           Add extra tests for basetransform based components. 
12074           Comment out the test_element_negotiation test until we decide
12075           if it's testing correct behaviour.
12076         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12077         (gst_visual_chain), (gst_visual_change_state):
12078           Slightly more correct but still bogus timestamping.
12079           Fix state change function.
12080         * gst/audioconvert/gstaudioconvert.c:
12081         (gst_audio_convert_class_init):
12082         * gst/audioresample/gstaudioresample.c:
12083         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12084         (gst_ffmpegcsp_class_init):
12085         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12086         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12087         (gst_videoscale_prepare_image):
12088         * gst/volume/gstvolume.c: (gst_volume_class_init),
12089         (volume_transform_ip):
12090           Basetransform updates. Enable passthrough modes.
12091         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12092         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12093         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12094           Negotiation fix that allows the window to return to the original
12095           size and renegotiate passthrough upstream. Extra debug output.
12096
12097 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12098
12099         * gst/sine/gstsinesrc.c:
12100         * gst/volume/gstvolume.c:
12101           fix up header include
12102
12103 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12104
12105         * gst-libs/gst/audio/gstbaseaudiosink.c:
12106         (gst_base_audio_sink_render):
12107         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12108         * gst/volume/gstvolume.c: (gst_volume_class_init),
12109         (volume_transform):
12110           fixing lost sync, some more debugging
12111
12112 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12113
12114         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12115         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12116         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12117         (gst_xvimagesink_check_xshm_calls):
12118           Fix compilation when XShm is not available.
12119
12120 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12121
12122         * ext/libvisual/visual.c: (gst_visual_dispose),
12123         (gst_visual_getcaps), (gst_visual_src_setcaps),
12124         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12125         (gst_visual_change_state):
12126           Finish fixing up libvisual plugin so that it runs. 
12127
12128 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12129
12130         * ext/vorbis/vorbisenc.c:
12131         * gst-libs/gst/tag/gstvorbistag.c:
12132           gsttaginterface.h -> gsttagsetter.h
12133
12134 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12135
12136         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12137           added another test that failes for me (test is not active by default)
12138
12139 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12140
12141         * configure.ac:
12142           v4l2 is no longer in gst-plugins-base
12143
12144 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12145
12146         * configure.ac:
12147           In the output at the end, don't show the first plugin on the same
12148           line as "Core plug-ins, always built:".
12149           Indent the output as for other plugin categories
12150         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12151           #define that can be used to not use peer buffer_alloc functions for
12152           test purposes.
12153         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12154         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12155         (gst_ximagesink_show_frame):
12156         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12157         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12158         (gst_xvimagesink_show_frame):
12159           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12160           fails gracefully instead of XError aborting or deadlocking.
12161
12162 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12163
12164         * ext/libvisual/Makefile.am:
12165           link against gst-base-libs
12166
12167 2005-09-06  David Schleef  <ds@schleef.org>
12168
12169         * configure.ac: Enable libvisual plugin.
12170         * ext/libvisual/Makefile.am:
12171         * ext/libvisual/visual.c: Fixes to make it compile.
12172
12173 === release 0.9.2 ===
12174
12175 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12176
12177         * NEWS:
12178         * RELEASE:
12179         * configure.ac:
12180         * docs/random/ChangeLog-0.8:
12181           releasing 0.9.2, "Spoon"
12182
12183 2005-09-05  Michael Smith <msmith@fluendo.com>
12184
12185         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12186           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12187           that in the vorbisenc element.
12188
12189 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12190
12191         * common/gtk-doc-plugins.mak:
12192         * docs/plugins/Makefile.am:
12193           fix distcheck
12194         * gst/audioresample/resample.c:
12195           fix wrong docstring
12196
12197 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12198
12199         * common/gst-xmlinspect.py:
12200         * common/gtk-doc-plugins.mak:
12201           only inspect plugins for this given package
12202           require gst-python 0.9
12203
12204 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12205
12206         * Makefile.am:
12207         * autogen.sh:
12208         * common/gst-xmlinspect.py:
12209         * configure.ac:
12210         * docs/Makefile.am:
12211         * docs/plugins/inspect/plugin-alsa.xml:
12212         * docs/plugins/inspect/plugin-audioresample.xml:
12213         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12214         * docs/plugins/inspect/plugin-ogg.xml:
12215         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12216         * docs/plugins/tmpl/element-multifdsink.sgml:
12217         * docs/plugins/tmpl/element-tcpserversink.sgml:
12218         * docs/plugins/tmpl/element-vorbisenc.sgml:
12219         * gst-plugins-base.spec.in:
12220           various doc-related updates
12221
12222 2005-08-31  Wim Taymans  <wim@fluendo.com>
12223
12224         * gst-libs/gst/audio/gstbaseaudiosink.c:
12225         (gst_base_audio_sink_render):
12226         Resync if the buffer timestamps drift more than a 10th 
12227         of a second.
12228
12229 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12230
12231         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12232         (gst_v4lsrc_get_property):
12233           The 'timestamp-offset' property is registered as an int64, so
12234           let's use g_value_{set|get}_int64() in our setter and getter
12235           functions (makes it work and fixes warnings with gst-inspect).
12236
12237 2005-08-30  Wim Taymans  <wim@fluendo.com>
12238
12239         * check/elements/audioconvert.c: (setup_audioconvert):
12240         * check/elements/audioresample.c: (setup_audioresample):
12241         * check/elements/volume.c: (setup_volume):
12242         Fix checks.
12243
12244 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12245
12246         * common/gtk-doc-plugins.mak:
12247         * common/plugins.xsl:
12248         * docs/plugins/Makefile.am:
12249           make module a param
12250
12251 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12252
12253         * examples/seeking/seek.c: (make_mp3_pipeline),
12254         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12255         (play_cb), (pause_cb), (stop_cb):
12256           update the example
12257
12258 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12259
12260         * gst/volume/gstvolume.c: (gst_volume_class_init),
12261         (volume_transform):
12262           do not update controlled params, if buffer has no timestamp
12263
12264 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12265
12266         * configure.ac:
12267         * gst/sine/Makefile.am:
12268         * gst/volume/Makefile.am:
12269           controllerized elements also need to link against controller-libs ;)
12270
12271 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12272
12273         * docs/libs/tmpl/gstcolorbalance.sgml:
12274         * docs/libs/tmpl/gstgconf.sgml:
12275         * docs/libs/tmpl/gstmixer.sgml:
12276         * docs/libs/tmpl/gstringbuffer.sgml:
12277         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12278         (gst_sinesrc_create):
12279         * gst/volume/gstvolume.c: (gst_volume_class_init),
12280         (volume_transform):
12281           controllerized two audio plugins
12282
12283 2005-08-29  Andy Wingo  <wingo@pobox.com>
12284
12285         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12286         (vorbis_handle_data_packet): Fix some int overflow errors.
12287
12288         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12289         -1.
12290         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12291         valid.
12292         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12293         if it's valid. Fixed streaming-mode playback.
12294
12295         * check/elements/volume.c (cleanup_volume): Fix for running
12296         CK_FORK=no.
12297
12298         * check/elements/audioconvert.c: Convert from native endian, not
12299         little endian.
12300
12301 2005-08-29  Michael Smith <msmith@fluendo.com>
12302
12303         * ext/ogg/Makefile.am:
12304         * ext/ogg/gstogg.c: (plugin_init):
12305         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12306         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12307         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12308         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12309         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12310         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12311         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12312         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12313         Add an ogg parser element.
12314
12315 2005-08-28  Andy Wingo  <wingo@pobox.com>
12316
12317         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12318
12319 2005-08-26  Wim Taymans  <wim@fluendo.com>
12320
12321         * gst/audioconvert/audioconvert.c: (if), (float),
12322         (audio_convert_get_func_index), (check_default),
12323         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12324         (audio_convert_clean_context), (audio_convert_get_sizes),
12325         (audio_convert_convert):
12326         Cleanups.
12327
12328 2005-08-26  Wim Taymans  <wim@fluendo.com>
12329
12330         * gst/audioconvert/audioconvert.c: (if), (float),
12331         (audio_convert_get_func_index), (check_default),
12332         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12333         (audio_convert_clean_context), (audio_convert_get_sizes),
12334         (audio_convert_convert):
12335         More elegant and working temp buffer selection algo.
12336
12337 2005-08-26  Wim Taymans  <wim@fluendo.com>
12338
12339         * gst/audioconvert/audioconvert.c: (if), (float),
12340         (audio_convert_get_func_index), (check_default),
12341         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12342         (audio_convert_clean_context), (audio_convert_get_sizes),
12343         (get_temp_buffer), (audio_convert_convert):
12344         Use realloc else we lose our original data.
12345
12346 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12347
12348         * gst/audioresample/gstaudioresample.c:
12349           use base class' newsegment to properly timestamp
12350
12351 2005-08-26  Wim Taymans  <wim@fluendo.com>
12352
12353         * gst/audioconvert/audioconvert.c: (if), (float),
12354         (audio_convert_get_func_index), (check_default),
12355         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12356         (audio_convert_clean_context), (audio_convert_get_sizes),
12357         (get_temp_buffer), (audio_convert_convert):
12358         * gst/audioconvert/gstaudioconvert.c:
12359         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12360         (gst_audio_convert_transform_caps),
12361         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12362         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12363         Oops, allocate enough space to perform the channel mix.
12364
12365 2005-08-26  Wim Taymans  <wim@fluendo.com>
12366
12367         * gst/audioconvert/Makefile.am:
12368         * gst/audioconvert/audioconvert.c: (if), (float),
12369         (audio_convert_get_func_index), (check_default),
12370         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12371         (audio_convert_clean_context), (audio_convert_get_sizes),
12372         (get_temp_buffer), (audio_convert_convert):
12373         * gst/audioconvert/audioconvert.h:
12374         * gst/audioconvert/gstaudioconvert.c:
12375         (gst_audio_convert_class_init), (gst_audio_convert_init),
12376         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12377         (gst_audio_convert_get_unit_size),
12378         (gst_audio_convert_transform_caps),
12379         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12380         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12381         * gst/audioconvert/gstaudioconvert.h:
12382         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12383         (gst_channel_mix_fill_identical),
12384         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12385         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12386         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12387         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12388         (gst_channel_mix_mix):
12389         * gst/audioconvert/gstchannelmix.h:
12390         Cleanups, librarify a bit, optimize, better negotiation and more.
12391
12392 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12393
12394         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12395         Another from MikeS:
12396         During typefinding, don't support negative offsets
12397         (offsets from the end of the stream) in our typefind->peek() function
12398         - nothing embedded in ogg ever needs them. However, we need to recognise
12399         those requests and reject them, otherwise we return invalid pointers.
12400
12401 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12402
12403         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12404         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12405         (vorbisdec_finalize), (vorbis_handle_type_packet):
12406           Big shout-out to MikeS for fixing this giant memory leak.
12407           Huzzah!
12408
12409 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12410
12411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12412         (audio_convert_get_unit_size):
12413           plug some leaks
12414
12415 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12416
12417         * check/Makefile.am:
12418         * check/elements/audioconvert.c: (setup_audioconvert),
12419         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12420         (GST_START_TEST), (audioconvert_suite), (main):
12421           add a test for audioconvert
12422         * gst/audioresample/gstaudioresample.c:
12423         * gst/audioresample/gstaudioresample.h:
12424           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12425           note that for buffers of 1/3 sec this means DURATION(c) is 
12426           one nanosecond more than for a and b
12427
12428 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12429
12430         * check/Makefile.am:
12431         * check/elements/audioresample.c: (setup_audioresample),
12432         (cleanup_audioresample), (fail_unless_perfect_stream),
12433         (test_perfect_stream_instance), (GST_START_TEST),
12434           add a check for audioresample
12435         (audioresample_suite), (main):
12436         * check/elements/volume.c: (GST_START_TEST):
12437           remove unused method
12438         * gst/audioresample/gstaudioresample.c:
12439           set correct buffer parameters since we're changing them
12440         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12441           add some debug
12442
12443 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12444
12445         * gst/audioresample/debug.c:
12446         * gst/audioresample/gstaudioresample.c:
12447           add room for extra overlap samples when asked to transform size
12448           protect against possible mem corruption and check for discrepancies
12449           between written size and outbuffer's size so we can warn for
12450           potential problems
12451         * gst/audioresample/resample.c: (resample_init),
12452         (resample_get_output_size_for_input), (resample_get_output_size),
12453         (resample_set_n_channels), (resample_set_format):
12454           set debug level based on RESAMPLE_DEBUG env var
12455           make sure that get_output_size* returns a whole number of
12456           sample_size
12457           set sample_size each time either channel or format is set
12458         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12459         * gst/audioresample/resample_functable.c:
12460         (resample_scale_functable):
12461         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12462           remove r->sample_size, it's done in resample.c now
12463           add some debugging to the ref implementation
12464           make sure we only give back bytes that are wholes of the sample
12465           size
12466
12467 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12468         * gst/playback/gstplaybasebin.c: (fill_buffer):
12469         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12470
12471 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12472
12473         * gst/volume/gstvolume.c:
12474           made set_caps function static
12475
12476 2005-08-24  Wim Taymans  <wim@fluendo.com>
12477
12478         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12479         (gst_vorbisenc_change_state):
12480         Stop leaking taglists.
12481
12482 2005-08-24  Wim Taymans  <wim@fluendo.com>
12483
12484         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12485         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12486         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12487         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12488         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12489         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12490         Parse seeking events better.
12491         Unref static caps.
12492         Generate correct newsegment events, fixes seeking in live oggs.
12493
12494         * ext/theora/theoradec.c: (theora_dec_src_query),
12495         (theora_dec_src_event), (theora_dec_src_getcaps),
12496         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12497         Use newsegment values to report correct play time.
12498
12499         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12500         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12501         * ext/vorbis/vorbisdec.h:
12502         Parse and use newsegment values to report correct play time.
12503
12504         * gst-libs/gst/audio/gstbaseaudiosink.c:
12505         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12506         Clear ringbuffer on flush.
12507         Use newsegment values to calculate playback time.
12508
12509         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12511         Basesink does newsegment calculations for us now.
12512
12513 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12514
12515         * check/Makefile.am:
12516         * configure.ac:
12517           add core's plugins to the mix so that playbin works
12518         * check/generic/states.c: (GST_START_TEST):
12519           set a 0 timeout on pipelines, so they don't force the next
12520           state change
12521         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12522         (gst_play_base_bin_change_state):
12523           remove the crappy error handling and do GST error handling
12524
12525 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12526
12527         * check/Makefile.am:
12528         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12529           add same test as to core, it bitches out on playbin atm.
12530
12531 2005-08-24  Wim Taymans  <wim@fluendo.com>
12532
12533         * configure.ac:
12534         Remove audioscale.
12535
12536 2005-08-24  Wim Taymans  <wim@fluendo.com>
12537
12538         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12539         (gst_videoscale_prepare_size), (parse_caps),
12540         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12541         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12542         (gst_videoscale_transform):
12543         * gst/videoscale/gstvideoscale.h:
12544         Refactor, make use of BaseTranform really well.
12545
12546 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12547
12548         * configure.ac:
12549           compile audioresample
12550         * gst/audioresample/Makefile.am:
12551         * gst/audioresample/buffer.c:
12552         * gst/audioresample/functable.c:
12553         * gst/audioresample/gstaudioresample.c:
12554         * gst/audioresample/gstaudioresample.h:
12555         * gst/audioresample/resample.c:
12556         (resample_get_output_size_for_input):
12557         * gst/audioresample/resample.h:
12558         * gst/audioresample/resample_chunk.c:
12559         * gst/audioresample/resample_functable.c:
12560         * gst/audioresample/resample_ref.c:
12561           port to use basetransform; doesn't work in all cases yet
12562
12563 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12564
12565         * gst/audioconvert/gstaudioconvert.c:
12566         (gst_audio_convert_class_init), (gst_audio_convert_init),
12567         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12568         (audio_convert_fixate_caps), (audio_convert_set_caps),
12569         (audio_convert_transform),
12570         (gst_audio_convert_buffer_to_default_format),
12571         (gst_audio_convert_buffer_from_default_format),
12572         (gst_audio_convert_channels):
12573         * gst/audioconvert/gstchannelmix.c:
12574         * gst/audioconvert/gstchannelmix.h:
12575           port to basetransform
12576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12577         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12578         (gst_ffmpegcsp_get_unit_size):
12579         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12580         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12581           fix for basetransform changes
12582
12583 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12584
12585         * check/Makefile.am:
12586           Add CHECK_CFLAGS and LDFLAGS
12587
12588         * gst/playback/gstplaybasebin.c: (fill_buffer):
12589           GST_MESSAGE_SRC became a GObject
12590
12591 2005-08-24  Wim Taymans  <wim@fluendo.com>
12592
12593         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12594         (gst_ring_buffer_clear_all):
12595         * gst-libs/gst/audio/gstringbuffer.h:
12596         Added function to clear the ringbuffer.
12597
12598 2005-08-24  Andy Wingo  <wingo@pobox.com>
12599
12600         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12601         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12602         of _open and _close.
12603
12604         * sys/v4l/gstv4lxoverlay.h:
12605         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12606         an Xv connection here, instead of all the time. Make Xv only be
12607         loaded if you axe for it. Kindof a workaround for buggy behaviour
12608         of Xv when using remote xservers (XvQueryExtension would block).
12609         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12610         replace the _open and _close public API. Only start the xv
12611         connection if necessary.
12612         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12613
12614 2005-08-23  David Schleef  <ds@schleef.org>
12615
12616         * gst/audioresample/Makefile.am: Leet audioresampling code
12617         * gst/audioresample/buffer.c:
12618         * gst/audioresample/buffer.h:
12619         * gst/audioresample/debug.c:
12620         * gst/audioresample/debug.h:
12621         * gst/audioresample/functable.c:
12622         * gst/audioresample/functable.h:
12623         * gst/audioresample/gstaudioresample.c:
12624         * gst/audioresample/gstaudioresample.h:
12625         * gst/audioresample/resample.c:
12626         * gst/audioresample/resample.h:
12627         * gst/audioresample/resample_chunk.c:
12628         * gst/audioresample/resample_functable.c:
12629         * gst/audioresample/resample_ref.c:
12630
12631 2005-08-23  Wim Taymans  <wim@fluendo.com>
12632
12633         * examples/seeking/seek.c: (make_vorbis_pipeline),
12634         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12635         Small seek updates.
12636
12637 2005-08-23  Andy Wingo  <wingo@pobox.com>
12638
12639         * gst-libs/gst/audio/gstbaseaudiosrc.c
12640         (gst_base_audio_src_fixate): Only fixate endianness if it is
12641         present in the caps.
12642
12643 2005-08-22  Andy Wingo  <wingo@pobox.com>
12644
12645         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12646         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12647         device-name property.
12648
12649         * gst-libs/gst/audio/gstaudiosrc.h:
12650         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12651         close_device in the ring buffer, like gstaudiosink.
12652
12653         * ext/alsa/gstalsamixer.h:
12654         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12655         macro to implement the interface without much code. Cleanups. 
12656
12657         * ext/alsa/gstalsasrc.h:
12658         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12659         READY.
12660
12661         * ext/alsa/Makefile.am: Add new files.
12662         * ext/alsa/gstalsamixerelement.c: 
12663         * ext/alsa/gstalsamixerelement.c: Split element code out from
12664         mixer code so that alsasrc can be a mixer too.
12665
12666 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12667
12668         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12669         (GST_START_TEST):
12670         * check/elements/vorbisdec.c: (setup_vorbisdec),
12671         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12672         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12673         (vorbis_handle_identification_packet),
12674         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12675         (vorbis_handle_header_packet), (vorbis_dec_push),
12676         (vorbis_dec_chain):
12677           use the setup/teardown methods to save code.  save code is good.
12678
12679 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12680
12681         * check/Makefile.am:
12682           add ext dir for plugins
12683           add vorbisdec test conditionally
12684         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12685         (GST_START_TEST), (volume_suite):
12686           add a test with wrong caps
12687         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12688         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
12689           add a vorbisdec test
12690         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
12691         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
12692           clean up debug output
12693         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12694           yay, fix a segfault/security issue in vorbisdec
12695           gst-launch fakesrc ! vorbisdec wasn't happy
12696         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
12697         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
12698         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
12699         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12700         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
12701         (gst_vorbisenc_set_metadata), (get_constraints_string),
12702         (update_start_message), (gst_vorbisenc_setup),
12703         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12704         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
12705         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
12706         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
12707         * ext/vorbis/vorbisenc.h:
12708           march in line
12709         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12710         (gst_ffmpegcsp_transform):
12711           have the kow come home
12712         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12713           debug my func ptr
12714         * gst/volume/gstvolume.c: (volume_set_caps):
12715           add a debug
12716
12717 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12718
12719         * Makefile.am:
12720         * check/.cvsignore:
12721         * check/Makefile.am:
12722         * check/elements/.cvsignore:
12723         * check/elements/volume.c: (chain_func), (event_func),
12724         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
12725         (main):
12726         * configure.ac:
12727           add unit test structure for gst-plugins-base
12728           add a test for volume
12729         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
12730         (gst_volume_set_volume), (gst_volume_get_volume),
12731         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
12732         (volume_funcfind), (volume_process_float), (volume_process_int16),
12733         (volume_set_caps), (volume_transform), (volume_update_mute),
12734         (volume_update_volume), (volume_set_property),
12735         (volume_get_property):
12736           document a little; use basetransform vmethod _set_caps
12737
12738 2005-08-19  Andy Wingo  <wingo@pobox.com>
12739
12740         * ext/alsa/gstalsamixertrack.h:
12741         * ext/alsa/gstalsamixertrack.c:
12742         * ext/alsa/gstalsamixeroptions.h:
12743         * ext/alsa/gstalsamixeroptions.c:
12744         * ext/alsa/gstalsamixer.h:
12745         * ext/alsa/gstalsamixer.c: Port to 0.9.
12746
12747         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
12748         Remove gstalsa.c and alsaclock. No more cruft here.
12749         
12750 2005-08-18  Wim Taymans  <wim@fluendo.com>
12751
12752         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12753         (gst_base_rtp_depayload_chain),
12754         (gst_base_rtp_depayload_add_to_queue),
12755         (gst_base_rtp_depayload_push),
12756         (gst_base_rtp_depayload_queue_release):
12757         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12758         Fix for RTPBuffer changes.
12759
12760         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
12761         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
12762         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
12763         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
12764         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
12765         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
12766         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
12767         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
12768         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
12769         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
12770         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
12771         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
12772         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
12773         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
12774         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
12775         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
12776         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
12777         (gst_rtpbuffer_get_payload):
12778         * gst-libs/gst/rtp/gstrtpbuffer.h:
12779         Don't subclass GstBuffer but add methods and helper functions
12780         to construct and manipulate RTP packets in regular GstBuffers.
12781
12782 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
12783
12784         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12785           moved statement below switch
12786         * gst/volume/gstvolume.c: (gst_volume_class_init):
12787           added debug ptr
12788
12789 2005-08-16  Wim Taymans  <wim@fluendo.com>
12790
12791         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12792         (gst_base_audio_src_change_state):
12793         Open and close device in READY<->NULL state change.
12794
12795 2005-08-16  Andy Wingo  <wingo@pobox.com>
12796
12797         * examples/seeking/Makefile.am: Don't compile non-compiling
12798         compiled objects with the compiler.
12799
12800         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
12801         elements.
12802
12803 2005-08-12  Philippe Khalaf <burger@speedy.org>
12804         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12805         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12806           Made a thread to release the queue.
12807           Removed timestamp conversion for now.
12808
12809 2005-08-10  Philippe Khalaf <burger@speedy.org>
12810         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12811         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12812           Added rtp timestamp -> gst timestamp conversion.
12813           Fixed several problems with queue.
12814
12815 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12816
12817         * gst-libs/gst/audio/gstaudioclock.h:
12818         * gst-libs/gst/audio/gstaudiofilter.h:
12819         * gst-libs/gst/audio/gstaudiosink.h:
12820         * gst-libs/gst/audio/gstaudiosrc.h:
12821         * gst-libs/gst/audio/gstbaseaudiosink.h:
12822         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12823         * gst-libs/gst/audio/gstringbuffer.h:
12824         * gst-libs/gst/net/gstnetbuffer.h:
12825         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12826         * gst-libs/gst/rtp/gstrtpbuffer.h:
12827           Add padding (you will need to rebuild gst-plugins-base,
12828           gst-plugins and all applications afterwards!)
12829
12830 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12831
12832         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12833         (gst_riff_parse_chunk):
12834           Fix bug in debug message and add some more debug messages.
12835
12836 2005-08-08  Edward Hervey  <edward@fluendo.com>
12837
12838         * gst-libs/gst/riff/riff-media.c:
12839         backported updates since branch
12840
12841 2005-08-08  Andy Wingo  <wingo@pobox.com>
12842
12843         * gst-libs/gst/audio/gstbaseaudiosink.c
12844         (gst_base_audio_sink_change_state): Open the device in NULL->READY
12845         like good elements should. Close on READY->NULL too.
12846
12847         * gst-libs/gst/audio/gstaudiosink.c
12848         (gst_audioringbuffer_open_device,
12849         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
12850         (gst_audioringbuffer_release): Updates for new ring buffer API,
12851         hook into the new audio sink api.
12852
12853         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
12854         (GstAudioSinkClass.close): Just open and close the device -- no
12855         resource allocation or configuration.
12856         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
12857         vmethods, handle device setup and resource allocation.
12858
12859         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
12860         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
12861         base class API.
12862
12863         * gst-libs/gst/audio/gstringbuffer.h
12864         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
12865         New vmethods.
12866
12867         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
12868         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
12869         New API functions. The device should be opened before acquiring
12870         and closed after releasing.
12871
12872 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12873
12874         * gst-libs/gst/interfaces/mixer.h:
12875           Reset padding to GST_PADDING.
12876
12877 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12878
12879         * gst/playback/gstplaybin.c: (remove_sinks):
12880           Remove visualization from parent explicitely; works around some
12881           apparent refcount issue that I haven't tracked down yet.
12882
12883 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12884
12885         * ext/alsa/gstalsasink.c: (set_hwparams):
12886           Assign debug category, add negotiation debug msgs.
12887
12888 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12889
12890         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
12891           Fix error code for file-not-found to NOT_FOUND.
12892
12893 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12894
12895         * common/gtk-doc-plugins.mak:
12896         * docs/plugins/Makefile.am:
12897         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12898         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12899           renamed to actual element names, so much nicer to look at
12900         * docs/plugins/tmpl/gstmultifdsink.sgml:
12901           remove
12902         * docs/plugins/tmpl/multifdsink.sgml:
12903         * docs/plugins/tmpl/tcpserversink.sgml:
12904           add
12905         * ext/alsa/gstalsa.c:
12906         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
12907         * ext/ogg/gstoggmux.c:
12908         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
12909         * gst/playback/gstdecodebin.c:
12910         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
12911         * gst/tcp/gsttcpserversink.c:
12912           various fixes and documentation additions
12913
12914 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12915
12916         * common/Makefile.am:
12917         * common/gstdoc-scangobj:
12918         * common/gtk-doc-plugins.mak:
12919         * common/gtk-doc.mak:
12920           add a custom scangobj that uses the registry
12921           add a custom gtk-doc-plugins.mak that uses it
12922           some doc build fixes
12923         * configure.ac:
12924         * docs/Makefile.am:
12925         * docs/plugins/Makefile.am:
12926         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12927         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12928         * docs/plugins/gst-plugins-base-plugins.types:
12929         * docs/plugins/tmpl/gstmultifdsink.sgml:
12930           add docs for one element, multifdsink
12931         * gst/adder/gstadder.h:
12932         * gst/volume/gstvolume.h:
12933           don't privatize enum
12934         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
12935         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
12936         (gst_sync_method_get_type), (gst_client_status_get_type),
12937         (gst_multifdsink_class_init),
12938         (gst_multifdsink_client_queue_buffer),
12939         (gst_multifdsink_handle_client_write):
12940         * gst/tcp/gstmultifdsink.h:
12941         * gst/tcp/gsttcp.h:
12942         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
12943         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
12944         (gst_tcpclientsink_render):
12945         * gst/tcp/gsttcpclientsink.h:
12946         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12947         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
12948         (gst_tcpclientsrc_start):
12949         * gst/tcp/gsttcpclientsrc.h:
12950         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12951         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
12952         * gst/tcp/gsttcpserversrc.h:
12953         * gst/typefind/gsttypefindfunctions.c:
12954           remove superfluous Type stuff
12955
12956 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12957
12958         * gst/playback/gstplaybin.c: (gen_video_element):
12959           Enable videoscale.
12960
12961 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12962
12963         * gst-libs/gst/gconf/gconf.c:
12964         * gst-libs/gst/gconf/gconf.h:
12965           Fix some Andy Problem [tm].
12966
12967 2005-08-04  Andy Wingo  <wingo@pobox.com>
12968
12969         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
12970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
12971         (gst_ffmpegcsp_get_size): Adapt to API changes.
12972
12973         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
12974         Implement an in-place do-nothing transform.
12975
12976 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12977
12978         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12979         (gst_ximagesink_renegotiate_size):
12980           Do not set new window sizes yet if we prepare a new buffer size
12981           for upstream renegotiation (software scaling) at some point in the
12982           future, because this new size waqs not actually accepted yet. Once
12983           accepted, renegotiation later on will set the new sizes just fine.
12984           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
12985           embedding testcase.
12986
12987 2005-08-03  Andy Wingo  <wingo@pobox.com>
12988
12989         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
12990         (gst_ximagesink_buffer_alloc): 
12991         Protect the height, width, and desired_caps with the pool_lock.
12992         Fixes videotestsrc ! queue ! ximagesink.
12993
12994 2005-08-02  Edward Hervey  <edward@fluendo.com>
12995
12996         * gst/volume/gstvolume.c:
12997         include left from controller cleanup
12998
12999 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13001           Stop collectpads before calling the parent state
13002           change function on PAUSED->READY.
13003
13004 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13005         * configure.ac:
13006           When testing for X libs, use the X CFlags 
13007         * gst/adder/gstadder.c: (gst_adder_change_state):
13008           Stop the collectpads before calling parent state change function
13009           on PAUSED->READY, otherwise we deadlock deactivating pads.
13010
13011 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13012
13013         * configure.ac:
13014         * docs/libs/tmpl/gstcolorbalance.sgml:
13015         * docs/libs/tmpl/gstmixer.sgml:
13016         * examples/Makefile.am:
13017         * gst/sine/Makefile.am:
13018         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13019         (gst_sinesrc_set_property), (plugin_init):
13020         * gst/sine/gstsinesrc.h:
13021         * gst/volume/Makefile.am:
13022         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13023         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13024         (volume_process_float), (volume_process_int16),
13025         (volume_set_property), (plugin_init):
13026         * gst/volume/gstvolume.h:
13027           deactivate and remove dparams (libgstcontrol)
13028
13029 2005-07-29  Wim Taymans  <wim@fluendo.com>
13030
13031         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13032         Convert me to BaseTransform!! help..
13033
13034 2005-07-29  Andy Wingo  <wingo@pobox.com>
13035
13036         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13037         sinks.
13038
13039         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13040         support of both endiannesses.
13041
13042 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13043
13044         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13045           Fix confusing debug message (s/event/query/)
13046
13047 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13048
13049         * gst/videotestsrc/videotestsrc.h:
13050           Use "_stdint.h" instead of <stdint.h>
13051
13052 2005-07-27  Wim Taymans  <wim@fluendo.com>
13053
13054         * ext/vorbis/Makefile.am:
13055         Revert wrong commit.
13056
13057 2005-07-27  Wim Taymans  <wim@fluendo.com>
13058
13059         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13060         More compilation fixen.
13061
13062 2005-07-27  Wim Taymans  <wim@fluendo.com>
13063
13064         * gst-libs/gst/audio/gstbaseaudiosink.c:
13065         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13066         (gst_base_audio_sink_create_ringbuffer),
13067         (gst_base_audio_sink_change_state):
13068         Fix compilation.
13069
13070 2005-07-27  Wim Taymans  <wim@fluendo.com>
13071
13072         * examples/seeking/seek.c: (setup_dynamic_link),
13073         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13074         (query_positions_elems), (query_positions_pads), (do_seek):
13075         Update seek example.
13076
13077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13078         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13079         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13080         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13081         (gst_ogg_demux_handle_event),
13082         (gst_ogg_demux_deactivate_current_chain),
13083         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13084         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13085         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13086         (gst_ogg_demux_loop):
13087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13088         * ext/theora/theoradec.c: (theora_dec_src_event),
13089         (theora_dec_src_getcaps), (theora_dec_sink_event),
13090         (theora_dec_push), (theora_dec_chain):
13091         * ext/vorbis/Makefile.am:
13092         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13093         (vorbis_dec_sink_event), (vorbis_dec_push),
13094         (vorbis_handle_data_packet):
13095         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13096         (gst_vorbisenc_chain):
13097         * gst/playback/gststreaminfo.c: (cb_probe):
13098         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13099         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13100         * gst/videoscale/gstvideoscale.c:
13101         (gst_videoscale_handle_src_event):
13102         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13103         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13104         (gst_ximagesink_navigation_send_event):
13105         * sys/xvimage/xvimagesink.c:
13106         (gst_xvimagesink_navigation_send_event):
13107         Various event updates and cleanups
13108
13109 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13110
13111         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13112           Fix segfault for I420/YV12.
13113
13114 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13115
13116         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13117           Report bitrate.
13118
13119 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13120
13121         * gst/playback/gstplaybin.c: (gen_video_element),
13122         (gen_audio_element):
13123           Switch to auto*sink elements as default sinks; add volume element
13124           so that volume control in totem works.
13125
13126 2005-07-21  Wim Taymans  <wim@fluendo.com>
13127
13128         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13129         * gst/playback/gstplaybin.c: (setup_sinks),
13130         (gst_play_bin_change_state):
13131         Refcount fix and more comments.
13132
13133 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13134
13135         * sys/ximage/Makefile.am:
13136         * sys/ximage/ximage.c: (plugin_init):
13137         * sys/ximage/ximagesink.c:
13138         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13139         
13140
13141 2005-07-21  Wim Taymans  <wim@fluendo.com>
13142
13143         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13144         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13145         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13146         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13147         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13148         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13149         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13150         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13151         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13152         Generate correct disconts for live chained oggs.
13153
13154         * gst-libs/gst/audio/gstbaseaudiosink.c:
13155         (gst_base_audio_sink_render),
13156         (gst_base_audio_sink_create_ringbuffer),
13157         (gst_base_audio_sink_change_state):
13158         Handle discont math correctly.
13159
13160         * gst/playback/gstplaybin.c: (add_sink):
13161         Some small debug cleanup.
13162
13163 2005-07-21  Wim Taymans  <wim@fluendo.com>
13164
13165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13166         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13167         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13168         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13169         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13170         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13171         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13172         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13173         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13174         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13175         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13176         (gst_ogg_demux_change_state), (gst_ogg_print):
13177         Reorganize code to send the right disconts when in streaming
13178         mode.
13179
13180 2005-07-20  Andy Wingo  <wingo@pobox.com>
13181
13182         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13183         fix (?), fixes a seggie mcfalterson (#310894).
13184
13185 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13186
13187         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13188         (gst_ogg_mux_set_header_on_caps):
13189         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13190         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13191         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13192         * gst-libs/gst/audio/multichannel.c:
13193         (gst_audio_set_channel_positions),
13194         (gst_audio_set_structure_channel_positions_list):
13195         * gst/playback/gstdecodebin.c: (dynamic_create):
13196         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13197         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13198           Fixes for API changes in core.
13199
13200 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13201
13202         * gst/playback/gstplaybasebin.c: (fill_buffer):
13203           Use _new_custom() so we can set custom message types for buffering
13204           messages.
13205
13206 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13207
13208         * configure.ac:
13209         * gst-libs/gst/Makefile.am:
13210         * gst-libs/gst/gconf/.cvsignore:
13211         * gst-libs/gst/gconf/Makefile.am:
13212         * gst-libs/gst/gconf/test-gconf.c:
13213         * pkgconfig/Makefile.am:
13214         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13215         * pkgconfig/gstreamer-gconf.pc.in:
13216           Remove gconf stuff, use gconf elements instead from now on.
13217
13218 2005-07-20  Wim Taymans  <wim@fluendo.com>
13219
13220         * gst-libs/gst/audio/TODO:
13221         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13222         (gst_audio_clock_get_internal_time):
13223         * gst-libs/gst/audio/gstaudioclock.h:
13224         * gst-libs/gst/audio/gstbaseaudiosink.c:
13225         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13226         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13227         (gst_base_audio_sink_render),
13228         (gst_base_audio_sink_create_ringbuffer),
13229         (gst_base_audio_sink_change_state):
13230         Make sure the audio clock always returns an increasing value.
13231
13232 2005-07-19  Andy Wingo  <wingo@pobox.com>
13233
13234         * gst/videotestsrc/: Cleanups.
13235
13236 2005-07-19  Wim Taymans  <wim@fluendo.com>
13237
13238         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13239         Better debugging.
13240
13241 2005-07-19  Wim Taymans  <wim@fluendo.com>
13242
13243         * examples/seeking/seek.c: (make_dv_pipeline),
13244         (make_vorbis_theora_pipeline), (query_rates),
13245         (query_positions_elems), (query_positions_pads), (do_seek):
13246         Make correct DV pipeline.
13247
13248 2005-07-18  Andy Wingo  <wingo@pobox.com>
13249
13250         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13251         default. Also because it's the only thing that really works. (This
13252         is used in the GConf elements).
13253         Use AS_LIBTOOL_TAGS.
13254
13255 2005-07-18  Wim Taymans  <wim@fluendo.com>
13256
13257         * gst/playback/gstdecodebin.c: (remove_element_chain):
13258         * gst/playback/gstplaybin.c: (add_sink):
13259         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13260         (gst_stream_info_set_mute):
13261         * gst/playback/gststreamselector.c:
13262         (gst_stream_selector_get_linked_pad),
13263         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13264         More leak and compile fixes.
13265
13266 2005-07-18  Wim Taymans  <wim@fluendo.com>
13267
13268         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13269         (query_rates), (query_positions_elems), (query_positions_pads),
13270         (do_seek), (seek_cb), (stop_seek):
13271         Updated seek example. 
13272
13273         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13274         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13275         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13276         * gst/playback/gstplaybin.c: (add_sink):
13277         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13278         (gst_stream_info_set_mute):
13279         Some refcount leak fixes.
13280
13281 2005-07-16  Wim Taymans  <wim@fluendo.com>
13282
13283         * gst-libs/gst/audio/gstbaseaudiosink.c:
13284         (gst_base_audio_sink_render):
13285         Align samples even if we have roundoff errors in the 
13286         timestamp conversion.
13287
13288 2005-07-16  Wim Taymans  <wim@fluendo.com>
13289
13290         * docs/libs/tmpl/gstringbuffer.sgml:
13291         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13292         (query_rates), (query_positions_elems), (query_positions_pads),
13293         (update_scale), (do_seek):
13294         Updated seek example.
13295
13296         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13297         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13298         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13299         (gst_ogg_demux_loop):
13300         Push out correct discont values.
13301
13302         * ext/theora/theoradec.c: (theora_dec_src_convert),
13303         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13304         (theora_dec_sink_event), (theora_handle_type_packet),
13305         (theora_handle_header_packet), (theora_dec_push),
13306         (theora_handle_data_packet), (theora_dec_chain),
13307         (theora_dec_change_state):
13308         Better timestamping.
13309
13310         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13311         (vorbis_dec_sink_event), (vorbis_dec_push),
13312         (vorbis_handle_data_packet), (vorbis_dec_chain):
13313         * ext/vorbis/vorbisdec.h:
13314         Better timestamping.
13315
13316         * gst-libs/gst/audio/gstbaseaudiosink.c:
13317         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13318         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13319         Handle syncing on timestamps instead of sample offsets. Make
13320         use of DISCONT values as described in design docs.
13321
13322         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13323         (gst_base_audio_src_get_time):
13324         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13325         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13326         (gst_ring_buffer_read):
13327         * gst-libs/gst/audio/gstringbuffer.h:
13328         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13329         (gst_ximagesink_show_frame):
13330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13331         Correcly convert buffer timestamp to stream time.
13332
13333 2005-07-16  Wim Taymans  <wim@fluendo.com>
13334
13335         * gst/audioconvert/gstaudioconvert.c:
13336         (gst_audio_convert_get_buffer):
13337         Timestamp buffers correctly.
13338
13339         * gst/playback/gstplaybin.c: (gen_video_element):
13340         Make internal fakesink silent.
13341
13342 2005-07-15  Wim Taymans  <wim@fluendo.com>
13343
13344         * gst/ffmpegcolorspace/Makefile.am:
13345         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13346         (gst_ffmpegcsp_caps_remove_format_info),
13347         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13348         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13349         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13350         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13351         Ported ffmpegcolorspace to basetransform.
13352
13353         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13354         * gst/volume/gstvolume.c: (volume_transform):
13355         Ported to new API.
13356
13357 2005-07-14  Wim Taymans  <wim@fluendo.com>
13358
13359         * gst/videotestsrc/Makefile.am:
13360         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13361         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13362         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13363         (gst_videotestsrc_init), (gst_videotestsrc_event),
13364         (gst_videotestsrc_create), (gst_videotestsrc_start),
13365         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13366         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13367         (gst_videotestsrc_get_property):
13368         * gst/videotestsrc/gstvideotestsrc.h:
13369         Make videotestsrc a pushsrc.
13370
13371 2005-07-14  Wim Taymans  <wim@fluendo.com>
13372
13373         * gst/tcp/gstfdset.c: (gst_fdset_free):
13374         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13375         (gst_multifdsink_add), (gst_multifdsink_remove),
13376         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13377         (gst_multifdsink_remove_client_link),
13378         (gst_multifdsink_client_queue_data),
13379         (gst_multifdsink_client_queue_caps),
13380         (gst_multifdsink_client_queue_buffer),
13381         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13382         (gst_multifdsink_stop):
13383         * gst/tcp/gstmultifdsink.h:
13384         0.8 backporting.
13385
13386         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13387         Also draw image when not from a pool.
13388
13389 2005-07-14  Wim Taymans  <wim@fluendo.com>
13390
13391         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13392         (mute_stream), (silence_stream):
13393         Small debug additions.
13394
13395 2005-07-14  Wim Taymans  <wim@fluendo.com>
13396
13397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13398         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13399         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13400         Better error recovery, ignore unconnected pads and
13401         non-fatal errors.
13402
13403 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13404
13405         * docs/libs/tmpl/gstaudio.sgml:
13406         * docs/libs/tmpl/gstcolorbalance.sgml:
13407         * docs/libs/tmpl/gstgconf.sgml:
13408         * docs/libs/tmpl/gstmixer.sgml:
13409         * docs/libs/tmpl/gstringbuffer.sgml:
13410         * docs/libs/tmpl/gsttuner.sgml:
13411         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13412         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13413         (gst_tcpclientsrc_class_init):
13414         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13415         (gst_tcpserversrc_class_init):
13416         * sys/v4l/gstv4lelement.c:
13417           more autistic cleanliness in functions/names/defines
13418
13419 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13420
13421         * configure.ac:
13422           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13423           added manually to each Makefile.am so we are sure it goes
13424           *last* and doesn't add -L flags before linking in libs of our
13425           own, like, say, internal .la libs, that then accidentally pick
13426           up the installed copy.
13427         * docs/libs/Makefile.am:
13428         * ext/alsa/Makefile.am:
13429         * ext/cdparanoia/Makefile.am:
13430         * ext/gnomevfs/Makefile.am:
13431         * ext/libvisual/Makefile.am:
13432         * ext/ogg/Makefile.am:
13433         * ext/theora/Makefile.am:
13434         * ext/vorbis/Makefile.am:
13435         * gst-libs/gst/video/Makefile.am:
13436         * gst/adder/Makefile.am:
13437         * gst/audioconvert/Makefile.am:
13438         * gst/audiorate/Makefile.am:
13439         * gst/audioscale/Makefile.am:
13440         * gst/ffmpegcolorspace/Makefile.am:
13441         * gst/playback/Makefile.am:
13442         * gst/sine/Makefile.am:
13443         * gst/subparse/Makefile.am:
13444         * gst/tags/Makefile.am:
13445         * gst/tcp/Makefile.am:
13446         * gst/typefind/Makefile.am:
13447         * gst/videorate/Makefile.am:
13448         * gst/videoscale/Makefile.am:
13449         * gst/videotestsrc/Makefile.am:
13450         * gst/volume/Makefile.am:
13451         * sys/v4l/Makefile.am:
13452         * sys/ximage/Makefile.am:
13453         * sys/xvimage/Makefile.am:
13454           adapt properly to this change. This should make sure that
13455           plugins and libs properly link to the as-yet-uninstalled
13456           copies of stuff like libgstinterfaces and libgstvideo
13457
13458 2005-07-13  Andy Wingo  <wingo@pobox.com>
13459
13460         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13461         (gst_v4lsrc_fixate): Fixate on format as well.
13462
13463         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13464         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13465         buffer points to it.
13466         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13467         rather just doing X calls ourselves. Also fixes a memleak.
13468
13469 2005-07-12  Andy Wingo  <wingo@pobox.com>
13470
13471         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13472         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13473         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13474         TRUE to avoid deadlocks if an element holds on to our buffers.
13475
13476 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13477
13478         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13479         (gst_sinesrc_init), (gst_sinesrc_create),
13480         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13481         (gst_sinesrc_start):
13482         * gst/sine/gstsinesrc.h:
13483           removing num-buffers property before moving it
13484
13485 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13486
13487         * configure.ac:
13488           use overridable ERROR_CFLAGS
13489         * docs/libs/gst-plugins-base-libs.types:
13490         * docs/libs/tmpl/gstringbuffer.sgml:
13491         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13492         (gst_alsasink_class_init):
13493         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13494         (gst_alsasrc_class_init):
13495         * gst-libs/gst/audio/audio.h:
13496         * gst-libs/gst/audio/gstaudioclock.h:
13497         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13498         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13499         (gst_audio_filter_link), (gst_audio_filter_init),
13500         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13501         (gst_audio_filter_get_property),
13502         (gst_audio_filter_class_add_pad_templates):
13503         * gst-libs/gst/audio/gstaudiofilter.h:
13504         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13505         (gst_audio_filter_template_get_type),
13506         (gst_audio_filter_template_base_init),
13507         (gst_audio_filter_template_class_init),
13508         (gst_audio_filter_template_init),
13509         (gst_audio_filter_template_set_property),
13510         (gst_audio_filter_template_get_property), (plugin_init),
13511         (gst_audio_filter_template_setup),
13512         (gst_audio_filter_template_filter),
13513         (gst_audio_filter_template_filter_inplace):
13514         * gst-libs/gst/audio/gstaudiosink.c:
13515         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13516         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13517         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13518         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13519         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13520         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13521         * gst-libs/gst/audio/gstaudiosink.h:
13522         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13523         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13524         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13525         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13526         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13527         (gst_audio_src_class_init), (gst_audio_src_init),
13528         (gst_audio_src_create_ringbuffer):
13529         * gst-libs/gst/audio/gstaudiosrc.h:
13530         * gst-libs/gst/audio/gstbaseaudiosink.c:
13531         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13532         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13533         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13534         (gst_base_audio_sink_set_property),
13535         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13536         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13537         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13538         (gst_base_audio_sink_create_ringbuffer),
13539         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13540         * gst-libs/gst/audio/gstbaseaudiosink.h:
13541         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13542         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13543         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13544         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13545         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13546         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13547         (gst_base_audio_src_event), (gst_base_audio_src_create),
13548         (gst_base_audio_src_create_ringbuffer),
13549         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13550         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13551         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13552         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13553         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13554         (gst_ring_buffer_debug_spec_caps),
13555         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13556         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13557         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13558         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13559         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13560         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13561         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13562         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13563         (gst_ring_buffer_clear):
13564         * gst-libs/gst/audio/gstringbuffer.h:
13565         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13566         (gst_video_sink_class_init), (gst_video_sink_get_type):
13567         * gst-libs/gst/video/videosink.h:
13568         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13569         (gst_multifdsink_class_init),
13570         (gst_multifdsink_handle_client_write),
13571         (gst_multifdsink_change_state):
13572         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13573         (gst_tcpclientsink_setcaps):
13574         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13575         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13576         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13577         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13578         (gst_ximagesink_send_pending_navigation),
13579         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13580         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13582         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13583         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13584         (gst_xvimagesink_send_pending_navigation),
13585         (gst_xvimagesink_navigation_send_event),
13586         (gst_xvimagesink_set_xwindow_id),
13587         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13588         (gst_xvimagesink_get_type):
13589         more macro splitting
13590
13591 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13592
13593         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13594           plug a memleak, allows me to import 1479 albums in one go
13595           in jamboree
13596         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13597         (vorbis_handle_type_packet), (vorbis_dec_chain),
13598         (vorbis_dec_change_state):
13599           fix some format strings
13600
13601 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13602
13603         * docs/libs/tmpl/gstcolorbalance.sgml:
13604         * docs/libs/tmpl/gstmixer.sgml:
13605         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13606         (gst_alsasink_set_property), (gst_alsasink_get_property):
13607         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13608         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13609           add device property
13610
13611 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13612
13613         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13614         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13615         (audiocast_register_listener), (audiocast_thread_run),
13616         (gst_gnomevfssrc_send_additional_headers_callback),
13617         (gst_gnomevfssrc_received_headers_callback),
13618         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13619         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13620         (gst_gnomevfssrc_get_size):
13621           add/clean up debugging
13622         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13623           cleanups
13624
13625 2005-07-07  Andy Wingo  <wingo@pobox.com>
13626
13627         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13628         framerate. Need to get a handle on when exactly this function is
13629         called, tho.
13630
13631         * sys/v4l/v4lsrc_calls.h:
13632         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13633         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13634         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13635
13636         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13637         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13638         v4lelements are sources.
13639
13640         * sys/v4l/gstv4lxoverlay.h:
13641         * sys/v4l/gstv4lxoverlay.c:
13642         * sys/v4l/gstv4ltuner.h:
13643         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13644         
13645         * sys/v4l/gstv4lsrc.h:
13646         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13647         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13648         or something should handle that. Made a live source.
13649
13650         * sys/v4l/gstv4lelement.h:
13651         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13652         signals. Some cleanups.
13653
13654         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13655
13656         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13657         stuff.
13658
13659         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13660         stuff.
13661
13662         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13663
13664 2005-07-07  Wim Taymans  <wim@fluendo.com>
13665
13666         * ext/theora/theoradec.c: (theora_get_query_types),
13667         (theora_dec_src_getcaps), (theora_dec_push):
13668         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13669         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13670         Remove deprecated/unused query types.
13671
13672 2005-07-06  Wim Taymans  <wim@fluendo.com>
13673
13674         * ext/alsa/Makefile.am:
13675         * ext/alsa/gstalsaplugin.c: (plugin_init):
13676         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13677         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13678         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13679         (gst_alsasrc_class_init), (gst_alsasrc_init),
13680         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13681         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13682         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13683         (gst_alsasrc_reset):
13684         * ext/alsa/gstalsasrc.h:
13685         * gst-libs/gst/audio/Makefile.am:
13686         * gst-libs/gst/audio/gstaudiosink.c:
13687         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13688         (gst_audioringbuffer_start):
13689         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13690         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13691         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
13692         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13693         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13694         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13695         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
13696         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
13697         * gst-libs/gst/audio/gstaudiosrc.h:
13698         * gst-libs/gst/audio/gstbaseaudiosink.c:
13699         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13700         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
13701         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
13702         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13703         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
13704         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
13705         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
13706         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
13707         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
13708         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
13709         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
13710         (gst_baseaudiosrc_change_state):
13711         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13712         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13713         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
13714         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
13715         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
13716         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
13717         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
13718         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
13719         * gst-libs/gst/audio/gstringbuffer.h:
13720         Added audiosource base classes.
13721         Ported alsasrc, still very basic.
13722
13723 2005-07-06  Wim Taymans  <wim@fluendo.com>
13724
13725         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
13726         (theora_dec_push), (theora_handle_data_packet):
13727         Prepare for better timestamp fix later.
13728
13729         * gst/audioconvert/gstaudioconvert.c:
13730         List most accurate caps first
13731
13732         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
13733         Use proper pad task function.
13734
13735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13736         (gst_xvimagesink_show_frame):
13737         Fix deadlock when alloc failed.
13738
13739 2005-07-05  Andy Wingo  <wingo@pobox.com>
13740
13741         * ext/gnomevfs/gstgnomevfssrc.c:
13742         * gst/sine/gstsinesrc.c:
13743         * gst/tcp/gsttcpserversrc.c:
13744         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
13745
13746         * sys/v4l/: Port from 0.8.
13747
13748         * Many files: Null if we got it....
13749
13750 2005-07-05  Andy Wingo  <wingo@pobox.com>
13751
13752         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
13753         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
13754         Signedness fixes.
13755
13756 2005-07-05  Wim Taymans  <wim@fluendo.com>
13757
13758         * configure.ac:
13759         * gst/tcp/Makefile.am:
13760         * gst/tcp/README:
13761         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13762         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
13763         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
13764         (is_sync_frame), (gst_multifdsink_handle_client_write),
13765         (gst_multifdsink_render), (gst_multifdsink_start),
13766         (gst_multifdsink_stop), (gst_multifdsink_change_state):
13767         * gst/tcp/gstmultifdsink.h:
13768         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
13769         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
13770         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
13771         * gst/tcp/gsttcp.h:
13772         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13773         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13774         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
13775         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
13776         * gst/tcp/gsttcpclientsink.h:
13777         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13778         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
13779         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
13780         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
13781         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
13782         * gst/tcp/gsttcpclientsrc.h:
13783         * gst/tcp/gsttcpplugin.c: (plugin_init):
13784         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
13785         * gst/tcp/gsttcpserversink.h:
13786         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13787         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
13788         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
13789         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
13790         (gst_tcpserversrc_stop):
13791         * gst/tcp/gsttcpserversrc.h:
13792         * gst/tcp/gsttcpsink.c:
13793         * gst/tcp/gsttcpsink.h:
13794         * gst/tcp/gsttcpsrc.c:
13795         * gst/tcp/gsttcpsrc.h:
13796         Ported tcp plugins to 0.9. 
13797         
13798
13799 2005-07-05  Andy Wingo  <wingo@pobox.com>
13800
13801         * gst/playback/gstplaybasebin.c (fill_buffer):
13802         message_new_application fixen.
13803
13804         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
13805         Style fix.
13806
13807 2005-07-04  Wim Taymans  <wim@fluendo.com>
13808
13809         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
13810         Set caps on output buffer.
13811
13812 2005-07-04  Andy Wingo  <wingo@pobox.com>
13813
13814         * ext/gnomevfs/gstgnomevfssrc.c
13815         (gst_gnomevfssrc_received_headers_callback) 
13816         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
13817         hopefully.
13818
13819         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
13820         No refcount leakage.
13821
13822         * configure.ac: Enable -Werror.
13823         
13824         * ext/theora/theoradec.c (theora_dec_src_getcaps):
13825         * gst/audioconvert/bufferframesconvert.c
13826         (buffer_frames_convert_fixate):
13827         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
13828         (gst_audio_convert_fixate):
13829         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
13830         (gst_sinesrc_create): Fixate func changes.
13831         
13832         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13833         (gst_ximagesink_buffer_alloc): Unused var.
13834
13835 2005-07-01  Andy Wingo  <wingo@pobox.com>
13836
13837         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
13838         getcaps to do explicit caps. Needs to be done in all decoders,
13839         possibly via a base class.
13840
13841         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
13842
13843         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
13844         caps on the sink pad, just rely on the pad template. Also, setting
13845         ANY caps on a pad is not valid because the caps are not fixed.
13846
13847         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
13848         caps on the buffer, and get the width from the desired_caps if
13849         they're set.
13850         (gst_ximagesink_renegotiate_size): Implement via setting the
13851         desired_caps on the ximagesink.
13852         (gst_ximagesink_setcaps): Only reset the width of the player if it
13853         wasn't already set. Not sure if this is right.
13854         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
13855
13856         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
13857         that the user wants. NULL unless the window has been resized.
13858
13859         * gst/volume/gstvolume.c (volume_transform): Adapt to
13860         basetransform refcount changes.
13861         
13862 2005-07-01  Andy Wingo  <wingo@pobox.com>
13863
13864         * gst/videoscale/gstvideoscale.c:
13865         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
13866         from BaseTransform, implements a transform_caps. Removed dead code
13867         including some PAR stuff that was never reached -- should probably
13868         be added back somehow.
13869
13870 2005-07-01  Andy Wingo  <wingo@pobox.com>
13871
13872         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
13873         come later.
13874
13875 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13876
13877         * configure.ac:
13878         * docs/libs/Makefile.am:
13879         * docs/libs/gst-plugins-libs.types:
13880         * ext/alsa/Makefile.am:
13881         * ext/alsa/gstalsamixer.h:
13882         * ext/alsa/gstalsamixeroptions.h:
13883         * ext/alsa/gstalsamixertrack.h:
13884         * gst-libs/gst/Makefile.am:
13885         * gst-libs/gst/colorbalance/.cvsignore:
13886         * gst-libs/gst/colorbalance/Makefile.am:
13887         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
13888         * gst-libs/gst/colorbalance/colorbalance.c:
13889         * gst-libs/gst/colorbalance/colorbalance.h:
13890         * gst-libs/gst/colorbalance/colorbalance.vcproj:
13891         * gst-libs/gst/colorbalance/colorbalancechannel.c:
13892         * gst-libs/gst/colorbalance/colorbalancechannel.h:
13893         * gst-libs/gst/interfaces/Makefile.am:
13894         * gst-libs/gst/interfaces/colorbalance.c:
13895         (gst_color_balance_class_init):
13896         * gst-libs/gst/interfaces/colorbalance.h:
13897         * gst-libs/gst/interfaces/interfaces-marshal.list:
13898         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
13899         * gst-libs/gst/interfaces/mixer.h:
13900         * gst-libs/gst/interfaces/mixeroptions.h:
13901         * gst-libs/gst/interfaces/navigation.c:
13902         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
13903         * gst-libs/gst/interfaces/tuner.h:
13904         * gst/volume/Makefile.am:
13905         * gst/volume/gstvolume.c:
13906         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
13907         * sys/ximage/Makefile.am:
13908         * sys/ximage/ximagesink.c:
13909         * sys/xvimage/Makefile.am:
13910         * sys/xvimage/xvimagesink.c:
13911           fold in all interfaces into an interfaces dir, preserving CVS
13912           history
13913
13914 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13915
13916         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13917           Fix build after riff changes.
13918
13919 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13920
13921         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13922         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
13923         (gst_riff_create_video_template_caps),
13924         (gst_riff_create_audio_template_caps),
13925         (gst_riff_create_iavs_template_caps):
13926         * gst-libs/gst/riff/riff-media.h:
13927         * gst-libs/gst/riff/riff-read.h:
13928         * gst-libs/gst/riff/riff.c: (gst_riff_init):
13929           Add gst_riff_init() to initialize the debug category, instead
13930           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
13931
13932 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13933
13934         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
13935           Oops, I shouldn't apply hacks.
13936
13937 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13938
13939         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
13940           Remove pad_loop function which doesn't work.
13941
13942 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13943
13944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
13945           Send EOS when deactivating.
13946         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13947         (check_queue), (queue_threshold_reached), (queue_out_of_data),
13948         (gen_preroll_element), (probe_triggered), (mute_stream),
13949         (silence_stream), (new_decoded_pad), (setup_substreams),
13950         (set_active_source):
13951         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
13952         (remove_sinks), (add_sink):
13953         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
13954           Change for new probe API.
13955
13956 2005-06-29  Wim Taymans  <wim@fluendo.com>
13957
13958         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
13959         * gst-libs/gst/audio/gstbaseaudiosink.c:
13960         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
13961         (gst_baseaudiosink_change_state):
13962         * gst-libs/gst/audio/gstbaseaudiosink.h:
13963         * gst-libs/gst/audio/gstringbuffer.c:
13964         (gst_ringbuffer_set_callback):
13965         Fix compilation error.
13966         Ringbuffer starts out as not running.
13967         Free our clock in dispose.
13968         When releasing the ringbuffer we need to renegotiate so
13969         clear the pad caps.
13970
13971 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13972
13973         * autogen.sh:
13974         * configure.ac:
13975         * docs/Makefile.am:
13976         * docs/libs/Makefile.am:
13977         * docs/libs/gst-plugins-libs-docs.sgml:
13978         * docs/libs/gst-plugins-libs-sections.txt:
13979         * docs/libs/gst-plugins-libs.types:
13980         * docs/libs/tmpl/gstaudio.sgml:
13981         * docs/libs/tmpl/gstcolorbalance.sgml:
13982         * docs/libs/tmpl/gstringbuffer.sgml:
13983         * gst-libs/gst/audio/gstringbuffer.c:
13984         (gst_ringbuffer_set_callback):
13985           reinstate gtk-doc docs for plugin libs
13986
13987 2005-06-28  Wim Taymans  <wim@fluendo.com>
13988
13989         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13990         (gst_ogg_demux_init):
13991         Removed pad loop function.
13992
13993 2005-06-28  Wim Taymans  <wim@fluendo.com>
13994
13995         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
13996         If we're building a chain we are not in an error case
13997         when we queue a buffer.
13998
13999 2005-06-28  Andy Wingo  <wingo@pobox.com>
14000
14001         * *.c: Don't cast to GstObject before reffing/unreffing.
14002
14003 2005-06-27  Andy Wingo  <wingo@pobox.com>
14004
14005         * gst/videotestsrc/gstvideotestsrc.c
14006         (gst_videotestsrc_activate_push): Activation API changes.
14007
14008         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14009         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14010         they have refs on the decodebin.
14011
14012         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14013         parent class.
14014         (gst_ogg_pad_typefind): Don't leak a pad ref.
14015         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14016         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14017         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14018
14019 2005-06-27  Edward Hervey  <edward@fluendo.com>
14020
14021         * ext/theora/theoradec.c: (theora_dec_change_state): 
14022         re-arranged call to parent's state change in order to avoid locks (or
14023         worse).
14024
14025 2005-06-26  Edward Hervey  <edward@fluendo.com>
14026
14027         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14028         2nd argument of 'unknow-type' signal is a GstCaps and not a
14029         GstMiniObject
14030
14031 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14032         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14033           Set the worker thread's running flag to TRUE before starting the
14034           thread.
14035         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14036           Catch a failure to add typefind to the bin.
14037
14038 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14039
14040         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14041         (gst_sinesrc_init), (gst_sinesrc_create),
14042         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14043         (gst_sinesrc_start):
14044         * gst/sine/gstsinesrc.h:
14045           add num-buffers and timestamp-offset properties
14046         * gst/videotestsrc/gstvideotestsrc.c:
14047         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14048         (gst_videotestsrc_get_property):
14049           add timestamp-offset property
14050
14051 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14052
14053         * configure.ac: add videorate
14054         * gst-plugins-base.spec.in: add videorate
14055
14056 2005-06-23  Wim Taymans  <wim@fluendo.com>
14057
14058         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14059         (gst_videorate_getcaps), (gst_videorate_setcaps),
14060         (gst_videorate_event), (gst_videorate_chain):
14061         Fixed videorate, fixating an already fixated caps is not
14062         an error.
14063
14064 2005-06-23  Wim Taymans  <wim@fluendo.com>
14065
14066         * ext/ogg/README:
14067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14068         Buffer on caps is not boxed anymore.
14069
14070 2005-06-22  Wim Taymans  <wim@fluendo.com>
14071
14072         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14073         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14074         Set buffers on caps as miniobjects and not as boxed.
14075
14076 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14077
14078         * configure.ac:
14079           back to HEAD
14080
14081 === release 0.9.1 ===
14082
14083 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14084
14085         * .cvsignore:
14086         * NEWS:
14087         * README:
14088         * RELEASE:
14089         * configure.ac:
14090         * po/af.po:
14091         * po/az.po:
14092         * po/cs.po:
14093         * po/en_GB.po:
14094         * po/hu.po:
14095         * po/it.po:
14096         * po/nb.po:
14097         * po/nl.po:
14098         * po/or.po:
14099         * po/sq.po:
14100         * po/sr.po:
14101         * po/sv.po:
14102         * po/uk.po:
14103         * po/vi.po:
14104           updates for release
14105
14106 2005-06-09  Andy Wingo  <wingo@pobox.com>
14107
14108         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14109         
14110 2005-06-09  Andy Wingo  <wingo@pobox.com>
14111
14112         * configure.ac:
14113         * gst-libs/gst/Makefile.am:
14114         * gst-libs/gst/net/Makefile.am:
14115         Add gstnet to build.
14116
14117 2005-06-09  Andy Wingo  <wingo@pobox.com>
14118
14119         * gst-libs/gst/gconf/gconf.c:
14120         * gst/playback/test.c:
14121         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14122         fixes.
14123
14124         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14125
14126         * ext/theora/theoraenc.c (theora_enc_chain): 
14127         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14128
14129         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14130         RealPad.
14131
14132 2005-06-02  Wim Taymans  <wim@fluendo.com>
14133
14134         * gst-libs/gst/net/Makefile.am:
14135         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14136         * pkgconfig/gstreamer-libs.pc.in:
14137         Added net stuff, version net lib.
14138
14139 2005-06-02  Wim Taymans  <wim@fluendo.com>
14140
14141         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14142         (query_rates), (query_positions_elems), (query_positions_pads),
14143         (do_seek):
14144         Updated seek example.
14145
14146 2005-06-02  Andy Wingo  <wingo@pobox.com>
14147
14148         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14149         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14150         list.
14151
14152         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14153         remove the typefind, the bin dispose will do it for us. When it's
14154         removed and unreffed, the signal handler will be disconnected,
14155         too.
14156         (unlinked): It's too difficult to disconnect from unlinked
14157         handlers, as they are on pads not elements. Just punt if the pads
14158         aren't grandkids of the bin.
14159
14160 2005-06-02  Wim Taymans  <wim@fluendo.com>
14161
14162         * ext/ogg/README:
14163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14164         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14165         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14166         * ext/theora/theoradec.c: (theora_dec_src_query),
14167         (theora_handle_data_packet):
14168         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14169         (theora_enc_chain):
14170         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14171         (vorbis_handle_data_packet):
14172         * gst/audioconvert/bufferframesconvert.c:
14173         (buffer_frames_convert_chain):
14174         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14175         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14176         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14177         (gst_ffmpegcsp_chain):
14178         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14179         (gst_videorate_getcaps), (gst_videorate_setcaps),
14180         (gst_videorate_event), (gst_videorate_chain):
14181         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14182         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14183         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14184         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14185         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14186         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14187         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14188         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14189         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14190         Cleanups and buffer alloc.
14191
14192 2005-05-31  Wim Taymans  <wim@fluendo.com>
14193
14194         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14195         Don't try to call the delay method when the device is not
14196         opened.
14197
14198 2005-05-31  Wim Taymans  <wim@fluendo.com>
14199
14200         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14201         Get actual segment size and buffer size after opening
14202         the device.
14203
14204 2005-05-30  Wim Taymans  <wim@fluendo.com>
14205
14206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14207         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14208         Also FLUSH upstream, makes the loop function exit faster.
14209         
14210         * ext/theora/theoradec.c: (theora_dec_src_query):
14211         Some more debug info in the query.
14212         
14213         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14214         (gst_ximagesink_setcaps):
14215         Release lock on par error, better error reporting.
14216
14217 2005-05-26  Wim Taymans  <wim@fluendo.com>
14218
14219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14220         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14221         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14222         Clear chains in READY
14223         Queue packets until the chain is activated.
14224
14225 2005-05-25  Wim Taymans  <wim@fluendo.com>
14226
14227         * gst-libs/gst/audio/gstaudiosink.c:
14228         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14229         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14230         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14231         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14232         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14233         (gst_audiosink_create_ringbuffer):
14234         * gst-libs/gst/audio/gstbaseaudiosink.c:
14235         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14236         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14237         (gst_baseaudiosink_set_property), (build_linear_format),
14238         (debug_spec_caps), (debug_spec_buffer),
14239         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14240         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14241         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14242         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14243         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14244         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14245         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14246         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14247         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14248         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14249         (wait_segment), (gst_ringbuffer_commit),
14250         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14251         (gst_ringbuffer_clear):
14252         Various small cleanups.
14253
14254         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14255         (gst_audio_convert_change_state):
14256         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14257         No need to take the locks anymore.
14258
14259 2005-05-25  Wim Taymans  <wim@fluendo.com>
14260
14261         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14262         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14263         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14264         (type_found):
14265         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14266         (group_destroy), (group_commit), (queue_overrun),
14267         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14268         (mute_stream), (new_decoded_pad), (setup_substreams),
14269         (setup_source), (mute_group_type), (set_active_source),
14270         (gst_play_base_bin_change_state):
14271         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14272         (gen_video_element), (gen_text_element), (gen_audio_element),
14273         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14274         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14275         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14276         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14277         Some playbin cleanups mostly refcounting sloppyness.
14278
14279 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14280
14281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14282           Work with streaming input.
14283
14284 2005-05-25  Wim Taymans  <wim@fluendo.com>
14285
14286         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14287         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14288         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14289         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14290         No need to take the STREAM lock anymore.
14291
14292 2005-05-25  Wim Taymans  <wim@fluendo.com>
14293
14294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14295         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14296         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14297         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14298         (gst_ogg_demux_sink_activate):
14299         * ext/theora/theoradec.c: (theora_dec_src_event),
14300         (theora_handle_comment_packet), (theora_dec_chain),
14301         (theora_dec_change_state):
14302         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14303         (vorbis_handle_data_packet), (vorbis_dec_chain),
14304         (vorbis_dec_change_state):
14305         Remove STREAM locks as they are taken in core now.
14306         Never set bogus granulepos on vorbis/theora.
14307         Fix leaks in theoradec tag parsing.
14308
14309 2005-05-25  Wim Taymans  <wim@fluendo.com>
14310
14311         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14312         Fix memleaks, GST_BUFFER_DATA() is not freed.
14313
14314 2005-05-25  Wim Taymans  <wim@fluendo.com>
14315
14316         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14317         Open non-blocking, set to blocking mode afterwards to avoid
14318         lockups when audio device is busy.
14319
14320 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14321
14322         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14323           This can't be good.
14324
14325 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14326
14327         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14328         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14329         (gst_audio_convert_setcaps):
14330           Implement instant setup switching.
14331
14332 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14333
14334         * gst/playback/gstplaybasebin.c: (probe_triggered):
14335           Fix missing unlock.
14336         * gst/playback/gstplaybin.c: (add_sink):
14337           First add, then link (otherwise pad link fails).
14338
14339 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14340
14341         * examples/Makefile.am:
14342         fix buildbot (make distcheck)
14343
14344 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14345
14346         * gst/playback/gstplaybin.c: (gen_vis_element):
14347           Remove some wrong code. Doesn't work yet.
14348
14349 2005-05-19  Wim Taymans  <wim@fluendo.com>
14350
14351         * gst-libs/gst/net/Makefile.am:
14352         * gst-libs/gst/net/README:
14353         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14354         (gst_netbuffer_class_init), (gst_netbuffer_init),
14355         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14356         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14357         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14358         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14359         * gst-libs/gst/net/gstnetbuffer.h:
14360         Added buffer subclass to store extra to/from addresses for
14361         network sources/sinks.
14362
14363 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14364
14365         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14366           Don't lock an unassigned variable.
14367
14368 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14369
14370         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14371           Increase buffer for video, decrease buffer for other media types.
14372         * gst/playback/gstplaybin.c: (gen_video_element),
14373         (gen_audio_element):
14374           Change names for debugging purposes.
14375
14376 2005-05-18  Wim Taymans  <wim@fluendo.com>
14377
14378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14379         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14380         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14381         (gst_ffmpegcsp_chain):
14382         Enable buffer alloc passthrough if the source and dest
14383         formats are the same.
14384
14385 2005-05-17  Wim Taymans  <wim@fluendo.com>
14386
14387         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14388         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14389         (gst_ogg_demux_chain_unlocked):
14390         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14391         (gst_audio_convert_caps_remove_format_info),
14392         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14393         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14394         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14395         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14396         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14397         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14398         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14399         (gst_ffmpegcsp_get_property):
14400         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14401         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14402         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14403         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14404         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14405         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14406         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14407         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14408         Leak fixes in oggdemux.
14409         Some cleanups in audioconvert.
14410         Make passthrough work along with buffer_alloc etc.
14411         Make buffer_alloc and buffer recycling actually work in
14412         xvimagesink.
14413
14414 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14415
14416         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14417           make the compiler happy
14418
14419 2005-05-17  Wim Taymans  <wim@fluendo.com>
14420
14421         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14422         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14423         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14424         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14425         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14426         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14427         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14428         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14429         (gst_xvimagesink_set_xwindow_id):
14430         * sys/xvimage/xvimagesink.h:
14431         Port xvimagesink to new MiniObject.
14432
14433 2005-05-17  Wim Taymans  <wim@fluendo.com>
14434
14435         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14436         (gst_audiofilter_chain):
14437         * gst-libs/gst/audio/gstaudiosink.c:
14438         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14439         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14440         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14441         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14442         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14443         (gst_audiosink_create_ringbuffer):
14444         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14445         (gst_audio_convert_caps_remove_format_info),
14446         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14447         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14448         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14449         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14450         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14451         Fix passthrough in ffmpegcolorspace.
14452         Fix memset in audiosink on wrong memory.
14453
14454 2005-05-16  David Schleef  <ds@schleef.org>
14455
14456         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14457         to GstMiniObject.
14458
14459 2005-05-16  David Schleef  <ds@schleef.org>
14460
14461         Port from GstData to GstMiniObject.
14462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14463         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14464         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14465         (gst_ogg_mux_collected):
14466         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14467         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14468         (theora_handle_data_packet):
14469         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14470         (theora_set_header_on_caps), (theora_enc_chain):
14471         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14472         (vorbis_handle_comment_packet):
14473         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14474         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14475         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14476         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14477         * gst/audioconvert/gstaudioconvert.c:
14478         (gst_audio_convert_get_buffer):
14479         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14480         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14481         (mute_stream), (silence_stream):
14482         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14483         * gst/volume/gstvolume.c: (volume_transform):
14484         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14485         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14486         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14487         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14488         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14489         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14490         (gst_ximagesink_buffer_alloc):
14491         * sys/ximage/ximagesink.h:
14492
14493 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14494
14495         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14496         (fill_buffer), (check_queue), (queue_threshold_reached),
14497         (queue_out_of_data):
14498         * gst/playback/gstplaybasebin.h:
14499           Post buffer-fullness on the bus.
14500
14501 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14502
14503         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14504         (try_to_link_1):
14505         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14506         (group_commit), (probe_triggered), (setup_source),
14507         (gst_play_base_bin_change_state):
14508         * gst/playback/gstplaybasebin.h:
14509         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14510         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14511         (gst_play_bin_change_state):
14512           Move setup_output_pads into a virtual function, remove
14513           group-switch (no longer needed) and redirect (handled by bus
14514           now) signals.
14515
14516 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14517
14518         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14519         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14520         (get_active_group), (get_building_group), (group_destroy),
14521         (group_commit), (check_queue), (queue_overrun),
14522         (queue_threshold_reached), (queue_out_of_data),
14523         (gen_preroll_element), (remove_groups), (unknown_type),
14524         (add_element_stream), (no_more_pads), (probe_triggered),
14525         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14526         (setup_substreams), (setup_source), (finish_source),
14527         (prepare_output), (muted_group_change_state),
14528         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14529         (gst_play_base_bin_change_state):
14530         * gst/playback/gstplaybasebin.h:
14531         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14532         (gst_play_bin_init), (gst_play_bin_set_property),
14533         (gen_video_element), (gen_text_element), (gen_audio_element),
14534         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14535         (gst_play_bin_change_state):
14536         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14537         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14538         (stream_info_change_state), (gst_stream_info_set_mute),
14539         (gst_stream_info_get_property):
14540         * gst/playback/gststreaminfo.h:
14541         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14542         (gst_stream_selector_get_linked_pad),
14543         (gst_stream_selector_getcaps),
14544         (gst_stream_selector_get_linked_pads),
14545         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14546         * gst/playback/gststreamselector.h:
14547           Rough port of playbin. Needs some more work, but is mostly done,
14548           and uses a few locks in important places, which should make stuff
14549           like chain-switches clean. Still uses GST_STATE() in a few places,
14550           which isn't all that good an idea, subtitles/elements disabled
14551           because no elements to test with and thus probably broken, query
14552           and event handling moved to GstBin, internal thread removed
14553           alltogether because the pipeline does that for us now. Can play
14554           Ogg/Vorbis files. Haven't tested anything else yet.
14555
14556 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14557
14558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14559           Do no-more-pads (needed for autoplugging).
14560
14561 2005-05-10  Andy Wingo  <wingo@pobox.com>
14562
14563         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14564         message to the bus with the tags. Still not sent downstream tho.
14565
14566         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14567         get_parent.
14568         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14569         avoid refcounting hassles.
14570
14571 2005-05-09  Andy Wingo  <wingo@pobox.com>
14572
14573         * gst/volume/Makefile.am:
14574         * gst/volume/demo.c
14575         * gst/volume/gstvolume.h
14576         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14577         basetransform. Probably need an audio filter base class.
14578
14579 2005-05-09  Wim Taymans  <wim@fluendo.com>
14580
14581         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14582         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14583         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14584         (gst_vorbisenc_chain):
14585         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14586         (gst_audio_convert_caps_remove_format_info),
14587         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14588         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14589         Make caps writable before writing to it.
14590         Fix negotiation in audioconvert some more.
14591
14592 2005-05-09  Wim Taymans  <wim@fluendo.com>
14593
14594         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14595         (gst_videorate_getcaps), (gst_videorate_setcaps),
14596         (gst_videorate_event), (gst_videorate_chain):
14597         Better negotiation.
14598
14599 2005-05-09  Wim Taymans  <wim@fluendo.com>
14600
14601         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14602         (gst_videorate_getcaps), (gst_videorate_setcaps),
14603         (gst_videorate_blank_data), (gst_videorate_init),
14604         (gst_videorate_event), (gst_videorate_chain),
14605         (gst_videorate_change_state):
14606         Port videorate, do a better job at negotiation while we're at
14607         it.
14608
14609 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14610
14611         * configure.ac:
14612           Disable libvisual
14613
14614         * examples/Makefile.am:
14615         * gst-libs/gst/audio/Makefile.am:
14616         * gst-libs/gst/riff/Makefile.am:
14617         * gst-libs/gst/tag/Makefile.am:
14618         * gst-libs/gst/video/Makefile.am:
14619           Fixups for missing variables.
14620
14621 2005-05-09  Wim Taymans  <wim@fluendo.com>
14622
14623         * examples/seeking/seek.c: (make_theora_pipeline),
14624         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14625         (query_rates), (query_positions_elems), (query_positions_pads),
14626         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14627         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14628         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14629         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14630         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14631         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14632         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14633         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14634         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14635         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14636         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14637         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14638         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14639         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14640         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14641         (theora_dec_src_convert), (theora_dec_sink_convert),
14642         (theora_dec_src_query), (theora_dec_sink_query),
14643         (theora_dec_src_event), (theora_dec_sink_event),
14644         (theora_handle_comment_packet), (theora_handle_type_packet),
14645         (theora_handle_header_packet), (theora_handle_data_packet),
14646         (theora_dec_chain):
14647         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14648         (vorbis_dec_convert), (vorbis_dec_src_query),
14649         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14650         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14651         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14652         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14653         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14654         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14655         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14656         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14657         (gst_play_bin_query):
14658         * gst/playback/test3.c: (update_scale):
14659         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14660         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14661         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14662         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14663         (gst_videotestsrc_src_query):
14664         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14665         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14666         (paint_hline_YUV9):
14667         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14668         Port to new query API.
14669         Updated seek.
14670         Cleanups in x[v]imagesink
14671
14672 2005-05-09  Andy Wingo  <wingo@pobox.com>
14673
14674         * ext/alsa/gstalsasink.h:
14675         * ext/gnomevfs/gstgnomevfssrc.c:
14676         (gst_gnomevfssrc_get_icy_metadata):
14677         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14678         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14679         * ext/theora/theoradec.c (theora_dec_src_query)
14680         (theora_dec_src_event, theora_dec_sink_event)
14681         (theora_handle_comment_packet, theora_handle_data_packet):
14682         * ext/theora/theoraenc.c (theora_enc_chain):
14683         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14684         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14685         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14686         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14687         (qt_type_find):
14688         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
14689         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
14690         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
14691         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
14692         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
14693         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
14694         (paint_setup_xBGR8888, paint_setup_RGBx8888)
14695         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
14696         (paint_setup_RGB565, paint_setup_xRGB1555):
14697         * gst/videotestsrc/videotestsrc.h:
14698         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
14699         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
14700         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
14701         GCC4 fixes.
14702         
14703         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
14704         gst_pad_query_position. Fixes oggdemux.
14705
14706 2005-05-08  David Schleef  <ds@schleef.org>
14707
14708         * configure.ac: Require liboil.
14709         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
14710         a few more.
14711         * gst/videotestsrc/videotestsrc.c:
14712         * gst/videotestsrc/videotestsrc.h:
14713
14714 2005-05-06  Wim Taymans  <wim@fluendo.com>
14715
14716         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14717         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14718         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14719         Well, unreffing a buffer right before pushing it is asking
14720         for trouble..
14721
14722 2005-05-06  Christian Schaller  <uraeus@gnome.org>
14723
14724         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
14725
14726 2005-05-06  Wim Taymans  <wim@fluendo.com>
14727
14728         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14729         (gst_audio_convert_caps_remove_format_info),
14730         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14731         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14732         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14733         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14734         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14735         * gst/sine/Makefile.am:
14736         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
14737         (gst_sinesrc_class_init), (gst_sinesrc_init),
14738         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
14739         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
14740         (gst_sinesrc_update_freq):
14741         * gst/sine/gstsinesrc.h:
14742         * gst/tcp/gstmultifdsink.c:
14743         * sys/xvimage/xvimagesink.c:
14744         Fixed negotiation wrt _peer_get_caps()
14745         Some cleanups.
14746
14747
14748 2005-05-06  Wim Taymans  <wim@fluendo.com>
14749
14750         * gst-libs/gst/audio/gstaudiosink.c:
14751         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14752         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14753         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14754         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14755         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14756         (gst_audiosink_create_ringbuffer):
14757         * gst-libs/gst/audio/gstbaseaudiosink.c:
14758         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14759         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14760         (gst_baseaudiosink_set_property), (build_linear_format),
14761         (debug_spec_caps), (debug_spec_buffer),
14762         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14763         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14764         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14765         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14766         * gst-libs/gst/audio/gstbaseaudiosink.h:
14767         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14768         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14769         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14770         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14771         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14772         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14773         (wait_segment), (gst_ringbuffer_commit),
14774         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14775         (gst_ringbuffer_clear):
14776         * gst-libs/gst/audio/gstringbuffer.h:
14777         Make the base audiosink return an error when there is no
14778         audiobuffer negotiated.
14779
14780 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14781
14782         * ext/Makefile.am:
14783         Disable cdparanoia until someone ports it!
14784
14785 2005-05-06  Wim Taymans  <wim@fluendo.com>
14786
14787         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14788         (gst_ogg_demux_sink_activate):
14789         And revert after wingo's revert.. sigh..
14790
14791 2005-05-05  Andy Wingo  <wingo@pobox.com>
14792
14793         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
14794         GObject.
14795         * configure.ac: Return audiorate and subparse from the ghetto.
14796         Re-enable -Wall -Werror.
14797         * gst/subparse/gstsubparse.c:
14798         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
14799         or chain-based. Cleaned up a bit. Not tested.
14800         
14801 2005-05-05  Christian Schaller <christian@fluendo.com> 
14802
14803         * Makefile.am: remove stuff that is not building
14804         * configure.ac: remove stuff that is not building
14805         * examples/Makefile.am: remove stuff that is not building
14806         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
14807         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
14808         * sys/Makefile.am: remove stuff that is not building
14809         * testsuite/Makefile.am: remove stuff that is not building
14810
14811 2005-05-05  Andy Wingo  <wingo@pobox.com>
14812
14813         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14814         * gst-libs/gst/tag/gstvorbistag.c:
14815         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
14816         * gst/adder/gstadder.h:
14817         * gst/audioconvert/gstchannelmix.c:
14818         (gst_audio_convert_fill_one_other):
14819         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
14820         (gst_audiorate_init), (gst_audiorate_chain):
14821         * gst/playback/gstplaybasebin.c: (setup_source):
14822         * gst/playback/test3.c: (update_scale):
14823         Some GCC4 fixes
14824         
14825         * po/af.po:
14826         * po/az.po:
14827         * po/cs.po:
14828         * po/en_GB.po:
14829         * po/hu.po:
14830         * po/it.po:
14831         * po/nb.po:
14832         * po/nl.po:
14833         * po/or.po:
14834         * po/sq.po:
14835         * po/sr.po:
14836         * po/sv.po:
14837         * po/uk.po:
14838         * po/vi.po: Foo
14839
14840 2005-05-05  Wim Taymans  <wim@fluendo.com>
14841
14842         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14843         (gst_audio_convert_caps_remove_format_info),
14844         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
14845         (gst_audio_convert_change_state), (gst_audio_convert_channels):
14846         * gst/videotestsrc/gstvideotestsrc.c:
14847         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
14848         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
14849         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
14850         (gst_videotestsrc_init), (gst_videotestsrc_loop):
14851         Don't ignore _push() return values.
14852         Make sure no processing is done when shutting down.
14853         Videotestsrc pad activation fix.
14854
14855 2005-05-05  Wim Taymans  <wim@fluendo.com>
14856
14857         * gst/adder/Makefile.am:
14858         * gst/adder/gstadder.c: (gst_adder_setcaps),
14859         (gst_adder_class_init), (gst_adder_init),
14860         (gst_adder_request_new_pad), (gst_adder_collected),
14861         (gst_adder_change_state):
14862         * gst/adder/gstadder.h:
14863         Ported adder as an example of a mixer element using
14864         collect pads. Needs more negotiation work.
14865
14866 2005-05-05  Wim Taymans  <wim@fluendo.com>
14867
14868         * ext/theora/theoradec.c: (_inc_granulepos),
14869         (theora_dec_src_event), (theora_dec_sink_event),
14870         (theora_handle_comment_packet), (theora_handle_type_packet),
14871         (theora_handle_header_packet), (theora_handle_data_packet),
14872         (theora_dec_chain):
14873         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14874         (gst_theora_enc_init), (theora_enc_sink_setcaps),
14875         (theora_push_buffer), (theora_push_packet),
14876         (theora_enc_sink_event), (theora_enc_chain),
14877         (theora_enc_change_state), (theora_enc_set_property),
14878         (theora_enc_get_property):
14879         Added stream lock to decoder so that we can serialize
14880         the discont event.
14881         More theoraenc porting, recover from errors, do clean
14882         shutdown.
14883
14884 2005-05-05  Wim Taymans  <wim@fluendo.com>
14885
14886         * ext/ogg/Makefile.am:
14887         * ext/ogg/README:
14888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14889         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
14890         (gst_ogg_print):
14891         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14892         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14893         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14894         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14895         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
14896         (gst_ogg_mux_change_state):
14897         Ported ogg muxer.
14898
14899 2005-05-05  Wim Taymans  <wim@fluendo.com>
14900
14901         * docs/design-audiosinks.txt:
14902         * gst-libs/gst/audio/TODO:
14903         * gst-libs/gst/audio/gstaudiosink.c:
14904         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14905         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14906         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14907         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14908         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14909         (gst_audiosink_create_ringbuffer):
14910         * gst-libs/gst/audio/gstbaseaudiosink.c:
14911         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14912         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14913         (gst_baseaudiosink_set_property), (build_linear_format),
14914         (debug_spec_caps), (debug_spec_buffer),
14915         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14916         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14917         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14918         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14919         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14920         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14921         (gst_ringbuffer_release), (gst_ringbuffer_play),
14922         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14923         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
14924         (gst_ringbuffer_set_sample), (wait_segment),
14925         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
14926         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
14927         More work on the audiosink, mostly debugging and a race in
14928         shutdown.
14929
14930 2005-04-28  Wim Taymans  <wim@fluendo.com>
14931
14932         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14933         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
14934         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
14935         (vorbis_dec_src_query), (vorbis_dec_src_event),
14936         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14937         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14938         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14939         Don't crap out when seeking back to position 0.
14940
14941 2005-04-28  Wim Taymans  <wim@fluendo.com>
14942
14943         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
14944         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
14945         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
14946         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
14947         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
14948         Make audio sink configurable, use alsasink as default.
14949
14950 2005-04-28  Wim Taymans  <wim@fluendo.com>
14951
14952         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14953         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14954         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14955         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
14956         (vorbis_dec_change_state):
14957         * ext/vorbis/vorbisdec.h:
14958         Refactor, use STREAM_LOCK.
14959
14960 2005-04-28  Wim Taymans  <wim@fluendo.com>
14961
14962         * ext/theora/theoradec.c: (_inc_granulepos),
14963         (theora_dec_sink_event), (theora_handle_comment_packet),
14964         (theora_handle_type_packet), (theora_handle_header_packet),
14965         (theora_handle_data_packet), (theora_dec_chain),
14966         (theora_dec_change_state):
14967         Refactor a bit, use STREAM_LOCK.
14968
14969 2005-04-28  Wim Taymans  <wim@fluendo.com>
14970
14971         * ext/alsa/Makefile.am:
14972         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
14973         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
14974         (gst_alsa_link), (gst_alsa_close_audio):
14975         * ext/alsa/gstalsaplugin.c: (plugin_init):
14976         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14977         (gst_alsasink_dispose), (gst_alsasink_base_init),
14978         (gst_alsasink_class_init), (gst_alsasink_init),
14979         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
14980         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
14981         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
14982         (gst_alsasink_reset):
14983         * ext/alsa/gstalsasink.h:
14984         Implement alsasink with simple open/write/close API. 
14985         Make alsa dir build by disabling compilation of code.
14986
14987 2005-04-28  Wim Taymans  <wim@fluendo.com>
14988
14989         * gst-libs/gst/audio/Makefile.am:
14990         * gst-libs/gst/audio/audio.h:
14991         * gst-libs/gst/audio/audioclock.c:
14992         * gst-libs/gst/audio/audioclock.h:
14993         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
14994         (gst_audio_clock_class_init), (gst_audio_clock_init),
14995         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
14996         * gst-libs/gst/audio/gstaudioclock.h:
14997         * gst-libs/gst/audio/gstaudiosink.c:
14998         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14999         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15000         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15001         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15002         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15003         (gst_audiosink_create_ringbuffer):
15004         * gst-libs/gst/audio/gstbaseaudiosink.c:
15005         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15006         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15007         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15008         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15009         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15010         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15011         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15012         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15013         * gst-libs/gst/audio/gstbaseaudiosink.h:
15014         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15015         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15016         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15017         (gst_ringbuffer_release), (gst_ringbuffer_play),
15018         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15019         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15020         (gst_ringbuffer_set_sample), (wait_segment),
15021         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15022         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15023         * gst-libs/gst/audio/gstringbuffer.h:
15024         Make ringbuffer faster and more simple by removing the locks
15025         in the playback thread.
15026         Add sample accurate playback based on buffer sample offsets.
15027         Make the baseaudiosink provide a clock.
15028         Parse caps in the base class.
15029         Correctly handle seeking, flushing and state changes.
15030
15031 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15032
15033         * configure.ac:
15034         * gst/audioconvert/Makefile.am:
15035         * gst/audioscale/Makefile.am:
15036           Fix part of the build.  Come on guys, autogen didn't even work :)
15037
15038 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15039
15040         * configure.ac:
15041         * gst-libs/gst/Makefile.am:
15042         * gst-libs/gst/media-info/.cvsignore:
15043         * gst-libs/gst/media-info/Makefile.am:
15044         * gst-libs/gst/media-info/README:
15045         * gst-libs/gst/media-info/media-info-priv.c:
15046         * gst-libs/gst/media-info/media-info-priv.h:
15047         * gst-libs/gst/media-info/media-info-test.c:
15048         * gst-libs/gst/media-info/media-info.c:
15049         * gst-libs/gst/media-info/media-info.h:
15050         * gst-libs/gst/media-info/media-info.vcproj:
15051         * pkgconfig/Makefile.am:
15052         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15053         * pkgconfig/gstreamer-media-info.pc.in:
15054           Remove media-info, which is also successed by playbin (see Totem
15055           implementation).
15056
15057 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15058
15059         * configure.ac:
15060         * examples/Makefile.am:
15061         * examples/gstplay/.cvsignore:
15062         * examples/gstplay/Makefile.am:
15063         * examples/gstplay/player.c:
15064         * gst-libs/gst/Makefile.am:
15065         * gst-libs/gst/play/.cvsignore:
15066         * gst-libs/gst/play/Makefile.am:
15067         * gst-libs/gst/play/play.c:
15068         * gst-libs/gst/play/play.h:
15069         * gst-libs/gst/play/play.vcproj:
15070         * pkgconfig/Makefile.am:
15071         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15072         * pkgconfig/gstreamer-play.pc.in:
15073           Remove libgstplay, playbin is now the official successor.
15074
15075 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15076
15077         * configure.ac:
15078         * gst-libs/gst/Makefile.am:
15079         * gst-libs/gst/xwindowlistener/Makefile.am:
15080         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15081         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15082           Remove deprecated xwindowlistener (I've moved xwindowlistening
15083           in the v4l/v4l2 plugins over to serverside).
15084
15085 2005-04-25  David Schleef  <ds@schleef.org>
15086
15087         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15088         to examples/dynparams.  Examples do not belong interspersed with
15089         source code.
15090         * examples/dynparams/demo-dparams.c:
15091         * gst/sine/Makefile.am:
15092         * gst/sine/demo-dparams.c:
15093
15094 2005-04-25  David Schleef  <ds@schleef.org>
15095
15096         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15097         * gst-libs/gst/audio/Makefile.am:
15098         * gst-libs/gst/riff/Makefile.am:
15099         * gst-libs/gst/tag/Makefile.am:
15100         * gst-libs/gst/video/Makefile.am:
15101         * gst-libs/gst/xwindowlistener/Makefile.am:
15102
15103         Convert to 0.9 API, seems to work:
15104         * sys/ximage/Makefile.am:
15105         * sys/ximage/ximagesink.c:
15106
15107 2005-04-24  David Schleef  <ds@schleef.org>
15108
15109         Link plugins against libraries:
15110         * ext/alsa/Makefile.am:
15111         * gst/tcp/Makefile.am:
15112
15113         Remove asm code that should be in liboil
15114         * gst/videoscale/Makefile.am:
15115         * gst/videoscale/videoscale_x86_asm.s:
15116
15117         gettext wants these checked in:
15118         * po/af.po:
15119         * po/az.po:
15120         * po/cs.po:
15121         * po/en_GB.po:
15122         * po/hu.po:
15123         * po/it.po:
15124         * po/nb.po:
15125         * po/nl.po:
15126         * po/or.po:
15127         * po/sq.po:
15128         * po/sr.po:
15129         * po/sv.po:
15130         * po/uk.po:
15131         * po/vi.po:
15132
15133 2005-04-24  David Schleef  <ds@schleef.org>
15134
15135         Convert gst_main() to g_main_loop_run()
15136         * gst/playback/decodetest.c: (main):
15137         * gst/playback/test2.c: (main):
15138         * gst/playback/test3.c: (main):
15139         * gst/playback/test4.c: (main):
15140
15141         Link plugins against libraries:
15142         * ext/libvisual/Makefile.am:
15143         * sys/xvimage/Makefile.am:
15144
15145 2005-04-24  David Schleef  <ds@schleef.org>
15146
15147         * configure.ac: Remove idct and resample libs
15148         * gst-libs/gst/Makefile.am: same
15149
15150         Remove usage of gst_library_load():
15151         * ext/alsa/gstalsaplugin.c: (plugin_init):
15152         * ext/libvisual/visual.c: (plugin_init):
15153         * ext/ogg/gstogg.c: (plugin_init):
15154         * ext/theora/theora.c: (plugin_init):
15155         * ext/vorbis/vorbis.c: (plugin_init):
15156         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15157         * gst/audioscale/gstaudioscale.c:
15158         * gst/adder/gstadder.c: (plugin_init):
15159         * gst/audioconvert/plugin.c: (plugin_init):
15160         * sys/ximage/ximagesink.c: (plugin_init):
15161         * sys/xvimage/xvimagesink.c: (plugin_init):
15162         * gst/tcp/gsttcpplugin.c: (plugin_init):
15163
15164         Link plugins against libraries:
15165         * ext/ogg/Makefile.am:
15166         * ext/theora/Makefile.am:
15167         * ext/vorbis/Makefile.am:
15168         * gst/audioconvert/Makefile.am:
15169
15170         Create proper libraries:
15171         * gst-libs/gst/riff/Makefile.am:
15172         * gst-libs/gst/audio/Makefile.am:
15173         * gst-libs/gst/video/Makefile.am:
15174
15175         Move resample library to audioscale plugin directory:
15176         * gst-libs/gst/resample/Makefile.am:
15177         * gst-libs/gst/resample/README:
15178         * gst-libs/gst/resample/dtof.c:
15179         * gst-libs/gst/resample/dtos.c:
15180         * gst-libs/gst/resample/functable.c:
15181         * gst-libs/gst/resample/private.h:
15182         * gst-libs/gst/resample/resample.c:
15183         * gst-libs/gst/resample/resample.h:
15184         * gst-libs/gst/resample/resample.vcproj:
15185         * gst-libs/gst/resample/test.c:
15186         * gst/audioscale/Makefile.am:
15187         * gst/audioscale/README:
15188         * gst/audioscale/dtof.c:
15189         * gst/audioscale/dtos.c:
15190         * gst/audioscale/functable.c:
15191         * gst/audioscale/private.h:
15192         * gst/audioscale/resample.c:
15193         * gst/audioscale/resample.h:
15194         * gst/audioscale/test.c:
15195
15196         Move tagedit library to gst-libs:
15197         * gst-libs/gst/tag/Makefile.am:
15198         * gst-libs/gst/tag/gstid3tag.c:
15199         * gst-libs/gst/tag/gsttagediting.c:
15200         * gst-libs/gst/tag/gsttageditingprivate.h:
15201         * gst-libs/gst/tag/gstvorbistag.c:
15202         * gst/tags/Makefile.am:
15203         * gst/tags/gstid3tag.c:
15204         * gst/tags/gstvorbistag.c:
15205
15206         Fix for core changes:
15207         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15208         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15209         (gst_sinesrc_getrange):
15210
15211 2005-04-23  David Schleef  <ds@schleef.org>
15212
15213         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15214         in gst-plugins in a long time, and properly belongs in liboil.
15215         * gst-libs/gst/idct/Makefile.am:
15216         * gst-libs/gst/idct/README:
15217         * gst-libs/gst/idct/dct.h:
15218         * gst-libs/gst/idct/doieee:
15219         * gst-libs/gst/idct/fastintidct.c:
15220         * gst-libs/gst/idct/floatidct.c:
15221         * gst-libs/gst/idct/idct.c:
15222         * gst-libs/gst/idct/idct.h:
15223         * gst-libs/gst/idct/idtc.vcproj:
15224         * gst-libs/gst/idct/ieeetest.c:
15225         * gst-libs/gst/idct/intidct.c:
15226
15227 2005-04-20  Wim Taymans  <wim@fluendo.com>
15228
15229         * docs/design-audiosinks.txt:
15230         * gst-libs/gst/audio/Makefile.am:
15231         * gst-libs/gst/audio/TODO:
15232         * gst-libs/gst/audio/gstaudiosink.c:
15233         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15234         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15235         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15236         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15237         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15238         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15239         (gst_audiosink_class_init), (gst_audiosink_init),
15240         (gst_audiosink_create_ringbuffer):
15241         * gst-libs/gst/audio/gstaudiosink.h:
15242         * gst-libs/gst/audio/gstbaseaudiosink.c:
15243         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15244         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15245         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15246         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15247         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15248         (gst_baseaudiosink_create_ringbuffer),
15249         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15250         * gst-libs/gst/audio/gstbaseaudiosink.h:
15251         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15252         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15253         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15254         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15255         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15256         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15257         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15258         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15259         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15260         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15261         * gst-libs/gst/audio/gstringbuffer.h:
15262         An attempt at a set of audio base classes together with some
15263         design docs.
15264
15265 2005-04-20  Wim Taymans  <wim@fluendo.com>
15266
15267         * gst/audioconvert/Makefile.am:
15268         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15269         (gst_audio_convert_caps_remove_format_info),
15270         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15271         (gst_audio_convert_channels):
15272         Link against audio libs.
15273         Fix audio convert plugin.
15274
15275 2005-04-20  Wim Taymans  <wim@fluendo.com>
15276
15277         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15278         (gst_ogg_demux_sink_activate):
15279         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15280         (theora_set_header_on_caps), (theora_enc_sink_event),
15281         (theora_enc_chain):
15282         Fix theora encoder.
15283
15284 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15285
15286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15287         * gst/playback/gstdecodebin.c: (find_compatibles):
15288           Work with staticpadtemplates in elementfactories.
15289
15290 2005-04-12  Wim Taymans  <wim@fluendo.com>
15291
15292         * gst/playback/README:
15293         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15294         (compare_ranks), (print_feature), (gst_decode_bin_init),
15295         (dynamic_create), (dynamic_free), (find_compatibles),
15296         (mimetype_is_raw), (close_pad_link), (got_redirect),
15297         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15298         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15299         (gst_decode_bin_change_state):
15300         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15301         (gst_play_base_bin_init), (group_destroy), (group_commit),
15302         (check_queue), (queue_overrun), (queue_threshold_reached),
15303         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15304         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15305         (got_redirect), (setup_source), (play_base_eos),
15306         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15307         (gst_play_base_bin_remove_element):
15308         * gst/playback/gstplaybasebin.h:
15309         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15310         (gst_play_bin_init), (gst_play_bin_dispose),
15311         (gst_play_bin_set_property), (gen_video_element),
15312         (gen_text_element), (gen_audio_element), (remove_sinks),
15313         (gst_play_bin_send_event):
15314         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15315         (stream_info_change_state), (gst_stream_info_set_mute):
15316         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15317         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15318         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15319         (gst_stream_selector_chain):
15320         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15321         (main):
15322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15323         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15324         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15325         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15326         Raw and crude port of decodebin. 
15327         Make playbin compile.
15328
15329 2005-04-06  Wim Taymans  <wim@fluendo.com>
15330
15331         * ext/gnomevfs/Makefile.am:
15332         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15333         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15334         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15335         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15336         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15337         (gst_gnomevfssrc_stop):
15338         * ext/ogg/Makefile.am:
15339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15340         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15341         * ext/theora/Makefile.am:
15342         * ext/theora/theoradec.c: (_inc_granulepos),
15343         (theora_dec_sink_event), (theora_dec_chain):
15344         * ext/vorbis/Makefile.am:
15345         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15346         (vorbis_dec_sink_event), (vorbis_dec_chain):
15347         * gst-libs/gst/audio/Makefile.am:
15348         * sys/xvimage/Makefile.am:
15349         Make gnomevfssrc extend the source base class.
15350         Fix linking against libs in various plugins.
15351
15352 2005-04-06  Andy Wingo  <wingo@pobox.com>
15353
15354         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15355         GST_BASE_LIBS.
15356
15357         * configure.ac: Add check and AC_SUBST for libgstbase.
15358
15359 2005-03-31  Wim Taymans  <wim@fluendo.com>
15360
15361         * examples/seeking/Makefile.am:
15362         * examples/seeking/cdparanoia.c: (main):
15363         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15364         (play_cb), (pause_cb), (stop_cb), (main):
15365         * examples/seeking/playbin.c:
15366         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15367         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15368         (make_sid_pipeline), (make_vorbis_pipeline),
15369         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15370         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15371         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15372         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15373         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15374         (stop_cb), (main):
15375         * examples/seeking/spider_seek.c:
15376         * examples/seeking/vorbisfile.c:
15377         * ext/gnomevfs/Makefile.am:
15378         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15379         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15380         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15381         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15382         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15383         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15384         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15385         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15386         * ext/ogg/README:
15387         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15388         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15389         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15390         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15391         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15392         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15393         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15394         (gst_ogg_demux_factory_filter), (compare_ranks),
15395         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15396         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15397         (gst_ogg_chain_new), (gst_ogg_chain_free),
15398         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15399         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15400         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15401         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15402         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15403         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15404         (gst_ogg_demux_get_prev_page),
15405         (gst_ogg_demux_deactivate_current_chain),
15406         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15407         (gst_ogg_demux_bisect_forward_serialno),
15408         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15409         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15410         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15411         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15412         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15413         (gst_ogg_demux_change_state), (gst_ogg_print):
15414         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15415         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15416         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15417         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15418         (gst_ogg_mux_loop):
15419         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15420         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15421         (theora_dec_src_convert), (theora_dec_sink_convert),
15422         (theora_dec_src_query), (theora_dec_src_event),
15423         (theora_dec_sink_event), (theora_dec_chain),
15424         (theora_dec_change_state):
15425         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15426         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15427         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15428         (theora_enc_change_state):
15429         * ext/vorbis/Makefile.am:
15430         * ext/vorbis/oggvorbisenc.c:
15431         * ext/vorbis/oggvorbisenc.h:
15432         * ext/vorbis/vorbis.c: (plugin_init):
15433         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15434         (vorbis_dec_src_query), (vorbis_dec_src_event),
15435         (vorbis_dec_sink_event), (vorbis_dec_chain),
15436         (vorbis_dec_change_state):
15437         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15438         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15439         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15440         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15441         (gst_vorbisenc_change_state):
15442         * ext/vorbis/vorbisenc.h:
15443         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15444         * gst-libs/gst/audio/audioclock.c:
15445         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15446         (gst_audiofilter_init), (gst_audiofilter_chain):
15447         * gst-libs/gst/audio/testchannels.c: (main):
15448         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15449         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15450         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15451         (gmip_find_track_streaminfo), (gmip_find_track_format):
15452         * gst-libs/gst/media-info/media-info.c:
15453         (gst_media_info_read_idler):
15454         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15455         (gst_play_get_all_by_interface):
15456         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15457         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15458         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15459         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15460         (gst_riff_parse_info):
15461         * gst-libs/gst/riff/riff-read.h:
15462         * gst-libs/gst/riff/riff.c: (plugin_init):
15463         * gst-libs/gst/video/Makefile.am:
15464         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15465         (gst_videosink_class_init), (gst_videosink_get_type):
15466         * gst-libs/gst/video/videosink.h:
15467         * gst/audioconvert/bufferframesconvert.c:
15468         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15469         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15470         * gst/audioconvert/channelmixtest.c: (main):
15471         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15472         (gst_audio_convert_chain),
15473         (gst_audio_convert_caps_remove_format_info),
15474         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15475         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15476         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15477         (gst_audio_convert_buffer_to_default_format),
15478         (gst_audio_convert_buffer_from_default_format),
15479         (gst_audio_convert_channels):
15480         * gst/audioconvert/gstchannelmix.h:
15481         * gst/ffmpegcolorspace/avcodec.h:
15482         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15483         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15484         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15485         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15486         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15487         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15488         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15489         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15490         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15491         (dv_type_find):
15492         * gst/videotestsrc/gstvideotestsrc.c:
15493         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15494         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15495         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15496         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15497         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15498         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15499         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15501         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15502         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15503         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15504         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15505         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15506         (gst_xvimagesink_navigation_send_event),
15507         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15508         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15509         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15510         * sys/xvimage/xvimagesink.h:
15511         Plugin port to 0.9, ogg/theora playback should work in the seek
15512         example now.
15513         Removed old examples.
15514         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15515         explained in 0.9 TODO doc.
15516
15517
15518 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15519
15520         * autogen.sh:
15521         * configure.ac:
15522         * ext/Makefile.am:
15523         * gst/Makefile.am:
15524         * po/POTFILES.in:
15525         * po/af.po:
15526         * po/az.po:
15527         * po/cs.po:
15528         * po/en_GB.po:
15529         * po/hu.po:
15530         * po/it.po:
15531         * po/nb.po:
15532         * po/nl.po:
15533         * po/or.po:
15534         * po/sq.po:
15535         * po/sr.po:
15536         * po/sv.po:
15537         * po/uk.po:
15538         * po/vi.po:
15539         * sys/Makefile.am:
15540         * testsuite/Makefile.am:
15541           remove a whole bunch of plugins.  This module now contains a set
15542           of free reference plugins/elements as agreed.
15543
15544 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15545
15546         * configure.ac:
15547           hunting season on 0.9 is now OPEN
15548
15549 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15550
15551         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15552           Kick the hell out of gcc for not warning me about a symbol conflict.
15553
15554 2005-02-22  Luca Ognibene  <luogni@tin.it>
15555
15556         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15557
15558         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15559           Don't leak caps string (fixes #168134)
15560
15561         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15562         (gst_jpegenc_init), (gst_jpegenc_finalize),
15563         (gst_jpegenc_change_state):
15564           Don't leak line buffers and context struct (fixes #168133).
15565
15566 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15567
15568         * configure.ac:
15569         * ext/dirac/gstdiracdec.cc:
15570         (gst_diracdec_chain):
15571           Since dirac 0.5.0 the framerate in dirac is expressed as a
15572           rational number. Fix build and up requirement to 0.5.0, and
15573           also pass parameters to gst_diracdec_link in the right order
15574           (fixes #167959).
15575
15576 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15577
15578         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15579         * ext/faad/gstfaad.h:
15580         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15581         certain invalid muxed streams, where some packets will contain 
15582         junk after decoder data. Partially fixes #149158.
15583
15584 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15585         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15586           Make sure we only write to writable buffers
15587
15588 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15589
15590         * gst-libs/gst/riff/riff-media.c:
15591         (gst_riff_create_audio_caps_with_data):
15592           Do actually fix invalid RIFF fmt header values for alaw
15593           and mulaw audio instead of just saying so.
15594
15595         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15596           Give gst_riff_create_audio_caps_with_data() a chance to
15597           fix up broken format header fields before extracting any
15598           parameters from the header. (fixes #167633)
15599
15600 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15601
15602         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15603
15604         * gst/audioconvert/bufferframesconvert.c:
15605         (buffer_frames_convert_link):
15606           Don't leak othercaps. (fixes #167878)
15607
15608 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15609
15610         * configure.ac:
15611         * ext/libvisual/visual.c: (gst_visual_srclink),
15612         (gst_visual_change_state):
15613           Support libvisual 0.2.0.
15614
15615 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15616
15617         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15618         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15619           Use same rowstrides for I420 as used everywhere else.
15620
15621 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15622
15623         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15624           Declare variables at beginning of block and make gcc-2.95 happy
15625           (fixes # 167482, patch by Gergely Nagy).
15626           
15627         * gst/tcp/gsttcpclientsrc.c:
15628         * gst/tcp/gsttcpclientsrc.h:
15629           Move some includes into the header, so that struct sockaddr_in is
15630           defined when it should be defined on FreeBSD as well (fixes
15631           #167483).
15632           
15633         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15634           Don't pass uninitialised values to setsockopt() here either.
15635
15636 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15637
15638         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15639
15640         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15641           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15642
15643 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15644
15645         * gst/playback/gstplaybin.c: (add_sink):
15646           Invert bin_add/link order to workaround deadlock in opt.
15647
15648 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15649
15650         * gst/modplug/gstmodplug.cc:
15651           Add missing break causing position queries to fail.
15652
15653 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15654
15655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15656           Granpos can apparently be -1, which screws up calculations...
15657
15658 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15659
15660         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15661         (gst_ximagesink_send_pending_navigation),
15662         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15663         (gst_ximagesink_init):
15664         * sys/ximage/ximagesink.h:
15665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15666         (gst_xvimagesink_send_pending_navigation),
15667         (gst_xvimagesink_navigation_send_event),
15668         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15669         * sys/xvimage/xvimagesink.h:
15670           Use a mutex protected list to marshal navigation
15671           events into the stream thread from whichever thread
15672           sends them.
15673
15674 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15675
15676         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15677           Display current position and track length; misc. clean-ups.
15678           
15679         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15680         (speed_init), (speed_chain):
15681           Add query function, so that the stream length and current position
15682           get adjusted when queried (note that current position queries may
15683           still be wrong if the audio sink returns values based on buffer
15684           timestamps instead of passing on the query).
15685
15686 2005-02-13  Benjamin Otte  <otte@gnome.org>
15687
15688         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15689         (gst_audio_convert_channels):
15690           create channel conversion matrix when linking
15691         * gst/audioconvert/.cvsignore:
15692         * gst/audioconvert/Makefile.am:
15693         * gst/audioconvert/channelmixtest.c: (main):
15694           add (ugly) test that ensures stereo <=> mono conversion works
15695           correctly
15696
15697 2005-02-13  Benjamin Otte  <otte@gnome.org>
15698
15699         * gst/audioconvert/gstchannelmix.h:
15700           include missing header file
15701         * gst/audioconvert/gstchannelmix.c:
15702         (gst_audio_convert_fill_compatible):
15703           use same sign for both channels when converting to/from compatible
15704           channel. Previously used different signs made the signals cancel
15705           each other out and appear like silence. (fixes #167269)
15706
15707 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15708
15709         * gst/ffmpegcolorspace/avcodec.h:
15710         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15711         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15712         (gst_ffmpegcsp_avpicture_fill):
15713         * gst/ffmpegcolorspace/imgconvert.c:
15714           Convert to and from YV12 (fixes #156379).
15715
15716 2005-02-12  Julien MOUTTE  <julien@moutte.net>
15717
15718         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
15719         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15720         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15721         (gst_ximagesink_expose), (gst_ximagesink_set_property),
15722         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
15723         methods from chain and negotiation and vice versa (Fixes #166142).
15724         * sys/ximage/ximagesink.h: Add stream_lock.
15725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15726         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15727         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15728         (gst_xvimagesink_expose): Check for xcontext before trying to link.
15729
15730 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
15731
15732         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
15733           Don't send "Hey! You gave me a NULL pointer you naughty person" as
15734           error message when we can't open the DVD device (when dvdnav_open()
15735           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
15736           the above). Send something more useful instead (fixes #167117).
15737
15738 2005-02-11  Julien MOUTTE  <julien@moutte.net>
15739
15740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
15741         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
15742         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15743         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
15744         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
15745         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
15746         methods from chain and negotiation and vice versa (Fixes #166142).
15747         Fix a possible bug of images in the buffer pool being discarded because
15748         we are looking at the wrong geometry.
15749         * sys/xvimage/xvimagesink.h: Add stream_lock.
15750
15751 2005-02-11  David Schleef  <ds@schleef.org>
15752
15753         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
15754         unsigned int. (fixes #167128)
15755
15756 2005-02-11  David Schleef  <ds@schleef.org>
15757
15758         * gst/librfb/Makefile.am: Testing stuff before committing is
15759           for wimps... and people with fast machines.  Fix stupid
15760           mistake.
15761
15762 2005-02-11  David Schleef  <ds@schleef.org>
15763
15764         * configure.ac: Pull in librfb from my CVS tree, because it is
15765           too small and annoying to be separate.  Move rfbsrc plugin
15766           to gst/.
15767         * ext/Makefile.am:
15768         * ext/librfb/Makefile.am:
15769         * ext/librfb/gstrfbsrc.c:
15770         * gst/librfb/Makefile.am:
15771         * gst/librfb/gstrfbsrc.c:
15772         * gst/librfb/rfb.c:
15773         * gst/librfb/rfb.h:
15774         * gst/librfb/rfbbuffer.c:
15775         * gst/librfb/rfbbuffer.h:
15776         * gst/librfb/rfbbytestream.c:
15777         * gst/librfb/rfbbytestream.h:
15778         * gst/librfb/rfbcontext.h:
15779         * gst/librfb/rfbdecoder.c:
15780         * gst/librfb/rfbdecoder.h:
15781         * gst/librfb/rfbutil.h:
15782
15783 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
15784
15785         * gst/speed/Makefile.am:
15786         * gst/speed/demo-mp3.c: (main):
15787         * gst/speed/filter.func:
15788         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
15789         (speed_class_init), (speed_init), (speed_chain_int16),
15790         (speed_chain_float32), (speed_chain), (speed_set_property),
15791         (speed_get_property), (speed_change_state):
15792         * gst/speed/gstspeed.h:
15793           Fix speed element and make it chain-based (fixes #156467),
15794           and make it handle more than one channel.
15795
15796 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15797
15798         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
15799         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
15800         (gst_dtsdec_chain), (gst_dtsdec_change_state):
15801         * ext/dts/gstdtsdec.h:
15802           Don't clobber the stack constructing the channels array.
15803           Make the element chain-based. DTS tracks can now be played.
15804           
15805 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15806
15807         * gst-libs/gst/audio/multichannel.h:
15808         * gst-libs/gst/gconf/gconf.h:
15809         * gst-libs/gst/idct/idct.h:
15810         * gst-libs/gst/media-info/media-info-priv.h:
15811         * gst-libs/gst/play/play.h:
15812         * gst-libs/gst/resample/private.h:
15813         * gst-libs/gst/resample/resample.h:
15814         * gst-libs/gst/riff/riff-ids.h:
15815         * gst-libs/gst/video/video.h:
15816         * gst-libs/gst/video/videosink.h:
15817           Add G_BEGIN_DECLS and G_END_DECLS around headers where
15818           missing, so that they work when included from C++ code.
15819
15820 2005-02-09  David Schleef  <ds@schleef.org>
15821
15822         * testsuite/gst-lint: Check for non-statically scoped
15823           parent_class variables.  This won't be a problem once
15824           plugins are loaded with RTLD_LOCAL.
15825
15826 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15827
15828         * ext/mplex/gstmplexibitstream.cc:
15829           gcc madness.
15830
15831 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15832
15833         * ext/ogg/gstogmparse.c:
15834         * gst/debug/gstnavigationtest.c:
15835           Die, thou faulty symbol pollutors (non-static parent_class).
15836
15837 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15838
15839         * ext/mplex/gstmplexibitstream.cc:
15840           Fix event handling (#165525).
15841
15842 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15843
15844         * ext/mikmod/gstmikmod.c:
15845         * gst/modplug/gstmodplug.cc:
15846           Add missing endianness to template (fixes #165509).
15847
15848 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15849
15850         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
15851           Fix wrong order of reading of optional bytes (#165290).
15852
15853 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15854
15855         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15856           Implement FILLER event awareness.
15857
15858 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15859
15860         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
15861           Fix track calculations (#166208).
15862
15863 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15864
15865         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15866
15867         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
15868         * ext/libpng/gstpngenc.c:
15869           Fix byte-order, use proper fixed caps. Fixes #164197.
15870
15871 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15872
15873         * configure.ac:
15874           Add dvdlpcmdec 
15875
15876         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
15877         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
15878           Don't push buffers if the src pad isn't negotiated yet.
15879           
15880         * gst/audioconvert/gstaudioconvert.c:
15881         (gst_audio_convert_buffer_to_default_format),
15882         (gst_audio_convert_buffer_from_default_format):
15883           Add support for 24-bit width.
15884
15885         * gst/dvdlpcmdec/.cvsignore:
15886         * gst/dvdlpcmdec/Makefile.am:
15887         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
15888         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
15889         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
15890         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
15891         (plugin_init):
15892         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
15893           New decoder for rearranging DVD LPCM into our audio/x-raw-int
15894           format. Needs support for the channels maps if someone can find 
15895           a DVD LPCM track with > 2 channels.
15896
15897         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
15898         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
15899         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
15900         * gst/mpegstream/gstdvddemux.h:
15901         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
15902         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
15903         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
15904         * gst/mpegstream/gstmpegdemux.h:
15905         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
15906         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
15907         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
15908         (gst_mpeg_parse_handle_src_query),
15909         (gst_mpeg_parse_handle_src_event):
15910           Use audio/x-dvd-lpcm for LPCM output.
15911           Add DTS output.
15912
15913 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
15914
15915         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15916
15917         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
15918         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
15919           Add BGRA handling (#165736).
15920
15921 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
15922
15923         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15924
15925         * gst/law/alaw-decode.c: (alawdec_link):
15926         * gst/law/alaw-encode.c: (alawenc_link):
15927         * gst/law/mulaw-decode.c: (mulawdec_link):
15928         * gst/law/mulaw-encode.c: (mulawenc_link):
15929           Fix caps memleaks (#166600).
15930
15931 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
15932
15933         * ext/tarkin/mem.h:
15934         * ext/tarkin/wavelet.h:
15935         * ext/tarkin/yuv.h:
15936         * gst/ffmpegcolorspace/avcodec.h:
15937           Include "_stdint.h" instead of <stdint.h>. Fixes build on
15938           systems that don't have stdint.h, like Solaris9 (fixes #166631).
15939
15940 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15941
15942         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
15943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
15944         (gst_xvimagesink_change_state):
15945           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
15946           Xv video (and thereby regenerate Xv colourkey) in clear() so
15947           that PLAY -> READY -> PLAY works (fixes #162504).
15948
15949 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15950
15951         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
15952           Switch to list instead of range, since MJPEG-devices really just
15953           support decimations, not any size.
15954
15955 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15956         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
15957         (gst_mpeg2dec_reset), (free_all_buffers),
15958         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
15959         * ext/mpeg2dec/gstmpeg2dec.h:
15960           The libmpeg2 user-allocated buffer management is awkward, 
15961           to say the least. Hopefully this fixes things.
15962
15963 2005-02-04  Andy Wingo  <wingo@pobox.com>
15964
15965         * gst/audioconvert/bufferframesconvert.c
15966         (buffer_frames_convert_fixate): New function, fixates to 256
15967         frames per buffer by default. (Much better than 1.)
15968         (buffer_frames_convert_init): Set the fixate function for both src
15969         and sink pad.
15970         (buffer_frames_convert_link): After success setting nonfixed caps,
15971         get the negotiated caps so we can know how many buffer-frames it
15972         will be. No idea how this worked at all before.
15973
15974 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
15975
15976         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
15977         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
15978         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
15979         (handle_sequence), (handle_picture):
15980         * ext/mpeg2dec/gstmpeg2dec.h:
15981           Rearrange buffer tracking and refcounting and refactor
15982           a little for readability. 
15983
15984 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
15985         * sys/v4l/gstv4l.c: (plugin_init):
15986         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
15987         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
15988         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
15989         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
15990         * sys/v4l/gstv4ljpegsrc.h:
15991         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
15992         * sys/v4l/v4l_calls.h:
15993         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
15994         (gst_v4lsrc_get_fps):
15995         * sys/v4l/v4lsrc_calls.h:
15996           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
15997           you jpeg inside rgb frames" driver.
15998           Don't error in the v4lsrc link function, just return 
15999           REFUSED.
16000
16001 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16002
16003         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16004         (gst_qcamsrc_open):
16005           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16006
16007 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16008
16009         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16010           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16011
16012 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16013
16014         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16015           Reset negotiated state on PAUSED->READY.
16016
16017 2005-02-02  David Schleef  <ds@schleef.org>
16018
16019         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16020         whereever possible.  (Fixes #165997)
16021         * examples/capsfilter/capsfilter1.c: (main):
16022         * examples/dynparams/filter.c: (create_ui):
16023         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16024         * examples/seeking/chained.c: (main):
16025         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16026         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16027         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16028         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16029         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16030         * examples/switch/switcher.c: (main):
16031         * ext/dv/demo-play.c: (main):
16032         * ext/faad/gstfaad.c: (gst_faad_change_state):
16033         * ext/mad/gstmad.c: (gst_mad_chain):
16034         * ext/smoothwave/demo-osssrc.c: (main):
16035         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16036         (gst_gconf_render_bin_from_description),
16037         (gst_gconf_get_default_audio_sink),
16038         (gst_gconf_get_default_video_sink),
16039         (gst_gconf_get_default_audio_src),
16040         (gst_gconf_get_default_video_src),
16041         (gst_gconf_get_default_visualization_element):
16042         * gst/level/demo.c: (main):
16043         * gst/level/plot.c: (main):
16044         * gst/playback/gstplaybin.c: (gen_video_element),
16045         (gen_audio_element):
16046         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16047         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16048         * gst/sine/demo-dparams.c: (main):
16049         * gst/spectrum/demo-osssrc.c: (main):
16050         * gst/speed/demo-mp3.c: (main):
16051         * gst/volume/demo.c: (main):
16052         * testsuite/embed/embed.c: (main):
16053
16054 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16055
16056         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16057         (gst_tcpclientsink_finalize):
16058         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16059         (gst_tcpclientsrc_finalize):
16060         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16061         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16062         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16063         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16064           Don't leak the hostname when shutting down.
16065           In tcpserversrc, take a copy of the default hostname.
16066
16067 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16068
16069         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16070           Set caps to systemstream=TRUE.
16071
16072 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16073
16074         * testsuite/Makefile.am:
16075           Fix more OSX buildbots.
16076
16077 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16078
16079         * ext/mpeg2dec/gstmpeg2dec.c:
16080           Don't send things to NULL PAD_PEERs
16081
16082         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16083           Copy-on-write the incoming buffer.
16084
16085         * gst/mpegstream/gstdvddemux.h:
16086         * gst/mpegstream/gstmpegclock.h:
16087         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16088         (normal_seek), (gst_mpeg_demux_handle_src_event):
16089         * gst/mpegstream/gstmpegdemux.h:
16090         * gst/mpegstream/gstmpegpacketize.h:
16091         * gst/mpegstream/gstmpegparse.c:
16092         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16093         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16094         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16095         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16096         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16097         * gst/mpegstream/gstmpegparse.h:
16098         * gst/mpegstream/gstrfc2250enc.h:
16099           Various changes to the way time is computed that make seeking and
16100           total time estimation much better here.
16101           Use G_BEGIN/END_DECLS instead of __cplusplus
16102
16103         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16104           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16105
16106 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16107
16108         * gst/subparse/gstsubparse.c:
16109           Fix OSX buildbot.
16110
16111 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16112
16113         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16114         (theora_enc_chain), (theora_enc_change_state):
16115         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16116         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16117         (gst_vorbisenc_change_state):
16118         * ext/vorbis/vorbisenc.h:
16119           Set granulepos and timestamp correctly for streams not
16120           starting at 0, taking into account the initial delay.
16121
16122 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16123
16124         * gst/mpegstream/gstdvddemux.c:
16125           Add audio/x-dts to audio pad template caps
16126
16127 2005-01-30  David Schleef  <ds@schleef.org>
16128
16129         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16130         (create_context), (gst_polypsink_link): Fix silly endianness
16131         bug.  Add some debugging.  Remove float from caps; it doesn't
16132         work.  Attempt to get remote audio working.
16133
16134 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16135
16136         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16137           Add 3IV2 fourcc.
16138
16139 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16140
16141         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16142         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16143         (gst_avi_demux_stream_data):
16144         * gst/avi/gstavidemux.h:
16145           Invert DIB images. Fixes #132341.
16146
16147 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16148
16149         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16150         (gst_ffmpegcsp_chain):
16151           D'oh, reference the palette data, not the palette structure.
16152           Fixes color distortion in #132341.
16153
16154 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16155
16156         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16157           PAR can be non-fixed when not provided as argument (#162626).
16158
16159 2005-01-29  David Moore  <dcm@acm.org>
16160
16161         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16162
16163         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16164         (gst_qtdemux_loop_header):
16165           Re-apply patch from #142272 that allows non-seekable sources,
16166           re-proposed by Daniel Drake <dsd@gentoo.org>.
16167
16168 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16169
16170         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16171           Use the src template for creating the src pad (#162330).
16172
16173 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16174
16175         * configure.ac:
16176         * ext/musepack/Makefile.am:
16177         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16178         (gst_musepackdec_init), (gst_musepackdec_dispose),
16179         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16180         (gst_musepack_stream_init), (gst_musepackdec_loop),
16181         (gst_musepackdec_change_state):
16182         * ext/musepack/gstmusepackdec.cpp:
16183         * ext/musepack/gstmusepackdec.h:
16184         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16185         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16186         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16187         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16188         * ext/musepack/gstmusepackreader.cpp:
16189         * ext/musepack/gstmusepackreader.h:
16190           Update to 1.1 API (#165446).
16191
16192 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16193
16194         * ext/Makefile.am:
16195           Unbreak buildbot.
16196
16197 2005-01-28  Andy Wingo  <wingo@pobox.com>
16198
16199         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16200         to reflect a different dubious internet source. Add a reference
16201         and some commentary.
16202
16203 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16204
16205         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16206         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16207         * gst/playback/gststreamselector.h:
16208           Be more selective when we're redoing caps negotiation from
16209           within the chain function on a stream change.
16210
16211 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16212
16213         * configure.ac:
16214         * ext/Makefile.am:
16215         * ext/amrnb/Makefile.am:
16216         * ext/amrnb/amrnb.c: (plugin_init):
16217         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16218         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16219         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16220         (gst_amrnbdec_state_change):
16221         * ext/amrnb/amrnbdec.h:
16222         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16223         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16224         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16225         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16226         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16227         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16228         * ext/amrnb/amrnbparse.h:
16229           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16230         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16231           Add AMR-NB/-WB raw formats.
16232         * ext/alsa/gstalsa.c: (gst_alsa_link):
16233           Keep valid time when changing format.
16234         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16235         (qtdemux_parse_trak):
16236           Add some more format-specific options (#140141, #143555, #155163).
16237
16238 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16239
16240         * gst/matroska/matroska-demux.c:
16241         (gst_matroska_demux_parse_blockgroup):
16242           Fix logic error in timing of subtitle stream synchronization.
16243         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16244           Add skip-chunk, which is found in kodak-camera streams.
16245
16246 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16247
16248         * po/LINGUAS:
16249         * po/vi.po:
16250           Adding Vietnamese translation (submitted by Clytie Siddall)
16251
16252 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16253
16254         * gst/playback/gstdecodebin.c: (try_to_link_1):
16255           Use realpad for signal.
16256
16257 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16258
16259         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16260           Fix category so decodebin picks it up.
16261
16262 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16263
16264         * ext/mad/Makefile.am:
16265         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16266         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16267         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16268         (found_type), (gst_id3demux_bin_change_state):
16269         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16270         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16271         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16272         (gst_id3_tag_change_state), (plugin_init):
16273         * ext/mad/gstmad.h:
16274           Add id3demuxbin (which is a simple bin consisting of id3demux
16275           and typefind), take over rank from id3demux, remove typefind
16276           code from id3demux. Makes all broken mp3s that I know of work,
16277           and thereby fixes #152688.
16278
16279 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16280
16281         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16282
16283         * ext/mad/gstmad.c: (gst_mad_src_event):
16284         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16285           Allow seeks on audio pad, make mad forward those (#164826).
16286         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16287           Set duration (#165335).
16288
16289 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16290
16291         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16292         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16293         (gst_asf_demux_process_ext_content_desc),
16294         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16295         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16296         * gst/asfdemux/gstasfdemux.h:
16297           Improve metadata display, e.g. if the metadata comes before the
16298           streams are loaded (which is perfectly valid).
16299
16300 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16301
16302         * tools/gst-launch-ext-m.m:
16303           Fix AVI/ASF pipelines (#165340).
16304
16305 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16306         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16307         build failure on amd64
16308
16309 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16310
16311         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16312         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16313           Check environment variables GST_ID3V2_TAG_ENCODING,
16314           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16315           list of character encodings to force interpretation of non-unicode
16316           strings stored in an ID3v2 tag to a particular encoding. If none
16317           is specified, try to use current locale's encoding, then fall back
16318           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16319         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16320         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16321           Check environment variables GST_ID3V1_TAG_ENCODING,
16322           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16323           list of character encodings to use in case a string encountered
16324           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16325           specified, try to use the current locale's encoding, then fall
16326           back to ISO-8859-1 (which will always succeed).
16327
16328 2005-01-25  Benjamin Otte  <otte@gnome.org>
16329
16330         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16331           - on half framerate, compute the rate in advance so the comparisons
16332             don't compare wrong values
16333           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16334             behaviour
16335           - don't use mad_header_decode anymore, mad_frame_decode does that
16336             automatically
16337           - when getting rid of consumed bytes, reset the stream's skiplen
16338           (fixes #163867)
16339
16340 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16341
16342         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16343           Use 1/2 a second for default max_discont, as PES streams from DVB
16344           seem to have larger spacings in the SCR. 
16345           Fix a typo.
16346
16347 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16348
16349         * gst/playback/gstplaybasebin.c: (group_commit):
16350           Notify delayed stream-info availability.
16351
16352 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16353         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16354         (gst_a52dec_handle_event), (gst_a52dec_chain):
16355         Add some debug output. Check that a discont has a valid
16356         time associated.
16357         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16358         (gst_alsa_sink_loop):
16359         Ignore TAG events. A little extra debug for broken timestamps.
16360         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16361         (dvdnavsrc_change_state):
16362         Ensure we send a discont to engage the link before we send any
16363         other events.
16364         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16365         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16366         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16367         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16368         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16369         dvd://title works in totem because typefinding sends a seek that ends
16370         up going back to chapter 1 regardless.
16371         * ext/mpeg2dec/gstmpeg2dec.c:
16372         * ext/mpeg2dec/gstmpeg2dec.h:
16373         Output correct timestamps and handle disconts.
16374         * ext/ogg/gstoggdemux.c: (get_relative):
16375         Small guard against a null dereference.
16376         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16377         (gst_textoverlay_set_property):
16378         Free memory when done. Don't call gst_event_filler_get_duration on
16379         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16380         g_warning.
16381         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16382         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16383         (gst_sw_srclink), (gst_smoothwave_chain):
16384         Draw solid lines, prettier colours.
16385         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16386         Add a default palette that'll work for some movies.
16387         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16388         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16389         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16390         * gst/mpegstream/gstdvddemux.h:
16391         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16392         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16393         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16394         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16395         * gst/mpegstream/gstmpegparse.h:
16396         Use PTM/NAV events when for timestamp adjustment when connected to 
16397         dvdnavsrc. Don't use many discont events where one suffices.
16398         * gst/playback/gstplaybasebin.c: (group_destroy),
16399         (gen_preroll_element), (gst_play_base_bin_add_element):
16400         * gst/playback/gstplaybasebin.h:
16401         Make sure we remove subtitles from the same bin we put them in.
16402         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16403         (gst_subparse_buffer_format_autodetect),
16404         (gst_subparse_change_state):
16405         Fix some memleaks and invalid accesses.
16406         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16407         (oggskel_type_find), (cmml_type_find), (plugin_init):
16408         Some typefind functions for Annodex v3.0 files
16409         * gst/wavparse/gstwavparse.h:
16410         GstRiffReadClass is the correct parent class.
16411
16412 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16413
16414         * gst-libs/gst/riff/riff-media.c:
16415         (gst_riff_create_video_caps_with_data):
16416           Add extradata to huffyuv (fixes #165013).
16417         * gst-libs/gst/riff/riff-read.c:
16418         (gst_riff_read_strf_vids_with_data):
16419           Fix extradata extraction if it is in the chunk size.
16420
16421 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16422
16423         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16424
16425         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16426         (gst_quarktv_change_state), (gst_quarktv_dispose):
16427           Memory free'ing location fix (#164708).
16428
16429 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16430
16431         * gst/playback/gstplaybasebin.c: (group_commit),
16432         (gen_preroll_element), (probe_triggered), (gen_source_element),
16433         (setup_source), (gst_play_base_bin_change_state),
16434         (gst_play_base_bin_add_element):
16435           Don't block for streams.
16436         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16437         (gst_stream_info_set_mute):
16438           Use gst_pad_set_active_recursive.
16439
16440 2005-01-25  Andy Wingo  <wingo@pobox.com>
16441
16442         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16443         for #ifndef HAVE_XVIDEO.
16444
16445 2005-01-24  Jeffrey C. Ollie
16446
16447         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16448
16449         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16450         * ext/gsm/gstgsmdec.h:
16451         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16452         * ext/gsm/gstgsmenc.h:
16453         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16454         was given by property. Add proper buffer timestamps and offsets.
16455
16456 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16457
16458         * gst-libs/gst/riff/riff-media.c:
16459         (gst_riff_create_audio_caps_with_data):
16460           Audio can be <8000Hz.
16461
16462 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16463
16464         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16465           Explicit state change to workaround refcount bugs.
16466
16467 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16468
16469         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16470         (gst_avimux_riff_get_avi_header):
16471           Fix...
16472
16473 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16474
16475         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16476         (gst_riff_read_element_data):
16477         * gst-libs/gst/riff/riff-read.h:
16478           Add _peek version (req'ed in CDXA).
16479         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16480         (gst_cdxaparse_loop):
16481           Fix parsing in playbin.
16482         * gst/playback/gstdecodebin.c: (close_pad_link):
16483           Ignore current_ pads, they cause major annoyance.
16484
16485 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16486
16487         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16488           Safety guard.
16489
16490 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16491
16492         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16493           Fix padding...
16494
16495 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16496
16497         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16498           Allow for 0-sized buffers. Fixes length query problems in
16499           starwars.mkv from the testsuite.
16500
16501 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16502
16503         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16504         (gst_video_box_i420), (gst_video_box_chain):
16505           Fix row strides for I420 (fixes #163159)
16506           
16507 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16508
16509         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16510           MPEG2 has a useful rate property, so we can actually use that.
16511           For MPEG-1, continue using the bytes/time properties.
16512
16513 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16514
16515         * gst-libs/gst/riff/riff-media.c:
16516         (gst_riff_create_video_caps_with_data),
16517         (gst_riff_create_video_template_caps):
16518           Add intel-h263.
16519
16520 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16521
16522         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16523           Fail if caps negotiation fails. Should fix #162184, and should
16524           definately be in there regardless of it fixing the actual bug.
16525         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16526         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16527         (gst_avimux_riff_get_avix_header),
16528         (gst_avimux_riff_get_video_header),
16529         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16530         (gst_avimux_start_file), (gst_avimux_handle_event),
16531         (gst_avimux_change_state):
16532         * gst/avi/gstavimux.h:
16533           Refactor structure writing to use GST_WRITE_UINT macros, add
16534           metadata writing support.
16535
16536 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16537
16538         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16539           Elements may already be destroyed when this function is called.
16540
16541 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16542
16543         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16544         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16545           More memory leak fixes (#149162).
16546
16547 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16548
16549         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16550         (gst_qtdemux_add_stream):
16551           Fix two memleaks.
16552
16553 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16554
16555         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16556           Argh...
16557
16558 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16559
16560         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16561           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16562           when fixating to six channels in Totem.
16563
16564 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16565
16566         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16567           Fix compile warnings on Solaris 10 buildbot
16568
16569 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16570
16571         * ext/dvdread/dvdreadsrc.c: (_read):
16572           Don't read beyond the last cell in a chapter (fixes 
16573           invalid memory access)
16574
16575 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16576
16577         * ext/dvdread/stream_labels.c:
16578         (dvdreadsrc_get_audio_stream_labels):
16579           Use NULL for an empty GList instead of g_list_alloc(); fix 
16580           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16581           of GString (easier to bulk free later)
16582
16583 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16584
16585         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16586
16587         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16588         (gst_ffmpeg_pixfmt_to_caps):
16589           Fix BGRA32 caps (#164209).
16590
16591 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16592
16593         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16594
16595         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16596         (gst_ffmpeg_caps_to_pixfmt):
16597           alpha_mask can be RGBA/ABGR. Fixes #164265.
16598
16599 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16600
16601         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16602
16603         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16604         (gst_mpeg2dec_alloc_buffer):
16605         * ext/mpeg2dec/gstmpeg2dec.h:
16606           Crop if decoding size is not the actual image size (#163676).
16607
16608 2005-01-17  Steve Baker  <steve@stevebaker.org>
16609
16610         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16611
16612         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16613         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16614           Add libsndfile typefind functions (#163309).
16615
16616 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16617
16618         * tools/gst-launch-ext-m.m:
16619           Add .aac, fix .m1v/.m2v (#163891).
16620
16621 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16622
16623         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16624           Sanity check, don't wait endlessly since the clock might not
16625           actually run at this point (which is a deadlock). Fixes #164069.
16626
16627 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16628
16629         * gst/playback/gstplaybasebin.c: (probe_triggered):
16630           Of course, only pause if group is done...
16631
16632 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16633
16634         * gst/playback/gstplaybasebin.c: (probe_triggered):
16635           Thread safety.
16636
16637 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16638
16639         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16640           Don't return state change success when the parent
16641           failed.
16642
16643 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16644
16645         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16646           Free events (fix memleak in #162905).
16647
16648 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16649
16650         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16651
16652         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16653         (gst_ffmpeg_caps_to_pixfmt):
16654           Fix for depth = 15. Fixes #161675.
16655
16656 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16657
16658         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16659           Set FPS correctly, even for webcams and the like.
16660         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16661           Don error on setting while capturing.
16662
16663 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16664
16665         * ext/dv/gstdvdec.c:
16666         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16667         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16668           I'm a bad boy. using /1001. to force C to do float division
16669           and not integer division (as it did in my last commit)
16670           Thanks to David I. Lehn for pointing this mistake.
16671
16672 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16673
16674         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16675           Revert Johan's 1.35->1.36 since it breaks compat.
16676
16677 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16678
16679         * ext/dv/gstdvdec.c:
16680         * ext/libfame/gstlibfame.c:
16681         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16682         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16683           replace framerate aproximations by their real value
16684           (24000/1001, 30000/1001, 60000/1001)
16685           Finish fixing bug #164049
16686
16687 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16688
16689         * ext/ogg/gstoggmux.c:
16690           eos/bos debugging
16691         * gst/tcp/gstmultifdsink.c:
16692         * gst/tcp/gstmultifdsink.h:
16693         * gst/tcp/gsttcp.c:
16694         * gst/tcp/gsttcp.h:
16695         * gst/tcp/gsttcpclientsink.c:
16696         * gst/tcp/gsttcpclientsrc.c:
16697         * gst/tcp/gsttcpserversink.c:
16698         * gst/tcp/gsttcpserversrc.c:
16699           improve reusability of elements after state changes and errors
16700           make multifdsink throw away streamheaders when receiving new ones
16701
16702 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16703
16704         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16705           Fix for if items are already in list...
16706
16707 2005-01-12  Benjamin Otte  <otte@gnome.org>
16708
16709         * gst/adder/gstadder.c: (gst_adder_loop):
16710           fix adder a bit so it doesn't screw up with events as much anymore
16711
16712 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16713
16714         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
16715         (pixbufscale_scale), (gst_pixbufscale_chain):
16716         * ext/gdk_pixbuf/pixbufscale.h:
16717           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
16718           to ensure rowstrides are calculated the same way as 
16719           ffmpegcolorspace
16720           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
16721           that we pick up duration and offset also.
16722
16723 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16724
16725         * gst/avi/gstavimux.c: (gst_avimux_class_init),
16726         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
16727           Reusability fixes.
16728
16729 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16730
16731         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16732         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16733         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16734         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16735           Update flags when requested.
16736
16737 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16738
16739         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
16740           Fix dmix.
16741
16742 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16743
16744         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16745         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
16746         (probe_triggered), (new_decoded_pad), (gen_source_element),
16747         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
16748         * gst/playback/gstplaybasebin.h:
16749         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16750         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
16751         (gst_play_bin_change_state):
16752           Implement group-switch signal for use in apps to clear metadata
16753           cache, clean up subtitle, add suburi property instead of # hack,
16754           some error-out fixes.
16755
16756 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16757
16758         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16759           Debug.
16760         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
16761           If we got a state change in the _get handler, don't return success.
16762
16763 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16764
16765         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
16766         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
16767           Make jpegdec quiet on MJPEG decoding
16768         * gst/asfdemux/README:
16769           Fix mimetypes for MJPEG and H263
16770
16771 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16772
16773         * ext/theora/theoradec.c: (theora_dec_chain):
16774           Fix broken code generation by gcc by swapping arguments.
16775         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16776           Fix \n in debug.
16777
16778 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16779
16780         * TODO:
16781           delete this file, it is by far outdated
16782         * ext/alsa/gstalsa.1: remove
16783         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
16784         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
16785         (gst_alsa_get_caps):
16786           Add HW probing for supported sample rates. Fixes #161704
16787
16788 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16789
16790         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16791           Don't crash, biatch! :).
16792
16793 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16794
16795         * ext/musepack/gstmusepackreader.cpp:
16796         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
16797           Some work on tags - still doesn't work in playbin...
16798         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16799           Handle events...
16800
16801 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16802
16803         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
16804           Also shove tags on kid pads.
16805
16806 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16807
16808         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
16809           Don't bail on unknown events.
16810         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16811           Don't crash on events before negotiation.
16812         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16813           Send tags on pads, too.
16814         * gst/playback/gststreamselector.c:
16815         (gst_stream_selector_request_new_pad):
16816           Forward events on first pad if no input was selected yet.
16817
16818 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16819
16820         * gst/playback/gstplaybasebin.c: (setup_substreams):
16821           Don't disable streamtype if the stream doesn't exist, since
16822           then playing a video after audio will disable both and nothing
16823           will happen. Fixes the testsuite.
16824
16825 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16826
16827         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
16828         (gst_v4l_xoverlay_set_xwindow_id):
16829         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
16830         (gst_v4l2_xoverlay_set_xwindow_id):
16831           Add debug categories, fix overlay disabling.
16832
16833 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16834
16835         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
16836         * ext/alsa/gstalsa.h:
16837           Add HW probing for period_count/size and buffer_size MIX/MAX
16838           Adjust default/user defined value if out of bounds
16839           Should fix bug #162024
16840
16841 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16842
16843         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
16844           Fix warning (#161191).
16845
16846 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16847
16848         * ext/dvdread/stream_labels.c:
16849         (dvdreadsrc_get_audio_stream_labels):
16850           Fix warning (init the good variable in switch default)
16851
16852 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
16853
16854         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16855
16856         * gst/tta/gstttaparse.c: (gst_tta_src_event):
16857           Fix gcc-2.95 compile (#163485).
16858
16859 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16860
16861         * configure.ac:
16862         * ext/flac/gstflacenc.c: (gst_flacenc_init),
16863         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
16864         (gst_flacenc_tell_callback), (gst_flacenc_chain),
16865         (gst_flacenc_change_state):
16866         * ext/flac/gstflacenc.h:
16867           Update for API change in flac-1.1.1. Update requirement in
16868           configure.ac. Fixes #162974.
16869
16870 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16871
16872         * gst/playback/gstplaybasebin.c: (group_destroy):
16873           Remove hack to get rid of assert and get rid of unlinked
16874           signals properly.
16875
16876 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16877
16878         * gst/playback/gstplaybasebin.c: (setup_source):
16879           Set source to NULL so that resources are free'ed. Fixes issues
16880           with playback of CDDA and similar device-accessing things.
16881
16882 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16883
16884         * testsuite/embed/Makefile.am:
16885           test->noinst, fix make test in buildbot.
16886
16887 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16888
16889         * ext/dvdread/stream_labels.c: new file
16890         * ext/dvdread/stream_labels.h: new file
16891         * ext/dvdread/Makefile.am:
16892         * ext/dvdread/dvdreadsrc.c: (_seek_title):
16893           Extract audio stream label from DVD IFO files.
16894           It only dump them on the console for now, still have to
16895           make playbin aware of them.
16896
16897 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16898
16899         * gst/playback/gstplaybasebin.c: (setup_source):
16900           Fix hanging subs.
16901
16902 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16903
16904         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16905         (gen_preroll_element), (remove_groups), (setup_subtitle),
16906         (gen_source_element), (setup_source):
16907         * gst/playback/gstplaybasebin.h:
16908           Multiple .sub files is just a stupid idea... Fix some threading
16909           mistakes. Interestingly, external .sub files cause playbin to
16910           hang, I don't know why... Parsing fixes contributed by Fran??ois
16911           Kooman <fkooman@tuxed.net>.
16912
16913 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16914
16915         * testsuite/embed/Makefile.am:
16916           Fix buildbot.
16917
16918 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16919
16920         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16921
16922         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
16923         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
16924         (gst_pngenc_set_property):
16925         * ext/libpng/gstpngenc.h:
16926           Add compression level property (#163323).
16927
16928 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16929
16930         * configure.ac:
16931         * examples/capsfilter/capsfilter1.c: (main):
16932         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16933         * ext/dvdread/Makefile.am:
16934         * ext/dvdread/demo-play:
16935         * ext/dvdread/demo-play.c:
16936         * gconf/gstreamer.schemas.in:
16937         * gst-libs/gst/gconf/gconf.c:
16938         * sys/v4l/TODO:
16939         * testsuite/Makefile.am:
16940         * testsuite/embed/Makefile.am:
16941         * testsuite/embed/embed.c: (cb_expose), (main):
16942           Remove all references to xvideosink, fix examples (#140845).
16943         * gst/playback/gstplaybasebin.c: (group_destroy):
16944           Apparently, disposal does not unlink - so do explicitely.
16945         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16946           Add debug.
16947
16948 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
16949
16950         * README: fix PKG_CONFIG_PATH instructions, what was there
16951         previously was breaking default search path, not nice. 
16952         Fixes #163358
16953
16954 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16955
16956         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
16957         (gst_audioscale_chain):
16958           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
16959           when resampling - how the ^@$^!@^! is this possible?!?
16960
16961 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16962
16963         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16964           Reset variables on READY.
16965         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
16966         (gst_matroska_mux_loop):
16967           Require data before writing header.
16968
16969 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
16970
16971         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16972
16973         * ext/mad/gstmad.c: (gst_mad_chain):
16974           Don't call mad_stream_sync() directly after recovering sync.
16975           Fixes #151661.
16976
16977 2005-01-09  Martin Eikermann  <meiker@upb.de>
16978
16979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16980
16981         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
16982         (snapshot_handler), (gst_snapshot_sinkconnect),
16983         (gst_snapshot_chain):
16984           Allocate resources when required, fix recursive signal emission
16985           and fix caps. Fixes #161667.
16986
16987 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
16988
16989         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16990
16991         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
16992         (gst_pngdec_chain):
16993           Handle only 8-bppc (bits-per-pixel-component) images, better
16994           error handling and correct strides. Fixes #163177.
16995         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
16996         (gst_pngenc_chain):
16997           Better error handling. Fixes #163348.
16998
16999 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17000
17001         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17002         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17003         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17004         (dvdnavsrc_uri_handler_init):
17005           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17006         * gst/playback/gstplaybasebin.c: (gen_source_element):
17007           Add MMS to streaming URIs.
17008
17009 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17010
17011         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17012         * sys/xvimage/xvimagesink.c:
17013         (gst_xvimagesink_navigation_send_event):
17014           Check for pad availability before sending event.
17015
17016 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17017
17018         * gst-plugins.spec.in:
17019           Add subparse.
17020
17021 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17022
17023         * configure.ac:
17024           Since we use functions from CVS, up requirement.
17025
17026 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17027
17028         * gst/playback/Makefile.am:
17029         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17030         (group_destroy), (group_commit), (group_is_muted),
17031         (gen_preroll_element), (add_stream), (unknown_type),
17032         (probe_triggered), (preroll_unlinked), (mute_stream),
17033         (silence_stream), (new_decoded_pad), (setup_substreams),
17034         (setup_source), (get_active_source), (mute_group_type),
17035         (muted_group_change_state), (set_active_source),
17036         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17037         (play_base_eos), (gst_play_base_bin_change_state):
17038         * gst/playback/gstplaybasebin.h:
17039         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17040         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17041         (gst_stream_info_dispose), (stream_info_mute_pad),
17042         (stream_info_change_state), (gst_stream_info_set_mute):
17043         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17044         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17045         (gst_stream_selector_init), (gst_stream_selector_dispose),
17046         (gst_stream_selector_get_linked_pad),
17047         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17048         (gst_stream_selector_get_linked_pads),
17049         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17050         * gst/playback/gststreamselector.h:
17051           Adding stream selection support plus required properties for
17052           applications to use this. Fully fixes #100931.
17053
17054 2005-01-08  Benjamin Otte  <otte@gnome.org>
17055
17056         * gst/games/gstpuzzle.c: (nav_event_handler):
17057           - handle nav events differently: forward every event no matter if it
17058             was handled or not.
17059           - translate events
17060           You can now cheat by using navigationtest ! puzzle and moving the
17061           mouse close to the edge of a tile. ;)
17062
17063 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17064
17065         * configure.ac:
17066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17067         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17068         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17069         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17070         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17071         (gst_ogm_parse_plugin_init):
17072         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17073         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17074         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17075         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17076         * ext/pango/gsttextoverlay.h:
17077         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17078         (gst_matroska_demux_handle_seek_event),
17079         (gst_matroska_demux_sync_streams),
17080         (gst_matroska_demux_parse_blockgroup),
17081         (gst_matroska_demux_subtitle_caps),
17082         (gst_matroska_demux_plugin_init):
17083         * gst/matroska/matroska-ids.h:
17084         * gst/playback/gstdecodebin.c: (close_pad_link):
17085         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17086         (gen_preroll_element), (remove_groups), (add_stream),
17087         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17088         (setup_source):
17089         * gst/playback/gstplaybasebin.h:
17090         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17091         * gst/subparse/Makefile.am:
17092         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17093         (gst_subparse_base_init), (gst_subparse_class_init),
17094         (gst_subparse_init), (gst_subparse_formats),
17095         (gst_subparse_eventmask), (gst_subparse_event),
17096         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17097         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17098         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17099         (parse_mpsub_deinit), (parse_mpsub_init),
17100         (gst_subparse_buffer_format_autodetect),
17101         (gst_subparse_format_autodetect), (gst_subparse_loop),
17102         (gst_subparse_change_state), (gst_subparse_type_find),
17103         (plugin_init):
17104         * gst/subparse/gstsubparse.h:
17105         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17106         (plugin_init):
17107           Add subtitle support, .sub parser (supports SRT and MPsub),
17108           OGM text support, Matroska UTF-8 text support, deadlock fixes
17109           all over the place, subtitle awareness in decodebin/playbin
17110           and some fixes to textoverlay to handle subtitles in a stream
17111           correctly. Fixes #100931.
17112
17113 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17114
17115         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17116           Check for pad availability before doing a query on it.
17117
17118 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17119
17120         * ext/dv/gstdvdec.c:
17121           really fix bpp24/32 dvdec caps (classic rgba indeed)
17122         * gst/asfdemux/gstasfdemux.c:
17123         (gst_asf_demux_process_ext_content_desc):
17124           don't send text tags if they are empty (bis repetita)
17125
17126 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17127
17128         * ext/dv/gstdvdec.c:
17129          remove unneeded comment from dvdec
17130           (related to DV 4CC codes in AVI files)
17131           moved them in gstreamer/docs/random/mimetypes
17132         * gst/asfdemux/gstasfdemux.c:
17133         (gst_asf_demux_process_ext_content_desc):
17134          don't send text tags if they are empty
17135          fix mem leak on error path
17136         * gst/ffmpegcolorspace/avcodec.h:
17137         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17138         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17139         (gst_ffmpegcsp_avpicture_fill):
17140         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17141         * gst/ffmpegcolorspace/imgconvert_template.h:
17142          adds BGR32 and BGRA32 to ffmpegcolorspace
17143           (still bad colors, fixing it on next commit)
17144           helps with dvdec outputing BGR32
17145
17146 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17147
17148         * ext/dv/gstdvdec.c:
17149          Fix audio caps i just broke (missing ',')
17150         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17151         (gst_matroska_mux_reset):
17152          Fix typo + add FIXME about old "x-gst-metadata" crap
17153
17154 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17155
17156         * ext/dv/demo-play.c: (main):
17157          xvideosink -> xvimagesink
17158         * ext/dv/gstdvdec.c:
17159          change rgb 32/32 caps to 24/32 (no alpha)
17160          change nb of channels to be a list (2 or 4, not 2)
17161          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17162         * gst/asfdemux/gstasfdemux.c:
17163         (gst_asf_demux_process_ext_content_desc):
17164          Add 'date/year' to extracted metadata list
17165
17166 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17167
17168         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17169           The return value of fixate_to does not imply that the requested
17170           value was set, so don't assume.
17171
17172 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17173
17174         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17175
17176         * ext/libpng/gstpngdec.c:
17177         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17178         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17179         * ext/libpng/gstpngenc.h:
17180           Alpha support (encoder; #163161), mime fixage.
17181
17182 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17183
17184         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17185
17186         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17187         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17188         (gst_faac_set_property), (gst_faac_get_property):
17189         * ext/faac/gstfaac.h:
17190           Allow for ADTS output (#153434).
17191
17192 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17193
17194         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17195           Fix against template (#150576).
17196
17197 2005-01-06  Benjamin Otte  <otte@gnome.org>
17198
17199         * gst/games/gstpuzzle.c: (draw_puzzle):
17200           don't draw a puzzle if either width or height of tiles would be 0.
17201
17202 2005-01-06  Benjamin Otte  <otte@gnome.org>
17203
17204         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17205         (gst_puzzle_class_init), (gst_puzzle_finalize):
17206           no memleaks, please
17207         (gst_puzzle_create), (gst_puzzle_init),
17208         (gst_puzzle_set_property), (gst_puzzle_setup):
17209           change initialization code around so we don't reshuffle on resize
17210         (draw_puzzle):
17211           fix another stupid typo
17212
17213 2005-01-06  Benjamin Otte  <otte@gnome.org>
17214
17215         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17216           fix stupid typo that borked copying on YUY2
17217
17218 2005-01-06  Benjamin Otte  <otte@gnome.org>
17219
17220         * gst/games/gstpuzzle.c: (draw_puzzle):
17221           fix edges when image sizes aren't multiples of tile sizes
17222
17223 2005-01-06  Benjamin Otte  <otte@gnome.org>
17224
17225         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17226           make RGB endianness work correctly
17227         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17228           refactor and fix race with initial shuffling
17229         (nav_event_handler):
17230           allow using the mouse to puzzle
17231         (draw_puzzle):
17232           insist on tiles having width and height as multiples of 4 to get
17233           clean YUV image handling
17234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17235         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17236           s/DEBUG/LOG/ for common messages
17237         (gst_xvimagesink_navigation_send_event):
17238           fix mouse event translation to not include screen PAR
17239         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17240           fix mouse event translation to actually work
17241
17242 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17243
17244         * gst/asfdemux/gstasfdemux.c:
17245         (gst_asf_demux_process_ext_content_desc):
17246          Extract TrackNumber metadata + clean up code
17247         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17248          Hope this is the good fix (var used unitialised)
17249
17250 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17251
17252         * ext/faad/gstfaad.c: (gst_faad_chain):
17253           Only increment timestamp if it's valid. Fixes raw AAC streams.
17254
17255 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17256
17257         * configure.ac:
17258         * gst/games/Makefile.am:
17259         * gst/games/gstpuzzle.c:
17260           add a puzzle game with...
17261         * gst/games/gstvideoimage.c:
17262         * gst/games/gstvideoimage.h:
17263           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17264           from videotestsrc and made into something that would be a nice
17265           library for a lot of other plugins.
17266
17267 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17268
17269         * configure.ac:
17270          don't compile faad plugin if a RC of 2.0 is found
17271          Fixes #155346 (and FC1 buildbot)
17272         * gst/asfdemux/gstasfdemux.c:
17273         (gst_asf_demux_process_ext_content_desc):
17274          try to make Solaris compiler happier
17275
17276 2005-01-06  Paul Jack  <pjack@sfaf.org>
17277
17278         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17279
17280         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17281           Fix segfault (#161667).
17282
17283 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17284
17285         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17286           Fix framerate reporting.
17287
17288 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17289
17290         * gst-libs/gst/riff/riff-ids.h:
17291         * gst/wavenc/riff.h:
17292          Add AMR (VBR and CBR) ids to riff.h audio codec list
17293         * gst/asfdemux/gstasfdemux.c:
17294         (gst_asf_demux_process_ext_content_desc),
17295         (gst_asf_demux_process_object):
17296           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17297
17298 2005-01-05  Martin Eikermann  <meiker@upb.de>
17299
17300         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17301
17302         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17303         (gst_dvd_demux_handle_discont):
17304         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17305         (gst_mpeg_demux_handle_discont):
17306           Recreate pads on new-media (#160730).
17307         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17308           Send discont even if manager changes timestamps (#161929).
17309
17310 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17311
17312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17313
17314         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17315           Fix invalid memory access (#159211).
17316
17317 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17318
17319         * examples/gstplay/player.c: (main):
17320           Don't iterate.
17321         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17322           Add visualizations.
17323         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17324         (gst_a52dec_handle_frame):
17325           Set duration.
17326         * ext/dvdnav/gst-dvd:
17327           Add audioconvert. Fixes #161325.
17328         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17329           Explicitely case to gint64. Possible valgrind error.
17330         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17331         (gst_play_tick_callback), (gst_play_change_state),
17332         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17333         (gst_play_set_location), (gst_play_get_location),
17334         (gst_play_seek_to_time), (gst_play_set_data_src),
17335         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17336         (gst_play_set_visualization), (gst_play_connect_visualization),
17337         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17338         (gst_play_new):
17339           Use playbin. Fixes #139749 and #147744.
17340         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17341           Add genre tag.
17342         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17343         (audioscale_get_type), (gst_audioscale_base_init),
17344         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17345         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17346         (gst_audioscale_link), (gst_audioscale_get_buffer),
17347         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17348         (gst_audioscale_init), (gst_audioscale_dispose),
17349         (gst_audioscale_chain), (gst_audioscale_set_property),
17350         (gst_audioscale_get_property), (plugin_init):
17351           Indent properly.
17352         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17353           Fix LPCM.
17354         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17355         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17356         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17357           Add more metadata (fixes #162656).
17358
17359 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17360
17361         * configure.ac:
17362           back to cvs
17363
17364 === release 0.8.7 ===
17365
17366 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17367
17368         * NEWS:
17369         * RELEASE:
17370         * configure.ac:
17371           releasing 0.8.7, "Hyperspace"
17372
17373 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17374
17375         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17376
17377         * gst/playback/gstplaybasebin.c:
17378          Fix for #162924 - free caps after use, not before
17379
17380 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17381
17382         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17383
17384         * gst/playback/gstplaybasebin.c:
17385         * gst/wavparse/gstwavparse.c:
17386           Fix for #154773 - fixes playback of small .wav files
17387
17388 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17389
17390         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17391
17392         * gst/audioscale/gstaudioscale.c:
17393           Fix for #162819 - make audioscale reusable
17394           Fixes playback of more than one file with playbin/totem
17395
17396 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17397
17398         * gst/ffmpegcolorspace/avcodec.h:
17399         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17400         * gst/ffmpegcolorspace/imgconvert.c:
17401           clean up the mess that made me cry and avoid needless duplication
17402
17403 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17404
17405         * gst/ffmpegcolorspace/imgconvert.c:
17406           give some indication of why we're segfaulting
17407
17408 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17409
17410         * configure.ac:
17411           Fix indentation, fix v4l2 plugin detection.
17412         * ext/Makefile.am:
17413           Fix libmms location (Maciej, use diff -u!).
17414         * ext/alsa/gstalsa.c: (gst_alsa_init):
17415           Initialize caps cache to NULL.
17416         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17417           Only change state on audiosink if it exists.
17418
17419 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17420
17421         * gst/matroska/matroska-demux.c:
17422         * gst/matroska/matroska-ids.h:
17423         * gst/matroska/matroska-demux.h:
17424         Fix Vorbis streams failing to decode in some files, where cluster_time
17425         isn't 0, because then it doesn't send codec_priv before actual data.
17426         Remove time-based test and replace it with marker set on beginning of
17427         new stream
17428
17429 2004-12-28  David Schleef  <ds@schleef.org>
17430
17431         Merge patch from Ronald fixing problems with streaming
17432         text.
17433         * ext/cairo/gstcairo.c: (plugin_init):
17434         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17435         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17436         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17437         (gst_textoverlay_font_init), (gst_textoverlay_init),
17438         (gst_textoverlay_set_property):
17439         * ext/cairo/gsttextoverlay.h:
17440
17441 2004-12-27  David Schleef  <ds@schleef.org>
17442
17443         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17444         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17445         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17446         (gst_textoverlay_font_init), (gst_textoverlay_init),
17447         (gst_textoverlay_set_property): Improvements to actually
17448         render text as white on black outline on video, including
17449         font selection and horizontal/vertical alignment.  (Ronald's
17450         christmas present)
17451         * ext/cairo/gsttextoverlay.h:
17452
17453 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17454
17455         * ext/ogg/gstogg.c:
17456         * ext/ogg/gstogmparse.c:
17457           fix ogm[audio/video]parse plugin registration
17458           (riff won't load if bytestream is already loaded)
17459
17460 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17461
17462         * gst/audioconvert/gstchannelmix.c:
17463           fix for GLIB < 2.4
17464
17465 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17466
17467         * Makefile.am:
17468         * configure.ac:
17469           disable docs again until it actually passes make distcheck.
17470
17471 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17472
17473         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17474         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17475         (plugin_init):
17476           Add 3GP (variables name Q3GP because they can't start with a
17477           number). Add samr audio fourcc (used in .3gp files), decoder
17478           is work in progress. Also do a GST_WARNING instead of ERROR
17479           in case of unknown nodes, to decrease output.
17480
17481 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17482
17483         * Makefile.am:
17484           really fix dist
17485
17486 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17487
17488         * configure.ac:
17489         * ext/speex/gstspeexdec.h:
17490         * ext/speex/gstspeexenc.h:
17491           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17492           Fix detection code in configure.ac
17493
17494 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17495
17496         * gst/matroska/matroska-demux.c:
17497         (gst_matroska_demux_parse_blockgroup):
17498           Save position, so that queries give proper return values. Don't
17499           know how this could ever have worked before...
17500
17501 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17502
17503         * configure.ac:
17504           Put additional LAME check inside the conditional.  Fixes #152339
17505
17506 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17507
17508         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17509         (gst_avi_demux_stream_scan):
17510           Add some more debug. Fix logic error when setting movi offset
17511           while reading index.
17512
17513 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17514
17515         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17516         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17517         (gst_avi_demux_process_next_entry):
17518           Add some debugging. Better detection of broken indexes and the
17519           accompanying index recovery. No infinite loops on state changes
17520           when we're still in our loopfunction.
17521
17522 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17523
17524         * configure.ac:
17525           Fix up.
17526
17527 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17528
17529         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17530
17531         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17532           Normalizing the value before setting
17533         (gst_sunaudiomixer_get_volume):
17534           Normalizing the value after getting. Fixes bug# 161980
17535
17536 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17537
17538         * Makefile.am: Make sure docs gets disted
17539         * docs/Makefile.am: Make sure all needed files get disted
17540         * gst-plugins.spec.in: latest updates
17541
17542 2004-12-22  Wim Taymans  <wim@fluendo.com>
17543
17544         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17545         Revert patch 1.38 as clock distribution over schedulers does
17546         not work correcly in the core yet.
17547
17548 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17549
17550         * sys/oss/README: remove this file, which predates my birth
17551           (and which content is by far outdated)
17552
17553 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17554
17555         * Makefile.am:
17556         * configure.ac:
17557         * docs/Makefile.am:
17558         * docs/libs/Makefile.am:
17559         * docs/libs/gst-plugins-libs-docs.sgml:
17560         * docs/libs/gst-plugins-libs-sections.txt:
17561         * docs/libs/tmpl/gstgconf.sgml:
17562         * docs/upload.mak:
17563         * docs/version.entities.in:
17564           Added boilerplate gtk-doc files for plugin-libs documentation.
17565
17566 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17567
17568         * gst/auparse/gstauparse.c: fix int and float audio caps
17569
17570 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17571
17572         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17573         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17574           g_assert() can be a macro, don't use #ifdef inside it.
17575
17576 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17577
17578         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17579
17580         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17581         (gst_videorate_init), (gst_videorate_chain),
17582         (gst_videorate_change_state):
17583           Event handling (fixes #159986).
17584
17585 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17586
17587         * gst-libs/gst/riff/riff-media.c:
17588         (gst_riff_create_video_caps_with_data):
17589           Add BLZ0 (Blizzard's version of DivX) fourcc.
17590
17591 2004-12-18  David Schleef  <ds@schleef.org>
17592
17593         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17594         portability fix.
17595
17596 2004-12-18  David Schleef  <ds@schleef.org>
17597
17598         * gst/tta/ttadec.h: Disable some header code that isn't used
17599         and clearly isn't portable.
17600
17601 2004-12-18  David Schleef  <ds@schleef.org>
17602
17603         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17604         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17605         (avcodec_get_pix_fmt), (avpicture_layout),
17606         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17607         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17608         Fix code to not use GCC extensions (and c99 extensions that
17609         Forte does not like.)
17610
17611 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17612
17613         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17614
17615         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17616         (gst_deinterlace_chain):
17617           Rowstride fixes. Fixes #161039.
17618         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17619         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17620         (gst_video_crop_getcaps), (gst_video_crop_link),
17621         (gst_video_crop_i420), (gst_video_crop_chain),
17622         (gst_video_crop_change_state):
17623           Rework of negotiation. Actually works now. Fixes #158650.
17624
17625 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17626
17627         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17628           That was very stupid.
17629
17630 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17631
17632         * gst/matroska/matroska-demux.c:
17633         (gst_matroska_demux_parse_blockgroup):
17634           Fix possible crasher.
17635
17636 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17637
17638         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17639         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17640           Lace sizes can be zero.
17641
17642 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17643
17644         * ext/musepack/gstmusepackdec.cpp:
17645           Fetch error return values. Fixes #161624.
17646         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17647           Really EOS.
17648
17649 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17650
17651         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17652           Work for truncated (unfinished download etc.) files. Fixes #160514.
17653
17654 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17655
17656         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17657           Fix for integer overflow. Makes #156001 not crash. Probably masks
17658           the real bug.
17659
17660 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17661
17662         * gst/ac3parse/gstac3parse.c: (plugin_init):
17663           Parsers never have ranks. Fixes #159651.
17664
17665 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17666
17667         * gst/playback/gstdecodebin.c: (compare_ranks):
17668           make sure the facotries are ordered the same every time even if they
17669           have the same rank by using the name
17670         * gst/playback/gstdecodebin.c: (find_compatibles):
17671           make sure we don't add factories to the list twice
17672
17673 2004-12-16  David Schleef  <ds@schleef.org>
17674
17675         * configure.ac: look for musepack headers as musepack/*.h
17676         (fixes #159847)
17677         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17678         * ext/musepack/gstmusepackreader.h: same
17679
17680 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17681
17682         * gst-libs/gst/riff/riff-read.c:
17683         (gst_riff_read_strf_auds_with_data):
17684           Read extradata correctly (fixes #155879).
17685
17686 2004-12-16  David Schleef  <ds@schleef.org>
17687
17688         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
17689         audio.  does _not_ attempt or allow conversion unless channels
17690         is 1 or 2.
17691
17692 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17693
17694         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
17695
17696 2004-12-16  David Schleef  <ds@schleef.org>
17697
17698         * gst/audioscale/gstaudioscale.c: the resample library only
17699         handles 1 or 2 channels.  Change caps to compensate.
17700
17701 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17702
17703         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
17704         (gst_matroska_demux_audio_caps):
17705           Some MPEG-AAC hacks, because else it doesn't work...
17706
17707 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17708
17709         * gst-libs/gst/riff/riff-media.c:
17710         (gst_riff_create_video_caps_with_data),
17711         (gst_riff_create_video_template_caps):
17712           Add h264.
17713
17714 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17715
17716         * gst-libs/gst/audio/Makefile.am:
17717           Try to fix buildbot.
17718
17719 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17720
17721         * gst/tcp/gstmultifdsink.c:
17722           Clean up and uniformize debugging.
17723
17724 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
17725
17726         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17727
17728         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17729         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
17730         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
17731         (gst_mpeg_demux_change_state):
17732           Reset on ready. Fixes 160276.
17733
17734 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17735
17736         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17737
17738         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17739         (gst_ffmpegcsp_pad_link):
17740           Fix memleak (#154815).
17741
17742 2004-12-16  James Bowes  <bowes@cs.dal.ca>
17743
17744         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17745
17746         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
17747         (gst_musicbrainz_init), (gst_musicbrainz_chain),
17748         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
17749         * ext/musicbrainz/gsttrm.h:
17750           Add support for using a proxy server when getting a trm id from
17751           the MusicBrainz database (#149613).
17752
17753 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
17754
17755         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17756
17757         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
17758         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17759           Fix memleaks (#157233).
17760
17761 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
17762
17763         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17764
17765         * gst-libs/gst/resample/resample.c: (gst_resample_close):
17766         * gst-libs/gst/resample/resample.h:
17767         * gst/audioscale/gstaudioscale.c:
17768           Fix memleak (#159215).
17769
17770 2004-12-16  Toni Willberg  <toniw@iki.fi>
17771
17772         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17773
17774         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
17775         * sys/oss/oss_probe.c: (main):
17776           Check for mono/stereo support (similar to samplerate probing),
17777           fixes #159433. Also add missing copyright header to oss_probe.c.
17778
17779 2004-12-15  David Schleef  <ds@schleef.org>
17780
17781         * configure.ac: add audioresample and cairo plugins.  Remove
17782         HAVE_MMX stuff, because it's not used.
17783         * ext/Makefile.am: same
17784         * ext/audioresample/Makefile.am: You are not ready for an
17785         audio resampling element based on audioresample.
17786         * ext/audioresample/gstaudioresample.c:
17787         * ext/audioresample/gstaudioresample.h:
17788         * ext/cairo/Makefile.am: You are not ready for overlay elements
17789         based on cairo.  Don't look too closely, these elements kinda
17790         suck right now.
17791         * ext/cairo/gstcairo.c: new
17792         * ext/cairo/gsttextoverlay.c: new
17793         * ext/cairo/gsttextoverlay.h: new
17794         * ext/cairo/gsttimeoverlay.c: new
17795         * ext/cairo/gsttimeoverlay.h: new
17796         * gst-libs/gst/media-info/media-info-priv.h: fix compile
17797         problem with compilers that don't support variadic macros.
17798
17799 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
17800
17801         Reviewed by:  David Schleef  <ds@schleef.org>
17802
17803         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
17804         Bala, registering sunaudiosrc (oops!), and cleaning up code a
17805         bit.  Also ran indent-gst.
17806         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
17807         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
17808         (gst_sunaudiosrc_setparams):
17809
17810 2004-12-14  David Schleef  <ds@schleef.org>
17811
17812         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
17813         output rate to 16000.  Should fix #160235.
17814
17815 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17816
17817         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17818         Add typefinding for mpeg2 pes streams
17819
17820 2004-12-13  David Schleef  <ds@schleef.org>
17821
17822         * configure.ac:  Applied patch from bug #143659, making default
17823         sources and sinks OS-dependent (for Solaris), and added code
17824         for OS/X.
17825         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
17826
17827 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17828
17829         * gst-libs/gst/riff/riff-media.c:
17830           forgot to add h2.64 to avidemux template caps
17831
17832 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17833
17834         * gst/wavenc/riff.h:
17835         * gst-libs/gst/riff/riff-media.c:
17836         * gst-libs/gst/riff/riff-ids.h:
17837         * gst/avi/gstavimux.c
17838         add 4CC code for VideoSoft h264 in AVI (VSSH)
17839           fixes bug #160655
17840         remove s323 from riff, it's quicktime specific :(
17841
17842 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17843
17844         * gst/asfdemux/README
17845         * gst/wavenc/riff.h
17846         * gst-libs/gst/riff/riff-ids.h
17847         * gst-libs/gst/riff/riff-media.c
17848         * gst/qtdemux/qtdemux.c:
17849           add new 4CC codes for h263 related codecs
17850           fixes partially bug #155163
17851
17852 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
17853
17854         * configure.ac: Update polyaudio requirement to 0.7
17855         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
17856
17857 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17858
17859         * gst/interleave/deinterleave.c:
17860         fix my name's spelling! :)
17861
17862 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17863
17864         * AUTHORS ChangeLog
17865         * gst/auparse/gstauparse.c
17866         * gst/interleave/deinterleave.c
17867         * gst/law/:
17868                 alaw-decode.c alaw-encode.c
17869                 mulaw-decode.c mulaw-encode.c
17870         * gst/oneton/gstoneton.c
17871         * sys/osxaudio/:
17872                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
17873         * sys/osxvideo/:
17874                 cocoawindow.h cocoawindow.m
17875                 osxvideosink.h osxvideosink.m
17876
17877         put the same mail address for Zaheer Abbas Merali everywhere
17878
17879 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17880
17881         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
17882           Align by packetsize, and assert that we a packet available before
17883           playing. The first makes webstreams work (they often include
17884           trailing padding data in a packet), the second allows pausing a
17885           ASF stream in totem without getting demux errors afterwards.
17886
17887 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17888
17889         * ext/ogg/gstoggdemux.c: (get_relative):
17890           Check for non-NULL before accessing member (end-of-chain).
17891
17892 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17893
17894         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17895         (cdparanoia_set_property), (cdparanoia_get_property):
17896         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
17897         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
17898         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
17899         (dvdreadsrc_init), (dvdreadsrc_set_property),
17900         (dvdreadsrc_get_property):
17901         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
17902         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
17903           Synchronize property names where not yet the case. Devices are
17904           now device=X, other versions are deprecated (but still exist).
17905           Also use g_free() unconditionally.
17906         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17907         (setup_source), (gst_play_base_bin_get_property):
17908           Expose source.
17909
17910 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17911
17912         * configure.ac: move GCONF macro outside conditional for the am
17913           conditional. Fixes #160439
17914
17915 2004-12-08  David Schleef  <ds@schleef.org>
17916
17917         * tools/gst-visualise-m.m: Switch to elements that currently
17918         exist.
17919
17920 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17921
17922         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17923           We love wrong commas.
17924
17925 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17926
17927         * gst/matroska/matroska-demux.c:
17928         (gst_matroska_demux_handle_src_query):
17929           Don't set DEFAULT, unsupported - makes length display incorrectly
17930           in some cases.
17931
17932 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17933
17934         * gst/monoscope/README: remove blurb about files being GPL
17935         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
17936         * gst/monoscope/monoscope.c: Change license to BSD with explanation
17937           monoscope is now effectively LGPL licensed
17938
17939 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17940
17941         * gst/monoscope/README: Update information to be more correct
17942         * gst/monoscope/convolve.c: Relicense to LGPL
17943         * gst/monoscope/convolve.h: Relicense to LGPL
17944
17945 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
17946
17947         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17948           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
17949         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
17950           set default_duration for mpeg1 audio
17951
17952 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17953
17954         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
17955         * ext/alsa/gstalsa.h:
17956           refactor big chunks of the core caps negotiation code to make it
17957           a lot faster, because people claim it's really slow
17958           (actually, just cache the getcaps when the device is opened)
17959
17960 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17961
17962         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
17963         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
17964         (gst_a52dec_handle_frame), (gst_a52dec_chain),
17965         (gst_a52dec_change_state), (plugin_init):
17966         * ext/a52dec/gsta52dec.h:
17967           Do something useful with timestamps. Make chain-based (since
17968           there's really no reason to be loopbased).
17969         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17970           Update current_byte/frame correctly.
17971
17972 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17973
17974         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
17975         (gst_ape_demux_stream_init):
17976           Forward tags, too.
17977
17978 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17979
17980         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
17981           Let's make sure we're done typefinding when detecting tags.
17982
17983 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17984
17985         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
17986         (gst_ebml_read_init), (gst_ebml_read_use_event),
17987         (gst_ebml_read_element_id), (gst_ebml_peek_id),
17988         (gst_ebml_read_seek), (gst_ebml_read_skip),
17989         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
17990         (gst_ebml_read_master):
17991         * gst/matroska/ebml-read.h:
17992         * gst/matroska/matroska-demux.c:
17993         (gst_matroska_demux_parse_contents),
17994         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
17995           Disgustingly evil hack for working around INTERRUPT events and
17996           their extremely annoying habit of being a pain in the ass. We
17997           simply peek a cluster before reading any of it.
17998
17999 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18000
18001         * ext/musepack/gstmusepackdec.cpp:
18002           There's also floating point libmusepacks.
18003
18004 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18005
18006         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18007         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18008           Set DURATION even if source buffer didn't. Also use increasing
18009           timestamps.
18010         * gst-libs/gst/riff/riff-media.c:
18011         (gst_riff_create_audio_caps_with_data):
18012           Block_align can have larger values than 8192.
18013
18014 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18015
18016         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18017         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18018         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18019         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18020           Fix caps.
18021
18022 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18023
18024         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18025           Fix logic bug.
18026
18027 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18028
18029         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18030           Yay, another one.
18031
18032 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18033
18034         * ext/esd/esdsink.c: (gst_esdsink_chain):
18035           Make error actually say something useful (fixes #156798).
18036         * gst-libs/gst/riff/riff-media.c:
18037         (gst_riff_create_video_caps_with_data),
18038         (gst_riff_create_video_template_caps):
18039           Add Intel Video 5.0 fourcc (IV50).
18040
18041 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18042
18043         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18044         detection on mono and stereo mp3 files.
18045
18046 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18047
18048         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18049           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18050           the contained stream).
18051
18052 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18053
18054         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18055           Oops, remove debug.
18056
18057 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18058
18059         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18060
18061         * gst/law/alaw-decode.c: (alawdec_getcaps):
18062         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18063           Prevent warnings when negotiating caps (fixes #159338).
18064
18065 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18066
18067         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18068         (gst_ffmpegcsp_chain):
18069           Remove old leftover that shouldn't be there...
18070
18071 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18072
18073         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18074
18075         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18076           Don't forward DISCONT events (fixes #159684).
18077
18078 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18079
18080         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18081           Unlink manually since sometimes bin disposal (and therefore
18082           pad unlinking) is delayed, which will cause a new media file
18083           to not be able to start playing instantly.
18084
18085 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18086
18087         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18088           On mute of an unlinked stream, check for pad availability so
18089           we don't crash on unlinked pad.
18090
18091 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18092
18093         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18094         (gst_avi_demux_massage_index):
18095           Fix quite humiliating bug in omitting 0-sized index chunks but
18096           forgetting to count them for timestamps.
18097
18098 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18099
18100         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18101           Actually leave the loop if we failed to sync. Don't crash.
18102
18103 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18104
18105         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18106         (gst_dvd_demux_process_private):
18107         * gst/mpegstream/gstdvddemux.h:
18108           Fix crash (#159759). Doesn't work, though. :-(.
18109
18110 2004-11-28  Benjamin Otte  <otte@gnome.org>
18111
18112         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18113           more overwriting protection due to modifying channels one by one
18114           instead of all at once
18115
18116 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18117
18118         * gst/audioconvert/gstchannelmix.c:
18119         (gst_audio_convert_fill_normalize):
18120           Normalize using absolute values.
18121
18122 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18123
18124         * configure.ac:
18125         * ext/Makefile.am:
18126         * ext/directfb/Makefile.am:
18127         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18128         (gst_directfbvideosink_get_pixel_format),
18129         (gst_directfbvideosink_get_format_from_fourcc),
18130         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18131         (gst_directfbvideosink_sink_link),
18132         (gst_directfbvideosink_change_state),
18133         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18134         (gst_directfbvideosink_buffer_alloc),
18135         (gst_directfbvideosink_interface_supported),
18136         (gst_directfbvideosink_interface_init),
18137         (gst_directfbvideosink_navigation_send_event),
18138         (gst_directfbvideosink_navigation_init),
18139         (gst_directfbvideosink_set_property),
18140         (gst_directfbvideosink_get_property),
18141         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18142         (gst_directfbvideosink_base_init),
18143         (gst_directfbvideosink_class_init),
18144         (gst_directfbvideosink_get_type), (plugin_init):
18145         * ext/directfb/directfbvideosink.h: Adding a first version of
18146         directfbvideosink.
18147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18148         more.
18149
18150 2004-11-28  Benjamin Otte  <otte@gnome.org>
18151
18152         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18153           walk the samples backwards if out_channels > in_channels so we don't
18154           overwrite data
18155
18156 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18157
18158         * gst/audioconvert/Makefile.am:
18159         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18160         (gst_audio_convert_link), (gst_audio_convert_change_state),
18161         (gst_audio_convert_channels):
18162         * gst/audioconvert/gstchannelmix.c:
18163         (gst_audio_convert_unset_matrix),
18164         (gst_audio_convert_fill_identical),
18165         (gst_audio_convert_fill_compatible),
18166         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18167         (gst_audio_convert_fill_others),
18168         (gst_audio_convert_fill_normalize),
18169         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18170         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18171         * gst/audioconvert/gstchannelmix.h:
18172           Implement a channel mixer.
18173
18174 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18175
18176         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18177         * ext/alsa/gstalsa.h:
18178         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18179         Make alsasink actually honor gst_element_set_clock and use that
18180         clock instead of its internal one.
18181
18182 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18183
18184         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18185         (gst_play_base_bin_change_state): nullify source and decoder when
18186         going from READY to NULL so that we don't try to do weird stuff with
18187         them when going from NULL to READY
18188         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18189         instead of g_object_unref
18190         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18191         it should be correct
18192         (gst_play_bin_change_state): don't call remove_sinks if we are
18193         currently disposing the object
18194
18195 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18196
18197         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18198           Don't forget bass if it's there. Else left channel is silent...
18199
18200 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18201
18202         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18203         (gst_a52dec_change_state):
18204           Don't do sample adjusting anymore, we use float audio now.
18205         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18206           Don't fixate to non-existing properties.
18207
18208 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18209
18210         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18211         (gst_a52dec_change_state):
18212           Advertise that we can do surround sound.
18213
18214 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18215
18216         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18217           Add buffer-frames=0.
18218         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18219         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18220         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18221         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18222         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18223         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18224         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18225         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18226         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18227         * ext/dvdread/dvdreadsrc.h:
18228           Add seeking, querying for bytes, sectors, title, angle and
18229           chapter. Handle multiple chapters. Relicense to LGPL because
18230           Billy agreed on that (thanks Billy!).
18231
18232 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18233
18234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18235         call parent dispose method
18236
18237 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18238
18239         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18240         (gst_audio_clock_get_internal_time):
18241         Fix active <-> inactive transitions: ensure time value always
18242         grows and avoid abrupt value changes.
18243
18244 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18245
18246         * configure.ac:
18247         * gst/tta/Makefile.am:
18248         * gst/tta/crc32.h:
18249         * gst/tta/filters.h:
18250         * gst/tta/gsttta.c:
18251         * gst/tta/gstttadec.c:
18252         * gst/tta/gstttadec.h:
18253         * gst/tta/gstttaparse.c:
18254         * gst/tta/gstttaparse.h:
18255         * gst/tta/ttadec.h:
18256           added TTA parser and decoder
18257
18258 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18259
18260         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18261         (probe_triggered), (check_queue), (buffer_underrun),
18262         (buffer_running), (buffer_overrun), (gen_source_element),
18263         (setup_source):
18264         * gst/playback/gstplaybasebin.h:
18265           Implement buffering. Needs some more work.
18266
18267 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18268
18269         * ext/theora/theoradec.c: (theora_dec_chain):
18270           Fix ilog mask range overflow.
18271
18272 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18273
18274         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18275           Don't omit the last (which in case of dmix is the only :) )
18276           channel count. Don't set channels if <= 2.
18277
18278 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18279
18280         * gst/playback/gstplaybin.c: (gen_video_element),
18281         (gen_audio_element): Removed 2 obsolete comments
18282
18283 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18284
18285         * ext/vorbis/oggvorbisenc.c
18286         * ext/vorbis/vorbisenc.c :
18287           change description fields of those plugins to differentiate them
18288           (pitivi show Encoders by description, they had the same one)
18289
18290 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18291
18292         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18293
18294         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18295         (gst_play_bin_set_property), (gen_video_element),
18296         (gen_audio_element):
18297           Refcounting fixes for provided audio-/videosinks.
18298
18299 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18300
18301         * gst/playback/gstplaybin.c: (gen_video_element),
18302         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18303           Don't reference all sinks, but only the video- and audiosinks.
18304           The vis. element should be disposed when we're done with it.
18305           We don't have any reason to keep it around. This fixes warnings
18306           when reusing playbin for playing multiple audio files with
18307           vis. enabled. Also release audio device on pause - idea stolen
18308           from Rhythmbox.
18309
18310 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18311
18312         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18313         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18314         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18315         * ext/alsa/gstalsaplugin.c: (plugin_init):
18316         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18317         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18318         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18319         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18320         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18321         (gst_faad_change_state), (plugin_init):
18322         * ext/faad/gstfaad.h:
18323         * ext/vorbis/vorbis.c: (plugin_init):
18324         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18325         * gst-libs/gst/audio/Makefile.am:
18326         * gst-libs/gst/audio/audio.c: (plugin_init):
18327         * gst-libs/gst/audio/multichannel.c:
18328         (gst_audio_check_channel_positions),
18329         (gst_audio_get_channel_positions),
18330         (gst_audio_set_channel_positions),
18331         (gst_audio_set_structure_channel_positions_list),
18332         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18333         (gst_audio_fixate_channel_positions):
18334         * gst-libs/gst/audio/multichannel.h:
18335         * gst-libs/gst/audio/testchannels.c: (main):
18336         * gst/audioconvert/gstaudioconvert.c:
18337         (gst_audio_convert_class_init), (gst_audio_convert_init),
18338         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18339         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18340         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18341         * gst/audioconvert/plugin.c: (plugin_init):
18342           Surround sound support.
18343
18344 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18345
18346         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18347           Fix position for discont if we're close as well. Nitpicking, but
18348           saves a few milliseconds of extra waiting or skipping.
18349
18350 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18351
18352         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18353           We sometimes need parsers for playback, so add those too.
18354
18355 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18356
18357         * configure.ac:
18358         * gst/apetag/Makefile.am:
18359         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18360         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18361         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18362         (gst_ape_demux_get_src_query_types),
18363         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18364         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18365         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18366         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18367         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18368         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18369         (gst_ape_demux_change_state):
18370         * gst/apetag/apedemux.h:
18371         * gst/apetag/apetag.c: (plugin_init):
18372         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18373         (plugin_init):
18374           APE v1/2 tag reader plus typefind function.
18375
18376 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18377
18378         * configure.ac:
18379         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18380         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18381           Remove hacks for older core. Require newer core version
18382           accordingly.
18383
18384 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18385
18386         * gst/cdxaparse/Makefile.am:
18387         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18388         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18389         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18390         * gst/cdxaparse/gstcdxaparse.h:
18391         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18392         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18393         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18394         (gst_cdxastrip_get_src_query_types),
18395         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18396         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18397         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18398         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18399         * gst/cdxaparse/gstcdxastrip.h:
18400           SVCD/VCD header stripping separated from CDXA image parsing.
18401         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18402         (plugin_init):
18403           Add VCD/SVCD header typefinding for VCD/SVCD.
18404         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18405         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18406         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18407         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18408         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18409         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18410         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18411         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18412         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18413         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18414         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18415         * sys/vcd/vcdsrc.h:
18416           Fix up, add seeking, querying, URI interface. Works in totem now.
18417
18418 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18419
18420         * configure.ac:
18421           back to CVS
18422
18423 === release 0.8.6 ===
18424
18425 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18426
18427         * NEWS:
18428         * RELEASE:
18429         * configure.ac:
18430         * po/af.po:
18431         * po/az.po:
18432         * po/cs.po:
18433         * po/en_GB.po:
18434         * po/hu.po:
18435         * po/it.po:
18436         * po/nb.po:
18437         * po/nl.po:
18438         * po/or.po:
18439         * po/sq.po:
18440         * po/sr.po:
18441         * po/sv.po:
18442         * po/uk.po:
18443           releasing 0.8.6, "IOU Love"
18444
18445 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18446
18447         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18448
18449         * gst/playback/gstplaybasebin.c:
18450           Fix unplayable files error handling.  Fixes #158365
18451
18452 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18453
18454         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18455
18456         * gst/typefind/gsttypefindfunctions.c:
18457           Fix broken mp3 typefinding.  Fixes #158375
18458
18459 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18460
18461         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18462
18463         * ext/ogg/gstoggdemux.c:
18464           Fix sync on broken files.  Fixes #158976
18465
18466 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18467
18468         patch by: Edward Hervey <bilboed@bilboed.com>
18469
18470         * ext/libpng/gstpngenc.c:
18471           Copy over buffer properties.  Fixes #158832
18472
18473 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18474
18475         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18476
18477         * ext/dvdread/dvdreadsrc.c:
18478           Fixes invalid reads (#158462)
18479
18480 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18481
18482         * sys/v4l/gstv4lsrc.c:
18483         * sys/v4l/gstv4lsrc.h:
18484         * sys/v4l/v4lsrc_calls.c:
18485           Probe less and cache it.  Fixes #159187.
18486
18487 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18488
18489         * gst/videorate/gstvideorate.c:
18490           Handle all video formats. Fixes #159186.
18491
18492 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18493         * gst/synaesthesia/gstsynaesthesia.c:
18494         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18495         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18496         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18497         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18498         (gst_synaesthesia_change_state), (plugin_init):
18499         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18500         Force 320x200 output, as that's the only thing the underlying
18501         synaesthesia implementation supports. Still needs to be made
18502         re-entrant.
18503
18504 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18505
18506         * configure.ac:
18507           Fix mpeg2enc configure check (similar to mplex check below).
18508
18509 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18510
18511         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18512
18513         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18514           Fix for gcc-2.95 (fixes #158221).
18515
18516 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18517
18518         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18519           Re-add clock distribution hack (until new core is released).
18520           Fixes #158125.
18521
18522 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18523         * configure.ac:
18524           fix mplex configure check segfaulting on some systems (bug #140994)
18525
18526 2004-11-13  Benjamin Otte  <otte@gnome.org>
18527
18528         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18529           add debugging
18530         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18531           do a wait when we enter the loop func with no data available to
18532           write instead of getting into an 100% CPU loop by just returning and
18533           being called again by the scheduler
18534
18535 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18536
18537         * configure.ac:
18538         * ext/libvisual/visual.c: (gst_visual_get_type),
18539         (libvisual_log_handler), (gst_visual_getcaps),
18540         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18541         (plugin_init):
18542           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18543         * ext/smoothwave/Makefile.am:
18544         * ext/smoothwave/demo-osssrc.c: (main):
18545         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18546         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18547         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18548         (plugin_init):
18549         * ext/smoothwave/gstsmoothwave.h:
18550           Make gstsmoothwave a working element in the 20th century.
18551
18552         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18553           Fix incorrect link function
18554
18555 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18556
18557         * gst/volume/gstvolume.c:
18558           Allow buffer-frames=0.
18559
18560 2004-11-12 Iain <iaingnome@gmail.com>
18561
18562         * configure.ac: Check for polypaudio
18563
18564         * ext/Makefile.am: Build the polyp dir
18565
18566         * ext/polyp: The polypsink sources.
18567
18568 2004-10-30 Iain <iaingnome@gmail.com>
18569
18570         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18571         caps to reflect the new number of channels.
18572
18573 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18574
18575         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18576           Fix for negotiation order problem. This would show when the
18577           ALSA loopfuction was called before any other function. ALSA
18578           wouldn't do anything because we're not negotiated yet, leading
18579           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18580
18581 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18582
18583         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18584
18585         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18586           No warnings (#157986).
18587
18588 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18589
18590         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18591           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18592
18593 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18594
18595         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18596           Signal no-more-pads (so it works in playbin).
18597
18598 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18599
18600         * ext/musepack/gstmusepackreader.cpp:
18601           Workaround for older core.
18602
18603 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18604
18605         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18606           Actually test for odd width/height rather than testing whether
18607           a temporary variable that was 0 before we subtracted 1 is now
18608           not equal to zero (which it always is).
18609
18610 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18611
18612         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18613         Fix compilation if HAVE_XVIDEO is not defined
18614
18615 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18616
18617         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18618         Fix compilation if HAVE_XVIDEO is not defined
18619
18620 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18621
18622         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18623         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18624         (gst_goom_change_state), (plugin_init):
18625         Use the bytestream adapter so goom doesn't depend on the input
18626         buffer size.
18627         Add a debug category
18628
18629 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18630
18631         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18632           Only set hardware parameters *after* negotiation. Before
18633           negotiation, it will set ANY and that seems to cause crashes
18634           (see e.g. #151288, #153227).
18635
18636 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18637
18638         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18639           This seems to be antique leftover. It needs to pass error
18640           checking.
18641         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18642         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18643         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18644         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18645           Fix GstXOverlay implementation (#151059).
18646
18647 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18648
18649         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18650           Don't assert (#157853).
18651
18652 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18653
18654         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18655           Fix bytes/samples confustion.
18656         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18657           Fix for underrun (#144389).
18658
18659 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18660
18661         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18662           Disable halfway-seek for pending release (since it needs a new
18663           core release).
18664
18665 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18666
18667         * sys/v4l/gstv4lsrc.c:
18668         * sys/v4l/gstv4lsrc.h:
18669         * sys/v4l/v4lsrc_calls.c:
18670           add autoprobe-fps property so we can separate autoprobing parts
18671
18672 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18673
18674         * sys/v4l/gstv4lsrc.c:
18675         * sys/v4l/v4lsrc_calls.c:
18676         initialise fourcc to catch unset fourcc's, and debug
18677
18678 2004-11-09  Wim Taymans  <wim@fluendo.com>
18679
18680         * gst/playback/README:
18681         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18682         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18683         (gst_play_bin_dispose), (gst_play_bin_set_property),
18684         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18685         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18686         (gst_play_bin_get_formats), (gst_play_bin_convert),
18687         (gst_play_bin_get_query_types), (gst_play_bin_query):
18688         Cleanups and some more documentation.
18689
18690 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
18691
18692         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18693         (gst_cacasink_init), (gst_cacasink_chain):
18694         * ext/libcaca/gstcacasink.h:
18695         Cacasink inherits from VideoSink, so let that store the clock.
18696
18697 2004-11-09  Wim Taymans  <wim@fluendo.com>
18698
18699         * gst/playback/README:
18700         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
18701         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
18702         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
18703         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
18704         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
18705         (setup_sinks):
18706         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
18707         (gst_stream_info_is_mute), (gst_stream_info_set_property):
18708         * gst/playback/gststreaminfo.h:
18709         Updated README.
18710         Only switch groups if all streams have muted (EOSed).
18711         Send Tags in sync with the stream playback instead of in
18712         the playback/preroll phase.
18713         Some cleanups, free the fakesrc elements.
18714
18715 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18716
18717         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
18718           buffer-frames property was missing
18719         * ext/arts/gst_arts.c:
18720           rate missing from sinkcaps
18721         * ext/audiofile/gstafparse.c:
18722         * ext/audiofile/gstafsink.c:
18723         * ext/audiofile/gstafsrc.c:
18724         * ext/swfdec/gstswfdec.c:
18725           int audio doesn't know buffer-frames
18726         * ext/cdparanoia/gstcdparanoia.c:
18727           int audio doesn't know chunksize either
18728         * ext/nas/nassink.c:
18729           it's endianness, not endianess
18730         * gst-libs/gst/audio/audio.h:
18731           make float standard pad template caps really describe float
18732         * gst/law/mulaw.c: (linear_factory):
18733           signed only, please
18734         * gst/mpegstream/gstdvddemux.c:
18735           widths of 20 are not valid
18736
18737 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18738
18739         Submitted by: Luca Ferretti <elle.uca@infinito.it>
18740
18741         * po/LINGUAS:
18742         * po/it.po:
18743           Add Italian
18744
18745 2004-11-08  Wim Taymans  <wim@fluendo.com>
18746
18747         * gst/playback/README:
18748         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18749         * gst/playback/gstplaybasebin.c: (probe_triggered),
18750         (gst_play_base_bin_change_state):
18751         Updated README, added more comments for fixmes etc..
18752
18753 2004-11-08  Wim Taymans  <wim@fluendo.com>
18754
18755         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18756         We can remove this hack now.
18757
18758 2004-11-08  Wim Taymans  <wim@fluendo.com>
18759
18760         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
18761         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18762         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18763         Only mix AYUV for maximum quality.
18764
18765 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18766
18767         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
18768         (gst_ogg_demux_push), (gst_ogg_pad_push):
18769           Let's act as if we're synchronized now! :).
18770         * ext/theora/theoradec.c: (theora_dec_chain):
18771           Add some debug.
18772
18773 2004-11-08  Wim Taymans  <wim@fluendo.com>
18774
18775         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18776         (gst_alpha_set_property), (gst_alpha_sink_link),
18777         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
18778         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
18779         (gst_alpha_init_params), (gst_alpha_chain):
18780         Implement alpha functions for AYUV too, this increases
18781         accuracy quite a bit.
18782
18783 2004-11-08  Wim Taymans  <wim@fluendo.com>
18784
18785         * gst/ffmpegcolorspace/avcodec.h:
18786         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18787         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18788         (gst_ffmpegcsp_avpicture_fill):
18789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18790         (gst_ffmpegcsp_caps_remove_format_info):
18791         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18792         (shrink12), (img_get_alpha_info), (deinterlace_line),
18793         (deinterlace_line_inplace):
18794         * gst/ffmpegcolorspace/imgconvert_template.h:
18795         Added AYUV colorspace and handle RGBA a bit more respectful.
18796
18797 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18798
18799         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18800           Actually always send a discont (cornercase when resending the
18801           same serial-tagged chain twice).
18802
18803 2004-11-08  Julien MOUTTE  <julien@moutte.net>
18804
18805         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
18806         (gst_ximagesink_finalize):
18807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
18808         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
18809
18810 2004-11-08  Wim Taymans  <wim@fluendo.com>
18811
18812         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
18813         Don't segfault on NULL data.
18814
18815 2004-11-08  Wim Taymans  <wim@fluendo.com>
18816
18817         * gst/playback/gstdecodebin.c: (unlinked):
18818         * gst/playback/gstplay-marshal.list:
18819         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18820         (gst_play_base_bin_init), (group_create), (get_active_group),
18821         (get_building_group), (group_destroy), (group_commit),
18822         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
18823         (add_element_stream), (no_more_pads), (probe_triggered),
18824         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
18825         (state_change), (setup_source), (gst_play_base_bin_get_property),
18826         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18827         (gst_play_base_bin_link_stream),
18828         (gst_play_base_bin_get_streaminfo):
18829         * gst/playback/gstplaybasebin.h:
18830         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18831         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
18832         Add support for chained ogg files. Prepare for playlist
18833         support. This patch introduces the concept of pad groups, which
18834         together compose one playable media file.
18835
18836 2004-11-07  David Schleef  <ds@schleef.org>
18837
18838         * testsuite/gst-lint: Check for pad templates that aren't statically
18839         scoped.
18840
18841 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18842
18843         * configure.ac:
18844         * ext/Makefile.am:
18845         * ext/musepack/Makefile.am:
18846         * ext/musepack/gstmusepackdec.cpp:
18847         * ext/musepack/gstmusepackdec.h:
18848         * ext/musepack/gstmusepackreader.cpp:
18849         * ext/musepack/gstmusepackreader.h:
18850           Add musepack decoder.
18851         * ext/faad/gstfaad.c: (gst_faad_base_init):
18852           Make pad templates static.
18853         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18854         (plugin_init):
18855           Add musepack typefinder, make mp3 typefinding work halfway stream,
18856           which doesn't actually work yet because id3demux doesn't implement
18857           _get_length().
18858
18859 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18860
18861         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18862         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
18863           Fix interrupt event handling (#144436).
18864
18865 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18866
18867         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
18868           Hide unused glory.
18869
18870 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18871
18872         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18873
18874         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
18875           Fix weird caps (#157548).
18876
18877 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18878
18879         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18880
18881         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
18882           Add missing NULL terminator (#157543).
18883
18884 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18885
18886         * gst/tcp/gsttcp.h:
18887         * gst/tcp/gsttcpclientsink.c:
18888         * gst/tcp/gsttcpclientsrc.c:
18889         * gst/tcp/gsttcpserversink.c:
18890         * gst/tcp/gsttcpserversrc.c:
18891           ports can go up to 65535.  Move common defines to gsttcp.h
18892
18893 2004-11-05  Wim Taymans  <wim@fluendo.com>
18894
18895         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
18896         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
18897         Added two more colorspaces.
18898
18899 2004-11-05  Wim Taymans  <wim@fluendo.com>
18900
18901         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18902         (gst_ffmpegcsp_avpicture_fill):
18903         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18904         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
18905         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
18906         More stride fixes.
18907
18908 2004-11-05  Wim Taymans  <wim@fluendo.com>
18909
18910         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
18911         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
18912         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18913         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
18914         (gst_videomixer_loop):
18915         More stride fixes.
18916
18917 2004-11-05  Benjamin Otte  <otte@gnome.org>
18918
18919         * ext/mad/gstmad.c: (gst_mad_chain):
18920           don't overflow data buffer. Flush not needed sync data when syncing
18921           failed.
18922
18923 2004-11-04  Wim Taymans  <wim@fluendo.com>
18924
18925         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18926         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18927         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
18928         (gst_alpha_init_params), (gst_alpha_chain),
18929         (gst_alpha_change_state):
18930         Updated the chroma keying algorithm with something more
18931         sophisticated.
18932
18933 2004-11-03  Wim Taymans  <wim@fluendo.com>
18934
18935         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
18936         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18937         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
18938         Fix stride issues. Does not completely work for odd
18939         heights.
18940
18941 2004-11-03  Wim Taymans  <wim@fluendo.com>
18942
18943         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18944         (gst_alpha_chroma_key), (gst_alpha_chain):
18945         Fix stride issues. Does not completely work for odd
18946         heights.
18947
18948 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
18949
18950         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18951         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
18952         leak fixes
18953
18954 2004-11-03  Wim Taymans  <wim@fluendo.com>
18955
18956         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18957         (gst_ffmpegcsp_avpicture_fill):
18958         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
18959         (avpicture_alloc):
18960         * gst/ffmpegcolorspace/imgconvert_template.h:
18961         Use correct _fill function to get correct strides.
18962
18963 2004-11-02  David Schleef  <ds@schleef.org>
18964
18965         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18966         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
18967         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
18968         Change all g_print()s to debugging.  Add a bunch of consistency
18969         checks.
18970
18971 2004-11-02  Wim Taymans  <wim@fluendo.com>
18972
18973         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18974         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18975         (unlinked), (no_more_pads), (close_link):
18976         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18977         (unknown_type), (add_element_stream), (new_decoded_pad),
18978         (removed_decoded_pad), (setup_source):
18979         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
18980         (gst_stream_info_class_init), (gst_stream_info_init),
18981         (gst_stream_info_new), (gst_stream_info_dispose),
18982         (stream_info_mute_pad), (gst_stream_info_set_property),
18983         (gst_stream_info_get_property):
18984         * gst/playback/gststreaminfo.h:
18985         Fix playback of multiple files.
18986         a slightly different approach to handling dynamic pad removals.
18987         This one only looks at pads that we have linked.
18988
18989 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
18990
18991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
18992         free" warning from libc.
18993
18994 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18995
18996         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18997         (get_unconnected_element), (remove_starting_from), (pad_removed),
18998         (close_link):
18999           Implement support for dynamic pad changing. We listen to "live"
19000           pad removals (i.e. while playing) and re-setup autoplugging
19001           after that. Playbasebin/playbin need some more work for this
19002           to finally work, but decodebin supports (and replugs) chained
19003           ogg now.
19004
19005 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19006
19007         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19008         (gst_alsa_finalize):
19009         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19010         (gst_cdaudio_finalize):
19011         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19012         (cdparanoia_finalize):
19013         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19014         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19015         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19016         (dvdreadsrc_finalize):
19017         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19018         (gst_flacdec_finalize):
19019         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19020         (gst_flacenc_finalize):
19021         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19022         (gst_gnomevfssink_finalize):
19023         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19024         (gst_gnomevfssrc_finalize):
19025         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19026         (gst_fameenc_finalize):
19027         * ext/nas/nassink.c: (gst_nassink_class_init),
19028         (gst_nassink_finalize):
19029         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19030         (gst_sdlvideosink_class_init):
19031         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19032         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19033         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19034         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19035         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19036         (gst_x_window_listener_dispose):
19037         * gst/audioscale/gstaudioscale.c:
19038         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19039         (play_on_demand_finalize):
19040         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19041         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19042         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19043         (cdplayer_finalize):
19044         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19045         (gst_glimagesink_class_init):
19046         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19047         (gst_osselement_finalize):
19048         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19049         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19050         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19051           Fixes a bunch of problems with finalize and dispose functions,
19052           either assumptions that dispose is only called once, or not calling
19053           the parent class dispose/finalize function
19054
19055 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19056
19057         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19058           added two api precondition guards
19059           use g_strdup with getenv to fix crash when using ENVVAR
19060
19061 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19062         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19063         (gst_esdsink_finalize):
19064         Use a finalize function, not dispose, and more importantly,
19065         call the parent class finalize function too
19066
19067 2004-11-01  Johan Dahlin  <johan@gnome.org>
19068
19069         * ext/ogg/gstoggdemux.c:
19070         * gst/tags/gstvorbistag.c:
19071         Plug leaks.
19072
19073 2004-10-31  Benjamin Otte  <otte@gnome.org>
19074
19075         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19076           lotsa memleaks today. But they're all small...
19077
19078 2004-10-31  Benjamin Otte  <otte@gnome.org>
19079
19080         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19081           another memleak crushed
19082
19083 2004-10-31  Benjamin Otte  <otte@gnome.org>
19084
19085         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19086           fix memleak
19087
19088 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19089
19090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19091           Hack to prevent crash when going to READY inside signal handler
19092           while this function is active.
19093
19094 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19095
19096         * gst/ffmpegcolorspace/Makefile.am:
19097         * gst/ffmpegcolorspace/avcodec.h:
19098         * gst/ffmpegcolorspace/common.h:
19099         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19100         * gst/ffmpegcolorspace/dsputil.h:
19101         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19102         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19103         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19104         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19105         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19106         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19107         (gst_ffmpegcsp_avpicture_fill):
19108         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19110         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19111         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19112         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19113         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19114         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19115         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19116         * gst/ffmpegcolorspace/imgconvert.c:
19117         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19118         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19119         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19120         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19121         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19122         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19123         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19124         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19125         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19126         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19127         (grow21), (grow22), (grow41), (grow44), (conv411),
19128         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19129         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19130         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19131         (avpicture_free), (is_yuv_planar), (img_convert),
19132         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19133         (deinterlace_line_inplace), (deinterlace_bottom_field),
19134         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19135         * gst/ffmpegcolorspace/imgconvert_template.h:
19136         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19137         * gst/ffmpegcolorspace/mmx.h:
19138         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19139         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19140         (av_freep), (avcodec_get_context_defaults),
19141         (avcodec_alloc_context), (avcodec_init):
19142           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19143           handling plus update from ffmpeg CVS. Large clean-up.
19144
19145 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19146
19147         * gst/playback/Makefile.am:
19148           We need the marshallers for decodebin, too.
19149
19150 2004-10-30  David Schleef  <ds@schleef.org>
19151
19152         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19153           quicktime typefinding work with 64-bit offsets.
19154
19155 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19156
19157         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19158           Set EOS on the element when processing an EOS event.
19159         * ext/speex/gstspeexdec.h:
19160         * ext/speex/gstspeexenc.h:
19161           Only keep a const ptr to the mode
19162         * gst-libs/gst/riff/riff-media.c:
19163         (gst_riff_create_audio_caps_with_data),
19164         (gst_riff_create_audio_template_caps):
19165           Allow WMAV3, with up to 6 channels.
19166         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19167           Don't call gst_pad_set_event_function on a sink pad.
19168         * gst/mpegstream/gstdvddemux.c:
19169         (gst_dvd_demux_get_subpicture_stream),
19170         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19171           Copy the explicit caps that were set across to the cur_* pads,
19172           instead of trying to use a possibly non-existent negotiated caps.
19173           Reset the type of subpicture pads to UNKNOWN after calling
19174           init_stream, so that the caps get set.
19175
19176 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19177
19178         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19179
19180         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19181           Don't touch buffer if it is of size 0 (fixes #151064).
19182
19183 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19184
19185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19186           Synchronized discont handling.
19187
19188 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19189
19190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19191         (gst_ogg_demux_push):
19192           Make seeking sort-of exact again (fixes #156387).
19193
19194 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19195
19196         * gst/playback/gstplaybasebin.c: (unknown_type),
19197         (add_element_stream), (new_decoded_pad),
19198         (gst_play_base_bin_change_state):
19199         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19200         (gst_stream_info_init), (gst_stream_info_new),
19201         (gst_stream_info_dispose), (gst_stream_info_get_property):
19202         * gst/playback/gststreaminfo.h:
19203           Make caps explicitely available. Makes testing for unsupported
19204           types possible. Improves error reporting.
19205
19206 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19207
19208         * gst/audioconvert/gstaudioconvert.c:
19209         (gst_audio_convert_buffer_to_default_format):
19210           Really don't touch read-only buffers (#156563).
19211
19212 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19213
19214         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19215
19216         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19217           Fix memleak (#155223).
19218
19219 2004-10-29  Wim Taymans  <wim@fluendo.com>
19220
19221         * gst/tcp/.cvsignore:
19222         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19223         (gst_multifdsink_class_init), (gst_multifdsink_init),
19224         (gst_multifdsink_add), (gst_multifdsink_remove),
19225         (gst_multifdsink_remove_client_link), (is_sync_frame),
19226         (gst_multifdsink_new_client),
19227         (gst_multifdsink_handle_client_write),
19228         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19229         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19230         (gst_multifdsink_get_property):
19231         * gst/tcp/gstmultifdsink.h:
19232         Added burst on connect sync_method, deprecated sync_clients,
19233         streamlined the sync code some more.
19234
19235 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19236
19237         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19238         (gst_play_base_bin_change_state):
19239           Improve error reporting.
19240
19241 2004-10-28  Wim Taymans  <wim@fluendo.com>
19242
19243         * gst/tcp/Makefile.am:
19244         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19245         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19246         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19247         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19248         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19249         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19250         (gst_fdset_wait):
19251         Added more locks around fdset structures. Fixed/reworked
19252         the poll array resizing code.
19253         Added stress test for fdset.
19254
19255 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19256
19257         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19258         fix build
19259
19260 2004-10-28  Benjamin Otte  <otte@gnome.org>
19261
19262         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19263           fix link function to always query channels and query width for
19264           floats
19265         * configure.ac:
19266           add equalizer dir
19267         * gst/equalizer/Makefile.am:
19268         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19269         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19270         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19271         (arg_to_scale), (setup_filter),
19272         (gst_iir_equalizer_compute_frequencies),
19273         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19274         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19275         (plugin_init):
19276           add an equalizer
19277
19278 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19279
19280         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19281
19282         * po/LINGUAS:
19283         * po/nb.po:
19284           Added Norwegian Bokmaal translation
19285
19286 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19287
19288         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19289           Don't break on options (fixes #156488).
19290
19291 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19292
19293         * configure.ac:
19294         * ext/cdaudio/Makefile.am:
19295         * sys/Makefile.am:
19296           fix build on older automake
19297
19298 2004-10-26  Wim Taymans  <wim@fluendo.com>
19299
19300         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19301         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19302         Allow a little margin when negotiating the framerate.
19303
19304 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19305
19306         * gst/level/gstlevel.c:
19307           synchonised naming of pads and pad-templates
19308
19309 2004-10-26  Wim Taymans  <wim@fluendo.com>
19310
19311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19312         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19313         (_find_streams_check), (gst_ogg_demux_push):
19314         Fix EOS again. Needs to be done in a better way. We should not
19315         remove the pad if there is no new chained stream.
19316
19317 2004-10-26 Iain <iaingnome@gmail.com>
19318
19319         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19320         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19321         of the caps.
19322         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19323         pad.
19324         (interleave_release_pad): Remove the pad.
19325         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19326         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19327         the set device.
19328         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19329         attrs
19330         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19331         (gst_xvimagesink_finalize): Free the par.
19332
19333 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19334
19335         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19336         (gst_avimux_stop_file):
19337           First calculate the rate, and only then use it. Hdr.rate is a
19338           multiple and not a derivative of hdr.scale. Scale is not the
19339           same as blockalign but is solely related to rate.
19340
19341 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19342
19343         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19344         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19345           Implement seeking.
19346
19347 2004-10-25  James Henstridge  <james@jamesh.id.au>
19348
19349         Reviewed by:  David Schleef  <ds@schleef.org>
19350
19351         * examples/gstplay/player.c: (got_stream_length), (main):
19352         * examples/seeking/cdplayer.c: (update_scale):
19353         * examples/seeking/seek.c: (format_value), (update_scale):
19354         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19355         (stop_seek):
19356         Build fixes on AMD64.
19357
19358 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19359
19360         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19361
19362         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19363         Fix for some v4l cards which hang in v4lsrc
19364
19365 2004-10-25  Wim Taymans  <wim@fluendo.com>
19366
19367         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19368         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19369         Make sure to remove the pad when a new chain is
19370         encountered. Set some vars to NULL so we don't try
19371         to reference freed memory.
19372
19373 2004-10-25  Wim Taymans  <wim@fluendo.com>
19374
19375         * examples/seeking/Makefile.am:
19376         * examples/seeking/cdplayer.c: (update_scale):
19377         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19378         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19379         (format_value), (update_scale), (iterate), (start_seek),
19380         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19381         (print_usage), (main):
19382         Added some more examples, update others.
19383
19384 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19385
19386         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19387         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19388         * ext/theora/theoradec.c: (theora_dec_chain):
19389         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19390           Add codec-name metadata.
19391
19392 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19393
19394         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19395
19396         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19397         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19398         * ext/alsa/gstalsamixertrack.h:
19399         * po/POTFILES.in:
19400           ALSA mixer track label internationalization (#154054).
19401
19402 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19403
19404         * ext/theora/theoradec.c: (theora_dec_chain):
19405           Export bitrate as metadata.
19406
19407 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19408
19409         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19410         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19411         * ext/alsa/gstalsamixertrack.h:
19412           Fix names, fix loop.
19413
19414 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19415
19416         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19417         (speex_dec_convert):
19418           sinkconvert function so oggdemux can get the file length (totem).
19419
19420 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19421
19422         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19423
19424         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19425           Don't push incomplete packets.
19426         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19427           Fix MPEG-4 audio typefinding.
19428
19429 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19430
19431         * sys/v4l/Makefile.am:
19432         * sys/v4l/gstv4l.c: (plugin_init):
19433         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19434         (gst_v4lelement_init), (gst_v4lelement_dispose),
19435         (gst_v4lelement_change_state):
19436         * sys/v4l/gstv4lelement.h:
19437         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19438         (gst_v4l_xoverlay_close), (idle_refresh),
19439         (gst_v4l_xoverlay_set_xwindow_id):
19440         * sys/v4l/gstv4lxoverlay.h:
19441         * sys/v4l/v4l-overlay_calls.c:
19442         * sys/v4l/v4l_calls.h:
19443         * sys/v4l2/Makefile.am:
19444         * sys/v4l2/gstv4l2.c: (plugin_init):
19445         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19446         (gst_v4l2element_init), (gst_v4l2element_dispose),
19447         (gst_v4l2element_change_state):
19448         * sys/v4l2/gstv4l2element.h:
19449         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19450         (gst_v4l2_xoverlay_close), (idle_refresh),
19451         (gst_v4l2_xoverlay_set_xwindow_id):
19452         * sys/v4l2/gstv4l2xoverlay.h:
19453         * sys/v4l2/v4l2-overlay_calls.c:
19454         * sys/v4l2/v4l2_calls.h:
19455           Remove client-side overlay handling, use the X-server v4l plugin
19456           for that. Nicer overlay, less code. Also make the plugin
19457           compileable without X (but then without overlay, obviously).
19458           Makes xwindowlistener obsolete, should we remove that?
19459
19460 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19461
19462         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19463         (gst_osssrc_src_query):
19464         * sys/oss/gstosssrc.h:
19465           OK, so people want offset in DEFAULT. This time, actually fix all
19466           cases.
19467         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19468           Add FPS properly.
19469
19470 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19471
19472         * gst/asfdemux/gstasfmux.c:
19473         * gst/avi/gstavimux.c:
19474           Framerate.
19475
19476 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19477
19478         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19479           Fix properties (channel, norm, frequency).
19480
19481 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19482
19483         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19484           Flag typo.
19485         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19486           No warnings.
19487
19488 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19489
19490         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19491           Fix hang.
19492
19493 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19494
19495         * sys/v4l2/gstv4l2element.h:
19496           Yet Another Hack (tm) for kernel header borkedness.
19497         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19498         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19499         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19500         (gst_v4l2src_change_state):
19501         * sys/v4l2/gstv4l2src.h:
19502         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19503         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19504           Fix caps, keep track of state, work.
19505
19506 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19507
19508         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19509           Quiet.
19510
19511 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19512
19513         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19514           Don't mix bytes and samples.
19515
19516 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19517
19518         * ext/ogg/gstoggmux.c:
19519           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19520           and theora. Any is incorrect.
19521         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19522           Fix caps.
19523         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19524         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19525         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19526         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19527         * sys/v4l/gstv4lmjpegsrc.h:
19528         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19529         (gst_v4lsrc_change_state):
19530         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19531         (gst_v4lmjpegsrc_capture_stop):
19532           Fix caps. Keep track of internal state. Work.
19533
19534 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19535
19536         * ext/Makefile.am:
19537           Fix the build fixes.
19538
19539 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19540
19541         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19542         (gst_ogg_demux_src_event), (_find_chain_seek),
19543         (gst_ogg_pad_push):
19544           Check for pad availability before using it.
19545         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19546           Fix parsing of chained ogg. Needs more work on the decoder side.
19547
19548 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19549
19550         * gst/spectrum/Makefile.am:
19551         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19552         (idle_func):
19553           Fix demo and reenable it. Yes, I'm currently playing with audio
19554           analysis tools
19555
19556 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19557
19558         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19559           We love it if files that start at zero work too...
19560
19561 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19562
19563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19564           Handle files with missing EOS headers.
19565
19566 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19567
19568         * gst/tcp/gsttcpserversink.c:
19569         (gst_tcpserversink_handle_server_read),
19570         (gst_tcpserversink_init_send):
19571         Zero some variables first (need for accept not to return EINVAL)
19572
19573 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19574
19575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19576         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19577         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19578         (theora_dec_chain):
19579         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19580         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19581           Seeking and querying finetune.
19582
19583 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19584
19585         * configure.ac:
19586         * ext/Makefile.am:
19587         * ext/raw1394/Makefile.am:
19588           fix the build
19589
19590 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19591
19592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19593           Wrong return.
19594         * gst/playback/Makefile.am:
19595         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19596         * gst/playback/gstplay-marshal.list:
19597         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19598           Fix marshallers.
19599
19600 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19601
19602         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19603           Silence.
19604
19605 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19606
19607         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19608         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19609         (gst_ogg_pad_push):
19610           Yay for non-lineair granulepos in theora.
19611
19612 2004-10-18  Wim Taymans  <wim@fluendo.com>
19613
19614         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19615         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19616         * ext/dv/gstdvdec.h:
19617         Make sure we renegotiate aspect ratio when the camera switches.
19618
19619 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19620
19621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19622         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19623           Start at zero.
19624         * ext/theora/theoradec.c: (theora_dec_chain):
19625           Skip headers. Bad idea for chained ogg, but fixes seeking.
19626
19627 2004-10-18  Wim Taymans  <wim@fluendo.com>
19628
19629         * configure.ac:
19630         I swear, this is the last time I touch this.
19631
19632 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19633
19634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19635         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19636         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19637           Faster seeking.
19638         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19639           Time-to-default conversion.
19640         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19641           Don't error on unknown packets, just skip. We should probably
19642           read them if we want to support chained ogg.
19643
19644 2004-10-18  Wim Taymans  <wim@fluendo.com>
19645
19646         * configure.ac:
19647         Added cdaudio to wrong list.
19648
19649 2004-10-18  Wim Taymans  <wim@fluendo.com>
19650
19651         * configure.ac:
19652         Revive cdaudio.
19653
19654 2004-10-18  Wim Taymans  <wim@fluendo.com>
19655
19656         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19657         (gst_dvdec_video_link), (gst_dvdec_push):
19658         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19659         (gst_smokeenc_resync), (gst_smokeenc_chain):
19660         Fix mimetype on smoke encoder.
19661         Add aspect ratio to dvdec. Not sure if these
19662         values are correct though....
19663
19664 2004-10-18  Wim Taymans  <wim@fluendo.com>
19665
19666         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19667         Fix vorbis property descriptions and ranges.
19668
19669 2004-10-18  Wim Taymans  <wim@fluendo.com>
19670
19671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19672         Really do nothing when no data is available.
19673         Go to the playing state when the stream is not seekable
19674         instead of failing.
19675
19676 2004-10-18  Wim Taymans  <wim@fluendo.com>
19677
19678         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19679         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19680         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19681         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19682         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19683         Added uri handler for cd://
19684         Port to new API.
19685
19686 2004-10-18  Wim Taymans  <wim@fluendo.com>
19687
19688         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19689         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19690         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19691         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19692         (remove_prerolls), (unknown_type), (add_element_stream),
19693         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
19694         (gst_play_base_bin_remove_element),
19695         (gst_play_base_bin_link_stream):
19696         * gst/playback/gstplaybin.c: (gen_video_element),
19697         (gen_vis_element), (remove_sinks), (setup_sinks):
19698         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19699         (gst_stream_info_get_type), (gst_stream_info_class_init),
19700         (gst_stream_info_init), (gst_stream_info_new),
19701         (gst_stream_info_dispose), (stream_info_mute_pad),
19702         (gst_stream_info_set_property), (gst_stream_info_get_property):
19703         * gst/playback/gststreaminfo.h:
19704         Add sink padtemplate to decodebin.
19705         Added some more comments.
19706         Make queue size configurable in playbasebin.
19707         Added possibility to use elements as sinks (ex cdaudio).
19708
19709 2004-10-15  Wim Taymans  <wim@fluendo.com>
19710
19711         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
19712         (gst_speexenc_chain):
19713         Fix speex timestamps so that it gets muxed properly.
19714
19715 2004-10-15  Wim Taymans  <wim@fluendo.com>
19716
19717         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
19718         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
19719         (gst_dv1394src_init), (gst_dv1394src_dispose),
19720         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
19721         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
19722         (gst_dv1394src_event), (gst_dv1394src_get_formats),
19723         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
19724         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
19725         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
19726         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
19727         * ext/raw1394/gstdv1394src.h:
19728         Added conversion/query functions.
19729         Update buffer timestamps,
19730         Added signals.
19731         Added uri dv:// so it might play from the firewire in playbin.
19732         Fix a possible leak.
19733         Added debugging.
19734
19735 2004-10-15  Wim Taymans  <wim@fluendo.com>
19736
19737         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19738         (gst_dv1394src_init), (gst_dv1394src_set_property),
19739         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
19740         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
19741         * ext/raw1394/gstdv1394src.h:
19742         Added AV/C VTR control support needed for some cameras.
19743         Added automatic port detection.
19744         Added properties for selecting the channel.
19745         The configure.ac script is not yet updated to reflect the
19746         new libavc1394 and librom1394 dependencies.
19747
19748 2004-10-15  Wim Taymans  <wim@fluendo.com>
19749
19750         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19751         (qtdemux_parse), (gst_qtdemux_handle_esds):
19752         An esds box is not a container.
19753         Fix parsing of mp4v boxes.
19754         Do not try to renegotiate fps for each frame. Need to
19755         find a better method. This should fix mp4 playback.
19756
19757 2004-10-14  David Schleef  <ds@schleef.org>
19758
19759         * configure.ac: update for swfdec-0.3 and liboil-0.2
19760         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
19761         * ext/swfdec/gstswfdec.h: same
19762         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
19763         * gst/videotestsrc/videotestsrc.c: same
19764
19765 2004-10-14  Wim Taymans  <wim@fluendo.com>
19766
19767         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19768         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
19769         (is_sync_frame), (gst_multifdsink_new_client),
19770         (gst_multifdsink_handle_client_write),
19771         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19772         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
19773         Turn warnings into info.
19774         Don't allow a state change in the streaming thread.
19775
19776 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19777
19778         * ext/vorbis/oggvorbisenc.c:
19779         * ext/vorbis/vorbisdec.c:
19780           fix template sample rate
19781
19782 2004-10-13  Wim Taymans  <wim@fluendo.com>
19783
19784         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19785         Decoding the header first fixes some problems in resyncing
19786         in more mp3s.
19787
19788 2004-10-12  Wim Taymans  <wim@fluendo.com>
19789
19790         * gst/playback/gstplaybin.c: (gen_video_element),
19791         (gen_vis_element), (remove_sinks), (setup_sinks):
19792         Added vis plugin support, need to configure the vis
19793         element to activate it.
19794
19795 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19796
19797         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
19798         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
19799           Some debug.
19800         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19801         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
19802         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
19803         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
19804         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
19805         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
19806         * gst/avi/gstavidemux.h:
19807           Support for openDML-2.0 indx/ix## chunks. Support for broken index
19808           recovery (where, if part of the index is broken, we will still read
19809           the rest of the index and recover the broken part by stream
19810           scanning). More broken media support. EOS workarounds. General AVI
19811           braindamage headache recovery. Aspirin included.
19812
19813 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19814
19815         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
19816         (cdparanoia_event), (cdparanoia_query):
19817           Get rid of hideous lead-in.
19818
19819 2004-10-11  Wim Taymans  <wim@fluendo.com>
19820
19821         * gst/playback/gstplaybasebin.c: (setup_source):
19822         Wrong var used to get g_list_next.
19823
19824 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19825
19826         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19827         (cdparanoia_get), (cdparanoia_open):
19828           Report discid as metadata, add duration.
19829
19830 2004-10-11  Wim Taymans  <wim@fluendo.com>
19831
19832         * gst/playback/gstplaybasebin.c: (setup_source):
19833         Cleanup the previous pipeline a little earlier for the
19834         case that a source element provides raw data.
19835
19836 2004-10-11  Benjamin Otte  <otte@gnome.org>
19837
19838         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19839           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
19840           consuming the last 128 bytes, even though it was valid mp3 data.
19841
19842 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19843
19844         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19845         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19846         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19847         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
19848
19849 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19850
19851         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
19852         Fix for webcams that support only specific width or height
19853
19854 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19855
19856         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19857
19858         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
19859           Fix wrong discont event setup (fixes #154967).
19860
19861 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
19862
19863         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19864
19865         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19866           Error out on invalid data (fixes #154807).
19867
19868 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19869
19870         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19871
19872         * ext/dvdread/dvdreadsrc.c: (_read):
19873           Make titles > 0 work again (fixes #154834).
19874
19875 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19876
19877         * gst-libs/gst/riff/riff-media.c:
19878         (gst_riff_create_video_template_caps):
19879           WMV3 missing in template caps.
19880
19881 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19882
19883         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
19884           OK, so the original code was too strict. It makes random AVI files
19885           hang for seconds upon opening, which is unacceptable and is far
19886           beyond the original goal of getting multiple chunks for one-chunk
19887           sounc stream files. So now do just that.
19888
19889 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19890
19891         * gst/playback/gstplaybasebin.c: (setup_source),
19892         (gst_play_base_bin_change_state):
19893           Actually clean up streaminfo if output fails. This would trigger
19894           if, for example, there was no CD in the drive. No preroll, so
19895           a streaminfo structure is created, but the subsequent state change
19896           of the thread fails.
19897         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
19898           Don't change state if parent failed.
19899
19900 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19901
19902         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19903         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
19904         (gen_video_element), (remove_sinks):
19905           Add small bits of code for screenshot handling.
19906
19907 2004-10-08  Wim Taymans  <wim@fluendo.com>
19908
19909         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
19910         (gen_video_element), (gen_audio_element), (setup_sinks):
19911         Don't assume the user provided sinks are named "sink"...
19912
19913 2004-10-08  Wim Taymans  <wim@fluendo.com>
19914
19915         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
19916         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
19917         (gst_play_base_bin_link_stream):
19918         Do not try to autoplug sources that generate raw streams like
19919         cdparanoia.
19920         disconnect the preroll overrun signal when we don't need it anymore.
19921
19922 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
19923
19924         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19925         Added reworked patch from #154903 from milosz derezynski (deadchip).
19926
19927 2004-10-08  Wim Taymans  <wim@fluendo.com>
19928
19929         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
19930         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
19931         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
19932         (cdparanoia_convert), (cdparanoia_uri_get_type),
19933         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
19934         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
19935         * ext/cdparanoia/gstcdparanoia.h:
19936         This adds the cdda://<tracknum> uri.
19937
19938 2004-10-08  Wim Taymans  <wim@fluendo.com>
19939
19940         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19941         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
19942         (try_to_link_1), (no_more_pads), (close_link), (type_found):
19943         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19944         (unknown_type), (gst_play_base_bin_remove_element),
19945         (gst_play_base_bin_link_stream):
19946         * gst/playback/gstplaybasebin.h:
19947         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19948         (gst_play_bin_set_property), (gen_video_element),
19949         (gen_audio_element), (setup_sinks):
19950         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
19951         (gst_stream_info_get_type), (gst_stream_info_class_init),
19952         (gst_stream_info_init), (gst_stream_info_new),
19953         (gst_stream_info_dispose), (stream_info_mute_pad),
19954         (gst_stream_info_set_property), (gst_stream_info_get_property):
19955         * gst/playback/gststreaminfo.h:
19956         Reuse the audio and video bins.
19957         Some internal cleanups in the stream selection code.
19958
19959 2004-10-08  Julien MOUTTE  <julien@moutte.net>
19960
19961         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19962         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19963         * sys/ximage/ximagesink.h:
19964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19965         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19966         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
19967         not coming from those elements. Moreover these elements should not keep
19968         the xid they have been given when in NULL state.
19969
19970 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19971
19972         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19973         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
19974         * sys/ximage/ximagesink.h:
19975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19976         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
19977         * sys/xvimage/xvimagesink.h:
19978           Actually only create a new toplevel window if we're not gonna
19979           embed it right after.
19980
19981 2004-10-07  Wim Taymans  <wim@fluendo.com>
19982
19983         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
19984         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
19985         * gst/playback/gstplaybin.c: (setup_sinks):
19986         Implement muting/unmuting of streams, mute streams that are not
19987         used.
19988
19989 2004-10-07  Wim Taymans  <wim@fluendo.com>
19990
19991         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
19992         (plugin_init):
19993         Added lame audio/x-ac3 typefind function.
19994
19995 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19996
19997         * configure.ac:
19998           bump nano to cvs
19999
20000 === release 0.8.5 ===
20001
20002 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20003
20004         * NEWS:
20005         * RELEASE:
20006         * configure.ac:
20007           releasing 0.8.5, "Take You On"
20008
20009 2004-10-06  Wim Taymans  <wim@fluendo.com>
20010
20011         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20012         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20013         (no_more_pads), (close_link), (type_found):
20014         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20015         * gst/playback/gstplaybin.c: (gen_video_element):
20016         Do not signal the no_more_pads after the first pad when
20017         we are plugging a non dynamic element with multiple
20018         output pads (like swfdec, dvdec, ...).
20019
20020 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20021
20022         * configure.ac:
20023           bump for prerelease
20024
20025 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20026
20027         * gst/wavparse/gstwavparse.c:
20028           add ATRAC3 to STATIC CAPS to fix a warning
20029
20030         * gst/matroska/ebml-read.c:
20031         * gst-libs/gst/riff/riff-read.c:
20032           fix typos
20033
20034 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20035
20036         * gst-libs/gst/riff/riff-media.c:
20037           generate caps for ATRAC3 audio streams
20038
20039         * gst/realmedia/rmdemux.c:
20040           generate caps for ATRAC3 audio streams
20041
20042 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20043
20044         * gst/wavparse/Makefile.am
20045         * gst/wavparse/riff.h
20046         * gst/wavparse/wavparse.vcproj
20047           riff.h removal (unused and duplication with riff-ids.h)
20048
20049 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20050
20051         * gst/wavparse/gstwavparse.h
20052           remove duplicated defines for audio codec codes
20053
20054         * gst-libs/gst/riff/riff-ids.h
20055         * gst/wavenc/riff.h:
20056           add "4CC" code for ATRAC3 audio streams
20057           add "4CC" code for ITU_G721_ADPCM (unused for now)
20058
20059 2004-10-06  Wim Taymans  <wim@fluendo.com>
20060
20061         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20062         Actually _do_ negotiation. Pass gdouble as arg instead
20063         of guint64 for the framerate.
20064
20065 2004-10-06  Wim Taymans  <wim@fluendo.com>
20066
20067         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20068         (find_compatibles), (close_pad_link), (try_to_link_1),
20069         (no_more_pads), (close_link), (type_found):
20070         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20071         * gst/playback/gstplaybin.c: (gen_video_element),
20072         (gen_audio_element):
20073         Set state on newly added element to READY so that negotiation
20074         can happen ASAP.
20075         Addes some more debug info.
20076         Do not try to plug pads with multiple caps structures or ANY
20077         because it is too dangerous since we do not do dynamic
20078         replugging.
20079
20080 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20081
20082         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20083
20084         * po/LINGUAS:
20085         * po/or.po:
20086           add Oriya translation
20087
20088 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20089
20090         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20091           Prevent overwrite of size member. Makes audio sound crappy.
20092
20093 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20094
20095         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20096         Add rmvb to the list of known RealMedia extensions
20097
20098 2004-10-05  Wim Taymans  <wim@fluendo.com>
20099
20100         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20101         (mngdec_openstream), (mngdec_closestream),
20102         (mngdec_handle_sink_event), (mngdec_readdata),
20103         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20104         (mngdec_getcanvasline), (mngdec_refresh),
20105         (gst_mngdec_change_state):
20106         Set the framerate correctly.
20107
20108 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20109
20110         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20111           There was something wrong with the index massaging.
20112
20113 2004-10-04  Wim Taymans  <wim@fluendo.com>
20114
20115         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20116         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20117         (gst_smokedec_chain):
20118         * ext/jpeg/gstsmokedec.h:
20119         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20120         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20121         * ext/jpeg/gstsmokeenc.h:
20122         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20123         (smokecodec_decode_new), (smokecodec_info_free),
20124         (smokecodec_set_quality), (smokecodec_get_quality),
20125         (smokecodec_set_threshold), (smokecodec_get_threshold),
20126         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20127         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20128         (smokecodec_encode), (smokecodec_parse_id),
20129         (smokecodec_parse_header), (smokecodec_decode):
20130         * ext/jpeg/smokecodec.h:
20131         * ext/jpeg/smokeformat.h:
20132         Updated smoke, new bitstream, allows embedding in ogg.
20133
20134 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20135
20136         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20137           Fix seeking in some files. All this code is no longer needed (and
20138           actually breaks stuff) because we now synchronize the full index
20139           right when reading the header.
20140
20141 2004-10-04  Wim Taymans  <wim@fluendo.com>
20142
20143         * configure.ac:
20144         configure update for libmng.
20145
20146 2004-10-04  Wim Taymans  <wim@fluendo.com>
20147
20148         * ext/libmng/Makefile.am:
20149         * ext/libmng/gstmng.c: (plugin_init):
20150         * ext/libmng/gstmng.h:
20151         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20152         (gst_mngdec_base_init), (gst_mngdec_class_init),
20153         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20154         (gst_mngdec_loop), (gst_mngdec_get_property),
20155         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20156         (mngdec_closestream), (mngdec_handle_sink_event),
20157         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20158         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20159         (gst_mngdec_change_state):
20160         * ext/libmng/gstmngdec.h:
20161         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20162         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20163         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20164         (gst_mngenc_chain), (gst_mngenc_get_property),
20165         (gst_mngenc_set_property):
20166         * ext/libmng/gstmngenc.h:
20167         Added basic MNG decoder. Needs more work. The encoder does
20168         not work yet.
20169
20170 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20171
20172         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20173         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20174         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20175           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20176           no-more-pads.
20177
20178 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20179
20180         * configure.ac:
20181           you need at least 1.0.4 of speex
20182
20183 2004-10-04 Iain <iaingnome@gmail.com>
20184
20185         * ext/speex/gstspeexdec.h: Revert the includes changes.
20186
20187         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20188
20189 2004-09-30 Iain <iaingnome@gmail.com>
20190
20191         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20192         found during init or set as a property instead of hardcoding /dev/audio
20193
20194 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20195
20196         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20197         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20198         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20199         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20200         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20201         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20202         (gst_rmdemux_dump_data):
20203           Use debug category, fix EOS handling. filesrc ! rmdemux now
20204           works.
20205
20206 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20207
20208         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20209         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20210         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20211           Improve allocation, cutting and sorting of the index. How takes a
20212           few seconds instead of minutes.
20213
20214 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20215
20216         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20217           fixed compilation
20218
20219 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20220
20221         * gst-libs/gst/riff/riff-media.c:
20222         (gst_riff_create_video_caps_with_data),
20223         (gst_riff_create_video_template_caps):
20224           Add wing commander format mimetype/fourccs.
20225         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20226           Don't crash if some value is 0.
20227
20228 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20229
20230         * gst-libs/gst/riff/riff-media.c:
20231         (gst_riff_create_video_caps_with_data),
20232         (gst_riff_create_video_template_caps):
20233           Add DIB fourcc (raw, palettized 8-bit RGB).
20234         * gst-libs/gst/riff/riff-read.c:
20235         (gst_riff_read_strf_vids_with_data):
20236           Oops, fix strf_data reading bug.
20237         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20238           Use a non-NULL tag.
20239         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20240           Time for hacks. Sorry Dave. At least one quicktime movie (a
20241           trailer) that I've encountered contains multiple video tracks.
20242           One of those is the actual video track, the other are one-frame
20243           tracks (images). Unfortunately, the number of frames according
20244           to the trak header is 1 for each, so that doesn't help. So
20245           instead, I look at the duration and discard tracks with a
20246           duration shorter than 20% of the length of the stream. Better
20247           than nothing.
20248
20249 2004-10-01  Christian Schaller <christian@fluendo.com>
20250
20251         * ext/ivorbis/vorbis.c:
20252           Patch from Phil Blundell (Bug 152341)
20253
20254 2004-10-01  Wim Taymans  <wim@fluendo.com>
20255
20256         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20257         (speex_dec_get_formats), (speex_dec_convert),
20258         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20259         (speex_dec_chain), (gst_speexdec_get_property),
20260         (gst_speexdec_set_property):
20261         Small cleanups.
20262
20263 2004-10-01  Wim Taymans  <wim@fluendo.com>
20264
20265         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20266         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20267         (gst_wavparse_other), (gst_wavparse_loop),
20268         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20269         (gst_wavparse_srcpad_event):
20270         * gst/wavparse/gstwavparse.h:
20271         Added some more debugging info.
20272         Fix the case where the length of the file is 0.
20273         Make sure we seek to sample borders.
20274
20275 2004-10-01  Wim Taymans  <wim@fluendo.com>
20276
20277         * gst/playback/README:
20278         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20279         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20280         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20281         Add some debug info to decodebin, update README
20282
20283 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20284
20285         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20286           Don't use g_print(); use GST_DEBUG().
20287
20288 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20289
20290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20291         (gst_ogg_mux_queue_pads):
20292           Handle EOS properly.
20293
20294 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20295
20296         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20297
20298         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20299         (gst_faad_chain), (gst_faad_change_state):
20300         * ext/faad/gstfaad.h:
20301           Allow playback of raw (unframed) MPEG AAC files (#148993).
20302
20303 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20304
20305         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20306
20307         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20308           Throw error if we didn't recognize the stream. Fixes #152289.
20309
20310 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20311
20312         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20313           Fix negotiation.
20314
20315 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20316
20317         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20318
20319         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20320           Fix memleak.
20321
20322 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20323
20324         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20325
20326         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20327           Solve #152805.
20328         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20329           Solve 152806.
20330
20331 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20332
20333         * gst-libs/gst/riff/riff-media.c:
20334         (gst_riff_create_video_caps_with_data),
20335         (gst_riff_create_audio_caps_with_data):
20336           Add codec_data handling (like asfdemux used to do).
20337         * gst/asfdemux/gstasf.c: (plugin_init):
20338         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20339         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20340           Use riff-media for caps creation instead of our own (mostly
20341           broken) copy of its functions.
20342
20343 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20344
20345         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20346           Don't actually error out if we get another return value than
20347           -EINVAL. Opposite to what I first thought, drivers have random
20348           return values for this, although -EINVAL is the expected return
20349           value. Since this is not fatal, we shouldn't use
20350           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20351
20352 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20353
20354         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20355         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20356         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20357         (dvdreadsrc_get), (dvdreadsrc_open_file),
20358         (dvdreadsrc_change_state):
20359           Fix. Don't do one big huge loop around the whole DVD, that will
20360           cache all data and thus eat sizeof(dvd) (several GB) before we
20361           see something.
20362         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20363           Actually NULL'ify event after using it.
20364         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20365         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20366         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20367         (gst_ebml_read_seek), (gst_ebml_read_skip):
20368           Handle events.
20369         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20370         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20371         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20372           Fix timing (this will probably break if I seek using menus, but
20373           I didn't get there yet). VOBs and normal DVDs should now work.
20374           Add a mpeg2-only pad with high rank so this get autoplugged for
20375           MPEG-2 movies.
20376         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20377         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20378         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20379         (gst_mpeg_demux_get_audio_stream),
20380         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20381         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20382           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20383           MPEG-1 but use dvddemux for MPEG-2.
20384         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20385         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20386         (gst_mpeg_parse_parse_packhead):
20387           Timing. Only add pad template if it exists. Add sink template from
20388           class and not from ourselves. This means we will always use the
20389           correct sink template even if it is not the one defined in this
20390           file.
20391
20392 2004-09-29  Wim Taymans  <wim@fluendo.com>
20393
20394         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20395         (gst_mpeg_demux_parse_pes):
20396         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20397         Fix playback of mpeg again, timestamps where screwed up by
20398         patch 1.61.
20399
20400 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20401
20402         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20403           Only return true if we actually filled something in. Prevents
20404           player applications from showing a random length for flac files.
20405         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20406         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20407         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20408         (gst_riff_read_strf_vids_with_data),
20409         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20410           OK, ok, so I implemented event handling. Apparently it's normal
20411           that we receive random events at random points without asking
20412           for it.
20413         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20414         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20415         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20416         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20417         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20418         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20419         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20420         * gst/avi/gstavidemux.h:
20421           Implement non-lineair chunk handling and subchunk processing.
20422           The first solves playback of AVI files where the audio and video
20423           data of individual buffers that we read are not synchronized.
20424           This should not happen according to the wonderful AVI specs, but
20425           of course it does happen in reality. It is also a prerequisite for
20426           the second. Subchunk processing allows us to cut chunks in small
20427           pieces and process each of these pieces separately. This is
20428           required because I've seen several AVI files with incredibly large
20429           audio chunks, even some files with only one audio chunk for the
20430           whole file. This allows for proper playback including seeking.
20431           This patch is supposed to fix all AVI A/V sync issues.
20432         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20433         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20434           Work.
20435         * gst/modplug/gstmodplug.cc:
20436           Proper return value setting for the query() function.
20437         * gst/playback/gstplaybasebin.c: (setup_source):
20438           Being in non-playing state (after, e.g., EOS) is not necessarily
20439           a bad thing. Allow for that. This fixes playback of short files.
20440           They don't actually playback fully now, because the clock already
20441           runs. This means that small files (<500kB) with a small length
20442           (<2sec) will still not or barely play. Other files, such as mod
20443           or flx, will work correctly, however.
20444
20445 2004-09-28  Wim Taymans  <wim@fluendo.com>
20446
20447         * ext/speex/gstspeex.c: (plugin_init):
20448         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20449         (gst_speex_dec_class_init), (speex_dec_get_formats),
20450         (speex_get_event_masks), (speex_get_query_types),
20451         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20452         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20453         (gst_speexdec_get_property), (gst_speexdec_set_property),
20454         (speex_dec_change_state):
20455         * ext/speex/gstspeexdec.h:
20456         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20457         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20458         (gst_speexenc_base_init), (gst_speexenc_class_init),
20459         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20460         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20461         (gst_speexenc_src_query), (gst_speexenc_init),
20462         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20463         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20464         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20465         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20466         (gst_speexenc_chain), (gst_speexenc_get_property),
20467         (gst_speexenc_set_property), (gst_speexenc_change_state):
20468         * ext/speex/gstspeexenc.h:
20469         Rewrote speex encoder, make sure it can be embedded in ogg.
20470         Implemented speex decoder.
20471
20472 2004-09-28  Christian Schaller <christian@fluendo.com>
20473
20474         * configure.ac:
20475         Remove kioslave plugin. Markey is brewing a new working one
20476         * ext/Makefile.am: Remove kioslave plugin
20477         * ext/kio: remove
20478         * gst-plugins.spec.in: remove kio plugin from spec
20479
20480 2004-09-27  Wim Taymans  <wim@fluendo.com>
20481
20482         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20483         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20484         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20485         (gst_multifdsink_new_client),
20486         (gst_multifdsink_handle_client_write),
20487         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20488         (gst_multifdsink_handle_clients):
20489         * gst/tcp/gstmultifdsink.h:
20490         Make syncing to keyframes actually work for new clients and lagging
20491         clients.
20492
20493 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20494
20495         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20496         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20497         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20498         * gst/debug/gstnavigationtest.h:
20499           make navigationtest display button-press and button-release events
20500
20501 2004-09-26 Iain <iaingnome@gmail.com>
20502
20503         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20504         the channels have received a new media event.
20505         (interleave_buffered_loop): Compresses a new media event on all
20506         channels into one.
20507
20508 2004-09-26 Iain <iaingnome@gmail.com>
20509
20510         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20511         call the sinkpad's default event handler and not the srcpads. He also
20512         says this is confusing :)
20513         (gst_wavenc_stop_file): Company says that seek events only go upstream
20514         we should send a discontinuous downstream instead.
20515
20516 2004-09-25  Christian Schaller <christian@fluendo.com>
20517
20518         * Update SPEC file to be usable in conjunction with Fedora Core,
20519           Fedora.us and freshrpms packages
20520         * Fix typo in multifilesrc test Makefile
20521
20522 2004-09-24  Wim Taymans  <wim@fluendo.com>
20523
20524         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20525         Only signal the no_more_pads signal when we have
20526         added the stream to our list.
20527
20528 2004-09-24  Wim Taymans  <wim@fluendo.com>
20529
20530         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20531         (new_decoded_pad):
20532         * gst/playback/gstplaybasebin.h:
20533         * gst/playback/gstplaybin.c: (setup_sinks):
20534         Don't try to preroll or decode more than one audio/video
20535         track.
20536
20537 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20538
20539         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20540           Throw error if we failed to find a suitable output. This should
20541           throw an error if we successfully set up a pipeline (e.g. because
20542           we recognized a media file) but found no decodable streams in it
20543           (e.g. because it contains only media stream types for which we
20544           have no decoders, or because it's not a media type).
20545
20546 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20547
20548         * ext/dirac/Makefile.am:
20549         * ext/dirac/gstdirac.cc:
20550         * ext/dirac/gstdiracdec.cc:
20551         * ext/dirac/gstdiracdec.h:
20552           Do something. Don't actually know if this works because I don't
20553           have a demuxer yet.
20554         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20555           Add channels=1 to caps returned from _getcaps().
20556         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20557         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20558         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20559         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20560         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20561         (gst_ogm_parse_change_state):
20562           Separate between audio/video so ogmaudioparse actually uses the
20563           audio pad templates. Both audio and video work now, including
20564           autoplugging. Also use sometimes-srcpad hack.
20565         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20566           Handle events better. Don't hang on infinite loops.
20567         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20568         (gst_avi_demux_init), (gst_avi_demux_reset),
20569         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20570         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20571         (gst_avi_demux_change_state):
20572         * gst/avi/gstavidemux.h:
20573           Improve A/V sync. Still not perfect.
20574         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20575         (gst_ebml_read_skip):
20576           Handle events better.
20577         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20578         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20579         (qtdemux_audio_caps):
20580           Add IMA4. Improve event handling. Save offset after a seek when
20581           the headers are at the end of the file so that we don't end up in
20582           an infinite loop.
20583         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20584           Add low-priority typefind support for files with no length.
20585
20586 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20587
20588         * testsuite/multifilesink/Makefile.am:
20589         fix typo
20590
20591 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20592
20593         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20595         mistakes from thaytan's patches.
20596
20597 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20598
20599         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20600           For completeness, XSync in the destroy function as xvimage does.
20601
20602 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20603
20604         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20605            Correct caps negotiation
20606         * gst/volume/gstvolume.c: (volume_chain_float),
20607         (volume_chain_int16):
20608            Modify debug output to be little more informative
20609         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20611         (gst_xvimagesink_xvimage_destroy):
20612           Add XSync calls after detaching from the shared memory segment to
20613           avoid a crash.
20614
20615 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20616
20617         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20618         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20619         * ext/vorbis/vorbis.c: (plugin_init):
20620         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20621         (gst_vorbisenc_chain):
20622         * ext/vorbis/vorbisenc.h:
20623         remove explicit newmedia support from oggmux and vorbisenc
20624         add debug category to vorbisenc
20625         * gst/multifilesink/gstmultifilesink.c:
20626         (gst_multifilesink_class_init), (gst_multifilesink_init),
20627         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20628         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20629         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20630         (plugin_init):
20631         * gst/multifilesink/gstmultifilesink.h:
20632         add support for streamheader in multifilesink
20633
20634 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20635
20636         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20637         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20638         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20639           Prevent infinite loops. More correct error reporting.
20640         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20641           Error out if negotiation fails.
20642         * gst/playback/gstplaybasebin.c: (setup_source),
20643         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20644         (gst_play_base_bin_found_tag):
20645           Error/tag forwarding. Pre-roll fixes for source errors on state
20646           changes (e.g. "file does not exist") to prevent hangs.
20647
20648 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20649
20650         * testsuite/multifilesink/Makefile.am:
20651         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20652         (gst_newmedia_class_init), (gst_newmedia_init),
20653         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20654         (newfile_signal), (test_signal), (main):
20655         * testsuite/multifilesink/multifilesrc_test.c: (main):
20656         * testsuite/multifilesink/oggtheora_test.c:
20657         (gst_newmedia_base_init), (gst_newmedia_class_init),
20658         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20659         (test_format), (newfile_signal), (test_signal), (main):
20660         * testsuite/multifilesink/oggvorbis_test.c:
20661         (gst_newmedia_base_init), (gst_newmedia_class_init),
20662         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20663         (test_format), (newfile_signal), (test_signal), (main):
20664         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20665         (gst_newmedia_class_init), (gst_newmedia_init),
20666         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20667         (newfile_signal), (test_signal), (main):
20668         New media tests
20669
20670 2004-09-20  Christian Schaller <christian@fluendo.com>
20671
20672         * Fix mikmod license to LGPL as they have relicensed
20673         * Move Dirac and Effectv into LGPL section of README_license
20674
20675 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20676
20677         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20678         (gst_mad_change_state):
20679           Allow for mp3 rate/channels changes. However, only very
20680           conservatively. Reason that we *have* to enable this is smiply
20681           because the mad find_sync() function is not good enough, it will
20682           regularly sync on random data as valid frames and therefore make
20683           us provide random caps as *final* caps of the stream. The best fix
20684           I could think of is to simply require several of the same stream
20685           changes in a row before we change caps.
20686           The actual testcase that works now is #
20687         * ext/ogg/Makefile.am:
20688         * ext/ogg/gstogg.c: (plugin_init):
20689         * ext/ogg/gstogmparse.c:
20690           OGM support (video only for now; I need an audio sample file).
20691         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20692         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
20693         (gst_asf_demux_add_video_stream):
20694           WMV extradata.
20695         * gst/playback/gstplaybasebin.c: (unknown_type):
20696           Don't error out on single unknown-types after all. It's wrong.
20697           If we found type of video and audio but not of a subtitle stream,
20698           it will still error out (which is unwanted). Will find a better fix
20699           later on.
20700         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
20701         (ogmaudio_type_find), (plugin_init):
20702           OGM support.
20703
20704 2004-09-20  Johan Dahlin  <johan@gnome.org>
20705
20706         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
20707         after setting caps.
20708
20709 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20710
20711         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
20712         * gst/wavenc/gstwavenc.h:
20713         Added newmedia support to wavenc
20714
20715 2004-09-17  Wim Taymans  <wim@fluendo.com>
20716
20717         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
20718         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
20719         (gst_fdset_fd_can_write), (gst_fdset_wait):
20720         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
20721         (gst_multifdsink_init), (gst_multifdsink_add),
20722         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
20723         (gst_multifdsink_remove_client_link),
20724         (gst_multifdsink_client_queue_buffer),
20725         (gst_multifdsink_handle_client_write),
20726         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
20727         (gst_multifdsink_close), (gst_multifdsink_change_state):
20728         * gst/tcp/gstmultifdsink.h:
20729         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
20730         (gst_tcpserversink_removed):
20731         Small cleanups in fdset.c
20732         Use a hastable to map fd to the client structure for faster
20733         lookup in _remove and get_stats.
20734         Added virtual function to close the fds.
20735         Handle clients even when the select/poll call was unblocked because
20736         of a command.
20737         Implement syncing to keyframe in the recovery procedure.
20738
20739 2004-09-16 Iain <iaingnome@gmail.com>
20740
20741         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
20742         try caps.
20743
20744 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20745
20746         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
20747           Caps are only set if the type of the stream is unknown, but this
20748           is initialized in ->init_stream(), so set to UNKNOWN after calling
20749           ->init_stream() so that capsnego starts.
20750
20751 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20752
20753         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20754         (gst_avi_demux_stream_data):
20755           Just hardcode for raw audio then. AVI audio sucks.
20756
20757 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
20758
20759         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20760         * gst/matroska/matroska-mux.c: (audiosink_templ),
20761         (gst_matroska_mux_audio_pad_link):
20762         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
20763         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
20764
20765 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20766
20767         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20768         (gst_avi_demux_stream_data):
20769           Try to fix a/v sync issues.
20770
20771 2004-09-15  David Schleef  <ds@schleef.org>
20772
20773         * configure.ac: remove NASM check, since we don't use it.  Update
20774         dirac check to 0.4
20775         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
20776         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20777         Initialized variables.
20778         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20779         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
20780         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
20781         SVQ3 format
20782
20783 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20784
20785         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20786         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
20787         * gst/avi/gstavidemux.h:
20788           Fix for compressed audio (mp3) timestamp generation. How did this
20789           ever work?
20790
20791 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20792
20793         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
20794           Volume is a double not a float.
20795
20796 2004-09-15  Wim Taymans  <wim@fluendo.com>
20797
20798         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
20799         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20800         Don't close the fd in multifdsink as we didn't open it in the
20801         first place. Some cleanups.
20802
20803 2004-09-15  Wim Taymans  <wim@fluendo.com>
20804
20805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20807         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
20808         Fix the case where the muxer would mark pages as delta
20809         frames when they are not (vorbis only ogg).
20810
20811 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20812
20813         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
20814         (gst_play_base_bin_change_state):
20815           Handle the case where we failed to setup a clear pipeline. This
20816           will throw an error (or EOS, another nice case) and if you don't
20817           catch that, the app will wait for the signal forever (and thus
20818           hang).
20819
20820 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20821
20822         * ext/gnomevfs/gstgnomevfssink.c:
20823         (gst_gnomevfssink_uri_get_protocols):
20824         * ext/gnomevfs/gstgnomevfssrc.c:
20825         (gst_gnomevfssrc_uri_get_protocols):
20826         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20827         * ext/gnomevfs/gstgnomevfsuri.h:
20828           Use _uri_new() instead of _open(), so it doesn't take as long and
20829           Christophe's computer won't hang.
20830         * gst/playback/gstplaybasebin.c: (unknown_type):
20831           Throw error on unknown media type, so apps actually display it.
20832
20833 2004-09-14  Brian Cameron  <brian.cameron@sun.com
20834
20835         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
20836           this script to work on Solaris since bash shell handles echo
20837           differenly than bash.
20838
20839 2004-09-17  Wim Taymans  <wim@fluendo.com>
20840
20841         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
20842         (setup_source), (gst_play_base_bin_set_property),
20843         (gst_play_base_bin_add_element):
20844         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20845         Some more work on making sure seeking pauses the pipeline and
20846         that changing the uri actually does something.
20847
20848 2004-09-17  Wim Taymans  <wim@fluendo.com>
20849
20850         * gst/tcp/gstfdset.c: (gst_fdset_wait):
20851         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
20852         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
20853         (gst_tcpserversink_close):
20854         Be a bit more paranoid when freeing memory.
20855
20856 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20857
20858         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20859         (qtdemux_parse_trak):
20860           Don't crash by dividing by zero (see sample movie in #126922).
20861
20862 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20863
20864         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20865           Don't touch non-existing data (fixes crash on file in #140147).
20866
20867 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20868
20869         * gst/playback/gstplaybasebin.c:
20870         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
20871           Handle double disposals, and proper change of URIs.
20872
20873 2004-09-13  Martin Eikermann <meiker@upb.de>
20874
20875         * gst/mpegstream/gstmpegparse.c:
20876           fix synchronistation for streams recorded from digital PCR
20877           fixes bug #119376
20878
20879 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20880
20881         * ext/gnomevfs/Makefile.am:
20882         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
20883         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
20884         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
20885         (gst_gnomevfssink_uri_get_type),
20886         (gst_gnomevfssink_uri_get_protocols),
20887         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
20888         (gst_gnomevfssink_uri_handler_init),
20889         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
20890         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
20891         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
20892         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
20893         (gst_gnomevfssrc_uri_get_type),
20894         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
20895         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
20896         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
20897         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
20898         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
20899         * ext/gnomevfs/gstgnomevfsuri.h:
20900           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
20901           of fake URIs to see which this version of Gnome-VFS likes, and
20902           uses that for the Gst-URI interface. Makes playbin support http://
20903           streams. Also fix up some stupid behaviour in gnomevfssrc.
20904
20905 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20906
20907         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
20908         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20909         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
20910         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
20911           Update mixer (to sync with other sessions) if we try to obtain
20912           a new value. This makes alsamixer work accross applications.
20913         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20914           Only call sync functions if we're running, else alsalib asserts.
20915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
20916           Sometimes fails to compile. Possibly a gcc bug.
20917         * gst/playback/gstplaybin.c: (gen_video_element),
20918         (gen_audio_element):
20919           Add a reference to an application-provided object, because we lose
20920           this same reference if we add it to the bin. If we don't do this,
20921           we can only use this object once and thus crash if we go from
20922           ready to playing, back to ready and back to playing again.
20923           Also add an audioscale element because several cheap soundcards -
20924           like mine - don't support all samplerates.
20925         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20926         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
20927           Fix wrong order or PAR calls. Makes automatically obtained PAR
20928           from the X server atually being used.
20929
20930 2004-09-12  David Schleef  <ds@schleef.org>
20931
20932         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
20933         #151887, #152102, #152247.
20934         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
20935         * examples/seeking/cdparanoia.c: same
20936         * examples/seeking/cdplayer.c: same
20937         * examples/seeking/seek.c: same
20938         * examples/seeking/spider_seek.c: same
20939         * examples/seeking/vorbisfile.c: same
20940         * examples/stats/mp2ogg.c: same
20941         * ext/esd/esdsink.c: (gst_esdsink_class_init),
20942         (gst_esdsink_dispose): Dispose of element properly.
20943         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
20944         fixes.
20945         * ext/nas/nassink.c: (gst_nassink_class_init),
20946         (gst_nassink_dispose): Dispose of element correctly.
20947         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
20948         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20949         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
20950         Fix 64-bit warning.
20951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20952         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20953         Fix 64-bit warning.
20954
20955 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20956
20957         * configure.ac : change speex detection as 1.1.6 now uses
20958           .pc/pkg-config and they changed their headers location.
20959
20960 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
20961
20962         * gst/matroska/matroska-mux.h:
20963         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
20964         (gst_matroska_mux_start), (gst_matroska_mux_finish),
20965         (gst_matroska_mux_write_data):
20966           Write multiple blocks/frames per cluster.
20967                 Write meta-seek information (seek heads).
20968
20969 2004-09-09  Scott Wheeler <wheeler@kde.org>
20970
20971         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
20972         (gst_play_bin_set_property), (gst_play_bin_get_property),
20973         (gen_audio_element), (gen_audio_element):
20974           Add a volume element / property to the pipeline.
20975
20976 2004-09-07  Wim Taymans  <wim@fluendo.com>
20977
20978         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
20979         Copy timestamps from the master pad to the output buffers.
20980
20981 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20982
20983         * ext/raw1394/gstdv1394src.c:
20984           throw errors when applicable
20985
20986 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
20987
20988         * gst/matroska/ebml-ids.h:
20989         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
20990         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
20991         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
20992           automatically convert unix time <-> ebml time when reading/writing
20993           a date, use gst_ebml_write_uint to write CUETIME,
20994           not gst_ebml_write_date.
20995         * gst/matroska/matroska-ids.h:
20996         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
20997         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
20998         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
20999         (gst_matroska_mux_write_data):
21000           Write track and segment UIDs, write muxing date, write
21001           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21002           Create cues for audio only files.
21003
21004 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21005
21006         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21007         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21008           Re-commit ALSA switches.
21009         * gst/adder/gstadder.c: (gst_adder_loop):
21010           64-bit fix (#151416).
21011         * gst/debug/progressreport.c: (gst_progressreport_report):
21012           64-bit fix (#151419).
21013         * gst/matroska/matroska-demux.c:
21014         (gst_matroska_demux_parse_contents):
21015           64-bit fix (#151420).
21016         * gst/playback/test3.c: (update_scale):
21017           64-bit fix (#151421).
21018
21019 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21020
21021         * configure.ac:
21022           bump nano to cvs
21023
21024 === release 0.8.4 ===
21025
21026 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21027
21028         * configure.ac: releasing 0.8.4, "Alias"
21029
21030 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21031
21032         * ext/theora/Makefile.am:
21033           fix makefile.  Fixes #151462.
21034
21035 2004-08-30  Wim Taymans  <wim@fluendo.com>
21036
21037         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21038         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21039         (gst_multifdsink_remove_client_link),
21040         (gst_multifdsink_client_queue_buffer),
21041         (gst_multifdsink_handle_client_write):
21042         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21043         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21044         Fix some memory leaks.
21045
21046 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21047
21048         Patch by: David Schleef
21049
21050         * configure.ac:
21051         * sys/Makefile.am:
21052           rename our detection macro for V4L2.  Fixes #151236.
21053
21054 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21055
21056         Patch by: David Schleef
21057
21058         * configure.ac:
21059           check to define LAMEPRESET.  Fixes #151232.
21060
21061 2004-08-27  David Schleef  <ds@schleef.org>
21062
21063         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21064         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21065         (gst_glimagesink_fixate):  Move local variable declarations to
21066         make gcc-2.95 happy.
21067
21068 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21069
21070         * configure.ac:
21071           bump nano for prerelease
21072
21073 2004-08-27  David Schleef  <ds@schleef.org>
21074
21075         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21076         * sys/sunaudio/gstsunaudiosrc.c:
21077         * sys/sunaudio/gstsunaudiosrc.h:
21078
21079 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21080
21081         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21082         handle EOS correctly
21083         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21084         * gst/matroska/matroska-mux.h:
21085         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21086         VFW compatibility mode
21087
21088 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21089
21090         patch by: Zaheer Abbas Merali
21091
21092         * ext/ogg/gstoggmux.c:
21093         * ext/vorbis/vorbisenc.c:
21094         * ext/vorbis/vorbisenc.h:
21095           handle NEWMEDIA
21096
21097 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21098
21099         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21100         fix byte order reversion on little endian machines.
21101         * gst/matroska/matroska-mux.c: (audiosink_templ),
21102         (gst_matroska_mux_audio_pad_link):
21103         add TTA codec to the list of supported codecs.
21104         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21105         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21106         (gst_matroska_mux_write_data):
21107         * gst/matroska/matroska-mux.h:
21108         write segment duration correctly, write muxing app string, fixes bugs
21109         #140897 and #140898.
21110         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21111         wait for all pads to be negotiated before starting to mux.
21112
21113 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21114
21115         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21116         * ext/lame/gstlame.h:
21117         Added new media support to lame
21118
21119 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21120
21121         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21122         send vorbis headers at the beginning of a stream, fixes bug #141554.
21123         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21124         bug #148950.
21125         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21126         (gst_matroska_demux_plugin_init):
21127         * gst/matroska/matroska-ids.h:
21128         enable demuxing of TTA audio streams, fixes bug #148951.
21129         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21130         enable typefinding for TTA audio files, fixes bug #148711.
21131         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21132         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21133         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21134
21135 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21136
21137         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21138         (gst_riff_read_element_data), (gst_riff_read_seek),
21139         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21140         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21141         <teuf@gnome.org>
21142
21143 2004-08-23 Iain <iaingnome@gmail.com>
21144
21145         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21146         tags. They appear to be handled differently to normal.
21147         (tag_list_to_id3_tag_foreach): Ditto.
21148
21149 2004-08-22  Wim Taymans  <wim@fluendo.com>
21150
21151         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21152         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21153         Make sure we never send -1 granulepos.
21154
21155 2004-08-20  Wim Taymans  <wim@fluendo.com>
21156
21157         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21158         (gst_ogg_mux_loop):
21159         I will accept bitchslappings with non sharp objects.
21160
21161 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21162
21163         * configure.ac:
21164         Clean up the test for lame presets
21165
21166 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21167
21168         * configure.ac:
21169         * ext/lame/Makefile.am:
21170         * ext/lame/gstlame.c: (gst_lame_class_init),
21171         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21172         Only enable lame presets if version of lame has presets in API
21173
21174 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21175         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21176         * gst/udp/gstudpsrc.h:
21177           Don't call gst_pad_push in a get function. Fixes #150449
21178
21179 2004-08-18  Wim Taymans  <wim@fluendo.com>
21180
21181         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21182         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21183         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21184         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21185         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21186         (gst_fdset_wait):
21187         * gst/tcp/gstfdset.h:
21188         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21189         (gst_multifdsink_client_queue_buffer),
21190         (gst_multifdsink_handle_client_write):
21191         * gst/tcp/gstmultifdsink.h:
21192         Some extra checks in gstfdset.
21193         Only use send() when the fd is a socket. Don't try to
21194         read from write only fds.
21195
21196 2004-08-18  Wim Taymans  <wim@fluendo.com>
21197
21198         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21199         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21200         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21201         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21202         (gst_fdset_wait):
21203         Add more locking and bounds checking.
21204
21205 2004-08-18  Wim Taymans  <wim@fluendo.com>
21206
21207         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21208         Realloc test fdset in the lock and right before starting
21209         the poll call. Bump the limit to 4096.
21210
21211 2004-08-17  David Schleef  <ds@schleef.org>
21212
21213         * sys/sunaudio/Makefile.am:
21214         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21215         of rates and channels.  Make debugging less obnoxious.
21216
21217         Patch from Balamurali Viswanathan implementing a mixer for
21218         Sun audio.  (bug #144091):
21219         * sys/sunaudio/gstsunelement.c:
21220         * sys/sunaudio/gstsunelement.h:
21221         * sys/sunaudio/gstsunmixer.c:
21222         * sys/sunaudio/gstsunmixer.h:
21223
21224 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21225
21226         * gst/audioscale/gstaudioscale.c:
21227         * gst/audioscale/gstaudioscale.h:
21228         made audioscale resample from any sample rate to any sample rate
21229
21230 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21231
21232         * ext/libpng/gstpngdec.c:
21233           error out on unsupported types
21234
21235 2004-08-17  Iain <iaingnome@gmail.com>
21236
21237         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21238         mid_side and loose_mid_side properties if its a stereo stream.
21239
21240 2004-08-17  Wim Taymans  <wim@fluendo.com>
21241
21242         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21243         (theora_get_formats), (theora_dec_src_convert),
21244         (theora_dec_sink_convert), (theora_dec_src_query),
21245         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21246         Add a debug line.
21247
21248 2004-08-17  Wim Taymans  <wim@fluendo.com>
21249
21250         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21251         (gst_ogg_pad_push):
21252         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21253         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21254         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21255         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21256         Mark delta units in the muxer.
21257         Try to decode the packet after an out-of-sync error from
21258         libogg.
21259
21260 2004-08-17  Wim Taymans  <wim@fluendo.com>
21261
21262         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21263         (gst_multifdsink_init), (gst_multifdsink_add),
21264         (gst_multifdsink_client_queue_buffer),
21265         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21266         * gst/tcp/gstmultifdsink.h:
21267         Added option to send a keyframe to clients as the first buffer.
21268         Make timeout property writable.
21269
21270 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21271
21272         patch by: Wim Taymans
21273
21274         * gst/tcp/gstfdset.c:
21275         * gst/tcp/gstmultifdsink.c:
21276           fix index comparison, should include 0
21277
21278 2004-08-16  Wim Taymans  <wim@fluendo.com>
21279
21280         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21281         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21282         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21283         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21284         (gst_fdset_wait):
21285           copy when reallocing for poll so the select arguments don't get
21286           changed during the call
21287
21288 2004-08-16  Wim Taymans  <wim@fluendo.com>
21289
21290         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21291         (gst_theora_enc_class_init), (theora_enc_sink_link),
21292         (theora_buffer_from_packet), (theora_enc_chain):
21293         Fix bug where buffers were not marked as keyframes
21294         correctly.
21295
21296 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21297
21298         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21299         (gst_lame_preset_get_type), (gst_lame_class_init):
21300         describe the enum values for vbr mode and presets more verbosely
21301
21302 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21303
21304         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21305         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21306         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21307         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21308         * ext/lame/gstlame.h:
21309         add preset property to lame so it can use lame presets
21310
21311 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21312
21313         * ext/lame/gstlame.c: (gst_lame_get_property):
21314         whoops forgot break, thanks teuf
21315
21316 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21317
21318         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21319         (gst_lame_class_init), (gst_lame_src_getcaps),
21320         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21321         (gst_lame_get_property), (gst_lame_setup):
21322         * ext/lame/gstlame.h:
21323         fix lame's broken vbr stuff, allow it to resample if need be, and also
21324         make xing header optional
21325
21326 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21327
21328         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21329         added getcaps function so samplerate doesnt get fixated to silly values
21330
21331 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21332
21333         * ext/lame/gstlame.c: (gst_lame_src_link):
21334         revert previous fix
21335
21336 2004-08-12  Johan Dahlin  <johan@gnome.org>
21337
21338         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21339         checks. Doesn't matter what state we are in. Interfaces are a
21340         compile time thing, not runtime. It also broke the python bindings.
21341
21342 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21343
21344         * ext/lame/gstlame.c: (gst_lame_src_link):
21345         made source pad link function check if sinkpad is ok..fixes the problem
21346         where core fixates the output rate of lame stupidly
21347
21348 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21349
21350         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21351         * sys/v4l/v4l_calls.c:
21352         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21353           fix fixate function to handle nonsimple caps.
21354           remove bogus check in _link
21355           cleanups
21356
21357 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21358
21359         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21360         set default compression ratio parameter to 0.0 so bitrate parameter
21361         works :)
21362
21363 2004-08-11  David Schleef  <ds@schleef.org>
21364
21365         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21366
21367 2004-08-11  David Schleef  <ds@schleef.org>
21368
21369         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21370         before.
21371
21372 2004-08-11  David Schleef  <ds@schleef.org>
21373
21374         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21375
21376 2004-08-11  David Schleef  <ds@schleef.org>
21377
21378         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21379           license field
21380         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21381         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21382           LGPL.
21383         * gst/auparse/gstauparse.c: Fix plugin license field.
21384         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21385         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21386         * gst/rtp/gstrtp.c: Fix plugin license field.
21387
21388 2004-08-11  Wim Taymans  <wim@fluendo.com>
21389
21390         * gst/tcp/Makefile.am:
21391         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21392         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21393         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21394         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21395         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21396         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21397         (gst_fdset_fd_can_write), (gst_fdset_wait):
21398         * gst/tcp/gstfdset.h:
21399         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21400         (gst_multifdsink_class_init), (gst_multifdsink_init),
21401         (gst_multifdsink_add), (gst_multifdsink_remove),
21402         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21403         (gst_multifdsink_remove_client_link),
21404         (gst_multifdsink_handle_client_read),
21405         (gst_multifdsink_client_queue_data),
21406         (gst_multifdsink_client_queue_caps),
21407         (gst_multifdsink_client_queue_buffer),
21408         (gst_multifdsink_handle_client_write),
21409         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21410         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21411         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21412         (gst_multifdsink_close):
21413         * gst/tcp/gstmultifdsink.h:
21414         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21415         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21416         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21417         (gst_tcpserversink_close):
21418         * gst/tcp/gsttcpserversink.h:
21419         Abstracted away the select call, implemented poll (yes we ran into
21420         the 1024 limit in production).
21421
21422 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21423
21424         * gst/tcp/gsttcp.c:
21425         * gst/tcp/gsttcpplugin.c:
21426           improve debuggging, remove assert
21427
21428 2004-08-10  Wim Taymans  <wim@fluendo.com>
21429
21430         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21431         (gst_client_status_get_type), (gst_multifdsink_class_init),
21432         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21433         (gst_multifdsink_handle_client_read),
21434         (gst_multifdsink_handle_client_write),
21435         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21436         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21437         (gst_multifdsink_get_property):
21438         * gst/tcp/gstmultifdsink.h:
21439         * gst/tcp/gsttcp-marshal.list:
21440         Starting to prepare for specifying buffer time in other units
21441         than buffers. Expose remove reason in signal.
21442
21443 2004-08-10  Wim Taymans  <wim@fluendo.com>
21444
21445         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21446         (gst_multifdsink_remove), (gst_multifdsink_clear),
21447         (gst_multifdsink_remove_client_link),
21448         (gst_multifdsink_handle_client_read),
21449         (gst_multifdsink_client_queue_data),
21450         (gst_multifdsink_client_queue_buffer),
21451         (gst_multifdsink_handle_client_write),
21452         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21453         (gst_multifdsink_chain), (gst_multifdsink_close):
21454         * gst/tcp/gstmultifdsink.h:
21455         Added more debugging info. Changed the way clients are
21456         removed from the lists. Fixed a bug where a bad file descriptor
21457         could cause many clients to be removed.
21458
21459 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21460
21461         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21462           allow all pixel-aspect-ratios, not just 1:1
21463
21464 2004-08-09  David Schleef  <ds@schleef.org>
21465
21466         * sys/glsink/ARB_multitexture.h:  Remove old files.
21467         * sys/glsink/EXT_paletted_texture.h:
21468         * sys/glsink/NV_register_combiners.h:
21469         * sys/glsink/gstgl_nvimage.c:
21470         * sys/glsink/gstgl_pdrimage.c:
21471         * sys/glsink/gstgl_rgbimage.c:
21472         * sys/glsink/gstglsink.c:
21473         * sys/glsink/gstglsink.h:
21474         * sys/glsink/gstglxwindow.c:
21475         * sys/glsink/regcomb_yuvrgb.c:
21476
21477 2004-08-09  David Schleef  <ds@schleef.org>
21478
21479         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21480         GL sink plugin.  (Bug #147302)
21481
21482         * configure.ac: Test for OpenGL
21483         * sys/Makefile.am: Use test for OpenGL
21484         * sys/glsink/Makefile.am:
21485         * sys/glsink/glimagesink.c: rewrite
21486         * sys/glsink/glimagesink.h: rewrite
21487
21488 2004-08-09  David Schleef  <ds@schleef.org>
21489
21490         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21491         sane framerates.
21492         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21494         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21495
21496 2004-08-09  Wim Taymans  <wim@fluendo.com>
21497
21498         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21499         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21500         (gst_multifdsink_client_remove),
21501         (gst_multifdsink_handle_client_read),
21502         (gst_multifdsink_handle_client_write),
21503         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21504         Do a bit more logging, make the client_read code more robust.
21505
21506 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21507
21508         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21509         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21510         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21511         (gst_jpegdec_init), (gst_jpegdec_chain):
21512         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21513         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21514           cleanups, debugging fixes and memleak plugging
21515
21516 2004-08-09  Wim Taymans  <wim@fluendo.com>
21517
21518         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21519         (theora_get_formats), (theora_dec_src_convert),
21520         (theora_dec_sink_convert), (theora_dec_src_query),
21521         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21522         (theora_dec_change_state):
21523         Don't crash on missing header packets.
21524
21525 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21526
21527         * po/LINGUAS:
21528         * po/sq.po:
21529           Added Albanian translation (Laurent Dhima)
21530         * po/cs.po:
21531           updated
21532
21533 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21534
21535         * ext/lame/gstlame.c:
21536           fix/add debugging
21537
21538 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21539
21540         * sys/ximage/ximagesink.c:
21541         * sys/xvimage/xvimagesink.c:
21542           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21543
21544 2004-08-06  Wim Taymans  <wim@fluendo.com>
21545
21546         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21547         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21548         (gst_multifdsink_client_remove),
21549         (gst_multifdsink_handle_client_read),
21550         (gst_multifdsink_handle_client_write),
21551         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21552         Make sure we don't try to read more from a client that what
21553         ioctl says us or we deadlock.
21554
21555 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21556
21557         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21558         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21559         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21560           decouple running_time and n_frames so it can handle changing
21561           framerate while running
21562
21563 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21564
21565         * po/nl.po:
21566         * po/sv.po:
21567           updated translations
21568
21569 2004-08-04  Benjamin Otte  <otte@gnome.org>
21570
21571         * gst/videotestsrc/gstvideotestsrc.c:
21572         (gst_videotestsrc_get_capslist), (generate_capslist),
21573         (plugin_init):
21574           generate the list of supported caps at startup and reuse it instead
21575           of always generating it
21576
21577 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21578
21579         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21580           whoops, last checkin broke normal build
21581
21582 2004-08-03  Benjamin Otte  <otte@gnome.org>
21583
21584         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21585         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21586         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21587         (gst_alsa_mixer_get_option):
21588         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21589         (dvdnavsrc_print_event):
21590         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21591         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21592         (gst_ogg_mux_pad_unlink):
21593         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21594         (gst_multipart_mux_pad_unlink):
21595         * gst/videofilter/gstvideobalance.c:
21596         (gst_videobalance_colorbalance_set_value):
21597         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21598         (gst_videomixer_pad_unlink):
21599         * po/uk.po:
21600         * sys/oss/gstossmixer.c:
21601         * sys/v4l/gstv4lcolorbalance.c:
21602         * sys/v4l/gstv4ltuner.c:
21603         * sys/v4l/v4lsrc_calls.c:
21604         * sys/v4l2/gstv4l2colorbalance.c:
21605         * sys/v4l2/gstv4l2tuner.c:
21606           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21607
21608 2004-08-03  Benjamin Otte  <otte@gnome.org>
21609
21610         * examples/dynparams/filter.c: (ui_control_create):
21611         * examples/gstplay/player.c: (print_tag):
21612         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21613         * ext/gdk_pixbuf/gstgdkanimation.c:
21614         (gst_gdk_animation_iter_may_advance):
21615         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21616         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21617         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21618         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21619         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21620         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21621         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21622         * gst/sine/demo-dparams.c: (main):
21623         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21624         * testsuite/alsa/formats.c: (create_pipeline):
21625         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21626           fixes for G_DISABLE_ASSERT and friends
21627         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21628         (mp3_type_frame_length_from_header), (mp3_type_find),
21629         (plugin_init):
21630           require mp3 typefinding to have at least MIN_HEADERS valid headers
21631           add typefinding for AAC adts files
21632
21633 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21634
21635         * sys/ximage/ximagesink.c:
21636         (gst_ximagesink_calculate_pixel_aspect_ratio):
21637         * sys/xvimage/xvimagesink.c:
21638         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21639         Make sure we calculate pixel-aspect-ratio using floating point maths
21640
21641 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21642
21643         * po/uk.po:
21644           updated translation
21645
21646 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21647
21648         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21650           add debugging for display PAR calculation
21651
21652 2004-08-02  David Schleef  <ds@schleef.org>
21653
21654         * configure.ac: Fix mikmod CFLAGS.
21655
21656 2004-07-27  Benjamin Otte  <otte@gnome.org>
21657
21658         * gst/audioscale/gstaudioscale.c:
21659         - fix templates to only support S16, it's the only format that works
21660         - make caps nego code use try_set_caps_nonfixed and fixation instead
21661         of try_set_caps twice, which is not nice for autopluggers
21662         - change rank to secondary, so autopluggers can pick it up after
21663         audioconvert
21664
21665 2004-08-02  Iain <iain@prettypeople.org>
21666
21667         * gst/interleave/interleave.c (interleave_init),
21668         (interleave_request_new_pad),
21669         (interleave_pad_removed),
21670         (interleave_buffered_loop): Use the real pad count, not the artificial
21671         one.
21672
21673 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21674
21675         * configure.ac: bump nano back to development
21676
21677 === release 0.8.3 ===
21678
21679 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21680
21681         * configure.ac: releasing 0.8.3, "Water"
21682
21683 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21684
21685         * sys/xvimage/xvimagesink.c:
21686         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21687         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21688         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
21689         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21690         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21691         * sys/xvimage/xvimagesink.h:
21692           apply similar PAR fixes as to ximagesink
21693
21694 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21695
21696         patch from: Benjamin Otte
21697
21698         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
21699           add link function to lame.  Fixes #148986.
21700
21701 2004-08-02  Johan Dahlin  <johan@gnome.org>
21702
21703         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
21704         fix debugging log
21705
21706 2004-07-30  David Schleef  <ds@schleef.org>
21707
21708         * gst/videomixer/Makefile.am: Fix things that should have been
21709         fixed in the last checkin.
21710
21711 2004-07-30  David Schleef  <ds@schleef.org>
21712
21713         * gst/multipart/Makefile.am: Fix things that should have been
21714         fixed in the last checkin.
21715
21716 2004-07-30  David Schleef  <ds@schleef.org>
21717
21718         * testsuite/multifilesink/Makefile.am: Fix unused variable.
21719
21720 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21721
21722         * configure.ac:
21723           bump nano for prerelease
21724         * po/af.po:
21725         * po/az.po:
21726         * po/cs.po:
21727         * po/en_GB.po:
21728         * po/hu.po:
21729         * po/nl.po:
21730         * po/sr.po:
21731         * po/sv.po:
21732         * po/uk.po:
21733           updates
21734
21735 2004-07-30  Wim Taymans  <wim@fluendo.com>
21736
21737         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21738         (gst_multifdsink_add), (gst_multifdsink_remove),
21739         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21740         (gst_multifdsink_client_remove),
21741         (gst_multifdsink_handle_client_write),
21742         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21743         * gst/tcp/gstmultifdsink.h:
21744         Recover from a select with a bad file descriptor by removing
21745         the client.
21746
21747 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21748
21749         * configure.ac:
21750           fix requirement of core
21751         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
21752         (gst_play_pipeline_setup):
21753           don't use colorspace element.  do use hermescolorspace element.
21754           make macro to get a colorspace element.
21755           mark strings for translation.
21756         * po/POTFILES.in:
21757           add play.c
21758         * po/af.po:
21759         * po/az.po:
21760         * po/cs.po:
21761         * po/en_GB.po:
21762         * po/hu.po:
21763         * po/nl.po:
21764         * po/sr.po:
21765         * po/sv.po:
21766         * po/uk.po:
21767           update translations
21768
21769 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21770
21771         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
21772         fix default for newmedia flag
21773
21774 2004-07-30  Wim Taymans  <wim@fluendo.com>
21775
21776         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21777         (gst_theora_dec_init), (theora_get_formats),
21778         (theora_dec_src_convert), (theora_dec_sink_convert),
21779         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21780         (theora_dec_chain), (theora_dec_set_property),
21781         (theora_dec_get_property):
21782         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21783         (gst_theora_enc_class_init), (gst_theora_enc_init),
21784         (theora_enc_sink_link), (theora_enc_chain),
21785         (theora_enc_set_property), (theora_enc_get_property):
21786         Added cropping option to theora decoder.
21787         Added border option to theora encoder.
21788
21789 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21790
21791         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
21792         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
21793         (gst_pngenc_set_property):
21794         * ext/libpng/gstpngenc.h:
21795         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
21796
21797 2004-07-30  Wim Taymans  <wim@fluendo.com>
21798
21799         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21800         (theora_enc_sink_link), (theora_enc_chain),
21801         (theora_enc_set_property), (theora_enc_get_property):
21802         Fix encoding of non-multiple-of-16 video.
21803
21804 2004-07-29  David Schleef  <ds@schleef.org>
21805
21806         * configure.ac: make test for audiofile more strict
21807
21808 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21809
21810         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21811           give different names to typefind functions
21812
21813 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21814
21815         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21816         (gst_ximagesink_calculate_pixel_aspect_ratio),
21817         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
21818         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
21819         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
21820         (gst_ximagesink_get_property), (gst_ximagesink_init):
21821         * sys/ximage/ximagesink.h:
21822           allocate PAR's dynamically.
21823           use autodetected PAR if no object-set PAR is given.
21824           add workaround for directfb's X not setting physical size.
21825           fix to xvimagesink will follow tomorrow.
21826
21827 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21828
21829         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
21830         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
21831         (gst_shout2send_get_type), (gst_shout2send_set_clock),
21832         (gst_shout2send_class_init), (gst_shout2send_init),
21833         (set_shout_metadata), (gst_shout2send_set_metadata),
21834         (gst_shout2send_chain), (gst_shout2send_set_property),
21835         (gst_shout2send_get_property), (gst_shout2send_connect),
21836         (gst_shout2send_change_state):
21837         * ext/shout2/gstshout2.h:
21838         - fix for sending mp3 audio to icecast2 server, if pad link function not
21839         called before PAUSED state
21840         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
21841         - added tagging support for mp3 audio broadcasted
21842         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
21843         debug info
21844
21845 2004-07-28  Wim Taymans  <wim@fluendo.com>
21846
21847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
21848         (gst_ogg_demux_push):
21849         Return query failure when we don't know the length of
21850         an ogg stream insteda of returning TRUE with a bogus value.
21851
21852 2004-07-28  Wim Taymans  <wim@fluendo.com>
21853
21854         * ext/theora/theoradec.c: (theora_get_formats),
21855         (theora_dec_src_convert), (theora_dec_sink_convert),
21856         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21857         (theora_dec_chain):
21858         Don't screw up the 1 Chroma for 1 luma sample situation when we
21859         have an odd offset/width by adding a black border in those cases.
21860
21861 2004-07-28  Wim Taymans  <wim@fluendo.com>
21862
21863         * ext/theora/theoradec.c: (theora_get_formats),
21864         (theora_dec_src_convert), (theora_dec_sink_convert),
21865         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21866         (theora_dec_chain):
21867         * ext/theora/theoraenc.c: (theora_enc_sink_link):
21868         Added first attempt at cropping of the image as required by the
21869         theora spec. We need more properties in the caps (offset_x,
21870         offset_y,stride) to implement this correctly.
21871
21872 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
21873
21874         * ext/dvdnav/README:
21875           Update the README to use dvddemux
21876         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21877           Ensure getcaps returns a subset of the template caps
21878         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
21879         (gst_mpeg2subt_init):
21880           Ensure getcaps returns a subset of the template caps
21881         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
21882         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
21883         (gst_dvd_demux_get_subpicture_stream),
21884         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
21885         * gst/mpegstream/gstdvddemux.h:
21886           Set the explicit caps on the current_video pad before pushing
21887           anything
21888         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
21889         (gst_mpeg_demux_get_audio_stream):
21890           Free caps used to gst_pad_set_explicit_caps, which takes a const
21891           GstCaps *
21892
21893 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21894
21895         * configure.ac: update GStreamer requirement to 0.8.4 because of
21896           GstFraction.
21897
21898 2004-07-28  Wim Taymans  <wim@fluendo.com>
21899
21900         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
21901         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
21902         Add the pad to the element after setting up the caps. This
21903         makes it a lot easier to autoplug.
21904
21905 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21906
21907         * gst/median/gstmedian.c:
21908         * gst/mpeg2subt/gstmpeg2subt.c:
21909         * gst/mpegaudioparse/gstmpegaudioparse.c:
21910         * gst/mpegstream/gstdvddemux.c:
21911         * gst/mpegstream/gstmpegdemux.c:
21912         * gst/mpegstream/gstmpegpacketize.c:
21913         * gst/rtjpeg/gstrtjpeg.c:
21914         * gst/rtjpeg/gstrtjpegdec.c:
21915         * gst/rtjpeg/gstrtjpegenc.c:
21916         * gst/sine/gstsinesrc.c:
21917         * gst/smooth/gstsmooth.c:
21918         * gst/smpte/gstsmpte.c:
21919         * gst/smpte/gstsmpte.h:
21920         * gst/stereo/gststereo.c:
21921         * gst/videofilter/gstgamma.c:
21922         * gst/videofilter/gstvideobalance.c:
21923         * gst/videofilter/gstvideofilter.c:
21924         * gst/videofilter/gstvideoflip.c:
21925         * gst/videoscale/gstvideoscale.c:
21926         * gst/videoscale/videoscale.c:
21927         * gst/videotestsrc/gstvideotestsrc.c:
21928         * gst/videotestsrc/videotestsrc.c:
21929         * gst/wavenc/gstwavenc.c:
21930         * gst/wavparse/gstwavparse.c:
21931           fix local includes and 64 bits constants
21932
21933 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
21934
21935         * win32/gst.sln:
21936         * gst-libs/gst/*/*.vcproj:
21937         * gst/*/*.vcproj:
21938           more working plugins
21939
21940 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21941
21942         * testsuite/alsa/Makefile.am:
21943         * testsuite/alsa/srcstate.c:
21944         add test for alsasrc changing state
21945
21946 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21947
21948         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
21949         (gst_silence_get):
21950         * gst/silence/gstsilence.h:
21951         fix silence generation for 16bit raw audio
21952
21953 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21954
21955         * gst/matroska/matroska-demux.c:
21956         (gst_matroska_demux_parse_metadata),
21957         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
21958         * gst/mpegaudio/common.c:
21959         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21960         (gst_videoscale_getcaps), (gst_videoscale_link),
21961         (gst_videoscale_src_fixate), (gst_videoscale_init),
21962         (gst_videoscale_finalize):
21963         * gst/videoscale/gstvideoscale.h:
21964         * gst/videotestsrc/gstvideotestsrc.c:
21965         (gst_videotestsrc_get_capslist):
21966         * gst/wavenc/gstwavenc.c:
21967         * sys/oss/gstossmixer.c: (fill_labels):
21968         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21969         (gst_ximagesink_handle_xevents),
21970         (gst_ximagesink_calculate_pixel_aspect_ratio),
21971         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
21972         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
21973         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
21974         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21975         (gst_ximagesink_init), (gst_ximagesink_class_init):
21976         * sys/ximage/ximagesink.h:
21977         * sys/xvimage/xvimagesink.c:
21978         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21979         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
21980         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
21981         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
21982         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
21983         * sys/xvimage/xvimagesink.h:
21984           first batch of pixel aspect ratio commits.
21985
21986 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21987
21988         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21989         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
21990         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
21991           handle stride, needs work if we want to move stride handling
21992           upstream, but works correctly for our purposes.
21993
21994 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21995
21996         * gst/videoscale/README:
21997           add testing examples
21998         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
21999         (gst_videoscale_chain):
22000         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22001         (gst_videoscale_get_size):
22002           add get_size function that handles stride like videotestsrc.
22003           fixes conversion for YUV formats for as much as I can test them.
22004
22005 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22006
22007         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22008         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22010         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22011         (gst_xvimagesink_xvimage_put):
22012           further cleanups, logging, error handling and synchronizing
22013
22014 2004-07-27  Wim Taymans  <wim@fluendo.com>
22015
22016         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22017         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22018         (gst_videomixer_pad_set_property),
22019         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22020         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22021         (gst_videomixer_class_init), (gst_videomixer_init),
22022         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22023         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22024         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22025         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22026         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22027         (gst_videomixer_loop), (plugin_init):
22028         Be a nicer negotiation citizen and provide a getcaps function on
22029         the srcpad. This also fixes a crash when resizing.
22030
22031 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22032
22033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22034         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22035
22036 2004-07-27  Wim Taymans  <wim@fluendo.com>
22037
22038         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22039         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22040         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22041         (gst_pngenc_set_property):
22042         * ext/libpng/gstpngenc.h:
22043         Added snapshot property to pngenc.
22044         removed g_print from pngdec
22045
22046 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22047
22048         * gst/ac3parse/ac3parse.vcproj
22049         * gst/adder/adder.vcproj
22050         * gst/alpha/alpha.vcproj
22051         * gst/alpha/alphacolor.vcproj
22052         * gst/asfdemux/asf.vcproj
22053         * gst/audioconvert/audioconvert.vcproj
22054         * gst/audiorate/audiorate.vcproj
22055         * gst/audioscale/audioscale.vcproj
22056         * gst/auparse/auparse.vcproj
22057         * gst/avi/avi.vcproj
22058         * gst/cdxaparse/cdxaparse.vcproj
22059         * gst/chart/chart.vcproj
22060         * gst/colorspace/colorspace.vcproj
22061         * gst/cutter/cutter.vcproj
22062         * gst/debug/debug.vcproj
22063         * gst/debug/efence.vcproj
22064         * gst/debug/navigationtest.vcproj
22065         * gst/deinterlace/deinterlace.vcproj
22066         * gst/effectv/effectv.vcproj
22067         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22068         * gst/filter/filter.vcproj
22069         * gst/flx/flxdec.vcproj
22070         * gst/goom/goom.vcproj
22071         * gst/interleave/interleave.vcproj
22072         * gst/law/alaw.vcproj
22073         * gst/law/mulaw.vcproj
22074         * gst/matroska/matroska.vcproj
22075         * gst/median/median.vcproj
22076         * gst/mixmatrix/mixmatrix.vcproj
22077         * gst/mpeg1sys/mpeg1systemencode.vcproj
22078         * gst/mpeg1videoparse/mp1videoparse.vcproj
22079         * gst/mpeg2sub/mpeg2subt.vcproj
22080         * gst/mpegaudio/mpegaudio.vcproj
22081         * gst/mpegaudioparse/mpegaudioparse.vcproj
22082         * gst/mpegstream/mpegstream.vcproj
22083         * gst/multifilesink/multifilesink.vcproj
22084         * gst/multipart/multipart.vcproj
22085         * gst/oneton/oneton.vcproj
22086         * gst/overlay/overlay.vcproj
22087         * gst/passthrough/passthrough.vcproj
22088         * gst/qtdemux/qtdemux.vcproj
22089         * gst/realmedia/rmdemux.vcproj
22090         * gst/rtjpeg/rtjpeg.vcproj
22091         * gst/rtp/rtp.vcproj
22092         * gst/silence/silence.vcproj
22093         * gst/sine/sinesrc.vcproj
22094         * gst/smooth/smooth.vcproj
22095         * gst/smpte/smpte.vcproj
22096         * gst/spectrum/spectrum.vcproj
22097         * gst/speed/speed.vcproj
22098         * gst/stereo/stereo.vcproj
22099         * gst/switch/switch.vcproj
22100         * gst/tags/tagedit.vcproj
22101         * gst/tcp/tcp.vcproj
22102         * gst/typefind/typefindfunctions.vcproj
22103         * gst/udp/udp.vcproj
22104         * gst/videobox/videobox.vcproj
22105         * gst/videocrop/videocrop.vcproj
22106         * gst/videodrop/videodrop.vcproj
22107         * gst/videofilter/gamma.vcproj
22108         * gst/videofilter/videobalance.vcproj
22109         * gst/videofilter/videofilter.vcproj
22110         * gst/videofilter/videoflip.vcproj
22111         * gst/videoflip/videoflip.vcproj
22112         * gst/videomixer/videomixer.vcproj
22113         * gst/videorate/videorate.vcproj
22114         * gst/videoscale/videoscale.vcproj
22115         * gst/videotestsrc/videotestsrc.vcproj
22116         * gst/virtualdub/virtualdub.vcproj
22117         * gst/volenv/volenv.vcproj
22118         * gst/volume/volume.vcproj
22119         * gst/wavenc/wavenc.vcproj
22120         * gst/wavparse/wavparse.vcproj
22121         * gst/y4m/y4menc.vcproj
22122         * gst-libs/gst/audio/audio.vcproj
22123         * gst-libs/gst/audio/audiofilter.vcproj
22124         * gst-libs/gst/colorbalance/colorbalance.vcproj
22125         * gst-libs/gst/idct/idtc.vcproj
22126         * gst-libs/gst/media-info/media-info.vcproj
22127         * gst-libs/gst/mixer/mixer.vcproj
22128         * gst-libs/gst/navigation/navigation.vcproj
22129         * gst-libs/gst/play/play.vcproj
22130         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22131         * gst-libs/gst/resample/resample.vcproj
22132         * gst-libs/gst/riff/riff.vcproj
22133         * gst-libs/gst/tuner/tuner.vcproj
22134         * gst-libs/gst/video/video.vcproj
22135         * gst-libs/gst/xoverlay/xoverlay.vcproj
22136           avoid problems with math.h, fix release dependancy
22137           rename GStreamer-0.8.lib to libgstreamer.lib
22138
22139 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22140
22141         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22143         the atom is not available we have to unlock the mutex. Fixes #148023
22144
22145 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22146
22147         * gst-libs/gst/media-info/media-info.h:
22148           issue for a vararg macro with MSVC
22149
22150 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22151
22152         * gst/effectv/effectv.vcproj
22153         * gst-libs/gst/idct/idct.vcproj:
22154         * gst-libs/gst/media-info/media-info.vcproj:
22155         * gst-libs/gst/navigation/navigation.vcproj:
22156         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22157         * gst-libs/gst/video/video.vcproj:
22158         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22159           fixes for build problems
22160
22161 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22162
22163         * gst-libs/gst/audio/audio.def:
22164         * gst-libs/gst/audio/riff.def:
22165           add some definitions needed by plugins
22166
22167 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22168
22169         * gst/asfdemux/gstasfmux.c
22170           Fix some 64 bits constants to be glib friendly
22171
22172 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22173
22174         * gst/ac3parse/gstac3parse.c
22175         * gst/audioscale/gstaudioscale.c
22176         * gst/auparse/gstauparse.c
22177         * gst/colorspace/gstcolorspace.c
22178         * gst/colorspace/yuv2rgb.h
22179           local include fixes
22180
22181 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22182
22183         * win32/gst.sln
22184           add more plugins to the build
22185
22186 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22187
22188         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22189         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22190
22191 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22192
22193         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22194         (gst_level_set_property), (gst_level_get_property),
22195         (gst_level_base_init), (gst_level_class_init):
22196           add debugging categories.  cleanups.
22197
22198 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22199
22200         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22201         (gst_videoscale_planar411), (gst_videoscale_planar400),
22202         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22203         (gst_videoscale_scale_nearest_str1),
22204         (gst_videoscale_scale_nearest_str2),
22205         (gst_videoscale_scale_nearest_str4),
22206         (gst_videoscale_scale_nearest_16bit),
22207         (gst_videoscale_scale_nearest_24bit):
22208           fixed stride issues
22209           tested with 320x240 -> 321, 322, 324 x240
22210           tested with YV12, I420, YUY2, UYVY
22211           fixed packed422rev (don't think it could have worked before)
22212           by testing with UYVY
22213
22214 2004-07-26  Benjamin Otte  <otte@gnome.org>
22215
22216         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22217         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22218         (plugin_init):
22219           add debugging category, add error checks like checking return values
22220           of setup calls, make sure it still works after
22221           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22222
22223 2004-07-26  Wim Taymans  <wim@fluendo.com>
22224
22225         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22226         (gst_mpeg_demux_get_audio_stream),
22227         (gst_mpeg_demux_process_private):
22228         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22229         Check for error codes from the negotiation functions. Make sure
22230         we really set the pad caps when a new pad is created.
22231
22232 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22233
22234         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22235         (gst_ffmpeg_caps_to_pix_fmt):
22236         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22238         (gst_ffmpegcolorspace_pad_link):
22239           don't make function do two things at the same time without reason.
22240
22241 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22242
22243         * gst/ac3parse/ac3parse.vcproj
22244         * gst/adder/adder.vcproj
22245         * gst/alpha/alpha.vcproj
22246         * gst/alpha/alphacolor.vcproj
22247         * gst/asfdemux/asf.vcproj
22248         * gst/audioconvert/audioconvert.vcproj
22249         * gst/audiorate/audiorate.vcproj
22250         * gst/audioscale/audioscale.vcproj
22251         * gst/auparse/auparse.vcproj
22252         * gst/avi/avi.vcproj
22253         * gst/cdxaparse/cdxaparse.vcproj
22254         * gst/chart/chart.vcproj
22255         * gst/colorspace/colorspace.vcproj
22256         * gst/cutter/cutter.vcproj
22257         * gst/debug/debug.vcproj
22258         * gst/debug/efence.vcproj
22259         * gst/debug/navigationtest.vcproj
22260         * gst/deinterlace/deinterlace.vcproj
22261         * gst/effectv/effectv.vcproj
22262         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22263         * gst/filter/filter.vcproj
22264         * gst/flx/flxdec.vcproj
22265         * gst/goom/goom.vcproj
22266         * gst/interleave/interleave.vcproj
22267         * gst/law/alaw.vcproj
22268         * gst/law/mulaw.vcproj
22269         * gst/matroska/matroska.vcproj
22270         * gst/median/median.vcproj
22271         * gst/mixmatrix/mixmatrix.vcproj
22272         * gst/mpeg1sys/mpeg1systemencode.vcproj
22273         * gst/mpeg1videoparse/mp1videoparse.vcproj
22274         * gst/mpeg2sub/mpeg2subt.vcproj
22275         * gst/mpegaudio/mpegaudio.vcproj
22276         * gst/mpegaudioparse/mpegaudioparse.vcproj
22277         * gst/mpegstream/mpegstream.vcproj
22278         * gst/multifilesink/multifilesink.vcproj
22279         * gst/multipart/multipart.vcproj
22280         * gst/oneton/oneton.vcproj
22281         * gst/overlay/overlay.vcproj
22282         * gst/passthrough/passthrough.vcproj
22283         * gst/qtdemux/qtdemux.vcproj
22284         * gst/realmedia/rmdemux.vcproj
22285         * gst/rtjpeg/rtjpeg.vcproj
22286         * gst/rtp/rtp.vcproj
22287         * gst/silence/silence.vcproj
22288         * gst/sine/sinesrc.vcproj
22289         * gst/smooth/smooth.vcproj
22290         * gst/smpte/smpte.vcproj
22291         * gst/spectrum/spectrum.vcproj
22292         * gst/speed/speed.vcproj
22293         * gst/stereo/stereo.vcproj
22294         * gst/switch/switch.vcproj
22295         * gst/tags/tagedit.vcproj
22296         * gst/tcp/tcp.vcproj
22297         * gst/typefind/typefindfunctions.vcproj
22298         * gst/udp/udp.vcproj
22299         * gst/videobox/videobox.vcproj
22300         * gst/videocrop/videocrop.vcproj
22301         * gst/videodrop/videodrop.vcproj
22302         * gst/videofilter/gamma.vcproj
22303         * gst/videofilter/videobalance.vcproj
22304         * gst/videofilter/videofilter.vcproj
22305         * gst/videofilter/videoflip.vcproj
22306         * gst/videoflip/videoflip.vcproj
22307         * gst/videomixer/videomixer.vcproj
22308         * gst/videorate/videorate.vcproj
22309         * gst/videoscale/videoscale.vcproj
22310         * gst/videotestsrc/videotestsrc.vcproj
22311         * gst/virtualdub/virtualdub.vcproj
22312         * gst/volenv/volenv.vcproj
22313         * gst/volume/volume.vcproj
22314         * gst/wavenc/wavenc.vcproj
22315         * gst/wavparse/wavparse.vcproj
22316         * gst/y4m/y4menc.vcproj
22317           more plugins supported under windows
22318
22319 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22320
22321         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22322         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22323         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22325         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22326           Add debugging statements.  Use the sizes as returned by the
22327           *CreateImage calls.
22328
22329 2004-07-26  Johan Dahlin  <johan@gnome.org>
22330
22331         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22332         the pad is negotiated.
22333
22334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22335
22336 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22337
22338         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22339         * gst-libs/gst/idct/idct.vcproj:
22340         * gst-libs/gst/media-info/media-info.vcproj:
22341         * gst-libs/gst/mixer/mixer.vcproj:
22342         * gst-libs/gst/navigation/navigation.vcproj:
22343         * gst-libs/gst/play/play.vcproj:
22344         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22345         * gst-libs/gst/resample/resample.vcproj:
22346         * gst-libs/gst/tuner/tuner.vcproj:
22347         * gst-libs/gst/video/video.vcproj:
22348         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22349           more plugins supported under windows
22350
22351 2004-07-25 Iain <iain@prettypeople.org>
22352
22353         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22354         pad now rather than when the pad is created because state changes wipe
22355         explicit caps (fixes #148043).
22356
22357 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22358
22359         reviewed by Benjamin Otte  <otte@gnome.org>
22360
22361         * ext/mad/gstmad.c:
22362           fix mad plugin crashing on Sun (fixes #148289)
22363
22364 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22365
22366         * gst/avi/avi.def:
22367         * gst/avi/avi.vcproj:
22368         * gst/matroska/matroska.def:
22369         * gst/matroska/matroska.vcproj:
22370           remove unused .def files
22371
22372 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22373
22374         * gst-libs/gst/audio/gstaudiofilter.c:
22375           Clean the local include
22376
22377 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22378
22379         * win32/gst.sln:
22380         * gst-libs/gst/audio/audio.def:
22381         * gst-libs/gst/audio/audio.vcproj:
22382         * gst-libs/gst/audio/audiofilter.vcproj:
22383         * gst-libs/gst/audio/riff.def:
22384         * gst-libs/gst/audio/riff.vcproj:
22385         * gst-libs/gst/gst-libs.def:
22386         * gst-libs/gst/gst-libs.vcproj:
22387         * gst/avi/avi.vcproj:
22388         * gst/avi/avi.vcproj:
22389           Copy the files where needed after building, cleaner projects
22390
22391 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22392
22393         * gst/matroska/ebml-write.c:
22394           Fix some 64 bits constants to be glib friendly
22395
22396 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22397
22398         * win32/gst.sln:
22399         * gst-libs/gst/gst-libs.def:
22400         * gst-libs/gst/gst-libs.vcproj:
22401         * gst/matroska/matroska.def:
22402         * gst/matroska/matroska.vcproj:
22403           Add the preliminary canvas to build plugins on Win32
22404
22405 2004-07-23  Benjamin Otte  <otte@gnome.org>
22406
22407         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22408           don't enfore negotiation from source side, it breaks
22409           sinesrc ! audioconvert ! osssink
22410
22411 2004-07-22  David Schleef  <ds@schleef.org>
22412
22413         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22414         for ELF files, since they can easily be recognized as audio/mpeg.
22415         (bug #147441)
22416
22417 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22418
22419         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22420         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22421         (gst_videoscale_scale_nearest_24bit),
22422         (gst_videoscale_scale_nearest_16bit):
22423           fix 16bit and 24bit for stride (24bit might need testing)
22424           don't pretend we do more than one algorithm
22425
22426 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22427
22428         * configure.ac:
22429         * gst/Makefile.am:
22430         * gst/multifilesink/Makefile.am:
22431         * gst/multifilesink/gstmultifilesink.c:
22432         (gst_multifilesink_get_formats),
22433         (gst_multifilesink_get_query_types), (_do_init),
22434         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22435         (gst_multifilesink_init), (gst_multifilesink_dispose),
22436         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22437         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22438         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22439         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22440         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22441         (gst_multifilesink_uri_get_type),
22442         (gst_multifilesink_uri_get_protocols),
22443         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22444         (gst_multifilesink_uri_handler_init), (plugin_init):
22445         * gst/multifilesink/gstmultifilesink.h:
22446         * testsuite/Makefile.am:
22447         * testsuite/multifilesink/Makefile.am:
22448         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22449         (gst_newmedia_class_init), (gst_newmedia_init),
22450         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22451         (newfile_signal), (test_signal), (main):
22452         multifilesink plugin for creating new files every time a new media
22453         discontinuity event occurs
22454
22455 2004-07-22  Wim Taymans  <wim@fluendo.com>
22456
22457         * gst/alpha/Makefile.am:
22458         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22459         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22460         (gst_alpha_color_init), (gst_alpha_color_set_property),
22461         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22462         (transform), (gst_alpha_color_chain),
22463         (gst_alpha_color_change_state), (plugin_init):
22464         Stupid plugin to to RGBA to AYUV conversion because none of
22465         the colorspace plugins can handle that yet.
22466
22467 2004-07-22  Wim Taymans  <wim@fluendo.com>
22468
22469         * examples/seeking/seek.c: (update_scale), (main):
22470         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22471         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22472         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22473         (gst_decode_bin_init), (gst_decode_bin_dispose),
22474         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22475         (no_more_pads), (close_link), (type_found),
22476         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22477         (plugin_init):
22478         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22479         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22480         (gst_play_base_bin_dispose), (queue_overrun),
22481         (gen_preroll_element), (remove_prerolls), (unknown_type),
22482         (no_more_pads), (new_stream), (setup_source),
22483         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22484         (play_base_eos), (gst_play_base_bin_change_state),
22485         (gst_play_base_bin_add_element),
22486         (gst_play_base_bin_remove_element),
22487         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22488         (gst_play_base_bin_unlink_stream),
22489         (gst_play_base_bin_get_streaminfo):
22490         * gst/playback/gstplaybin.c: (gen_video_element),
22491         (gen_audio_element):
22492         * gst/playback/gststreaminfo.h:
22493         More playback updates, attempt to fix things after the state change
22494         breakage.
22495
22496 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22497
22498         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22499         (gst_videoscale_scale_nearest_16bit):
22500           comment algorithm
22501
22502 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22503
22504         * gst/videotestsrc/gstvideotestsrc.c:
22505         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22506         (gst_videotestsrc_init), (gst_videotestsrc_get),
22507         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22508         (gst_videotestsrc_get_property):
22509         * gst/videotestsrc/gstvideotestsrc.h:
22510         * gst/videotestsrc/videotestsrc.c:
22511         * gst/videotestsrc/videotestsrc.h:
22512           cleanup and commenting
22513
22514 2004-07-21  Wim Taymans  <wim@fluendo.com>
22515
22516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22517         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22518         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22519         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22520         (_find_chain_get_unknown_part), (_find_streams_check),
22521         (gst_ogg_demux_push), (gst_ogg_pad_push):
22522         * ext/theora/theoradec.c: (theora_get_formats),
22523         (theora_dec_src_convert), (theora_dec_sink_convert),
22524         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22525         (theora_dec_chain):
22526         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22527         (vorbis_dec_convert), (vorbis_dec_src_query),
22528         (vorbis_dec_src_event), (vorbis_dec_event):
22529         More seeking fixes, oggdemux now supports seeking to time and
22530         uses the downstream element to convert granulepos to time.
22531         Seeking in theora-only ogg files now works.
22532
22533 2004-07-21  Wim Taymans  <wim@fluendo.com>
22534
22535         * ext/theora/theoradec.c: (gst_theora_dec_init),
22536         (theora_get_formats), (theora_get_event_masks),
22537         (theora_get_query_types), (theora_dec_src_convert),
22538         (theora_dec_sink_convert), (theora_dec_src_query),
22539         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22540         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22541         (vorbis_get_event_masks), (vorbis_get_query_types),
22542         (gst_vorbis_dec_init), (vorbis_dec_convert),
22543         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22544         Added query/convert/formats functions to vorbis and theora decoders
22545         so that the outside world can use them too. Fixed seeking on an
22546         ogg/theora/vorbis file by disabling the seeking seeking on the
22547         theora srcpad.
22548
22549 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22550
22551         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22552         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22553         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22554         images creation for both elements. We don't create the image on caps
22555         nego or renego, we just destroy the internal one if present if it does
22556         not match the needs. The chain function takes care of creating a new
22557         image when needed.
22558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22559         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22560         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22561         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22562         the image format information. The buffer pool checks for the context
22563         image format and discard images with different formats.
22564         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22565
22566 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22567
22568         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22569         (gst_ffmpegcolorspace_chain):
22570           no point in doing any chaining if the pad we want to push from
22571           isn't usable.
22572
22573 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22574
22575         * gst-libs/gst/riff/riff-media.c:
22576         (gst_riff_create_audio_caps_with_data):
22577           Fix double end-to-native symbol conversion (#148021).
22578
22579 2004-07-20  David Schleef  <ds@schleef.org>
22580
22581         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22582         Don't use an Atom that doesn't exist.
22583
22584 2004-07-20  Wim Taymans  <wim@fluendo.com>
22585
22586         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22587         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22588         (gst_multifdsink_client_remove),
22589         (gst_multifdsink_handle_client_write),
22590         (gst_multifdsink_queue_buffer):
22591         * gst/tcp/gstmultifdsink.h:
22592         More multifdsink stats. Avoid deadlock by releasing locks
22593         before sending out a signal.
22594
22595 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22596
22597         * po/LINGUAS:
22598         * po/hu.po:
22599           added Hungarian translation (Laszlo Dvornik)
22600
22601 2004-07-20  Wim Taymans  <wim@fluendo.com>
22602
22603         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22604         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22605         (gst_multifdsink_handle_client_write),
22606         (gst_multifdsink_queue_buffer):
22607         * gst/tcp/gsttcp-marshal.list:
22608         Fixed the stupid marshal definition.
22609
22610 2004-07-20  Wim Taymans  <wim@fluendo.com>
22611
22612         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22613         (gst_multifdsink_init), (gst_multifdsink_add),
22614         (gst_multifdsink_client_remove),
22615         (gst_multifdsink_handle_client_write),
22616         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22617         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22618         (gst_multifdsink_init_send):
22619         * gst/tcp/gstmultifdsink.h:
22620         Added more stats, added timeout for a client, fixed some typos
22621         and added some comments.
22622
22623 2004-07-20  Wim Taymans  <wim@fluendo.com>
22624
22625         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22626         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22627         (gst_multifdsink_client_remove),
22628         (gst_multifdsink_handle_client_write):
22629         * gst/tcp/gstmultifdsink.h:
22630         * gst/tcp/gsttcp-marshal.list:
22631         Added get_stats method that returns a GValueArray of
22632         stats values.
22633
22634 2004-07-19  Benjamin Otte  <otte@gnome.org>
22635
22636         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22637           make sure longname, description and author are valid UTF-8
22638
22639 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22640
22641         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22642         (gst_ximagesink_set_property):
22643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22644         (gst_xvimagesink_set_property):
22645           make sure SYNCHRONOUS is respected after getting the X context
22646
22647 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22648
22649         * gst/matroska/matroska-demux.c:
22650         (gst_matroska_demux_handle_src_event),
22651         (gst_matroska_demux_parse_blockgroup):
22652         * gst/matroska/matroska-ids.h:
22653           add BlockReference tag and ignore it to clear out log.
22654           ignore NAVIGATION events to clear out log.
22655
22656 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22657
22658         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22659         (gst_matroska_demux_add_stream):
22660         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22661           add debug categories
22662
22663 2004-07-16  Wim Taymans  <wim@fluendo.com>
22664
22665         * ext/libpng/Makefile.am:
22666         * ext/libpng/gstpng.c: (plugin_init):
22667         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22668         (gst_pngdec_get_type), (gst_pngdec_base_init),
22669         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22670         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22671         * ext/libpng/gstpngdec.h:
22672         Added png decoder.
22673
22674 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22675
22676         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22677         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22678         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22679         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22680         (gst_ximagesink_buffer_alloc):
22681         * sys/ximage/ximagesink.h:
22682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22683         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22684         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22685         (gst_xvimagesink_buffer_alloc):
22686         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22687         again. Using internal data pointer of the x(v)image to store image's
22688         data to be coherent with the buffer alloc mechanism. Investigated the
22689         image destruction code to be sure that everything gets freed correctly.
22690
22691 2004-07-16  Wim Taymans  <wim@fluendo.com>
22692
22693         * gst-libs/gst/riff/riff-read.c:
22694         (gst_riff_read_strf_vids_with_data),
22695         (gst_riff_read_strf_auds_with_data):
22696         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22697         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22698         Make sure we don't create 0 sized subbuffers in riff-read.
22699         Signal the no more pads signal after reading the avi header.
22700
22701 2004-07-16  Wim Taymans  <wim@fluendo.com>
22702
22703         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22704         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22705         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22706         (gst_decode_bin_init), (gst_decode_bin_dispose),
22707         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22708         (no_more_pads), (close_link), (type_found),
22709         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22710         (gst_decode_bin_change_state), (plugin_init):
22711         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22712         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22713         (gst_play_base_bin_dispose), (queue_overrun),
22714         (gen_preroll_element), (remove_prerolls), (unknown_type),
22715         (no_more_pads), (new_stream), (setup_source),
22716         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22717         (play_base_eos), (gst_play_base_bin_change_state),
22718         (gst_play_base_bin_add_element),
22719         (gst_play_base_bin_remove_element),
22720         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22721         (gst_play_base_bin_unlink_stream),
22722         (gst_play_base_bin_get_streaminfo):
22723         * gst/playback/gstplaybasebin.h:
22724         Better error recovery. Added configurable preroll queue size. Faster
22725         detection of no-more-pads.
22726
22727 2004-07-16  Wim Taymans  <wim@fluendo.com>
22728
22729         * gst-libs/gst/video/video.h:
22730         Added 32 bits RGBA. Not sure if we should use another mime-type
22731         for alpha rgb. Currently the presence of the alpha_mask property
22732         signals an alpha channel.
22733
22734 2004-07-16  Wim Taymans  <wim@fluendo.com>
22735
22736         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22738         FPS seems to be 0.0 to MAX everywhere else.
22739
22740 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22741
22742         * gst-libs/gst/riff/riff-media.c:
22743         (gst_riff_create_video_caps_with_data):
22744           mp42/mp43 (no caps) exist too.
22745         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
22746           Set pixel_width/height; we've got them in-caps.
22747         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22748         * gst/wavparse/gstwavparse.c: (plugin_init):
22749           Both are valid primary.
22750         * sys/oss/gstossmixer.c:
22751           Remove i18n hack and enable translations.
22752
22753 2004-07-15  Benjamin Otte  <otte@gnome.org>
22754
22755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22756         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
22757           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
22758
22759 2004-07-15  Benjamin Otte  <otte@gnome.org>
22760
22761         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22762         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
22763         (gst_alsa_close_audio):
22764           disable some of the debugging code for now. Writing debugging to a
22765           buffer is broken in current alsalib releases.
22766
22767 2004-07-12  Benjamin Otte  <otte@gnome.org>
22768
22769         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
22770           use bufferpools
22771
22772 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22773
22774         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22775         (theora_dec_src_query), (theora_dec_event):
22776         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
22777           add debugging categories.  Remove \n's.
22778
22779 2004-07-13  Johan Dahlin  <johan@gnome.org>
22780
22781         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
22782         (gst_play_bin_get_property): Impl.
22783
22784 2004-07-13  Wim Taymans  <wim@fluendo.com>
22785
22786         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
22787         When trying to find the stream length, seek back N pages
22788         instead of just one, where N is the number of streams in
22789         the current chain.
22790
22791 2004-07-13  Wim Taymans  <wim@fluendo.com>
22792
22793         * gst-libs/gst/riff/riff-media.c:
22794         (gst_riff_create_audio_caps_with_data),
22795         (gst_riff_create_audio_caps),
22796         (gst_riff_create_audio_template_caps):
22797         * gst-libs/gst/riff/riff-media.h:
22798         * gst-libs/gst/riff/riff-read.c:
22799         (gst_riff_read_strf_vids_with_data),
22800         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
22801         * gst-libs/gst/riff/riff-read.h:
22802         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
22803         (gst_avi_demux_add_stream):
22804         Set codec_data on caps for avidemuxer.
22805
22806 2004-07-12  David Schleef  <ds@schleef.org>
22807
22808         * configure.ac: Fix test for Objective C
22809
22810 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
22811         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
22812         (gst_gdk_pixbuf_chain):
22813           Add svg and pcx to template caps, and ensure that getcaps returns a
22814           subset of the template caps.
22815           Copy each row manually for output, as gdkpixbuf may pad the
22816           rowstride to a 32-bit word boundary.
22817
22818 2004-07-12  Wim Taymans  <wim@fluendo.com>
22819
22820         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
22821         (gst_riff_create_video_template_caps):
22822         Fix the template caps to include some more media types.
22823
22824 2004-07-12  Wim Taymans  <wim@fluendo.com>
22825
22826         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22827         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22828         (compare_ranks), (print_feature), (gst_decode_bin_init),
22829         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22830         (try_to_link_1), (new_pad), (close_link), (type_found),
22831         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22832         (gst_decode_bin_change_state), (plugin_init):
22833         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22834         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22835         (gst_play_base_bin_dispose), (queue_overrun),
22836         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22837         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22838         (gst_play_base_bin_get_property), (play_base_eos),
22839         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22840         (gst_play_base_bin_remove_element),
22841         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22842         (gst_play_base_bin_unlink_stream),
22843         (gst_play_base_bin_get_streaminfo):
22844         * gst/playback/gstplaybasebin.h:
22845         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22846         (gst_play_bin_class_init), (gst_play_bin_init),
22847         (gst_play_bin_dispose), (gst_play_bin_set_property),
22848         (gst_play_bin_get_property), (gen_video_element),
22849         (gen_audio_element), (remove_sinks), (setup_sinks),
22850         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22851         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22852         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22853         (gst_play_bin_query), (plugin_init):
22854         * gst/playback/test4.c: (main):
22855         More fixes on reusing of the element.
22856
22857 2004-07-11  Benjamin Otte  <otte@gnome.org>
22858
22859         * ext/mad/gstmad.c: (normal_seek):
22860           allow seeking for other methods than just SET
22861
22862 2004-07-11  Andy Wingo  <wingo@pobox.com>
22863
22864         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
22865         float, "any" caps -> buffer_frames=[0,MAX].
22866
22867         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
22868         doesn't intersect our caps with the template any more. Do it
22869         ourselves.
22870         (interleave_buffered_loop): Use g_newa instead of malloc/free.
22871
22872 2004-07-09  Wim Taymans  <wim@fluendo.com>
22873
22874         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22875         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
22876         (compare_ranks), (print_feature), (gst_decode_bin_init),
22877         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
22878         (try_to_link_1), (new_pad), (close_link), (type_found),
22879         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22880         (gst_decode_bin_change_state), (plugin_init):
22881         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22882         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22883         (gst_play_base_bin_dispose), (queue_overrun),
22884         (gen_preroll_element), (remove_prerolls), (no_more_pads),
22885         (new_stream), (setup_source), (gst_play_base_bin_set_property),
22886         (gst_play_base_bin_get_property), (play_base_eos),
22887         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
22888         (gst_play_base_bin_remove_element),
22889         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22890         (gst_play_base_bin_unlink_stream),
22891         (gst_play_base_bin_get_streaminfo):
22892         * gst/playback/gstplaybasebin.h:
22893         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
22894         (gst_play_bin_class_init), (gst_play_bin_init),
22895         (gst_play_bin_dispose), (gst_play_bin_set_property),
22896         (gst_play_bin_get_property), (gen_video_element),
22897         (gen_audio_element), (remove_sinks), (setup_sinks),
22898         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
22899         (gst_play_bin_send_event), (gst_play_bin_get_formats),
22900         (gst_play_bin_convert), (gst_play_bin_get_query_types),
22901         (gst_play_bin_query), (plugin_init):
22902         * gst/playback/test4.c: (main):
22903         Work on object reuse and seeking.
22904
22905 2004-07-09  Wim Taymans  <wim@fluendo.com>
22906
22907         * examples/seeking/seek.c: (iterate):
22908         Don't consume all CPU in the idle loop.
22909
22910 2004-07-09  Wim Taymans  <wim@fluendo.com>
22911
22912         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
22913         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
22914         Add pad to element *after* setting the pad functions so that
22915         the scheduler can use the correct ones.
22916
22917 2004-07-09  Wim Taymans  <wim@fluendo.com>
22918
22919         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
22920         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
22921         Sync to keyframe after seek
22922
22923 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22924
22925         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22926         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
22927         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
22928         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
22929         * ext/libvisual/visual.c: (gst_visual_change_state):
22930         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
22931         * ext/theora/theoradec.c: (theora_dec_change_state):
22932         * ext/theora/theoraenc.c: (theora_enc_change_state):
22933         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
22934         * gst-libs/gst/navigation/navigation.c:
22935         * gst/adder/gstadder.c: (gst_adder_change_state):
22936         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
22937         (gst_audio_convert_get_buffer):
22938         * gst/multipart/multipartdemux.c:
22939         (gst_multipart_demux_change_state):
22940         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
22941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
22942         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22943         * gst/videoscale/gstvideoscale.c:
22944         (gst_videoscale_handle_src_event):
22945         * gst/volume/gstvolume.c: (volume_chain_int16):
22946           don't assert in state change, this should be done by the base
22947           GstElement class.
22948           various debugging fixes.
22949
22950 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22951
22952         * configure.ac:
22953         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22954         (gst_play_dispose), (gst_play_set_location),
22955         (gst_play_set_data_src), (gst_play_set_video_sink),
22956         (gst_play_set_audio_sink), (gst_play_set_visualization),
22957         (gst_play_connect_visualization), (gst_play_get_sink_element),
22958         (gst_play_get_all_by_interface):
22959         * gst-libs/gst/play/play.h:
22960           add new method to get elements implementing an interface.
22961           add various error logging
22962
22963 2004-07-08  Wim Taymans  <wim@fluendo.com>
22964
22965         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
22966         (make_mpeg_pipeline), (make_mpegnt_pipeline),
22967         (make_playerbin_pipeline), (query_durations_elems),
22968         (query_durations_pads), (query_positions_elems),
22969         (query_positions_pads), (update_scale), (iterate), (stop_seek),
22970         (main):
22971         Added playbin seeking example.
22972
22973 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22974
22975         * gst-libs/gst/play/play.c: (gst_play_set_location),
22976         (gst_play_set_data_src), (gst_play_set_video_sink),
22977         (gst_play_set_audio_sink), (gst_play_set_visualization),
22978         (gst_play_connect_visualization), (gst_play_get_framerate):
22979           use a macro to look up elements from hash table
22980
22981 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22982
22983         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22984         (gst_play_get_length_callback), (gst_play_set_location),
22985         (gst_play_seek_to_time), (gst_play_set_data_src),
22986         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22987         (gst_play_set_visualization), (gst_play_connect_visualization),
22988         (gst_play_get_sink_element):
22989         - add debugging info
22990         - fix looking up sink elements by iterating over complete caps
22991         - put everything except for source and autoplugger in a complete bin
22992
22993 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22994
22995         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
22996         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
22997         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
22998         (gst_alsa_sink_write), (gst_alsa_sink_loop):
22999         * ext/alsa/gstalsasink.h:
23000         - add debugging info
23001         - clean up schizophrenia of data/buffer/event
23002         - fix double event unref error
23003
23004 2004-07-08  Wim Taymans  <wim@fluendo.com>
23005
23006         * gst/playback/Makefile.am:
23007         Add headers to noinst
23008
23009 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23010
23011         * tools/gst-launch-ext-m.m:
23012         * tools/gst-launch-ext.1.in:
23013           convert to the third millenium
23014
23015 2004-07-07  David Schleef  <ds@schleef.org>
23016
23017         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23018
23019 2004-07-07  Wim Taymans  <wim@fluendo.com>
23020
23021         * gst/playback/Makefile.am:
23022         * gst/playback/README:
23023         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23024         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23025         (compare_ranks), (print_feature), (gst_decode_bin_init),
23026         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23027         (try_to_link_1), (new_pad), (close_link), (type_found),
23028         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23029         (plugin_init):
23030         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23031         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23032         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23033         (gen_preroll_element), (no_more_pads), (new_stream),
23034         (setup_source), (gst_play_base_bin_set_property),
23035         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23036         (gst_play_base_bin_add_element),
23037         (gst_play_base_bin_remove_element),
23038         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23039         (gst_play_base_bin_unlink_stream),
23040         (gst_play_base_bin_get_streaminfo):
23041         * gst/playback/gstplaybasebin.h:
23042         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23043         (gst_play_bin_class_init), (gst_play_bin_init),
23044         (gst_play_bin_dispose), (gst_play_bin_set_property),
23045         (gst_play_bin_get_property), (gen_video_element),
23046         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23047         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23048         (gst_play_bin_get_formats), (gst_play_bin_convert),
23049         (gst_play_bin_get_query_types), (gst_play_bin_query),
23050         (plugin_init):
23051         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23052         (gst_stream_info_get_type), (gst_stream_info_class_init),
23053         (gst_stream_info_init), (gst_stream_info_new),
23054         (gst_stream_info_dispose), (gst_stream_info_set_property),
23055         (gst_stream_info_get_property):
23056         * gst/playback/gststreaminfo.h:
23057         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23058         (main):
23059         * gst/playback/test2.c: (main):
23060         * gst/playback/test3.c: (update_scale), (main):
23061         More playbin fixes. Added README. Do better element filtering.
23062         Added base class to preroll media. Added test apps.
23063
23064 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23065
23066         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23067         * ext/mpeg2dec/gstmpeg2dec.h:
23068           various debugging improvements.  Reset stream to next picture
23069           instead of sequence header, otherwise seeks cannot work.
23070
23071 2004-07-07  Wim Taymans  <wim@fluendo.com>
23072
23073         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23074         (gst_video_box_class_init), (gst_video_box_set_property),
23075         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23076         Use pad_alloc where possible.
23077
23078 2004-07-07  Wim Taymans  <wim@fluendo.com>
23079
23080         * sys/oss/gstosselement.c: (gst_osselement_reset),
23081         (gst_osselement_parse_caps):
23082         * sys/oss/gstosselement.h:
23083         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23084         Fix offset on osssrc.
23085
23086 2004-07-07  Wim Taymans  <wim@fluendo.com>
23087
23088         * ext/theora/theora.c: (plugin_init):
23089         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23090         (theora_dec_src_query), (theora_dec_chain):
23091         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23092         (theora_enc_sink_link), (theora_buffer_from_packet),
23093         (theora_push_packet), (theora_enc_chain):
23094         Fix theora granulepos calculation.
23095         Fix overflow in duration/position calculation.
23096         Bump rank to PRIMARY for theoradec.
23097         Use granulepos of last packet to calculate position.
23098         Set keyframe flag on buffers when needed.
23099
23100 2004-07-06  David Schleef  <ds@schleef.org>
23101
23102         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23103         serious?  (Fixed, obviously.)
23104
23105 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23106
23107         * po/LINGUAS:
23108         * po/cs.po:
23109           added Czech translation (Miloslav Trmac)
23110
23111 2004-07-05  Wim Taymans  <wim@fluendo.com>
23112
23113         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23114         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23115         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23116         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23117         (close_link), (type_found), (gst_decode_bin_set_property),
23118         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23119         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23120         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23121         (gst_decode_bin_query), (plugin_init):
23122         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23123         (gst_play_bin_class_init), (gst_play_bin_init),
23124         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23125         (get_video_element), (new_pad), (setup_source),
23126         (gst_play_bin_set_property), (gst_play_bin_get_property),
23127         (gst_play_bin_change_state), (gst_play_bin_add_element),
23128         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23129         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23130         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23131         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23132         * gst/playback/test.c: (main):
23133         More fixes, cleaned up playbin, make it use decodebin. Added
23134         threaded property to playbin.
23135
23136 2004-07-05  Wim Taymans  <wim@fluendo.com>
23137
23138         * configure.ac:
23139         * gst/playback/Makefile.am:
23140         * gst/playback/decodetest.c: (main):
23141         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23142         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23143         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23144         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23145         (close_link), (type_found), (gst_decode_bin_set_property),
23146         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23147         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23148         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23149         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23150         (plugin_init):
23151         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23152         (gst_play_bin_class_init), (gst_play_bin_init),
23153         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23154         (collect_sink_pads), (find_compatibles), (close_pad_link),
23155         (try_to_link_1), (new_pad), (close_link), (type_found),
23156         (setup_source), (gst_play_bin_set_property),
23157         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23158         (compare_ranks), (gst_play_bin_collect_factories),
23159         (gst_play_bin_change_state), (gst_play_bin_add_element),
23160         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23161         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23162         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23163         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23164         * gst/playback/test.c: (main):
23165         Added some playback helper elements and some test apps, very alpha
23166         still.
23167
23168 2004-07-04  Benjamin Otte  <otte@gnome.org>
23169
23170         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23171           only restart audio when we indeed have an xrun to fix repeated
23172           xruns. Fix suggested by Giuliano Pochini.
23173
23174 2004-07-03  David Schleef  <ds@schleef.org>
23175
23176         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23177         call to gst_debug_log() if debugging is disabled (bug #145118)
23178
23179 2004-07-03  Benjamin Otte  <otte@gnome.org>
23180
23181         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23182           use our own functions for restarting the alsa device.
23183         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23184           I should apply patches myself - use MIN for the third argument, not
23185           the second, this fixes seeking
23186
23187 2004-07-02  David Schleef  <ds@schleef.org>
23188
23189         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23190         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23191         do with the logic.
23192
23193 2004-07-02  David Schleef  <ds@schleef.org>
23194
23195         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23196         output buffers.  Fix logic mistake.  (bug #144866)
23197
23198 2004-07-02  David Schleef  <ds@schleef.org>
23199
23200         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23201         on X.  (bug #144753)
23202
23203 2004-07-02  David Schleef  <ds@schleef.org>
23204
23205         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23206         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23207         (bug #144624)
23208         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23209         (gst_osselement_rate_probe_check): Add another workaround for
23210         buggy drivers (bug #145336)
23211
23212 2004-07-02  David Schleef  <ds@schleef.org>
23213
23214         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23215         Most systems don't have MSG_NOSIGNAL.
23216
23217 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23218
23219         * Makefile.am:
23220         * gst-libs/gst/colorbalance/Makefile.am:
23221         * gst-libs/gst/mixer/Makefile.am:
23222         * gst-libs/gst/play/Makefile.am:
23223         * gst-libs/gst/tuner/Makefile.am:
23224           (hopefully) fix both install and dist and make error message useful.
23225           needs testing across automakes.
23226
23227 2004-07-02  Benjamin Otte  <otte@gnome.org>
23228
23229         * ext/ogg/gstogg.c: (plugin_init):
23230           we require bytestream now
23231         * ext/ogg/gstoggdemux.c:
23232           huge diff to implement chain setup in a fast and generic way. This
23233           improves tag reading and startup of huge files (read: Theora videos)
23234           quite a bit. It probably contains bugs, too, so please test.
23235           Seeking is not improved to the fast method.
23236
23237 2004-06-29  Wim Taymans  <wim@fluendo.com>
23238
23239         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23240         * ext/ogg/gstoggmux.c:
23241         Fix memleak in oggdemux when running unconnected pads.
23242         doc update in mux, start working on keyframe mode.
23243
23244 2004-06-29  Benjamin Otte  <otte@gnome.org>
23245
23246         * sys/oss/gstosssink.c:
23247         * sys/oss/gstosssrc.c:
23248           advertise correct template caps - we indeed do non-native endianness
23249           and 8bit audio has no endianness
23250         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23252           avoid (wrong) duplications in getcaps function and return
23253           template caps
23254
23255 2004-06-29  Wim Taymans  <wim@fluendo.com>
23256
23257         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23258         (gst_multifdsink_class_init), (gst_multifdsink_add),
23259         (gst_multifdsink_remove), (gst_multifdsink_clear),
23260         (gst_multifdsink_client_remove),
23261         (gst_multifdsink_handle_client_read),
23262         (gst_multifdsink_client_queue_data),
23263         (gst_multifdsink_client_queue_caps),
23264         (gst_multifdsink_client_queue_buffer),
23265         (gst_multifdsink_handle_client_write),
23266         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23267         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23268         (gst_multifdsink_init_send), (gst_multifdsink_close):
23269         Fix wrong GList iteration that could crash the server when
23270         more then 2 clients disconnect at the same time. Read all the
23271         pending commands in one batch to recover from command storms under
23272         very heavy load.
23273
23274 2004-06-28  Wim Taymans  <wim@fluendo.com>
23275
23276         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23277         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23278         (gst_videomixer_pad_set_property),
23279         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23280         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23281         (gst_videomixer_class_init), (gst_videomixer_init),
23282         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23283         (pad_zorder_compare), (gst_videomixer_sort_pads),
23284         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23285         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23286         (gst_videomixer_update_queues), (gst_videomixer_loop),
23287         (plugin_init):
23288         Avoid divide by zero, choose masterpad as the pad with the highest
23289         framerate.
23290
23291 2004-06-27  Julien Moutte  <julien@moutte.net>
23292
23293         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23294         (gst_ximagesink_xwindow_new):
23295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23296         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23297         function directly. We might want to call it from somewhere else one day.
23298
23299 2004-06-27  Julien Moutte  <julien@moutte.net>
23300
23301         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23302         (gst_ximagesink_xwindow_new):
23303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23304         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23305         window decorations.
23306
23307 2004-06-27  Wim Taymans  <wim@fluendo.com>
23308
23309         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23310         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23311         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23312         (gst_dvdec_set_property), (gst_dvdec_get_property):
23313         * ext/dv/gstdvdec.h:
23314         Implement drop_factor property to lower the framerate with
23315         a factor.
23316
23317 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23318
23319         * gst-libs/gst/colorbalance/Makefile.am:
23320         * gst-libs/gst/mixer/Makefile.am:
23321         * gst-libs/gst/play/Makefile.am:
23322         * gst-libs/gst/tuner/Makefile.am:
23323           unbreak Company's fix that didn't install the -enum.h files
23324
23325 2004-06-27  Wim Taymans  <wim@fluendo.com>
23326
23327         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23328         (gst_dvdec_change_state):
23329         * ext/dv/gstdvdec.h:
23330         Fix timestamp, duration and offset of the buffers.
23331
23332 2004-06-27  Wim Taymans  <wim@fluendo.com>
23333
23334         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23335         (gst_multifdsink_class_init), (gst_multifdsink_add),
23336         (gst_multifdsink_remove), (gst_multifdsink_clear),
23337         (gst_multifdsink_client_remove),
23338         (gst_multifdsink_handle_client_read),
23339         (gst_multifdsink_client_queue_data),
23340         (gst_multifdsink_client_queue_caps),
23341         (gst_multifdsink_client_queue_buffer),
23342         (gst_multifdsink_handle_client_write),
23343         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23344         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23345         (gst_multifdsink_init_send), (gst_multifdsink_close):
23346         * gst/tcp/gstmultifdsink.h:
23347         * gst/tcp/gsttcpserversink.c:
23348         (gst_tcpserversink_handle_server_read),
23349         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23350         More multifdsink fixes, more recovery policy fixes.
23351         Removed stupid g_print
23352
23353 2004-06-26  Wim Taymans  <wim@fluendo.com>
23354
23355         * gst/tcp/Makefile.am:
23356         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23357         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23358         (gst_multifdsink_class_init), (gst_multifdsink_init),
23359         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23360         (gst_multifdsink_handle_client_read),
23361         (gst_multifdsink_client_queue_data),
23362         (gst_multifdsink_client_queue_caps),
23363         (gst_multifdsink_client_queue_buffer),
23364         (gst_multifdsink_handle_client_write),
23365         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23366         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23367         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23368         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23369         (gst_multifdsink_close), (gst_multifdsink_change_state):
23370         * gst/tcp/gstmultifdsink.h:
23371         * gst/tcp/gsttcpplugin.c: (plugin_init):
23372         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23373         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23374         (gst_tcpserversink_handle_server_read),
23375         (gst_tcpserversink_handle_select),
23376         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23377         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23378         * gst/tcp/gsttcpserversink.h:
23379         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23380         one of the locks, added recovery policy to multifdsink.
23381
23382 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23383
23384         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23385           fix decision for when getting frames with same timestamp
23386         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23387         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23388         (gst_v4lsrc_get_property):
23389         * sys/v4l/gstv4lsrc.h:
23390           add latency offset property
23391
23392 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23393
23394         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23395         (plugin_init):
23396           fix debugging. add category.
23397
23398 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23399
23400         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23401           fix wrong offsets
23402
23403 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23404
23405         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23406         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23407         (gst_alsa_src_change_state):
23408           return a time that is in sync with the element's processing
23409
23410 2004-06-25  Wim Taymans  <wim@fluendo.com>
23411
23412         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23413         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23414         (gst_tcpserversink_client_remove),
23415         (gst_tcpserversink_handle_client_read),
23416         (gst_tcpserversink_client_queue_data),
23417         (gst_tcpserversink_client_queue_caps),
23418         (gst_tcpserversink_client_queue_buffer),
23419         (gst_tcpserversink_handle_client_write),
23420         (gst_tcpserversink_queue_buffer),
23421         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23422         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23423         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23424         (gst_tcpserversink_close):
23425         * gst/tcp/gsttcpserversink.h:
23426         Serversink rewrite. Really do non blocking writes to clients and
23427         maintain an internal queue to handle slower clients while not
23428         disturbing fast clients.
23429
23430 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23431
23432         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23433           better debug, don't override OFFSET and OFFSET_END
23434
23435 2004-06-25  Iain <iain@prettypeople.org>
23436
23437         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23438         name=source for the wavparse pipeline.
23439
23440 2004-06-24  Johan Dahlin  <johan@gnome.org>
23441
23442         * ext/theora/theoraenc.c (theora_enc_chain): Call
23443         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23444         streamheader caps are set correctly.
23445
23446 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23447
23448         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23449         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23450           respect minimum bitrate; same could be done for max bitrate
23451
23452 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23453
23454         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23455         (gst_vorbisenc_setup):
23456           fix sample rate range
23457
23458 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23459
23460         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23461         (gst_oggvorbisenc_setup):
23462         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23463         (gst_vorbisenc_setup):
23464           resolve ambiguities in code and description
23465
23466 2004-06-24  Wim Taymans  <wim@fluendo.com>
23467
23468         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23469         * ext/alsa/gstalsa.h:
23470         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23471         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23472         Use alsa trigger_tstamp to get the timestamp of the first
23473         sample in the buffer for more precise sync. Some cleanups.
23474
23475 2004-06-24  Wim Taymans  <wim@fluendo.com>
23476
23477         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23478         (gst_audiorate_init), (gst_audiorate_chain),
23479         (gst_audiorate_set_property), (gst_audiorate_get_property):
23480         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23481         (gst_videorate_chain):
23482         Added some logging, fixed an overflow bug in videorate.
23483
23484 2004-06-24  Benjamin Otte  <otte@gnome.org>
23485
23486         * ext/kio/Makefile.am:
23487           fix for builddir != srcdir and distcheck
23488
23489 2004-06-24  Benjamin Otte  <otte@gnome.org>
23490
23491         * gst-libs/gst/colorbalance/Makefile.am:
23492         * gst-libs/gst/mixer/Makefile.am:
23493         * gst-libs/gst/play/Makefile.am:
23494         * gst-libs/gst/tuner/Makefile.am:
23495         * gst/tcp/Makefile.am:
23496         * sys/dxr3/Makefile.am:
23497           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23498           tarball.
23499           Also add all *.list files that were missing.
23500         * Makefile.am:
23501           add a distcheck hook to ensure the above doesn't happen again.
23502
23503 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23504
23505         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23506
23507 2004-06-23  Colin Walters  <walters@redhat.com>
23508
23509         * m4/Makefile.am: Distribute gst-fionread.m4.
23510
23511 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23512
23513         * configure.ac: back to dev
23514
23515 2004-06-23  Wim Taymans  <wim@fluendo.com>
23516
23517         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23518         (gst_alsa_xrun_recovery):
23519         * ext/alsa/gstalsa.h:
23520         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23521         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23522         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23523         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23524         (gst_alsa_src_loop):
23525         Add clock to alsasrc. Take new capture timestamp when
23526         restarting after an overrun. Split up some functions between
23527         alsasrc and alsasink.
23528
23529 === release 0.8.2 ===
23530
23531 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23532
23533         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23534         (gst_alsa_change_state), (gst_alsa_update_avail),
23535         (gst_alsa_xrun_recovery):
23536         * ext/alsa/gstalsa.h:
23537         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23538           merge back changes from release
23539
23540 2004-06-23  Wim Taymans  <wim@fluendo.com>
23541
23542         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23543         (gst_audiorate_init), (gst_audiorate_chain),
23544         (gst_audiorate_set_property), (gst_audiorate_get_property):
23545         Implement sample dropping and notify
23546
23547 2004-06-22  Wim Taymans  <wim@fluendo.com>
23548
23549         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23550         (theora_enc_sink_link), (theora_buffer_from_packet),
23551         (theora_push_packet), (theora_enc_chain):
23552         Some cleanups, make sure the timestamps are correct.
23553
23554 2004-06-22  Wim Taymans  <wim@fluendo.com>
23555
23556         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23557         (gst_alsa_change_state), (gst_alsa_update_avail),
23558         (gst_alsa_xrun_recovery):
23559         * ext/alsa/gstalsa.h:
23560         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23561         Cleanups, take queued samples into account when reporting
23562         the time.
23563
23564 2004-06-22  Wim Taymans  <wim@fluendo.com>
23565
23566         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23567         (gst_videorate_init):
23568         Initialize the property as well.
23569
23570 2004-06-22  Wim Taymans  <wim@fluendo.com>
23571
23572         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23573         (gst_videorate_init), (gst_videorate_chain),
23574         (gst_videorate_set_property), (gst_videorate_get_property):
23575         Add property to make videorate silent.
23576         Add property to prefer new frames over old ones.
23577
23578 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23579
23580         * sys/osxvideo/Makefile.am:
23581         Workaround so that the osxvideo .so file gets linked with the
23582         Cocoa, OpenGL and QuickTime frameworks
23583
23584 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23585
23586         * sys/osxaudio/Makefile.am:
23587         Workaround so that the osxaudio .so file gets linked with the
23588         CoreAudio framework
23589
23590 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23591
23592         * configure.ac:
23593         Whoops, my fault...fixed build issues
23594
23595 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23596
23597         * configure.ac:
23598         Add objective-c support if running in Darwin/Mac OS X
23599         * sys/Makefile.am:
23600         * sys/osxvideo:
23601         * sys/osxvideo/Makefile.am:
23602         * sys/osxvideo/osxvideosink.h:
23603         * sys/osxvideo/osxvideosink.m:
23604         * sys/osxvideo/cocoawindow.h:
23605         * sys/osxvideo/cocoawindow.m:
23606         Add osxvideosink, a cocoa-based osx video sink
23607
23608
23609 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23610         * ext/dvdnav/gst-dvd:
23611         Grab the gconf key from the right spot
23612         * gst/debug/gstnavseek.c: (gst_navseek_init),
23613         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23614         (gst_navseek_chain):
23615         * gst/debug/gstnavseek.h:
23616           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23617           and loop parameters of a segment seek.
23618         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23619         (gst_videotestsrc_get_event_masks),
23620         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23621         * gst/videotestsrc/gstvideotestsrc.h:
23622           Add seeking support to videotestsrc
23623           Initialise the timestamp_offset variable.
23624
23625 2004-06-18  Wim Taymans  <wim@fluendo.com>
23626
23627         * ext/sidplay/gstsiddec.cc:
23628         Fix negotiation and set correct end offset.
23629
23630 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23631
23632         * configure.ac: branch and prerelease
23633
23634 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23635
23636         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23637         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23638         (gst_tcpclientsrc_init_receive):
23639         * gst/tcp/gsttcpclientsrc.h:
23640           read caps when connecting to server for GDP so we set them correctly
23641
23642 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23643
23644         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23645           notify drops and duplicates
23646         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23647           no good reason to limit ourselves to 100x100
23648
23649 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23650
23651         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23652         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23653         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23654         (gst_v4lsrc_get_property):
23655         * sys/v4l/gstv4lsrc.h:
23656         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23657         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23658         (gst_v4l_set_audio):
23659         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23660         (gst_v4lsrc_try_capture):
23661         * sys/v4l/v4lsrc_calls.h:
23662           change try_palette to more general try_capture
23663           add autoprobe option so we can turn off autoprobing
23664           various fixes
23665
23666 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23667
23668         * configure.ac:
23669           add videorate
23670         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23671         (gst_ximagesink_class_init):
23672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23673         (gst_xvimagesink_class_init):
23674           run them as finalize, not dispose, since dispose can be invoked
23675           multiple times
23676
23677 2004-06-17  Wim Taymans  <wim@fluendo.com>
23678
23679         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23680         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23681         * ext/alsa/gstalsa.h:
23682         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23683         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23684         (gst_alsa_src_change_state):
23685         * ext/alsa/gstalsasrc.h:
23686         Make the xrun code timestamp and offset the buffers correctly.
23687         moved the clock to the base class, use alsa methods to get time.
23688         Do correct timestamping on outgoing buffers.
23689
23690 2004-06-17  Wim Taymans  <wim@fluendo.com>
23691
23692         * gst/audiorate/Makefile.am:
23693         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
23694         (gst_audiorate_base_init), (gst_audiorate_class_init),
23695         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
23696         (gst_audiorate_set_property), (gst_audiorate_get_property),
23697         (gst_audiorate_change_state), (plugin_init):
23698         Added an audiorate converter that fills in gaps.
23699
23700 2004-06-17  Johan Dahlin  <johan@gnome.org>
23701
23702         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
23703
23704 2004-06-16  Wim Taymans  <wim@fluendo.com>
23705
23706         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
23707         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23708         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23709         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23710         (gst_v4lsrc_get_property):
23711         * sys/v4l/gstv4lsrc.h:
23712         Added a copy mode to v4lsrc where it will output a copied version
23713         of its internal hardware buffer.
23714         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
23715         can't | them.
23716
23717 2004-06-16  Wim Taymans  <wim@fluendo.com>
23718
23719         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23720         Timestamp fixes.
23721
23722 2004-06-16  Wim Taymans  <wim@fluendo.com>
23723
23724         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
23725         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
23726         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23727         (gst_v4lsrc_get_property):
23728         * sys/v4l/gstv4lsrc.h:
23729         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23730         Added a sync mode enum property to control v4lsrc timestamp method
23731         Removed the use-fixed-fps property and moved functionality in
23732         the enum.
23733         Don't error on an error value from v4l-conf, it might not always
23734         be a real error.
23735
23736 2004-06-16  Wim Taymans  <wim@fluendo.com>
23737
23738         * gst/videorate/Makefile.am:
23739         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
23740         (gst_videorate_base_init), (gst_videorate_class_init),
23741         (gst_videorate_getcaps), (gst_videorate_link),
23742         (gst_videorate_init), (gst_videorate_chain),
23743         (gst_videorate_set_property), (gst_videorate_get_property),
23744         (gst_videorate_change_state), (plugin_init):
23745         Added a video timestamp corrector.
23746
23747 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23748
23749         fixed a potential leak with previous commit
23750
23751         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23752
23753 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23754
23755         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23756         Added missing refcount, fixes bug #144425
23757         Cheers Tim for finding the bug
23758
23759 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23760
23761         * sys/v4l/gstv4l.c: (plugin_init):
23762         * sys/v4l/gstv4lcolorbalance.c:
23763         * sys/v4l/gstv4lcolorbalance.h:
23764         * sys/v4l/gstv4lelement.c:
23765         * sys/v4l/gstv4lelement.h:
23766         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23767         * sys/v4l/gstv4lmjpegsink.h:
23768         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23769         * sys/v4l/gstv4lmjpegsrc.h:
23770         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23771         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23772         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
23773         * sys/v4l/gstv4lsrc.h:
23774         * sys/v4l/gstv4ltuner.c:
23775         * sys/v4l/gstv4ltuner.h:
23776         * sys/v4l/gstv4lxoverlay.c:
23777         * sys/v4l/gstv4lxoverlay.h:
23778         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23779         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23780         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23781         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23782         (gst_v4l_set_audio):
23783         * sys/v4l/v4l_calls.h:
23784         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23785         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
23786         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
23787         (gst_v4lmjpegsink_playback_init),
23788         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
23789         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
23790         (gst_v4lmjpegsink_playback_stop),
23791         (gst_v4lmjpegsink_playback_deinit):
23792         * sys/v4l/v4lmjpegsink_calls.h:
23793         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23794         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
23795         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23796         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
23797         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
23798         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
23799         * sys/v4l/v4lmjpegsrc_calls.h:
23800         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23801         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
23802         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
23803         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
23804         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
23805         (gst_v4lsrc_try_palette):
23806         * sys/v4l/v4lsrc_calls.h:
23807           bunch of paranoia cleanups
23808
23809 2004-06-14  David Schleef  <ds@schleef.org>
23810
23811         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
23812         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
23813         Send discont events and change timestamps appropriately when
23814         we get a seek event.  (bug #144240)
23815         * ext/cdparanoia/gstcdparanoia.h:
23816
23817 2004-06-14  Benjamin Otte  <otte@gnome.org>
23818
23819         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
23820           snd_pcm_hw_params_set_rate  since the latter fails for no good
23821           reason on some setups.
23822
23823 2004-06-14  David Schleef  <ds@schleef.org>
23824
23825         * gst/volume/demo.c: (value_changed_callback): exp10() is not
23826         standard.  Thank you for playing.
23827
23828 2004-06-14  Wim Taymans  <wim@fluendo.com>
23829
23830         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
23831         Patch 1.3 broke the ordering of the colorspace info and
23832         made the plugin basically work by coincidence, reordered
23833         the info.
23834
23835 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23836
23837         * ext/lame/gstlame.c:
23838         * ext/mad/gstmad.c:
23839           sync caps.  Make sure mad can only output a list of rates, not
23840           a full range.  In the future, have three caps lists for each of the
23841           mpeg versions.  Change mpegversion to a double as well.
23842
23843 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23844
23845         * gst/volume/.cvsignore:
23846         * gst/volume/Makefile.am:
23847         * gst/volume/demo.c: (value_changed_callback), (idler),
23848         (setup_gui), (main):
23849           added small demo app
23850
23851 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
23852         * ext/esd/esdsink.c: (gst_esdsink_change_state):
23853         * ext/esd/esdsink.h:
23854         Close the esd connection on pause, because esd will just wait -
23855         blocking all other esd clients indefinitely.
23856
23857 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
23858
23859         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
23860           previous commit with GST_DEBUG
23861
23862 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23863
23864         * configure.ac:
23865           add a header check for a dvdread header in dvdnav.  Fixes #133002
23866
23867 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23868
23869         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
23870         * gst/tcp/gsttcpclientsink.h:
23871         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
23872         * gst/tcp/gsttcpclientsrc.h:
23873         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
23874         (gst_tcpserversink_handle_server_read),
23875         (gst_tcpserversink_init_send):
23876         * gst/tcp/gsttcpserversink.h:
23877         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
23878         * gst/tcp/gsttcpserversrc.h:
23879         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
23880         version of IP)
23881
23882 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23883
23884         * configure.ac:
23885         Added ogg library so that OSX detects libtheora properly
23886
23887 2004-06-11  Wim Taymans  <wim@fluendo.com>
23888
23889         * ext/theora/theoradec.c: (theora_dec_chain),
23890         (theora_dec_change_state):
23891         Don't try to decode frames before we received a keyframe.
23892
23893 2004-06-11  Wim Taymans  <wim@fluendo.com>
23894
23895         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23896         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23897         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23898         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23899         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23900         Added property to set the maximum delay of a page.
23901
23902 2004-06-10  Wim Taymans  <wim@fluendo.com>
23903
23904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
23905         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
23906         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23907         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
23908         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
23909         Added max-delay property to control the maximum amount
23910         of data to put in one page.
23911
23912 2004-06-10  Wim Taymans  <wim@fluendo.com>
23913
23914         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23915         (gst_theora_enc_init), (theora_enc_sink_link),
23916         (theora_buffer_from_packet), (theora_enc_set_property),
23917         (theora_enc_get_property):
23918         Set duration on encoded buffer, added some more properties
23919
23920 2004-06-10  Wim Taymans  <wim@fluendo.com>
23921
23922         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23923         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23924         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23925         * ext/theora/theoraenc.c: (theora_enc_chain):
23926         Fix refcounting bugs
23927
23928 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23929
23930         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
23931         (gst_asf_demux_loop), (gst_asf_demux_process_file),
23932         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
23933         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
23934         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
23935         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
23936         (gst_asf_demux_change_state):
23937         * gst/asfdemux/gstasfdemux.h:
23938           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
23939           feels like. I think we should set a new requirement for demuxers
23940           from now on to implement sane loop functions, data loops, query
23941           and seek functions before first commit into CVS. And this commit
23942           fixes all of the above.
23943
23944 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
23945
23946         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
23947           vorbis comments are properly encoded in UTF-8 before adding them
23948           to a GstTagList
23949
23950 2004-06-09  Benjamin Otte  <otte@gnome.org>
23951
23952         * ext/alsa/gstalsa.c: (add_channels):
23953           handle min <= max correctly
23954         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
23955         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
23956           add fixation functions so we fixate correctly. No preferring of alaw
23957           anymore because it's the first structure.
23958         * ext/alsa/gstalsa.h:
23959         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
23960         (gst_alsa_hw_params_dump):
23961           add functions to ease debugging in alsalib
23962         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
23963         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
23964         (gst_alsa_start_audio):
23965           only specify hw params if we really setup a format (fixes #134007 -
23966           or at least works around it)
23967
23968 2004-06-09  Wim Taymans  <wim@fluendo.com>
23969
23970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23971         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
23972         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
23973         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
23974         (gst_ogg_mux_loop):
23975         Use stream caps to setup the initial pages in the ogg stream.
23976         Correctly set the streamheader caps on the srcpad.
23977
23978 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23979
23980         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
23981         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
23982         (gst_v4lsrc_getcaps):
23983         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23984         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
23985           add querying of fps lists for webcams.  Negotiating to a framerate
23986           now works.
23987
23988 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23989
23990         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23991         (theora_push_buffer), (theora_push_packet),
23992         (theora_set_header_on_caps), (theora_enc_chain):
23993           mark buffers and put on streamheader, raw theora streaming
23994           now works too, whee
23995
23996 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23997
23998         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
23999         (gst_tcp_gdp_read_caps):
24000           do a looping read for caps and GDP headers too
24001
24002 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24003
24004         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24005         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24006           return EOS instead of NULL in _get
24007
24008 2004-06-08  Wim Taymans  <wim@fluendo.com>
24009
24010         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24011         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24012         (gst_tcp_gdp_write_caps):
24013         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24014         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24015         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24016         Memory leak fixes
24017
24018 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24019
24020         * ext/vorbis/Makefile.am:
24021         * ext/vorbis/vorbis.c: (plugin_init):
24022         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24023         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24024         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24025         (vorbis_parse_change_state):
24026         * ext/vorbis/vorbisparse.h:
24027           adding a vorbisparse element that marks the buffers, streaming
24028           raw vorbis using GDP now works, whee
24029
24030 2004-06-08  Wim Taymans  <wim@fluendo.com>
24031
24032         * ext/jpeg/Makefile.am:
24033         * ext/jpeg/README:
24034         * ext/jpeg/gstjpeg.c: (plugin_init):
24035         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24036         (gst_smokedec_base_init), (gst_smokedec_class_init),
24037         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24038         * ext/jpeg/gstsmokedec.h:
24039         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24040         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24041         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24042         (gst_smokeenc_resync), (gst_smokeenc_chain),
24043         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24044         * ext/jpeg/gstsmokeenc.h:
24045         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24046         (smokecodec_flush_destination), (smokecodec_term_destination),
24047         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24048         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24049         (smokecodec_term_source), (smokecodec_encode_new),
24050         (smokecodec_decode_new), (smokecodec_info_free),
24051         (smokecodec_set_quality), (smokecodec_get_quality),
24052         (smokecodec_set_threshold), (smokecodec_get_threshold),
24053         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24054         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24055         (smokecodec_parse_header), (smokecodec_decode):
24056         * ext/jpeg/smokecodec.h:
24057         Added a new simple jpeg based codec
24058
24059 2004-06-08  Wim Taymans  <wim@fluendo.com>
24060
24061         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24062         (gst_multipart_mux_loop):
24063         Fix memory leak
24064
24065 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24066
24067         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24068         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24069         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24070         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24071         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24072         * gst/tcp/gsttcpserversink.h:
24073           take streamheader into account
24074
24075 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24076
24077         * gst/level/Makefile.am:
24078         * gst/level/gstlevel.c: (gst_level_class_init):
24079           clean up marshal generation
24080
24081 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24082
24083         * gst/tcp/Makefile.am:
24084         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24085         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24086         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24087         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24088         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24089         (gst_tcpclientsrc_get_property):
24090         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24091         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24092         (gst_tcpserversink_handle_client_read),
24093         (gst_tcpserversink_handle_client_write),
24094         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24095         * gst/tcp/gsttcpserversink.h:
24096           add signals client-added and client-removed
24097         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24098         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24099         (gst_tcpserversrc_get_property):
24100         uniformized, change default protocol to NONE
24101         * gst/tcp/gsttcp-marshal.list: added
24102 2004-06-07  Benjamin Otte  <otte@gnome.org>
24103
24104         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24105           handle discont events if they happen before caps nego
24106
24107 2004-06-07  Wim Taymans  <wim@fluendo.com>
24108
24109         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24110         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24111         (gst_multipart_demux_plugin_init):
24112         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24113         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24114         (gst_multipart_mux_change_state):
24115         Small updates, fix a memleak
24116
24117 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24118
24119         * configure.ac: OSS portability
24120         * ext/arts/gst_arts.c: idem
24121         * sys/oss/gstosselement.c: idem
24122         * sys/oss/gstossmixer.c: idem
24123         * sys/oss/gstosssink.c: idem
24124         * sys/oss/gstosssrc.c: idem
24125         * sys/oss/oss_probe.c: idem
24126           - check for soundcard.h in different places for some BSD
24127
24128 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24129
24130         * AUTHORS:
24131         Add me to the authors file
24132         * configure.ac:
24133         Increase the libdv requirement to >= version 0.100
24134         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24135         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24136         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24137         * ext/dv/gstdvdec.h:
24138         Add support for the new_media flag when sending DISCONT events
24139         Make the querying work when video pad is not linked
24140
24141 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24142
24143         reviewed by Benjamin Otte  <otte@gnome.org>
24144
24145         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24146           create a NULL-initialized array of pads, so we don't think they
24147           exist already. (fixes #143130)
24148
24149 2004-06-07  Benjamin Otte  <otte@gnome.org>
24150
24151         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24152         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24153         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24154           don't use // coments
24155
24156 2004-06-07  Benjamin Otte  <otte@gnome.org>
24157
24158         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24159           cast to GstClockTime to get higher granularity
24160         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24161           use gst_element_set_time_delay to get the exact time
24162         * ext/mad/gstmad.c: (gst_mad_chain):
24163           use the negotiated rate instead of the current frame's rate which
24164           might be wrong because of bit errors. This avoids emitting totally
24165           bogus timestamps and screwing sync.
24166         (fixes #143454)
24167
24168 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24169
24170         reviewed by Benjamin Otte  <otte@gnome.org>
24171
24172         * gst/adder/gstadder.c: (gst_adder_loop):
24173           properly error out when no negotiation has happened yet. (fixes
24174           #143032)
24175
24176 2004-06-06  Benjamin Otte  <otte@gnome.org>
24177
24178         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24179           forward correctly transformed offset in discont events. Based on
24180           patch by Arwed v. Merkatz. (fixes #142851)
24181
24182 2004-06-06  David Schleef  <ds@schleef.org>
24183
24184         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24185         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24186         problems on several systems.
24187
24188 2004-06-06  Benjamin Otte  <otte@gnome.org>
24189
24190         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24191           use explicit caps on the srcpad
24192         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24193           properly error out if caps couldn't be set (fixes #142764)
24194
24195 2004-06-06  Benjamin Otte  <otte@gnome.org>
24196
24197         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24198         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24199         (gst_alsa_start_audio):
24200           - don't call set_periods_integer anymore, it breaks the
24201           configuration randomly
24202           - call snd_pcm_hw_params_set_access directly instead of using masks
24203           - don't fail if the sw_params can't be set, just use the default
24204           params and hope it works. Alsalib has weird issues when you touch
24205           sw_params and does no proper error reporting about what failed.
24206         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24207         (gst_alsa_close_audio):
24208           make our alsa debugging go via gst debugging and not conditionally
24209           defined
24210         * ext/alsa/gstalsa.h:
24211           add ALSA_DEBUG_FLUSH macro
24212         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24213         (plugin_init):
24214           wrap alsa errors to be printed via the gst debugging system and not
24215           spammed to stderr
24216
24217 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24218
24219         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24220         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24221         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24222         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24223         (qtdemux_parse_trak):
24224         * gst/qtdemux/qtdemux.h:
24225           Bitch. Also known as seeking, querying & co.
24226         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24227         (gst_osssink_change_state):
24228         * sys/oss/gstosssink.h:
24229           Resyncing is for weenies, this hack is no longer needed and was
24230           broken anyway (since it - unintendedly - always leaves resync to
24231           TRUE).
24232
24233 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24234
24235         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24236         * gst/tcp/gsttcpclientsrc.h: idem
24237           - define MSG_NOSIGNAL if not done
24238           - include unistd.h for off_t
24239           (fixes #143749)
24240
24241 2004-06-05  Benjamin Otte  <otte@gnome.org>
24242
24243         * configure.ac:
24244         * ext/kio/Makefile.am:
24245           check for qt's moc preprocessor explicitly and use it
24246
24247 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24248
24249         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24250           don't get a signal for EPIPE on socket writes
24251           (somebody check if this works on other platforms)
24252
24253 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24254
24255         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24256         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24257           check error condition on available samples correctly
24258
24259 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24260
24261         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24262           avoid a segfault
24263         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24264         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24265         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24266         (gst_tcpserversrc_gdp_read_header):
24267          use ssize_t over size_t since the former is signed and thus the
24268          check for error codes can work
24269
24270 2004-06-02  Wim Taymans  <wim@fluendo.com>
24271
24272         reviewed by: Johan
24273
24274         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24275         (gst_multipart_mux_loop):
24276         Oops
24277
24278 2004-06-02  Wim Taymans  <wim@fluendo.com>
24279
24280         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24281         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24282         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24283         (gst_multipart_mux_change_state):
24284         Added configurable boundary specifier, added the value as a
24285         caps field as well.
24286
24287 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24288
24289         * gst/tcp/gsttcp.c:
24290         * gst/tcp/gsttcpclientsrc.c:
24291         * gst/tcp/gsttcpclientsrc.h:
24292         * gst/tcp/gsttcpserversrc.c:
24293           - portability fix, to compile on OSX
24294             (fixes #143146)
24295
24296         * sys/osxaudio/gstosxaudioelement.c:
24297         * sys/osxaudio/gstosxaudiosink.c:
24298         * sys/osxaudio/gstosxaudiosrc.c:
24299           - compilation warnings on OSX
24300             (fixes #143153)
24301
24302 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24303
24304         * ext/vorbis/vorbisdec.c : sign warning fixes
24305
24306         * gst-libs/gst/mixer/mixertrack.c :
24307           do no use defines which are glib 2.4 specific
24308
24309 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24310
24311         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24312           buffer since libflac doesn't expect it (reports a sync error when
24313           it encounters that)
24314
24315
24316 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24317
24318         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24319         * gst-libs/gst/mixer/mixertrack.c:
24320         (gst_mixer_track_get_property), (get_mixer_track_init),
24321         (get_mixer_track_get_property): Added property accessors
24322         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24323         * gst-libs/gst/mixer/mixeroptions.c:
24324         (gst_mixer_options_get_values): Added
24325         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24326         * gst-libs/gst/mixer/mixer.c: Fixed comment
24327
24328
24329 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24330
24331         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24332           improve error messages on open
24333
24334
24335 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24336
24337         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24338           check if v4l-conf is in path
24339
24340 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24341
24342         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24343           change assert to a more readable error message
24344
24345 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24346
24347         * gst-libs/gst/tuner/tunerchannel.h:
24348           - add a freq_multiplicator field to make the conversion
24349             between internal frequency unit and Hz
24350         * sys/v4l/gstv4lelement.c:
24351         * sys/v4l2/gstv4l2element.c:
24352           - change default video device to /dev/video0
24353         * sys/v4l/v4l_calls.c:
24354         * sys/v4l2/v4l2_calls.c:
24355           - we only expose frequency to the user in Hz instead of
24356             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24357
24358 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24359         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24360           Initialise b_o_s and e_o_s variables
24361         * gst-libs/gst/riff/riff-media.c:
24362         (gst_riff_create_video_caps_with_data):
24363           Add some unusual fourcc's from mplayer avi's
24364         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24365           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24366           autoplugging.
24367
24368 2004-05-28  Wim Taymans  <wim@fluendo.com>
24369
24370         * configure.ac:
24371         * gst/alpha/Makefile.am:
24372         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24373         (gst_alpha_get_type), (gst_alpha_base_init),
24374         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24375         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24376         (gst_alpha_chroma_key), (gst_alpha_chain),
24377         (gst_alpha_change_state), (plugin_init):
24378         A plugin to add an alpha channel to I420 video. Can optionally do
24379         chroma keying.
24380         * gst/multipart/Makefile.am:
24381         * gst/multipart/multipart.c: (plugin_init):
24382         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24383         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24384         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24385         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24386         (gst_multipart_demux_change_state),
24387         (gst_multipart_demux_plugin_init):
24388         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24389         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24390         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24391         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24392         (gst_multipart_mux_pad_unlink),
24393         (gst_multipart_mux_request_new_pad),
24394         (gst_multipart_mux_handle_src_event),
24395         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24396         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24397         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24398         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24399         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24400         send multipart jpeg images to a browser.
24401         * gst/videobox/Makefile.am:
24402         * gst/videobox/README:
24403         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24404         (gst_video_box_get_type), (gst_video_box_base_init),
24405         (gst_video_box_class_init), (gst_video_box_init),
24406         (gst_video_box_set_property), (gst_video_box_get_property),
24407         (gst_video_box_sink_link), (gst_video_box_i420),
24408         (gst_video_box_ayuv), (gst_video_box_chain),
24409         (gst_video_box_change_state), (plugin_init):
24410         Crops or adds borders around an image. can do alpha channel
24411         borders as well.
24412         * gst/videomixer/Makefile.am:
24413         * gst/videomixer/README:
24414         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24415         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24416         (gst_videomixer_pad_get_sink_event_masks),
24417         (gst_videomixer_pad_get_property),
24418         (gst_videomixer_pad_set_property),
24419         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24420         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24421         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24422         (gst_videomixer_base_init), (gst_videomixer_class_init),
24423         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24424         (gst_videomixer_handle_src_event),
24425         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24426         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24427         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24428         (gst_videomixer_loop), (gst_videomixer_get_property),
24429         (gst_videomixer_set_property), (gst_videomixer_change_state),
24430         (plugin_init):
24431         Generic video mixer plugin, can handle multiple inputs all with
24432         different framerates and video sizes. Is fully alpha channel
24433         aware.
24434
24435 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24436
24437         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24438           Select first track as master track. Not sure how else to handle
24439           that...
24440         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24441           Discard discont events. Should fix #142962.
24442
24443 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24444
24445         * ext/alsa/Makefile.am:
24446         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24447         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24448         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24449         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24450         (gst_alsa_mixer_get_option):
24451         * ext/alsa/gstalsamixer.h:
24452         * ext/alsa/gstalsamixeroptions.c:
24453         (gst_alsa_mixer_options_get_type),
24454         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24455         (gst_alsa_mixer_options_new):
24456         * ext/alsa/gstalsamixeroptions.h:
24457         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24458         * ext/alsa/gstalsamixertrack.h:
24459           Add enumerations (as GstMixerOptions). Make correct distinction
24460           between input/output tracks. Add capture/playback private flag.
24461           Use flag to decide on whether to set capture or playback volumes
24462           or switches. Use playback and record switches.
24463         * gst-libs/gst/mixer/Makefile.am:
24464         * gst-libs/gst/mixer/mixer-marshal.list:
24465         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24466         (gst_mixer_set_option), (gst_mixer_get_option),
24467         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24468         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24469         * gst-libs/gst/mixer/mixer.h:
24470         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24471         (gst_mixer_options_class_init), (gst_mixer_options_init),
24472         (gst_mixer_options_dispose):
24473         * gst-libs/gst/mixer/mixeroptions.h:
24474           Add GstMixerOptions.
24475         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24476           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24477           broken device detection on computers with multiple OSS sound
24478           cards.
24479
24480 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24481
24482         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24483           fixate nicely even when the peer is not negotiating
24484
24485 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24486
24487         * gst/audioconvert/gstaudioconvert.c:
24488         (gst_audio_convert_parse_caps):
24489           make sure we don't allow depth > width
24490         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24491           fixate endianness to G_BYTE_ORDER as default
24492         * gst/audioscale/gstaudioscale.c:
24493           we don't handle another endianness as host-endianness
24494
24495 2004-05-25  David Schleef  <ds@schleef.org>
24496
24497         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24498
24499 2004-05-24  Benjamin Otte  <otte@gnome.org>
24500
24501         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24502         (gst_oggvorbisenc_setup):
24503           properly fail when we can't setup the vorbis encoder due to
24504           unsupported settings
24505         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24506         (gst_vorbisenc_setup):
24507           same
24508         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24509           fix case where warnings occured when one pad was unlinked while the
24510           other's link function was called
24511
24512 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24513
24514         * gst/tcp/Makefile.am:
24515           use GST_ENABLE_NEW
24516
24517 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24518
24519         * gst-libs/gst/resample/private.h:
24520           don't use optimizations that are #if 0'ed
24521
24522 2004-05-24  Wim Taymans  <wim@fluendo.com>
24523
24524         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24525         Fix potential division by zero error and hopefully get
24526         the position query right to get correct timestamps on avi
24527         audio.
24528
24529 2004-05-24  Wim Taymans  <wim@fluendo.com>
24530
24531         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24532         (gst_videoscale_scale_nearest_str2),
24533         (gst_videoscale_scale_nearest_str4),
24534         (gst_videoscale_scale_nearest_32bit),
24535         (gst_videoscale_scale_nearest_24bit),
24536         (gst_videoscale_scale_nearest_16bit):
24537         Fix the scaling algorithm and avoid a buffer overflow.
24538         removed the while loop in the scaling function as it
24539         was used for point sampling only.
24540
24541 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24542
24543         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24544         (gst_id3_tag_class_init), (gst_id3_tag_init),
24545         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24546         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24547         (gst_id3_tag_send_tag_event):
24548           lots of fixes to make id3mux work and id3demux work correctly
24549
24550 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24551
24552         * ext/Makefile.am:
24553           add rules to build shout2send (was removed by accident
24554           when this module was no more marked experimental/broken)
24555
24556 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24557
24558         * ext/shout2/gstshout2.c:
24559         * ext/shout2/gstshout2.h:
24560           adding a "connection problem" signal to shout2send
24561           (fixes #142954)
24562
24563 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24564
24565         * ext/kio/kioreceiver.cpp:
24566         * ext/kio/kioreceiver.h:
24567           fix sign comparison issues
24568
24569 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24570
24571         * gst/cdxaparse/gstcdxaparse.c:
24572         * gst/cdxaparse/gstcdxaparse.h:
24573           some renaming
24574           add some checks/sanity
24575           prepare for seek addition
24576
24577         * sys/sunaudio/gstsunaudio.c:
24578           remove exported dupe init function
24579
24580 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24581
24582         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24583         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24584           Fix format conversion and position querying.
24585         * gst/debug/progressreport.c: (gst_progressreport_report):
24586           Don't output a bogus total value that we didn't query.
24587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24588           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24589           only a blank window after xine has been used.
24590
24591 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24592
24593         * m4/as-arts.m4:
24594           sync with upstream version to fix test on FC2
24595           readd with -ko to preserve Id header
24596
24597 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24598
24599         * configure.ac:
24600           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24601         * gst/tcp/gsttcpclientsrc.c: idem
24602         * gst/tcp/gsttcpserversink.c: idem
24603         * gst/tcp/gsttcpserversrc.c: idem
24604         * m4/gst-fionread.m4: idem
24605
24606         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24607
24608         * configure.ac: enable speex plugin for speex 1.1.5+
24609         * ext/speex/gstspeexenc.c: fix cast warning
24610
24611         * ext/esd/README: fix typo
24612
24613 2004-05-20  David Schleef  <ds@schleef.org>
24614
24615         * configure.ac: Minor cosmetic change to convince the buildbot to
24616         reautogen.
24617         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24618         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24619         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24620         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24621         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24622         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24623         More hacking.  Plays audio now.
24624
24625 2004-05-20  David Schleef  <ds@schleef.org>
24626
24627         * configure.ac:
24628         * sys/Makefile.am:
24629
24630 2004-05-20  David Schleef  <ds@schleef.org>
24631
24632         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24633         * sys/osxaudio/gstosxaudio.c:
24634         * sys/osxaudio/gstosxaudioelement.c:
24635         * sys/osxaudio/gstosxaudioelement.h:
24636         * sys/osxaudio/gstosxaudiosink.c:
24637         * sys/osxaudio/gstosxaudiosink.h:
24638         * sys/osxaudio/gstosxaudiosrc.c:
24639         * sys/osxaudio/gstosxaudiosrc.h:
24640
24641 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24642
24643         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24644         (gst_vorbisenc_chain):
24645           put the codec headers on the caps as streamheader as well as
24646           pushing them out
24647
24648 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24649
24650         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24651         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24652         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24653         split up push_packet into two functions
24654
24655 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24656
24657         * gst/tcp/.cvsignore:
24658           ignore enums
24659         * gst/tcp/Makefile.am:
24660         * gst/tcp/README:
24661         * gst/tcp/gsttcp.c:
24662         * gst/tcp/gsttcp.h:
24663         * gst/tcp/gsttcpclientsink.c:
24664         * gst/tcp/gsttcpclientsink.h:
24665         * gst/tcp/gsttcpclientsrc.c:
24666         * gst/tcp/gsttcpclientsrc.h:
24667         * gst/tcp/gsttcpplugin.c:
24668         * gst/tcp/gsttcpserversink.c:
24669         * gst/tcp/gsttcpserversink.h:
24670         * gst/tcp/gsttcpserversrc.c:
24671         * gst/tcp/gsttcpserversrc.h:
24672           add new tcp elements
24673
24674 2004-05-19  Wim Taymans  <wim@fluendo.com>
24675
24676         * gst/law/mulaw-conversion.c: (mulaw_encode):
24677         Fix overflow bug in ulaw encoding.
24678
24679 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24680
24681         * ext/mad/gstmad.c: (gst_mad_handle_event):
24682           don't unref the event twice
24683
24684 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24685
24686         * configure.ac:
24687           remove -Wno-sign-compare
24688
24689 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24690
24691         * configure.ac:
24692           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
24693           if you want to work against glib 2.2 and 2.4
24694
24695 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24696
24697         * gst/tcp/Makefile.am:
24698         * gst/tcp/gsttcp.c:
24699         * gst/tcp/gsttcp.h:
24700         * gst/tcp/gsttcpsink.h:
24701         * gst/tcp/gsttcpsrc.h:
24702           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
24703
24704 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24705
24706         * gst/debug/tests.c: (md5_get_value):
24707           fix segfault on gst-inspect
24708
24709 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24710
24711         * gst/debug/testplugin.c:
24712         * gst/debug/tests.c:
24713         * gst/debug/tests.h:
24714           add new extensible and configurable testing element. Current tests
24715           include buffer count, stream length, timestamp/duration matching and
24716           md5.
24717         * gst/debug/Makefile.am:
24718         * gst/debug/gstdebug.c: (plugin_init):
24719           add infrastructure for new element
24720
24721 2004-05-19  Johan Dahlin  <johan@gnome.org>
24722
24723         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
24724         ending of the array. Fixes gst-inspect segfault on ppc.
24725
24726 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24727
24728         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
24729
24730         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
24731
24732 2004-05-18  David Schleef  <ds@schleef.org>
24733
24734         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
24735         warnings (bugs, actually) noticed by gcc but not forte.
24736
24737 2004-05-18  David Schleef  <ds@schleef.org>
24738
24739         * sys/sunaudio/Makefile.am:
24740         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
24741
24742 2004-05-18  David Schleef  <ds@schleef.org>
24743
24744         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
24745         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
24746         to allow qtdemux to use non-seekable streams. (bug #142272)
24747
24748 2004-05-18  David Schleef  <ds@schleef.org>
24749
24750         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
24751         (gst_resample_sinc_ft_float): Remove use of static temporary
24752         buffer.  This code was obviously not supposed to last long, but
24753         it's stuck in our ABI, so it required a little hack to make it
24754         ABI-compatible.  Fixes #142585.
24755         * gst-libs/gst/resample/resample.h: same.
24756
24757 2004-05-18  David Schleef  <ds@schleef.org>
24758
24759         * configure.ac: Add sunaudio
24760         * examples/Makefile.am: make gstplay depend on gconf
24761         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
24762         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
24763         (convert_table_lookup), (img_convert): remove c99-isms
24764         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
24765           unsigned, to fix a warning on Solaris
24766         * gst/mpeg1sys/systems.c: bcopy->memcpy
24767         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
24768         * sys/Makefile.am: Add sunaudio
24769
24770 2004-05-18  Wim Taymans  <wim@fluendo.com>
24771
24772         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
24773         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
24774         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
24775         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
24776         (gst_ogg_mux_loop):
24777         Fix an ugly memleak where the muxer didn't flush enough ogg
24778         pages. This also resulted in badly muxed ogg files.
24779
24780 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24781
24782         * gst/asfdemux/asfheaders.c :
24783         * gst/asfdemux/asfheaders.h :
24784         * gst/asfdemux/gstasfdemux.c :
24785           - fix ASF_OBJ_PADDING guid
24786           - add 3 new object guids (language list, metadata,
24787             extended stream properties)
24788           - add a function to parse extended header objects
24789
24790 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24791
24792         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
24793           remove leftover debugging g_print
24794
24795 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24796
24797         * ext/mad/gstmad.c: (gst_mad_handle_event):
24798           Fix for when the first format in a discont event is not a
24799           byte-based one. Should fix #137710.
24800
24801 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24802
24803         * m4/a52.m4 : fix compilation with -Wall -Werror
24804         * m4/libfame.m4 : idem
24805         * m4/libmikmod.m4 : idem
24806
24807 2004-05-17  Benjamin Otte  <otte@gnome.org>
24808
24809         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24810           signal the new tags before giving up the reference
24811
24812 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24813
24814         * ext/shout2/gstshout2.c:
24815           use application/ogg instead of application/x-ogg (patch by Patrick
24816           Guimond, fixes #142432)
24817         * sys/oss/gstosselement.c: (gst_osselement_reset),
24818         (gst_osselement_sync_parms):
24819           don't set fragment size unless specified (fixes #142493)
24820
24821 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24822
24823         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
24824           fixes #142664
24825
24826 2004-05-17  Benjamin Otte  <otte@gnome.org>
24827
24828         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
24829           compute offsets correctly for internal buffers so timestamps are set
24830           correctly when we can't seek. Also handle cases where there are no
24831           offsets. (based on a patch by David Moore, fixes #142507)
24832
24833 2004-05-17  Benjamin Otte  <otte@gnome.org>
24834
24835         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24836           use correct variable when determining amount of data to skip so we
24837           don't skip into the void and segfault
24838
24839 2004-05-16  Benjamin Otte  <otte@gnome.org>
24840
24841         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24842           Hi, I'm a memleak
24843
24844 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24845
24846         * gst/asfdemux/gstasfdemux.c:
24847           - fix a mem leak and always propagate tags
24848           - add WMV3 to known video codecs (but no decoder yet)
24849           - replace "surplus data" at end of audio header for what
24850             it is : codec specific data
24851           - fix a typo
24852
24853 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
24854
24855         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24856
24857         * gst-libs/gst/audio/audioclock.c:
24858           Fix wrong return type (#142205).
24859
24860 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24861
24862         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
24863           Ignore CRCs by default (fixes #142566).
24864
24865 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24866
24867         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
24868         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
24869         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
24870         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
24871         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24872         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
24873           Fix for cases where we fail to attach to a mixer.
24874
24875 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24876
24877         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
24878           Don't touch events after not owning them anymore.
24879         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
24880         (gst_wavparse_fmt), (gst_wavparse_other),
24881         (gst_wavparse_handle_seek), (gst_wavparse_loop),
24882         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
24883         (gst_wavparse_srcpad_event):
24884         * gst/wavparse/gstwavparse.h:
24885           Add seeking, fix querying.
24886
24887 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24888
24889         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24890           - process comments even if they don't end with \0\0
24891             g_convert would ignore them if present and works well without them
24892
24893 2004-05-16  Benjamin Otte  <otte@gnome.org>
24894
24895         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
24896           simplify caps
24897
24898 2004-05-16  Benjamin Otte  <otte@gnome.org>
24899
24900         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
24901           don't write to memory we might not write to - g_convert does that
24902           for us anyway (fixes #142613)
24903         (gst_asf_demux_audio_caps):
24904           comment out gst_util_dump_mem
24905
24906 2004-05-16  Benjamin Otte  <otte@gnome.org>
24907
24908         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24909           compute correct expected timestamps after seek (broken since
24910           last commit)
24911         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
24912           rename element and debugging category to gdkpixbufscale
24913
24914 2004-05-16  Benjamin Otte  <otte@gnome.org>
24915
24916         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24917           add error checking to snd_pcm_delay and remove duplicate call to
24918           snd_pcm_delay that caused issues (see inline code comments)
24919         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24920           make more readable and fix return value when snd_pcm_delay fails
24921         (fixes #142586)
24922
24923 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
24924         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
24925         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
24926         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
24927         (gst_pixbufscale_link), (gst_pixbufscale_init),
24928         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
24929         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
24930         (gst_pixbufscale_get_property), (pixbufscale_init):
24931         * ext/gdk_pixbuf/pixbufscale.h:
24932         Add these files I forgot earlier
24933
24934 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
24935         * ext/gdk_pixbuf/Makefile.am:
24936         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
24937         * ext/gdk_pixbuf/gstgdkpixbuf.h:
24938         Add new pixbufscale element to scale RGB video
24939         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
24940         and HYPER interpolation correctly.
24941         * ext/theora/theoraenc.c: (theora_enc_chain),
24942         Discard buffer and return if explicit caps could not be set
24943         (theora_enc_get_property):
24944         Make _get return kbps for the bitrate consistent with
24945         the _set function.
24946
24947
24948 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24949
24950         * ext/libvisual/visual.c: (gst_visual_chain):
24951           add missing visual_audio_analyze
24952
24953 2004-05-14  David Schleef  <ds@schleef.org>
24954
24955         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
24956         is killed while we're playing.
24957         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
24958         gst_element_no_more_pads().
24959
24960 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24961
24962         * gst-libs/gst/riff/riff-read.c :
24963           - fix INFO tag extraction in RIFF/AVI files
24964             because gst_event_unref (event) also freed taglist
24965           - avoid a mem leak
24966
24967 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24968
24969         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
24970         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
24971
24972         * gst/auparse/gstauparse.c :
24973           - add code (commented for now) to support audio/x-adpcm on src pad
24974             (we have no decoder for those layout yet)
24975
24976         * gst/cdxaparse/gstcdxaparse.c :
24977         * gst/cdxaparse/gstcdxaparse.h :
24978           - partial rewrite using RiffRead (ripped iain's wavparse code)
24979
24980         * gst/rtp/gstrtpL16enc.c : typo
24981         * gst/rtp/gstrtpgsmenc.c : typo
24982
24983 2004-05-13  Benjamin Otte  <otte@gnome.org>
24984
24985         * configure.ac:
24986           check for exact version of libvisual, it's not supposed to be
24987           API/ABI stable yet
24988
24989 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24990
24991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
24992           signal no-more-pads
24993
24994 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
24995
24996         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
24997         Report which format was used for GST_FORMAT_DEFAULT
24998         * gst/debug/Makefile.am:
24999         * gst/debug/gstdebug.c: (plugin_init):
25000         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25001         (gst_progressreport_class_init), (gst_progressreport_init),
25002         (gst_progressreport_report), (gst_progressreport_set_property),
25003         (gst_progressreport_get_property), (gst_progressreport_chain),
25004         (gst_progressreport_plugin_init):
25005         Add progressreport element for testing.
25006
25007 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25008
25009         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25010         * sys/v4l/gstv4lsrc.h:
25011         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25012         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25013         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25014         (gst_v4lsrc_grab_frame):
25015           add more debugging
25016           send a discont at start
25017
25018 2004-05-12  Colin Walters  <walters@redhat.com>
25019
25020         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25021         inflooping if we can't find a chunk.  Or in other words, don't blow
25022         chunks if we don't have a chunk to blow.
25023
25024 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25025         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25026         Remove old debug output
25027         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25028         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25029         (gst_dvdec_set_property), (gst_dvdec_get_property):
25030         Change the quality setting to an enum, so it works from gst-launch
25031         Don't renegotiate a non-linked pad. Allows audio only decoding.
25032         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25033         (gst_deinterlace_link), (gst_deinterlace_init):
25034         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25035         (gst_videodrop_link):
25036         Some caps negotiation fixes
25037
25038 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25039
25040         * ext/tarkin/gsttarkin.c :
25041           - Change RANK from NONE to PRIMARY
25042         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25043           - Change RANK from NONE to MARGINAL
25044         * ext/divx/gstdivxenc.c :
25045           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25046
25047 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25048
25049         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25050         (gst_vorbisenc_push_packet):
25051           copy a function that was added between 1.0 and 1.0.1 until we
25052           depend on worthwhile features of post-1.0
25053
25054 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25055
25056         * configure.ac:
25057           enable shout2 by default
25058         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25059         (gst_shout2send_base_init), (gst_shout2send_init),
25060         (gst_shout2send_connect), (gst_shout2send_change_state):
25061         * ext/shout2/gstshout2.h:
25062           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25063           #142262)
25064         * ext/theora/theora.c: (plugin_init):
25065           don't set rank on encoders
25066
25067 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25068
25069         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25070           Use codec_data property instead of flag1 and flag2 for wma
25071
25072 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25073
25074         * gst/cdxaparse/gstcdxaparse.c :
25075           - Add mpegversion to CAPS to make it link
25076           - Rank is as GST_RANK_SECONDARY instead of NONE
25077         * gst/auparse/gstauparse.c :
25078           - Document all audio encoding we can encounter from Solaris 9
25079             headers and libsndfile information.
25080           - Increase max. rate from 48000 to 192000 (to match other elements)
25081           - Don't try to play junk data between header and samples
25082
25083 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25084
25085         * ext/libvisual/visual.c: (gst_visual_getcaps):
25086           use the right caps depending on endianness (I hope)
25087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25088           use GST_RANK_NONE for all non-decoding elements or spider gets
25089           mighty confused
25090
25091 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25092
25093         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25094           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25095
25096 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25097
25098         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25099         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25100         (gst_switch_loop), (gst_switch_get_type):
25101           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25102           HEADERS. Had to be said.
25103
25104 2004-05-10  David Schleef  <ds@schleef.org>
25105
25106         * configure.ac: Add prototype Dirac support.
25107         * ext/Makefile.am:
25108         * ext/dirac/Makefile.am:
25109         * ext/dirac/gstdirac.cc:
25110         * ext/dirac/gstdiracdec.cc:
25111
25112 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25113
25114         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25115         (gst_auparse_init), (gst_auparse_chain),
25116         (gst_auparse_change_state):
25117           Hack around spider. Remove me some day please.
25118
25119 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25120
25121         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25122           Fix for some uninitialized variables in previous patch, also
25123           makes it work. Fixes #142286 while we're at it.
25124
25125 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25126
25127         * gst/auparse/gstauparse.c:
25128                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25129                 only unsupported formats are ADPCM/CCITT G.72x
25130                 reviewed by Ronald
25131         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25132
25133 2004-05-10  Wim Taymans  <wim@fluendo.com>
25134
25135         * ext/vorbis/Makefile.am:
25136         * ext/vorbis/README:
25137         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25138         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25139         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25140         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25141         (gst_oggvorbisenc_convert_sink),
25142         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25143         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25144         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25145         (get_constraints_string), (update_start_message),
25146         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25147         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25148         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25149         * ext/vorbis/oggvorbisenc.h:
25150         * ext/vorbis/vorbis.c: (plugin_init):
25151         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25152         (raw_caps_factory), (gst_vorbisenc_class_init),
25153         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25154         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25155         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25156         * ext/vorbis/vorbisenc.h:
25157         Added a raw vorbis encoder to be used with the oggmuxer.
25158         We still need the old encoder for some gnome applications,
25159         read the README to find out how that works.
25160         The raw encoder is called "rawvorbisenc" until 0.9.
25161
25162 2004-05-10  Wim Taymans  <wim@fluendo.com>
25163
25164         * ext/ogg/gstogg.c: (plugin_init):
25165         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25166         (gst_ogg_print):
25167         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25168         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25169         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25170         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25171         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25172         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25173         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25174         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25175         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25176         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25177         Added an ogg muxer.
25178         Small typo fixes in the demuxer.
25179
25180 2004-05-10  Wim Taymans  <wim@fluendo.com>
25181
25182         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25183         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25184         (theora_enc_change_state), (theora_enc_set_property),
25185         (theora_enc_get_property):
25186         Mark the last packet with an EOS flag which is not really needed
25187         in gstreamer.
25188         Do some better video framerate initialisation.
25189         Update the buffer timestamp.
25190
25191 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25192
25193         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25194         Return the result of the parent state change call
25195
25196 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25197
25198         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25199         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25200         * gst/law/alaw-encode.c : (idem)
25201         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25202         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25203         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25204
25205 2004-05-09  Benjamin Otte  <otte@gnome.org>
25206
25207         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25208           don't use a fixed buffer size when writing variable length data to
25209           it. Fixes memory corruption and makes alsasrc work
25210
25211 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25212
25213         * ext/gnomevfs/gstgnomevfssink.c:
25214         (_gst_boolean_allow_overwrite_accumulator),
25215         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25216           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25217           RUN_LAST, and don't use that to set the accumulator value because
25218           then it's always FALSE.
25219
25220 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25221
25222         * gst-libs/gst/riff/riff-media.c:
25223         (gst_riff_create_video_caps_with_data),
25224         (gst_riff_create_audio_caps),
25225         (gst_riff_create_audio_template_caps):
25226         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25227           Fix for unaligned RIFF files (i.e. where all the chunks together
25228           in a LIST chunk are not of the same size as the size given in
25229           the LIST chunk header). Fixes several odd WAVE files. Also fix
25230           ADPCM (block_align property) in audio, so that wavparse based
25231           on this works now as it used to stand-alone.
25232
25233 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25234
25235         reviewed by Benjamin Otte  <otte@gnome.org>
25236
25237         * ext/a52dec/gsta52dec.c:
25238         * ext/divx/gstdivxdec.c:
25239         * ext/divx/gstdivxenc.c:
25240         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25241         * ext/faac/gstfaac.c: (gst_faac_base_init):
25242         * ext/faad/gstfaad.c: (gst_faad_base_init):
25243         * ext/ivorbis/vorbisfile.c:
25244         * ext/lame/gstlame.c:
25245         * ext/libfame/gstlibfame.c:
25246         * ext/mpeg2enc/gstmpeg2enc.cc:
25247         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25248         * ext/sidplay/gstsiddec.cc:
25249         * ext/speex/gstspeexdec.c:
25250         * ext/speex/gstspeexenc.c:
25251         * ext/xvid/gstxviddec.c:
25252         * ext/xvid/gstxvidenc.c:
25253           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25254           (fixes #142193)
25255
25256 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25257
25258         * ext/alsa/gstalsa.c: (device_list),
25259         (gst_alsa_class_probe_devices):
25260         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25261           Fix alsa oddness in mixer after the combination of using mixer
25262           in source/sink elements and using hw:x,y instead of just hw:x.
25263
25264 2004-05-09  Benjamin Otte  <otte@gnome.org>
25265
25266         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25267         (gst_wavparse_create_sourcepad):
25268           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25269           sourcepads
25270
25271 2004-05-09  Benjamin Otte  <otte@gnome.org>
25272
25273         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25274           allow discont events before caps nego
25275
25276 2004-05-08  Benjamin Otte  <otte@gnome.org>
25277
25278         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25279           don't leak events
25280
25281 2004-05-08  Benjamin Otte  <otte@gnome.org>
25282
25283         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25284         (gst_level_change_state), (gst_level_init):
25285         * gst/level/gstlevel.h:
25286           figure out if we're initialized directly instead of keeping a
25287           variable that's wrong in 90% of cases
25288           don't initialize pads and then leak them and use a new unitialized
25289           pad. (fixes #142084)
25290           these were bugs so n00bish I didn't find them for an hour :/
25291
25292 2004-05-08 Iain <iain@prettypeople.org>
25293
25294         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25295         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25296         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25297         return the length that was read.
25298         (gst_riff_read_strf_auds): Allow fmt tags as well.
25299
25300 2004-05-07  David Schleef  <ds@schleef.org>
25301
25302         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25303         signed char assumption in faad.h.
25304
25305 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25306
25307         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25308           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25309
25310 2004-05-07  Colin Walters  <walters@redhat.com>
25311
25312         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25313         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25314         function.
25315         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25316         Add dispose function.
25317
25318 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25319         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25320           Fix caps nego and pad templates. RGB mode caps should
25321           work now.
25322         * ext/dvdnav/gst-dvd:
25323           Move mpeg2dec inside the thread because otherwise the
25324           queue rejects cap changes mid-stream
25325         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25326         (gst_mpeg2dec_flush_decoder):
25327           For mpeg2dec > 0.4.0, call the flush function instead of
25328           manually extracting all in-flight frames.
25329         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25330         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25331           Change mime type video/dv go video/x-dv to match the
25332           rest of gst-plugins
25333
25334 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25335
25336         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25337         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25338         (gst_alsa_sink_class_init):
25339         * ext/alsa/gstalsasink.h:
25340         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25341         (gst_alsa_src_class_init):
25342         * ext/alsa/gstalsasrc.h:
25343           Make alsasink/src a subclass of alsamixer so that mixer stuff
25344           shows up in gst-rec. Needs some finetuning.
25345
25346 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25347
25348         * ext/lame/gstlame.c: (gst_lame_chain):
25349           simplify
25350         * ext/mad/gstmad.c: (gst_mad_handle_event):
25351           fix event leak
25352         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25353           be able to detect mp3 files < 4096 bytes
25354
25355 2004-05-06  Wim Taymans  <wim@fluendo.com>
25356
25357         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25358         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25359         (theora_enc_set_property), (theora_enc_get_property):
25360         Also encode the first frame, cleanup some code.
25361
25362 2004-05-06  Wim Taymans  <wim@fluendo.com>
25363
25364         * ext/mpeg2enc/gstmpeg2enc.cc:
25365         Forward events first before deciding that negotiation was
25366         not performed.
25367
25368 2004-05-06  Wim Taymans  <wim@fluendo.com>
25369
25370         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25371         First process the events before deciding that negotiation
25372         was not performed.
25373
25374 2004-05-06  Wim Taymans  <wim@fluendo.com>
25375
25376         * ext/theora/Makefile.am:
25377         * ext/theora/theora.c: (plugin_init):
25378         * ext/theora/theoradec.c: (theora_dec_change_state):
25379         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25380         (gst_theora_enc_class_init), (gst_theora_enc_init),
25381         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25382         (theora_enc_chain), (theora_enc_change_state),
25383         (theora_enc_set_property), (theora_enc_get_property):
25384         Added a theora encoder, grouped the encoder and decoder into the
25385         same plugin.
25386
25387 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25388
25389         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25390         (gst_jpegenc_chain):
25391         fix DURATION on outgoing buffers
25392         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25393         debug using time formats
25394         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25396         (gst_xvimagesink_sink_link):
25397         windows with width/height 0 generate X errors, so don't allow them
25398
25399 2004-05-05  Wim Taymans  <wim@fluendo.com>
25400
25401         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25402         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25403         (gst_mpeg2dec_negotiate_format):
25404         * ext/mpeg2dec/gstmpeg2dec.h:
25405           removed the static pad template so that we can add the
25406           more accurate framerate value to the caps.
25407
25408
25409 2004-05-04  Benjamin Otte  <otte@gnome.org>
25410
25411         * configure.ac:
25412           check for kdemacros.h, too (should fix #141821)
25413         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25414           don't crash if no header was sent, but nicely error out (fixes part
25415           of #141554)
25416
25417 2004-05-04  Wim Taymans  <wim@fluendo.com>
25418
25419         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25420         parent dispose function to avoid segfault on destroy.
25421
25422 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25423
25424         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25425         (plugin_init):
25426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25427         (gst_xvimagesink_sink_link):
25428         clean up debugging caps
25429         also recreate xvimage when format has changed
25430
25431 2004-05-04  Benjamin Otte  <otte@gnome.org>
25432
25433         * ext/libvisual/Makefile.am:
25434         * ext/libvisual/visual.c: (gst_visual_class_init),
25435         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25436         (gst_visual_srclink), (gst_visual_chain),
25437         (gst_visual_change_state), (plugin_init):
25438           use a GstAdapter to correctly adapt buffer sizes - allows using a
25439           framerate
25440
25441 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25442
25443         * sys/v4l/gstv4lelement.h:
25444         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25445         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25446         (gst_v4lsrc_buffer_free):
25447         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25448         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25449         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25450         (gst_v4lsrc_requeue_frame):
25451         move some debugging categories around
25452         query for fps index and set accordingly if found
25453
25454 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25455
25456         * ext/lame/gstlame.c:
25457         correct defaults that lame_init puts out of range
25458
25459 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25460
25461         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25462         (gst_divxenc_class_init):
25463         fix range since -1 is the default
25464         * gst/mpeg1sys/gstmpeg1systemencode.c:
25465         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25466         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25467         (gst_rtjpegdec_chain):
25468         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25469         (gst_rtjpegenc_chain):
25470         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25471         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25472         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25473         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25474         * sys/v4l/gstv4lsrc.c:
25475         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25476         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25477         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25478         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25479         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25480           remove gst_info calls
25481
25482 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25483
25484         * Makefile.am:
25485         * po/af.po:
25486         * po/az.po:
25487         * po/en_GB.po:
25488         * po/nl.po:
25489         * po/sr.po:
25490         * po/sv.po:
25491           Updated translations
25492
25493 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25494
25495         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25496           refactor/comment code
25497
25498 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25499
25500         * gst/asfdemux/Makefile.am:
25501         * gst/asfdemux/asfheaders.c:
25502         * gst/asfdemux/asfheaders.h:
25503         * gst/asfdemux/gstasf.c: (plugin_init):
25504         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25505         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25506         (gst_asf_demux_setup_pad):
25507         * gst/asfdemux/gstasfdemux.h:
25508         * gst/asfdemux/gstasfmux.c:
25509         * gst/asfdemux/gstasfmux.h:
25510           Add tagging support to demuxer, split out registration in its own
25511           file instead of in demux (hacky), and prevent having some tables
25512           in our memory multiple times (in asfheaders.h).
25513
25514 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25515
25516         * gst/matroska/matroska-demux.c:
25517         (gst_matroska_demux_parse_metadata):
25518         * gst/matroska/matroska-ids.h:
25519           Basic tag reading support.
25520
25521 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25522
25523         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25524           Really detect ac-3 audio.
25525         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25526           really detect matroska files (off-by-1).
25527
25528 2004-04-30  David Schleef  <ds@schleef.org>
25529
25530         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25531         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25532         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25533         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25534         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25535         hackage -- parse a lot more atoms, extract a few tags.  One might even
25536         mistake this for tag support.  Maybe it is.
25537         * gst/qtdemux/qtdemux.h:
25538
25539 2004-04-30  Colin Walters  <walters@verbum.org>
25540
25541         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25542
25543 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25544
25545         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25546         (gst_ffmpegcolorspace_getcaps):
25547           remove broken nego fix
25548
25549 2004-04-30  Benjamin Otte  <otte@gnome.org>
25550
25551         * configure.ac:
25552         * ext/Makefile.am:
25553         * ext/libvisual/Makefile.am:
25554         * ext/libvisual/visual.c:
25555           add initial support for libvisual (http://libvisual.sourceforge.net)
25556           libvisual is still quite alpha, so expect crashes in there :)
25557
25558 2004-04-29  David Schleef  <ds@schleef.org>
25559
25560         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25561         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25562         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25563         code; you will no longer respect me.
25564
25565 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25566
25567         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25568         * ext/alsa/gstalsa.h :
25569         change alsa pcm device discovery to find more than 1 device
25570         per card. code review by Ronald.
25571
25572 2004-04-29  David Schleef  <ds@schleef.org>
25573
25574         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25575         Add a check for a driver bug on FreeBSD.  (bug #140565)
25576
25577 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25578
25579         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25580         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25581         (gst_jpegenc_getcaps):
25582           move format setting to inner loop
25583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25584         (gst_ffmpegcolorspace_getcaps):
25585           use GST_PAD_CAPS if available so that we use already negotiated
25586           caps
25587         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25588         (qtdemux_parse_moov), (qtdemux_parse):
25589           extra debugging
25590         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25591         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25592           move hardcoded path to DEFINE
25593
25594 2004-04-28  David Schleef  <ds@schleef.org>
25595
25596         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25597         (bug #140064)
25598
25599 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25600
25601         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25602           Don't probe for playback device if we're a source element. Fixes
25603           #139658.
25604
25605 2004-04-29  Benjamin Otte  <otte@gnome.org>
25606
25607         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25608         (gst_id3_tag_chain):
25609           rewrite buffer offset
25610
25611 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25612
25613         * configure.ac:
25614         * ext/Makefile.am:
25615         * ext/dts/Makefile.am:
25616         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25617         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25618         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25619         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25620         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25621         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25622         (plugin_init):
25623         * ext/dts/gstdtsdec.h:
25624           New DTS decoder.
25625         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25626         (gst_faad_srcconnect):
25627           Add ESDS atom handling (.m4a).
25628
25629 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25630
25631         * ext/divx/gstdivxdec.c: (plugin_init):
25632           Remove comment that makes no sense.
25633         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25634           Fix for obvious typo that resulted in warnings during gst-register.
25635         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25636         (gst_xviddec_sink_link):
25637           Fix caps negotiation a bit better.
25638         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25639           We call this 'codec_data', not 'esds'.
25640
25641 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25642
25643         * gst/monoscope/gstmonoscope.c:
25644           make sure we only provide 256x128
25645         * gst/monoscope/monoscope.c: (monoscope_init):
25646           assert size of 256x128
25647
25648 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25649
25650         * Makefile.am:
25651         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25652         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25653           fixate to max width and height of device
25654
25655 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25656
25657         * Makefile.am:
25658         * sys/v4l/gstv4l.c:
25659         * sys/v4l/gstv4lsrc.c:
25660         * sys/v4l/v4l_calls.c:
25661         * sys/v4l/v4lsrc_calls.c:
25662           fix for qc-usb driver which fakes having more than one buffer
25663           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25664           buffer_free override
25665           add debugging
25666
25667 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25668
25669         * Makefile.am:
25670         * gst/videotestsrc/gstvideotestsrc.c:
25671         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25672         (gst_videotestsrc_init), (gst_videotestsrc_get),
25673         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25674         * gst/videotestsrc/gstvideotestsrc.h:
25675           add num-buffers property
25676
25677         2004-04-26  Benjamin Otte  <otte@gnome.org>
25678
25679         * ext/mad/gstid3tag.c: (plugin_init):
25680           set id3mux rank to NONE so it doesn't confuse spider
25681           require audio/mpeg,mpegversion=1 in id3mux
25682
25683 2004-04-26  Benjamin Otte  <otte@gnome.org>
25684
25685         * configure.ac:
25686           detect faad correctly as non-working if it's indeed non-working
25687
25688 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25689
25690         * Makefile.am:
25691         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25692         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
25693         fix _getcaps so it only negotiates to its supported format
25694
25695 2004-04-25  Benjamin Otte  <otte@gnome.org>
25696
25697         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25698           fix memleak
25699
25700 2004-04-23  Benjamin Otte  <otte@gnome.org>
25701
25702         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
25703           audio/x-raw-int with height rules! not. Now it's depth.
25704
25705 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25706
25707         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
25708         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25709         (gst_wavparse_loop):
25710           Missing variable initialization. Add handling of DVI ADPCM. Fix
25711           mis-parsing of LIST chunks. This works around a bug where we mis-
25712           parse non-aligning LIST chunks (so LIST chunks where the contents
25713           don't align with the actual LIST size). The correct fix is to use
25714           rifflib, I'm not going to fix wavparse - too much work. All this
25715           fixes #104878.
25716
25717 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25718
25719         reviewed by Benjamin Otte  <otte@gnome.org>
25720
25721         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
25722           fix shoutcast not working (fixes #140844)
25723
25724 2004-04-22  Benjamin Otte  <otte@gnome.org>
25725
25726         * ext/hermes/gsthermescolorspace.c:
25727         (gst_hermes_colorspace_caps_remove_format_info):
25728         * gst/colorspace/gstcolorspace.c:
25729         (gst_colorspace_caps_remove_format_info):
25730         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25731         (gst_ffmpegcolorspace_caps_remove_format_info):
25732           s/gst_caps_simplify/gst_caps_do_simplify/
25733
25734 2004-04-22  Benjamin Otte  <otte@gnome.org>
25735
25736         * gst-libs/gst/riff/riff-media.c:
25737         (gst_riff_create_video_caps_with_data):
25738           mpegversion is an int
25739         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
25740           don't try to create pad templates with NULL caps, use any caps
25741           instead.
25742
25743 2004-04-20  David Schleef  <ds@schleef.org>
25744
25745         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
25746         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
25747         (bug #140384)
25748
25749 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25750
25751         reviewed by David Schleef
25752
25753         * ext/mad/gstid3tag.c: Add stdlib.h
25754         * gst/rtp/gstrtpgsmenc.c: same
25755         * gst/tags/gstid3tag.c: same
25756         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
25757         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
25758         GST_DISABLE_LOADSAVE use.
25759         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
25760         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
25761         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
25762         atol(3)).
25763         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
25764         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
25765         strtoul(3)).
25766         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
25767         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
25768         $(ID3_CFLAGS).
25769         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
25770         $(LIBFAME_CFLAGS).
25771
25772 2004-04-20  David Schleef  <ds@schleef.org>
25773
25774         * gst/realmedia/rmdemux.c:  This was supposed to part of the
25775         last checkin.  Same idea.
25776
25777 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
25778
25779         reviewed by David Schleef
25780
25781         * configure.ac: bump required gstreamer version to 0.8.1.1
25782         because of following changes [--ds]
25783
25784         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
25785         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
25786         (gst_riff_read_header):  Use GST_READ_UINT*
25787         macros to access possibly unaligned memory.
25788
25789         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
25790         (mp3_type_find):  Use GST_READ_UINT*
25791         macros to access possibly unaligned memory.
25792         (mp3_type_find, mpeg1_parse_header, qt_type_find)
25793         (speex_type_find): Likewise
25794
25795         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
25796
25797         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
25798         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
25799         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
25800         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
25801         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
25802         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
25803         macros to access possibly unaligned memory.
25804
25805         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
25806         Likewise.
25807
25808         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
25809         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
25810
25811         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
25812         Likewise.
25813
25814         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
25815         (gst_mpeg2subt_chain_subtitle): Likewise.
25816
25817         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
25818         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
25819         Likewise.
25820
25821         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
25822         Likewise.
25823
25824         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
25825         Likewise.
25826
25827         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
25828         Likewise.
25829
25830 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25831
25832         * configure.ac:
25833           update required version of GStreamer because of GST_TIME_FORMAT
25834
25835 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25836
25837         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
25838           remove leftover g_print
25839         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25840           don't try setting only a subset of the caps. We don't want to kill
25841           autoplugging on purpose
25842
25843 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25844
25845         * sys/ximage/ximagesink.c: (plugin_init):
25846         * sys/xvimage/xvimagesink.c: (plugin_init):
25847           add debugging categories
25848
25849 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25850
25851         * po/en_GB.po:
25852         * po/LINGUAS:
25853           Adding en_GB translation (Gareth Owen)
25854
25855 2004-04-20  David Schleef  <ds@schleef.org>
25856
25857         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25858         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
25859         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
25860         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
25861         A number of new features and hacks to extract the esds atom and
25862         put it into the caps.  (bug #137724)
25863
25864 2004-04-19  David Schleef  <ds@schleef.org>
25865
25866         * gconf/Makefile.am: Fix for non-GNU make
25867         * gst-libs/gst/Makefile.am: Change directory order to handle
25868         GstPlay linking with gstinterfaces
25869         * gst-libs/gst/audio/make_filter: make use of tr portable
25870         * gst-libs/gst/play/Makefile.am: Add intended \
25871         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25872         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
25873         function prototype instead of void *.
25874         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
25875         macro.
25876         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25877         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
25878         * gst/videofilter/make_filter: make use of tr portable
25879         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
25880
25881 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25882
25883         * po/LINGUAS:
25884         * po/uk.po:
25885           Added Ukrainian translation (Maxim V. Dziumanenko)
25886
25887 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25888
25889         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
25890         (gst_gsmdec_link), (gst_gsmdec_chain):
25891           Fix capsnego, simplify chain function slightly.
25892         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25893           Add GSM.
25894
25895 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25896
25897         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25898         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
25899         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
25900           Hack to make wavparse work with spider (always -> sometimes pad).
25901           Fixes #135862 && #140411.
25902
25903 2004-04-18  Benjamin Otte  <otte@gnome.org>
25904
25905         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
25906         (gst_osselement_rate_probe_check),
25907         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
25908           get rid of \n in debug output
25909
25910 2004-04-17  Iain <iain@prettypeople.org>
25911
25912         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
25913         not just EOS.
25914
25915 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25916
25917         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25918         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
25919         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
25920         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
25921         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25922         (gst_id3_tag_change_state), (plugin_init):
25923           deprecate id3tag element and replace with id3demux/id3mux.
25924           great side effect: this ugly file is now even uglier, yay!
25925         * ext/mad/gstmad.h:
25926           remove non-available function
25927           update for new get_type
25928
25929 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25930
25931         * configure.ac:
25932           require mpeg2dec >= 0.4.0
25933
25934 2004-04-17  Benjamin Otte  <otte@gnome.org>
25935
25936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25937         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25938         (gst_xvimagesink_set_xwindow_id):
25939           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
25940           assorted cleanup fixes.
25941
25942 2004-04-16  David Schleef  <ds@schleef.org>
25943
25944         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
25945         * sys/xvimage/xvimagesink.h: same
25946
25947 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25948
25949         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
25950           Fix GST_ELEMENT_ERROR with (NULL)
25951
25952 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25953
25954         * gst-libs/gst/riff/riff-media.c:
25955         (gst_riff_create_video_caps_with_data):
25956           Add div[3456] as fourccs for DivX 3 (fixes #140137).
25957
25958 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25959
25960         * gst-libs/gst/riff/riff-media.c:
25961         (gst_riff_create_video_caps_with_data),
25962         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
25963         (gst_riff_create_video_template_caps),
25964         (gst_riff_create_audio_template_caps):
25965         * gst-libs/gst/riff/riff-media.h:
25966         * gst-libs/gst/riff/riff-read.c:
25967         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
25968         * gst-libs/gst/riff/riff-read.h:
25969         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25970           Add MS RLE support. I added some functions to read out strf chunks
25971           into strf chunks and the data behind it. This is usually color
25972           palettes (as in RLE, but also in 8-bit RGB). Also use those during
25973           caps creation. Lastly, add ADPCM (similar to wavparse - which
25974           should eventually be rifflib based).
25975         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25976         (gst_matroska_demux_init), (gst_matroska_demux_reset):
25977         * gst/matroska/matroska-demux.h:
25978           Remove placeholders for some prehistoric tagging system. Didn't add
25979           support for any tag system really anyway.
25980         * gst/qtdemux/qtdemux.c:
25981           Add support for audio/x-m4a (MPEG-4) through spider.
25982         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25983         (gst_wavparse_loop):
25984           ADPCM support (#135862). Increase max. buffer size because we
25985           cannot split buffers for ADPCM (screws references) and I've seen
25986           files with 2048 byte chunks. 4096 seems safe for now.
25987
25988 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25989
25990         * configure.ac: bump nano to 1
25991
25992 === release 0.8.1 ===
25993
25994 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
25995
25996         * configure.ac: releasing 0.8.1, "Comforting Sounds"
25997
25998 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25999
26000         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26001           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26002           Fixes #140058
26003
26004 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26005
26006         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26007           lower rank of dvddemux so that it's not used for mpeg playback.
26008
26009 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26010
26011         * configure.ac:
26012           save libs correctly when checking mad
26013
26014 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26015
26016         * ext/mad/gstid3tag.c: (plugin_init):
26017           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26018
26019 2004-04-13  David Schleef  <ds@schleef.org>
26020
26021         * common/m4/gst-feature.m4: Call -config scripts with
26022         --plugin-libs if it is supported.
26023         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26024         JPEG images are image/jpeg.
26025         * gst/debug/Makefile.am:
26026         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26027         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26028         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26029         (gst_negotiation_plugin_init): Add a property that acts like
26030         filter caps.
26031         * testsuite/gst-lint:  Move license checking to be a standard
26032         test.
26033
26034 2004-04-13  David Schleef  <ds@schleef.org>
26035
26036         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26037         patch from Sebastien Cote (bug #139958)
26038
26039 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26040
26041         * examples/gstplay/Makefile.am:
26042         * examples/gstplay/player.c: (main):
26043           make the commandline player example use gconf settings
26044
26045 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26046
26047         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26048         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26049         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26050           init/end library during state transition, not object
26051           creation/disposal.  get rid of custom dispose handler.
26052
26053
26054 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26055
26056         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26057         be a symlink
26058
26059 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26060
26061         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26062           Handle JUNK chunks inside data section. Prevents warnings.
26063
26064 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26065
26066         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26067         (gst_riff_create_video_template_caps):
26068           Add MS video v1.
26069         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26070         (gst_avi_demux_stream_data):
26071           Add support for "rec-list" chunks.
26072
26073 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26074
26075         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26076           Fix another codecname mismatch.
26077
26078 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26079
26080         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26081           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26082           so that MJPEG plays back.
26083
26084 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26085
26086         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26087         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26088         * gst/mpeg1videoparse/gstmp1videoparse.h:
26089           Fix for some slight mis-cuts in buffer parsing, and for some
26090           potential overflows or faults-causers. Adds disconts. Also fixes
26091           #139105 while we're at it.
26092
26093 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26094
26095         * configure.ac:
26096         * sys/v4l2/gstv4l2element.h:
26097           Workaround for missing struct v4l2_buffer declaration in Suse 9
26098           and Mandrake 10 linux/videodev2.h header file (#135919).
26099
26100 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26101
26102         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26103           Bail out if no filename was given.
26104
26105 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26106
26107         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26108         (gst_v4l2_fourcc_from_structure):
26109           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26110           Y41B somewhere).
26111
26112 2004-04-09  Benjamin Otte  <otte@gnome.org>
26113
26114         * ext/gnomevfs/gstgnomevfssink.c:
26115         (_gst_boolean_allow_overwrite_accumulator),
26116         (gst_gnomevfssink_class_init):
26117           fix erase signal - if any handler returns false the file will not be
26118           overwritten. If no handler is connected, the file will not be
26119           overwritten either.
26120           renamed signal to "allow-overwrite"
26121         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26122           free string when adding it to ID3 failed
26123         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26124           unref event when done
26125         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26126           free caps
26127         * gst/typefind/gsttypefindfunctions.c:
26128         (mpeg_video_stream_type_find):
26129           fix invalid read
26130
26131 2004-04-08  David Schleef  <ds@schleef.org>
26132
26133         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26134         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26135
26136 2004-04-08  David Schleef  <ds@schleef.org>
26137
26138         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26139         we don't support (bug #139532)
26140
26141 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26142
26143         * ext/mad/gstmad.c: (gst_mad_handle_event),
26144         (gst_mad_check_caps_reset), (gst_mad_chain),
26145         (gst_mad_change_state):
26146           only set explicit caps if they haven't been set before for
26147           this stream.  MPEG-audio sample rate/channels aren't allowed
26148           to change in-stream.
26149           Fixes #139382
26150
26151 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26152
26153         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26154         (_gst_boolean_did_something_accumulator),
26155         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26156         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26157         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26158         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26159         (gst_gnomevfssink_change_state):
26160           Fix erase signal. Don't erase by default. Remove handoff signal.
26161           Remove erase property. Don't segfault. General cleanup.
26162
26163 2004-04-07  Benjamin Otte  <otte@gnome.org>
26164
26165         * gst-libs/gst/gconf/test-gconf.c: (main):
26166           add missing gst_init
26167
26168 2004-04-07  Benjamin Otte  <otte@gnome.org>
26169
26170         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26171           free the mutexes, too
26172
26173 2004-04-07  Benjamin Otte  <otte@gnome.org>
26174
26175         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26176           actually free the URI string
26177         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26178           compute offset correctly when passing discont events
26179         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26180           don't leak discont events
26181         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26182           add some missing breaks so caps aren't copied randomly
26183         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26184           if we realloc memory, we better use it
26185
26186 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26187
26188         * ext/mad/gstmad.c: (normal_seek):
26189           fix GST_FORMAT_TIME usage
26190
26191 2004-04-05  David Schleef  <ds@schleef.org>
26192
26193         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26194         a deprecated function (hack!)
26195
26196 2004-04-05  Benjamin Otte  <otte@gnome.org>
26197
26198         * ext/esd/esdmon.c: (gst_esdmon_get):
26199           fix nonterminated vararg and memleak
26200
26201 2004-04-05  Benjamin Otte  <otte@gnome.org>
26202
26203         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26204         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26205         (gst_ladspa_set_property), (gst_ladspa_get_property),
26206         (gst_ladspa_instantiate), (gst_ladspa_activate),
26207         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26208           clean up debugging
26209
26210 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26211
26212         reviewed by Benjamin Otte  <otte@gnome.org>
26213
26214         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26215           check for broken LADSPA parameters (fixes #138635)
26216
26217 2004-04-05  Benjamin Otte  <otte@gnome.org>
26218
26219         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26220           advertise buffer-frames correctly on sinkpads
26221
26222 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26223
26224         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26225         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26226         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26227         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26228         (gst_mad_check_caps_reset), (gst_mad_chain):
26229         add more debugging, only reset caps when we're not in error state
26230
26231 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26232
26233         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26234
26235 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26236
26237         reviewed by Benjamin Otte  <otte@gnome.org>
26238
26239         * configure.ac:
26240           fix == in test(1) operator
26241
26242 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26243
26244         reviewed by Benjamin Otte  <otte@gnome.org>
26245
26246         * configure.ac:
26247           fix --export-symblos-regex to a working regex.
26248
26249 2004-04-04  Benjamin Otte  <otte@gnome.org>
26250
26251         * sys/oss/.cvsignore:
26252           add for oss_probe
26253
26254 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26255
26256         reviewed by Benjamin Otte  <otte@gnome.org>
26257
26258         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26259           add missing 'new_media' argument (fixes #138168)
26260         * gst/matroska/matroska-demux.c:
26261         (gst_matroska_demux_handle_seek_event):
26262           add vararg terminator (fixes #138169)
26263
26264 2004-04-02  David Schleef  <ds@schleef.org>
26265
26266         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26267         disted (bug #138914)
26268
26269 2004-04-01  Benjamin Otte  <otte@gnome.org>
26270
26271         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26272         (gst_alsa_close_audio):
26273           handle case better where a soundcard can't pause
26274         * ext/ogg/gstoggdemux.c:
26275           don't crash when we get events but don't have pads yet
26276
26277 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26278
26279         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26280           throw an error if we couldn't probe any caps.
26281
26282 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26283
26284         * ext/dvdnav/gst-dvd:
26285         Add a really simple sample DVD player
26286
26287 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26288
26289         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26290         (gst_a52dec_push), (gst_a52dec_handle_event),
26291         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26292         (gst_a52dec_change_state):
26293         * ext/a52dec/gsta52dec.h:
26294           Use a debug category, Output timestamps correctly
26295           Emit tag info, Handle events, tell liba52dec about cpu
26296           capabilities so it can use MMX etc.
26297         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26298           Fix a crasher accessing invalid memory
26299         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26300         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26301         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26302         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26303         (dvdnavsrc_query):
26304           Some support for byte-format seeking.
26305           Small fixes for still frames and menu button overlays
26306         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26307         (gst_mpeg2dec_alloc_buffer):
26308           Use a debug category. Adjust the report level of several items to
26309           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26310           so it doesn't lose the GstBuffer pointer
26311         * gst/debug/Makefile.am:
26312         * gst/debug/gstdebug.c: (plugin_init):
26313         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26314         (gst_navseek_base_init), (gst_navseek_class_init),
26315         (gst_navseek_init), (gst_navseek_seek),
26316         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26317         (gst_navseek_get_property), (gst_navseek_chain),
26318         (gst_navseek_plugin_init):
26319         * gst/debug/gstnavseek.h:
26320           Add the navseek debug element for seeking back and forth in a
26321           video stream using arrow keys.
26322         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26323         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26324         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26325         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26326         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26327         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26328         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26329         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26330         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26331         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26332         * gst/mpeg2sub/gstmpeg2subt.h:
26333           Pretty much a complete rewrite. Now a loopbased element. May still
26334           require work to properly synchronise subtitle buffers.
26335         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26336         (gst_dvd_demux_send_subbuffer):
26337         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26338           Don't attempt to create subbuffers of size 0
26339           Reduce a couple of error outputs to warnings.
26340         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26341         (gst_y4mencode_chain):
26342         Output the y4m frame header correctly.
26343
26344 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26345
26346         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26347           throw errors instead of allowing SIGFPE
26348
26349 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26350
26351         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26352         (gst_gconf_render_bin_from_key):
26353           leak plugging and style fixing
26354
26355 2004-03-31  David Schleef  <ds@schleef.org>
26356
26357         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26358         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26359         (bug #138225)
26360         * gst/debug/Makefile.am:
26361         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26362         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26363         plugin.
26364         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26365         (gst_negotiation_base_init), (gst_negotiation_class_init),
26366         (gst_negotiation_init), (gst_negotiation_getcaps),
26367         (gst_negotiation_pad_link), (gst_negotiation_chain),
26368         (gst_negotiation_set_property), (gst_negotiation_get_property),
26369         (gst_negotiation_plugin_init):  New element to talk about random
26370         negotiation things happening in a pipeline.
26371
26372 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26373
26374         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26375           fix integer addition with help of Stefan Kost
26376
26377 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26378
26379         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26380
26381 2004-03-30  David Schleef  <ds@schleef.org>
26382
26383         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26384         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26385         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26386         (bug #137504)
26387         * ext/mpeg2dec/gstmpeg2dec.h:
26388
26389 2004-03-30  David Schleef  <ds@schleef.org>
26390
26391         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26392
26393 2004-03-30  David Schleef  <ds@schleef.org>
26394
26395         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26396         Michael Petullo) to handle .mov
26397
26398 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26399
26400         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26401         (gst_osselement_rate_check_rate):
26402           probe caps correctly for sound cards that only support one format
26403
26404 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26405
26406         * ext/kio/kiosrc.cpp: (process_events):
26407           update handling event processing if inside KDE - untested
26408
26409 2004-03-29  David Schleef  <ds@schleef.org>
26410
26411         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26412         by 2 to not interfere with other colorspaces.
26413         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26414         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26415         one to not interfere with ffmpeg_colorspace.
26416
26417 2004-03-29  David Schleef  <ds@schleef.org>
26418
26419         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26420         aren't in the caps.
26421         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26422         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26423
26424 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26425
26426         * gst-libs/gst/riff/riff-media.c:
26427           fail on error, don't try to set stuff on NULL caps
26428
26429 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26430
26431         * configure.ac:
26432         * ext/Makefile.am:
26433         * ext/kio/Makefile.am:
26434         * ext/kio/kioreceiver.cpp:
26435         * ext/kio/kioreceiver.h:
26436         * ext/kio/kiosrc.cpp:
26437         * ext/kio/kiosrc.h:
26438           add experimental kiosrc plugin
26439         * ext/alsa/gstalsaplugin.c: (plugin_init):
26440           initialize debugging category only when we're sure registering the
26441           plugins worked.
26442
26443 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26444
26445         * examples/gstplay/player.c: (main):
26446         * gst-libs/gst/play/play.c: (gst_play_class_init),
26447         (gst_play_set_location), (gst_play_set_data_src),
26448         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26449         (gst_play_set_visualization), (gst_play_connect_visualization):
26450           check return values of element_set_state and return FALSE where
26451           failed
26452
26453 2004-03-29  Benjamin Otte  <otte@gnome.org>
26454
26455         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26456           try harder to check if an event is really a discont
26457
26458 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26459
26460         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26461         * po/az.po:
26462
26463 2004-03-28  Benjamin Otte  <otte@gnome.org>
26464
26465         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26466         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26467         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26468           get rid of non-standard "..." ranges in case statements.
26469
26470 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26471
26472         * gst/mpegstream/gstmpegdemux.c:
26473         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26474         specific functionality split to the new dvddemux element.
26475         * gst/mpegstream/gstdvddemux.c:
26476         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26477         streams, derived from mpegdemux.
26478         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26479         up. SCR based timestamp rewriting can be turned off (will probably
26480         completely disappear soon).
26481         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26482         hacking. General cleanup. All printf statements replaced by
26483         debugging messages. Almost complete libdvdnav support.
26484         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26485         by events. New properties for audio and subpicture languages.
26486         (dvdnavsrc_update_highlight): Now uses events.
26487         (dvdnavsrc_user_op): Cleaned up.
26488         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26489         based). Lots of cleanup, and propper support for most libdvdnav
26490         events.
26491         (dvdnavsrc_make_dvd_event): New function.
26492         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26493         (dvdnavsrc_make_clut_change_event): New function.
26494
26495 2004-03-26  Benjamin Otte  <otte@gnome.org>
26496
26497         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26498           fix bug where typefinding would claim it's theora whenever less then
26499           7 bytes of data were available
26500
26501 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26502
26503         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26504         (gst_alawdec_base_init), (gst_alawdec_class_init),
26505         (gst_alawdec_init), (gst_alawdec_chain):
26506         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26507         (gst_alawenc_base_init), (gst_alawenc_class_init),
26508         (gst_alawenc_init), (gst_alawenc_chain):
26509         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26510         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26511         (gst_mulawdec_init), (gst_mulawdec_chain):
26512         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26513         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26514         (gst_mulawenc_init), (gst_mulawenc_chain):
26515           Fix capsnego in all four, remove the unused property functions and
26516           simplify the chain functions slightly. I guess we could use macros
26517           or something similar for those, since the code is so similar, but
26518           I'm currently too lazy...
26519
26520 2004-03-24  David Schleef  <ds@schleef.org>
26521
26522         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26523         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26524         (gst_osselement_get_format_structure),
26525         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26526         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26527         (gst_osselement_rate_int_compare): Add code to handle rate probing
26528         (bug #120883)
26529         * sys/oss/gstosselement.h: same
26530         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26531         Use rate probing provided by osselement.
26532         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26533
26534 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26535
26536         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26537         (gst_xvidenc_get_property):
26538           ulong/int mess-up.
26539
26540 2004-03-24  David Schleef  <ds@schleef.org>
26541
26542         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26543         (gst_speexdec_init):
26544         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26545         (gst_speexenc_init):  Create the pad template correctly (from
26546         the static pad template, not a NULL pointer.)
26547
26548 2004-03-25  Benjamin Otte  <otte@gnome.org>
26549
26550         * gst/debug/Makefile.am:
26551         * gst/debug/breakmydata.c:
26552           add element that quasi-randomly changes bytes in the stream.
26553           Intended use is robustness checking of demuxers and decoders in
26554           media tests.
26555
26556 2004-03-24  Benjamin Otte  <otte@gnome.org>
26557
26558         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26559         (gst_alsa_probe_hw_params):
26560         * ext/alsa/gstalsa.h:
26561           debugging output fixes
26562
26563 2004-03-24  Benjamin Otte  <otte@gnome.org>
26564
26565         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26566           don't g_return_if_fail if element is PLAYING, fail silently as every
26567           other element.
26568         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26569           only fix needed for cast lvalue issues in gst-plugins
26570         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26571           add proxy_getcaps
26572
26573 2004-03-24  Benjamin Otte  <otte@gnome.org>
26574
26575         * gst/level/gstlevel.c: (gst_level_init):
26576           add proxying getcaps function, so level doesn't advertise impossible
26577           caps
26578
26579 2004-03-24  David Schleef  <ds@schleef.org>
26580
26581         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26582         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26583         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26584         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26585         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26586         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26587         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26588         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26589         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26590         messages.  Divide the chunk size by the compression ratio
26591         (needed for MACE audio)
26592
26593 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26594
26595         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26596           Fix buffer overflow read error.
26597
26598 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26599
26600         * ext/alsa/gstalsa.h:
26601           Remove unused entry.
26602         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26603           Add cinepak.
26604         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26605         (gst_videodrop_link), (gst_videodrop_chain):
26606           Fix, sort of. Was horribly broken with new capsnego. Bah...
26607
26608 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26609
26610         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26611         (plugin_init):
26612         Add a monkeysaudio typefind function
26613
26614 2004-03-23  Johan Dahlin  <johan@gnome.org>
26615
26616         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26617         (gst_play_video_fixate): Check so the structure has the field
26618         before trying to fixate them, this makes it possible to have
26619         fakesinks for video and audio output without printing errors on
26620         the output console.
26621
26622 2004-03-22  David Schleef  <ds@schleef.org>
26623
26624         * sys/oss/Makefile.am:
26625         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26626         (check_rate), (add_rate):  Rate probing test app.
26627
26628 2004-03-21  Benjamin Otte  <otte@gnome.org>
26629
26630         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26631         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26632           add a fixation function that pretty much does the right thing (fixes
26633           #137556)
26634
26635 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26636
26637         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26638
26639 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26640
26641         reviewed by: Benjamin Otte  <otte@gnome.org>
26642
26643         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26644           terminate gst_event_new_discontinuous correctly (fixes parts of
26645           #137711)
26646
26647 2004-03-19  David Schleef  <ds@schleef.org>
26648
26649         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26650         since it doesn't depend on X, and it's part of our ABI.
26651
26652 2004-03-19  Iain <iain@prettypeople.org>
26653
26654         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26655         is_int in the structure, not the local variable.
26656
26657 2004-03-19  David Schleef  <ds@schleef.org>
26658
26659         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26660         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26661         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26662         Improvements in caps negotiation.
26663
26664 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26665
26666         * po/LINGUAS:
26667         * po/af.po:
26668           adding Afrikaans (Petri Jooste)
26669
26670 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26671
26672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26673         (gst_ffmpegcolorspace_chain):
26674         throw error instead of g_critical (#137588)
26675
26676 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26677
26678         * Makefile.am:
26679         * configure.ac:
26680           dist common and m4 correctly
26681         * po/sv.po:
26682
26683 2004-03-17  David Schleef  <ds@schleef.org>
26684
26685         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26686         (bug #137348)
26687
26688 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26689
26690         * po/LINGUAS:
26691         * po/sv.po:
26692           adding Swedish translation (Christian Rose)
26693
26694 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26695
26696         * Makefile.am: use release.mak
26697
26698 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26699
26700         * common/ChangeLog:
26701         * common/gst-autogen.sh:
26702           add some explanation about the version detection
26703         * configure.ac:
26704           fix X check
26705
26706 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26707
26708         * configure.ac: bump nano to 1
26709
26710 === release 0.8.0 ===
26711
26712 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26713
26714         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
26715
26716 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26717
26718         * configure.ac:
26719           update libtool version
26720         * gst-libs/gst/media-info/Makefile.am:
26721           actually use libtool version
26722
26723 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26724
26725         * configure.ac: fix speex detection to work with 1.0 but not 1.1
26726
26727 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26728
26729         * configure.ac:
26730         * gst-plugins.spec.in:
26731         * pkgconfig/Makefile.am:
26732         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
26733         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26734         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26735         * pkgconfig/gstreamer-libs.pc.in:
26736         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26737         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26738         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
26739         * pkgconfig/gstreamer-plugins.pc.in:
26740           remove @VERSION@ from some of the pc files since core and plugins
26741           are decoupled.
26742           created gstreamer-plugins.pc as it's a better name, but keeping
26743           -libs around for now to get fixes upstream done first.
26744
26745 2004-03-15  Julien MOUTTE <julien@moutte.net>
26746
26747         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
26748         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
26749         * gst-libs/gst/play/play.h:
26750
26751 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26752
26753         * *.c, *.cc: don't mix tabs and spaces
26754
26755 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26756
26757         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
26758           use the new ffmpegcolorspace
26759         * gst-plugins.spec.in:
26760           package new colorspace and media-info
26761         * configure.ac:
26762         * pkgconfig/Makefile.am:
26763           fix some more disting issues
26764         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
26765         * pkgconfig/gstreamer-media-info.pc.in:
26766           generate media-info pc files
26767
26768 2004-03-15  Johan Dahlin  <johan@gnome.org>
26769
26770         * *.h: Revert indenting
26771
26772 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26773
26774         * configure.ac:
26775           adding ffmpegcolorspace element
26776         * gst/ffmpegcolorspace/Makefile.am:
26777         * gst/ffmpegcolorspace/avcodec.h:
26778         * gst/ffmpegcolorspace/common.h:
26779         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
26780         * gst/ffmpegcolorspace/dsputil.h:
26781         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
26782         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26783         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
26784         (gst_ffmpeg_caps_to_pix_fmt):
26785         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
26786         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26787         (gst_ffmpegcolorspace_caps_remove_format_info),
26788         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
26789         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
26790         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
26791         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
26792         (gst_ffmpegcolorspace_set_property),
26793         (gst_ffmpegcolorspace_get_property),
26794         (gst_ffmpegcolorspace_register):
26795         * gst/ffmpegcolorspace/imgconvert.c:
26796         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26797         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
26798         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
26799         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
26800         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
26801         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
26802         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
26803         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
26804         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
26805         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
26806         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
26807         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
26808         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
26809         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
26810         (img_get_alpha_info), (deinterlace_line),
26811         (deinterlace_line_inplace), (deinterlace_bottom_field),
26812         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
26813         * gst/ffmpegcolorspace/imgconvert_template.h:
26814         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
26815         * gst/ffmpegcolorspace/mmx.h:
26816         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
26817           adding ffmpegcolorspace element supplied by Ronald after cleaning
26818           up and pulling in the right bits of upstream source.
26819           I'm sure a better C/compiler wizard could do some cleaning up (for
26820           example use GLIB's malloc stuff), but as a first pass this
26821           works very well
26822
26823 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26824
26825         * ext/alsa/gstalsa.h:
26826           I assume Ronald forgot to commit the change to have cardname
26827           as a struct member.  Expect some public spanking at the next
26828           opportunity.
26829
26830 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26831
26832         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
26833         (gst_alsa_open_audio), (gst_alsa_close_audio):
26834         * ext/alsa/gstalsa.c:
26835           Don't open the device if we're a mixer (= padless).
26836         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
26837         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
26838         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
26839           Open mixer during state change rather than during object
26840           initialization. Also, get a device name. Currently in a somewhat
26841           hackish fashion, but I didn't really find something better.
26842
26843 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26844
26845         * *.c, *.h: run gst-indent
26846
26847 2004-03-14  Benjamin Otte  <otte@gnome.org>
26848
26849         * gst/modplug/gstmodplug.cc:
26850         * gst/modplug/gstmodplug.h:
26851           set correct timestamps on outgoing buffers
26852
26853 2004-03-14  Benjamin Otte  <otte@gnome.org>
26854
26855         * gst/modplug/gstmodplug.cc:
26856           handle events - don't do crap when a discont arrives that's not
26857           necessary
26858           This allows correct loading and playback of mods in Rhythmbox
26859
26860 2004-03-14  Benjamin Otte  <otte@gnome.org>
26861
26862         * configure.ac:
26863         * gst-libs/gst/gconf/Makefile.am:
26864         * pkgconfig/Makefile.am:
26865           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
26866           they get rebuilt properly
26867         * configure.ac:
26868           when checking for vorbis, try pkgconfig first.
26869         * gst/modplug/gstmodplug.cc:
26870           add fixate function
26871
26872 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26873
26874         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26875           Fix for obvious mistake, where we first shift the offset and then
26876           read a samplesize element assuming the old offset. Note that this
26877           part still has something weird, i.e. my movies containing those
26878           don't actually play well, but at least there's something that looks
26879           like sound now.
26880
26881 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
26882         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
26883         (plugin_init):
26884         Add a typefind function for speex format
26885
26886 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26887
26888         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
26889         (gst_asf_demux_setup_pad):
26890           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
26891           instead of 0. Reason is simple: some elements have a fps range
26892           of 1-max instead of 0-max. So now ASF video actually works.
26893
26894 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26895
26896         * po/LINGUAS:
26897         * po/sr.po:
26898           adding serbian as a language
26899
26900 2004-03-13  Benjamin Otte  <otte@gnome.org>
26901
26902         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26903           return taglist correctly from _get function, don't gst_pad_push it.
26904           (fixes #137042)
26905
26906 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26907         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26908
26909 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26910
26911         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
26912         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
26913         (gst_alsa_mixer_track_new):
26914         * ext/alsa/gstalsamixertrack.h:
26915           Fix ancient leftovers... MixerTrack is a GObject.
26916
26917 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26918
26919         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26920         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26921           Don't block during probing...
26922
26923 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26924
26925         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
26926         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
26927         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
26928         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
26929         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
26930         (gst_alsa_open_audio), (gst_alsa_close_audio):
26931         * ext/alsa/gstalsa.h:
26932           Add propertyprobe interface implementation, add some device-name
26933           property, all this so that it looks good in gnome-volume-control.
26934
26935 2004-03-12  David Schleef  <ds@schleef.org>
26936
26937         * configure.ac: the Hermes library controls hermescolorspace, not
26938         colorspace.
26939         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
26940         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
26941         not /* */
26942         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
26943         * ext/sdl/sdlvideosink.h: ditto.
26944         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
26945
26946 2004-03-12  Benjamin Otte  <otte@gnome.org>
26947
26948         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
26949         (gst_x_overlay_got_xwindow_id):
26950         * gst-libs/gst/xoverlay/xoverlay.h:
26951           replace XID with unsigned long to get rid of the xlibs dependency in
26952           XOverlay (fixes #137004)
26953
26954 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
26955         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
26956         (gst_agingtv_setup):
26957         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
26958         (gst_dicetv_base_init), (gst_dicetv_class_init),
26959         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
26960         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
26961         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
26962         (gst_edgetv_setup), (gst_edgetv_rgb32):
26963         * gst/effectv/gsteffectv.c:
26964         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
26965         (gst_quarktv_set_property):
26966         * gst/effectv/gstrev.c: (gst_revtv_get_type),
26967         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
26968         (gst_revtv_setup), (gst_revtv_rgb32):
26969         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
26970         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
26971         (gst_shagadelictv_init), (gst_shagadelictv_setup),
26972         (gst_shagadelictv_rgb32):
26973         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
26974         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
26975         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
26976         * gst/effectv/gstwarp.c:
26977         Port everything that can be ported to videofilter and fix up the caps.
26978         Can someone with a big-endian machine please check these?
26979
26980 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26981
26982         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
26983         (gst_osssink_chain), (gst_osssink_change_state):
26984           Latest fixes for A/V sync, audio playback and such. This is about
26985           all... MPEG playback issues are mostly related to the async build-
26986           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
26987
26988 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26989
26990         patch from: Stephane Loeuillet
26991
26992         * configure.ac:
26993           use pkg-config for some libraries, falling back to the old .m4 way
26994           (fixes #131270)
26995         * m4/libdv.m4:
26996           removed
26997
26998 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26999
27000         * configure.ac:
27001         * tools/Makefile.am:
27002         * tools/Makefile.in:
27003         * tools/gst-launch-ext-m.m:
27004         * tools/gst-launch-ext.1.in:
27005         * tools/gst-visualise-m.m:
27006         * tools/gst-visualise.1:
27007         * tools/gst-visualise.1.in:
27008           reorganizing generation of script tools
27009
27010 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27011
27012         * ext/divx/gstdivxdec.c:
27013           Downgrade priority. We prefer ffdec_mpeg4.
27014         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27015         (gst_faad_chain), (gst_faad_change_state):
27016           Fix capsnego. Doesn't work for some sounds because we don't have
27017           a 5:1 to stereo element.
27018         * ext/xvid/gstxvid.c: (plugin_init):
27019           Add priority.
27020         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27021         (gst_osssink_change_state):
27022           Add discont handling.
27023
27024 2004-03-09  Colin Walters  <walters@verbum.org>
27025
27026         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27027         conversion.
27028
27029 2004-03-09  Benjamin Otte  <otte@gnome.org>
27030
27031         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27032           the signals take 2 arguments
27033
27034 2004-03-09  David Schleef  <ds@schleef.org>
27035
27036         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27037         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27038         * ext/alsa/gstalsa.h:
27039         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27040
27041 2004-03-09  Benjamin Otte  <otte@gnome.org>
27042
27043         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27044         (gst_mikmod_change_state):
27045         * ext/mikmod/gstmikmod.h:
27046           make mikmod's loop function not loop infinitely and call
27047           gst_element_yield anymore
27048         * gst/modplug/gstmodplug.cc:
27049           fix pad negotiation (fixes #136590)
27050
27051 2004-03-09  David Schleef  <ds@schleef.org>
27052
27053         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27054         doesn't conflict with the internal colorspace plugin.
27055         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27056         satisfy the crappy-ass shell shipped by a certain vendor.
27057         * gst/videofilter/make_filter: same (bug #135299)
27058
27059 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27060
27061         * configure.ac: bump nano to 1
27062
27063 === release 0.7.6 ===
27064
27065 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27066
27067         * configure.in: releasing 0.7.6, "There"
27068
27069 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27070
27071         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27072         * pkgconfig/gstreamer-play.pc.in:
27073           synchronize the two
27074
27075 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27076
27077         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27078         (cdparanoia_open), (cdparanoia_event):
27079           fix/add error handling
27080         * po/POTFILES.in:
27081           add cdparanoia source
27082         * tools/Makefile.am:
27083           make scripts executable
27084
27085 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27086
27087         * configure.ac:
27088         * ext/vorbis/Makefile.am:
27089         * sys/Makefile.am:
27090           remove id3types, vorbisfile and xvideosink from the build (#133783)
27091
27092 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27093
27094         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27095           Fix metadata read crash (#136537).
27096
27097 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27098
27099         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27100         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27101           adding mime types, fixing the one-stop function
27102
27103 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27104
27105         * ext/nas/nassink.c and /ext/nas/nassink.h:
27106         More NAS love from Arwed von Merkatz
27107         So lets all sing 'Can you feel the NAS tonight'
27108
27109 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27110
27111         * tools/gst-launch-ext.in:
27112         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27113
27114 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27115
27116         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27117         (gst_mpeg2dec_init):
27118         remove the user_data pad for now, because it is being used in
27119         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27120         If someone knows how to fix this properly, please do.
27121
27122 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27123
27124         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27125         (gst_osssink_get_time):
27126         add a warning, IMO this won't get triggered anymore, remove later
27127
27128 2004-03-07  David Schleef  <ds@schleef.org>
27129
27130         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27131         format (bug #136470)
27132
27133 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27134
27135         * gst-libs/Makefile.am:
27136         * gst-libs/gst/media-info/Makefile.am:
27137         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27138         (error_callback), (gst_media_info_error_create),
27139         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27140         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27141         * gst-libs/gst/media-info/media-info-priv.h:
27142         * gst-libs/gst/media-info/media-info-test.c: (main):
27143         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27144         (gst_media_info_class_init), (gst_media_info_instance_init),
27145         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27146         (gst_media_info_read_idler), (gst_media_info_read):
27147         * gst-libs/gst/media-info/media-info.h:
27148         fixed, should work now
27149
27150 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27151
27152         * ext/nas/nassink.c:
27153         A bunch of NAS fixes from Arwed von Merkatz
27154
27155 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27156
27157         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27158         (qtdemux_parse_trak):
27159           Fix crash (j might be greater than n_samples, in which case we're
27160           writing outside the allocated space for the array) and memleak.
27161
27162 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27163
27164         * sys/oss/gstosssink.c: (gst_osssink_chain):
27165           And another caller that couldn't handle delay < 0 (unsigned
27166           integer overflow). Video now continues playing on an audio
27167           buffer underrun, and the clock continues working. Audio still
27168           stalls.
27169
27170 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27171
27172         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27173         (gst_osssink_get_time):
27174           get_delay() may return values lower than 0. In those cases, we
27175           should not actually cast to *unsigned* int64, that will break
27176           stuff horribly. In my case, it screwed up A/V sync in movies
27177           in totem rather badly.
27178
27179 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27180
27181         * ext/faac/gstfaac.c: (gst_faac_chain):
27182         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27183         * ext/libpng/gstpngenc.c: (user_write_data):
27184         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27185         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27186         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27187         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27188         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27189         of any buffer), should fix some leaks. I hope I didn't unref buffers
27190         that shouldn't be...
27191
27192 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27193
27194         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27195         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27196         (error_callback), (gmi_reset), (gmi_seek_to_track),
27197         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27198         (gmip_find_type_post), (gmip_find_stream_post),
27199         (gmip_find_track_streaminfo_post):
27200         * gst-libs/gst/media-info/media-info-priv.h:
27201         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27202         (info_print), (main):
27203         * gst-libs/gst/media-info/media-info.c:
27204         (gst_media_info_error_create), (gst_media_info_error_element),
27205         (gst_media_info_instance_init), (gst_media_info_get_property),
27206         (gst_media_info_new), (gst_media_info_set_source),
27207         (gst_media_info_read_idler), (gst_media_info_read):
27208         * gst-libs/gst/media-info/media-info.h:
27209           first pass at making this work again.  This seems to work on
27210           tagged ogg/vorbis and mp3 files.
27211
27212 2004-03-06  Benjamin Otte  <otte@gnome.org>
27213
27214         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27215           fix huge leak: gst_buffer_merge doesn't unref the first argument
27216           itself.
27217
27218 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27219
27220         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27221           report layer/mode/emphasis
27222
27223 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27224
27225         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27226
27227 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27228
27229         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27230           signal serial
27231
27232 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27233
27234         * ext/vorbis/vorbis.c: (plugin_init):
27235         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27236         (gst_vorbis_dec_init), (vorbis_dec_event):
27237         add debug category
27238         make vorbisdec handle _BYTE and _TIME queries
27239
27240 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27241
27242         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27243           from the xing header
27244
27245 2004-03-06  Benjamin Otte  <otte@gnome.org>
27246
27247         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27248         (gst_audio_convert_link), (gst_audio_convert_change_state),
27249         (gst_audio_convert_buffer_from_default_format):
27250           do conversions from/to float correctly, fix some caps nego errors,
27251           export correct supported caps in template and getcaps, use correct
27252           caps in try_set_caps functions
27253
27254 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27255
27256         For some reason, I only committed a ChangeLog entry yesterday and
27257         not the corresponding code...
27258         * ext/mad/gstmad.c: Fix detection of Xing headers
27259         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27260
27261 2004-03-06  Benjamin Otte  <otte@gnome.org>
27262
27263         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27264         (gst_ogg_demux_src_query):
27265           make sure to handle the case where there's no current chain
27266           gracefully.
27267
27268 2004-03-05  David Schleef  <ds@schleef.org>
27269
27270         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27271         Add fixate function. (bug #131128)
27272         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27273         (gst_sdlvideosink_fixate):  Add fixate function.
27274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27275         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27276         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27277         Fix missing break that was causing ulaw to be interpreted as
27278         raw int.
27279
27280 2004-03-05  David Schleef  <ds@schleef.org>
27281
27282         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27283         Fix code that ignores return value of gst_buffer_merge().
27284         (bug #114560)
27285         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27286         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27287         * testsuite/gst-lint:  Check for above.
27288
27289 2004-03-05  David Schleef  <ds@schleef.org>
27290
27291         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27292         caps and throw an element error.  (bug #136334)
27293
27294 2004-03-05  David Schleef  <ds@schleef.org>
27295
27296         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27297         (gst_faad_chain): Fix negotiation.
27298         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27299         key and button events.
27300         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27301         dung heap of code.
27302         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27303         depends on gconf
27304         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27305         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27306         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27307         function to encourage better negotiation, particularly between
27308         audioconvert and osssink.
27309         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27310         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27311         more important.
27312         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27313         typefinding.
27314         * gst/vbidec/vbiscreen.c:  Add glib header
27315         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27316
27317 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27318
27319         * ext/mad/gstmad.c: Fix detection of Xing headers
27320         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27321
27322 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27323
27324         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27325         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27326           debug updates
27327
27328 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27329
27330         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27331         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27332         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27333         files, and report the parsed length as a GST_TAG_DURATION tag.
27334         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27335
27336 2004-03-05  Benjamin Otte  <otte@gnome.org>
27337
27338         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27339           convert channels correctly. convert correctly to unsigned.
27340
27341 2004-03-05  Julien MOUTTE <julien@moutte.net>
27342
27343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27344         we have a window before clearing it.
27345
27346 2004-03-05  Julien MOUTTE <julien@moutte.net>
27347
27348         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27349         have a window before clearing it.
27350
27351 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27352
27353         * gconf/gstreamer.schemas.in:
27354         * gst-libs/gst/gconf/Makefile.am:
27355           version installation path the same way as for 0.6
27356         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27357         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27358         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27359           remove comment that was fixed
27360
27361 2004-03-05  David Schleef  <ds@schleef.org>
27362
27363         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27364         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27365         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27366         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27367         Add prototype code for handling seeking and querying.
27368
27369 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27370
27371         * examples/gstplay/player.c: (main):
27372           Initialize variables to NULL. Prevents a segfault because the
27373           (uninitialized) variable is not NULL, resulting in a crash on
27374           trying to reach error->message.
27375
27376 2004-03-05  Benjamin Otte  <otte@gnome.org>
27377
27378         * gst/audioconvert/gstaudioconvert.c:
27379         (gst_audio_convert_buffer_to_default_format):
27380         make float=>int conversion work correctly even in cornercases.
27381
27382 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27383
27384         * debian/README.Debian:
27385         * debian/build-deps:
27386         * debian/changelog:
27387         * debian/control:
27388         * debian/control.in:
27389         * debian/copyright:
27390         * debian/gstreamer-a52dec.files:
27391         * debian/gstreamer-aa.files:
27392         * debian/gstreamer-alsa.files:
27393         * debian/gstreamer-alsa.manpages:
27394         * debian/gstreamer-arts.files:
27395         * debian/gstreamer-artsd.files:
27396         * debian/gstreamer-audiofile.files:
27397         * debian/gstreamer-avifile.files:
27398         * debian/gstreamer-cdparanoia.files:
27399         * debian/gstreamer-colorspace.files:
27400         * debian/gstreamer-doc.files:
27401         * debian/gstreamer-dv.files:
27402         * debian/gstreamer-dvd.files:
27403         * debian/gstreamer-esd.files:
27404         * debian/gstreamer-festival.files:
27405         * debian/gstreamer-flac.files:
27406         * debian/gstreamer-gconf.conffiles:
27407         * debian/gstreamer-gconf.files:
27408         * debian/gstreamer-gconf.postinst:
27409         * debian/gstreamer-gnomevfs.files:
27410         * debian/gstreamer-gsm.files:
27411         * debian/gstreamer-http.files:
27412         * debian/gstreamer-jack.files:
27413         * debian/gstreamer-jpeg.files:
27414         * debian/gstreamer-mad.files:
27415         * debian/gstreamer-mikmod.files:
27416         * debian/gstreamer-misc.files:
27417         * debian/gstreamer-mpeg2dec.files:
27418         * debian/gstreamer-oss.files:
27419         * debian/gstreamer-plugin-apps.files:
27420         * debian/gstreamer-plugin-apps.manpages:
27421         * debian/gstreamer-plugin-libs-dev.files:
27422         * debian/gstreamer-plugin-libs.files:
27423         * debian/gstreamer-plugin-template.postinst:
27424         * debian/gstreamer-plugin-template.postrm:
27425         * debian/gstreamer-sdl.files:
27426         * debian/gstreamer-sid.files:
27427         * debian/gstreamer-vorbis.files:
27428         * debian/gstreamer-x.files:
27429         * debian/mk.control:
27430         * debian/rules:
27431         Debian package info not maintained here.
27432
27433 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27434
27435         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27436         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27437         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27438         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27439         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27440         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27441         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27442         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27443         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27444         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27445         * gst-libs/gst/colorbalance/colorbalance.c:
27446         (gst_color_balance_class_init):
27447         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27448         (gst_color_balance_channel_class_init):
27449         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27450         * gst-libs/gst/play/play.c: (gst_play_class_init):
27451         * gst-libs/gst/propertyprobe/propertyprobe.c:
27452         (gst_property_probe_iface_init):
27453         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27454         * gst-libs/gst/tuner/tunerchannel.c:
27455         (gst_tuner_channel_class_init):
27456         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27457         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27458         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27459         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27460         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27461         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27462         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27463         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27464         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27465           fix signals to use - instead of _
27466         * ext/libcaca/gstcacasink.h:
27467         * ext/sdl/sdlvideosink.h:
27468           fix header rename
27469
27470 2004-03-04  David Schleef  <ds@schleef.org>
27471
27472         * testsuite/gst-lint:  Add a check for bad signal names.
27473
27474 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27475
27476         reviewed by David Schleef
27477
27478         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27479         modified the alpha channel and caused a warning. (bug #136192)
27480
27481 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27482
27483         * gst-plugins.spec.in:
27484         Change names of plugins to actually be correct. Try to keep things
27485         alphabetical to avoid getting beat up by Thomas
27486
27487 2004-03-03  Julien MOUTTE <julien@moutte.net>
27488
27489         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27490         Using ximagesink as a default if no gconf key found. We should
27491         probably consider using alsasink instead of osssink for the audio
27492         part.
27493
27494 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27495
27496         * configure.ac:
27497           fix --with-plugins, don't think it ever worked before
27498         * gst-plugins.spec.in:
27499           even more updates
27500
27501 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27502
27503         * ext/sdl/sdlvideosink.h:
27504         * sys/ximage/ximagesink.h:
27505         * sys/xvideo/xvideosink.h:
27506         * sys/xvimage/xvimagesink.h:
27507           Fix for move of gstvideosink.h -> videosink.h.
27508
27509 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27510
27511         * gst-libs/gst/xwindowlistener/Makefile.am:
27512           this is a plugin library, not a library
27513
27514 2004-03-01  David Schleef  <ds@schleef.org>
27515
27516         * AUTHORS:  Added some names.  Add yourself if you're still
27517         missing.
27518
27519 2004-03-01  David Schleef  <ds@schleef.org>
27520
27521         * MAINTAINERS: Add
27522
27523 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27524
27525         * gst-plugins.spec.in: clean up spec file
27526
27527 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27528
27529         * gst-libs/gst/video/Makefile.am:
27530         * gst-libs/gst/video/gstvideosink.c:
27531         * gst-libs/gst/video/gstvideosink.h:
27532           rename gstvideosink.h to videosink.h to match other headers
27533         * gst/mixmatrix/Makefile.am:
27534           fix plugin filename
27535         * gst/tags/Makefile.am: fix plugin filename
27536
27537 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27538
27539         * gst/tags/Makefile.am: fix plugin filename
27540
27541 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27542
27543         * examples/gstplay/player.c: (got_time_tick), (main):
27544           add error handler
27545           display time_tick more readably
27546         * gst/mixmatrix/Makefile.am:
27547           fix plugin file name
27548
27549 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27550
27551         * sys/oss/gstosselement.c: (gst_osselement_probe),
27552         (device_combination_append), (gst_osselement_class_probe_devices):
27553         * sys/oss/gstosselement.h:
27554           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27555           on my system using alsa oss emulation, fixes bug #135597
27556
27557 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27558
27559         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27560         (gst_videodrop_chain), (gst_videodrop_change_state):
27561         * gst/videodrop/gstvideodrop.h:
27562           Work based on timestamp of input data, not based on the expected
27563           framerate from the input. The consequence is that this element now
27564           not only scales framerates, but also functions as a framerate
27565           corrector or framerate stabilizer/constantizer.
27566
27567 2004-02-27  David Schleef  <ds@schleef.org>
27568
27569         patches from jmmv@menta.net (Julio M. Merino Vidal)
27570
27571         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27572         GST_ELEMENT_ERROR call (bug #135634)
27573         * gst/interleave/interleave.c: (interleave_buffered_loop),
27574         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27575         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27576         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27577         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27578         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27579         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27580         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27581         Fix GST_ELEMENT_ERROR call.
27582         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27583         GST_ELEMENT_ERROR call.
27584
27585 2004-02-27  Benjamin Otte  <otte@gnome.org>
27586
27587         * gst-libs/gst/audio/audio.h:
27588           add macro to make sure header isn't included twice
27589         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27590           don't use gst_buffer_free
27591         * gst/playondemand/filter.func:
27592           don't use gst_data_free. Free data only once.
27593
27594 2004-02-26  David Schleef  <ds@schleef.org>
27595
27596         * gst-libs/gst/colorbalance/Makefile.am:
27597         * gst-libs/gst/mixer/Makefile.am:
27598         * gst-libs/gst/tuner/Makefile.am:
27599         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27600         should not be disted, -marshal.h files should not be installed,
27601         and -enum.h files _should_ be installed.  Fix to make this the
27602         case.
27603
27604 === release 0.7.5 ===
27605
27606 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27607
27608         * configure.ac: release 0.7.5, "Under The Sea"
27609
27610 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27611
27612         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27613         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27614         * gst/videoscale/gstvideoscale.c:
27615         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27616           assorted debug/warning fixes
27617
27618 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27619
27620         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27621         (gst_videoscale_init), (gst_videoscale_chain),
27622         (gst_videoscale_set_property), (plugin_init):
27623         * gst/videoscale/gstvideoscale.h:
27624         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27625         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27626         (gst_videoscale_planar400), (gst_videoscale_packed422),
27627         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27628         (gst_videoscale_24bit), (gst_videoscale_16bit),
27629         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27630         (gst_videoscale_scale_plane_slow),
27631         (gst_videoscale_scale_point_sample),
27632         (gst_videoscale_scale_nearest),
27633         (gst_videoscale_scale_nearest_str2),
27634         (gst_videoscale_scale_nearest_str4),
27635         (gst_videoscale_scale_nearest_32bit),
27636         (gst_videoscale_scale_nearest_24bit),
27637         (gst_videoscale_scale_nearest_16bit):
27638         add debugging category and use it properly
27639         fix use of GST_PTR_FORMAT
27640
27641 2004-02-25  Andy Wingo  <wingo@pobox.com>
27642
27643         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27644         push only when channel->buffer is NULL. Prevents segfaults doing
27645         the state change after a nonlocal exit, like a scheme exception.
27646
27647         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27648         Handle the case where the intersected caps is empty.
27649
27650 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27651
27652         * gst/law/mulaw-decode.c: (mulawdec_link):
27653         * gst/law/mulaw.c: (plugin_init):
27654           fix mulawdec so it actually works again
27655
27656 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27657
27658         reviewed by: David Schleef  <ds@schleef.org>
27659
27660         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27661         (gst_gamma_init), (gst_gamma_set_property),
27662         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27663         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27664         for RGB, with separate r g and b correction factors. (#131167)
27665
27666 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27667
27668         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27669           only signal tags for bitrate if they're > 0 (#134894)
27670
27671 2004-02-24  David Schleef  <ds@schleef.org>
27672
27673         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27674         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27675         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27676         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27677         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27678         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27679         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27680         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27681         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27682         category.  Attempt to fix timestamp calculation.
27683
27684 2004-02-24  Johan Dahlin  <johan@gnome.org>
27685
27686         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27687
27688 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27689
27690         * configure.ac:
27691         * gconf/Makefile.am:
27692         * gconf/gstreamer.schemas:
27693         * gst-libs/gst/gconf/Makefile.am:
27694         * gst-libs/gst/gconf/gconf.c:
27695           version gconf schemas and install locations
27696
27697 2004-02-23  Benjamin Otte  <otte@gnome.org>
27698
27699         * ext/xine/xineinput.c: (gst_xine_input_dispose):
27700         (gst_xine_input_subclass_init):
27701           call parent dispose.
27702           change pad template for CD reader correctly
27703         * ext/xine/Makefile.am:
27704         * ext/xine/gstxine.h:
27705         * ext/xine/xine.c: (plugin_init):
27706         * ext/xine/xineaudiosink.c:
27707           wrap audio sinks, too
27708         * gst-libs/gst/resample/private.h:
27709         * gst-libs/gst/resample/resample.c: (gst_resample_init),
27710         (gst_resample_reinit), (gst_resample_scale),
27711         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
27712         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
27713         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
27714         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
27715         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
27716         * gst-libs/gst/resample/resample.h:
27717         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27718         (gst_audioscale_class_init), (gst_audioscale_link),
27719         (gst_audioscale_get_buffer), (gst_audioscale_init),
27720         (gst_audioscale_chain), (gst_audioscale_set_property),
27721         (gst_audioscale_get_property):
27722         * gst/audioscale/gstaudioscale.h:
27723           s/resample_*/gst_resample_*/i to not clobber namespaces
27724
27725 2004-02-23  Julien MOUTTE  <julien@moutte.net>
27726
27727         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
27728         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
27729         (gst_riff_create_video_template_caps),
27730         (gst_riff_create_audio_template_caps),
27731         (gst_riff_create_iavs_template_caps):
27732         * gst-libs/gst/riff/riff-media.h:
27733         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
27734         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
27735         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
27736         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27737         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27738         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
27739         (gst_matroska_demux_plugin_init): First batch implementing audio and
27740         video codec tags in demuxers.
27741
27742 2004-02-22  Benjamin Otte  <otte@gnome.org>
27743
27744         * ext/xine/Makefile.am:
27745         * ext/xine/gstxine.h:
27746         * ext/xine/xine.c: (plugin_init):
27747         * ext/xine/xineinput.c:
27748           add input plugin wrapper. Playback from files, http, mms and cdda
27749           works.
27750         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
27751           remove leftover G_GNUC_UNUSED
27752         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
27753         (gst_asf_demux_identify_guid):
27754           improve debugging output
27755
27756 2004-02-22  Benjamin Otte  <otte@gnome.org>
27757
27758         reported by: Padraig O'Briain <padraig.obriain@sun.com>
27759
27760         * autogen.sh:
27761           replace test -e with test -x for mkinstalldirs to be more portable.
27762           (fixes #134816)
27763
27764 2004-02-22  Benjamin Otte  <otte@gnome.org>
27765
27766         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
27767
27768         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
27769           set rank to PRIMARY
27770         * gst/volume/gstvolume.c: (plugin_init):
27771           set rank to NONE
27772         fixes #134960
27773
27774 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
27775
27776         reviewed by Benjamin Otte  <otte@gnome.org>
27777
27778         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27779           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
27780
27781 2004-02-22  Benjamin Otte  <otte@gnome.org>
27782
27783         * configure.ac:
27784           export [_]*{gst,Gst,GST}.* symbols from plugins
27785
27786 2004-02-22  Christophe Fergeau <teuf@gnome.org>
27787
27788         reviewed by: Benjamin Otte  <otte@gnome.org>
27789
27790         * ext/lame/gstlame.c: (add_one_tag):
27791         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27792         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
27793         (gst_vorbisenc_metadata_set1):
27794         * gst/tags/gstid3tag.c:
27795         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
27796           apply fixes from bugs #135042 (lame can't write tags) and #133817
27797           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
27798
27799 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
27800
27801         * configure.ac: Export only gst_plugin_desc from plugins.
27802          Note that this change only makes any effect with Linux using libtool
27803          1.5.2 or higher. Otherwise it is silently ignored, but it would build
27804          fine. And don't try to have several versions of libtool in different
27805          directories.
27806
27807 2004-02-20  Andy Wingo  <wingo@pobox.com>
27808
27809         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
27810         interleave respectively.
27811
27812         * gst/interleave/deinterleave.c: New plugin: deinterleave
27813         (replaces on oneton).
27814         * gst/interleave/interleave.c: New plugin: interleave.
27815         * gst/interleave/plugin.h: Support file.
27816         * gst/interleave/plugin.c: Support file.
27817
27818         * configure.ac: Remove intfloat and oneton, add interleave.
27819
27820         * ext/sndfile/gstsf.c: Handle events better.
27821
27822         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
27823         and float2int operation. int2float has scheduling problems as
27824         noted in in2float_chain.
27825
27826 2004-02-20  Benjamin Otte  <otte@gnome.org>
27827
27828         * ext/xine/Makefile.am:
27829         * ext/xine/gstxine.h:
27830         * ext/xine/xine.c:
27831         * ext/xine/xineaudiodec.c:
27832         * ext/xine/xinecaps.c:
27833           add first version of xine plugin wrapper. Currently only wraps the
27834           QDM2 win32 DLL, and even that only in proof-of-concept quality.
27835         * configure.ac:
27836         * ext/Makefile.am:
27837           add xine plugin wrapper, disabled by default. Use --enable-xine to
27838           build. Note that it'll segfault on gst-register if you don't remove
27839           the goom and tvtime post plugins from xine.
27840         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27841         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
27842           add extradata parsing for QDM2.
27843           change around debugging prints.
27844
27845 2004-02-19  Benjamin Otte  <otte@gnome.org>
27846
27847         * ext/lame/gstlame.c: (gst_lame_chain):
27848         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27849           use gst_tag_list_insert when you want to insert tags
27850
27851 2004-02-18  David Schleef  <ds@schleef.org>
27852
27853         * configure.ac:  Move massink to gst-rotten
27854         * ext/Makefile.am:
27855         * ext/mas/Makefile.am:
27856         * ext/mas/massink.c:
27857         * ext/mas/massink.h:
27858
27859 2004-02-18  David Schleef  <ds@schleef.org>
27860
27861         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
27862         typefinding, since it seems to be worse than nothing.
27863         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
27864         atom to recognize .mp4 and .m4a files as video/quicktime.
27865
27866 2004-02-18  David Schleef  <ds@schleef.org>
27867
27868         * gst/sine/demo-dparams.c: (quit_live),
27869         (dynparm_log_value_changed), (dynparm_value_changed), (main):
27870         Use double dparams, not float.
27871         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
27872         (gst_sinesrc_init): Change sync default to FALSE, since multiple
27873         sync'd elements don't really work correctly.
27874         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
27875         (volume_update_volume), (volume_get_property):  Change dparam
27876         to double.
27877
27878 2004-02-18  Julien MOUTTE  <julien@moutte.net>
27879
27880         * sys/ximage/ximagesink.c:
27881         (gst_ximagesink_xwindow_update_geometry),
27882         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27883         (gst_ximagesink_change_state), (gst_ximagesink_expose),
27884         (gst_ximagesink_init): Rework the way software video scaling works. So
27885         now we check on each chain call if the video frames are feeling the
27886         window. If not we try to renegotiate caps. On failure we memorize that
27887         and we won't try again for that PLAYING sessions.
27888         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
27889         failure.
27890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
27891         synchronous flag.
27892
27893 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27894
27895         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27896           break up _link so we can give a better debug message for errors
27897
27898 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27899
27900         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
27901           set up debug category
27902
27903 2004-02-18  Julien MOUTTE <julien@moutte.net>
27904
27905         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27906         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
27907         the way renegotiation work. The event handling function is not taking
27908         care of external windows and renegotiate method check for pad flags
27909         NEGOTIATING. Should fix : #133209
27910
27911 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27912
27913         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
27914         pad is negotiating before trying renegotiation.
27915
27916 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27917
27918         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
27919           pass on all possible mime types as typefind hints
27920
27921 2004-02-17  Julien MOUTTE <julien@moutte.net>
27922
27923         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
27924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
27925         possible SHM leak if we crash. All other apps using XShm are doing
27926         that.
27927
27928 2004-02-17  Julien MOUTTE  <julien@moutte.net>
27929
27930         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
27931         (gst_ximagesink_expose): Renegotiate size on expose.
27932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
27933         size on expose.
27934
27935 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27936
27937         * testsuite/alsa/sinesrc.c:
27938           cosmetic fix to fix compile issue with gcc 2.95.4
27939
27940 2004-02-16  Julien MOUTTE <julien@moutte.net>
27941
27942         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27943         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
27944         failed opening the audio device.
27945         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
27946         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
27947         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
27948         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
27949         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
27950         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
27951         (gst_ximagesink_change_state), (gst_ximagesink_chain),
27952         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
27953         Removing some useless g_return_if_fail like wingo suggested.
27954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27955         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
27956         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
27957         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
27958         (gst_xvimagesink_update_colorbalance),
27959         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
27960         (gst_xvimagesink_xcontext_clear),
27961         (gst_xvimagesink_get_fourcc_from_caps),
27962         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
27963         (gst_xvimagesink_set_xwindow_id),
27964         (gst_xvimagesink_colorbalance_list_channels),
27965         (gst_xvimagesink_colorbalance_set_value),
27966         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
27967         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
27968
27969 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27970
27971         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27972           throw error when not negotiated instead of asserting
27973
27974 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27975
27976         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
27977         correct data refcounting.
27978
27979 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27980
27981         * gst/switch/gstswitch.c: (gst_switch_change_state),
27982         (gst_switch_class_init): Cleaning the sinkpads correctly on state
27983         change, mostly the EOS flag.
27984
27985 2004-02-15  Julien MOUTTE  <julien@moutte.net>
27986
27987         * examples/gstplay/player.c: (got_eos), (main): Adding some
27988         output for debugging.
27989         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
27990         timeouts if we go to any state different from PLAYING.
27991         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
27992         more EOS bugs in riff lib.
27993
27994 2004-02-14  Julien MOUTTE  <julien@moutte.net>
27995
27996         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
27997         visualization until i find a way to fix switch correctly.
27998         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
27999         EOS arrives.
28000         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28001         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28002         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28003         Reworked switch to get a more correct behaviour with events and refing
28004         of data stored in sinkpads.
28005         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28006         we don't pull from a pad in EOS.
28007
28008 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28009
28010         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28011           remove v1 tag even if we can't read it (makes sure we don't detect
28012           it again)
28013
28014 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28015
28016         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28017         (gst_alsa_xrun_recovery):
28018         * ext/alsa/gstalsa.h:
28019           try xrun recovery when wait failed. Make xrun recovery function
28020           return TRUE/FALSE to indicate success. (might fix #134354)
28021
28022 2004-02-13  David Schleef  <ds@schleef.org>
28023
28024         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28025         (dynparm_value_changed), (main): Convert from float to double.
28026         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28027
28028 2004-02-13  David Schleef  <ds@schleef.org>
28029
28030         * gst/silence/gstsilence.c: (gst_silence_class_init),
28031         (gst_silence_set_clock), (gst_silence_get),
28032         (gst_silence_set_property), (gst_silence_get_property):
28033         * gst/silence/gstsilence.h: Add sync property.
28034         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28035         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28036         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28037         * gst/sine/gstsinesrc.h: Add sync property.
28038
28039 2004-02-13  David Schleef  <ds@schleef.org>
28040
28041         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28042         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28043
28044 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28045
28046         * configure.ac:
28047         * ext/Makefile.am:
28048         * gst-libs/ext/Makefile.am:
28049           move ffmpeg plugin to gst-ffmpeg module
28050
28051 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28052
28053         * configure.ac: use GST_ARCH to detect architecture
28054
28055 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28056
28057         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28058
28059 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28060
28061         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28062           classify LADSPA plugins based on number of src/sink pads
28063           (#133663, Stefan Kost)
28064         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28065           fix dparams registration
28066           (#133528, Stefan Kost)
28067         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28068           fix use of isprint and use g_ascii_isprint instead
28069           (#133316, Stefan Kost)
28070
28071 2004-02-11  David Schleef  <ds@schleef.org>
28072
28073         Convert a few inner loops to use liboil.  This is currently
28074         optional, and is only enabled if liboil is present (duh!).
28075         * configure.ac: Check for liboil-0.1
28076         * gst/intfloat/Makefile.am:
28077         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28078         (gst_int2float_chain_gint16):
28079         * gst/videofilter/Makefile.am:
28080         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28081         (tablelookup_u8), (gst_videobalance_planar411):
28082         * gst/videotestsrc/Makefile.am:
28083         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28084         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28085         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28086         (paint_hline_RGB565), (paint_hline_xRGB1555):
28087
28088 2004-02-11  David Schleef  <ds@schleef.org>
28089
28090         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28091         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28092         (gst_colorspace_getcaps), (gst_colorspace_link),
28093         (gst_colorspace_base_init), (gst_colorspace_init),
28094         (gst_colorspace_chain), (gst_colorspace_change_state),
28095         (plugin_init): Merge Ronald's patch (bug #117897) and update
28096         for new caps and negotiation.  Seems to work, although it
28097         shows off bugs in lcs.
28098
28099 2004-02-11  David Schleef  <ds@schleef.org>
28100
28101         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28102         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28103
28104 2004-02-11  David Schleef  <ds@schleef.org>
28105
28106         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28107         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28108         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28109         Add server and port properties
28110
28111 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28112
28113         * m4/a52.m4:
28114         * m4/aalib.m4:
28115         * m4/as-ffmpeg.m4:
28116         * m4/as-liblame.m4:
28117         * m4/as-slurp-ffmpeg.m4:
28118         * m4/check-libheader.m4:
28119         * m4/esd.m4:
28120         * m4/freetype2.m4:
28121         * m4/gconf-2.m4:
28122         * m4/glib.m4:
28123         * m4/gst-alsa.m4:
28124         * m4/gst-artsc.m4:
28125         * m4/gst-ivorbis.m4:
28126         * m4/gst-matroska.m4:
28127         * m4/gst-sdl.m4:
28128         * m4/gst-shout2.m4:
28129         * m4/gst-sid.m4:
28130         * m4/gtk.m4:
28131         * m4/libdv.m4:
28132         * m4/libfame.m4:
28133         * m4/libmikmod.m4:
28134         * m4/ogg.m4:
28135         * m4/vorbis.m4:
28136           fix underquotedness of macros (#133800)
28137         * m4/as-avifile.m4:
28138         * m4/xmms.m4:
28139           removed because no longer used
28140
28141 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28142
28143         * configure.ac:
28144           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28145           by autopoint (fixes #132996)
28146
28147 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28148
28149         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28150         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28151         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28152         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28153           fix memleaks
28154
28155 2004-02-11  David Schleef  <ds@schleef.org>
28156
28157         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28158         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28159         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28160         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28161         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28162         (gst_jpegenc_class_init), (gst_jpegenc_init),
28163         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28164         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28165         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28166         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28167
28168 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28169
28170         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28171         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28172         * ext/mikmod/gstmikmod.h:
28173           fix caps negotiation in mikmod
28174         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28175           output debug information
28176
28177 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28178
28179         * gst-libs/gst/colorbalance/Makefile.am:
28180         * gst-libs/gst/navigation/Makefile.am:
28181         * gst-libs/gst/xoverlay/Makefile.am:
28182           remove unused GST_OPT_CFLAGS from Makefiles
28183           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28184
28185 2004-02-07  David Schleef  <ds@schleef.org>
28186
28187         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28188         push events to pads that haven't been created (#133508)
28189
28190 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28191
28192         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28193         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28194         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28195         (gst_dvdec_loop), (gst_dvdec_change_state):
28196         Second attempt at committing a working dvdec element.
28197
28198 2004-02-06  David Schleef  <ds@schleef.org>
28199
28200         Build fixes for OS X: (see #129600)
28201         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28202         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28203         (gst_riff_read_strf_iavs):
28204         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28205         (gst_avi_demux_stream_odml):
28206         * gst/playondemand/Makefile.am:
28207         * gst/rtp/rtp-packet.c:
28208
28209 2004-02-05  David Schleef  <ds@schleef.org>
28210
28211         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28212         last change, because it Just Doesn't Compile.
28213
28214 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28215
28216         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28217           skip undecodable id3v2 tag instead of keeping it
28218
28219 2004-02-05  David Schleef  <ds@schleef.org>
28220
28221         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28222         Unref leaked buffer.  (Noticed by Ronald)
28223
28224 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28225
28226         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28227         Sync requires with other checks.  >= vs =.
28228
28229 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28230
28231         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28232         (gst_dvdec_video_link), (gst_dvdec_loop):
28233         * ext/dv/gstdvdec.h:
28234           rework the caps negotiation so that dvdec works again instead
28235           of just segfaulting.
28236
28237 === release 0.7.4 ===
28238
28239 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28240
28241         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28242         * configure.ac: changed for release
28243
28244 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28245
28246         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28247         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28248         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28249         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28250           reworked patch by David Lehn to fix libdir and includedir for
28251           uninstalled libraries
28252           removed play and gconf from gstreamer-libs since they have their
28253           own pkgconfig files
28254
28255 2004-02-04  David Schleef  <ds@schleef.org>
28256
28257         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28258         memleak.
28259
28260 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28261
28262         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28263           use correct GST_TAG_ENCODER tag
28264
28265 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28266
28267         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28268           be sure to stop the clock when going to paused
28269         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28270           reset number of transmitted when going to ready.
28271         fixes #132935
28272
28273 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28274
28275         reviewed by Benjamin Otte
28276
28277         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28278           extract track count (fixes #133410)
28279
28280 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28281
28282         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28283           that should be !=, not == (fixes #132519)
28284
28285 2004-02-04  David Schleef  <ds@schleef.org>
28286
28287         Make sure set_explicit_caps() is called before adding pad.
28288         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28289         * gst/id3/gstid3types.c: (gst_id3types_loop):
28290         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28291         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28292
28293 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28294
28295         * configure.ac:
28296           bump nano to 2, first prerelease
28297           put back AM_PROG_LIBTOOL
28298
28299 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28300
28301         * testsuite/alsa/Makefile.am:
28302           these are user test apps, not automatic testsuite tests
28303
28304 2004-02-04  David Schleef  <ds@schleef.org>
28305
28306         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28307         * gst/mpeg1videoparse/gstmp1videoparse.c:
28308         (mp1videoparse_parse_seq):
28309         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28310         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28311         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28312         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28313         (gst_xvideosink_getcaps):
28314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28315         * testsuite/gst-lint: more tests
28316
28317 2004-02-04  David Schleef  <ds@schleef.org>
28318
28319         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28320         with the code that they would expand to.
28321         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28322         (gst_flacdec_get_src_query_types),
28323         (gst_flacdec_get_src_event_masks):
28324         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28325         (gst_gnomevfssrc_get_query_types),
28326         (gst_gnomevfssrc_get_event_mask):
28327
28328 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28329
28330         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28331         (gst_sinesrc_dispose):
28332           fix memleak by properly disposing sinesrc
28333
28334 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28335
28336         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28337         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28338         an overlay to redraw the image because it has been exposed.
28339         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28340         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28341         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28342         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28343         interface
28344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28345         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28346         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28347         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28348         interface
28349
28350 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28351
28352         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28353           more memleak fixage
28354
28355 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28356
28357         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28358         * gst/typefind/gsttypefindfunctions.c:
28359           fix memleaks shown by gst-typefind
28360
28361 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28362
28363         * common/glib-gen.mak:
28364           add hack rule to touch .Plo files
28365         * gst-libs/gst/colorbalance/Makefile.am:
28366         * gst-libs/gst/mixer/Makefile.am:
28367         * gst-libs/gst/play/Makefile.am:
28368         * gst-libs/gst/tuner/Makefile.am:
28369           remove glib_root variable
28370
28371 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28372
28373         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28374           set explicit caps before adding the element, so the autopluggers can
28375           plug correctly.
28376         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28377         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28378         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28379         (dv_type_find):
28380           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28381           argument.
28382
28383 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28384
28385         * gst-libs/gst/colorbalance/Makefile.am:
28386         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28387         * gst-libs/gst/colorbalance/colorbalance.c:
28388         * gst-libs/gst/colorbalance/colorbalance.h:
28389         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28390         * gst-libs/gst/mixer/Makefile.am:
28391         * gst-libs/gst/mixer/mixer-marshal.list:
28392         * gst-libs/gst/mixer/mixer.c:
28393         * gst-libs/gst/mixer/mixer.h:
28394         * gst-libs/gst/mixer/mixermarshal.list:
28395         * gst-libs/gst/play/Makefile.am:
28396         * gst-libs/gst/play/play.h:
28397         * gst-libs/gst/tuner/Makefile.am:
28398         * gst-libs/gst/tuner/tuner-marshal.list:
28399         * gst-libs/gst/tuner/tuner.c:
28400         * gst-libs/gst/tuner/tuner.h:
28401         * gst-libs/gst/tuner/tunermarshal.list:
28402           use new glib-gen.mak snippet to clean up Makefile.am
28403           fix various bugs in Makefile.am's
28404
28405 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28406
28407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28408           handle chain parsing correctly in the multichain case
28409         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28410         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28411         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28412         (theora_dec_chain):
28413           handle events and queries correctly
28414
28415 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28416
28417         * .cvsignore:
28418         Ignore generated file _stdint.h.
28419
28420 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28421
28422         * gst-libs/gst/colorbalance/Makefile.am:
28423         * gst-libs/gst/colorbalance/colorbalance.h:
28424         * gst-libs/gst/mixer/Makefile.am:
28425         * gst-libs/gst/mixer/mixer.h:
28426         * gst-libs/gst/play/Makefile.am:
28427         * gst-libs/gst/play/play.h:
28428         * gst-libs/gst/tuner/Makefile.am:
28429         * gst-libs/gst/tuner/tuner.h:
28430         Generate enum type code with glib-mkenums.
28431         * gst-libs/gst/colorbalance/.cvsignore:
28432         * gst-libs/gst/mixer/.cvsignore:
28433         * gst-libs/gst/play/.cvsignore:
28434         * gst-libs/gst/tuner/.cvsignore:
28435         Ignore generated files.
28436
28437 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28438
28439         * gst-libs/gst/audio/.cvsignore:
28440         Ignore generated file.
28441         * gst-libs/gst/audio/Makefile.am:
28442         Do not install example filter.
28443
28444 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28445
28446         * examples/switch/.cvsignore:
28447         Ignore generated file.
28448
28449 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28450
28451         * common/m4/ax_create_stdint_h.m4:
28452         * configure.ac:
28453           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28454           _stdint.h.
28455         * Makefile.am:
28456           remove generated _stdint.h in DISTCLEANFILES
28457         * ext/a52dec/gsta52dec.c:
28458           include _stdint.h for a52dec. (should fix #133064)
28459
28460 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28461
28462         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28463         (gst_tag_to_vorbis_comments):
28464         Add replaygain support to vorbistag
28465
28466 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28467         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28468         (gst_ffmpeg_caps_to_extradata):
28469           Fix SVQ3 caps flag properties
28470           Use glib macro for bytes swap
28471
28472 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28473
28474         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28475         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28476         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28477         * ext/sndfile/gstsf.c: (plugin_init):
28478         * gst/avi/gstavi.c: (plugin_init):
28479         * sys/dxr3/dxr3init.c: (plugin_init):
28480         * sys/oss/gstossaudio.c: (plugin_init):
28481         * sys/v4l/gstv4l.c: (plugin_init):
28482         * sys/v4l2/gstv4l2.c: (plugin_init):
28483           remove textdomain calls
28484         * po/nl.po:
28485           update Dutch translation
28486
28487 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28488
28489         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28490         (gst_play_set_audio_sink): Moving volume in the audio thread for
28491         instantaneous volume change. Maybe i will add another volume in front
28492         of visualization later, not sure yet though.
28493
28494 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28495
28496         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28497         (gst_ximagesink_handle_xevents): Better X events handling, only take
28498         the latest events for configure and motion.
28499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28500
28501 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28502
28503         reviewed by: David Schleef  <ds@schleef.org>
28504
28505         Fix memory leaks:
28506         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28507         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28508
28509 2004-02-02  David Schleef  <ds@schleef.org>
28510
28511         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28512         of lines.
28513         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28514         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28515         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28516         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28517         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28518         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28519         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28520         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28521         (gst_float2_2_int_link):
28522         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28523         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28524         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28525         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28526         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28527         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28528         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28529         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28530         * testsuite/gst-lint: Add tests for bzero and ;;
28531
28532 2004-02-02  David Schleef  <ds@schleef.org>
28533
28534         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28535
28536 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28537
28538         * ext/aalib/gstaasink.c: (gst_aasink_open):
28539         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28540         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28541         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28542         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28543         (gst_afsink_close_file):
28544         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28545         (gst_afsrc_close_file):
28546         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28547         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28548         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28549         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28550         * ext/esd/esdmon.c: (gst_esdmon_get):
28551         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28552         * ext/faac/gstfaac.c: (gst_faac_chain):
28553         * ext/faad/gstfaad.c: (gst_faad_chain):
28554         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28555         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28556         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28557         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28558         (gst_flacdec_loop):
28559         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28560         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28561         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28562         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28563         (gst_gnomevfssink_close_file):
28564         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28565         (gst_gnomevfssrc_open_file):
28566         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28567         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28568         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28569         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28570         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28571         * ext/mad/gstmad.c: (gst_mad_chain):
28572         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28573         * ext/mpeg2dec/gstmpeg2dec.c:
28574         * ext/mpeg2enc/gstmpeg2enc.cc:
28575         * ext/mplex/gstmplex.cc:
28576         * ext/mplex/gstmplexibitstream.cc:
28577         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28578         (gst_ogg_demux_push):
28579         * ext/raw1394/gstdv1394src.c:
28580         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28581         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28582         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28583         (gst_sf_loop):
28584         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28585         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28586         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28587         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28588         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28589         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28590         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28591         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28592         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28593         (gst_riff_read_element_data), (gst_riff_read_seek),
28594         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28595         * gst/adder/gstadder.c: (gst_adder_loop):
28596         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28597         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28598         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28599         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28600         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28601         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28602         * gst/goom/gstgoom.c: (gst_goom_chain):
28603         * gst/id3/gstid3types.c: (gst_id3types_loop):
28604         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28605         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28606         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28607         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28608         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28609         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28610         (gst_ebml_read_float), (gst_ebml_read_header):
28611         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28612         (gst_matroska_demux_parse_blockgroup):
28613         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28614         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28615         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28616         * gst/silence/gstsilence.c: (gst_silence_get):
28617         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28618         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28619         * gst/speed/gstspeed.c: (speed_loop):
28620         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28621         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28622         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28623         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28624         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28625         (gst_wavparse_loop):
28626         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28627         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28628         (dxr3audiosink_close):
28629         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28630         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28631         (dxr3videosink_close), (dxr3videosink_write_data):
28632         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28633         * sys/oss/gstosssink.c: (gst_osssink_chain):
28634         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28635         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28636         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28637         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28638         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28639         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28640         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28641         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28642         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28643         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28644         (gst_v4l_set_audio):
28645         * sys/v4l/v4l_calls.h:
28646         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28647         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28648         (gst_v4lmjpegsink_playback_init),
28649         (gst_v4lmjpegsink_playback_start):
28650         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28651         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28652         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28653         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28654         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28655         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28656         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28657         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28658         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28659         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28660         (gst_v4l2_get_output), (gst_v4l2_set_output),
28661         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28662         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28663         (gst_v4l2_set_attribute):
28664         * sys/v4l2/v4l2_calls.h:
28665         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28666         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28667         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28668         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28669         (gst_v4l2src_capture_stop):
28670         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28671         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28672         (gst_ximagesink_chain):
28673         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28674         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28675         (gst_xvideosink_xwindow_new):
28676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28677         (gst_xvimagesink_chain):
28678
28679 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28680
28681         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28682         (gst_volume_get_volume), (volume_class_init), (volume_init),
28683         (volume_chain_int16), (volume_update_volume):
28684         * gst/volume/gstvolume.h:
28685           make code more readable by removing magic numbers
28686           make mixer interface export 0-100 range
28687           make it internally map to 0.0-1.0 range so users don't distort
28688           output by putting the sliders at full volume
28689
28690 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28691
28692         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
28693         (gst_play_state_change), (gst_play_seek_to_time):
28694         block the tick callback for 0.5 secs after doing a seek
28695
28696 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28697
28698         * gst-libs/gst/play/play.c: (gst_play_new):
28699           check for GError
28700
28701 2004-02-01  Julien MOUTTE  <julien@moutte.net>
28702
28703         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
28704         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
28705         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28706         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
28707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
28708         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
28709
28710 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28711
28712         * configure.ac:
28713         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28714           check for a function added in vorbis 1.1
28715
28716 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28717
28718         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
28719         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
28720           really start/stop clock only on PLAYING <=> PAUSED
28721         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28722           remove \n from debugging lines
28723         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28724           make it work when seeking does not
28725         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28726           reset on DISCONT
28727
28728 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28729
28730         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
28731           start clock on PAUSED=>PLAYING, not later
28732         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28733           extract correct time for different discont formats
28734         (gst_alsa_sink_get_time):
28735           don't segfault when no format is negotiated yet, just return 0
28736         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28737         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
28738         (gst_ogg_pad_push):
28739           handle flush and discont events correctly
28740         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28741           handle discont events correctly
28742
28743 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
28744
28745         * gst-libs/gst/play/play.c: (gst_play_error_quark),
28746         (gst_play_error_create), (gst_play_error_plugin),
28747         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
28748         * gst-libs/gst/play/play.h:
28749           add error handling during creation
28750         * examples/gstplay/player.c: (main):
28751           use new gst_play_new
28752
28753
28754 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28755
28756         * ext/theora/theoradec.c: (theora_dec_chain):
28757           make comments work
28758         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
28759         (vorbis_dec_src_event), (vorbis_dec_chain):
28760           add encoder tag, fix tag reading to be more error tolerant, change
28761           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
28762           gst_pad_event_default.
28763         * gst/tags/gstvorbistag.c:
28764         (gst_tag_list_from_vorbiscomment_buffer):
28765           undefine function specific define at end of function
28766
28767 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
28768
28769         * ext/flac/gstflac.c: (plugin_init):
28770         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
28771         * ext/flac/gstflacdec.h:
28772         * ext/flac/gstflacenc.h:
28773           Fix typos
28774
28775 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
28776
28777         * examples/gstplay/player.c: s/gstplay.h/play.h/
28778
28779 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28780
28781         * gst-libs/gst/play/Makefile.am:
28782         * gst-libs/gst/play/gstplay.c:
28783         * gst-libs/gst/play/gstplay.h:
28784         * gst-libs/gst/play/play.c:
28785           more surgery, operation complete
28786
28787 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28788
28789         * gst-libs/gst/play/play.old.c:
28790         * gst-libs/gst/play/play.old.h:
28791           after CVS surgery by moving, remove
28792         * gst-libs/gst/play/playpipelines.c:
28793           remove
28794
28795         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28796           add negotiation error
28797
28798 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28799
28800         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28801         (gst_ogg_demux_push):
28802           add some seeking debug info
28803           send a flush when seeking
28804
28805 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28806
28807         * configure.ac:
28808           use AC_C_INLINE
28809         * configure.ac:
28810         * ext/Makefile.am:
28811         * ext/theora/Makefile.am:
28812         * ext/theora/theoradec.c:
28813           add theora video decoder. Does just do simple decoding for now and
28814           has been tested against Theora cvs only. It only works when theora
28815           is compiled with --enable-static.
28816         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28817           always reset packetno on DISCONT
28818
28819 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28820
28821         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28822           Fix audio.
28823
28824 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28825
28826         * gst/mpegaudioparse/gstmpegaudioparse.c:
28827         (mp3_type_frame_length_from_header):
28828           Fix header parsing - stolen from ffmpeg (thank you! :) ).
28829
28830 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28831
28832         * ext/esd/esdsink.c: (gst_esdsink_init):
28833           Since we have static pad template caps, we don't need to negotiate;
28834           either the core errors out or we know the format.
28835
28836 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28837
28838         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28839         (gst_riff_read_seek):
28840         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28841         (gst_ebml_read_seek):
28842           Fix event handling.
28843
28844 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28845
28846         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28847           removee video/x-theora from vp3 decoder, it doesn't handle raw
28848           theora streams
28849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
28850           fix bug with finalizing element that never went to PAUSED
28851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
28852           length and position queries were swapped
28853         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
28854         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
28855         (vorbis_dec_src_event):
28856           implement querying time and bytes
28857
28858 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28859
28860         * just about every source file:
28861           gst_element_error -> GST_ELEMENT_ERROR
28862
28863 2004-01-29  Julien MOUTTE  <julien@moutte.net>
28864
28865         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
28866         emiting FLUSH and even before DISCONT.
28867         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
28868         get the best instant seeking as possible yay!
28869
28870 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28871
28872         * gst/mpeg1videoparse/gstmp1videoparse.c:
28873         (gst_mp1videoparse_real_chain):
28874           Committed wrong version last week... Grr... Didn't notice until now.
28875
28876 2004-01-29  Julien MOUTTE <julien@moutte.net>
28877
28878         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
28879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
28880         have_xwindow_id signal in xwindow_create.
28881
28882 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28883
28884         * ext/ogg/gstoggdemux.c:
28885           lots of changes - mainly support for chained bitstreams, seeking,
28886           querying and bugfixes of course
28887         * ext/vorbis/Makefile.am:
28888         * ext/vorbis/vorbisdec.c:
28889         * ext/vorbis/vorbisdec.h:
28890           add vorbisdec raw vorbis decoder
28891         * ext/vorbis/vorbis.c: (plugin_init):
28892           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
28893         * gst/intfloat/Makefile.am:
28894         * gst/intfloat/float22int.c:
28895         * gst/intfloat/float22int.h:
28896         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
28897           add float2intnew plugin. It converts multichannel interleaved float to
28898           multichannel interleaved int. The name should probably be changed.
28899         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
28900         (plugin_init):
28901           add typefinding for raw theora video so oggdemux can detect it.
28902
28903 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28904
28905         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
28906         sink element first.
28907         * gst/videoscale/gstvideoscale.c:
28908         (gst_videoscale_handle_src_event): Fixing src event handler.
28909
28910 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28911
28912         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
28913         (gst_v4lsrc_open), (gst_v4lsrc_close),
28914         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
28915         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
28916         * sys/v4l/gstv4lsrc.h:
28917         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
28918         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
28919           Implement resizing... Hack. But that's why v4l is b0rked...
28920
28921 2004-01-28  Julien MOUTTE <julien@moutte.net>
28922
28923         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
28924         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
28925         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
28926         (gst_ximagesink_xwindow_destroy):
28927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
28928         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
28929         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28930         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
28931         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
28932         correctly cleaning the image created to check xshm calls on succes,
28933         added a lot of XSync calls in X11 functions, and fixed a segfault when
28934         no image format was defined before negotiation happened.
28935
28936 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28937
28938         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
28939           use gst_element_get_time to get correct time
28940
28941 2004-01-28  Julien MOUTTE  <julien@moutte.net>
28942
28943         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
28944         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
28945         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
28946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
28947         (gst_xvimagesink_check_xshm_calls),
28948         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
28949         X plugins are now able to detect that XShm calls will fail even if the
28950         server claims that it has XShm support (remote displays most of the
28951         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
28952         so that we use non XShm functions. This feature is almost useless for
28953         xvimagesink as Xv is not supported on remote displays anyway, but
28954         it might happen than even on the local display XShm calls fail.
28955
28956 2004-01-27  David Schleef  <ds@schleef.org>
28957
28958         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
28959         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
28960         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
28961         changed esdsink to only use 44100,16,2, since esd sucks at rate
28962         conversion and esdsink has had difficulty negotiating.
28963
28964 2004-01-27  Julien MOUTTE <julien@moutte.net>
28965
28966         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
28967         (gst_play_seek_to_time): Fixing the way to get current position.
28968
28969 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28970
28971         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
28972           use gst_element_get_time to get correct time
28973
28974 2004-01-27  Julien MOUTTE <julien@moutte.net>
28975
28976         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
28977         fix ever... Inverting 2 lines of code make spider autoplug correctly
28978         tagged mp3 !
28979
28980 2004-01-27  David Schleef  <ds@schleef.org>
28981
28982         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28983         Use gst_pad_try_set_caps_nonfixed().
28984
28985 2004-01-27  David Schleef  <ds@schleef.org>
28986
28987         * gst/ac3parse/gstac3parse.c: update to checklist 5
28988         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
28989         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
28990         * gst/audioscale/gstaudioscale.c: same
28991         * gst/auparse/gstauparse.c: same
28992         * gst/avi/gstavidemux.c: same
28993
28994 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28995
28996         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28997           stop processing after EOS
28998
28999 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29000
29001         * gst/asfdemux/asfheaders.h:
29002         * gst/asfdemux/gstasfdemux.c:
29003         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29004         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29005         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29006           lot's of fixes to make data extraction simpler and get the code
29007           architecture and compiler independant. Add debugging category
29008         * gst/goom/gstgoom.c: (gst_goom_change_state):
29009           reset channel count on PAUSED=>READY, not READY=>PAUSED
29010
29011 2004-01-26  Colin Walters  <walters@verbum.org>
29012
29013         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29014         code to pull a bigger buffer in iradio mode.  This as a side effect
29015         makes typefinding work.
29016
29017 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29018
29019         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29020         Fix SVQ3 decoding on PPC
29021
29022 2004-01-26  Julien MOUTTE <julien@moutte.net>
29023
29024         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29025         that one managed to stay there... Fixed.
29026
29027 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29028
29029         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29030         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29031         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29032         (qtdemux_video_caps):
29033         * gst/qtdemux/qtdemux.h:
29034         Add SVQ3 specific flags to qtdemux and ffmpeg
29035
29036 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29037
29038         * gst-libs/gst/audio/audio.h:
29039           remove buffer-frames from audio caps
29040         * gst/audioconvert/gstaudioconvert.c:
29041           fix plugin to really work.
29042
29043 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29044
29045         * gst-libs/gst/mixer/mixer.c:
29046         * gst-libs/gst/propertyprobe/propertyprobe.c:
29047         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29048         (gst_tuner_find_channel_by_name):
29049         * gst-libs/gst/tuner/tuner.h:
29050           Add gtk-doc style comments. Also fix a function name.
29051
29052 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29053
29054         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29055         (gst_divxdec_negotiate):
29056           Fix for new capsnego - also fixes gst-player with divxdec.
29057
29058 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29059
29060         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29061         (gst_play_identity_handoff), (gst_play_set_location),
29062         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29063         try in visualization implementation. Still have an issue with switch
29064         blocking when pulling from video_queue and only audio comes out of
29065         spider.
29066         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29067         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29068         release method. And check if the pad is usable before pulling.
29069
29070 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29071
29072         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29073         (gst_videobalance_init),
29074         (gst_videobalance_colorbalance_list_channels),
29075         (gst_videobalance_colorbalance_set_value),
29076         (gst_videobalance_colorbalance_get_value),
29077         (gst_videobalance_update_properties),
29078         (gst_videobalance_update_tables_planar411),
29079         (gst_videobalance_planar411):
29080         * gst/videofilter/gstvideobalance.h:
29081           Implement lookup-tables. +/- 10x faster.
29082
29083 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29084
29085         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29086         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29087           The index reading was broken. The rest worked fine, but the whole
29088           goal of my rewrite was to make avidemux readable, and this was
29089           not at all readable. Please use typed variables.
29090
29091 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29092
29093         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29094           Additional pad usability check.
29095         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29096         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29097         (gst_mp1videoparse_real_chain):
29098           Fix MPEG video stream parsing. The original plugin had several
29099           issues, including not timestamping streams where the source was
29100           not timestamped (this happens with PTS values in mpeg system
29101           streams, but MPEG video is also a valid stream on its own so
29102           that needs timestamps too). We use the display time code for that
29103           for now. Also, if one incoming buffer contains multiple valid
29104           frames, we push them all on correctly now, including proper EOS
29105           handling. Lastly, several potential segfaults were fixed, and we
29106           properly sync on new sequence/gop headers to include them in next,
29107           not previous frames (since they're header for the next frame, not
29108           the previous). Also see #119206.
29109         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29110         (bpf_from_header):
29111           Move caps setting so we only do it after finding several valid
29112           MPEG-1 fraes sequentially, not right after the first one (which
29113           might be coincidental).
29114         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29115         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29116         (plugin_init):
29117           Add unsynced MPEG video stream typefinding, and change some
29118           probability values so we detect streams rightly. The idea is as
29119           follows: I can have an unsynced system stream which contains
29120           video. In the current code, I would randomly get a type for either
29121           system or video stream type found, because the probabilities are
29122           being calculated rather randomly. I now use fixed values, so we
29123           always prefer system stream if that was found (and that is how it
29124           should be). If no system stream was found, we can still identity                the stream as video-only.
29125
29126 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29127
29128         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29129         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29130           don't write to buffer. Extract data without the need of
29131           __attribute__ ((packed))
29132
29133 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29134
29135         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29136         (mpeg1_sys_type_find):
29137           Fix MPEG-1 stream typefinding.
29138
29139 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29140
29141         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29142           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29143
29144 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29145
29146         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29147         * ext/esd/gstesd.c: (plugin_init):
29148           private debugging, better error reporting
29149
29150 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29151
29152         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29153         (gst_riff_read_init), (gst_riff_read_change_state):
29154         * gst-libs/gst/riff/riff-read.h:
29155           Remove stuff fromold metadata system.
29156
29157 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29158
29159         * ext/ogg/gstoggdemux.c:
29160           Fix wrong file comment.
29161         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29162         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29163           Add metadata reading properly.
29164
29165 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29166
29167         * ext/Makefile.am:
29168           Fix nas DIST_SUBDIRS
29169           Uraeus:
29170           Fix bug where make distcheck doesn't get run on adding stuff to
29171           the build.
29172
29173 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29174
29175         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29176         * ext/divx/gstdivxdec.h:
29177           Fix divx3 ("msmpeg4") playback using divxdec.
29178
29179 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29180
29181         * gst/typefind/gsttypefindfunctions.c:
29182         (mp3_type_frame_length_from_header): fix bug in length computation
29183         (mp3_type_find): improve debugging output
29184
29185 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29186
29187         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29188         (gst_play_set_location), (gst_play_seek_to_time),
29189         (gst_play_set_audio_sink), (gst_play_set_visualization),
29190         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29191         the pipeline from scratch. Visualization is back and switch went out as
29192         i realized it was not possible to use the way i wanted.
29193         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29194         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29195         clearing in state change from READY to NULL. So that one can clean the
29196         X ressources keeping the element.
29197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29198         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29199         (gst_xvimagesink_colorbalance_set_value),
29200         (gst_xvimagesink_colorbalance_get_value),
29201         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29202         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29203         change from READY to NULL and fixed some stupid bugs in colorbalance
29204         get/set values. Also added the following feature : when nobody tries to
29205         set some values to the colorbalance levels before the xcontext is
29206         grabbed, then when creating channels list from Xv attributes we set the
29207         internal values to the Xv defaults. This way we handle buggy Xv drivers
29208         that set default hue values far from the middle of the range (Thanks
29209         to Jon Trowbridge for pointing that issue).
29210         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29211         colorbalance levels have been set before xcontext is grabbed.
29212
29213 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29214
29215         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29216           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29217           it might block operations (which is bad for a mixer).
29218
29219 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29220
29221         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29222         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29223         (gmip_find_type_pre):
29224         * gst-libs/gst/media-info/media-info-priv.h:
29225         * gst-libs/gst/media-info/media-info.c:
29226         (gst_media_info_instance_init), (gst_media_info_read_idler):
29227         add fakesink to get caps on decoder src pad again
29228         fix callback prototype to match new have_type signal signature
29229
29230 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29231
29232         * gst/adder/gstadder.c: (gst_adder_link):
29233           fix non-compile and cut-n-paste code
29234
29235 2004-01-21  David Schleef  <ds@schleef.org>
29236
29237         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29238         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29239         (gst_swfdec_init), (gst_swfdec_change_state):
29240         * ext/swfdec/gstswfdec.h:
29241         Fix negotiation.
29242         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29243         (gst_adder_request_new_pad): Fix negotiation.
29244         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29245         Add a fixate function.
29246         * gst/intfloat/gstfloat2int.c:
29247         * gst/intfloat/gstfloat2int.h:
29248         * gst/intfloat/gstint2float.c:
29249         * gst/intfloat/gstint2float.h:
29250         Completely rewrite the negotiation.  Doesn't quite work yet,
29251         due to some buffer-frames problem.
29252
29253 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29254
29255         * ext/gnomevfs/gstgnomevfssrc.c:
29256         * sys/v4l2/v4l2_calls.h:
29257           fix includes for distcheck
29258
29259 2004-01-21  Christian Schaller <uraeus@gnome.org>
29260
29261         * ext/nas/
29262         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29263         based on earlier patch from Laurent Vivier
29264
29265 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29266
29267         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29268         Fix wma caps property
29269         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29270         Fix typo (flags1 and flags2)
29271
29272 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29273
29274         * gst-libs/gst/media-info/media-info-priv.c:
29275         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29276         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29277         (gmip_find_stream), (gmip_find_track_metadata),
29278         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29279         (gmip_find_track_format):
29280         * gst-libs/gst/media-info/media-info-priv.h:
29281         * gst-libs/gst/media-info/media-info-test.c: (main):
29282         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29283         (gst_media_info_read_idler), (gst_media_info_read):
29284         * gst-libs/gst/media-info/media-info.h:
29285           register debugging category and use it for debugging
29286
29287 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29288
29289         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29290         (gst_vorbisfile_new_link):
29291           signal streaminfo through tags
29292
29293 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29294
29295         * ext/mplex/gstmplex.cc:
29296         * ext/mplex/gstmplexibitstream.cc:
29297           g++ doesn't like NULL in our i18n/error macros, should be
29298           either (NULL) or ("").
29299
29300 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29301
29302         * sys/dxr3/dxr3audiosink.c:
29303         * sys/dxr3/dxr3init.c:
29304         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29305         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29306           Fix more error error error errors (missing includes here).
29307
29308 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29309
29310         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29311           fix thomas' error errors.
29312
29313 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29314
29315         * ext/mpeg2enc/gstmpeg2enc.cc:
29316           fix error errors.
29317
29318 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29319
29320         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29321         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29322           Fix for new error system.
29323
29324 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29325
29326         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29327           fix for new error reporting
29328
29329 2004-01-20  David Schleef  <ds@schleef.org>
29330
29331         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29332         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29333         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29334         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29335         and neither is 100+, most likely.
29336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29337         (gst_xvimagesink_getcaps): same
29338
29339 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29340
29341         * configure.ac:
29342           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29343           clashes with ffmpeg.
29344
29345 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29346
29347         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29348         (gst_switch_init): Fixed switch element : proxying link and setting
29349         caps from src to sink on request.
29350
29351 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29352
29353         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29354         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29355         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29356         fix element_error
29357
29358 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29359
29360         * sys/v4l/v4l_calls.h:
29361         * sys/v4l2/v4l2_calls.h:
29362           element_error fixes
29363
29364 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29365
29366         * gst-libs/gst/gst-i18n-plugin.h:
29367           add locale.h
29368           remove config.h inclusion
29369
29370 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29371
29372         * autogen.sh:
29373           adding autopoint invocation
29374         * Makefile.am:
29375         * configure.ac:
29376         * gst-libs/gst/gettext.h:
29377           adding gettext bits
29378         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29379         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29380         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29381         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29382         (gst_gnomevfssink_close_file):
29383         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29384         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29385         * gst-libs/gst/gst-i18n-plugin.h:
29386         * gst/avi/gstavi.c: (plugin_init):
29387         * sys/dxr3/dxr3init.c: (plugin_init):
29388         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29389         * sys/oss/gstossaudio.c: (plugin_init):
29390         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29391         * sys/v4l/gstv4l.c: (plugin_init):
29392         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29393         * sys/v4l2/gstv4l2.c: (plugin_init):
29394         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29395         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29396         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29397         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29398         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29399         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29400           make sure locale and translation domain are set
29401           fix translated strings
29402         * po/.cvsignore:
29403         * po/LINGUAS:
29404         * po/Makevars:
29405         * po/POTFILES.in:
29406         * po/nl.po:
29407           put translation files into place
29408         * sys/xvideo/imagetest.c: (main):
29409         * ext/dv/demo-play.c: (main):
29410           fix unnecessary translations
29411
29412 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29413
29414         * ext/sndfile/gstsf.c:
29415         * gst/avi/gstavimux.c:
29416         * ext/audiofile/gstafsink.c:
29417         * ext/audiofile/gstafsrc.c:
29418         * ext/gnomevfs/gstgnomevfssink.c:
29419         * ext/gnomevfs/gstgnomevfssrc.c:
29420         * sys/oss/gstosselement.c:
29421         * sys/v4l/v4l_calls.h:
29422           fix i18n include
29423
29424 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29425
29426         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29427         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29428         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29429         (gst_v4l2_get_output), (gst_v4l2_set_output),
29430         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29431         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29432         (gst_v4l2_set_attribute):
29433         update to new error handling
29434
29435 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29436
29437         * ext/sidplay/gstsiddec.cc:
29438         * gst/modplug/gstmodplug.cc:
29439           parenthese NULL because C++ seems angry about it
29440
29441 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29442
29443         * gst-libs/gst/gst-i18n-plugin.h:
29444           add skeleton i18n stuff, but needs to be further implemented
29445
29446 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29447
29448         * examples/gstplay/player.c: (main):
29449         * ext/aalib/gstaasink.c: (gst_aasink_open):
29450         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29451         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29452         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29453         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29454         (gst_afsink_close_file):
29455         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29456         (gst_afsrc_close_file):
29457         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29458         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29459         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29460         * ext/esd/esdmon.c: (gst_esdmon_get):
29461         * ext/esd/esdsink.c: (gst_esdsink_chain):
29462         * ext/faac/gstfaac.c: (gst_faac_chain):
29463         * ext/faad/gstfaad.c: (gst_faad_chain):
29464         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29465         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29466         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29467         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29468         (gst_flacdec_loop):
29469         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29470         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29471         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29472         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29473         (gst_gnomevfssink_close_file):
29474         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29475         (gst_gnomevfssrc_open_file):
29476         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29477         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29478         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29479         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29480         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29481         * ext/mad/gstmad.c: (gst_mad_chain):
29482         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29483         * ext/mpeg2dec/gstmpeg2dec.c:
29484         * ext/mpeg2enc/gstmpeg2enc.cc:
29485         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29486         * ext/mplex/gstmplex.cc:
29487         * ext/mplex/gstmplexibitstream.cc:
29488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29489         (gst_ogg_demux_push), (gst_ogg_pad_push):
29490         * ext/raw1394/gstdv1394src.c:
29491         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29492         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29493         * ext/sidplay/gstsiddec.cc:
29494         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29495         (gst_sf_loop):
29496         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29497         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29498         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29499         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29500         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29501         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29502         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29503         * gst-libs/gst/Makefile.am:
29504         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29505         (gst_riff_read_element_data), (gst_riff_read_seek),
29506         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29507         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29508         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29509         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29510         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29511         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29512         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29513         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29514         * gst/goom/gstgoom.c: (gst_goom_chain):
29515         * gst/id3/gstid3types.c: (gst_id3types_loop):
29516         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29517         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29518         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29519         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29520         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29521         (gst_ebml_read_float), (gst_ebml_read_header):
29522         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29523         (gst_matroska_demux_parse_blockgroup):
29524         * gst/modplug/gstmodplug.cc:
29525         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29526         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29527         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29528         * gst/silence/gstsilence.c: (gst_silence_get):
29529         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29530         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29531         * gst/speed/gstspeed.c: (speed_loop):
29532         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29533         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29534         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29535         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29536         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29537         (gst_wavparse_loop):
29538         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29539         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29540         (dxr3audiosink_close):
29541         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29542         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29543         (dxr3videosink_close), (dxr3videosink_write_data):
29544         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29545         * sys/oss/gstosselement.h:
29546         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29547         (gst_osssink_chain):
29548         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29549         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29550         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29551         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29552         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29553         (gst_v4l_enable_overlay):
29554         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29555         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29556         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29557         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29558         (gst_v4l_set_audio):
29559         * sys/v4l/v4l_calls.h:
29560         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29561         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29562         (gst_v4lmjpegsink_playback_init),
29563         (gst_v4lmjpegsink_playback_start):
29564         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29565         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29566         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29567         (gst_v4lmjpegsrc_requeue_frame):
29568         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29569         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29570         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29571         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29572         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29573         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29574         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29575         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29576         (gst_v4l2src_capture_stop):
29577         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29578         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29579         (gst_ximagesink_chain):
29580         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29581         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29582         (gst_xvideosink_xwindow_new):
29583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29584         (gst_xvimagesink_chain):
29585         use new error signal, function and categories
29586
29587 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29588
29589         * configure.ac:
29590         * ext/Makefile.am:
29591         * ext/musicbrainz/gsttrm.c:
29592         * ext/musicbrainz/gsttrm.h:
29593         * ext/musicbrainz/Makefile.am:
29594         Add a trm plugin
29595
29596 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29597
29598         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29599         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29600         synchronous property for debugging.
29601         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29603         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29604         smaller block, fixing indent.
29605
29606 2004-01-16  David Schleef  <ds@schleef.org>
29607
29608         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29609         property affects the video stream.
29610         * sys/xvimage/xvimagesink.c:
29611         * sys/xvimage/xvimagesink.h:
29612         Add synchronous property for debugging.  Should probably be
29613         disabled in non-CVS builds.  Make sure that the Xv attribute
29614         exists before we set it (crash!).  Fix a silly float bug that
29615         caused colorbalance to just not work.
29616
29617 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29618
29619         * tools/gst-launch-ext.in - update for new plugins
29620
29621 2004-01-16  David Schleef  <ds@schleef.org>
29622
29623         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29624         already-freed caps.
29625
29626 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29627
29628         * Update spec for new colorspace plugin and libcaca plugin
29629         * Fix compilation of libcaca plugin (clock -> id)
29630
29631 2004-01-16  Julien MOUTTE <julien@moutte.net>
29632
29633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29634         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29635         (gst_xvimagesink_set_xwindow_id),
29636         (gst_xvimagesink_colorbalance_set_value),
29637         (gst_xvimagesink_colorbalance_get_value),
29638         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29639         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29640         correct colorbalance properties. They can now be set when the element
29641         is still in NULL state. The values will be committed to the Xv Port
29642         when xcontext is initialized.
29643         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29644         brightness int values in the GstXvImagesink structure.
29645
29646 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29647
29648         * gst-libs/gst/Makefile.am:
29649           restructure so having local patches works easier.
29650
29651 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29652
29653         * ext/mpeg2enc/Makefile.am:
29654         * ext/mpeg2enc/gstmpeg2enc.cc:
29655         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29656           Bugfix with respect to EOS handling.
29657
29658 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29659
29660         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29661           Link with right caps (else, it segfaults).
29662         * ext/mplex/gstmplexjob.cc:
29663           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29664
29665 2004-01-15  David Schleef  <ds@schleef.org>
29666
29667         * gst-libs/gst/audio/Makefile.am:
29668         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29669         from the template.
29670         * gst-libs/gst/audio/gstaudiofilter.c:
29671         * gst-libs/gst/audio/gstaudiofilter.h:
29672         Add bytes_per_sample and size and n_samples calculation.
29673         * gst-libs/gst/audio/gstaudiofilterexample.c:
29674         Remove, now autogenerated.
29675         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29676         Moved from gstaudiofilterexample, object name changed, code added
29677         so that it actually works.
29678         * gst-libs/gst/audio/make_filter:
29679         Script to build an audiofilter subclass from the template.
29680         * gst/colorspace/Makefile.am:
29681         * gst/colorspace/yuv2yuv.c:
29682         Remove file, since it's GPL, and we don't use it.
29683
29684 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29685
29686         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29688         them use the buffer free function to test how the buffer was allocated.
29689
29690 2004-01-15  David Schleef  <ds@schleef.org>
29691
29692         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
29693         that handles osssink fallback.
29694         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
29695         (gst_audio_convert_getcaps):
29696         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29697         Add audio/x-qdm2 for QDM2 audio.
29698         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29699         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
29700         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29701         Decrease minimum size to 16x16.
29702         * gst/wavparse/gstwavparse.c:
29703         Convert disabled pad template caps to new caps.
29704         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
29705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29706         (gst_xvimagesink_chain): Throw element error when display cannot
29707         be opened.  Increase minimum framerate to 1.0.  Check the data
29708         free function on a buffer to make sure it is the type we expect
29709         before manipulating it.
29710
29711 2004-01-15  Julien MOUTTE <julien@moutte.net>
29712
29713         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29714         (gst_videobalance_colorbalance_set_value): Implement passthru if
29715         settings are in the middle.
29716         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
29717
29718 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29719
29720         * gst/videofilter/Makefile.am:
29721         * gst/volume/Makefile.am:
29722           Since we use videofilter symbols, link to it.
29723
29724 2004-01-15  Julien MOUTTE <julien@moutte.net>
29725
29726         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
29727         mixer interface type to HARDWARE.
29728         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
29729         type to SOFTWARE.
29730         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
29731         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
29732         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
29733         (gst_volume_interface_init), (gst_volume_list_tracks),
29734         (gst_volume_set_volume), (gst_volume_get_volume),
29735         (gst_volume_set_mute), (gst_volume_mixer_init),
29736         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
29737         (volume_init): Implementing mixer interface.
29738         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
29739         * sys/oss/gstosselement.c: (gst_osselement_get_type),
29740         (gst_osselement_change_state): Removing some trailing commas in
29741         structures.
29742         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
29743         interface type to HARDWARE.
29744         * sys/v4l/gstv4lcolorbalance.c:
29745         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
29746         type to HARDWARE.
29747         * sys/v4l2/gstv4l2colorbalance.c:
29748         (gst_v4l2_color_balance_interface_init): Setting colorbalance
29749         interface type to HARDWARE.
29750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
29751         same code than ximagesink for event handling.
29752
29753 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29754
29755         * ext/snapshot/Makefile.am:
29756         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
29757         (gst_snapshot_chain):
29758         * ext/snapshot/gstsnapshot.h:
29759           This has to be a joke... Snapshot should be connected to a tee,
29760           colorspace element before it and EOS after that, where the other
29761           src of the tee receives normal data.
29762           The current way is *wrong*.
29763
29764 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29765
29766         * ext/hermes/gsthermescolorspace.c:
29767           Fix another compile error. Same as below.
29768
29769 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29770
29771         * gst/colorspace/gstcolorspace.c:
29772         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
29773         (gst_colorspace_i420_to_yv12):
29774           Fix compiling... Didn't test if it actually works.
29775
29776 2004-01-15  David Schleef  <ds@schleef.org>
29777
29778         * configure.ac:
29779         * gst/colorspace/Makefile.am:
29780         * gst/colorspace/gstcolorspace.c:
29781         * gst/colorspace/gstcolorspace.h:
29782         * gst/colorspace/yuv2rgb.c:
29783         * gst/colorspace/yuv2rgb.h:
29784         Duplicate the ext/hermes colorspace plugin, and remove Hermes
29785         code and GPL code.  Fix for new caps negotiation.  Rewrite
29786         much of the format handling code, and some of the conversion
29787         code.  Basically, rewrote almost everything.  This element
29788         handles I420, YV12 to RGB conversions.
29789         * ext/hermes/Makefile.am:
29790         * ext/hermes/gsthermescolorspace.c:
29791         Rename colorspace to hermescolorspace.  Fix negotiation issues.
29792         Remove non-Hermes related code.  This element handles lots of
29793         RGB to RGB conversions, but no YUV.
29794         * ext/hermes/gstcolorspace.c:
29795         * ext/hermes/gstcolorspace.h:
29796         * ext/hermes/rgb2yuv.c:
29797         * ext/hermes/yuv2rgb.c:
29798         * ext/hermes/yuv2rgb.h:
29799         * ext/hermes/yuv2rgb_mmx16.s:
29800         * ext/hermes/yuv2yuv.c:
29801         * ext/hermes/yuv2yuv.h:
29802         Remove old code.
29803
29804 2004-01-14  Colin Walters  <walters@verbum.org>
29805
29806         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
29807         they've already been.
29808
29809 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29810
29811         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29812           assume tag mode when pad is not connected
29813
29814 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29815
29816         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29817           Don't update the time of the clock
29818         (gst_alsa_sink_loop):
29819           sync to the clock given to alsasink, not the own clock
29820         * sys/oss/gstosssink.c: (gst_osssink_chain):
29821           sync to the clock
29822         (gst_osssink_change_state):
29823           activate the clock
29824         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29826           remove bogus code that made DISCONT events unhandled
29827         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29828           explicitly case to double in _set_simple. (fixes 2nd warning in bug
29829           #131502)
29830         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
29831         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
29832         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
29833           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
29834           2nd warning in bug #131502)
29835
29836 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29837
29838         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
29839         (gst_videobalance_colorbalance_set_value),
29840         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
29841         for colorbalance interface implementation.
29842         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29843         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
29844         (gst_ximagesink_dispose), (gst_ximagesink_init),
29845         (gst_ximagesink_class_init): Adding DISPLAY property.
29846         * sys/ximage/ximagesink.h: Adding display_name to store display.
29847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29848         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29849         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
29850         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
29851         properties (they still need polishing though for gst-launch use : no
29852         xcontext yet, i ll do that tomorrow).
29853         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
29854
29855 2004-01-14  Julien MOUTTE  <julien@moutte.net>
29856
29857         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29858         (gst_play_set_location), (gst_play_set_visualization): Preparing
29859         switch integration, adding videobalance in the pipeline.
29860
29861 2004-01-14  Julien MOUTTE <julien@moutte.net>
29862
29863         * gst-libs/gst/colorbalance/colorbalance.c:
29864         (gst_color_balance_class_init): Adding a default type.
29865         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
29866         the type.
29867         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
29868         (gst_videobalance_dispose), (gst_videobalance_class_init),
29869         (gst_videobalance_init), (gst_videobalance_interface_supported),
29870         (gst_videobalance_interface_init),
29871         (gst_videobalance_colorbalance_list_channels),
29872         (gst_videobalance_colorbalance_set_value),
29873         (gst_videobalance_colorbalance_get_value),
29874         (gst_videobalance_colorbalance_init): Implementing colorbalance
29875         interface.
29876         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
29877         list.
29878         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
29879         bug which was triggering a BadAccess X error when setting an overlay
29880         before pad was really negotiated.
29881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
29882         Using the colorbalance type macro.
29883
29884 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29885
29886         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
29887         (gst_flacenc_chain):
29888           handle tags correctly
29889         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
29890           extract ID3v1 tags correctly
29891
29892 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29893
29894         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
29895         (plugin_init):
29896           Improve matroska typefinding for odd-typed headers...
29897
29898 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29899
29900         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
29901           Fix for using incremental number on padnames.
29902
29903 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29904
29905         * ext/divx/gstdivxdec.c:
29906         * ext/divx/gstdivxenc.c:
29907           Set category to divx4linux instead of divx (too generic).
29908         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
29909         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
29910         (gst_wavparse_loop), (gst_wavparse_change_state):
29911         * gst/wavparse/gstwavparse.h:
29912           fix parsing of WAV files with non-standard fmt-tag size and fix
29913           skipping of unrecognized chunks... Someone please fix this thing
29914           to use rifflib so all this is automated.
29915         * sys/v4l/Makefile.am:
29916         * sys/v4l2/Makefile.am:
29917           Add X_CFLAGS because we depend on X (for overlay).
29918
29919 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
29920
29921         * ext/mpeg2dec/gstmpeg2dec.c:
29922           Don't issue a timestamp unless we tagged the frame
29923           with a PTS.
29924
29925 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29926
29927         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
29928           Query the audio element to get the time, not the clock. We're
29929           interested in the element's time here.
29930
29931 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29932
29933         * ext/aalib/gstaasink.c: (gst_aasink_chain):
29934         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29935         * ext/esd/esdsink.c: (gst_esdsink_chain):
29936         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
29937         * ext/mas/massink.c: (gst_massink_chain):
29938         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
29939         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
29940         (gst_matroska_demux_parse_metadata):
29941         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
29942         (gst_mpeg_parse_release_locks):
29943         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
29944         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
29945         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29946         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
29947         (gst_osssink_change_state):
29948         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29949         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29950         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
29951         (gst_xvideosink_release_locks):
29952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
29953           use element time.
29954         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
29955         (gst_alsa_clock_stop):
29956         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
29957         (gst_audio_clock_get_internal_time):
29958           simplify for use with new clocking code.
29959         * testsuite/alsa/Makefile.am:
29960         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
29961           fix testsuite for new caps system
29962
29963 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29964
29965         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29966         * ext/flac/gstflacenc.c: (add_one_tag):
29967           length is already host endian, no need to convert. Fixes playback of
29968           tagged files on PPC. (bug #128384)
29969
29970 2004-01-13  Julien MOUTTE <julien@moutte.net>
29971
29972         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
29973         colorbalance interface stating if it is hardware based or software
29974         based.
29975         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
29976         Removing a trailing comma.
29977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29978         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
29979         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
29980         the documentation seems to be wrong on the -1000 to 1000 interval.
29981
29982 2004-01-12  David Schleef  <ds@schleef.org>
29983
29984         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
29985         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
29986         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
29987         Fix negotiation.  Add a bufferalloc function for the sink pad,
29988         and generally clean up some of the code.
29989
29990 2004-01-12  Julien MOUTTE <julien@moutte.net>
29991
29992         * gst-libs/gst/colorbalance/colorbalancechannel.c:
29993         (gst_color_balance_channel_dispose): Adding safety check in dispose
29994         method.
29995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29996         (gst_xvimagesink_xcontext_clear),
29997         (gst_xvimagesink_interface_supported),
29998         (gst_xvimagesink_colorbalance_list_channels),
29999         (gst_xvimagesink_colorbalance_set_value),
30000         (gst_xvimagesink_colorbalance_get_value),
30001         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30002         Adding colorbalance interface support to set XV parameters such as
30003         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30004         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30005         interface.
30006
30007 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30008
30009         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30010         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30011         (gst_audio_convert_init), (gst_audio_convert_set_property),
30012         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30013         (gst_audio_convert_link),
30014         (gst_audio_convert_buffer_to_default_format),
30015         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30016           - implement _getcaps and use it
30017           - improve linking
30018           - remove float caps since no float conversion is actually done
30019           - remove properties and arguments that were to be used for rate
30020             conversion
30021
30022 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30023
30024         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30025         (gst_audio_structure_set_int):
30026         * gst-libs/gst/audio/audio.h:
30027           add helper functions for _getcaps matching the standard audio
30028           templates
30029
30030 2004-01-12  David Schleef  <ds@schleef.org>
30031
30032         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30033         Test that pad is negotiated before getting its caps.
30034
30035 2004-01-12  Julien MOUTTE <julien@moutte.net>
30036
30037         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30038         analyzing the pads of an element the bin is mostly in READY state so
30039         no caps were negotiated. This helper function needs to work with
30040         _get_caps directly then. I was not freeing them though, added that to
30041         fix the mem leak.
30042
30043 2004-01-12  Julien MOUTTE <julien@moutte.net>
30044
30045         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30047         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30048         than the free_func.
30049
30050 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30051
30052         * sys/oss/gstossaudio.c: (plugin_init):
30053         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30054         * sys/oss/gstosselement.h:
30055           make an oss debugging category
30056           make failure more descriptive
30057
30058 2004-01-11  David Schleef  <ds@schleef.org>
30059
30060         * ext/ffmpeg/gstffmpeg.c:
30061         * ext/ffmpeg/gstffmpegcodecmap.c:
30062         * ext/ffmpeg/gstffmpegdec.c:
30063         * ext/ffmpeg/gstffmpegenc.c:
30064         * ext/ffmpeg/gstffmpegprotocol.c:
30065         * ext/gdk_pixbuf/gstgdkanimation.c:
30066         * ext/jpeg/gstjpeg.c:
30067         * ext/libpng/gstpng.c:
30068         * ext/mpeg2dec/perftest.c:
30069         * ext/speex/gstspeex.c:
30070         * gst-libs/gst/resample/dtos.c:
30071         * gst/intfloat/gstintfloatconvert.c:
30072         * gst/oneton/gstoneton.c:
30073         * gst/rtjpeg/RTjpeg.c:
30074         * gst/rtp/gstrtp.c:
30075         * sys/dxr3/dxr3init.c:
30076         * sys/glsink/gstgl_nvimage.c:
30077         * sys/glsink/gstgl_pdrimage.c:
30078         * sys/glsink/gstglsink.c:
30079         * testsuite/gst-lint:
30080         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30081
30082 2004-01-11  David Schleef  <ds@schleef.org>
30083
30084         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30085         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30086         * ext/gdk_pixbuf/gstgdkanimation.c:
30087         (gst_gdk_animation_iter_create_pixbuf):
30088         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30089         (gst_gdk_pixbuf_chain):
30090         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30091         * ext/jack/gstjack.c: (gst_jack_change_state):
30092         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30093         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30094         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30095         * gst/videofilter/gstvideofilter.c:
30096         (gst_videofilter_set_output_size):
30097         Remove all usage of gst_pad_get_caps(), and replace it with
30098         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30099
30100 2004-01-11  David Schleef  <ds@schleef.org>
30101
30102         * configure.ac:
30103         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30104         * ext/divx/gstdivxdec.c:
30105         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30106         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30107         handle images that span multiple buffers.  Now work with both
30108         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30109         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30110         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30111         video/video.h changes
30112         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30113         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30114         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30115         of GstData free function.
30116         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30117         same.
30118
30119 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30120
30121         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30122         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30123         (gst_v4l2element_get_property):
30124         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30125           add norm, channel and frequency properties.
30126         * sys/v4l2/gstv4l2tuner.c:
30127           fixes for tuner interface changes
30128         * sys/v4l2/gstv4l2element.h:
30129         * sys/v4l2/gstv4l2src.c:
30130         * sys/v4l2/gstv4l2src.h:
30131         * sys/v4l2/v4l2src_calls.c:
30132         * sys/v4l2/v4l2src_calls.h:
30133           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30134
30135 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30136
30137         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30138         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30139         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30140         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30141         * gst-libs/gst/tuner/tuner.h:
30142           GObjects aren't const.
30143           Add find_by_name functions.
30144           Add checks to _changed functions.
30145         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30146         (gst_v4l_tuner_get_norm):
30147           Fixes for above.
30148
30149 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30150
30151         * gst-libs/gst/video/video.h:
30152           Fix caps template names to be understandable.
30153           Prefix everything with GST_VIDEO.
30154         * ext/aalib/gstaasink.c:
30155         * ext/divx/gstdivxdec.c:
30156         * ext/divx/gstdivxenc.c:
30157         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30158         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30159         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30160         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30161         * ext/libcaca/gstcacasink.c:
30162         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30163         * ext/snapshot/gstsnapshot.c:
30164         * ext/swfdec/gstswfdec.c:
30165         * ext/xvid/gstxviddec.c:
30166         * ext/xvid/gstxvidenc.c:
30167         * gst/chart/gstchart.c:
30168         * gst/deinterlace/gstdeinterlace.c:
30169         * gst/effectv/gsteffectv.c:
30170         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30171         * gst/goom/gstgoom.c:
30172         * gst/median/gstmedian.c:
30173         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30174         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30175         * gst/overlay/gstoverlay.c:
30176         * gst/smooth/gstsmooth.c:
30177         * gst/smpte/gstsmpte.c:
30178         * gst/synaesthesia/gstsynaesthesia.c:
30179         * gst/videocrop/gstvideocrop.c:
30180         * gst/videodrop/gstvideodrop.c:
30181         * gst/y4m/gsty4mencode.c:
30182         * sys/qcam/gstqcamsrc.c:
30183         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30184           Make them work with new video.h file.
30185         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30186         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30188         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30189           Make it work with new buffer allocation system.
30190
30191 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30192
30193         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30194         pad_alloc_buffer implementation to use ->srcpad
30195         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30196         pad_alloc_buffer implementation to use ->srcpad
30197         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30198         pad_alloc_buffer implementation to use ->srcpad
30199         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30200         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30201         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30202         a reference to everything we need.
30203         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30205         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30206         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30207         a reference to everything we need.
30208         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30209
30210 2004-01-11  David Schleef  <ds@schleef.org>
30211
30212         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30213         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30214         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30215         structure members.
30216         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30217         value during a resize/renegotiation.
30218         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30219         gst_pad_alloc_buffer();
30220         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30221         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30222         structure members.
30223         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30224         Fix for rename of buffer private structure members.
30225         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30226         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30227         Fix for rename of buffer private structure members.
30228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30229         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30230         Fix for rename of buffer private structure members.
30231
30232 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30233
30234         reviewed by: David Schleef <ds@schleef.org>
30235
30236         * gst/videofilter/Makefile.am:
30237         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30238         from the patch by ds to fit in with recent make_filter changes.
30239
30240 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30241
30242         * configure.ac: Adding examples/switch/Makefile
30243         * examples/Makefile.am: Adding examples/switch
30244         * examples/switch/Makefile.am: Adding switcher example.
30245         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30246         (switch_timer), (main): Adding an example demonstrating switch usage
30247         with 2 videotestsrc showing different patterns.
30248         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30249         (gst_switch_init): Fixing switch with the new caps system.
30250
30251 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30252
30253         * gst-libs/gst/video/video.h:
30254           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30255           They should probably be like
30256           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30257
30258 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30259
30260         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30261         (qtdemux_parse_trak):
30262           fix audio chunk size/timestamp calculation
30263
30264 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30265
30266         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30267           fix SVQ3 caps
30268
30269 2004-01-11  Steve Baker  <steve@stevebaker.org>
30270
30271         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30272         (gst_agingtv_base_init), (gst_agingtv_class_init),
30273         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30274         (gst_agingtv_set_property), (gst_agingtv_get_property):
30275         Port agingTV to videofilter
30276
30277 2004-01-09  Julien MOUTTE <julien@moutte.net>
30278
30279         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30280         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30281
30282 2004-01-09  Julien MOUTTE <julien@moutte.net>
30283
30284         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30285         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30286         * gst-libs/gst/xoverlay/xoverlay.c:
30287         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30288         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30289         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30290         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30291         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30292         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30293         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30294         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30295         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30296         interface implementation to handle xid being 0 and fix some bugs
30297         triggered by Benjamin's testcase.
30298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30299         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30300         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30301         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30302         interface implementation to handle xid being 0 and fix some bugs
30303         triggered by Benjamin's testcase.
30304
30305 2004-01-09  David Schleef  <ds@schleef.org>
30306
30307         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30308         mouse pointer events.  It works.
30309
30310 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30311
30312         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30313           Use explicit caps - fix capsnego.
30314         * ext/xvid/gstxviddec.c:
30315         * ext/xvid/gstxvidenc.c:
30316           Remove macro-inside-macro which caused compile errors.
30317         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30318           Error out if it's not a RIFF file. Else we error out without
30319           gst_element_error() which is not good...
30320
30321 2004-01-08  David Schleef  <ds@schleef.org>
30322
30323         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30324         Fix pad_link function to handle formats that ffmpeg returns
30325         as multiple caps structures.
30326         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30327         Only complain if source buffer is _smaller_ than expected.
30328         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30329         (gst_videoscale_handle_src_event): Resize navigation events
30330         when passing them upstream.
30331         * gst/videotestsrc/gstvideotestsrc.c:
30332         * gst/videotestsrc/gstvideotestsrc.h:
30333         * gst/videotestsrc/videotestsrc.c:
30334         * gst/videotestsrc/videotestsrc.h:
30335         Rewrite many of the buffer painting functions to handle odd
30336         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30337         been verified to work with my video card.
30338         * testsuite/gst-lint:  Add check for elements calling
30339         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30340
30341 2004-01-08  David Schleef  <ds@schleef.org>
30342
30343         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30344         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30345
30346 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30347
30348         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30349         configure event is not emiting the desired size signal. That fixes
30350         aspect ratio issues with gst-player.
30351
30352 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30353
30354         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30355           Fix capsnego.
30356
30357 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30358
30359         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30360         public method to fire size signal.
30361
30362 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30363
30364         * examples/gstplay/Makefile.am: Adding the interface library.
30365         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30366         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30367         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30368         GST_IS_X_OVERLAY before signal connect.
30369         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30370         Removing the have_video_size signal.
30371         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30372         and associated public method.
30373         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30374         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30375         signal.
30376         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30377         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30378         signal.
30379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30380         Using XOverlay public method to fire size signal.
30381
30382 2004-01-07  David Schleef  <ds@schleef.org>
30383
30384         * gst/videofilter/Makefile.am:
30385         * gst/videofilter/gstvideotemplate.c:
30386         * gst/videofilter/make_filter:
30387         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30388         Convert make_filter to /bin/sh script.
30389
30390 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30391
30392         * gst/modplug/gstmodplug.cc: fix element description
30393
30394 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30395
30396         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30397         (got_video_size): Adding some new lines in g_print calls.
30398         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30399         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30400         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30401         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30402         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30403         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30404         Complete code review, reverting some stuff i disagree with, adding
30405         some fixes : time synchronization on invalid timestamps, renegotiation
30406         of private window.
30407         * sys/ximage/ximagesink.h:
30408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30409         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30410         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30411         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30412         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30413         (gst_xvimagesink_buffer_new),
30414         (gst_xvimagesink_navigation_send_event),
30415         (gst_xvimagesink_set_xwindow_id),
30416         (gst_xvimagesink_get_desired_size),
30417         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30418         stuff i disagree with, adding some fixes : Renegotiation of private
30419         window, implementing get_desired_size.
30420
30421 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30422
30423         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30424         (gst_afsink_handle_event):
30425         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30426         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30427         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30428         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30429         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30430           Fix for instantiate-test (see core). Also remove dead code from
30431           jpegenc (which still needs fixing, but that's lower on my TODO
30432           list...).
30433         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30434           Never return NULL as caps.
30435
30436 2004-01-07  David Schleef  <ds@schleef.org>
30437
30438         * configure.ac:
30439         * ext/Makefile.am:
30440         * ext/librfb/Makefile.am:
30441         * ext/librfb/gstrfbsrc.c:
30442         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30443         is the protocol used by VNC.
30444
30445 2004-01-07  David Schleef  <ds@schleef.org>
30446
30447         * gst/videofilter/gstvideotemplate.c:
30448         * gst/videofilter/gstvideotemplate.h:
30449         * gst/videofilter/make_filter:
30450         Merge videotemplate header into source file.
30451         * gst/effectv/Makefile.am:
30452         * gst/effectv/gsteffectv.c: (plugin_init):
30453         * gst/effectv/gstwarp.c:
30454         Make warpTV a subclass of videofilter.
30455
30456 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30457
30458         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30459           Add guard against invalid utf-8 conversions in mad. Just in case.
30460
30461 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30462
30463         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30464           Fix for bug shown by poisoning
30465
30466 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30467
30468         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30469         (gst_v4lmjpegsrc_buffer_free):
30470         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30471         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30472         (gst_v4lsrc_buffer_free):
30473           Fix for removed bufferpools.
30474
30475 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30476
30477         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30478         Fix caps negotiation.
30479
30480         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30481         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30482         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30483         (dvdnavsrc_event):
30484         * ext/mpeg2dec/gstmpeg2dec.c:
30485         * gst-libs/gst/navigation/navigation.c:
30486         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30487         * gst-libs/gst/navigation/navigation.h:
30488         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30489         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30491         Super-simple first version of mouse and keyboard events. Clicking
30492         on a DVD menu now works, although it may not take you where you
30493         expected.
30494
30495         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30496         * gst/videotestsrc/gstvideotestsrc.c:
30497         (gst_videotestsrc_src_fixate):
30498         These fixate functions were broken - they never actually
30499         fixated :)
30500
30501 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30502
30503         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30504         (gst_icecastsend_init):
30505           fix for new caps system.
30506         * gst-libs/gst/mixer/mixertrack.h:
30507         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30508           Add 'master track' flag (for tools like ACME that only want to
30509           change the main volume).
30510
30511 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30512
30513         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30514         (gst_xvid_csp_to_caps):
30515         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30516         * ext/xvid/gstxvidenc.c:
30517         ifdef out ARGB type when it isn't available
30518         in xvidcore 1.0.0beta2
30519
30520 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30521
30522         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30523           When we have received a new SCR right in the first buffer after
30524           a seek (so in the same cycle that handles the discont), we should
30525           handle the buffer instead of unreffing it, else we lose data.
30526
30527 2004-01-06  Iain <iain@prettypeople.org>
30528
30529         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30530           buffer-frames caps too.
30531
30532         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30533           caps that we need, don't destroy them all and rebuild them. And when
30534           creating src pads, use the src pad template rather than the sink...
30535
30536 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30537
30538         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30539           Add pad to element *after* setting functions such as event handler.
30540           Without this, the scheduler (opt) will link pads, set the event
30541           handler from the default event function (dispatcher in gstpad.c)
30542           and *after* that, we will set our own event function, which will
30543           thus never be used (and thus mpegdemux doesn't handle events).
30544
30545 2004-01-04  David Schleef  <ds@schleef.org>
30546
30547         Fix the fixate functions to handle new prototype:
30548         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30549         * gst/videotestsrc/gstvideotestsrc.c:
30550         (gst_videotestsrc_src_fixate):
30551         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30552         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30554
30555 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30556
30557         * sys/ximage/ximagesink.h:
30558         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30559         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30560         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30561         (gst_ximagesink_xoverlay_init):
30562           assorted fixes to make (re)embedding work
30563         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30564         (gst_ximagesink_get_desired_size):
30565           implement desired size additions to XOverlay
30566
30567 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30568
30569         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30570         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30571         (gst_x_overlay_got_desired_size):
30572         * gst-libs/gst/xoverlay/xoverlay.h:
30573           Add optional "desired size" signal and querying.
30574
30575 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30576
30577         * gst/matroska/matroska-demux.c:
30578         (gst_matroska_demux_parse_blockgroup):
30579           Fix EBML-laced block parsing. Diffs are relative to previous
30580           lace, not the first lace. Thanks to Mosu from the Matroska
30581           team for detecting this.
30582         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30583         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30584         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30585         (gst_wavparse_change_state):
30586         * gst/wavparse/gstwavparse.h:
30587           Quickfix for capsnego.
30588
30589 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30590
30591         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30592           Fix indenting, fix pad creation.
30593
30594 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30595
30596         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30597         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30598         (gst_xviddec_sink_link):
30599           Implement src_getcaps() so proper size caps is negotiated.
30600
30601 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30602
30603         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30604           Finish flac decoder on EOS. See #116178.
30605
30606 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30607
30608         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30609         (gst_matroska_demux_add_stream):
30610         * gst/matroska/matroska-ids.h:
30611           Add getcaps() function to fix capsnego...
30612
30613 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30614
30615         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30616         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30617         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30618           Fix more integer overflows. Again, see #126967.
30619
30620 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30621
30622         * ext/mpeg2dec/gstmpeg2dec.c:
30623           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30624           #130416.
30625
30626 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30627
30628         * configure.ac:
30629         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30630         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30631         * ext/xvid/gstxvid.h:
30632         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30633         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30634         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30635         (gst_xviddec_change_state):
30636         * ext/xvid/gstxviddec.h:
30637         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30638         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30639         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30640         (gst_xvidenc_link), (gst_xvidenc_set_property),
30641         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30642         * ext/xvid/gstxvidenc.h:
30643           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30644
30645 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30646
30647         * gst/rtp/rtp-packet.c:
30648           Add sys/types.h include, since OS X doesn't define in_addr_t
30649           in netinet/in.h, like it does on Linux (see #129600).
30650
30651 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30652
30653         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30654
30655         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30656           Correct logic of dispose function (see #129306).
30657
30658 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30659
30660         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30661         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30662         (gst_mpeg_parse_init):
30663         * gst/mpegstream/gstmpegparse.h:
30664           Remove clock (which was never provided, i.e. dead code), and
30665           also fix integer overflows at high PTS values (see #126967).
30666
30667 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30668
30669         * ext/flac/gstflacdec.c:
30670         * ext/libpng/gstpngenc.h:
30671         * ext/mikmod/gstmikmod.h:
30672           OS X fixes (see #126628).
30673
30674 2004-01-02  David Schleef  <ds@schleef.org>
30675
30676         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30677         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30678         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30679         (gst_mpeg_parse_class_init): Move pad template registration
30680         to class_init, since the derived class (mpegdemux) doesn't
30681         want them.
30682
30683 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30684
30685         * sys/ximage/Makefile.am:
30686         * sys/xvideo/Makefile.am:
30687         * sys/xvimage/Makefile.am:
30688           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
30689           after installation (see #127664).
30690
30691 2004-01-02  David Schleef  <ds@schleef.org>
30692
30693         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
30694         (gst_ffmpegenc_connect):  Negotiation fixes.
30695         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
30696         Remove inappropriate gst_caps_free().
30697         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30698         Reenable Ronald's internal resize code, since the core handles
30699         it correctly now.
30700
30701 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30702
30703         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
30704         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
30705         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
30706           Fix pad template stuff.
30707
30708 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30709
30710         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
30711         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
30712           fix signed integer reading/writing.
30713
30714 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30715
30716         * ext/alsa/README:
30717           Remove outdated document
30718
30719 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
30720
30721         * gst/cutter/gstcutter.c: (gst_cutter_init):
30722           src pad was being created twice - oops.
30723
30724 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30725
30726         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30727           Comment out internal resize. It doesn't handle the resulting
30728           XEvent internally, does another try_set_caps() which leads to
30729           a really nice loop.
30730           Real fix will come when Julien and Dave are awake. ;).
30731
30732 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30733
30734         * ext/mpeg2enc/gstmpeg2enc.cc:
30735           fix const/nonconst compile issue.
30736
30737 2004-01-02  David Schleef  <ds@schleef.org>
30738
30739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
30740         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
30741         Add fixate function and a check for bad formats.
30742
30743 2004-01-01  David Schleef  <ds@schleef.org>
30744
30745         Negotiation fixes:
30746         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
30747         (gst_audiofilter_init):
30748         * gst/debug/efence.c: (gst_efence_init):
30749         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
30750         (gst_deinterlace_init):
30751         * gst/volume/gstvolume.c: (volume_connect):
30752
30753 2004-01-01  David Schleef  <ds@schleef.org>
30754
30755         Convert elements to use gst_pad_use_explicit_caps() where
30756         appropriate:
30757         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
30758         * ext/audiofile/gstafparse.c: (gst_afparse_init),
30759         (gst_afparse_open_file):
30760         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
30761         (gst_afsrc_open_file):
30762         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
30763         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
30764         (gst_ffmpegdec_chain):
30765         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30766         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
30767         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
30768         (gst_gdk_pixbuf_chain):
30769         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
30770         (gst_jpegdec_chain):
30771         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
30772         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
30773         (gst_mikmod_negotiate):
30774         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
30775         (gst_mpeg2dec_negotiate_format):
30776         * ext/mpeg2enc/gstmpeg2enc.cc:
30777         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30778         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
30779         (gst_speexdec_sinkconnect):
30780         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
30781         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
30782         (gst_vorbisfile_new_link):
30783         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
30784         (gst_ac3parse_chain):
30785         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
30786         (gst_asf_demux_setup_pad):
30787         * gst/auparse/gstauparse.c: (gst_auparse_init),
30788         (gst_auparse_chain):
30789         * gst/id3/gstid3types.c: (gst_id3types_loop):
30790         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30791         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30792         (mp1videoparse_parse_seq):
30793         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
30794         (bpf_from_header):
30795         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30796         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
30797         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
30798         (gst_mpeg_parse_send_data):
30799         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30800         (gst_qtdemux_add_stream):
30801         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
30802         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30803         (gst_wavparse_parse_fmt):
30804
30805 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30806
30807         * configure.ac:
30808           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
30809           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
30810           it therefore uses the wrong include paths. Too bad... Note
30811           that 1.6.1.93 is not release yet. ;).
30812           Also add a check for mplex, which is now using the lib'ified
30813           mplex from mjpegtools, too.
30814         * ext/ffmpeg/gstffmpegcodecmap.c:
30815           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
30816           issues. I don't think ffmpeg handles 3ivx correctly, so this
30817           probably won't work. But it won't hurt either.
30818         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
30819         (gst_ffmpegdec_chain):
30820         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
30821         (gst_ffmpegenc_chain_audio):
30822           Fix memleak in audio encoding. Close codec if open fails, this
30823           calls the cleanup routines so we can re-use the context.
30824         * ext/mpeg2enc/gstmpeg2enc.cc:
30825           Fix pad template names/types, fix memory issue with getcaps().
30826         * ext/mpeg2enc/gstmpeg2encoder.cc:
30827         * ext/mpeg2enc/gstmpeg2encoder.hh:
30828           Fix compile issue with new caps system (const thingy).
30829         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30830         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
30831           We read a first frame right on initing, so that we have a caps
30832           when we init the output. This caps is cached in padprivate and
30833           read as first frame.
30834         * ext/mplex/Makefile.am:
30835         * ext/mplex/gstmplex.cc:
30836         * ext/mplex/gstmplex.h:
30837         * ext/mplex/gstmplex.hh:
30838         * ext/mplex/gstmplexibitstream.cc:
30839         * ext/mplex/gstmplexibitstream.hh:
30840         * ext/mplex/gstmplexjob.cc:
30841         * ext/mplex/gstmplexjob.hh:
30842         * ext/mplex/gstmplexoutputstream.cc:
30843         * ext/mplex/gstmplexoutputstream.hh:
30844           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
30845           had issues, didn't do capsnego, supported only a subset of the
30846           mplex features and required a mplex fork in our local CVS. Plus
30847           that it worked agaist a very old mplex version. Rewriting was
30848           faster than updating it.
30849         * gst-libs/ext/Makefile.am:
30850         * gst-libs/ext/mplex/INSTRUCT:
30851         * gst-libs/ext/mplex/Makefile.am:
30852         * gst-libs/ext/mplex/README:
30853         * gst-libs/ext/mplex/TODO:
30854         * gst-libs/ext/mplex/ac3strm_in.cc:
30855         * gst-libs/ext/mplex/audiostrm.hh:
30856         * gst-libs/ext/mplex/audiostrm_out.cc:
30857         * gst-libs/ext/mplex/aunit.hh:
30858         * gst-libs/ext/mplex/bits.cc:
30859         * gst-libs/ext/mplex/bits.hh:
30860         * gst-libs/ext/mplex/buffer.cc:
30861         * gst-libs/ext/mplex/buffer.hh:
30862         * gst-libs/ext/mplex/fastintfns.h:
30863         * gst-libs/ext/mplex/format_codes.h:
30864         * gst-libs/ext/mplex/inputstrm.cc:
30865         * gst-libs/ext/mplex/inputstrm.hh:
30866         * gst-libs/ext/mplex/lpcmstrm_in.cc:
30867         * gst-libs/ext/mplex/mjpeg_logging.cc:
30868         * gst-libs/ext/mplex/mjpeg_logging.h:
30869         * gst-libs/ext/mplex/mjpeg_types.h:
30870         * gst-libs/ext/mplex/mpastrm_in.cc:
30871         * gst-libs/ext/mplex/mpegconsts.cc:
30872         * gst-libs/ext/mplex/mpegconsts.h:
30873         * gst-libs/ext/mplex/mplexconsts.hh:
30874         * gst-libs/ext/mplex/multplex.cc:
30875         * gst-libs/ext/mplex/outputstream.hh:
30876         * gst-libs/ext/mplex/padstrm.cc:
30877         * gst-libs/ext/mplex/padstrm.hh:
30878         * gst-libs/ext/mplex/stillsstream.cc:
30879         * gst-libs/ext/mplex/stillsstream.hh:
30880         * gst-libs/ext/mplex/systems.cc:
30881         * gst-libs/ext/mplex/systems.hh:
30882         * gst-libs/ext/mplex/vector.cc:
30883         * gst-libs/ext/mplex/vector.hh:
30884         * gst-libs/ext/mplex/videostrm.hh:
30885         * gst-libs/ext/mplex/videostrm_in.cc:
30886         * gst-libs/ext/mplex/videostrm_out.cc:
30887         * gst-libs/ext/mplex/yuv4mpeg.cc:
30888         * gst-libs/ext/mplex/yuv4mpeg.h:
30889         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
30890         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
30891           We don't fork mjpegtools' mplex in our CVS anymore.
30892         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
30893         (gst_avi_demux_add_stream):
30894         * gst/avi/gstavidemux.h:
30895           Add getcaps() function for proper caps nego. This makes some
30896           parts of AVI playback/reading work.
30897         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
30898           Resize window on new capsnego. This is probably wrong, but
30899           I'm still committing it because with current capsnego, the
30900           first successfull capsnego is auto-fixated, therefore rounded
30901           down to the lowest values in the caps. this results in a 16x16
30902           XWindow that is not reized when real capsnego finishes.
30903           Dave, I see more cases of this, do you know a proper solution?
30904         * tools/gst-launch-ext.in:
30905           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
30906
30907 2003-12-31  David Schleef  <ds@schleef.org>
30908
30909         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
30910         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
30911           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
30912
30913 2003-12-30  David Schleef  <ds@schleef.org>
30914
30915         * ext/ffmpeg/gstffmpegcolorspace.c:
30916         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
30917         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
30918         (gst_ffmpegcsp_chain): Negotiation fixes
30919         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
30920         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
30921         (gst_audio_convert_link), (gst_audio_convert_channels):
30922         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
30923         (gst_audioscale_link), (gst_audioscale_get_buffer),
30924         (gst_audioscale_chain): Negotiation fixes
30925         * gst/audioscale/gstaudioscale.h:
30926         * gst/videofilter/gstvideofilter.c:
30927         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
30928         (gst_videofilter_link), (gst_videofilter_init),
30929         (gst_videofilter_set_output_size), (gst_videofilter_setup),
30930         (gst_videofilter_find_format_by_structure):
30931         * gst/videofilter/gstvideofilter.h: Negotiation fixes
30932         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30933         (gst_videoscale_link):
30934         * gst/videoscale/videoscale.c: (videoscale_get_structure),
30935         (videoscale_find_by_structure), (gst_videoscale_setup):
30936         * gst/videoscale/videoscale.h: Negotiation fixes
30937         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30938         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
30939         function, restrict resizing to a multiple of 4 (hack until
30940         everyone supports odd sizes correctly).
30941
30942 2003-12-29  Colin Walters  <walters@verbum.org>
30943
30944         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
30945         signed.
30946
30947 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
30948
30949         * ext/sndfile/gstsf.c: (gst_sf_loop):
30950           Fix warning about discarding const qualifier
30951
30952 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
30953
30954         * gst/cutter/gstcutter.c:
30955         * gst/videoscale/gstvideoscale.c:
30956         * gst/volenv/gstvolenv.c:
30957         * gst-libs/gst/audio/audio.c:
30958         * gst-libs/gst/video/video.c:
30959           Fix warnings
30960
30961 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30962
30963         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
30964           Don't send ALSA debugging to stderr.
30965         * ext/alsa/gstalsa.h:
30966           Use GST_WARNING instead of g_warning when ALSA functions fail.
30967
30968 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30969
30970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
30971           Free XVAdapterInfo correctly.
30972
30973 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30974
30975         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
30976         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
30977           Make id3tag use correct caps nego.
30978
30979 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
30980
30981         * ext/ivorbis/vorbis.c:
30982         * ext/ivorbis/vorbisenc.h:
30983         * ext/ivorbis/vorbisfile.c:
30984           Modify so that it uses the new caps things
30985
30986 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30987
30988         * testsuite/spider/spider1.c: (main):
30989         * testsuite/spider/spider2.c: (main):
30990         * testsuite/spider/spider3.c: (main):
30991           Make tests compile again. They probably don't work.
30992
30993 2003-12-24  Colin Walters  <walters@verbum.org>
30994
30995         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
30996         we can't fixate the caps anymore.
30997
30998 2003-12-23  David Schleef  <ds@schleef.org>
30999
31000         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31001         * sys/oss/gstosssink.c: (gst_osssink_init),
31002         (gst_osssink_sink_fixate): Add fixate function.
31003
31004 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31005
31006         * ext/ffmpeg/gstffmpegcodecmap.c:
31007         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31008         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31009         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31010         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31011         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31012         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31013         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31014           fix typo in RGB masks, and move back to "old" colorspace
31015           capsnego code until whoever wrote this new crap has actually
31016           tested it so that it works.
31017           And yes, this works, keep it that way please.
31018
31019 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31020
31021         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31022         (gst_divxdec_init), (gst_divxdec_negotiate):
31023         * ext/divx/gstdivxdec.h:
31024         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31025         (gst_divxenc_init):
31026         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31027         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31028         * ext/mpeg2enc/gstmpeg2enc.cc:
31029         * ext/mpeg2enc/gstmpeg2encoder.cc:
31030         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31031         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31032         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31033         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31034         (dxr3spusink_init):
31035         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31036         (dxr3videosink_init):
31037           Fix caps breakage after Dave's caps branch merge.
31038
31039 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31040
31041         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31042           Fix for 24bpp display.
31043
31044 2003-12-23  Colin Walters  <walters@verbum.org>
31045
31046         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31047         a GnomeVFSHandle directly.
31048
31049 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31050
31051         * gst/volume/Makefile.am:
31052         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31053         (volume_base_init), (volume_init):
31054           Reenable volume element and fix to work with new caps stuff.
31055           Rhythmbox needs this.
31056
31057 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31058
31059         * gst/qtdemux/qtdemux.c: (plugin_init):
31060           qtdemux requires bytestream
31061
31062 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31063
31064         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31065           Fix remaining caps handling errors due to CAPS merge.
31066
31067 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31068
31069         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31070         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31071         (gst_faad_srcconnect):
31072           Port to new caps system.
31073
31074 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31075
31076         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31077         (got_video_size), (main): using g_print instead of g_message.
31078         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31079         signal which was not emitted because of "switch" element added to the
31080         bin but not connected. (Removing from the bin temporarily)
31081
31082 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31083
31084         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31085         find X development files. I don't understand the previous tests and
31086         they fail on my debian/ppc unstable. This one works.
31087         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31088         exiting.
31089         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31090         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31091         (gst_play_set_visualization): Add some safety checks in set_ methods
31092         and state_change. This was throwing some ugly CRITICAL messages when
31093         pipeline was getting disposed and casts were failing.
31094
31095 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31096
31097         * configure.ac:
31098           Improve mpeg2enc detection. This is for distributions that do
31099           ship mjpegtools, but without mpeg2enc. Also does object check
31100           for might there ever be ABI incompatibility.
31101         * ext/mpeg2enc/gstmpeg2enc.cc:
31102           Add Andrew as second maintainer (he's helping me), and also add
31103           an error if no caps was set. This happens if I pull before capsnego
31104           and that's something I should solve sometime else.
31105         * gst/matroska/matroska-demux.c:
31106         (gst_matroska_demux_parse_blockgroup):
31107           Fix time parsing.
31108         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31109         (gst_matroska_mux_track_header):
31110           Add caps to templates.
31111         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31112           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31113         * gst/mpegstream/gstmpegdemux.c:
31114           Remove layer since it causes warnings about unfixed caps.
31115         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31116           Fix obvious typo (we error out if caps were set, we should of
31117           course error out if *no* caps were set).
31118         * sys/oss/gstosselement.c: (gst_osselement_convert):
31119           Fix format conversion, we confused bits/bytes.
31120         * sys/oss/gstosselement.h:
31121           Improve documentation for 'bps'.
31122         * sys/v4l/TODO:
31123           Remove stuff about plugins that need removing - this was done
31124           ages ago.
31125         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31126         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31127         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31128         (gst_v4lsrc_src_query):
31129         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31130         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31131           Add get_query_types(), get_formats() and query() functions.
31132
31133 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31134
31135         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31136           * moved CVS to freedesktop.org